body{ margin: 0; padding: 0;}

*{ margin: 0; padding: 0; list-style: none; font-family: '微软雅黑';font-size: 14px; }

[style*="font-size"] strong,
[style*="font-size"] b {
  font-size: inherit;
}
/*strong{ font-size:auto;}*/
a{ text-decoration: none; cursor: pointer; display: block;}

img{ border: 0; display: block; cursor: pointer;}

h1, h2, h3, h4, h5{ font-weight: normal;}

ul, li{ list-style: none; cursor: pointer;}

b, i, em{ font-weight: normal; font-style: normal;}

button, textarea, input{ outline: none;}

html,body{ font-size: calc(100vw/19.2);}

@font-face{

	font-family: 'font';

	src:url("../fonts/arial.ttf");

}

/* 清除浮动 */

.clearfix:after{visibility:hidden;display:block;font-size:0;content: " ";clear:both;height:0;}

.clearfix{*zoom:1;}

.header{ position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 88px; border-bottom: 1px solid hsla(0,0%,100%,0.20); z-index: 30; background: hsla(0,0%,95%,0.15); transition: all 0.5s;}

.headerTwo{ background: #fff; box-shadow: 0 0 10px #eee;}

.header .cont{ padding: 0 0.75rem; display: flex; justify-content: space-between; align-items: center;}

.header .cont .logo a img{ height: 78px;}

.header .cont .right{ display: flex; justify-content: flex-start;}

.header .cont .right .nav{ display: flex; justify-content: flex-start;}

.header .cont .right .nav .li{ margin-left: 0.55rem; position: relative;}

.header .cont .right .nav .li:first-child{ margin-left: 0;}

.header .cont .right .nav .li:nth-child(8){ margin-left: 2.05rem;}

.header .cont .right .nav .li a.tit{ font-size: 17px; color: #fff; line-height: 88px; transition: all 0.5s;}
.header .cont .right .nav .li:nth-child(8) a.tit,
.header .cont .right .nav .li:nth-child(9) a.tit{ font-weight: bold;}
.headerTwo .cont .right .nav .li a.tit{ color: #343434;}

.header .cont .right .nav .li.on a.tit{ font-weight: bold;}

.header .cont .right .nav .li .list{ display: none; position: absolute; top: 88px; left: 0; padding-top: 20px;}

.header .cont .right .nav .li .list a{ font-size: 15px; line-height: 40px; color: #fff; white-space: nowrap; opacity: 0.8; transition: all 0.5s;}

.header .cont .right .nav .li .list a:hover{ opacity: 1;}

.header .cont .right .sole{ width: 33px; height: 88px; background: url(../images/icon1.png) no-repeat center; background-size: 100% auto; margin-left: 0.43rem; transition: all 0.5s; cursor: pointer;}

.header .cont .right .sole2{ background: url(../images/six2.png) no-repeat center; background-size: 30px auto;}

.headerTwo .cont .right .sole{ background: url(../images/icon1s.png) no-repeat center; background-size: 100% auto;}

.headerTwo .cont .right .sole3{ background: url(../images/six1.png) no-repeat center; background-size: 30px auto;}

.bannerBotr{ display: none; position: fixed; width: 100%; top: 88px; left: 0; z-index: 29; background: hsla(0,0%,0%,0.70); justify-content: flex-end;}

.bannerBotr2{ display: flex;}

.bannerBotr .mik{ width: 12.63rem; border-top: 1px solid hsla(0,0%,100%,0.20); margin-right: 1.7rem; display: flex; justify-content: flex-end; padding: 38px 0 33px 0;}

.bannerBotr .mik .p, .bannerBotr .mik a{ font-size: 14px; line-height: 14px; color: #fff; margin-left: 10px; opacity: 0.8; transform: all 0.5s;}

.bannerBotr .mik a:hover{ opacity: 1;}

.banner{ position: relative;}

.banner .textBox{ position: relative; width: 100%; overflow: hidden;}

.banner .textBox .img{ width: 100%; height: 7.5rem; position: relative; overflow: hidden;}

.banner .textBox .img::after{ content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 3; background: url(../images/icon4.png) no-repeat center; background-size: 100% 100%;}

.banner .textBox .img img{ width: 100%; position: absolute; top: 0; transform: translateX(-50%); left: 50%;}

.banner .textBox .text{ width: 100%; position: absolute; top: 45%; left: 0; transform: translateY(-50%); text-align: center; color: #fff;}

.banner .textBox .text .h1{ font-size: 0.48rem; line-height: 0.6rem; /*font-weight: bold;*/ font-family: '微软雅黑';}

.banner .textBox .text .h2{ font-size: 0.48rem; line-height: 0.48rem; margin-top: 15px; /*font-weight: bold;*/ font-family: '微软雅黑';}

.banner .textBox .text .p{ font-size: 0.24rem; line-height: 0.36rem; opacity: 0.8; margin-top: 20px; font-family: 'font';}

.banner .swiper-button-next, .banner .swiper-button-prev{ width: 60px; height: 54px; background: hsla(0,0%,0%,0.60) url(../images/icon3.png) no-repeat center; background-size: 11px auto; left: 0; transition: all 0.5s;}

.banner .swiper-button-next{ right: 0; left: auto; transform: rotate(180deg);}

.banner .swiper-button-next::after, .banner .swiper-button-prev::after{ display: none;}

.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{ background: hsla(31,45%,55%,0.80) url(../images/icon3.png) no-repeat center; background-size: 11px auto;}

.banner .line{ width: 100%; height: 5px; background: #C08F5A; position: absolute; left: 0; bottom: 0; z-index: 10;}

.banner .line .em{ width: 0; height: 5px; background: #F8E6C8; position: absolute; top: 0; left: 0;}

.banner .swiper-slide-active .line .em{ animation: myfirst2 5s alternate; animation-timing-function: linear;}

@keyframes myfirst2{

	0% { width: 0; }

	100% { width: 100% }

}

.banner .more{ width: 32px; height: 102px; background: url(../images/icon2.png) no-repeat center; background-size: 100% auto; position: absolute; left: 50%; bottom: 25px; margin-left: -16px; z-index: 10;}

.banner .more{ animation: myfirst1 0.5s alternate; animation-iteration-count: infinite; animation-timing-function: linear;}

@keyframes myfirst1{

	0% { bottom: 25px; }

	100% { bottom: 35px; }

}

.indexNewsBox{ position: relative; z-index: 10;}

.indexNewsBox .topTitle{ width: 3rem; height: 3.4rem; background: #C08F5A; position: absolute; top: -1.7rem; left: 0.75rem; display: flex; justify-content: center; z-index: 5;}

.indexNewsBox .topTitle .mk{ padding-top: 0.65rem; color: #fff;}

.indexNewsBox .topTitle .mk .h1{ font-size: 0.46rem; line-height: 0.46rem; color: #fff;}

.indexNewsBox .topTitle .mk .p{ font-size: 14px; line-height: 14px; letter-spacing: 10px; margin-top: 20px; opacity: 0.7; color: #fff;}

.indexNewsBox .topTitle .moreBox{ margin-top: 1rem;}

.moreBox{ display: flex; justify-content: flex-start;}

.moreBox a{ position: relative; font-size: 20px; line-height: 30px; color: #fff; padding-right: 45px; text-transform: uppercase; opacity: 0.3; transition: all 0.5s;}

.moreBox a:hover{ opacity: 0.6;}

.moreBox a::after{ content: ''; width: 25px; height: 30px; position: absolute; top: 0; right: 0; background: url(../images/sixer1.png) no-repeat center; background-size: 100% auto;}

.indexNewsBox .cont{ display: flex; justify-content: center;}

.indexNewsBox .cont .left, .indexNewsBox .cont .right{ width: 50%; height: 5.42rem; position: relative;}

.indexNewsBox .cont .left .img{ width: 100%; height: 5.42rem; overflow: hidden; position: relative;}

.indexNewsBox .cont .left .img img{ height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}

.indexNewsBox .cont .left .img::after{ content: ''; width: 100%; height: 100%; background: url(../images/icon6.png) no-repeat center bottom; background-size: 100% auto; z-index: 2; position: absolute; top: 0; left: 0;}

.indexNewsBox .cont .left .bot{ position: absolute; bottom: 0.26rem; left: 0.75rem; right: 0.42rem; color: #fff; z-index: 5; }

.indexNewsBox .cont .left .bot .time{ font-size: 15px; line-height: 15px; text-transform: uppercase;}

.indexNewsBox .cont .left .bot .p{ font-size: 20px; margin-top: 14px; line-height: 20px; transition: all 0.5s;}

.indexNewsBox .cont .left:hover .bot .p{ color: #C08F5A;}

.indexNewsBox .cont .right{ background: url(../images/back1.jpg) no-repeat center; background-size: cover;}

.indexNewsBox .cont .right .mk{ padding: 0.5rem 0.75rem 0 0.42rem;}

.indexNewsBox .cont .right .list{ display: flex; justify-content: space-between;}

.indexNewsBox .cont .right .list .li{ width: 4.02rem;}

.indexNewsBox .cont .right .list .li .img{ width: 100%; height: 2.34rem; overflow: hidden;}

.indexNewsBox .cont .right .list .li .img img{ width: 100%;}

.indexNewsBox .cont .right .list .li .p{ font-size: 0.18rem; line-height: 0.32rem; color: #343434; margin-top: 0.15rem; height: 0.64rem; transition: all 0.5s;}

.indexNewsBox .cont .right .list .li:hover .p{ color: #C08F5A;}

.indexNewsBox .cont .right .list .li .a{ width: 98px; height: 32px; background: #CBCBCB; text-align: center; line-height: 32px; margin-top: 0.25rem; text-transform: uppercase; font-size: 12px; color: #fff; transition: all 0.5s;}

.moreA{ display: flex; justify-content: flex-end; transition: all 0.5s;}

.indexNewsBox .cont .right .list .li:hover .a{ background: #C08F5A;}

.indexNewsBox .cont .right .moreA{ margin-top: 0.6rem;}

.indexNewsBox .cont .right .moreA a{ font-size: 15px; color: #C08F5A; line-height: 20px; text-transform: uppercase; position: relative; padding-right: 30px;}

.indexNewsBox .cont .right .moreA a::after{ content: ''; width: 20px; height: 20px; background: #C08F5A url(../images/icon7.png) no-repeat center; background-size: 5px auto; position: absolute; top: 0; right: 0;}

.indexSeiver{ position: relative;}

.indexSeiver .indexSeiverBox .minker{ width: 100%; height: 840px; display: none;}

.indexSeiver .indexSeiverBox .minker:first-child{ background: url(../images/b01.jpg) no-repeat center; background-size: cover; display: block;}

.indexSeiver .indexSeiverBox .minker:nth-child(2){ background: url(../images/b02.jpg) no-repeat center; background-size: cover;}

.indexSeiver .indexSeiverBox .minker:nth-child(3){ background: url(../images/b03.jpg) no-repeat center; background-size: cover;}

.indexSeiver .indexSeiverBox .minker:nth-child(4){ background: url(../images/b04.jpg) no-repeat center; background-size: cover;}

.indexSeiver .iconBox{ width: 590px; height: 590px; background: hsla(31,45%,55%,0.15); position: absolute; top: 103px; left: 50%; margin-left: -295px; border-radius: 100%;}

.indexSeiver .iconBox .cont{ width: 526px; height: 526px; border-radius: 100%; background: hsla(31,45%,55%,0.80); position: absolute; top: 50%; left: 50%; margin-left: -263px; margin-top: -263px;}

.indexSeiver .iconBox .cont .mink{ width: 480px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; color: #fff;}

.indexSeiver .iconBox .cont .mink img{ margin: auto; height: 83px; opacity: 0.8;}

.indexSeiver .iconBox .cont .mink .h1{ font-size: 40px; line-height: 40px; margin-top: 35px; opacity: 0.8;}

.indexSeiver .iconBox .cont .mink .en{ font-size: 15px; line-height: 15px; text-transform: uppercase; margin-top: 18px; opacity: 0.8;}

.indexSeiver .iconBox .cont .mink .p{ padding: 25px 35px 55px 35px; margin-top: 35px; font-size: 15px; line-height: 28px; border-top: 1px solid #fff; opacity: 0.8; text-align: justify;}

.indexSeiver .iconBox .cont .mink .moreBox{ justify-content: center;}

.indexSeiver .list{ width: 100%; justify-content: flex-start; display: flex; position: absolute; left: 0; bottom: 0; background: hsla(0,0%,0%,0.40);}

.indexSeiver .list .li{ width: 25%; height: 96px; position: relative; display: flex; justify-content: center; align-items: center; color: #fff; cursor: pointer;}
.indexSeiver .list .li::after{ content: ''; width: 1px; height: 100%; position: absolute; top: 0; left: 0; background: #fff; opacity: 0.4;}
.indexSeiver .list .li .icon{ margin-right: 20px;}
.indexSeiver .list .li .icon img{ max-width: 40px;}
.indexSeiver .list .li .p{ display: flex; justify-content: flex-start; font-size: 22px; line-height: 22px; flex-wrap: wrap;}
.indexSeiver .list .li .p i{ margin-left: 8px; font-size: 15px;}
.indexSeiver .list .li.on{ background: hsla(31,45%,55%,0.80);}
.indexList{ background: url(../images/back3s.jpg) no-repeat center; background-size: cover; padding-top: 85px;}
.indexList .cont{ padding: 0 0.75rem;}
.indexList .cont .h1 p{ font-size: 28px; line-height: 52px; color: #fff;}
.indexList .cont .text{ width: 100%; height: 230px; background: url(../images/back4s.jpg) no-repeat center; background-size: cover; position: relative; margin-top: 50px;}
.indexList .cont .text .textBox{ display: flex; justify-content: center; align-items: center; width: 100%; height: 230px;}
.indexList .cont .text .textBox .p, .indexList .cont .text .textBox .p i{ font-size: 36px; font-weight: bold; color: #343434; line-height: 50px; position: relative;}
.indexList .cont .text .textBox .p i{ color: #C08F5A;}
/*.indexList .cont .text .textBox .p{ padding: 0 100px;}

.indexList .cont .text .textBox .p::after, .indexList .cont .text .textBox .p::before{ content: ''; width: 44px; height: 40px; background: url(../images/icon13.png) no-repeat center; background-size: auto 100%; position: absolute; left: 0; top: 4px;}

.indexList .cont .text .textBox .p::before{ left: auto; right: 0; transform: rotate(180deg);}*/

.footer{ background: #F5F5F5;}

.footer .boot{ border-top: 1px solid #EBEBEB;}

.footer .boot .mk{ display: flex; justify-content: flex-end; line-height: 70px; padding: 0 0.78rem;}

.footer .boot .mk a, .footer .boot .mk p{ color: #343434; margin-left: 10px;}

.footer .foot{ padding: 80px 0.75rem 30px 0.8rem; display: flex; justify-content: space-between;}

.footer .foot .logo img{ height: 133px;}

.footer .foot .logo .tel{ display: flex; justify-content: center; margin-top: 35px;}

.footer .foot .logo .tel .p{ font-size: 24px; color: #d29936; line-height: 26px; font-weight: bold; position: relative; padding-left: 38px;}
.footer .foot .logo .tel .p a{ font-size: 24px; color: #d29936; line-height: 26px; font-weight: bold;}
.footer .foot .logo .tel .p::after{ content: ''; width: 24px; height: 24px; background: url(../images/icon15.png) no-repeat center; background-size: 23px auto; position: absolute; top: 0; left: 0;}

.footer .foot .nav{ display: flex; justify-content: flex-start;}

.footer .foot .nav .li{ margin-left: 1.4rem;}

.footer .foot .nav .li:first-child{ margin-left: 0;}

.footer .foot .nav .li .h1{ color: #343434; line-height: 26px; font-weight: bold;}

.footer .foot .nav .li .list a{ line-height: 30px; color: #343434; opacity: 0.8; transition: all 0.5s;}

.footer .foot .nav .li .list a:hover{ color: #C08F5A;}

.footer .foot .nav .li .list{ margin-top: 5px;}

.footer .foot .right .wear{ display: flex; justify-content: flex-end;}

.footer .foot .right .wear .li{ margin-left: 28px;}

.footer .foot .right .wear .li img{ width: 100px; margin: auto;}

.footer .foot .right .wear .li p{ font-size: 12px; color: #343434; opacity: 0.5; margin-top: 10px; line-height: 12px; text-align: center;}

.footer .foot .right .open{ margin-top: 25px; width: 180px; position: relative;}

.footer .foot .right .open .h{ background: #EBEBEB; padding: 0 12px; position: relative; height: 42px; line-height: 42px; color: #343434; cursor: pointer;}

.footer .foot .right .open .h::after{ content: ''; width: 13px; height: 100%; position: absolute; top: 0; right: 15px; background: url(../images/icon16.png) no-repeat center; background-size: 100% auto; transition: all 0.5s;}

.footer .foot .right .open:hover .h::after{ transform: rotate(180deg);}

.footer .foot .right .open .list{ display: none; position: absolute; top: 42px; padding-top: 3px; width: 100%;}



.footer .foot .right .open .list .mk{ background: #EBEBEB; width: 100%; overflow-y: auto; max-height: 210px;}

.footer .foot .right .open .list .mk a{ padding: 0 12px; line-height: 30px; color: #666; transition: all 0.5s;}

.footer .foot .right .open .list .mk a:hover{ background: #666; color: #fff;}

.bannerDate{ position: relative; width: 100%; overflow: hidden;}

.bannerDate .img{ width: 100%; height: 550px; overflow: hidden; position: relative;}

.bannerDate .img img{ height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}

.bannerDate .text{ text-align: center; color: #fff; position: absolute; top: 55%; left: 0; transform: translateY(-50%); width: 100%;}

.bannerDate .text .h1{ font-size: 0.34rem; line-height: 0.4rem; font-family: '微软雅黑';}

.bannerDate .text .p{ font-size: 0.2rem; margin-top: 15px; opacity: 0.8; font-family: '微软雅黑';}

.w1280{ width: 1280px; margin: auto;}

.htBox{ display: flex; justify-content: flex-start; align-items: flex-end;}

.htBox .h1{ font-size: 34px; color: #232323; line-height: 34px;}

.htBox .p{ font-size: 20px; color: #C08F5A; line-height: 16px; margin-left: 7px; text-transform: uppercase;}

.dangBox{ padding: 45px 0 40px 0; background: #F1F1F1;}

.dangBox .textBox{ margin-top: 30px;}

.dangBox .textBox p, .dangBox .textBox p i{ font-size: 15px; line-height: 30px; color: #343434;}

.dangBox .textBox p i{ font-weight: bold; color: #C18F5A;}

.dangBox .textBox p{ margin-top: 25px;}

.dangBox .textBox p:first-child{ margin-top: 0;}

.dangBox .list{ margin-top: 50px;}

.dangBox .list .li{ margin-top: 38px;}

.dangBox .list .li a{ display: flex; justify-content: space-between; background: #fff; position: relative;}

.dangBox .list .li a i{ display: block; background: #fff; position: absolute; bottom: 0; right: 0; left: 532px; height: 4px;}

.dangBox .list .li a i::after{ display: block; width: 0; height: 4px; position: absolute; top: 0; left: 0; background: #C08F5A; transition: all 0.8s; content: '';}

.dangBox .list .li:hover a i::after{ width: 100%;}

.dangBox .list .li a .img{ width: 532px; height: 309px; overflow: hidden;}

.dangBox .list .li a .img img{ width: 100%;}

.dangBox .list .li .right{ width: 575px; padding: 40px 150px 0 0; position: relative;}

.dangBox .list .li .right .h1{ font-size: 20px; line-height: 28px; color: #343434; font-weight: bold; transition: all 0.5s;}

.dangBox .list .li:hover .right .h1{ color: #C08F5A;}

.dangBox .list .li .right .p{ line-height: 28px; color: #343434; opacity: 0.8; margin-top: 15px; height: 84px;}

.dangBox .list .li .right .a{ font-size: 14px; color: #CBCBCB; text-transform: uppercase; line-height: 16px; margin-top: 65px; transition: all 0.5s;}

.dangBox .list .li:hover .right .a{ color: #C08F5A;}

.dangBox .list .li .right .time{ width: 78px; height: 86px; background: #C08F5A; position: absolute; top: 42px; right: 25px; text-align: center;}

.dangBox .list .li .right .time .mk{ width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: #fff;}

.dangBox .list .li .right .time .mk .h{ font-size: 42px; line-height: 42px;}

.dangBox .list .li .right .time .mk p{ line-height: 14px; opacity: 0.8; margin-top: 2px;}

.dangBox .padeing{ margin-top: 45px;}

.padeing{ display: flex; justify-content: center;}

.padeing a{ width: 36px; height: 36px; line-height: 36px; text-align: center; font-size: 16px; color: #343434; border-radius: 100%; transition: all 0.5s;}

.padeing .active a,.padeing a.cur{ background: #C08F5A; color: #fff;}

.padeing a:hover{ color: #C08F5A;}

.padeing a.cur:hover{ color: #fff;}

.padeing a.next, .padeing a.prev{ background: url(../images/icon7s.png) no-repeat center;}

.padeing a.next{ transform: rotate(180deg);}

.optionBox{ padding: 50px 0 40px 0; background: #F1F1F1;}

.optionBox .list{ display: flex; justify-content: flex-start; flex-wrap: wrap;}

.optionBox .list .li{ width: 298px; margin-right: 29px; margin-top: 33px; background: #fff; transition: all 0.5s;}

.optionBox .list .li:nth-child(4n){ margin-right: 0;}

.optionBox .list .li:hover{ transform: translateY(-5px);}

.optionBox .list .li .img{ width: 100%; height: 169px; border-bottom: 1px solid hsla(0,0%,93%,0.50); position: relative;}

.optionBox .list .li .img img{ max-width: 90%; max-height: 90%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}

.optionBox .list .li .p{ width: 100%; height: 94px; position: relative;}

.optionBox .list .li .p .m{ width: 90%; margin: auto; padding-top: 24px; font-size: 16px; line-height: 16px; color: #343434; text-align: center;}

.optionBox .list .li .p .em{ width: 50px; height: 1px; background: #D4BAA1; margin: 23px auto 0;}

.optionBox .bots{ color: #343434; opacity: 0.6; line-height: 28px; margin-top: 33px;}

.aboutBox{ background: #F1F1F1; width: 100%;}

.aboutBox .cont{ display: flex; justify-content: space-between;}

.aboutBox .cont .list{ background: #fff; width: 255px; padding: 100px 0 55px 0; position: relative;}

.aboutBox .cont .list::after{ content: ''; width: 3.2rem; height: 100%; position: absolute; top: 0; right: 100%; background: #fff;}

.aboutBox .cont .list .top{ width: 100%; height: 144px; background: #C08F5A url(../images/icon17.png) no-repeat right center; background-size: auto 100%; position: absolute; right: 0; top: -77px; z-index: 5;}

.aboutBox .cont .list .top::after{ content: ''; right: 100%; top: 0; width: 3.2rem; height: 100%; position: absolute; background: #C08F5A;}

.aboutBox .cont .list .top .mk{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: #fff; text-align: center;}

.aboutBox .cont .list .top .mk .h1{ font-size: 34px; line-height: 34px;}

.aboutBox .cont .list .top .mk .p{ font-size: 20px; margin-top: 10px; text-transform: uppercase; opacity: 0.6;}

.aboutBox .cont .list .nav a{ font-size: 16px; color: #343434; line-height: 30px; margin-bottom: 20px; transition: all 0.5s; position: relative;}

.aboutBox .cont .list .nav a::after{ content: ''; width: 4px; height: 4px; border: 2px solid #C08F5A; border-radius: 100%; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); opacity: 0;}

.aboutBox .cont .list .nav a.on{ color: #C08F5A; font-weight: bold;}

.aboutBox .cont .list .nav a:hover{ color: #C08F5A;}

.aboutBox .cont .list .nav a.on::after{ opacity: 1;}

.aboutBoxMax{ overflow: hidden; padding-top: 77px; margin-top: -77px;}

.aboutBox .cont .right{ width: 960px; padding: 64px 0 55px 0;}

.aboutBox .cont .right .tetx{ margin-top: 35px;}

.aboutBox .cont .right .tetx p{ font-size: 15px; line-height: 30px; color: #343434; margin-top: 30px;}

.aboutBox .cont .right .tetx p:first-child{ margin-top: 0;}

.aboutBox .cont .right .tetx p i{ font-weight: bold; color: #C08F5A; font-size: 15px;}

.aboutBox .cont .right .tetx img{ max-width: 100%; margin: 30px auto 0;}

.aboutQiBox .li{ margin-top: 35px; position: relative;}

.aboutQiBox .li .img{ overflow: hidden;}

.aboutQiBox .li .img img{ width: 100%;}

.aboutQiBox .li .ter{ position: absolute; right: 35px; top: 50%; transform: translateY(-50%); width: 380px;}

.aboutQiBox .li .ter .h1{ font-size: 24px; font-weight: bold; color: #232323;}

.aboutQiBox .li .ter .p{ font-size: 20px; line-height: 40px; color: #232323; margin-top: 5px;}

.aboutRong .li{ margin-top: 55px;}

.aboutRong .li:first-child{ margin-top: 0;}

.aboutRong .li .lister{ display: flex; justify-content: flex-start; flex-wrap: wrap;}

.aboutRong .li .lister .sLi{ margin-top: 0.3rem; width: 3.08rem; background: #f5f5f5; margin-right: 0.18rem; transition: all 0.5s;}

.aboutRong .li .lister .sLi:hover{ background: #fff;}

.aboutRong .li .lister .sLi:nth-child(3n){ margin-right: 0;}

.aboutRong .li .lister .sLi a{ padding-top: 0.13rem;}

.aboutRong .li .lister .sLi .img{ width: 2.81rem; height: 2rem; overflow: hidden; position: relative; margin: auto; background: #fff;}

.aboutRong .li .lister .sLi .img img{ max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}

.aboutRong .li .lister .sLi .p{ font-size: 16px; color: #2A2A2A; margin: 18px auto; line-height: 26px; text-align: center; width: 90%;}

.aboutShe{ margin-top: 45px;}

.aboutShe .li{ margin-top: 30px; background: #FAFAFA; position: relative;}

.aboutShe .li:first-child{ margin-top: 0;}

.aboutShe .li i{ display: block; position: absolute; right: 0; bottom: 0; left: 320px; height: 2px;}

.aboutShe .li i::after{ transition: all 0.5s; position: absolute; top: 0; left: 0; width: 0; height: 2px; background: #C08F5A; content: '';}

.aboutShe .li:hover i::after{ width: 100%;}

.aboutShe .li a{ display: flex; justify-content: flex-start;}

.aboutShe .li .img{ width: 3.2rem; height: 1.86rem; overflow: hidden;}

.aboutShe .li .img img{ width: 100%;}

.aboutShe .li .texts{ width: 6.02rem; padding: 0.35rem 0 0 0.23rem;}

.aboutShe .li .texts .h1{ font-size: 18px; font-weight: bold; color: #343434; line-height: 20px; transition: all 0.5s;}

.aboutShe .li:hover .texts .h1{ color: #C08F5A;}

.aboutShe .li .texts .p{ font-size: 0.14rem; line-height: 0.28rem; color: #343434; opacity: 0.8; height: 0.56rem; margin-top: 0.15rem;}

.aboutShe .li .texts .time{ font-size: 13px; line-height: 13px; color: #343434; opacity: 0.5; margin-top: 0.2rem;}

.aboutBox .cont .right .padeing{ margin-top: 40px;}

.jionBox{ padding: 50px 0 90px 0; background: #F1F1F1;}

.jionBox .jionOne{ background: #fff url(../images/ci.jpg) no-repeat right center; background-size: auto 100%; margin-top: 30px;}

.jionBox .jionOne .text{ padding: 35px 33px; width: 695px; font-size: 16px; line-height: 36px; color: #232323;}

.jionBox .jionOne .text i{ display: inline-block; color: #C08F5A; font-weight: bold; font-size: 16px;}

.jionBox .jionTwo{ display: flex; justify-content: flex-start; flex-wrap: wrap; padding-top: 7px;}

.jionBox .jionTwo .li{ width: 4.14rem; height: 104px; background: #F5F5F5; margin-top: 20px; margin-right: 0.19rem; transition: all 0.5s;}

.jionBox .jionTwo .li:hover{ background: #fff;}

.jionBox .jionTwo .li:nth-child(3n){ margin-right: 0;}

.jionBox .jionTwo .li a{ padding: 25px 29px 0 29px;}

.jionBox .jionTwo .li a .h1{ font-size: 18px; color: #232323; line-height: 20px;}

.jionBox .jionTwo .li a .p{ font-size: 14px; color: #C08F5A; line-height: 14px; margin-top: 20px;}

.contactBox{ background: #F1F1F1; padding-bottom: 50px;}

.contactBox .topBox{ width: 100%; height: 269px; margin-top: -77px; position: relative; z-index: 10; background: #fff url(../images/icon22.png) no-repeat right center; background-size: auto 100%;}

.contactBox .topBox .mik{ padding: 35px 75px 0 35px;}

.contactBox .topBox .list{ display: flex; justify-content: space-between; margin-top: 75px;}

.contactBox .topBox .list .li div{ font-size: 15px; line-height: 26px; padding-left: 27px; position: relative;}

.contactBox .topBox .list .li .h1::after{ width: 26px; height: 26px; position: absolute; top: 0; left: 0; content: '';}

.contactBox .topBox .list .li:first-child .h1::after{ background: url(../images/icon18.png) no-repeat center;}

.contactBox .topBox .list .li:nth-child(2) .h1::after{ background: url(../images/icon19.png) no-repeat center;}

.contactBox .topBox .list .li:nth-child(3) .h1::after{ background: url(../images/icon20.png) no-repeat center;}

.contactBox .topBox .list .li:nth-child(4) .h1::after{ background: url(../images/icon21.png) no-repeat center;}

.contactBox .mapBox{ margin-top: 24px; background: #fff; width: 100%; height: 526px; position: relative;}

.contactBox .mapBox .map{ position: absolute; top: 10px; left: 10px; bottom: 10px; right: 10px; overflow: hidden; background: url(../images/map.jpg) no-repeat center; background-size: cover;}

.newsBox{ background: #F1F1F1; padding-bottom: 40px;}

.newsBox .nav{ background: #DEDEDE; display: flex; justify-content: center;}

.newsBox .nav a{ font-size: 18px; color: #232323; width: 156px; line-height: 68px; text-align: center; transition: all 0.5s;}

.newsBox .nav a.on{ background: #F5F5F5; color: #C08F5A;}

.newsBox .nav a:hover{ color: #C08F5A;}

.newsBox .cont{ padding: 50px 0 40px 0;}

.newsBox .cont .form{ margin-top: 34px; border-bottom: 1px solid hsla(0,0%,80%,0.30); display: flex; justify-content: flex-start; flex-wrap: wrap;}

.newsBox .cont .form .li{ width: 402px; margin-bottom: 46px; margin-right: 37px; transition: all 0.5s;}

.newsBox .cont .form .li:nth-child(3n){ margin-right: 0;}

.newsBox .cont .form .li:hover{ background: #F5F5F5;}

.newsBox .cont .form .li .img{ width: 100%; height: 234px; overflow: hidden; position: relative;}

.newsBox .cont .form .li .img img{ width: 100%;}

.newsBox .cont .form .li .img .time{ width: 78px; height: 86px; background: hsla(31,45%,55%,0.85); position: absolute; top: 0; left: 0;}

.newsBox .cont .form .li .img .time .mk{ width: 100%; text-align: center; position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: #fff;}

.newsBox .cont .form .li .img .time .mk .h{ font-size: 40px; line-height: 30px;}

.newsBox .cont .form .li .img .time .mk p{ font-size: 15px; line-height: 15px; opacity: 0.5; margin-top: 8px;}

.newsBox .cont .form .li .p{ font-size: 18px; line-height: 28px; color: #343434; height: 56px; margin: 15px 0 20px 0; transition: all 0.5s;}

.newsBox .cont .form .li:hover .p{ color: #C08F5A;}

.newsBox .cont .form .li .a{ width: 98px; height: 32px; background: #CBCBCB; text-align: center; line-height: 32px; font-size: 12px; text-transform: uppercase; color: #fff; transition: all 0.5s;}

.newsBox .cont .form .li:hover .a{ background: #C08F5A;}

.tradeBox{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 38px; border-bottom: 1px solid hsla(0,0%,80%,0.30); padding-bottom: 20px;}

.tradeBox .li{ width: 603px; height: 521px; margin-bottom: 28px; transition: all 0.5s;}

.tradeBox .li:hover{ background: #fff;}

.tradeBox .li .img{ width: 100%; height: 351px; overflow: hidden; margin: auto; transition: all 0.5s;}

.tradeBox .li:hover .img{ width: 563px; height: 311px;}

.tradeBox .li .img img{ width: 100%;}

.tradeBox .li .text{ padding: 30px 23px 0 70px; transition: all 0.5s;}

.tradeBox .li:hover .text{ padding: 20px 23px 0 70px;}

.tradeBox .li .text .h1{ font-size: 26px; color: #343434; line-height: 26px; position: relative; transition: all 0.5s;}

.tradeBox .li .text .h1::after{ content: ''; width: 58px; height: 2px; background: #B7B7B7; position: absolute; top: 50%; margin-top: -1px; left: -70px; transition: all 0.5s;}

.tradeBox .li:hover .text .h1{ color: #C18F5A;}

.tradeBox .li:hover .text .h1::after{ background: #C18F5A;}

.tradeBox .li .text .p{ font-size: 15px; color: #343434; line-height: 30px; margin-top: 10px;}

.tradeBox .li a{ transition: all 0.5s;}

.tradeBox .li a:hover{ padding-top: 20px;}

.tradeBox2{ border-bottom: none; padding-bottom: 0;}

.tradeBox2 .li{ height: auto;}

.tradeBox2 .li .text .p{ opacity: 0; transition: all 0.5s;}

.tradeBox2 .li:hover .text .p{ opacity: 1;}

.trandeBoxMink{ padding: 36px 0 44px 0; background: #F1F1F1;}

.trandeBoxMink .cont{ display: flex; justify-content: space-between; align-items: flex-start;}

.trandeBoxMink .cont .left{ background: #fff; width: 254px;}

.trandeBoxMink .cont .left .top{ width: 100%; height: 109px; background: #C08F5A url(../images/icon17.png) no-repeat right center; background-size: auto 100%; position: relative;}

.trandeBoxMink .cont .left .top .mk{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; text-align: center; color: #fff;}

.trandeBoxMink .cont .left .top .mk .h1{ font-size: 30px; line-height: 34px;}

.trandeBoxMink .cont .left .top .mk .p{ font-size: 20px; text-transform: uppercase; line-height: 20px; opacity: 0.6; margin-top: 10px;}

.trandeBoxMink .cont .left .nav{ padding: 20px 15px;}

.trandeBoxMink .cont .left .nav .li{ margin-top: 24px;}

.trandeBoxMink .cont .left .nav .li:first-child{ margin-top: 0;}

.trandeBoxMink .cont .left .nav a{ font-size: 14px; color: #343434; line-height: 24px; position: relative; transition: all 0.5s;}

.trandeBoxMink .cont .left .nav a::after{ content: ''; border: 2px solid #C08F5A; border-radius: 100%; width: 4px; height: 4px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: 0;}

.trandeBoxMink .cont .left .nav .li.on a{ color: #C08F5A; font-weight: bold;}

.trandeBoxMink .cont .left .nav .li:hover a{ color: #C08F5A;}

.trandeBoxMink .cont .left .nav .li.on a::after{ opacity: 1;}

.trandeBoxMink .cont .right{ width: 994px;}

.trandeBoxMink .cont .contRight{ background: #fff; padding: 30px 33px;}

.trandeBoxMink .cont .contRight .h2{ font-size: 28px; line-height: 28px; color: #C18F5A; padding-bottom: 18px; border-bottom: 1px solid hsla(0,0%,95%,0.80);}

.trandeBoxMink .cont .contRight .texts .p{ margin-top: 10px; font-size: 15px; line-height: 30px; color: #343434;}

.trandeBoxMink .cont .contRight .texts img{ width: 100%; margin-top: 25px;} 

.trandeBoxMink .cont .contRight .options{ margin-top: 44px;}

.trandeBoxMink .cont .contRight .options .list{ display: flex; justify-content: flex-start; flex-wrap: wrap;}

.trandeBoxMink .cont .contRight .options .list .li{ margin-top: 22px; margin-right: 17px; transition: all 0.5s;}

.trandeBoxMink .cont .contRight .options .list .li:hover{ transform: translateY(-5px);}

.trandeBoxMink .cont .contRight .options .list .li:nth-child(4n){ margin-right: 0;}

.trandeBoxMink .cont .contRight .options .list .li a{ width: 219px; height: 217px; position: relative;}

.trandeBoxMink .cont .contRight .options .list .li a::after{ content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; border: 1px solid #eee;}

.trandeBoxMink .cont .contRight .options .list .li .img{ width: 100%; height: 124px; border-bottom: 1px solid #eee; position: relative;}

.trandeBoxMink .cont .contRight .options .list .li .img img{ max-width: 90%; max-height: 90%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}

.trandeBoxMink .cont .contRight .options .list .li .p{ font-size: 16px; text-align: center; color: #343434; line-height: 16px; padding-top: 25px;}

.trandeBoxMink .cont .contRight .options .list .li .em{ width: 49px; height: 1px; background: #D4BAA1; margin: 22px auto 0;}

.trandeBoxMink .cont .make{ font-size: 14px; color: #343434; line-height: 28px; opacity: 0.58; margin: 25px 5px 0 5px;}

#map{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/*  */

.navCell{ display: none;}

.hearCell{ height: 60px; position: fixed; top: 0; left: 0; right: 0; background: #fff; z-index: 20; padding: 0 15px; box-shadow: 7px 0 11px hsla(0,0%,0%,0.10);}

.hearCell .img{ float: left; height: 40px; padding: 10px 0;}

.hearCell .img a, .hearCell .img a img{ display: block; height: 100%;}

.hearCell .push{ float: right; width: 26px; height: 26px; background: url(../images/nav-cell.png) no-repeat center; background-size: 100% auto; margin: 17px 0;}

.navCell .up{ display: none; width: 100%; height: 100%; background: #000; position: fixed; top: 0; left: 0; z-index: 25; opacity: 0.5;}

.listCell{ width: 160px; position: fixed; top: 0; right: -100%; bottom: 0; z-index: 30; background: #fff; padding: 0 20px; transition: all 0.5s; opacity: 0;}

.listCellTwo{ right: 0; opacity: 1;}

.listCell .img{ height: 36px; padding: 70px 0 20px 0;}

.listCell .sole{ width: 24px; height: 24px; background: url(../images/icon-22.png) no-repeat center; background-size: 100% 100%; position: absolute; top: 15px; right: 15px;}

.listCell .list{ padding: 90px 0 30px 0;}

.listCell .list a{ display: block; font-size: 16px; color: #333; line-height: 30px; transition: all 0.1s;}

.listCell .list .li{ border-bottom: 1px solid #ececec; padding: 10px 0;}

.listCell .lang{ /*display: flex; justify-content: space-between; align-items: center;*/ position: relative;}

.listCell .lang .input{ padding: 0 40px 0 5px; height: 36px; position: relative; border-bottom: 1px solid #eee;}

.listCell .lang .input input{ display: block; width: 100%; height: 36px; border: none;}

.listCell .lang button{ display: block; width: 30px; height: 30px; background: url(../images/icon2s.png) no-repeat center right; background-size: 70% auto; position: absolute; right: 0; top: 50%; transform: translateY(-50%); border: none;}

.listCell .lang .mik{ display: flex; justify-content: flex-start;}

.listCell .lang .mik a{ font-size: 15px; line-height: 30px; color: #666;}

.listCell .lang .mik a:first-child{ margin-right: 20px; position: relative;}

.listCell .lang .mik a:first-child:after{ content: ''; width: 1px; height: 16px; background: #999; position: absolute; right: -10px; top: 50%; transform: translateY(-50%);}

.listCell .lang .searcher a{ width: 30px; height: 30px; background: url(../images/icon2.png) no-repeat center right; background-size: 70% auto;}

.listCell .tel{ font-size: 13px; color: #999; line-height: 30px; padding-left: 25px; background: url(../images/icon1.png) no-repeat left top 7px; background-size: 15px auto;}
.texts i {font-weight: bold;color: #C08F5A;}
.title .nav .li .mk{display: none;position: absolute;right: 0;min-width: 90%;top: 30px;background: #F3F3F3;border-radius: 2px;padding: 0 80px;line-height: 48px;justify-content: flex-start;}










#map div div{text-indent: -99999px;}


























