@charset "utf-8";
/* CSS Document */
.home_tit{text-align:center;margin-bottom:50px;}
.home_tit h2{margin:0;display:block;padding-bottom:10px;color:#333;font-size:55px;line-height:1.2;}
.home_tit p {font-size:16px;line-height: 1.2;color:#f7ac1d;margin-bottom:10px;font-weight:bold;text-transform:uppercase;}

@media only screen and (max-width:768px){
.home_tit{margin-bottom:30px;}
.home_tit h2{font-size:36px;line-height:46px;padding-bottom:20px;}
.home_tit p{font-size:15px;}
}



/*PROITEM*/
.home_youshi{width:100%;height: auto;padding-bottom:60px;padding-top:60px; background:#f7ac1d;}
.home_youshi .hys_menu{}
.home_youshi .hys_menu ul{display: flex;flex-wrap: wrap;}
.home_youshi .hys_menu li{width:20%;padding:20px 12px;}
.home_youshi .hys_menu li a{}
.home_youshi .hys_menu li .hysure-content{display: flex;flex-direction: column;align-items: center;}
.home_youshi .hys_menu li .hysure-content i{width:130px;height:130px;display:flex;justify-content:center;align-items: center;overflow:hidden;margin-bottom:10px;transition:.3s ease-in-out;}
.home_youshi .hys_menu li .hysure-content i img{width:100%;}
.home_youshi .hys_menu li .hysure-content h5{font-weight:600;font-size:20px;line-height:28px;color:#FFF;transition:.3s ease-in-out;text-align: center;margin-top:20px;}


@media screen and (max-width: 960px){
.home_youshi .hys_menu li .hysure-content i{width:80px;height:80px;}
.home_youshi .hys_menu li .hysure-content h5{font-size:16px;line-height:1.2;}
}
@media screen and (max-width:768px){
.home_youshi{padding-bottom:30px;padding-top:30px;}
.home_youshi .hys_menu li{width:33.33%}
.home_youshi .hys_menu li .hysure-content h5{margin-top:0;}
}
@media screen and (max-width:499px){
.home_youshi .hys_menu li{width:50%}
.home_youshi .hys_menu li .hysure-content h5{font-size:15px;}
}


/*PRODUCT*/
.home_product{padding-top:80px;padding-bottom:90px;overflow: hidden;background: #f5f5f5;}
.hprocon{position: relative;padding-left:100px;padding-right:100px;}
.hproitem{overflow: hidden;}
.hproitem li{width:33.33%;float: left;display: block;overflow: hidden;}
.hproitem li a{display: block;padding:0 5px; position: relative;}
.hproitem li .himg{overflow: hidden;border:1px solid #eee;}
.hproitem li .himg img{display: block;width: 100%;transition: all ease .6s;}
.hproitem li:hover .himg img{transform: scale(1.1);}
.hproitem li .title {height: 84px;background: #333;padding-top: 40px;position: absolute;bottom: 0;width:88%;left: 50%;transform: translateX(-50%) translateY(50%);transition: all ease .3s;}
.hproitem li .title .cir {width: 53px;height: 53px;line-height: 48px;background:#f7ac1d;border-radius: 50%;font-size: 40px;font-weight:300;color: #ffffff;text-align: center;position: absolute;left: 50%;top: 0;transform: translateX(-50%) translateY(-50%);transition: all ease .3s;font-family:"Microsoft YaHei";}
.hproitem li .title h3{text-align: center;color: #FFF;font-size: 18px;}
.hproitem li .tit{height:42px;}
.hproitem li:hover .title{background:#f7ac1d;}
.hproitem li:hover .title .cir{background:#FFF;color:#f7ac1d;}

.hpro_prev{position:absolute;width:80px;height:80px;left:10px;top:50%;transform:translateY(-50%);cursor:pointer;transition: all 0.3s;border-radius:8px;background: #d9d9d9;}
.hpro_next{position:absolute;width:80px;height:80px;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;transition: all 0.3s;border-radius:8px;background: #f7ac1d;}
.hpro_prev i, .hpro_next i{display: block;color: #ffffff;font-size: 28px;text-align: center;line-height:80px;}
.hpro_prev:hover, .hpro_next:hover{background:#f7ac1d;}
.hpro_prev:hover i, .hpro_next:hover i{color:#FFF;}

@media only screen and (max-width:960px){
.hproitem li{width:50%;}
} 
@media only screen and (max-width:768px){
.hprocon {padding-left:60px;padding-right:60px;}
.hpro_prev{width:40px;height:40px;border-radius:3px;}
.hpro_next{width:40px;height:40px;border-radius:3px;}
.hpro_prev i, .hpro_next i{line-height:40px;font-size:16px;}
} 
@media only screen and (max-width:499px){
.hprocon {padding-left:20px;padding-right:20px;}
.hproitem li{width:100%;}
} 



/*ABOUT*/
.home_about{padding-top:80px;padding-bottom: 120px;background: url(../images/index_bg1.png)no-repeat center;background-size: cover;overflow: hidden;}
.home_about .home_tit h2{color:#FFF;}
.aboutcon{}
.aboutcon .abouttop{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.aboutcon .abouttop .abouttit{width:35%;}
.aboutcon .abouttop .habtitle {font-size:30px;font-weight: bold;color: #ffffff;line-height: 1.5;}
.aboutcon .abouttop .more{margin-top:30px;}
.aboutcon .abouttop .more a{display:block;width:190px;height:auto;padding:15px 0;text-align:center;text-transform: uppercase;color: #ffffff;background: #f7ac1d;}
.aboutcon .abouttop .more a i{padding-left:10px;}
.aboutcon .abouttop .habnr{width:60%;}
.aboutcon .abouttop .habnr p{font-size:20px;color: #ffffff;line-height:1.8;}

.aboutcon .abouthimg{padding-top:50px;padding-bottom: 70px;overflow: hidden;}
.index-brief-wrap{}
.index-brief-wrap ul{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.index-brief-wrap li{width: 25%;color:#FFF;}
.index-brief-wrap li span{display: block;text-align: center;color: #ffffff;}
.index-brief-wrap li span em{font-size:78px;line-height:80px;font-weight: bold;padding-right: 6px;color: #ffffff;}
.index-brief-wrap li span i{display: inline-block;font-size: 20px;color: #ffffff;font-weight: bold;text-align: center;line-height: 22px;width:auto;height: 22px;}
.index-brief-wrap li p{text-align:center;font-size: 18px;color: #fff;line-height: 30px;}

@media only screen and (max-width:960px){
.aboutcon .abouttop .habtitle{font-size:22px;}
.aboutcon .abouttop .habnr p{font-size:16px;}
.index-brief-wrap li span em{font-size: 68px;}
} 
@media only screen and (max-width:768px){
.home_about{padding-bottom:80px;}
.aboutcon .abouttop .abouttit {width:100%;}
.aboutcon .abouttop .habnr {width:100%;margin-top:30px;}
.aboutcon .abouthimg{padding-bottom:50px;}
.index-brief-wrap li {width:50%;margin-top:20px;}
}
@media only screen and (max-width:499px){
.index-brief-wrap li span em {font-size:50px;}
.index-brief-wrap li p{font-size:14px;}
}



/*NEWS*/
.home_new{padding-top:80px;padding-bottom:80px;overflow: hidden;}
.hnewBox {width:100%;height: auto;}
.hnew_a ul{display: flex;justify-content: space-between;/*align-items: center;*/flex-wrap: wrap;}
.hnew_a li{width:32.5%;}
.hnew_a li .himg{display: block;width:100%;height: auto;vertical-align: middle;overflow: hidden;position: relative;}
.hnew_a li .himg img {width: 100%;display: block;transition: 0.5s ease;}
.hnew_a li:hover .himg img{transform: scale(1.08);}
.hnew_a li .himg .time{position:absolute;top:0;left:0;background:rgba(0,0,0,0.58);padding:16px 16px;color:#FFF;transition:0.5s ease;}
.hnew_a li .himg .time i{display:block;font-size:22px;}
.hnew_a li .himg .time font{display:block;font-size:18px;text-align:center;margin-top:5px;}
.hnew_a li .newnr{margin-top:25px;}
.hnew_a li .newnr h5{font-size:20px;font-weight:normal;color:#000;}
.hnew_a li .newnr p{font-size:16px;margin-top:20px;color:#666;}

@media only screen and (max-width:767px){
.hnew_a li{width:100%;margin-bottom:30px;}
} 
@media only screen and (max-width:499px){

} 



/*********************************************************************************************************/
.nybanner{height:600px;padding-top:280px;background-position: top center;position: relative;background-size: cover;}
.ibcatein {text-align: left;color: #FFF;}
.ibcatein .nbt-cn{font-size: 48px;font-weight: 700;line-height: 75px;margin-bottom:10px;;letter-spacing:3px;}

@media only screen and (max-width:1024px){
.nybanner{height:400px;padding-top:150px;}
}
@media only screen and (max-width:768px) {
.nybanner{height:300px;padding-top:120px;}
.ibcatein .nbt-cn{font-size:26px;letter-spacing:1px;line-height:20px;}
}
@media only screen and (max-width:499px) {

}

/* 面包屑 */
.breav-nav{width:100%;height:auto;line-height:1.5;font-size:16px;}
.location{float:left;background:url(../images/home.png)no-repeat left 5px;padding-left:28px;overflow:hidden;color:#F5F5F5;}
.location a{color:#F5F5F5;}
@media only screen and (max-width:768px){
.breav-nav{font-size:15px;}
}
@media only screen and (max-width:499px){
.breav-nav{font-size:14px;}
}


/* 二级导航 */
.sub_muen{overflow:hidden;}
.sub_muen ul {display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;}
.sub_muen li {text-align:center;transition: .5s;flex: 1;background:#333;}
.sub_muen li a{display:block;overflow:hidden;padding: 30px 5px;width: 100%;border-right:1px solid #7e7e7e;color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size: 30px;line-height: 38px;transition: .5s;}
.sub_muen li.cur{background:#fdbc16;}
.sub_muen li:hover{background:#fdbc16;}

@media only screen and (max-width:499px) {
.sub_muen li a{font-size:15px;}
}




.ny-title {text-align:center;padding-bottom:50px;}
.ny-title h3{font-size:56px;line-height:1.3;margin-bottom: 10px;text-transform: uppercase;}
.ny-title p{font-size:20px;line-height: 24px;font-weight:300;color: #666;}
.company {line-height: 1.8; overflow: hidden;}

@media only screen and (max-width:768px){
.ny-title h3{font-size:36px;}
.ny-title p{font-size:18px;}
}
@media only screen and (max-width:499px){
.ny-title{padding-bottom:16px;}
.ny-title h3{font-size:26px;}
.ny-title p{font-size:14px;}
}



/*about*/
.ny-about {width: 100%;padding-top:80px;padding-bottom:80px;overflow: hidden;}
.about_company {}
.siab_bottom{display: block;margin-top:50px;}
.siab_bottom img{display: block;width:100%;}

.ny-abnums{width: 100%;padding:80px 0;background: url(../images/aboutbg.jpg) no-repeat center center;background-size: cover;background-attachment: fixed;background-position: center;}
.ny-abnums .mumping{}
.ny-abnums .mumping ul{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.ny-abnums .mumping li{width: 25%;color:#FFF;}
.ny-abnums .mumping li span{display: block;text-align: center;color: #ffffff;}
.ny-abnums .mumping li span em{font-size:78px;line-height:80px;font-weight: bold;padding-right: 6px;color: #ffffff;}
.ny-abnums .mumping li span i{display: inline-block;font-size: 20px;color: #ffffff;font-weight: bold;text-align: center;line-height: 22px;width:auto;height: 22px;}
.ny-abnums .mumping li p{text-align:center;font-size: 18px;color: #fff;line-height: 30px;}

.ny-itemtp{padding-top:80px;padding-bottom:80px;overflow: hidden;}
.nitemtp_con{width: 100%;height: auto;}
.nitemtp_nav{margin-bottom:50px;}
.nitemtp_nav ul{display: flex;justify-content:center;align-items: flex-start;flex-wrap: wrap;}
.nitemtp_nav ul li{width:20%;padding:0 10px;}
.nitemtp_nav ul li a{display: block;padding: 0 20px;border-radius:5px;text-align:center;line-height:68px;background:#efefef;font-size:22px;}
.nitemtp_nav ul li.on a{background:#fdbc16;color: #FFF;}
.nitemtp_a{width:100%;height: auto;overflow: hidden;}
.nitemtp_a li{width:33.33%;float: left;overflow: hidden;}
.nitemtp_a li a{display: block;padding:0 10px 20px 10px;overflow: hidden;}
.nitemtp_a li .img {height:auto;padding-top:68%; overflow: hidden;border:1px solid #dddddd;background-size:cover!important;}
.nitemtp_a li .text {padding:10px 5px;background:#f1f1f1;}
.nitemtp_a li .text .title{color:#666;line-height:26px;font-size:14px;transition:all 0.5s;font-weight:normal;text-align:center;}
.nitemtp_a li:hover .text{background:#fdbc16;transition:all ease 600ms;}
.nitemtp_a li:hover .text .title{color:#FFF;transition:all ease 600ms;}

@media only screen and (max-width:960px){
.nitemtp_nav ul li {width:33.33%;}
}
@media only screen and (max-width:768px){
.ny-abnums .mumping li {width:50%;padding:10px 0;}
.nitemtp_a li{width:50%;}
}
@media only screen and (max-width:499px){
.ny-abnums .mumping li span em {font-size:50px;}
.ny-abnums .mumping li p{font-size:14px;}
.nitemtp_nav ul li {width:50%;line-height:50px;font-size:18px;}
}



/*IMAGES*/
.imglist{}
.imglist li{width:33.33%;float: left;overflow: hidden;}
.imglist li a{display: block;padding:0 10px 20px 10px;overflow: hidden;}
.imglist li .img {height:auto;padding-top:68%; overflow: hidden;border:1px solid #dddddd;background-size:cover!important;}
.imglist li .text {padding:15px 10px;background:#f1f1f1;}
.imglist li .text .title{color:#666;line-height:28px;font-size: 16px;transition:all 0.5s;font-weight:normal;text-align:center;}
.imglist li:hover .text{background:#fdbc16;transition:all ease 600ms;}
.imglist li:hover .text .title{color:#FFF;transition:all ease 600ms;}

@media only screen and (max-width:768px){
.imglist li{width:50%;}
}
@media only screen and (max-width:499px){
.imglist li{width:100%;}
}







.side_left {width:300px;}
.side_right {width:calc(100% - 300px);padding-left:20px; overflow: hidden;}

@media only screen and (max-width:860px) {
.side_left {width:100%;}
.side_right {width:100%;}
}


/*产品二级导航*/
.channl-menu {background: #FFF;border: 1px solid #e2e1e1;border-radius: 10px;box-sizing: border-box;margin-bottom: 30px;padding-bottom: 30px;position: relative;}
.channl-menu h2{-ms-flex-align: center;align-items: center;display: -ms-flexbox;display: flex;font-weight: 700;padding: 30px 0 34px 24px;position: relative;white-space: nowrap;font-size: 18px;}
.channl-menu h2 em.cir, .channl-menu h2 em.line {background-color: #ffb400;display: inline-block;}
.channl-menu h2 em.cir {border-radius: 50%;height: 8px;left: -4px;position: absolute;width: 8px;}
.channl-menu h2 em.line {border-bottom-right-radius:29px;border-top-right-radius:29px;-ms-flex: 1;flex: 1;height: 10px;left: 5px;margin-left: 20px;position: relative;width: 100%;}
.channl-menu h2 em.cir:after {border: 1px solid #ffb400;border-radius: 50%;content: "";display: block;width: 16px;height: 16px;left: -4px;position: absolute;top: -4px;}
.channl-menu>ul {background:#f2f2f2;}
.channl-menu ul li a {display: block;padding: 15px 20px;font-size: 16px;line-height: 26px;color: #4f676b;border-bottom: 1px solid #e7e7e7;border-top: 1px solid #FFF;}
.channl-menu>ul>li.cur a {background: #dedede;}
.channl-menu>ul>li:hover a{background: #dedede;}

@media only screen and (max-width:860px){
.channl-menu {border: 0;border-radius: 0;}
.channl-menu h2 {line-height: 50px;padding:0 10px 0 15px;font-weight: 600;color:#FFF; background: #f7ac1d;justify-content: space-between;}
.channl-menu h2 em.cir, .channl-menu h2 em.line{display:none;}
.channl-menu h2 span {width: 24px;height: 24px;background: url(../images/sub_left_down2.png) no-repeat center center;background-position: left center;}
.channl-menu h2 span.on {background: url(../images/sub_left_up2.png) no-repeat center center;background-position: left center;}
.channl-menu>ul{display: none;padding: 10px;padding-bottom: 20px;}
.channl-menu ul li a {font-size: 14px;padding: 10px;}
.channl-menu>ul>li.cur a{background: #dedede;}
}


.sidelianxi{background: #FFF;border: 1px solid #e2e1e1;border-radius: 10px;box-sizing: border-box;margin-bottom: 30px;padding-bottom: 30px;position: relative;}
.sidelianxi h2{-ms-flex-align: center;align-items: center;display: -ms-flexbox;display: flex;font-weight: 700;padding: 30px 0 34px 24px;position: relative;white-space: nowrap;font-size: 18px;}
.sidelianxi h2 em.cir, .sidelianxi h2 em.line {background-color: #ffb400;display: inline-block;}
.sidelianxi h2 em.cir {border-radius: 50%;height: 8px;left: -4px;position: absolute;width: 8px;}
.sidelianxi h2 em.line {border-bottom-right-radius:29px;border-top-right-radius:29px;-ms-flex: 1;flex: 1;height: 10px;left: 5px;margin-left: 20px;position: relative;width: 100%;}
.sidelianxi h2 em.cir:after {border: 1px solid #ffb400;border-radius: 50%;content: "";display: block;width: 16px;height: 16px;left: -4px;position: absolute;top: -4px;}
.sidelianxi .wrap-lianxi-cont {padding:0px 25px;}
.sidelianxi .wrap-lianxi-cont p{font-size:15px;line-height:22px;padding-bottom:10px;}

@media only screen and (max-width:860px){
.sidelianxi{display: none;}
}





/*****/
.P_lcon{padding-top:80px;padding-bottom:80px;}
.P_lcon .main{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
@media only screen and (max-width:960px){
.P_lcon{padding-top:50px;padding-bottom:50px;}
}
@media only screen and (max-width:499px){
.P_lcon{padding-top:30px;padding-bottom:30px;}
}


/*PROLIST*/
.prolist{}
.prolist li{width:33.33%;float: left;overflow: hidden;padding: 0 10px;margin-bottom:20px;}
.prolist li a{display: block; transition: all .3s;position: relative;}
.prolist li .true-img {display: block;overflow: hidden;border: 1px solid #dfdfdf;}
.prolist li .true-img img {width: 100%;height: auto;display: block;}
.prolist li .true-text {padding: 25px;border: 1px solid #dfdfdf;border-top:0}
.prolist li .true-text .tit-box {}
.prolist li .true-text .tit-box .series-tit{font-size: 14px;line-height: 18px;color:#f7ac1d;}
.prolist li .true-text .tit-box .tit{font-size: 18px;line-height: 22px;color: #000;margin-top:6px;font-weight: bold;}
.prolist li a:hover .tit-box .tit{color: #f7ac1d;}
.prolist li .con-box:before {content:"";position:absolute;left:0;bottom:-1px;width:0;height:4px;background-color: #f7ac1d;transition: all .3s;}
.prolist li .con-box:hover:before {width: 100%;}

@media only screen and (max-width:1024px) {
.prolist li{width:50%;}
}
@media only screen and (max-width:499px) {
.prolist li{width:100%;}
}


/*TUJI*/
.proxqtitle {width: 100%;height: 60px;background: #e3e3e3;margin-top: 50px;border-radius: 60px;overflow: hidden;}
.proxqtitle a{display: inline-block;padding: 0 60px;line-height: 60px;font-size: 18px;color: #FFF;background: #f7ac1d;}

.picFocus{margin:50px auto;width: 100%;position:relative;overflow:hidden;zoom:1;}
.picFocus .hd{width:50%;float:left;padding-left: 50px;overflow:hidden;position: absolute;top: 50%;right:0;transform: translateY(-50%);}
.picFocus .hd ul{overflow:hidden; zoom:1;}
.picFocus .hd ul li{width:100px;height:100px;padding: 3px;float:left;text-align:center;}
.picFocus .hd ul li img{width:100%;height:100%;border:3px solid #e3e3e3;cursor:pointer;}
.picFocus .hd ul li.on img{ border-color:#f7ac1d;}
.picFocus .imgshow {width:50%;max-width: 600px; float: left;overflow: hidden;}
.picFocus .imgshow li{ vertical-align:middle; }
.picFocus .imgshow img{width: 100%;height:auto;display:block;}
.proatlas{width: 100%;height: auto;overflow: hidden;}

@media only screen and (max-width:1024px) {
.picFocus .hd ul li img{height: auto;}
}
@media only screen and (max-width:960px) {
.picFocus .imgshow{width: 100%;}
.picFocus .hd{width: 100%;position: unset;padding-left:0;transform: translateY(2%);}
}



/*NEWLIST*/
.newlist{}
.newlist li{padding:50px 50px;background:#F8F9FA;margin-bottom: 20px;}
.newlist li a{display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;}
.newlist li .img-cover{width:45%;}
.newlist li .conwz{width:55%;padding-left:50px;}
.newlist li .conwz .time{padding-top: 26px;padding-bottom: 26px;font-size:18px;line-height:1.2;color:#666;}
.newlist li .conwz .text{font-size: 26px;line-height:1.2;color:#222;transition: 0.5s;}
.newlist li .conwz .desc{font-size: 18px;line-height: 28px;color:#666;}
.newlist li .conwz .more{display: block;width: 150px;padding: 8px 15px;font-size: 16px;background: #363c50;color: #ffffff;margin-top: 50px;text-align: center;transition: 0.5s;}
.newlist li a:hover .conwz .text{color:#ff6a00;}
.newlist li a:hover .conwz .more{background:#ff6a00;}

@media only screen and (max-width:768px){
.newlist li .img-cover{width:100%;}
.newlist li .conwz{width:100%;padding-left:0;margin-top:20px;}
}
@media only screen and (max-width:499px){
.newlist li{padding:20px 20px;}
.newlist li .conwz .text{font-size:20px;}
.newlist li .conwz .time{padding-top:15px;padding-bottom:15px;}
.newlist li .conwz .desc{font-size:16px;}
.newlist li .conwz .more{margin-top:20px;}
}




/*分页样式*/
.pglist {padding: 40px 0 80px 0;width: 100%;text-align: center;clear: both;}
.pglist a, .pglist span {padding: 3px 15px;margin: 3px 2px;background:#fff;border: 1px solid #cfcfcf;font-size: 14px;border-radius: 3px;color:#333;}
.pglist * {display:inline-block;vertical-align: middle;line-height: 30px;padding-bottom:1px;}
.pglist a:hover, .pglist .page-num-current{display: inline-block;color: #fff;background:#f7ac1d;border-color:#f7ac1d;}



/*内容*/
.nrcompany{width:100%;overflow: hidden;}
.nrcompany h1 {padding-top: 10px;padding-bottom: 20px;font-size: 24px;line-height: 35px;font-weight: normal;color: #000000;text-align: center;}
.nrcompany .met-editor {padding-bottom:20px;text-align: center;font-size:15px;color: #999;border-bottom: 1px solid #EEE;}
.nrcompany .xwzy {font-size:15px;color:#8c8c8c;line-height:26px;margin-top:30px;background:#f5f5f5;padding:20px 28px;text-align:justify;letter-spacing:1.5px;font-weight:300;border: #E5E5E5 1px solid;}
.nrcompany .nrxqzy {font-size: 16px;padding: 50px 0;margin-bottom: 60px;line-height: 30px;text-align: justify;color: #333;}
.nrcompany .nrxqzy img{height: auto!important;max-width: 100%!important;}
.nrcompany .share {height: auto;margin-top:60px;margin-bottom: 50px;overflow: hidden;}
.nrcompany .share .more-btn{border: 1px solid #e0e0e0;color: #666;background:#FFF;display: flex;align-items: center;justify-content: center;width: 160px;height: 56px;}
.nrcompany .share .more-btn:hover{background-color:#f7ac1d;color: #fff;border:0;transition:all .2s linear;}
.nrcompany .share i{font-size: 17px;margin-right:15px;transition: margin 300ms;}


/****/
.pro_slt{width:100%;max-width:400px;height: auto; margin:0 auto;text-align: center;padding-top:50px;}
.pro_slt img{display:block;margin:0 auto;}
.proxq_bt{width: 100%;background: #f5f5f5;display:block;height: 50px; line-height: 50px;overflow: hidden;margin-bottom:10px;}
.proxq_bt small{display: inline-block;width: 120px;text-align: center;font-size: 16px;background:#f7ac1d;color: white;}


/********************/
.news-details{padding:54px 76px 110px;background:#FFF;}
.news-details h1 {padding-top: 10px;padding-bottom: 20px;font-size: 24px;line-height: 35px;font-weight: normal;color: #000000;text-align: center;}
.news-details .met-editor {padding-bottom:20px;text-align: center;font-size:15px;color: #999;border-bottom: 1px solid #EEE;}
.news-details .xwzy {font-size:15px;color:#8c8c8c;line-height:26px;margin-top:30px;background:#f5f5f5;padding:20px 28px;text-align:justify;letter-spacing:1.5px;font-weight:300;border: #E5E5E5 1px solid;}
.news-details .nrxqzy {font-size: 16px;padding: 50px 0;margin-bottom: 60px;line-height: 30px;text-align: justify;color: #333;}
.news-details .nrxqzy img{height: auto!important;max-width: 100%!important;}
.news-details .share {height: auto;margin-top:60px;margin-bottom: 50px;overflow: hidden;}
.news-details .share .more-btn{border: 1px solid #e0e0e0;color: #666;background:#FFF;display: flex;align-items: center;justify-content: center;width: 160px;height: 56px;}
.news-details .share .more-btn:hover{background-color:#f7ac1d;color: #fff;border:0;transition:all .2s linear;}
.news-details .share i{font-size: 17px;margin-right:15px;transition: margin 300ms;}

@media only screen and (max-width:940px) {
.news-details h1{font-size:30px;line-height: 1.2;}
.news-details .met-editor{font-size:17px;margin: 15px 0 30px;}
.news-details .nrxqzy{font-size: 16px;line-height: 1.3;}
}
@media only screen and (max-width:767px) {
.news-details h1{font-size:25px;}
.news-details{padding: 30px 20px;}
}





/*reLink*/
.reLink{padding-top:40px;overflow: hidden;font-size: 15px;border-top:1px solid #EEE;}
.prevLink, .nextLink{padding-top:8px;margin-bottom:8px;overflow: hidden;}
.reLink a{color: #676767;text-decoration: none;}
.reLink a:hover{color:#f7ac1d;text-decoration:underline;}




/*lianxi*/
.conlianxi{width: 100%;overflow: hidden;margin-bottom: 20px;}
.conlianxi ul{display: flex;justify-content: space-between;align-items:center;flex-wrap: wrap;}
.conlianxi li{width: 49.2%;min-height: 220px;text-align: center;color: #333;margin-bottom: 20px;padding: 20px 20px;background: #f3f3f3;border-radius: 12px;}
.conlianxi li i{display: block;font-size: 45px;margin-top: 10px;margin-bottom: 10px;color: #f7ad20;}
.conlianxi li span{display: block;font-size:20px;color: #000000;padding-bottom: 10px;padding-top:10px;font-style: normal;font-weight: bold;text-transform: uppercase;}
.conlianxi li em{display: block;font-size:16px;}

@media (max-width:640px) {
.conlianxi li{width:100%;padding:10px;}
}



/*SEARCH*/
.searchTitle{display: block;height: 30px;margin-bottom:30px;font-size:20px;font-weight: bold;color: #333;}
.search_list li{width: 25%;display: block;float: left;padding: 0 18px 18px 0;}
.search_list li a{display:block;padding: 10px;border: 1px solid #F5F5F5;}
.search_list li .nimg{width: 100%;height: 260px;overflow: hidden;/*background: #f5f5f5;*/}
.search_list li .nimg img{display: block;width: auto;height: 100%;margin: auto;}
.search_list li .text{height: auto;padding:10px 0;overflow: hidden;}
.search_list li .text .title{font-size: 18px;font-weight: normal;color: #333;line-height: 30px;height: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all 0.5s ease;}
.search_list li .text .model{font-size:16px;color:#6f6f6f;margin-top:5px;}
.search_list li .text .connr{font-size:13px;color:#acacac;line-height:22px;margin:10px 0 10px;height:66px;overflow:hidden;font-weight:300;}

@media only screen and (max-width:1024px){
.search_list li{width:33.33%;padding:10px;}
.search_list li .nimg{height: 220px;}
}
@media only screen and (max-width:768px){
.search_list li{width:50%;}
}











