@charset "utf-8";
/* CSS Document */
.home_tit{text-align:center;margin-bottom:50px;font-family:"zitibronB";}
.home_tit h2{display: block;font-weight: bold;font-size:42px;color: #d5af75;line-height: 1.2;text-transform:uppercase;}
.home_tit p{font-size:20px;font-weight:normal;color: #464646;line-height:30px;margin-top:5px;}

@media only screen and (max-width:1024px){
.home_tit h2{font-size:36px;}
}
@media only screen and (max-width:768px){
.home_tit h2{font-size:30px;}
.home_tit p{font-size:16px;}
}




/*PRODUCT*/
.home_product{height: auto; overflow: hidden;padding-top:60px;padding-bottom:60px;background:#f2f2f2;}
.home_product .hproBox2{padding-bottom:80px;margin-top:-50px;}
.hprobox{display:flex;flex-wrap:wrap;justify-content:space-between;/* align-items:center; */overflow:hidden;}
.hprobox .hitem{width:50%;padding:10px;overflow:hidden;}
.hprobox .hitem a{display: block; padding:30px;background:#FFF;border-radius:20px;box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);}
.hprobox .hitem .title{padding: 20px 10px 12px 10px;position: relative;}
.hprobox .hitem .title h1{text-transform: uppercase;font-size: 28px;line-height: 28px;margin-bottom: 10px;color: #313131;font-weight:bold;text-align: center;font-family:"zitibronB";}
.hprobox .hitem .title:before {width:40px;height:0px;border-top:3px solid #d5af75;content:'';position:absolute;left:50%; transform: translate(-50%, 0);bottom: 10px;transition: width 0.3s;}
.hprobox .hitem:hover .title:before {width: 80px;}
.hprobox .hitem .himg{display: block;}
.hprobox .hitem .himg img{display: block;margin: auto;}

@media screen and (max-width:960px){
.hprobox .hitem .title{padding:10px 10px;}
.hprobox .hitem .title h1{font-size:22px;line-height:22px;}
}
@media screen and (max-width:768px){
.hprobox .hitem a{padding:20px;}
.hprobox .hitem .title h1 {font-size:20px;line-height:20px;}
}
@media screen and (max-width:499px){
.home_product{padding-top:30px;padding-bottom:30px}
.hprobox .hitem{width:100%;}
}


/*Advert*/
.home_advert{width:100%;height:auto;display: flex;flex-wrap: wrap;justify-content:space-between; align-items: center;overflow:hidden;background:#FFF;}
.hadv_item{width:33.33%;padding:30px 10px;overflow: hidden;}
.hadv_item:nth-child(2){border-left:1px solid #eeeeee;border-right:1px solid #eeeeee;}
.hadv_item a{display: flex;flex-wrap:nowrap;justify-content: center;align-items: center;}
.hadv_item .himg{display: block;}
.hadv_item .himg img{display:block;}
.hadv_item .title{padding-left: 20px;color: #313131;font-weight: bold;font-size: 18px;font-family: "zitibronB";}

@media screen and (max-width:768px){
.hadv_item .title{padding-left:15px;font-size: 16px;}
}
@media screen and (max-width:499px){
.hadv_item .title{padding-left:10px;font-size: 13px;}
}


/*ABOUT*/
.home_about{padding-top:80px;padding-bottom:150px;overflow:hidden;}
.home_about .aboutcon{height:auto;display:block;}
.aboutcon .habnr{width:96%;height: auto;margin: auto;padding-bottom:30px;}
.aboutcon .habnr p{font-size:16px;line-height:1.5;}
.aboutcon a.more{display: block;text-align: center;font-weight: bold;color: #afafaf;}
.aboutcon a.more:hover{color:#d5af75;}

@media only screen and (max-width:1440px){

} 
@media only screen and (max-width:1024px){

} 
@media only screen and (max-width:768px){

} 
@media only screen and (max-width:499px){

}




/*NEWS*/
.home_new{padding-top:0;padding-bottom:80px;background: #f2f2f2;}
.home_new .skinw{padding:20px;}
.hnewBox{margin-top:-60px;padding:2vw;background: #ffffff;border-radius: 10px ;box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.1);}

.hnew_a {width:100%;height:auto;}
.hnew_a ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.hnew_a li{width:33.33%;padding-left: 10px;padding-right: 10px;padding-bottom: 20px;}
.hnew_a li .inner{}
.hnew_a li .nxwer{padding:30px 30px;border:1px solid #f5f5f5;transition: 0.4s;}
.hnew_a li .nxwer h2{font-weight:normal;}
.hnew_a li .nxwer h2 a{display: block;color:#222222;font-size: 16px;font-weight: bold;}
.hnew_a li .nxwer p{margin-top:10px;color: #868686;font-size:14px;line-height:1.5;}
.hnew_a li .ntime{padding:16px 40px;background:#f5f5f5;display: flex;justify-content: space-between;align-items: center;transition: 0.4s;}
.hnew_a li .ntime .ntimes span{display: block;font-size:22px;line-height:1.2; color: #939393;transition: 0.4s;}
.hnew_a li .ntime .ntimes b{display: block;font-size:14px;line-height:1.0;color: #939393;font-weight:normal;font-family: "Arial";text-align: center; transition: 0.4s;}
.hnew_a li:hover .nxwer{border:1px solid #d5af75;}
.hnew_a li:hover .nxwer h2 a{color: #d5af75;}
.hnew_a li:hover .ntime{background:#d5af75;}
.hnew_a li:hover .ntime .ntimes span{color:#FFF;}
.hnew_a li:hover .ntime .ntimes b{color:#FFF;}
.hnew_a li:hover .ntime .nmore img{filter:grayscale(100%) brightness(200%);}

@media only screen and (max-width:960px){

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

} 



/***********************************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************/
.nybanner{height:auto;padding:30px 0; background: #a2905f;margin-top:90px;}
.ibcatein {display: flex;align-items: center;justify-content: space-between;color: #FFF;}
.ibcatein .nbt-cn{font-size:26px;font-weight:bold;line-height: 1.5;}
/* 面包屑 */
.breav-nav{height:30px;line-height:30px;overflow:hidden;font-size:16px;}
.location{background:url(../images/icon-Hlang.png)left center no-repeat;padding-left:24px;overflow:hidden;color:#F5F5F5;}
.location a{color:#F5F5F5;}

@media only screen and (max-width:1024px){
.nybanner{margin-top:60px;}
.ibcatein .nbt-cn{font-size:20px;}
}
@media only screen and (max-width:768px) {
.ibcatein .nbt-cn{font-size:18px;}
.breav-nav{font-size:14px;}
}
@media only screen and (max-width:499px) {
.nybanner {padding:12px 0;}
.ibcatein{display:block;}
}




/*二级栏目*/
.sub_muen {width: 100%;height: auto;overflow: hidden;border-bottom:1px solid #e7e7e7;overflow-x: auto;}
.sub_muen ul{white-space: nowrap;text-align: center;}
.sub_muen ul li {display:inline-block;height: 80px;padding:0px 40px;}
.sub_muen ul li a {display:block;height: 80px;line-height: 80px;font-size:18px;color:#000;position:relative;}
.sub_muen ul li a:hover {color:#a2905f;}
.sub_muen ul li.cur a {color: #a2905f;}
.sub_muen ul li a::after {content:"";position:absolute;left:0px;bottom:0px;width:0px;height:3px;background-color:#a2905f;transition:all .3s linear;}
.sub_muen ul li a:hover::after,.sub_muen ul li.cur a::after {width:100%;}

@media only screen and (max-width:1024px){
.sub_muen ul li{height: 80px;padding: 0px 30px;}
.sub_muen ul li a{height: 80px;line-height: 80px;}
}
@media only screen and (max-width:768px){
.sub_muen ul li{height:60px;padding: 0px 20px;}
.sub_muen ul li a{height:60px;line-height:60px;}
}



.side_left {width:300px;overflow: hidden;}
.side_right {width:calc(100% - 300px);padding-left:30px; overflow: hidden;}
@media only screen and (max-width:1024px) {
.side_left {width:240px;}
.side_right {width:calc(100% - 240px);padding-left:30px;}
}
@media only screen and (max-width:960px) {
.side_left {width:100%;float:none;overflow: hidden;}
.side_right {width:100%;float:none;padding-left:0;overflow: hidden;}
}

/*产品二级导航*/
.channl-menu {width:100%;position: relative;}
.channl-menu h2{line-height: 50px;text-align: center;color: #fff;background:#a2905f;font-size: 24px;font-weight: normal;overflow: hidden;background-position: right top;}
.channl-menu>ul {/* background:#f2f2f2; */border: 1px solid #e7e7e7;}
.channl-menu ul li a {display: block;padding: 10px 20px;font-size: 15px;line-height: 26px;color: #4f676b;border-bottom: 1px solid #e7e7e7;border-top: 1px solid #FFF;}
.channl-menu>ul>li.cur a {color:#a2905f;font-weight: bold;}
.channl-menu>ul>li:hover a{color: #a2905f;}

@media only screen and (max-width:960px){
.channl-menu {float: none;width: auto;margin-bottom:20px; }
.channl-menu h2 {line-height:50px;font-size: 16px;text-align: left;padding-left: 15px;font-weight: 600;background:#a2905f;}
.channl-menu h2 span {float: right;width: 24px;height: 30px;margin-top: 10px;background: url(../images/sub_left_down2.png) no-repeat center center;background-position: left center;margin-right: 10px;}
.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: #9e8d5d;color: #FFF;}
}

/*ZUO CE LIAN XI*/
.box_lelx{padding:20px 20px;background:#a2905f;}
.box_lelx p{font-size: 15px;color: #fff;line-height: 1.5;}
.box_lelx strong {color: #fff;font-size: 30px;line-height:36px;display: block;margin-bottom: 10px;font-family: impact;font-weight: normal;}
@media only screen and (max-width:960px){
.box_lelx{display: none;}
}




/********************/
.ny-title {padding-bottom:40px}
.ny-title .entitle{text-align:center;display:block;font-weight:900; font-size:38px;color:#b19265;line-height:1.2;}
.company {line-height: 1.8; overflow: hidden;}


.position{position: relative;height:50px; line-height:50px;border-bottom: 1px solid #cdcdcd;margin-bottom:20px;}
.position h3 {position: absolute;font-size:28px;font-weight: normal;color: #333;background-position: center top;text-align: left;bottom: 0;left: 0;border-bottom: 3px solid #e7161b;}


/*PROLIST*/
.proconBox {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.prolist{overflow: hidden;}
.prolist ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.prolist li{padding: 0 15px 30px 15px;width: 33.33%;}
.prolist li a{display: block;box-shadow: 1px 6px 10px rgba(140, 140, 140, 0.16);transition: all 0.3s;overflow: hidden;background-color: #fff;border: 1px solid #efefef;border-radius: 10px }
.prolist li .img-box {display: block;overflow: hidden;}
.prolist li .img-box .nimg{height: auto;padding-top: 100%;overflow: hidden;background-size: cover !important;transition: 1s ease;}
.prolist li a:hover img {-webkit-transform: scale(1.08);-ms-transform: scale(1.08);-o-transform: scale(1.08);transform: scale(1.08);}
.prolist li .info {padding:20px 30px 15px;}
.prolist li .info .name {text-align: center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size:18px;font-weight: bold;line-height: 2.0;background: #f2f2f2;}
.prolist li a:hover .img-box .nimg{transform: scale(1.1,1.1);}
.prolist li a:hover .name {color: #a2905f;}

@media only screen and (max-width:960px) {
.prolist li{width:33.33%;}
}
@media only screen and (max-width:768px) {
.prolist li{width:50%;}
.prolist li .info {padding:10px 5px;}
.prolist li .info .name{font-size:16px;}
}
@media only screen and (max-width:499px) {
.prolist li{padding:5px;}
.prolist li .info .name{font-size:13px;}
}



/*NEWLIST*/
.newconBox{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.newlist{width:100%;margin:0 auto;}
.newlist li{padding: 2vw;background: #F5F5F5;margin-bottom: 20px;}
.newlist li .text{font-size: 20px;}
.newlist li .text a{display: block;color:#222222;font-weight: bold;line-height: 1.5;}
.newlist li .data{padding-top: 15px;padding-bottom: 10px;font-family:"Arial";font-weight:600;font-size:16px;}
.newlist li .desc{font-size: 14px;line-height: 1.6;letter-spacing: 1px;}
.newlist li .btn-more{margin-top: 26px;}
.newlist li .btn-more a{display:inline-block;padding: 8px 30px;font-size:14px;background-color: #a2905f;color: #ffffff;font-weight: 600;}
.newlist li .text a:hover{color:#a2905f;text-decoration: underline;}
.newlist li .btn-more a:hover{background-color:#ea1515;color:#FFF;}

@media only screen and (max-width:768px){
.newlist{width:100%;}
}
@media only screen and (max-width:499px){
.newlist li{padding:20px;}
.newlist li .text {font-size:16px;}
.newlist li .data{padding-top:15px;padding-bottom:10px;}
.newlist li .desc{font-size:13px;}
.newlist li .btn-more {margin-top: 20px;}
.newlist li .btn-more a{font-size:12px;padding:6px 20px}
}



/*IMAGES*/
.imglist{overflow: hidden;}
.imglist ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.imglist li{padding:15px;width: 33.33%;}
.imglist li a{display: block;box-shadow: 1px 6px 10px rgba(140, 140, 140, 0.16);transition: all 0.3s;overflow: hidden;background-color: #fff;border: 1px solid #efefef;border-radius:20px}
.imglist li .img-box {display: block;overflow: hidden;}
.imglist li .img-box .nimg{height: auto;padding-top:68%;overflow: hidden;background-size: cover !important;transition: 1s ease;}
.imglist li a:hover img {-webkit-transform: scale(1.08);-ms-transform: scale(1.08);-o-transform: scale(1.08);transform: scale(1.08);}
.imglist li .info {padding:20px 30px 15px;text-align: center;background: #f5f5f5;}
.imglist li .info .name {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size:18px;line-height:1.8;}
.imglist li a:hover .img-box .nimg{transform: scale(1.1,1.1);}
.imglist li a:hover .name {color: #a2905f;}

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




/*分页样式*/
.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:#a2905f;border-color:#a2905f;}






.graybg {background: #f5f5f5;}
/*PRO NEIYE*/
.pro-info {background: #fff;padding: 60px 50px;overflow: hidden;}
@media only screen and (max-width:767px){
.pro-info{padding: 20px 20px;}
}

/*内容*/
.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:10px;text-align: center;font-size:16px;color: #999;font-weight:normal;border-bottom:#eee solid 3px;}
.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:#a2905f;color: #fff;border:0;transition:all .2s linear;}
.nrcompany .share i{font-size: 17px;margin-right:15px;transition: margin 300ms;}


/****/
.pic-box{display: flex;justify-content: space-between;/*align-items: center;*/flex-wrap: wrap;margin-bottom:50px;}
.pic-box .left-box{width:45%;padding-right:60px;}
.pic-box .left-box .pnimg{width:100%;margin: auto;border:1px solid #c7c7c7;}
.pic-box .left-box .pnimg img{display: block;width:100%;}
.pic-box .right-box{width:55%;}
.pic-box .right-box .title {font-size: 32px;font-weight: bold;line-height: 48px;color: #333;}
.pic-box .right-box .psub_tit {font-size: 16px;line-height: 30px;color: #666;margin-top: 20px;}
.pic-box .right-box .met-editor {padding-bottom:20px;font-size:16px;color:#999;border-bottom: 1px solid #EEE;margin-top: 20px;}
.pic-box .right-box .ptel {margin-top:50px;}
.pic-box .right-box .ptel span{display: block;font-size: 18px;}
.pic-box .right-box .ptel a{display: block;font-size:30px;font-weight: bold;padding:10px 0;color:#ac0203;font-family: "Arial";}
.proxqtitle {width: 100%;height: 50px;border-bottom: 3px solid #a2905f;background: #f5f5f5;margin-bottom: 20px;}
.proxqtitle em{display:inline-block;padding: 0 40px;line-height: 50px;font-size: 16px;color: #FFF;background: #a2905f;}

@media only screen and (max-width:960px){
.pic-box .left-box{width:100%;padding-right:0;margin-bottom: 30px;}
.pic-box .right-box{width:100%;}
}






/*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:#a2905f;text-decoration:underline;}




/*CONTACT*/
.conlianxi {background: #F5F5F5;padding: 50px 0;overflow: hidden}
.conlianxi li{width: 25%;height: 180px;line-height: 30px;color: #333;text-align: center;float: left;border-right: 1px dashed #bbb;padding: 0 30px 0 30px;transition: 0.3s;}
.conlianxi li:nth-child(4){border-right:none;}
.conlianxi li i{font-size:50px;margin-bottom: 15px;color:#a2905f;}
.conlianxi li span{display:block;font-size: 18px;font-weight: bold;}
.conlianxi li em{display:block;font-size:16px;font-style: normal;line-height:20px;padding-top: 10px;}
@media only screen and (max-width:1023px){
.conlianxi li{width:50%;border-right:none;}
}
@media only screen and (max-width:499px){
.conlianxi li{width:100%;height:auto;margin-bottom: 25px;padding-bottom: 25px;border-bottom: 1px dashed #bbb;}
.conlianxi li:nth-child(4){border-bottom:none;padding-bottom:0;margin-bottom: 0;}
}






