@charset "utf-8";
* {padding: 0;margin: 0;box-sizing: border-box;}
ul,li,ol,ol li {list-style: none}
h1,h2,h3,h4,h5,b,h6{font-weight: normal;}
img {border: none;margin: 0;vertical-align: middle}
body {font: 12px/1 "microsoft yahei";color: #333;width: 100%;background: #fff;min-width: 1440px;position: relative;}
a {display: inline-block;text-decoration: none;color: #333;-webkit-tap-highlight-color: transparent}
em,i{font-style: normal}
button,input,select,textarea {font-size: 100%;font-family: "microsoft yahei";outline: none;-webkit-appearance: none}
iframe{border: none;}
.clearfix:after {content: "";display: block;height: 0;font-size: 0;clear: both;visibility: hidden}
.fl{float: left;}
.fr{float: right;}
.hide{display: none}
.ellipsis-1 {overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.ellipsis-2{overflow:hidden; text-overflow:ellipsis;display:-webkit-box !important; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.flex{display: -ms-flexbox !important;display: -webkit-flex !important;display: flex !important;}
.flex-column {-ms-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;}
.justify-start {-webkit-justify-content: flex-start; justify-content: flex-start;}
.justify-end {-webkit-justify-content: flex-end;justify-content: flex-end;}
.justify-center {-webkit-justify-content: center;justify-content: center;}
.justify-between {-webkit-justify-content: space-between;justify-content: space-between;}
.justify-around {-webkit-justify-content: space-around;justify-content: space-around;}
.flex-wrap {-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap; flex-wrap: wrap;}
.align-start {-webkit-align-items: flex-start; align-items: flex-start;}
.align-end {-webkit-align-items: flex-end;align-items: flex-end;}
.align-center {-webkit-align-items: center;align-items: center;}
.flex-shrink{flex-shrink: 0;-webkit-flex-shrink: 0;}
.text-align-center{text-align: center;}

.box-shadow{box-shadow: 2px 2px 2px rgba(142,142,142,0.4);}



 body img{max-width: 100%;}
.swiper-slide>img{width: 100%;}
.index-content{width: 1400px;margin: auto;position: relative;}
.swiper-button-prev,.swiper-button-next{outline: none;}
.swiper-button-prev:after,.swiper-button-next:after{display: none;}
.index-title{position: relative;margin-bottom: 20px;color: #000;}
.index-title.white,.index-title.white span{color: #fff;}
.index-title.orange,.index-title.orange span{color: #ff8e2e;}
.index-title em{font-size: 40px;font-weight: 600;}
.index-title span{font-size: 30px;color: #6b6b6b;}
.index-more{font-size: 16px;color: #fff;background: #df0024;text-align: center;width: 170px;height: 45px;line-height: 45px;display: block;position: relative;transition: .3s;}
body::-webkit-scrollbar {opacity: 0;}
.pic{position: relative;overflow: hidden;}
.pic img{position: absolute;top: 50%;left: 50%;width: 100%;height: auto;min-height: 100%; -webkit-transform:translate(-50%,-50%) ;-moz-transform:translate(-50%,-50%) ;-ms-transform:translate(-50%,-50%) ;-o-transform:translate(-50%,-50%) ;transform: translate(-50%,-50%);transition: .3s;}

.header{position: absolute;z-index: 999999;width: 100%;top: 0;left: 0;right: 0; margin:0 auto; transition: .3s;padding: 20px 0;}
.header#header{background: #000000;position: relative;}
.header .head-nav{margin: 0 0 0 auto;}
.header .head-nav li{margin-right: 50px;}
.header .head-nav li:last-of-type{margin-right: 0;}
.header .head-nav a{font-size: 18px;color: #fff;}

.footer{background:url(../images/foot-bg.png) no-repeat top center;padding: 58px 0 10px;margin:0 auto;max-width: 1920px;}
.footer h6{font-size: 15px;color: #fff;margin-bottom: 15px;}
.footer p,.footer a{color: #999999;font-size: 14px;}
.footer .left{padding-bottom: 87px;}
.footer .left em{margin-bottom: 180px;color: #cba66f;font-size: 30px;display: block;}
.footer .middle ul{margin-right: 66px;}
.footer .middle ul li{margin-bottom: 18px;}
.footer .middle ul li:first-of-type{margin-bottom: 30px;}
.footer .right .code{margin: 0 10px;}
.footer .right .code img{width: 130px;padding: 5px 5px;background: #fff;}
.footer .right .code p{text-align: center;background: #fff;line-height: 30px;height: 30px;border-top: 1px solid #d9be94;}
.footer .links{width: 94%;max-width: 1920px;margin: auto;}
.footer .links h6{width: 1400px;margin-left: auto;margin-right: auto;}
.footer .links .item{width: -webkit-calc(100% / 6);width: calc(100% / 6);position: relative;height: 130px;background: #414141;}
.footer .links .item::after{content: "";display: block;position: absolute;right: 0;top: 0;bottom: 0;margin: auto;width: 2px;height: 75px;background: #494949;}
.footer .links .item:last-of-type::after{display: none;}
.footer .links .more{margin-top: 10px;}
.footer .links .more span{display: inline-block;height: 1px;border-top: 1px solid #bababa;border-bottom: 1px solid #BABABA;-ms-flex: 1;-webkit-flex: 1;flex: 1;}
.footer .links .more a{padding: 7px 23px;border: 1px solid #414141;color: #fff; background: rgba(65,65,65,.4);margin: 0 5px;-webkit-flex-shrink: 0;flex-shrink: 0;}
footer{background: #000;padding: 20px 12.5%;color: #717171;font-size: 14px;}
footer a{color: #717171;font-size: 14px;}

.swiper-banner .icon-scroll{position: absolute;width: 104px;height: 107px; bottom: 20px;left: 0;right: 0;display: block;margin:0 auto;cursor: pointer; animation: ease fadetoggle 3s infinite;z-index: 999;}
@keyframes fadetoggle{
	0%{opacity: 1;}
	50%{opacity: 0;}
	100%{opacity: 1;}
}

.btn-more{width: 185px;line-height: 44px;font-size: 18px;color: #fff;text-align: center;border-radius: 100px 100px;display: inline-block;}
.btn-more:not(:first-of-type){margin-left: 24px;}
.btn-more.orange{background: #f39800;}
.btn-more.pink{background: #fe887c;}

/* 首页 关于元亨 */
.index-about{background: url(../images/index-bg1.jpg) no-repeat top center;padding:146px 0 115px;}
.index-about .title{padding:56px 125px 0 50px;color: #000000;}
.index-about .title span{width: 40px;background: #565656;height: 1px;display: block;}
.index-about .title h5{font-size: 26px;margin: 25px 0 10px;}
.index-about .title h6{font-family: "宋体";font-size: 21px;}
.index-about .right .menu{font-size: 15px;color: #b28746;margin-bottom: 40px;}
.index-about .right .menu span{display: inline-block;font-size: 15px;color: #b28746;width: 118px;height: 35px;line-height: 31px;text-align: center;border: 2px solid #b28746;margin-right: 5px;vertical-align: bottom;cursor: pointer;}
.index-about .right .menu span.on{border: none;line-height: 35px;color: #fff;background:  -webkit-gradient(linear, 0 100%, 0 0, from(#d6b781), to(#b28645));background:  -webkit-linear-gradient(90deg, #d6b781, #b28645);background:  -moz-linear-gradient(90deg, #d6b781, #b28645);background:  -o-linear-gradient(90deg, #d6b781, #b28645);background:  linear-gradient(90deg, #d6b781, #b28645);}
.index-about .menu-cont{display: none !important;}
.index-about .menu-cont a{margin-right: 15px;display: inline-block;width: 303px;}
.index-about .menu-cont a:last-of-type{margin-right: 0;}
.index-about .menu-cont .img{position: relative;}
.index-about .menu-cont .img .pic{width: 100%;height: 134px;}
.index-about .menu-cont .img h5{position: absolute;top: 20px;left: 20px;color: #fff;font-weight: 600;font-size: 18px;}
.index-about .menu-cont .txt{padding: 15px 15px;color: #181818;}
.index-about .menu-cont .txt h5{font-size: 16px;margin-bottom: 10px;}
.index-about .menu-cont .txt p{font-size: 12px;}
.index-about .menu-cont.on{display: -ms-flexbox !important;display: -webkit-flex !important;display: flex !important;}
/* 加工流程/设备展示 */
.index-double{background: url(../images/index-bg2.jpg) no-repeat top center;}
.index-double .left,.index-double .right{width: 50%;text-align: center;color: #d1b386;padding: 95px 0 115px;}
.index-double h5{font-size: 26px;font-weight: 600;}
.index-double p{font-size: 14px;line-height: 26px;margin: 20px 0 40px;}
.index-double .more{font-size: 18px;width: 200px;height: 50px;line-height: 48px;border: 1px solid #D1B386;color: #d1b386;border-radius: 80px 80px;transition: .3s;}
.index-double .more:hover{background: rgba(207,173,117,.3);}
/* 全球原料 */
.index-material{background: url(../images/index-bg3.jpg) no-repeat top center;padding: 60px 0;}
.index-material .title{margin-bottom: 190px;text-align: center;}
.index-material .title span{display: block;width: 32px;height: 3px;margin: 0 auto 15px;background: #b28746;}
.index-material .title h5{font-size: 26px;color: #000;}
.index-material .title h5 em{color: #b28746;font-weight: 600;}
.index-material .material-cont{position: relative;}
.index-material .material-cont .item{position: absolute;width: 106px;height: 106px;padding: 26px 5px;color: #fff;text-align: center;/* background: url(../images/index-pic3.png) no-repeat center center; */border-radius: 100% 100%;transition: .3s;z-index: 9;}
.index-material .material-cont .item::before{content: "";width: 100%;height: 100%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;background: url(../images/index-pic3.png) no-repeat center center;border-radius: 100% 100%;transition: .3s;z-index: -2;}
.index-material .material-cont .item::after{content: "";width: 100%;height: 100%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;background:linear-gradient(#b28646,#d6b780);border-radius: 100% 100%;transition: .3s;z-index: -1;opacity: 0;}
.index-material .material-cont .item .flag{width: 46px;height: 32px;}
.index-material .material-cont .item p{font-size: 18px;margin-top: 10px;}
.index-material .material-cont .item .line{position: absolute;top: 106px;left: 0;right: 0;margin: auto;background: url(../images/index-pic2.png) no-repeat bottom center;width: 7px;height: 150px;}
/* .index-material .material-cont .item.on{background-image: linear-gradient(#b28646,#d6b780);} */
.index-material .material-cont .item.on::after{opacity: 1;}
.index-material .material-cont .item.CHN{top: -105px;right: 200px;}
.index-material .material-cont .item.PH{top: 94px;right: 217px;}
.index-material .material-cont .item.PH .line{height: 79px;}
.index-material .material-cont .item.AUS{top: 273px;right: 175px;}
.index-material .material-cont .item.AUS .line{height: 48px;}
.index-material .material-cont .item.GRE{top: -170px;right: 595px;}
.index-material .material-cont .item.GRE .line{height: 250px;}
.index-material .material-cont .item.TR{top: -70px;right: 554px;}
.index-material .material-cont .item.TR .line{height: 139px;}
.index-material .material-cont .item.ITA{top: 17px;right: 630px;}
.index-material .material-cont .item.ITA .line{height: 42px;}
.index-material .material-cont .item.BRA{top: 167px;right: 880px;}
.index-material .material-cont .item.BRA .line{height: 125px;}
.index-material .more{background: #fff;width: 180px;height: 50px;line-height: 50px;font-size: 16px;color: #4f4f4f;text-align: center;position: relative;margin: -65px auto 0;display: block;transition: .3s;}
.index-material .more:hover{opacity: .7;}
.index-material .more::before,.index-material .more::after{content: "";display: block;position: absolute;top: 0;bottom: 0;width: 0;border-width: 24px;border-style: solid;}
.index-material .more::before{left: -48px;border-color: transparent #fff transparent transparent;}
.index-material .more::after{right: -48px;border-color: transparent transparent transparent #fff ;}
.index-material .statistics{position: absolute;right: -165px;top: 0;bottom: 0;margin: auto; height: 660px;padding: 85px 40px;background: rgba(0,0,0,.5);color: #fff;}
.index-material .statistics div{margin-bottom: 65px;}
.index-material .statistics em{font-size: 40px;font-weight: 600;}
.index-material .statistics i{font-size: 22px;vertical-align: top;}
.index-material .statistics span{font-size: 20px;}
.index-material .statistics p{font-size: 18px;margin-top: 10px;}
/* 我们的优势 */
.index-advantage{background: url(../images/index-bg4.jpg) no-repeat top center;padding: 65px 0 93px;}
.index-advantage .index-content{background: #524c47;padding:40px 30px ;}
.index-advantage .title{text-align: center;color: #fff;}
.index-advantage .title img{width: 40px;}
.index-advantage .title h5{font-size: 26px;margin-top: 10px;}
.index-advantage .title h6{font-size: 14px;margin: 10px 0;opacity: .2;}
.index-advantage .title span{display: block;width: 32px;height: 3px;margin: 0 auto;background: #b28746;}
.index-advantage .advantage-cont{border-bottom: 1px solid #9b9895;padding: 45px 70px 50px;}
.index-advantage .advantage-cont .item{width: -moz-calc(33.33% - 120px);width: -webkit-calc(33.33% - 120px);width: calc(33.33% - 120px); margin-right: 180px;padding: 25px 5px;transition: .3s;text-align: center;border: 1px solid transparent;}
.index-advantage .advantage-cont .item:nth-of-type(3n){margin-right: 0;}
.index-advantage .advantage-cont .item .img{width: 80px;height: 80px;background: rgba(204,164,97,.36);position: relative;border-radius: 100% 100%;margin: 0 auto;}
.index-advantage .advantage-cont .item .img img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transition: .3s;opacity: .74;width: 80%;}
.index-advantage .advantage-cont .item h5{font-size: 22px;color: #cca461;margin: 20px 0 15px;}
.index-advantage .advantage-cont .item p{font-size: 15px;color: #fff;line-height: 30px;}
.index-advantage .advantage-cont .item:hover{background: #2d2a28;}
.index-advantage .advantage-cont .item:hover img{opacity: 1;}
/* 产品分类 */
.index-product{background: url(../images/index-bg5.jpg) no-repeat top center;padding: 60px 0 135px;}
.index-product .title .line{-ms-flex: 1;-webkit-flex: 1;flex: 1;height: 2px;width: 500px;background: #c4a166;}
.index-product .title .txt{text-align: center;}
.index-product .title .txt h5{font-size: 26px;color: #524c47;margin: 20px 0 10px;}
.index-product .title .txt h6{font-size: 15px;color: #524c47;text-transform: uppercase;}
.index-product .title .txt span{width: 71px;height: 4px;background: #524c47;margin: 38px auto 0;display: block;}
.index-product .items{padding: 55px 0;border-bottom: 1px solid #c4a166;}
.index-product .items .item{margin-right: 50px;box-shadow: 0 0 5px rgba(0,0,0,.3);transition: .3s; width: -moz-calc(25% - 37.5px);width: -webkit-calc(25% - 37.5px);width: calc(25% - 37.5px);float: left;}
.index-product .items .item:nth-of-type(4n){margin-right: 0;}
.index-product .items .item .bottom{position: relative;width: 100%;height: 160px;background-repeat: no-repeat;background-size: 100% 100%;background-color: #000;transition: .3s;}
.index-product .items .item .bottom::after{content: "";display: block;position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 0;transition: .3s;background: #524c47;}

.index-product .items .item:nth-of-type(1) .bottom{background-image: url(../images/index-product1.jpg);}
.index-product .items .item:nth-of-type(2) .bottom{background-image: url(../images/index-product2.jpg);}
.index-product .items .item:nth-of-type(3) .bottom{background-image: url(../images/index-product3.jpg);}
.index-product .items .item:nth-of-type(4) .bottom{background-image: url(../images/index-product4.jpg);}
.index-product .items .item:hover{box-shadow: 0 0 20px rgba(0,0,0,.3);}
.index-product .items .item:hover .bottom::after{height: 15px;}
.index-product .items .item:nth-of-type(1):hover .bottom{background-image: url(../images/index-product1_hover.jpg);}
.index-product .items .item:nth-of-type(2):hover .bottom{background-image: url(../images/index-product2_hover.jpg);}
.index-product .items .item:nth-of-type(3):hover .bottom{background-image: url(../images/index-product3_hover.jpg);}
.index-product .items .item:nth-of-type(4):hover .bottom{background-image: url(../images/index-product4_hover.jpg);}
/* 内页 */
/* .container{} */
.container .page-cont{width: 1200px; margin:  auto ;position: relative;padding-top: 120px;padding-bottom: 100px;}

.main{color: #5b5b5b;font-size: 20px;line-height: 1.5;text-align: justify;}
.main .title{font-size: 24px;text-align: center;margin-bottom: 30px;line-height: 1.5;color: #7f7f7f;}

.page-banner{width: 100%;}
.page-banner img{width: 100%;}

.page-header{background: #000;position: relative;height: 110px;line-height: 110px;padding: 0 5%;}
.page-header .page-crumb img{width: 25px;margin-right: 25px;}
.page-header .page-crumb a,.page-header .page-crumb  span{color: #fff;font-size: 18px;}
.page-header .page-crumb  i{display: block;width: 0;height: 0; border-width: 4px;border-style: solid;border-color: transparent transparent transparent #fff;margin: auto 30px;}
.page-header .page-nav{position: relative;display: -ms-flexbox !important;display: -webkit-flex !important;display: flex !important;}
.page-header .page-nav a{color: #fff;font-size: 20px;margin-right: 78px;position: relative;z-index: 9;}
.page-header .page-nav a:last-of-type{margin-right: 0;}

.page-top{background: url(../images/page-top-bg.png) no-repeat top center;}
.page-top .page-cont{padding: 80px 0;color: #fff;}
.page-top h1{font-size: 62px;margin-bottom: 20px;}
.page-top h1 em{font-size: 30px;vertical-align: bottom;margin-left: 10px;text-transform: uppercase;}
.page-top h2{font-size: 28px;}


.page-title{margin-bottom: 45px;padding-bottom: 40px;border-bottom: 1px solid #868686; text-align: center;color: #292929;font-size: 33px;}
.page-title em{font-size: 18px;margin-left: 14px;color: #7f7f7f;vertical-align: bottom; text-transform: uppercase;}

.text-cont .btn-more{margin-bottom: 50px;}
.m-clips{margin-top: 100px;border-top: 1px solid #f1f1f1;padding-top: 35px;}
.m-clips p{max-width: 49%;white-space: nowrap;}
.m-clips a{width: 87%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;vertical-align: bottom;}
.m-clips p,.m-clips a{color: #666;font-size: 16px;transition: .3s;}
.m-clips p:first-of-type{float: left;}
.m-clips p:last-of-type{float: right;}
.m-clips a:hover{color: rgb(213, 177, 146);text-decoration:none}

/* 关于元亨-企业介绍 */
	.page-about .statistics{background: url(../images/statistics-bg.jpg) no-repeat top center;padding: 74px 0 114px;color: #fff;text-align: center;}
	.page-about .statistics em,.page-about .statistics span{font-size: 70px;}
	.page-about .statistics i{font-size: 22px;}
	.page-about .statistics p{font-size: 22px;margin-top: 25px;}
	/* 企业文化 */
	.page-culture .page-bottom{background: url(../images/culture-bg.jpg) no-repeat center 195px;}
	.page-culture .line{display: block;width: 64px;height: 5px;background: #8f7b79;border-radius: 10px 10px;}
	.page-culture h5{font-size: 30px;color: #4b2423;padding-top: 125px;}
	.page-culture h5 em{font-size: 18px;margin-left: 15px;}
	.page-culture .meaning{margin: 42px 0 68px;}
	.page-culture .meaning span{display: block;margin-right: 55px;font-size: 18px;line-height: 24px;color: #8f8379;border: 4px solid #8f7b79;padding: 9px 15px 30px;text-align: center;}
	.page-culture .meaning p{font-size: 18px;line-height: 36px;color: #8f837a;}
	.page-culture .meaning p em{font-weight: 600;color: #421e00;}
	.page-culture .items{margin: 130px 0 0;}
	.page-culture .items .item{margin-bottom: 65px;}
	.page-culture .items .item .left{margin-right: 50px;border-radius: 100% 100%;width: 110px;height: 110px;background: #3c2c28;padding: 9px 9px;}
	.page-culture .items .item .left .circle{border: 1px solid #fff;width: 100%;height: 100%;border-radius: 100% 100%;padding: 20px 0 ;text-align: center;font-size: 18px;color: #fff;line-height: 24px;}
	.page-culture .items .item .right{font-size: 18px;line-height: 36px;color: #8f837a;}
	/* 厂模厂规 */
	.page-environment .environment-list .item{margin-right: 24px;margin-bottom: 45px;float: left; width: -moz-calc(33.33% - 16px);width: -webkit-calc(33.33% - 16px);width: calc(33.33% - 16px);transition: .3s;}
	.page-environment .environment-list .item:nth-of-type(3n){margin-right: 0;}
	.page-environment .environment-list .item .pic{width: 100%;height: 256px;}
	.page-environment .environment-list .item:hover{transform: translateY(-5px);}
/* 产品中心 */
	/* 产品展示 */
	.cover-product .page-bottom .page-cont{width: 1400px;}
	.cover-product .page-title{padding-bottom: 0;border-bottom: none;}
	.cover-product .page-title em{display: block;margin-top: 15px;}
	.cover-product .product-menu{border-top: 2px solid #000;border-bottom: 2px solid #000;line-height: 72px;margin-bottom: 45px;position: relative;}
	.cover-product .product-menu .nav-hover{border-bottom-color: #000 !important; }
	.cover-product .product-menu a{font-size: 24px;color: #000000;margin-right: 35px;position: relative;z-index: 9;}
	.cover-product .product-menu a:last-of-type{margin-right: 0;}
	.cover-product .product-list a{width: 100%;}
	.cover-product .product-list a img{width: 100%;}
	/* 设备展示 */
	.page-equipment .equipment-list .item{margin-right: 111px;margin-bottom:50px;float: left; width: -moz-calc(33.33% - 74px);width: -webkit-calc(33.33% - 74px);width: calc(33.33% - 74px);}
	.page-equipment .equipment-list .item:nth-of-type(3n){margin-right: 0;}
	.page-equipment .equipment-list .item .pic{width: 100%;height: 193px;}
	.page-equipment .equipment-list .item p{font-size: 24px;color: #464039;background: #f5f6fb;margin-top: 5px;padding: 0 10px;line-height: 65px;transition: .3s;text-align: center;}
	.page-equipment .equipment-list .item:hover p{background: #dadadb;}
	/* 工程案例 */
	.cover-case .page-bottom{padding: 120px 0 100px;}
	.cover-case .page-title,.cover-case .case-list{width: 1400px;margin-left: auto;margin-right: auto;}
	.cover-case .case-menu {background: url(../images/page-case1.png) no-repeat top center;margin-bottom: 100px;}
	.cover-case .case-menu a{line-height: 240px;text-align: center;width: 50%;font-size: 38px;color: #fff;transition: .3s;background-color: rgba(255,255,255,0);}
	.cover-case .case-menu a:hover{background-color: rgba(255,255,255,.2);}
	.cover-case .case-list .item{margin-bottom: 35px;}
	.cover-case .case-list .item .pic{width: 1040px;margin-right: 20px;height: 445px;box-shadow: 0 0 7px rgba(0,0,0,.9);}
	.cover-case .case-list .item:hover .pic img{-webkit-transform: translate(-50%,-50%) scale(1.05);-moz-transform: translate(-50%,-50%) scale(1.05);-ms-transform: translate(-50%,-50%) scale(1.05);-o-transform: translate(-50%,-50%) scale(1.05);transform: translate(-50%,-50%) scale(1.05);}
	.cover-case .case-list .item .txt{width: -moz-calc(100% - 1060px);width: -webkit-calc(100% - 1060px);width: calc(100% - 1060px);background: #fff;box-shadow: 0 0 7px rgba(0,22,54,.27);padding: 55px 50px 75px;}
	.cover-case .case-list .item .txt .line{width: 25px;height: 5px;background-color: #000;margin-bottom: 100px;display: block;}
	.cover-case .case-list .item .txt h5{font-size: 20px;color: #000;padding-bottom: 18px;border-bottom: 1px solid #000;line-height: 26px;margin-bottom: 120px;}
	.cover-case .case-list .item .txt .more{background: #6a3a1d;position: relative;color: #fff;font-size: 16px;padding-left: 60px;width: 100%;display: block;line-height: 45px;}
	.cover-case .case-list .item .txt .more::before{content: "";display: block;position: absolute;top: 0;bottom: 0;right:40px;margin: auto 0;height: 1px;width: 45px;background: #fff;transition: .3s;}
	.cover-case .case-list .item .txt .more::after{content: "";display: block;position: absolute;top: 0;bottom: 0;right: 40px;margin: auto 0;height: 8px;width: 8px;background:transparent;border-top: 1px solid #fff;border-right: 1px solid #fff;transform: rotate(45deg);}
	.cover-case .case-list .item .txt .more:hover::before{width: 30px;}
/* 企业优势 */
	/* 企业优势 */
	.page-advantage{overflow: hidden;}
	.page-advantage .items{padding: 20px 0;position: relative;}
	.page-advantage .items::after{content: "";display: block;position: absolute;top: 0;bottom: 0;height: 100%;width: 100%;left: 50%;margin: auto 0;background-image: url(../images/page-adv-bg.png);background-repeat: no-repeat;}
	.page-advantage .item{width: 280px;margin-right: 180px;padding: 25px 5px;transition: .3s;text-align: center;border: 1px solid transparent;margin-bottom: 20px;}
	.page-advantage .item:nth-of-type(3n){margin-right: 0;}
	.page-advantage .item .img{width: 109px;height: 109px;background: #502d00;position: relative;margin: 0 auto;}
	.page-advantage .item .img img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transition: .3s;opacity: 1;}
	.page-advantage .item h5{font-size: 26px;color: #502d00;margin: 20px 0 15px;}
	.page-advantage .item p{font-size: 15px;color: #565656;line-height: 30px;}
	.page-advantage .item:hover{border-color: #c5c3c2;}
	.page-advantage .demand{margin: -80px auto 50px;}
	.page-advantage .demand img{width: 1920px;margin: 0 auto;display: block;}
	.page-advantage .program{max-width: 1920px;margin: 0 auto;position: relative;}
	.page-advantage .program img{width: 50%;}
	.page-advantage .program .txt-bg{width: 50%;background: #502d00;}
	.page-advantage .program .page-cont{position: absolute;left: 0;right: 0;top: 0;margin: 0 auto;}
	.page-advantage .program .txt{color: #fff;width: 50%;margin-left: 50%;padding: 0 35px;}
	.page-advantage .program .txt h5{font-size: 26px;}
	.page-advantage .program .txt p{font-size: 16px;line-height: 30px;margin-top: 30px;}
	/* 新闻中心 */
	.news-list .item{padding: 45px 0;border-bottom: 1px solid #6c6c6c;transition: .3s;}
	.news-list .item .time {text-align: center;padding:25px 15px 15px ;background: #f2f2f2;color: #323232;margin-right: 15px;}
	.news-list .item .time em{font-size: 40px;display: block;}
	.news-list .item .time span{font-size: 24px;display: block;margin-top: 20px;}
	.news-list .item .txt{width: -moz-calc(100% - 148px);width: -webkit-calc(100% - 148px);width: calc(100% - 148px);}
	.news-list .item .txt h5{font-size: 28px;color: #323232;margin-bottom: 20px;line-height: 40px;transition: .3s;}
	.news-list .item .txt p{font-size: 18px;color: #5d5d5d;line-height: 30px;}
	.news-list .item:hover h5{color: #cba66f;}
/* 联系我们 */
	/* 联系我们 */
	.page-contact .items{padding: 20px 0 40px;}
	.page-contact .items .item .txt{color: #333333;margin-left: 10px;}
	.page-contact .items .item h5{font-size: 16px;}
	.page-contact .items .item p{font-size: 14px;margin-top: 5px;line-height: 20px;max-width: 260px;}
	.page-contact iframe{width: 100%;height: 400px;}
	/* 人才招聘 */
	.page-job{background: url(../images/page-job-bg.jpg) no-repeat bottom center;padding-bottom: 325px;}
	.page-job .page-bottom{padding-top: 120px;}
	.page-job .page-title{width: 1200px;margin-left:auto;margin-right: auto;}
	.job-card{width: 1200px;margin:0 auto 25px ;}
	.job-card .job-title{font-size: 22px;color: #fff;line-height: 55px;padding: 0 40px;background: #707173;cursor: pointer;transition: .3s;}
	.job-card .job-title h1{font-size: 22px;}
	.job-card .job-title h1 span{font-size: 15px;margin-left: 40px;}
	.job-card .job-title p{background: url(../images/icon-less.png) no-repeat center right ;padding-right: 45px;font-size: 15px;}
	.job-card .top{font-size: 15px;color: #333333;border-bottom: 1px solid #dcdcdc;padding: 25px 40px;}
	.job-card .top em{font-weight: 600;}
	.job-card .job-text{padding: 30px 40px;font-size: 14px;color: #333333;}
	.job-card .job-text h3{font-size: 22px;color: #333333;font-weight: 600;line-height: 33px;}
	.job-card .job-text div{line-height: 2;}
	.job-card.show .job-title{background: #707173;color: #fff;}
	.job-card.show .job-title p{background-image: url(../images/icon-add.png);}
	.page-job .mail{width: 560px;height: 60px;margin: 53px auto ;line-height: 60px;}
	.page-job .mail .left{font-size: 16px;color: #fff;background: #6f7071;padding: 0 30px;-ms-flex: 1;-webkit-flex: 1; flex: 1;position: relative;}
	.page-job .mail .left em{color: #333333;font-size: 14px;margin-left: 10px;}
	.page-job .mail .copy-txt{position: absolute;opacity: 0;z-index: -9999;}
	.page-job .mail .right{font-size: 14px;color: #fff;background: #908b90;padding: 0 50px;margin-left:1px ;-webkit-flex-shrink: 0;flex-shrink: 0;}
@media screen and (min-width: 1599px) and (max-width: 1900px) {
	
}
@media screen and (min-width: 1599px) and (max-width: 1800px) {

}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
	.index-content{width: 1200px;}
	.index-about .title{padding: 56px 95px 0 10px;}
	.index-about .menu-cont a{width: 230px;}
	.index-about .menu-cont .img .pic{height: 101px;}
	.index-material .statistics{right: -85px;height: 600px;}
	.index-material .statistics em{font-size: 30px;font-weight: 600;}
	.index-material .statistics i{font-size: 16px;vertical-align: top;}
	.index-material .statistics span{font-size: 16px;}
	.index-material .statistics p{font-size: 16px;margin-top: 10px;}
	.index-product .items .item .bottom{height: 130px;}
	.footer .right{position: absolute;bottom: 50px;right: 0;}
	
	/* 内页 */
	.page-top h1{font-size: 42px;}
	.page-top h2,.page-top h1 em{font-size: 24px;}
	.page-title{font-size: 30px;}
	.page-about .statistics em, .page-about .statistics span{font-size: 40px;}
	.page-about .statistics i{font-size: 20px;}
	.page-about .statistics p{margin-top: 20px;font-size: 20px;}
	.index-about{padding: 106px 0 115px;}
	.index-double .left, .index-double .right{padding: 84px 0 95px;}
	.index-advantage{padding: 35px 0 33px;}
	.index-advantage .index-content{padding: 30px 30px;}
	.index-advantage .advantage-cont{padding: 25px 70px 20px;}
	.index-advantage .advantage-cont .item .img{width: 60px;height: 60px;}
	.news-list .item .time em{font-size: 30px;}
	.news-list .item .time span{font-size: 18px;margin-top: 10px;}
	.news-list .item .txt h5{font-size: 24px;margin-bottom: 10px;}
	.news-list .item .txt p{font-size: 16px;line-height: 26px;}
	.cover-product .page-bottom .page-cont{width: 1200px;}
	.cover-product .product-menu a{font-size: 20px;}
	.cover-case .page-bottom{width: 1200px;margin-left: auto;margin-right: auto;}
	.cover-case .page-title, .cover-case .case-list{width: 1200px;}
	.cover-case .case-list .item .pic{width: 74%;height: 515px;}
	.cover-case .case-list .item .txt{width: -moz-calc(26% - 40px);width: -webkit-calc(26% - 40px);width: calc(26% - 40px);}
	.cover-case .case-list .item .txt .more{padding-left: 20px;}
	.cover-case .case-list .item .txt .more::before,.cover-case .case-list .item .txt .more::after{right: 20px;}
}
@media screen and (max-width: 1366px) {
	
}
@media screen and (max-width: 1280px) {

}