/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#111;text-decoration:none;outline:none;}
p {margin: 0;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
dt{font-weight: normal;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}



.wh{max-width: 1530px;margin:0 auto;padding: 0 15px;}
.pos{position: relative;width: 1920px;left: 50%;margin-left: -960px;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.flex{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}


/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


/*头部样式*/
.top1{height: 27px;background: #e6e6e6;color: #595959;line-height: 27px;overflow: hidden;font-size: 13px;}
.top2{height: 94px;}
#header{width:1000px;margin:0 auto;}
.logo{float:left;line-height: 94px;width: 17%;}
.logo img{max-width: 100%;}
.top2 .k2{margin-top: 35px;font-size: 16px;color: #333333;line-height: 35px;background: url() no-repeat left center;padding-left: 40px;}
.topr{width: 73%;display: flex;justify-content: space-between;flex-wrap: nowrap;display: -webkit-flex;position: relative;z-index: 9999;}


/*热门搜索*/
.sou{margin: 15px 0;}
.hotSearch a{margin-right:6px;}
.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;}

/*搜索和热门搜索*/
.ss{position: relative;}
.ss-btn{margin-top: 36px;cursor: pointer;}
.ss #formsearch{display: none;position: absolute;top:94px;right: 0;width: 189px;z-index: 9999;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}
.ss #formsearch input{height:28px;background:#fff;border:1px solid #c8c8c8;line-height:28px;}
.ss #formsearch input#keyword{height:28px;line-height:28px;padding-left:4px;color:#666;}
.ss #formsearch input#s_btn{width:46px;height:28px;line-height:28px;text-align:center;background-color:#111111;color:#fff;border:none;cursor:pointer;font-size: 12px;}
.ying{color: #7c7c7d;font-size: 14px;line-height: 94px;padding-left: 35px;background: url(../images/icon1.png) no-repeat left center;}

/*  */
.mySwiper{position: relative;}
.mySwiper  img{width: 100%;}
.ban{position: absolute;bottom:27%;width: 100%;z-index: 999;}
.ban .swiper-button-prev,.ban .swiper-button-next{position: static;width: 38px;height: 38px;margin-top: 0;}
.ban .swiper-button-prev{background: url(../images/icon-prev.png) no-repeat center;}
.ban .swiper-button-next{background: url(../images/icon-next.png) no-repeat center;}
.ban .swiper-pagination{position: static;width: auto;color: #2f78bc;font-size: 26px;font-family: 'Arial';margin: 0 20px;}
.ban .swiper-pagination span:before{content: '0';}




/* 导航样式 */
#menu {
    background-color: #019350;
}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 79%;
}

.x-menu>li {
    position: relative;
    width: 14.28%;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #666666;
    white-space: nowrap;
    line-height: 94px;
    height: 94px;
    text-align: center;
}



.x-menu>li>a:hover {
    color: #222222;
}




.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 94px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}



.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #222222;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}



@media(max-width: 1200px){
    .topr{width: 77%;}
    .ying{padding-left: 26px;}
}
@media(max-width: 1024px){
    .x-menu{width: 76%;}
}


/*  */
.box1{margin: 6% 0;}
.aleft{width: 44.4%;}
.aright{width: 45%;}
.aright img{display: block;width: 100%;}
.abt h3{color: #393c3d;font-size: 50px;font-family: Arial;text-transform: uppercase;}
.abt{color: #333333;font-size: 26px;line-height: 1;}
.acon{color: #666666;font-size: 15px;line-height: 29px;margin:2.6vw 0 5.2vw;}
.aleft a{position: relative; display: block;width: 172px;height: 52px;background-color: #ffffff;border: solid 1px #393c3d;color: #666666;font-size: 15px;text-align: center;line-height: 50px;}
.aleft a span{ position: relative;transition: all 0.2s; z-index: 2;display: block;}
.aleft a:before{content: '';transition: all 0.3s;width: 6px;height: 51px;background-color: #393c3d;display: block;position: absolute;left: 0;top:0;z-index: 1;}
.aleft a:hover:before{width: 100%;}
.aleft a:hover{color: #fff;}

@media(max-width: 1366px){
    .abt h3{font-size: 40px;}
}

@media(max-width: 1025px){
    .abt h3{font-size: 36px;}
    .abt{font-size: 20px;}
    .acon{margin: 1.8vw 0 3.6vw;font-size: 14px;line-height: 24px;}
    .aleft{width: 52%;}
}

@media(max-width: 768px){
    .aleft,.aright{width: 100%;float: none;}
    .aleft{margin-bottom: 20px;}
}
@media(max-width:640px){
    .abt{font-size: 18px;}
    .abt h3{font-size: 30px;}
    .acon{margin: 20px 0;}
    .aleft a{width: 140px;height: 40px;line-height: 38px;}
    .aleft a:before{height: 40px;}
}


/*  */
.ht1{background: url(../images/bg1.jpg) no-repeat top center;background-size: cover;padding: 4.5% 0;overflow: hidden;}
.p1{letter-spacing: 9px;color: #ffffff;opacity: 0.3;font-size: 18px;font-family: 'Arial';line-height: 1;text-transform: uppercase;}
.ht1 h3{color: #ffffff;font-size: 24px;margin: 17px 0 2.8125vw;}
.hsort li{margin-right: 20px;}
.hsort li a{display: block;width: 150px;height: 48px;border: solid 1px rgba(255,255,255,.5);color: #ffffff;font-size: 16px;line-height: 46px;text-align: center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;padding: 0 2px;}

@media(max-width: 1430px){
    .p1{letter-spacing: 5px;}
}

@media(max-width: 1200px){
    .p1{font-size: 14px;}
}
@media(max-width: 768px){
    .p1{font-size: 12px;}
}
@media(max-width: 640px){
    .p1{letter-spacing: 1px;}
    .ht1 h3{font-size: 16px;margin: 8px 0 20px;}
    .hsort li{width: 46%;margin: 0 2%;margin-bottom: 12px;}
    .hsort li a{height: 40px;line-height: 38px;font-size: 14px; width:120px;}
}


/*  */
.box2{margin: 3.6% 0 4.4%;}
.bt1 dd{color: #999999;font-size: 24px;text-transform: uppercase;line-height: 1;}
.bt1 dt{color: #333333;font-size: 36px;line-height: 1;margin-top: 10px;}
.yul{margin: 3.8% -12px 0 -12px;}
.yul .slick-slide{width: 19%;margin: 0 12px;}
.yul li .img{position: relative;}
.yul li .img img{display: block;width: 100%;}
.yul li .img a{position: absolute;color: #ffffff;font-size: 14px;background: url(../images/icon-next2.png) no-repeat right center;bottom: 25px;left: 30px;padding-right: 35px;}
.bj2{background-color: #333333;padding: 37px 30px;}
.bj2 p{color: #ffffff;font-size: 14px;line-height: 26px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.bj2 h3{color: #ffffff;font-size: 20px;margin-bottom: 12px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.yul li:hover .bj2{background-color: #111111;}

@media(max-width: 1366px){
    .bj2{padding: 37px 15px;}
}

@media(max-width: 1024px){
    .bt1 dd{font-size: 18px;}
    .bt1 dt{font-size: 24px;}
}

@media(max-width: 640px){
    .box2{margin: 30px 0;}
    .yul{margin-top: 20px;}
    .bj2{padding: 15px 5px;}
    .bj2 h3{font-size: 16px;margin-bottom: 10px;}
}



/*  */
.box3{padding: 3.5% 0 4.7%;background-color: #f8f8f8;}
.nsort{margin-top: 25px;}
.nsort li{margin-left: 40px;}
.nsort li a{display: block;color: #999999;font-size: 18px;}
.nsort li a:hover{color: #333333;}
.nul{margin-top: 4%;}
.nul li{width: 30.8%;}
.nul li .img img{display: block;width: 100%;}
.nul li h3 a{display: block;color: #333333;font-size: 18px;font-weight: normal;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;margin: 32px 0 23px;}
.nul li p{color: #777777;font-size: 15px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.m1{border-top: 1px solid #dadada;padding-top: 28px;margin-top: 45px;position: relative;}
.m1 a{display: block;color: #333333;font-size: 13px;font-weight: bold;padding-right: 20px;background: url(../images/icon-next3.png) no-repeat right center;}
.m1 span{color: #999999;font-size: 13px;font-family: 'arial';}
.m1 a:before{content: '';width: 78px;height: 2px;background-color: #969696;display: block;position: absolute;left: 0;top:-2px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.nul li:hover .m1 a:before{width: 100%;}

@media(max-width: 991px){
    .m1{margin-top: 25px;padding-top: 20px;}
    .nul li h3 a{margin: 20px 0 15px;}
}

@media(max-width: 640px){
    .nn .bt1{float: none;}
    .nsort{float: none;width: 100%;margin-top: 15px;}
    .nsort li{margin-left: 0;margin-right: 20px; float:left;}
    .nsort li a{font-size: 16px;}
    .nul li{width: 100%;float: none;margin-bottom: 20px;}
    
}




/*  */
.ft1{background-color: #303030;}
.ft2{background-color: #252525;color: #999999;font-size: 13px;padding: 25px 0;text-align: center;line-height: 24px;}
.ft2 a{color: #999999;}
.tbox{padding: 4% 0 5%;}
.lx{font-size: 14px;line-height: 26px;color: #fff;}
.ful{margin-top: 13%;}
.ful li{margin-right: 20px;}
.dao{width: 61%;}
.dao li dd{color: #ffffff;font-size: 17px;margin-bottom: 25px;}
.dao li a{display: block;color: #9a9a9a;font-size: 14px;line-height: 30px;}

@media(max-width: 768px){
    .tlx {width: 46%;}
    .dao li dd{font-size: 15px;margin-bottom: 15px;}
    .ful li{float:left;}
}
@media(max-width: 640px){
    .tlx {width: 100%;float: none;}
    .dao{display: none;}
    .ful{margin-top: 5%;}
}








/* 友情链接 */

.c-link {
    padding: 30px 0;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    border-top:1px solid #3b3b3b;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: #fff;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}
.c-link .sec a{color: #000;}

/*内页左侧样式*/



.page-product-inquiry a{color: #fff;}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}




/*Menu */
@media (min-width: 1460px){
    .container {
        width: 1400px;
    }
}

.nybanner img{max-width:100%}
.nybanner .pcbanner{display: block;}
.nybanner .mbanner{display:none;}

@media (max-width: 768px){
.nybanner .pcbanner{display: none;}
.nybanner .mbanner{display:block;}
}

.Menu{ padding:2% 0;}
.Menu .columnName{ float:left; font-size:18px;color:#000; width:29%; text-align: left;}
.Menu .columnName b{font-size: 30px;display:inline-block;padding-right:10px;color: #2f78bc;    text-transform: capitalize;}
.Menu .columnName span{display:block;padding-top: 5px;font-size:  30px;color: #000;}
.Menu ul{ float:right; max-width:71%;}
.Menu li{ float:left; position:relative; padding:0 15px;}
.Menu li:after{content:'';width: 4px;height: 4px;position:absolute;right:0;top: 38px;background:#2f78bc;display:block;}
.Menu li:last-child:after{ display:none;}
.Menu li a{display:block;margin: 0 18px;line-height:36px; padding:22px 0 0px;font-size:18px;color: #000; border-bottom:2px solid transparent; }
.Menu li:hover a,
.Menu li.aon a{ color:#2f78bc; border-bottom:2px #2f78bc solid;}

@media(max-width:1000px) and (min-width:769px){
    .Menu .columnName b{ font-size:20px;}
}
@media(max-width:768px){
    .Menu .columnName{ float:none; padding:2% 0; text-align:center; width:auto;}
    .Menu ul{ float:none; max-width:none; overflow:hidden;}
    .Menu li{ margin: 0 10px 10px 0; text-align:center; background: #f8f8f8; float: left; border-bottom: 0;  }
    .Menu li a{ border-bottom:0; }
    .Menu li:hover a,
    .Menu li.aon a{ border-bottom:0; color: #fff;}
    .Menu li:hover,
    .Menu li.aon{ background:#2f78bc; }
    .Menu li:after{ display: none;}
    .Menu li a{ padding:0 5px; font-size: 16px;}
}
@media(max-width:480px){
    .Menu li{ width: 49%; margin-right: 2%; }
    .Menu li:nth-of-type(2n){ margin-right: 0; }
    .Menu .columnName b{ font-size:28px;}
    .Menu li a{ font-size:13px; padding: 0; }
}
@media(max-width:375px){
    .Menu .columnName b{ font-size:24px;}
}



.PageInfo{padding: 3% 0 5%;background: #f7f7f7;}
.PageInfo p{ color:#555; line-height:28px; margin-bottom:25px; font-size: 16px; text-indent: 2em;}
.culture p{text-indent: 0em;}
.PageInfo h1{color: #2f78bc;font-size: 20px;}
.PageInfo .network{text-align: center;}
.PageInfo .network img{max-width: 100%;}
.PageInfo .pic{ float: left; width: 32.6875%; margin:0px 65px 9px 0px}
.PageInfo .pic2{margin-top: 20px; }
.PageInfo .pic2 img{ width: 24.25%; margin-right: 1%; float: left; }
.PageInfo .pic2 img:nth-of-type(4){ margin-right: 0;  }
@media(max-width:640px){
    .PageInfo{ padding: 20px 0; }
    .PageInfo .pic{ width: 100%; margin:0;  float: inherit; }
    .PageInfo .pic2 img{ width: 100%; margin-right: 0; margin-bottom: 20px;  }
}


.content {
    background: #fff;
}
.PageContactInfo .p,.PageContactInfo .h2,{}
.PageContactInfo{padding: 8% 0}
.PageContactInfo .text{margin-bottom: 30px}
.PageContactInfo .text .title{font-size: 30px;color: #e4e4e4;font-weight: normal;margin-bottom: 20px; margin-top: 0; text-align: left;}
.PageContactInfo .text .title span{font-weight: 700;}
.PageContactInfo .text .p{font-size: 16px;color:#333;line-height: 42px; margin: 0; padding: 0;}
.PageContactInfo .map{width: 100%;height: 200px;    background: #fff;
    padding: 1%;
    border-radius: 20px 0;}
.PageContactInfo .map #map{height: 100%;}
.PageContactInfo .map img{max-width: none !important;}

@media screen and (min-width: 768px) {
    .PageContactInfo .text{float: left;width: 45%;}
    .PageContactInfo .map{float: right;width: 50%;height: 320px;}
}

@media screen and (min-width: 1024px) {
    .PageContactInfo{background: url(../images/contactbg.jpg) no-repeat center;}
    .PageContactInfo .map{float: right;width: 50%;height: 320px;}
    .PageContactInfo .text .title{font-size: 52px;}
}

@media screen and (min-width: 1200px) {
    .PageContactInfo{padding: 70px 0 70px}
    .PageContactInfo .text .title{margin-bottom: 55px}
    .PageContactInfo .map{ width: 65%;height: 430px;}
    .PageContactInfo .text{width: 35%;}
}


.swiper-honor img{max-width:100%; transition: all ease .3s;}
.swiper-honor p{width:100%; text-align: center; line-height: 32px;}
.swiper-honor .swiper-slide{overflow: hidden;transition: all ease .3s;}
.swiper-honor .swiper-slide img:hover{transform: scale(1.1);}


/*.honor_list{ padding:0 0 0; }
.honor_list .auto{overflow: hidden;}
.honor_list ul{ margin: 0 -1%;}
.honor_list ul li{ float: left; width: 48%;margin: 0 1% 20px 1%;text-align: center;}
.honor_list ul li .pic{display: block; padding:0%; position: relative;border: 1px solid #eee; background:#fff;}
.honor_list ul li .pic{display: block; padding:0 0%; position: relative;border: 1px solid #eee; background:#fff;    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;}
.honor_list ul li img{max-width:100%; display:block; max-height:100%;}
.honor_list ul li h4{overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; margin:10px 0 0; font-weight: normal; font-size: 14px;}
@media screen and (min-width:768px ){
    .honor_list ul li{width:31.334%;}
}
@media screen and (min-width:1024px ){
    .honor_list ul li{width:23%; margin-bottom: 30px;}
}*/



.newslist2022 {padding-top:2%; min-height: 400px;}
.newslist2022 h3{ margin:0; font-size:18px;}
.newslist2022 p{ line-height:26px; overflow:hidden; color:#999; height:52px; margin:2% 0 0 0;}
.newslist2022 ol{ background-color:#fafafa; margin-bottom:2%; position:relative; padding-left:36.25%;}
.newslist2022 ol .Ispic{ width:36.25%; position:absolute; left:0; top:0; height:100%;}
.newslist2022 ol .Ispic img{ display:none;}
.newslist2022 ol div{ padding:5% 10% 3% 5%;}
.newslist2022 ol h3 a{ color:#2f78bc;}
.newslist2022 ol h3 a:hover{ color:#0490d9; }
.newslist2022 ol time{ display:block; padding:3% 0;}
.newslist2022 ol p{ margin:0 0 3% 0; height:78px;}
.newslist2022 ol span{ display:inline-block; width:130px; line-height:40px; text-align:center;  background:#2f78bc; font-size:12px; transition: 0.3s ease; }
.newslist2022 ol span:hover{ width: 160px; background:#0490d9; }
.newslist2022 ol span a{  color:#fff; }

.newslist2022 li{ overflow:hidden; padding-left:160px; padding-right:58px; position:relative; margin-bottom:2%; background-color:#fff;}
.newslist2022 li div{border-left:1px solid #eee; padding:2% 3%;}
.newslist2022 li time{ position:absolute; left:0; top:0; width:160px; height:100%;}
.newslist2022 li time span{ position:absolute; width:100%; text-align:center; top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); color:#b2b2b2; font-size:16px;}
.newslist2022 li time i{ font-style:normal; font-size:50px; color:#999; display:block; font-family:"Courier New", Courier, monospace; line-height:40px;}
.newslist2022 li time i:after{ display:block; content:''; margin:5px auto; height:1px; width:50%; max-width:66px; background:#dfdfdf;}

.newslist2022 li:hover{ background-color:#2f78bc; }
.newslist2022 li:hover *{  color:#fff; }

@media(max-width:1000px){
    .newslist2022 li{padding-left:100px;padding-right:30px;}
    .newslist2022 li:after{width:30px; background-size:35% auto;}
    .newslist2022 li time{width:100px;}
    .newslist2022 li time span{font-size:14px;}
    .newslist2022 li time i{font-size:40px;line-height:30px;}
}
@media(max-width:768px){
    .newslist2022 h3{ font-size:16px;}
}
@media(max-width:640px){
    .newslist2022 ol{ padding-left:0;}
    .newslist2022 ol .Ispic{ width:auto; position:relative; height:auto; display:block; padding-bottom:60%;}
    .newslist2022 ol div{ padding:3%;}
}
@media(max-width:480px){
    .newslist2022 li{padding-left:80px;padding-right:0;}
    .newslist2022 li:after{ display:none;}
    .newslist2022 li time{width:80px;}
    .newslist2022 li time span{font-size:12px;}
    .newslist2022 li time i{font-size:30px;}
    .newslist2022 h3{ font-size:14px;}
    .newslist2022 p{ font-size:12px; line-height:20px; overflow:hidden; height:40px;}
    .newslist2022 ol p{ height:60px;}
}



.news_info{ padding: 3% 0; }
.news_info .title{ text-align:center; padding-bottom:0px; background:none;}
.news_info .title h1{ margin:0; padding-bottom:15px; font-size:24px; font-weight:normal;}
.news_info .title p{ margin:0; border-bottom:1px dashed #d2d2d2; padding-bottom:20px;}
.news_info .title p span{ margin:0 36px; color:#999;  font-size:12px;}
.news_info .info{ text-align:justify; text-justify:inter-ideograph; padding-top:20px;}
.news_info .info img{ margin:15px auto; display: block; }
.news_info .info p{ font-size:14px; color:#666; line-height:30px; margin:12px 0; text-indent:2em;}

.news_info .btn{ text-align: center; width:100%}
.news_info .goback{ background:#2f78bc; padding:8px 18px; color:#fff; border-radius:6px; display: inline-block; margin: 20px 0;}
.news_info .goback:hover{background:#3c497e; }

.news_info .info_back{ padding:2% 0 20px 0;}
.news_info .info_back dl{ margin: 10px 0;}
.news_info .info_back a{ color:#999; font-size:14px;}
.news_info .info_back a:hover{color:#1b699f;}






.fl{ float:left;}
.fr{ float:right;}
.w22{ width:22%; padding-bottom:4%;}
.w75{ width:75%; padding-bottom:4%;}
@media(max-width:1024px){
    .fl,
    .fr{ float:none;}
    .w22,
    .w75{ width:auto; padding-bottom:2%;}
}
.menupro .side-title{margin-top: 60px;background:#2f78bc;background-size:auto 100%;color:#fff;font-size:18px;padding:22px 0 22px 30px;border-radius: 25px 0 0 0;font-size:24px;}
.menupro .side-title span{display:block;text-transform: uppercase;font-size: 16px;color: #fff;}
.menupro .side{ padding-bottom:50px; background:#fff; border-radius:0 0 50px 0; -webkit-border-radius:0 0 50px 0; -moz-border-radius:0 0 50px 0; -ms-border-radius:0 0 50px 0;}
.menupro .side li{border-bottom: 1px solid #efefef;line-height:24px;font-size: 16px;background: #fff;}
.menupro .side li.aon{background-color: #e0efff;}
.menupro .side li>a{display:block;padding: 18px 40px 18px 30px;position:relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; font-weight: bold; color:#000; font-size: 18px;}
.menupro .side li>a::before,
.menupro .side li>a::after{ position:absolute; content:''; top:50%;}
.menupro .side li>a::before{width:15px;height:15px;border-radius:50%;background:#ececec;right: 15px;margin-top:-7.5px;}
.menupro .side li>a::after{margin-top: -4px;border:5px solid transparent;border-top-width:4px;border-bottom-width:4px;border-left-color:#fff;right: 14px;}
.menupro .side li>a:hover{ color:#2f78bc;}
.menupro .side li.aon>a{ color:#2f78bc;}
.menupro .side li:hover>a::before,
.menupro .side li.aon>a::before{ background:#2f78bc;}
.menupro .side li dl dd{border-bottom: 1px solid #efefef;}
.menupro .side li dl dd>a{display:block;padding: 18px 40px 18px 30px;position:relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; padding-left:3em;}
.menupro .side li dl dd>a::before,
.menupro .side li dl dd>a::after{ position:absolute; content:''; top:50%;}
.menupro .side li dl dd>a::before{width:15px;height:15px;border-radius:50%;background:#ececec;right: 15px;margin-top:-7.5px;}
.menupro .side li dl dd>a::after{margin-top: -4px;border:5px solid transparent;border-top-width:4px;border-bottom-width:4px;border-left-color:#fff;right: 14px;}
.menupro .side li.aon dl dd{background-color: #fff;}
.menupro .side li.aon dl dd.aon{background-color: #e0efff;}
.menupro .side li dl dd>a:hover{ color:#2f78bc;}
.menupro .side li dl dd.aon a{ color:#2f78bc;}
.menupro .side li dl dd.aon>a::before,
.menupro .side li dl dd:hover>a::before{ background:#2f78bc;}

.menupro #side .owl-item{ float:left;touch-action: pan-y;-webkit-tap-highlight-color: transparent;position: relative;}
.menupro #side .owl-stage-outer{ position:relative; overflow:hidden;}
.menupro #side .owl-stage{position:relative;touch-action: manipulation;}
@media(max-width:1024px){
.w22{ padding-bottom:0;}
.menupro .side-title{ margin-top:2%;}
.menupro .side{ display:block;}
.menupro #side{ background:#fff; border-top:1px solid #fff; padding:0 20px; position:relative;}
.menupro #side li{ float:left; padding-right:4%;}
.menupro #side li a{ color:#666; line-height:24px; display:block; padding:12px 10px; border-bottom:1px solid #fff; text-align:center;}
.menupro #side li.aon a{color:#2f78bc; border-bottom:1px solid #2f78bc;}
.menupro #side .owl-nav button{ position:absolute; top:0; height:100%; width:18px; border:none; background:#000; color:#fff; cursor:pointer; padding:0;}
.menupro #side .owl-nav button.owl-prev{ left:0;}
.menupro #side .owl-nav button.owl-next{ right:0;}
.menupro #side .disabled{ display:none;}
}
@media(max-width:640px){
.menupro .side-title{padding:10px 0 10px 20px;font-size:20px;}
.menupro .side-title span{ font-size:12px;}
.menupro .side{padding-bottom: 0px;}
.menupro .side li{width:48%; float:left; margin-right:4%;}
.menupro .side li:nth-child(2n){margin-right: 0px;}
.menupro .side li a{padding: 10px 0px; text-align: center; font-size: 12px;}
.menupro .side li dl{display: none;}
.menupro .side li a::before,.menupro .side li a::after{display:none;}
}



.prolist2022{ padding-top:60px; min-height: 400px; }


.prolist2022 li .sc{ overflow: hidden;}
.prolist2022 li .sc .Ispic{width:100%;padding-bottom:100%;border-radius: 30px 0;transition: 0.3s ease; background-size: cover;}
.prolist2022 li .sc .Ispic:hover{ transform: scale(1.1); }

.prolist2022 li{
    width: 32%;
    float: left;
    margin:0 2% 2% 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px 2px #eee;
    }
.prolist2022 li .word{ padding:6%}
.prolist2022 li:nth-child(3n){ margin-right:0;}
.prolist2022 li img{width: 100%; display:block;}
.prolist2022 li .dot{color: #353535; font-weight: bold; font-size: 16px;  margin-top: 0px;    height: 24px;
    overflow: hidden; display: block;}
.prolist2022 li:hover .dot{color: #2f78bc;}
.prolist2022 li p{display: block; color: #727272; text-align: left; height: 48px; overflow: hidden; font-size: 12px; line-height: 24px;}
.prolist2022 li .more{width: 122px; height: 30px; margin-top:15px; line-height: 30px; color: #fff; font-size:12px; text-align: center; background:#2f78bc;display: inline-block;border-radius: 50px; transition: 0.3s; display: block; margin:16px auto 0px;}
.prolist2022 li .more:hover{width: 160px; }
@media (max-width: 768px){
.prolist2022 li{width: 49%;}
.prolist2022 li:nth-child(4n){ margin-right:2%;}
.prolist2022 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:640px){
    .prolist2022{padding-top: 20px;}
    .prolist2022 li{margin-bottom: 20px; width:48%; margin-right:4%; float:left;}
    .prolist2022 li:nth-child(4n){ margin-right:4%;}
    .prolist2022 li:nth-child(3n){margin-right: 4%;}
    .prolist2022 li:nth-child(2n){ margin-right:0;}

}

.honor_list .prolist2022{padding-top: 0px;}
.honor_list .prolist2022 li{
    width:23%;
    margin:0 1% 2% 1%;
}
.honor_list .prolist2022 li:nth-child(4n){ margin-right:0;}
.honor .prolist2022 li .sc .Ispic{width:100%;padding-bottom:140%;border-radius: 30px 0;transition: 0.3s ease; background-size: cover;}



.proinfo2022{ padding:4% 0;}
.proinfo2022 .info_pro{background-color: white;padding: 5px 20px;}
.proinfo2022 .pro_spec_tit {
    margin-top: 40px;
    border-bottom: 1px solid #2f78bc
}
.proinfo2022 .spec_title{
margin-top:20px;
color:#2f78bc;
text-align:left;
font-size:24px;
font-weight:bold;
margin-bottom: 0px;
border-bottom: 2px solid #2f78bc;
    padding-bottom: 10px;
}
.proinfo2022 .spec_image{
margin-top:30px;
}
.proinfo2022 .spec_image img{
margin:0 auto;
display:block;
max-width:90%;
}
.proinfo2022 .pro_spec_tit a.cur, .pro_spec_tit a:hover {
    background: #2f78bc;
    color: #fff;
}
.proinfo2022 .pro_spec_tit a {
    display: inline-block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #666;
    margin-left: 0px;
    /* float: left; */
    border-right: 1px solid #e5e5e5;
}


.proinfo2022 .info_pro img{max-width: 100%;}
.proinfo2022 .info_back{  margin: 20px 0; }
.proinfo2022 .info_back dd{ line-height: 32px;  }
.proinfo2022 .list_img{ float:left; width:55.6%; position:relative;}
.proinfo2022 .big_img{ position:absolute; left:0; top:0; height:100%; width:80%;}
.proinfo2022 .big_img li,
.proinfo2022 .big_img li figure{ position:absolute; left:0; width:100%; top:0; height:100%; background-color: #fff; }
.proinfo2022 .big_img li figure{ background-size:contain;}
.proinfo2022 .list{ padding:42px 0 170px 82.9%;}
.proinfo2022 .list .bd{ position:relative;}
.proinfo2022 .list a{ position:absolute; width:17.1%; height:40px; right:0; background:url(../images/proinfo2022-btn_prev.png) no-repeat center center/auto 50%;  cursor:pointer;}
.proinfo2022 .list a.prev{ top:0;}
.proinfo2022 .list a.next{ bottom:0; background-image:url(../images/proinfo2022-btn_next.png);}
.proinfo2022 .list a.prevStop,
.proinfo2022 .list a.nextStop{ cursor:default;}
.proinfo2022 .list li{ height:124px;  position:relative;}
.proinfo2022 .list li figure{ position:absolute; left:0; width:100%; top:9px; bottom:9px; background-size:contain; background-color: #fff;  border:1px solid #f2f2f2;}
.proinfo2022 .list li.on figure{ border:2px solid #2f78bc;}

.proinfo2022 .right_info{ float:right; width:39.2%; height: 500px; overflow-y:scroll; position: relative; padding: 15px; margin: 20px 0;  }
.proinfo2022 .right_info h1{ font-size: 36px; color: #2f78bc; position: relative; padding-bottom: 20px; margin-bottom: 40px;}
.proinfo2022 .right_info h1::after{ position: absolute; display: inline-block; content: ''; width: 80px; height: 1px; background:#2f78bc; bottom: 0; left: 0; }
.proinfo2022 .right_info .intro{ margin:0; line-height:30px; padding-bottom: 5%; }
.proinfo2022 .back{ float: right; display:inline-block; padding:10px 5%; color:#000;background: #ddd; transition:0.4s;}
.proinfo2022 .back:hover{ background-color:#2f78bc; color:#fff;}

/* æ»šåŠ¨æ¡èƒŒæ™¯ */
.proinfo2022 ::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #f1f1f1;}
/* æ»šåŠ¨æ¡å®½ */
.proinfo2022 ::-webkit-scrollbar{width: 2px; }
/* æ»šåŠ¨æ¡æ»‘åŠ¨æ¡é¢œè‰² */
.proinfo2022 ::-webkit-scrollbar-thumb{  border-radius: 10px;  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  background-color: #999;  }

.proinfo2022 .tab{ padding:3% 0;}
.proinfo2022 .tab .h1_tab{ margin:0; border-bottom:1px solid #e7e8e8; overflow:hidden; font-size:16px; font-weight:normal; color:#000;}
.proinfo2022 .tab .h1_tab span{ float:left; padding:0 5%; line-height:50px; background-color:#eee; margin-right:4px; cursor:pointer;}
.proinfo2022 .tab .h1_tab span.on{ background-color:#2f78bc; color:#fff;}
.proinfo2022 .tab .info{ padding-top:3%;padding-left: 5%;}
.proinfo2022 .tab .info figure{ padding-bottom:2%;}
.proinfo2022 .tab .info h1{ font-size:15px; color:#2f78bc;    margin: 0;
    margin-bottom: 10px;}
.proinfo2022 .ul_download li{ border-bottom:1px solid #d1d1d3; line-height:34px; background:url(../images/proinfo2022-icon_download.png) no-repeat right center; padding:10px 0;}
.proinfo2022 .ul_download li a{ padding:0 38px; background:url(../images/proinfo2022-icon.png) no-repeat left center;}



.proinfo2022 .propos{overflow:hidden;height:40px;line-height:40px;margin-bottom:36px;border-bottom:1px solid #dedede;padding-bottom:5px; margin-top: 23px;}
.proinfo2022 .propos h2{width:40%;font-size:20px;color:#333;float:left;font-weight:bold;}
.proinfo2022 .propos .propos_right{float:right;width:58%;text-align:right;color:#777;overflow:hidden;}
.proinfo2022 .propos .propos_right>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.proinfo2022 .propos .propos_right a{color:#555;}
.proinfo2022 .propos .propos_right a:hover{color:#e00000}

.proinfo2022 .prodesc{ background-color: #fff; position: relative;}
.proinfo2022 .prodesc .proimg{float: left; width: 100%; margin-top: 0 !important; border: 0px solid #ddd; text-align: center;}
.proinfo2022 .prodesc .proimg img{max-width: 100%; vertical-align: middle;}
.proinfo2022 .prodesc .proinfo{float: right; width: 51%;position: relative;
    overflow: hidden;}
.proinfo2022 .prodesc .proinfo .procontact{    display: block; background-color: #fff; width:100%;
    font-family: "Times New Roman", Times, serif;
    font-size: 32px;
    color: #2f78bc; line-height: 45px;padding-top: 15px; position: absolute; bottom:0px; padding-bottom: 12px;margin-top:5px;}
    .proinfo2022 .prodesc .proinfo .procontact span{display:block; font-size: 16px; line-height: 32px; padding-left: 3px;}
.proinfo2022 .prodesc .proinfo .explan{
    font-size: 14px;
    color: #5b5b5b;
    line-height: 24px;
    /*min-height: 172px;*/
    height: 360px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0 72px;
    overflow-y: auto;
}

.RelatedPro{padding-top: 0px;
    min-height: 300px;}
.proinfo2022 .prodesc .pro_spec_tit{margin-top:0px}




.proinfo2022 .tags_title {border-bottom:1px solid #DDD;margin:0 0 30px;}
.proinfo2022 .tags_title span{width:80px;padding:0 15px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#f8f8f8;color:#333;display:block;margin-left: 5px;border: 1px solid #DDD;border-bottom:1px solid #f8f8f8;font-weight:bold;}

.proinfo2022 .tags_title span{float:left;width:auto;cursor:pointer;}
.proinfo2022 .tags_title span.ron{background:#2f78bc;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#fff;font-weight:normal;}






@media(max-width:768px){
.proinfo2022 .list_img { float:none; width:auto;}
.proinfo2022 .right_info{ float:none; width:auto; height:auto; overflow-y:hidden;}

.proinfo2022 .back {float:none; clear:both;}
}
@media(max-width:640px){
.proinfo2022 .list li{ height:100px;}
.proinfo2022 .right_info h1{font-size:20px; }
.proinfo2022 .right_info h3{ font-size:16px;}

.proinfo2022 .propos h2{display: none;}
.proinfo2022 .propos .propos_right{text-align: left; width:100%;}
.proinfo2022 .prodesc .proimg{width:100%;}
.proinfo2022 .prodesc .proinfo{width:100%;}
.proinfo2022 .prodesc .proinfo .explan{min-height: 0px; height: auto;}
.proinfo2022 .prodesc .proinfo .procontact{padding-left:12px;}
}
@media(max-width:480px){
.proinfo2022 .list{ padding-top:30px; padding-bottom:30px;}
.proinfo2022 .list a{ height:28px;}
.proinfo2022 .list li{ height:80px;}
.proinfo2022 .tab .h1_tab{ font-size:14px;}
.proinfo2022 .tab .h1_tab span{ padding:0 3%;}
 }

 .page_list{text-align: right; margin-bottom: 30px;}
.page {
  display:inline-block;
  font: 16px/28px 'å¾®è½¯é›…é»‘', sans-serif;
  *display:inline;
  :1;
  *zoom:1;}
.page span,.page strong {
  float:left;}
.page a,
.page span.disabled,
.page strong {
  background:#FFF;
  border:1px solid #CCC;
  color:#333;
  float:left;
  font: 16px/24px  'å¾®è½¯é›…é»‘', sans-serif;
  margin-right:5px;
  min-width:15px;
  padding:4px 8px;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap;
  _width:15px;}
  .page strong{background:#2f78bc; color:#fff; }
.page a:hover {
  border:1px solid #2f78bc;
  color:#2f78bc;
  text-decoration:none;}
.page span.disabled {
  background:#FFF;
  border:1px solid #CCC;
  color:#CCC;}
.page span.ellipsis {
  float:left;
  font: 16px/24px 'å¾®è½¯é›…é»‘', sans-serif;
  line-height:22x;
  margin-right:5px;}
.page .page_txt {
  line-height:20px;
  float:right;
  width:auto;}
.page a.page-curpage {
  background:#3561db;
  border:1px solid #3561db;
  color:#FFF;
  font-weight:bold;}
.page input {
  font: 14px Verdana;
  padding:0 0 0 1px;
  width:40px;
  height:14px;}




  @media (max-width: 768px) {
    .in-more a{width:240px;}
    .pro-cate{width:100%;}
    .pro-cate li{
        width: 20%;
        margin-bottom: 15px;
    }
    .pro-cate li .img{width:100%;}
    .pro-cate li a{width:100%; height: 0px; padding-bottom:100%; padding-top: 0px;}
    .pro-cate li .img{height:100%; padding-bottom: 112%}
    .pro-cate li .img i{width:48px; height:48px;background-size: cover; margin-top: 8%;}
    .pro-cate li.on i{width:48px; height:48px;    background-size: 100%;}
    .pro-box{margin-top:3vh;}
    .pro-list{
        margin-left:-8px;
        margin-right:-8px;
    }
    .pro-list li{
        width: calc(33.333% - 16px);
        margin: 0 8px;
    }
    .pro-list li {
        width: calc(50% - 16px);
    }
    .pro-list li h3{
        position: static;
        color:#333;
        font-size: 14px;
        opacity: 1;
        font-weight: normal;
    }
    .pro-list li h3 span{font-size: 14px;}
}