*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration:none
}
a:hover{
    text-decoration:none
}
h1,h2,h3,h4{
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
}
p{
    margin: 0;
}

/* 页码 */
#pages{
	margin:50px 0;
}
#pages a, #pages span{
	border:1px solid #e5e5e5;
	padding:5px 10px;
	color:black;
}
.page, .text-c{
	text-align:center;
	width:100%;
}
#pages span{
	color:#fff;
	font-weight:bold;
	border:1px solid #c9151e;
	background-color:#c9151e;
}

/* 大图 */
/* 分页器 */
.swiper-pagination{
	position: absolute;
	bottom:20px !important;
	left:50% !important;
	z-index:999;
	transform: translate(-50%,-50%);
}
.swiper-pagination-bullet-custom {
    /* background-color: #fff; */
    opacity: 0.5;
	width:15px;
	text-align:center;
	border-bottom:1px solid white;
	margin-right:10px;
	color:white;
	opacity: 1;
	padding:5px;
	cursor: pointer;
	font-size:16px;
}
 
.swiper-pagination-bullet-active{
	background:none;
	border-bottom:none;
}


/* 首页产品 */
.ipro{
    width: 100%;
    background: url(/images/iprob.jpg);
    background-size: 100% auto;
    padding-bottom: 30px;
}
.iproall{
    max-width: 1600px;
    margin: 0 auto;
}
.navlist{
    display: flex;
}
.navitem{
    width: 200px;
    height: 60px;
    text-align: center;
    /* line-height: 60px; */
    background-color: #c9151e;
    border: 1px solid white;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: white;
    font-size: 18px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.navitem a{
    color: white;
}
.iprotit1{
    font-size: 36px;
    font-weight: bold;
    color: black;
    margin: 30px 0 20px 0;
}
.iprotit2{
    font-size: 24px;
    color: #0055a4;
}
.iprocont{
    width: 100%;
}
.iprocont ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.iprocont ul li{
    width: 32%;
    display: flex;
    background-color: white;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
	box-shadow: 0px 5px 5px rgba(0,0,0,.3);
}
.iprocont ul li .ipuli{
    width: 50%;
}
.iprocont ul li .ipuli img{
    width: 100%;
    height: auto;
}
.iprocont ul li .ipuld{
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ipulname{
    position: relative;
    font-size: 18px;
    padding-top: 20px;
}
.ipulname::after{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #c9151e;
    left: 0;
    bottom: -10px;
}
.ipula{
    font-size: 16px;
    color: #c9151e;
}
.ipula:hover{
	color: #0055a4;
}
.ipbtn{
    display: block;
    width: 200px;
    height: 60px;
    margin: 0 auto;
    background-color: #c9151e;
    font-size: 18px;
    color: white;
    line-height: 60px;
    text-align: center;
    margin-top: 30px;
}

/* 热销产品 */
.ihot{
    width: 100%;
}
.ihotall{
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    padding: 80px 0;
}
.ihotleft{
    position: relative;
    width: 32%;
	min-height:220px;
    background: url(/images/ihotb.png) center;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ihotrd{
    font-size: 72px;
    font-weight: bold;
    color: white;
    line-height: 150px;
    display: flex;
    flex-direction: column;
	align-items:center;
}
.ihotri{
    position: absolute;
    content: '';
    bottom: 10px;
    right: 10px;
}
.ihotright{
    width: 68%;
    padding-left: 3%;
    box-sizing: border-box;
}
.ihotright ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ihotright ul li{
    display: flex;
    background-color: white;
    border-bottom-right-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
    overflow: hidden;
}
.ihotright ul li:nth-child(1){
    width: 48%;
}
.ihotright ul li:nth-child(2){
    width: 48%;
}
/* .ihotright ul li:nth-child(3){
    width: 31%;
    flex-direction: column;
    margin-top: 25px;
}
.ihotright ul li:nth-child(4){
    width: 31%;
    flex-direction: column;
    margin-top: 25px;
}
.ihotright ul li:nth-child(5){
    width: 31%;
    flex-direction: column;
    margin-top: 25px;
} */

.ihotright ul li:nth-child(n+3){
    width: 31%;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 25px;
}
.ihotright ul li:nth-child(n+3) .ihotd{
    padding: 0;
}
.ihotright ul li:nth-child(n+3) .ihotitit1{
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
.ihotright ul li:nth-child(n+3) .ihotitit2{
    display: none;
}
.ihotright ul li:nth-child(n+3) .ihoti{
    width: 100%;
    padding: 10px 15%;
    box-sizing: border-box;
}


.ihoti{
    width: 50%;
}
.ihoti img{
    width: 100%;
}
.ihotd{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
}
.ihotitit1{
    font-size: 24px;
    font-weight: bold;
    color: #c9151e;
}
.ihotitit2{
    font-size: 18px;
    color: #c9151e;
}
.ihoti1{
    width: 100%;
    padding: 10px 15%;
    box-sizing: border-box;
}
.ihoti1 img{
    width: 100%;
}
.ihota1{
    width: 100%;
}
.ihota1 a{
    display: block;
    width: 100%;
    text-align: center;
    color: #c9151e;
    font-size: 20px;
}

/* 关于我们 */
.iabout{
    width: 100%;
    margin-top: 50px;
}
.iaboutall{
    max-width: 1600px;
    margin: 0 auto;
}
.iabouti{
    display: flex;
    justify-content: center;
}
.iaboutc{
    display: flex;
    margin-top: 50px;
}
.iacl img{
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}
.iacr{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 4%;
    box-sizing: border-box;
}
.iacr h3{
    font-size: 30px;
    font-weight: bold;
}
.iacr p{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.iacr a{
    width: fit-content;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 10px;
    color: black;
    border: 1px solid #c9151e;
}
.iacr a img{
    margin-right: 20px;
}
.iabouts{
    width: 100%;
    margin-top: 50px;
}
.clearfix1{
    width: 100%;
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
}
.clearfix1 li{
    width: 22%;
    padding: 60px 0;
    background-color: white;
    border-top:5px solid #0055a4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iasitem{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.numU{
    color: #c9151e;
}
.numCX{
    font-size: 48px;
    font-weight: bold;
}
.unitC{
    font-size: 16px;
}
sup{
    top:-1.5em;
}
sub{
    bottom:0;
}
.indc{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* 客户案例 */
.icase{
    width: 100%;
    margin-top: 50px;
}
.icaseall{
    width: 100%;
    text-align: center;
    background: url(/images/ikehual.png) center;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
}
.icasetop{
    color: white;
    padding: 80px 0;
}
.icasetop h3{
    font-size: 40px;
    font-weight: bold;
}
.icasetop p{
    font-size: 16px;
    margin: 20px 0;
}
.icasetop a{
    font-size: 16px;
    color: white;
}
.icasecont{
    width: 100%;
    background: url(/images/ial.png);
    background-size: 100% auto;
    padding: 150px 0;
}
.swiper-container {
    position: relative;
  width: 100%;
  max-width: 1600px;
  /* padding: 0 60px; */
  box-sizing: content-box;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-container2 {
    position: relative;
  width: 100%;
  max-width: 1600px;
  /* padding: 0 60px; */
  box-sizing: content-box;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-slide img{
	width:100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ali{
    width: 100%;
	position:relative;
	padding-top:60%;
}
.icase .swiper-slide img{
	position:absolute;
    width: 100%;
	height:100%;
	object-fit:cover;
	top:0;
	left:0;
	border-radius:20px
}
.swiper-slide p{
    color: black;
    letter-spacing: 1px;
    margin: 20px 0;
}
.swiper-button-next{
    width: 50px;
    height: 50px;
    right: 5px;
}
.swiper-button-prev{
    width: 50px;
    height: 50px;
    left: 5px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}

/* 首页新闻 */
.inews{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: white;
}
.inewsall{
    width: 100%;
    display: flex;
    /* align-items:center; */
}
.inaleft{
    width: 50%;
}
.inaright{
    width: 50%;
    background-color: white;
    padding: 5% 0 5% 30px;
    /* padding-left: 30px; */
    box-sizing: border-box;
}
.inal{
    width: 100%;
    height: 100%;
    position: relative;
}
.inapa{
    position: absolute;
    /* width: 50%; */
    right: 0;
    top: 50%;
    transform: translate(-5%,-30%);
}
.inapa img{
    width: 100%;
}
.inali{
    width: 80%;
    height: 100%;
    object-fit: cover;
    /* object-position: right; */
}
.inaright h3{
    font-size: 40px;
    font-weight: bold;
    color: #c9151e;
}
.inaright h4{
    color: #999999;
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0 40px;
}
.inewsa{
    display: flex;
}
.inewsa a{
    font-size: 18px;
    color: white;
    background-color: #c9151e;
    padding: 10px 25px;
    letter-spacing: 1px;
}
.inewsa a:nth-child(1){
    margin-right: 20px;
}
.inaright ul{
    width: 85%;
}
.inaright ul li{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    justify-content: space-between;
    padding: 15px 0;
    margin-top: 15px;
}
.inaright ul li a{
    font-size: 18px;
    color: black;
    flex: 1;
    padding-right: 50px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 底部 */
.footer{
    width: 100%;
    background-color: black;
    margin-top: 50px;
	padding:0 10px;
	box-sizing:border-box;
}
.footerall{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.footertop ul{
    width: 100%;
    border-bottom: 1px solid white;
    display: flex;
}
.footertop ul li{
    width: 25%;
    display: flex;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
}
.footertop ul li p{
    color: white;
    margin-left: 20px;
    line-height: 24px;
}
.footercenter{
    display: flex;
    border-bottom: 1px solid white;
}
.footercenter h3{
    width: 25%;
    font-size: 36px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footercenter ul{
    width: 75%;
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0;
}
.footercenter ul li{
    display: flex;
    flex-direction: column;
    color: white;
    line-height: 30px;
}
.footercenter ul li h4{
    font-size: 16px;
}
.footercenter ul li a{
    font-size: 14px;
    color: white;
}
.footerbottom{
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 14px;
}
.footerbottom a{
    color: white;
    font-size: 14px;
}

/* 关于我们 */
.pageabout{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.pageaboutall{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
	padding:10px;
	box-sizing:border-box;
}
.pageaboutall h3{
    font-size: 32px;
    font-weight: bold;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.pabouttop{
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.paboutleft{
    width: 50%;
}
.paboutleft h4{
    font-size: 24px;
    font-weight: bold;
}
.paboutleft h5{
    font-size: 16px;
    color:rgba(203,203,203,1) ;
}
.paboutleft p{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-indent: 2em;
    margin-top: 20px;
}
.paboutright{
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}
.paboutright img{
    width: 100%;
}
.paboutbottom p{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-indent: 2em;
    margin-top: 20px;
}

/* 荣誉 */
.listhonor{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.listhonorall{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
	padding:10px;
	box-sizing:border-box;
}
.listhonorall h3{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0 30px 0;
}
.listhonorall ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 10px), 1fr));
	/* grid-template-columns: repeat(4, 1fr) */
    gap: 10px;
	/* margin-bottom:9%; */
}
.listhonorall ul li{
    width: 100%;
    border: 1px solid #707070;
    transition: all .5s ease;
	display:flex;
	flex-direction:column;
}
.listhonorimg{
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.listhonorall ul li img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    padding: 10px;
    box-sizing: border-box;
}
.listhonorall ul li p{
	flex:1;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #707070;
    background-color: #e5e5e5;
    transition: all .5s ease;
	display:flex;
	align-items:center;
	justify-content:center;
}
.listhonorall ul li:hover{
    box-shadow: 0px 5px 5px rgba(0,0,0,.3);
}
.listhonorall ul li:hover p{
    background-color: #0055a4;
    color: white;
}

/* 风采 */
.styleimg{
    position: relative;
    width: 100%;
    padding-top: 80%;
}

/* 产品 */
.categorybanner{
	position: relative;
    width: 100%;
    height:500px;
    background-color: #999999;
}
.categorybanner img{
	width:100%;
	height:100%;
	object-fit:cover;
}
/* .categorybanner p{
	position: absolute;
	color:white;
	font-size:24px;
	font-weight:bold;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
} */
.pro{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.proall{
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.proleft{
    position: absolute;
    left: 50%;
    top: -75px;
    transform: translate(-50%,0);
    z-index: 9;
}
.proright{
    box-sizing: border-box;
    padding: 55px 10px 0 10px;
}
.proleft ul{
    text-align: center;
    display: flex;
    margin-bottom: 0;
    box-shadow: 0px 5px 5px rgba(0,0,0,.3);
}
.proleft ul li{
	width:120px;
    height: 50px;
    /* line-height: 50px; */
    padding: 20px 0;
    background-color: #eee;
    border-right: 1px dashed #ccc;
    box-sizing: content-box;
	display:flex;
	align-items:center;
	justify-content:center;
	letter-spacing:1px;
}
.proleft ul li:nth-last-child(1){
    border-right: none;
}
.proright h3{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.proright ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.proright ul li{
    width: 32.3%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
}
.pruli{
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}
.proright ul li img{
    width: 100%;
}
.proright ul li a{
    width: 100%;
    min-height: 50px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: black;
    border-top: 1px solid #ccc;
	display:flex;
	align-items:center;
	justify-content:center;
}
.proright ul li:nth-child(3n+2){
    margin: 20px 1.5% 0 1.5%;
}

/* 产品列表页 */
.listpro{
    width: 100%;
    max-width: 1920px;
}
.listproall{
    width: 100%;
    max-width: 1400px;
    margin: 50px auto;
    display: flex;
}
.listproleft{
    width: 250px;
}
.listproall .proright{
    flex: 1;
    padding: 0 ;
    padding-left:5% ;
}
.listproall .proright h3{
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 32px;
    /* height: 60px; */
    line-height: 60px;
}
.listproleft ul{
    width: 100%;
    text-align: center;
    margin-top: 80px;
	background-color: #eee;
}
.listproleft ul h3{
    font-size: 24px;
    /* font-weight: bold; */
    line-height: 60px;
    background-color: #c9151e;
    color: white;
}
.listproleft ul li{
    width: 100%;
    background-color: #eee;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #ccc;
}
.listproleft ul li a{
    color: black;
    font-size: 16px;
}
.listproi{
	width:100%;
	padding:10px;
	box-sizing:border-box;
}
.listproi img{
	width:100%;
	border:1px solid white;
}
.listproleft ul p{
    text-align:left;
	padding:10px;
}

/* 产品详情页 */
.showpro{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.showproall{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.spanav{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.spanav a{
    position: relative;
    padding: 10px 20px;
    color: black;
    font-size: 16px;
}
.spanav a::after{
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    background-color: #ccc;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.spanav a:nth-last-child(1)::after{
    display: none;
}
.spatop{
    width: 100%;
    background-color: white;
    display: flex;
    padding: 30px;
    box-sizing: border-box;
}
.spatleft{
    width: 40%;
}
.spatleft img{
    width: 100%;
}
.spatright{
    width: 60%;
    padding-left: 30px;
    box-sizing: border-box;
}
.spatrname{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-size: 24px;
    font-weight: bold;
}
.spatrfl{
    margin: 20px 0;
}
.spatrcont h3{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
.spatrcont p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
}
.spatra{
    margin-top: 50px;
	height:50px;
}
.spatra a{
    padding:15px 30px;
    background-color: #0055a4;
    color: white;
    box-sizing: content-box;
}
.spatra a:nth-child(1){
    margin-right: 30px;
}
.spacent{
    width: 100%;
    background-color: white;
    /* padding: 30px; */
    box-sizing: border-box;
    margin-top: 50px;
}
.spach3{
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.spach3 h3{
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
}
.spach3 h3::before{
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    left: 0px;
    background-color: #0055a4;
}
.spaccont{
    padding: 20px 30px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
    text-indent: 2em;
}
.spaabout{
    width: 100%;
    background-color: white;
    /* padding: 30px; */
    box-sizing: border-box;
    margin-top: 50px;
}
.spaabout  .swiper-container{
    padding: 30px;
    box-sizing: border-box;
}
.spaabout .swiper-button-prev{
    left: 30px;
}
.spaabout .swiper-button-next{
    right:30px;
}
.spaabout .swiper-container p{
    width: 100%;
    background-color: rgba(245,245,245,1);
    padding: 15px 0;
}
.spabot{
    margin-top: 50px;
}
.spabot h3{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.spabcont{
    padding: 30px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.spabcont input{
    width: 49%;
    border: 2px solid #ced4da;
    height: calc(1.5em + 0.75rem + 15px);
    color: #495057;
    margin-top: 20px;
    box-sizing: border-box;
    padding-left: 2em;
}
.spabcont textarea{
    width: 100%;
    border: 2px solid #ced4da;
    color: #495057;
    margin-top: 20px;
    box-sizing: border-box;
    padding-left: 2em;
}

/* 新闻中心 */
.catenews{
    width: 100%;
    margin: 0 auto;
}
.catenewsall{
    width: 100%;
    margin: 0 auto;
}
.catenewstop{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgb(245, 245, 245);
    padding: 20px 0;
}
.catenewstop a{
    position: relative;
    padding: 10px 20px;
    color: black;
    font-size: 16px;
}
.catenewstop a::after{
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    background-color: #ccc;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.catenewstop a:nth-last-child(1)::after{
    display: none;
}
.catenewscont{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.newslist{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.newsitem{
    width: 100%;
    margin-top: 50px;
}
.newsitem a{
    width: 100%;
    background-color: rgb(239, 241, 245);
    transition:all .5s ease;
    display: flex;
}
.newsitem:hover{
    background-color: rgb(255, 255, 255);
    box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
}
.newsitem:hover .cntleft h3{
    color: #c9151e;
}
.newsitem:hover .cntright{
    color: #c9151e;
}
.catenewsimg {
    width: 28%;
    position: relative;
    padding-top: 17%; /* 1:1比例 */
    height: 0;
    }
    
.catenewsimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catenewstit{
    flex: 1;
    padding: 5%;
    box-sizing: border-box;
}
.catenewstit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cntleft{
    width: 70%;
    letter-spacing: 1px;
}
.cntleft h3{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: black;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition:all .5s ease;
}
.cntleft p{
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #707070;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cntright{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family:Impact;
    color: rgb(102,102,102);
    transition:all .5s ease;
}
.cntright h3{
    font-size: 56px;
}
.cntright p{
    font-size: 16px;
}

.shownewsdate{
	padding:15px 0;
	font-size:14px;
	text-align:center;
}


/* 案例 */
.case{
    width: 100%;
}
.caseall{
    width: 100%;
}
.casetop{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgb(245, 245, 245);
    /* padding: 20px 0; */
}
.casetop a{
    position: relative;
    padding: 30px 20px;
    color: black;
    font-size: 16px;
    box-sizing: border-box;
}
.casetop a:hover{
    color: #0055a4;
    border-bottom: 2px solid #0055a4;
}
.casetop a::after{
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    background-color: #ccc;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.casetop a:nth-last-child(1)::after{
    display: none;
}
.casecont{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}
.caseh3{
    padding-left: 30px;
    border-left: 5px solid #0055a4;
    margin: 30px 0;
}
.casecont ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33.33% - 20px), 1fr));
    gap: 20px;
}
.casecont ul li{
    width: 100%;
    margin-top: 20px;
}
.caseuli{
    position: relative;
    /* width: 100%; */
    padding-top: 60%;
    /* display: block; */
}
.caseuli img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.casecont ul li p{
    color: black;
    text-align: center;
    padding: 20px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all .5s ease;
}
.casecont ul li:hover p{
    background-color: #0055a4;
    color: white;
}

/* 案例详情页 */
.showcase{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:10px;
	box-sizing:border-box;
}
.showcase h3{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding:30px 0;
}
.showcase img{
	width:100%;
	margin:20px 0;
}
.showcase p{
	font-size:16px;
	line-height:30px;
	text-align: justify;
	/* text-indent: 2em; */
}

/* 服务 */
.fuwu{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.fuwulist{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	padding:50px 10px;
}
.bqsm{
	width: 100%;
    max-width: 1200px;
    margin: 20px auto;
}
.bqsm li{
	position: relative;
	padding:15px 5%;
	background:#f6f5fb;
	margin-bottom:25px;
	font-size:16px;
	line-height:30px;
	overflow:hidden;
}
.bqsm li::before{
	position: absolute;
	content:'';
	width:3px;
	height:100%;
	background:#0055a4;
	left:0;
	top:0;
}
.bqsm li i{
	position: absolute; 
	bottom: -15px; 
	right: -8px; 
	display: block; 
	line-height: 1; 
	font-size: 70px; 
	color: #0055a4; 
	font-style: normal; 
	font-weight: bold;
	opacity:0.5;
}
.fuwulist h3{
    padding: 20px 0;
    font-size: 16px;
}
.fuwuitem h4{
    position: relative;
    padding-left: 5%;
}
.fuwuitem h4::before{
	position: absolute;
	content:'';
	width:3px;
	height:100%;
	background:#0055a4;
	left:0;
	top:0;
}

/* 联系我们 */
.pagecontact{
    width: 100%;
    max-width: 1920px;
    margin:  0 auto;
}
.pagecall{
    width: 100%;
    max-width: 1400px;
    margin:  0 auto;
    margin-top: 50px;
}
.pagectop{
    width: 100%;
    /* padding: 30px; */
    box-sizing: border-box;
    background-color: white;
	box-shadow: 0px 5px 5px rgba(0,0,0,.3);
}
.pagecbotoom{
    width: 100%;
}
.content-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.content-top ul{
    width: 100%;
    background-color: white;
    padding: 50px;
    margin-bottom: 0;
	background:url(http://parksonpack.wl369.com/images/contact.jpg) left no-repeat; 
	background-size:100% auto;
}
.content-top ul li{
    font-size: 16px;
    line-height: 30px;
}
.content-top ul li h3{
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
}
.content-top .ct-img{
    width: 49%;
}
.content-top .ct-img img{
    width: 100%;
    border-radius: 30px;
}

#myform{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



@media screen and (max-width: 1300px){
	.catenewsimg{
		padding-top:28%;
	}
}

@media screen and (max-width: 1100px){
	.iaboutc{
		flex-direction:column;
	}
	.iacl{
		padding:0 4%;
	}
	.iacl img{
		width:100%;
	}
	.listproleft{
		display:none;
	}
	.listproall .proright{
		padding-left:0;
		padding:10px;
	}
}

@media screen and (max-width: 900px){
	.iprocont ul li{
		width:48%;
	}
	.pabouttop{
		flex-direction:column;
	}
	.paboutleft,.paboutright{
		width:100%;
		padding-left:0;
	}
	.listhonorall ul{
		grid-template-columns:repeat(auto-fill, minmax(calc(33.33% - 10px), 1fr));
		/* margin-bottom:15%; */
	}
	.ipulname{
		font-size:14px;
	}
	.ipula{
		font-size:12px;
	}
	.ipulname::after{
		display:none;
	}
	.navitem a{
		font-size:14px;
	}
	.iprotit1{
		font-size:32px;
		margin:20px 0 10px 0;
	}
	.iprotit2{
		font-size:20px;
	}
	.ipbtn{
		width:150px;
		height:45px;
		font-size:16px;
		line-height:45px;
	}
	.categorybanner{
		height:200px;
		margin-top:70px;
	}
}
@media screen and (max-width: 830px){
	.footertop ul{
		flex-wrap:wrap;
	}
	.footertop ul li{
		width:50%;
	}
	.swiper-button-next,.swiper-button-prev{
		display:none;
	}
	.spaabout .swiper-container2 p{
		width:100%;
		background-color:rgba(245,245,245,1);
		padding:15px 0;
	}
	.footercenter{
		display:none;
	}
	
}

@media screen and (max-width: 800px){
	.content-top ul{
		background:url(http://parksonpack.wl369.com/images/contact.jpg) right no-repeat;
		background-size:auto 100%;
	}
	.spabcont input{
		width:100%;
	}
}

@media screen and (max-width: 790px){
	.ihotall{
		flex-direction:column;
	}
	.ihotleft{
		width:100%;
	}
	.ihotright{
		width:100%;
		padding-left:10px;
		padding-right:10px;
		margin-top:20px;
	}
	.casecont ul{
		grid-template-columns:repeat(auto-fill, minmax(calc(50% - 20px), 1fr));
	}
	.ihotright ul li{
		flex-direction:column-reverse;
	}
	.ihotd,.ihoti{
		width:100%;
	}
	.ihotitit1{
		font-size:24px;
	}
	.ihotitit2{
		font-size:18px;
	}
	.ihotright ul li:nth-child(n+3) .ihotitit1{
		font-size:24px;
	}
	.ihotall{
		padding:0;
	}
}
@media screen and (max-width: 766px){
	.icasecont{
		padding:50px 0;
	}
	.proright ul li{
		width:49%;
	}
	.proright ul li:nth-child(3n+2){
		margin:0;
		margin-top:20px;
	}
	.proright ul li:nth-child(2n){
		margin:20px 0 0 2% !important;
	}
}
@media screen and (max-width: 684px){
	.clearfix1 li{
		width:48%;
		margin-top:20px;
	}
}
@media screen and (max-width: 626px){
	.inaleft{
		display:none;
	}
	.inaright{
		width:100%;
	}
	.listhonorall ul{
		grid-template-columns:repeat(auto-fill, minmax(calc(50% - 10px), 1fr));
	}
}
@media screen and (max-width: 609px){
	.footertop ul li p{
		font-size:12px;
	}
}
@media screen and (max-width: 580px){
	.footercenter h3{
		display:none;
	}
	.footercenter ul{
		width:100%;
	}
	.footercenter ul li h4{
		font-size:14px;
	}
	.footercenter ul li a{
		font-size:12px;
	}
	.ihotrd{
		font-size:36px;
		line-height:72px;
	}
	.spatop{
		flex-direction:column;
		padding:0;
	}
	.cntright h3{
		font-size:36px;
	}
	.cntleft h3{
		font-size:16px;
	}
	.spatleft,.spatright{
		width:100%;
	}
	.iprocont ul li{
		flex-direction:column;
	}
	.iprocont ul li .ipuli{
		width:100%;
	}
	.iprocont ul li .ipuld{
		width:100%;
	}
	.ihotright ul li:nth-child(n+3){
		width:100%;
		flex-direction:row-reverse;
	}
	.ihotright ul li:nth-child(n+3) .ihoti{
		padding:10px 0;
	}
	.ihotright ul li:nth-child(n+3) .ihotd{
		padding:10px 0;
	}
	.ihotright ul li:nth-child(n+3) .ihotitit1{
		text-align:left;
	}
	.ihotright ul li:nth-child(2),.ihotright ul li:nth-child(1){
		width:100%;
		flex-direction:row-reverse;
		margin-top:25px;
	}
	.ihotd, .ihoti{
		padding:10px 0;
	}
}

@media screen and (max-width: 500px){
	.catenewsimg{
		padding-top:40%;
	}
	.newsitem a{
		flex-direction:column;
	}
	.catenewsimg,.catenewstit{
		width:100%;
	}
	.inaright ul li a{
		font-size:14px;
		padding-right:20px;
	}
	.iabout,.iaboutc,.iabouts{
		margin-top:30px;
	}
	.iproall{
		padding:0 10px;
		box-sizing:border-box;
	}
	.iabouts{
		padding:0 10px;
		box-sizing:border-box;
	}
}
@media screen and (max-width: 1400px){
	.header .navbar_nav li a{
		padding:0 15px;
	}
}
@media screen and (max-width: 1214px){
	.container{
		width:100%;
		margin:0 !important;
	}
}
@media screen and (max-width: 1013px){
	.header .navbar_nav li a{
		padding:0 10px;
		font-size:14px;
	}
}
@media screen and (max-width: 992px){
	.container{
		width:90%;
		margin:0 5% !important;
	}
}
