@charset "utf-8";
/* CSS Document */

body{margin: 0; padding: 0; font-family:Arial, "Arial Narrow", Verdana; font-size: 14px; color: #2d2d2d; line-height: 1.5; }
a{text-decoration: none; transition: all .4s; color: #2d2d2d;}
a:hover{color: #004e96;}

input:focus{outline: none;}
ul,ul li{list-style: none; margin: 0; padding: 0;}
img{border: 0; vertical-align: middle; max-width: 100%; height: auto; max-height: 100%; box-sizing: content-box;}
p{margin: 0; padding: 0; font-size: 12px; line-height: 24px;}

.pcweb{display:block!important;}
.mobileweb{display:none!important;}

.wrap{width: 1230px; margin: 0 auto;}

header{width: 100%;background: #fff; transition: all 0.5s; box-shadow: 0 0 10px rgb(0, 0, 0, 0.2); position: fixed; top: 0; left: 0; right: 0; z-index: 9999;}
header .wrap{display: flex; justify-content: space-between; align-items: center;}
header.active .wrap { }
header .wrap .logo{ padding: 17px 0 29px 0;}
header .wrap .logo a{display: block;}
.headerBg{width: 100%; height: 0; top: 0; position: fixed; background: #fff; z-index: -1; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
header .wrap .nav{}
header .wrap .nav>ul{display: flex;}
header .wrap .nav>ul>li{ padding: 28px 11px 27px 11px;  position: relative;  }
header .wrap .nav>ul>li>a{display: inline-block;position: relative;  font-size: 18px; line-height: 36px; padding: 0 15px ; font-weight: 500;}

header .wrap  .nav>ul>li a.active{color: #0052a4;}

header .wrap  .nav>ul>li:after{content: ""; position: absolute; top: 90px; left: 50%; width: 0; border-bottom: 3px solid #0052a4;}
header .wrap  .nav>ul>li.show:after{width: 100%; transform: translate(-50%); transition: all .4s;}

header .wrap  .nav>ul>li .child{border-top: 1px solid #eee;position: fixed; height: 50px; text-align: center; display: none; transition: all .4s; top:91px; left: 0; background: #fff; width: 100%;}
header .wrap  .nav>ul>li .child a{line-height: 50px; color: #838383; margin: 0 15px; font-size: 12px;}
header .wrap  .nav>ul>li .child a.active{color: #0052a4;}
header .wrap .nav>ul>li:nth-child(2) .child{}
header .wrap  .nav>ul>li .child a:hover,header .wrap  .nav>ul>li .child a.active{color: #0052a4;}
header .wrap  .nav>ul>li.show .child{display: block;}


header .wrap .lang{display: flex;}
header .wrap .lang .search{position: relative; display: flex;}
header .wrap .lang .search .sbtn{display: flex; width: 17px; height: 24px; background: url("sbtn.png") center no-repeat;}

header .wrap .lang .cn{ line-height: 24px; margin-left: 15px; font-size: 14px;}
header .searchbox{position: fixed; top: 91px; left: 0; right: 0; background: #fff; padding: 30px 0;display: flex; justify-content: center; display: none; }
header .searchbox.act{display: flex;}
header .searchbox .formbox{display: flex; justify-content: center;border: 1px solid #eee;}
header .searchbox .formbox form{outline: none; margin: 0; padding: 0; display: flex;}
header .searchbox .formbox form input{width: 450px; padding: 5px 10px; border: none;  line-height: 30px; height: 30px; font-size: 16px;}
header .searchbox .formbox form button{width: 30px; height: 40px; background: url("sbtn.png") center no-repeat; border: none; }

.mbbox{padding:0; margin-right:20px; margin-left: auto;}
.mbbox a.mobileBtn{width:30px; height:30px; display: block;margin: 3px 0px 0 0;  cursor:pointer; position: relative;
transition:.2s .1s; -moz-transition:.2s .1s; -ms-transition:.2s .1s; -o-transition:.2s .1s; -webkit-transition:.2s .1s;
transition:0.4s cubic-bezier(0.215, 0.61, 0.355, 1); 
-moz-transition:0.4s cubic-bezier(0.215, 0.61, 0.355, 1); 
-ms-transition:0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition:0.4s cubic-bezier(0.215, 0.61, 0.355, 1); 
-webkit-transition:0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
.mbbox a.mobileBtn hr{height:4px; background:#009fe3; display:block; margin:0; padding:0; border:none; position:absolute;
transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s; -webkit-transition:.3s;}
.mbbox a.mobileBtn hr:nth-child(1){width:100%; top:0; right:0;}
.mbbox a.mobileBtn hr:nth-child(2){width:40%; top:50%; left:0; margin-top:-2px; opacity:1;}
.mbbox a.mobileBtn hr:nth-child(3){width:40%; top:50%; right:0; margin-top:-2px; opacity:1;}
.mbbox a.mobileBtn hr:nth-child(4){width:100%; bottom:0; right:0;}

.banner{width: 100%; margin-top: 92px;}
.banner .slidepic{height:776px; background-image:url("index_10.png"); background-position: center; background-repeat: no-repeat; background-size: cover!important;}

.iaboutTit{font-size: 36px; color: #515151; line-height: 52px; padding: 40px 0 30px 0;}
 
.iabout{width: 100%; display: flex;}
.iabout .pic{width: 794px;;}
.iabout .info{ width:calc(100% - 794px); padding: 45px 0; background: #f2f2f2;}
.iabout .info .list{ width: 80%; padding-left: 25px; margin-bottom: 90px; }
.iabout .info .list li{ width: 80%; font-size: 16px; line-height: 36px; color: #454545; padding-left: 28px; position: relative;}
.iabout .info .list li:before{content: ""; width: 8px; height: 8px; position: absolute; top: 12px; left: 10px; background: #454545;}
.iabout .info .item{width:90%; padding-left: 55px; margin-bottom: 50px; display: flex; flex-wrap: wrap;}
.iabout .info .item li{width: 33%; font-size: 42px; line-height: 40px; color: #f9123e; margin-bottom: 30px; }
.iabout .info .item li sup{font-size: 18px; line-height: 22px;}
.iabout .info .item li div.txt{font-size: 14px; color: #515151; line-height: 22px;}
.iabout .info .more{display: inline-block; padding: 10px 38px; border-radius: 20px; border: 1px solid #d2d2d2; margin-left: 55px;}

.iproTit{font-size: 36px; color: #515151; line-height: 52px; padding: 40px 0 0 0;}
.iproinfo{font-size: 16px; color: #515151; line-height: 26px;  padding: 0 0 30px 0;}

.ipro{width: 100%; display: flex;}
.ipro .pcat{width: 275px; background: #012b81;}
.ipro .pcat .side{ padding: 75px 37px;}
.ipro .pcat .side div{  color: #97a7c9; line-height: 46px; }
.ipro .pcat .side div.txt{padding: 0 0 0 25px;  color: #97a7c9; line-height: 46px; margin-bottom: 77px; font-size: 20px; }
.ipro .pcat .side div a{ color: #97a7c9; font-size: 26px; padding-left: 25px; font-weight: 600;}
.ipro .pcat .side div a:hover,.ipro .pcat .side div a.act{ color: #fff; background: url("index_16.png") left center no-repeat;}
.ipro .pinfo{width: calc(100% - 275px);}
.ipro .pinfo .pic{width: 100%;}
.ipro .pinfo .pic img{width: 100%;}
.ipro .pinfo .procat{width: 100%;}
.ipro .pinfo .procat ul{width: 100%; display: flex;}
.ipro .pinfo .procat ul li{width: 16.66%; line-height: 58px; }
.ipro .pinfo .procat ul li a{display: flex; align-items: center; justify-content: center; padding: 0 20px; background: #939393; color: #fff; font-size: 12px; line-height: 58px; position: relative;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; transition: all 0.6s ease;}
.ipro .pinfo .procat ul li a div{ transition: all 0.6s ease;}
.ipro .pinfo .procat ul li.swiper-slide-thumb-active a{background: #F59600; display: flex; align-items: center; justify-content: center; padding: 0 20px; color: #fff; font-size: 12px; line-height: 58px; position: relative;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; transition: all 0.6s ease; }
.ipro .pinfo .procat ul li a:after{content:""; background: url("morearr.png") center no-repeat; width: 11px; height: 12px; position: absolute; top: 23px; right: 50%;  transition: all 0.6s ease; opacity: 0;}
.ipro .pinfo .procat ul li a:hover{background: rgba(0, 0, 0, 0.2);}
.ipro .pinfo .procat ul li a:hover div{flex: 1;}
.ipro .pinfo .procat ul li.swiper-slide-thumb-active a div{flex: 1;}
.ipro .pinfo .procat ul li a:hover:after{display: block; right: 20px;  opacity: 1;}
.ipro .pinfo .procat ul li.swiper-slide-thumb-active a:after{display: block;right: 20px; opacity: 1;}

.inewstit{font-size: 36px; color: #515151; line-height: 52px; padding: 40px 0 30px 0; display: flex; justify-content: space-between;}
.inewstit a{width: 72px; height: 32px; font-size:14px; color: #515151; border: 1px solid #666; text-align: center; line-height: 32px; margin: 10px 0;}
.inewstit a img{width: 6px; margin-left: 10px;}
.inewslist{display: flex; justify-content: space-between; margin-bottom: 80px;}
.inewslist .newsbox{width: 30%;}
.inewslist .newsbox .pic{ width: 100%;  height: auto; margin-bottom: 9px;}
.inewslist .newsbox .pic img{display: block; padding: 2px; border: 1px solid #ddd;}
.inewslist .newsbox .time{font-size: 12px; line-height:36px; color: #727071; }
.inewslist .newsbox .tit{ font-size: 16px; line-height: 32px; color: #515151; height: 64px; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 10px;}
.inewslist .newsbox .tit a{font-weight: 500; color: #515151; }
.inewslist .newsbox .more{ font-size: 14px; color: #319fd0; line-height: 32px; }
.inewslist .newsbox .more a{ font-size: 14px; color: #319fd0; line-height: 32px;}

footer{width: 100%;background: #f9f9f9;}
footer .wrap{display: flex; padding: 110px 0 100px 0; justify-content: space-between; flex-wrap: wrap;}
footer .logobox{ width: 337px; margin-right: 50px;}
footer .logo{ margin-bottom: 40px;}
footer .fcat{ width: calc((100% - 387px) / 4);} 
footer .fcat a{ width: 100%; display: block; line-height: 32px;}
footer .fcat a.bcat{ font-size: 24px; margin-bottom: 10px; font-weight: bold; color: #515151;}
footer .ewm{ width: 268px; text-align: center;}

footer .copy{text-align: center; line-height:50px; font-size: 14px; color: #fff; width: 100%; background: #0325a0;}

.infobanner{width: 100%;  height: 495px; background-position: center; background-repeat: no-repeat; background-size: cover!important;  margin-top: 92px;}
.infobar{widht:100%; height: 66px; border-bottom: 3px solid #f6f8f7; margin-bottom: 10px;}
.infobar .wrap{display: flex; justify-content: space-between;}
.infobar .infocat{}
.infobar .infocat ul{ display: flex;}
.infobar .infocat ul li{ margin-right:50px;  }
.infobar .infocat ul li a{ font-size: 16px; line-height: 66px; position: relative; color: #858585; display: inline-block;}
.infobar .infocat ul li a:after{position: absolute; top: 66px; left: 0; right: 0; height: 3px; overflow: hidden; content: ""; background: transparent; transform: all .4s;}
.infobar .infocat ul li a:hover,.infobar .infocat ul li a.active{color: #004098;}
.infobar .infocat ul li a:hover:after,.infobar .infocat ul li a.active:after{background: #004098;}
.infobar .pagepath{ line-height: 66px; display: flex; align-items: center;}
.infobar .pagepath a{font-size: 14px; line-height: 66px; display: inline-block; margin-left: 15px; position: relative;}
.infobar .pagepath span.inc{ height: 16px; width: 16px; background: url("homeinc.png") center no-repeat;}
.infobar .pagepath a:before{content: '/'; position: absolute; left: -10px;}
.infobar .pagepath a:nth-child(2):before{content: ''; position: absolute; left: -10px; display: none;}

.maincon{margin-bottom: 60px;}
.abouttit{font-size: 34px; line-height: 99px; color: #515151; padding-top: 30px; font-weight: 600;}
.aboutcon .wrap{display: flex; justify-content: space-between; margin-bottom: 50px;}
.aboutcon .apic{width: 661px; position: relative;}
.aboutcon .aleft{width: 529px; display: flex; flex-wrap: wrap; justify-content: flex-end;}

.aboutcon .aleft .since{height: 41px; background: url("about_08.png") right center no-repeat; width: 100%; margin-bottom: 50px;}
.aboutcon .aleft .con{color: #464646; font-size: 14px; line-height: 26px; width: 100%; position: relative; max-height: 420px;}
.aboutcon .aleft .con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #044F9F !important;
}
.aboutcon .aleft .con .mCSB_outside+.mCSB_scrollTools {
    right: -8px !important;
}
/*.aboutcon .aleft .con:before{content:''; width: 4px; height: 77px; background: #0068d1; position: absolute; top: 0; right: 0px;}
.aboutcon .aleft .con:after{content:''; width: 4px; height: 203px; background: #e0e0e0; position: absolute; top: 77px; right: 0px;}
.aboutcon .aleft .con:hover{overflow-y: scroll; overflow-x: hidden;}*/
.aboutcon .aleft .con .info{padding-right: 15px;}
.aboutcon .aleft .con p{font-size: 14px; line-height: 30px; margin-bottom: 30px;}

.promain{display: flex; justify-content: space-between;}
.promain .procat{width: 310px;}
.promain .prolist{width: calc(100% - 337px);}
.promain .procat .tit{height: 47px; margin-bottom: 4px; background: #0061aa; font-size:20px; color: #fff; line-height: 47px; padding-left: 20px; }

.promain .procat ul{}
.promain .procat ul li{width: 100%; display: block;}
.promain .procat ul li a{ height: 47px; color: #333131; font-size: 14px; line-height: 46px; display: block; padding-left: 20px; border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; border-top: none; background: url("proarr.png")  70% center no-repeat;}
.promain .procat ul li:nth-child(1)  a{border-top:1px solid #ddd;}
.promain .procat ul li a:hover,.promain .procat ul li a.active{color: #fff; background: url("proarract.png") 70% center no-repeat #0061aa; border-left:1px solid #0061aa; border-right:1px solid #0061aa; border-bottom:1px solid #0061aa; }

.prolist{}
.prolist ul.list{display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 30px;}
.prolist ul.list li{width: 32.3%; margin-bottom: 20px;}
.prolist ul.list li .pic{width: 100%; text-align: center;}
.prolist ul.list li .pic img{padding: 2px; border: 1px solid #ddd;}
.prolist ul.list li .link{line-height: 26px; color: #333131; text-align: center;}

.prodismain{ width: 100%; display: flex; justify-content: space-between; margin-bottom: 30px; padding-bottom: 10px; border-bottom: 1px solid #eee;}
.prodismain .pdpic{width: 662px; display: flex; justify-content: space-between;}
.prodismain .pdpic .pdBpic{width: 518px; height: 518px; border: 1px solid #eee; overflow: hidden;}
.prodismain .pdpic .pdBpic img{max-width: 100%; max-height: 100%;}
.prodismain .pdpic .pdSpic{width: 120px; height: 518px; overflow: hidden;}
.prodismain .pdpic .pdSpic .swiper-slide{border: 1px solid #eee; width: auto;}
.prodismain .pdpic .pdSpic .swiper-slide-thumb-active{border: 1px solid #f58790;}
.prodismain .pdpic .pdSpic div img{width: 118px; height: 118px; }

.prodismain .pdinfo{width: 520px;}
.prodismain .pdinfo .pdTit{font-size: 30px; line-height: 70px; color: #e60012;} 
.prodismain .pdinfo .pdCat{font-size: 20px; line-height: 50px; color: #8f8d8d;}
.prodismain .pdinfo .pdItem{display: flex; border-bottom: 1px solid #eee;}
.prodismain .pdinfo .pdItem .name{font-size: 14px; color: #999; line-height: 60px; width: 50%;}
.prodismain .pdinfo .pdItem .val{font-size: 14px; color: #212529; line-height: 60px; width: 50%;}
.prodismain .pdinfo .pdcontact{ line-height: 42px; margin-top: 40px;}
.prodismain .pdinfo .pdcontact a{display: inline-block; padding: 0 15px; display: inline-block; border-radius: 4px; color: #fff; background: #0061aa; font-size: 16px; }
.prodismain .pdinfo .pdcontact a:hover{opacity: .8;}
.pdDetail .pdTit{font-size: 38px; line-height: 96px; color: #212529; text-align: center;}
.pdDetail .pdCon{margin-bottom: 20px;}
.prohot{}
.prohot .tit{font-size: 26px; color: #212529; line-height:60px; border-bottom: 1px solid #eee; margin-bottom: 10px; }
.prohot .con{width: 100%;}
.prohot .con ul{display: flex; justify-content: space-between;}
.prohot .con ul li{width: 18%; text-align: center;}
.prohot .con ul li a.pic{border: 1px solid #eee; padding: 2px; display: block;}
.prohot .con ul li a.protit{line-height: 40px; color: #6c6d6e;}
.prohot .con ul li a.protit:hover{color: #003593;}

.pagelist{ padding: 15px;display: flex; align-items: center; margin-bottom: 30px;}
.pagelist ul{display: flex; align-items: center; margin: 0 auto; width: 100%; justify-content: center;}
.pagelist ul li{margin: 0 5px;}
.pagelist ul li a{display: block; line-height: 24px; font-size: 14px;  border-radius: 2px; background:#fff; border:1px solid #ccc; color:#1f1f1f; padding: 4px 12px; }
.pagelist ul li a:hover,.pagelist ul li a.current{background:#0066d9; color:#fff; border:1px solid #0066d9;}
.pagelist ul li a.disable{cursor: not-allowed; background: #ccc; color: #999;}
.pagelist ul li a.disable:hover{border-color:#ccc;}

.newslist{ padding: 30px 0;}
.newslist ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.newslist ul:after { content: ""; width: 30%; height: 0; visibility: hidden; }
.newslist ul li{ margin-bottom: 20px; width: 30%;}
.newslist ul li .pic{width: 100%; height: 276px; margin-bottom: 9px;}
.newslist ul li .time{font-size: 12px; line-height:46px; color: #727071; }
.newslist ul li .tit{ font-size: 16px; line-height: 32px; color: #2d2d2d; height: 64px; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 30px;}
.newslist ul li .tit a{font-weight: 600;}
.newslist ul li .more{ font-size: 14px; color: #319fd0; line-height: 32px;}
.newslist ul li .more a{ font-size: 14px; color: #319fd0; line-height: 32px;}

.ndbox{ width: 80%; margin: 0 auto; padding: 30px 15px; /*box-shadow: 0 0 10px rgba(7,0,2,.35); */}
.ndbox .ndtit{line-height: 40px; font-size: 18px; font-weight: bold; color: #000; margin: 15px 0 10px 0; text-align: center;}
.ndbox .time{font-size: 12px; line-height: 26px; margin-bottom: 60px; text-align: center;}
.ndbox .ndcon{ font-size: 14px; line-height: 26px;}
.ndbox .ndcon p{margin-bottom: 30px;}
.ndbox .ndPN{padding: 20px; height: 30px; font-size: 13px; margin-top: 30px; border-top: 1px solid #c9caca; display: flex; justify-content: space-between;}
.ndbox .ndPN .PNlink{margin: 0 auto;}
.ndbox .ndPN .PNlink a{display: inline-block; padding: 0 5px; border: 1px solid #c9caca; color: #9fa0a0; line-height: 28px; margin-left: 13px; }
.ndbox .ndPN .PNlink a.active{color: #0070b2;}

.honorcon{position: relative; padding: 30px 0;}
.honorcon>ul{display: flex; justify-content: space-between; }
.honorcon>ul>li{width: 30%; margin-bottom: 20px;}
.honorcon>ul>li a{display: block; text-align: center; line-height: 36px;}
.bigpic{text-align: center; background: #fff; line-height: 36px;}

.contactcon{display: flex; padding: 30px 0;}
.contactcon .lcon{width: 420px; margin-right: 60px; background: #0052a4; color: #fff; padding-top: 62px;}
.contactcon .lcon .ctit{font-size: 18px; line-height: 35px; padding-left: 60px; }
.contactcon .lcon .ctit img{margin-right: 10px;}
.contactcon .lcon .ccon{padding-left: 110px; font-size: 12px; line-height: 22px; min-height: 143px;}
.contactcon .rcon{ color: #7f7f7f; width: calc(100% - 480px);}
.contactcon .rcon .ctit{margin-bottom: 20px; padding: 14px 0;}
.contactcon .rcon .cintro{font-size: 18px; color: #7f7f7f; line-height: 32px; margin-bottom: 40px;}
.cform{display: flex;flex-wrap: wrap; justify-content: space-between;}
.cform .dline{width: 45%; margin-bottom:17px; }
.cform .dline label{font-size: 12px; font-weight: bold; line-height: 34px; color: #5c5c5c;display: block;}
.cform .dline label span{color: #c00;}
.cform .dline input,.cform .dline textarea{display: block; border: 1px solid #cacaca; height: 38px; padding: 5px 5%; width: 90%; }
.cform .dline textarea{padding: 10px; width: calc(100% - 22px); min-height: 140px;}
.cform .dline textarea:focus,.cform .dline input:focus{border: 1px solid #0052a4; outline: none;}
.cform .dline:nth-last-child(1){margin: 0;}
.cform .dline.mess{width: 100%;}
.cform .subBtn{width: 205px; height: 60px; border: none; padding: 0; margin: 0; background: url("contanct_15.png") no-repeat; display: block;}



@media screen and (min-width: 1496px) {
    .banner .slide .slidepic{height: 1050px}
}
@media screen and (max-width: 1496px) {
    
    
}
@media screen and (max-width: 1496px) {
    .aboutcon .aleft .con{width:96%;}
}
@media (max-width:1436px) {
    .ipro .pinfo .procat ul li a{padding: 0 15px; font-size:14px; }
}
@media (max-width:1320px) {
    .wrap { width: 96%; }
    header .wrap .nav>ul>li{padding:0; }
    .aboutcon .aleft {width: 48%; }
    .aboutcon .aleft .con{}
    .aboutcon .apic{width: 50%;}
}

@media (max-width:960px) {
    
    .wrap { width: 96%; }
    .mobileweb{display: block!important;}
    .mbbox a.mobileBtn.open hr:nth-child(1){width:100%; top:50%; margin-top:-2px; transform:rotate(45deg); -moz-transform:rotate(45deg);
-ms-transform:rotate(45deg); -o-transform:rotate(45deg); -webkit-transform:rotate(45deg); 
transform-origin:center; -moz-transform-origin:center; -ms-transform-origin:center; 
-o-transform-origin:center; -webkit-transform-origin:center;}
	.mbbox a.mobileBtn.open hr:nth-child(2){opacity:0; left:-50%;}
	.mbbox a.mobileBtn.open hr:nth-child(3){opacity:0; right:-50%;}
	.mbbox a.mobileBtn.open hr:nth-child(4){width:100%; bottom:50%; margin-bottom:-2px; transform:rotate(-45deg); -moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); transform-origin:center; -moz-transform-origin:center; -ms-transform-origin:center; -o-transform-origin:center; -webkit-transform-origin:center;}
    header .nav{ display: none; position: absolute; top: 91px; left: 0; background: #fff; width: 100%; margin: 0; padding: 18px 5%;}
    header .nav ul {flex-direction:column; margin: 0;}
    header .searchbox{display: none;  box-sizing: border-box;  position: absolute; top: 342px; left: 0; background: #fff; width: 100%; margin: 0; padding: 18px 5%;}
    header .nav.open{display: block; z-index: 999999;}
    header .searchbox.open{display: block; z-index: 999999;}
    header .searchbox.open .formbox{width: 90%; margin: 0 auto;}
    header .searchbox .formbox form{ width: 100%;}
    header .searchbox .formbox form input{width: calc(100% - 30px);}
    header .wrap .logo{padding: 23px 0;}
    header .wrap .lang .search{display: none;}
    header .lang .cn{display: none;}
    .infobanner{height:360px }
    .prodismain .pdpic{width: 50%;}
    .prodismain .pdpic .pdBpic{width: 75%; height: 344px;}
    .prodismain .pdpic .pdSpic{width: 20%; height: 344px;}
    .prodismain .pdinfo{width: 46%; display: flex; flex-wrap: wrap;}
    .prodismain .pdpic .pdSpic div img{width: 100%; height: auto;}
    
    .prodismain .pdinfo .pdTit,.prodismain .pdinfo .pdCat{width: 50%; line-height: 50px;}
    .prodismain .pdinfo .pdItem{width:100%;}
    .prodismain .pdinfo .pdItem .name,.prodismain .pdinfo .pdItem .val{line-height: 50px;}
    .prodismain .pdinfo .pdcontact{margin-top: 20px;}
    .pdDetail .pdTit{font-size: 36px; line-height: 80px;}
    
    .promain .procat{width: 25%;}
    .promain .prolist{width: 70%;}
    .promain .procat .tit{padding-left: 5px;}
    .promain .procat ul li a{background: url(proarr.png) 95% center no-repeat; padding-left: 5px;}
    .aboutcon{width: 96%; margin: 0 auto; margin-bottom: 50px;}
    .aboutcon .aleft{width: 45%;  position: relative;}
    .aboutcon .apic{width: 50%;}
    .aboutcon .aleft .since{margin-bottom: 20px;}
    .aboutcon .swiper-slide{height: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .aboutcon .aleft .con{width: 100%;}
    
    .banner .slide .slidepic{height: 720px}
    .iabout .pic{width: 50%;}
    .iabout .info{width: 50%; padding: 10px 0;}
    .iabout .info .list{margin-bottom: 20px;}
    .iabout .info .list li{width: 100%;}
    .iabout .info .item{width: 90%; margin-bottom: 22px; padding-left: 25px;}
    .iabout .info .more{margin-left: 25px;}
    .ipro .pcat{width: 25%;}
    .ipro .pcat .side div.txt{margin-bottom: 50px;}
    .ipro .pcat .side{padding: 60px 20px;}
    .ipro .pinfo{width: 75%;}
    .ipro .pinfo .procat ul{flex-wrap: wrap;}
    .ipro .pinfo .procat ul li{width: 33.33333%; line-height: 36px;}
    .inewslist .newsbox .pic{height: auto;}
    .inewslist .newsbox .tit{margin-bottom: 15px;}
    
}
@media (max-width:800px) {
    .banner .slide .slidepic{height: 560px}
    .iabout {flex-wrap: wrap;}
    .iabout .pic{width: 100%;}
    .iabout .info{width: 100%; padding: 20px 0;}
    .ipro {flex-wrap: wrap;}
    .ipro .pcat{width: 100%; display: none;}
    .ipro .pinfo{width: 100%;}
}
@media (max-width:760px) {
    
    .infobanner{height:260px }
    .prodismain{flex-wrap: wrap;}
    .prodismain .pdpic{width: 662px; height: 518px; margin: 0 auto;}
    .prodismain .pdpic .pdBpic{width: 518px; height: 518px;}
    .prodismain .pdpic .pdSpic{width: 120px; height: 518px;}
    .prodismain .pdinfo{width: 90%; margin: 0 auto; padding: 20px 0;}
    .promain {flex-wrap: wrap;}
    .promain .procat{width: 100%; margin-bottom: 20px;}
    .promain .prolist{width: 100%;}
    .promain .procat .tit{display: none;}
    .promain .procat ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
    .promain .procat ul li{width: 30%;}
    .promain .procat ul li a{border: none;}
    .promain .procat ul:after { content: ""; width: 30%; height: 0; visibility: hidden; }
    .aboutcon{flex-wrap: wrap;}
    .aboutcon .aleft{width: 100%; margin-bottom: 30px;}
    .aboutcon .apic{width: 100%;}
    
    .contactcon .lcon,.contactcon .rcon{width: 100%; margin: 0;}
    .contactcon .lcon{padding: 20px 0;}
    .contactcon .lcon .ccon{min-height:30px; }
    
}
@media (max-width:662px) {
    .swiper-slide{height: auto;}
    .infobanner{height:220px }
    .prodismain{flex-wrap: wrap;}
    .prodismain .pdpic{width: 100%;  flex-wrap: wrap; height: auto; align-items: center;}
    .prodismain .pdpic .pdBpic{width: 100%; height: auto; margin-bottom: 15px;}
    .prodismain .pdpic .pdSpic{width: 100%; height: auto;}
    .prodismain .pdpic .pdSpic img{display: block;}
    .prodismain .pdinfo{width: 90%; margin: 0 auto; padding: 20px 0;}
    .prohot .con ul{flex-wrap: wrap; }
    .prohot .con ul li{width: 30%;}
    .prohot .con ul:after {
            content: "";
            width: 30%;
            height: 0;
            visibility: hidden;
        }
    footer .wrap{flex-wrap: wrap;}
    footer .logobox,footer .ewm{width: 100%; text-align:center;}
    footer .fcat{width: 100%; padding: 10px 0 0 0 ;}
    footer .fcat a{display: inline-block; width: 30%;}
    footer .fcat a.bcat{width: 100%; margin-bottom: 0;}
    footer .copy{padding: 10px 10%; line-height: 24px; box-sizing: border-box;}
}
@media (max-width:610px) {
    .banner .slide .slidepic{height: 320px}
    .ipro .pinfo .procat ul li a{padding: 0 10px;}
    .inewslist{flex-wrap: wrap;}
    .inewslist .newsbox{width: 100%; display: flex; margin-bottom: 15px; flex-wrap: wrap; justify-content: space-between;}
    .inewslist .newsbox .pic{width: 30%;}
    .inewslist .newsbox .info{width: 65%;}
    .inewslist .newsbox .time{line-height: 24px;}
    .inewslist .newsbox .tit{line-height: 28px; height: 56px;}
    .inewslist .newsbox .more{line-height: 24px;}
}
@media (max-width:570px) {
    .infobar .infocat ul li{margin-right: 10px;}
    .newslist ul li{width: 100%;}
    .newslist ul li .pic{width: 30%;}
    .newslist ul li .info{width: 68%; margin-left: auto; padding: 5px 0;}
    .newslist ul li .info .intro{height: 30px; margin: 5px 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
}


@media (max-width:480px) {
    .promain .procat ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
    .promain .procat ul li{width: 45%;}
    .promain .procat ul li a{border: none;}
    .promain .procat ul:after { content: ""; width: 45%; height: 0; visibility: hidden; }
    .prolist ul.list li{width: 45%;}
    .ipro .pinfo .procat ul li{width: 50%;}
}
