﻿/*初始化*/
*{padding:0;margin:0;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html, body{width: 100%;height: auto;min-height: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
body{font-family:"Segoe UI",Arial, Helvetica, sans-serif;font-size:16px;color: #666;background: #fff;}
input,button{-webkit-appearance:none;border-radius: 0;}
a,a:hover,a:focus{text-decoration: none;}
textarea{resize: none;overflow: auto;}
input,button,textarea,select{border: 0;background:transparent;font-family: inherit;}
img{border: 0;vertical-align: top;}
table{margin:auto; height:auto;margin:0;padding:0; }
body , div , dl , dt , dd , ul , ol , li , pre , form , fieldset , input , textarea , p , blockquote , th , td,i {margin:0; padding:0;}
img {border:0px; vertical-align:middle;}
i , em{ font-style:normal;}
ul,dl,dt,dd,li,p,section{Margin:0px;Padding:0px;list-style:none}
h1,h2,h3,h4,h5,h6{ font-size:14px;margin:0;padding:0;font-weight:normal;}
/* placeholder修改 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{/* WebKit, Blink, Edge */color: #999 !important;}
input:-moz-placeholder, textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */color: #999 !important;opacity: 1;}
input::-moz-placeholder, textarea::-moz-placeholder{/* Mozilla Firefox 19+ */color: #999 !important;opacity: 1;}
input::-ms-input-placeholder,textarea::-ms-input-placeholder{/* Internet Explorer 10-11 */color: #999 !important;}
select{-webkit-box-sizing: border-box;box-sizing: border-box;white-space: nowrap;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::-ms-expand{display: none;}
a:link,a:visited,a:active {color: #333; text-decoration: none;}
a:hover {color: #f60;text-decoration:none;}

.clear:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clear{zoom: 1;}/* 触发 hasLayout */ 
.clearboth{clear:both; visibility:hidden}/*系统预设*/
.fr{float: right;display:inline;}
.fl{float: left;display:inline;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.f01{ color: #c00;}
.f02{ color: #323c55;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
/*圆角5px*/
.radius5{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;}
/*圆角10px*/
.radius10{-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px; overflow: hidden;}
/*图片变大*/
.tra{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);filter:scale(1.05);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
/*透明度50%*/
.opacity5{filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;}
.shadow1{-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;-moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;-ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;-o-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;}
.shadow2{transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;}
.shadow2:hover{-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;-moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;-ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;-o-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;}
/*投影*/
.shadow10{-webkit-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;-moz-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;-ms-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;-o-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;}
/*图片居中*/
.center{-webkit-align-items:center;display:-webkit-flex;-webkit-justify-content:star;}
/*图片居中2*/
.vertical{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-moz-flex;display:-ms-flexbox;display:flex;/* 水平居中*/
-webkit-box-align:center;-moz-box-align:center;-ms-flex-pack:center;/* IE 10 */
-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
/* 垂直居中 */
-webkit-box-pack:center;-ms-flex-align:center;-moz-box-pack:center;/* IE 10 */
-webkit-align-items:center;-moz-align-items:center;align-items:center;}
/*图片翻转*/
.flip{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);transition:all 0.3s ease;-webkit-transform:all 0.3s ease;}
.flip:hover{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg);transition:all 0.3s ease;-webkit-transform:all 0.3s ease;cursor:pointer;}



.pics{position: relative;width: 100%;background-color: #fff;text-align: center;overflow: hidden;-webkit-transition:all 0.7s ease;transition:all 0.7s ease;}
.pics img{ width:100%; position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}


.pages {text-align:center; width:100%;margin:50px 0 50px 0; float:right;}
.pages a{width: 40px; height: 40px; line-height: 40px; display: inline-block; text-align: center; background: #fff; color: #333333; border: 1px solid #dcdcdc;margin-left: -1px;}
.pages a:hover{background: #dee2e6; color: #333; border: 1px solid #dcdcdc;}
.pages .page-num-current{background: #ECAE3D; color: #fff; border: 1px solid #ECAE3D;display: inline-block;width: 40px; height: 40px; line-height: 40px;margin-left: -1px;}
.pages .page-num-current:hover{background: #ECAE3D; color: #fff; border: 1px solid #ECAE3D;}
.pages .prev,.pages .next{ width: 80px;}
.pages .shouwei{ width: 80px;}
.page-num:not(:disabled){cursor: pointer;}
.page-num{width: 40px; height: 40px; line-height: 40px; display: inline-block; text-align: center;border: 1px solid #dcdcdc;margin-left: -1px;}

.tit1{ margin-bottom:60px; text-align:center;}
.tit1 strong{  color:#333;font-size:36px; display:block; font-weight:normal; line-height:1;}
.tit1 em{ font-size: 14px; color: #e6e8e8 line-height:1.875; display:block; width:70%; margin:15px auto 0 auto;text-transform:uppercase; font-family: Georgia;}

.imgh:hover .img-box img,
.img-box .imgh:hover img,
.img-box.imgh:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.vmd {
  display: inline-block;
  vertical-align: middle;
}

.container{margin:auto;position:relative;max-width:1400px;}

.erduan {display:flex;flex-direction:row;justify-content:space-between;align-content:center;align-items:center;}
.head_nav .container{width:100%;max-width:1920px; padding: 0 2%;}
.head_nav{ position:fixed;left:0px;top:0px;right:0px;width: 100%;z-index:100;transition: all .3s;background:rgba(255,255,255,0.0);border-bottom:1px solid rgba(255,255,255,.2);}
.head_nav.cur{position: fixed; left: 0px; top: 0px; width: 100%; z-index: 9999999;;background:rgba(255,255,255,1); box-shadow: 0px 0px 10px rgba(0,0,0,0.2);}
.head_nav .container{height: 80px;}
.head_nav .logo{height:60px; width:auto; margin-right: 1%;}
.head_nav .logo img{ height:60px; width:auto; display:block;transition: all .3s;}
.head_nav .logo .img1{ display:block;}
.head_nav .logo .img2{ display:none;}

.cur .nav li>a{font-size:18px; line-height:35px; display: block; color: #333;}
.cur .nav li.cur>a{ color: #7FBC03;}
.cur .nav li:hover:before{ content: ""; position: absolute; left: 50%; top: 41px; margin:0 0 0 -2.5px; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top:5px solid #7FBC03; transition: 0.3s; -webkit-transition: 0.3s; opacity: 1; visibility: visible\9;}
.cur .nav li:hover>a{color:#7FBC03; }
.cur .logo .img1{ display:none;}
.cur .logo .img2{ display:block;}

.nav{width:80%; text-align: right;}
.nav li{position:relative; padding:0 25px; display: inline-block;}
.nav li>a{font-size:18px; line-height:35px; display: block; color: #fff;}
.nav li.cur>a{ color: #fff;}
.nav li:hover:before{ content: ""; position: absolute; left: 50%; top: 41px; margin:0 0 0 -2.5px; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top:5px solid #fff; transition: 0.3s; -webkit-transition: 0.3s; opacity: 1; visibility: visible\9;}
.nav li:hover>a{color:#fff; }
.navdown{position: absolute; left:50%; transform: translate(-50%,0);top:60px;width:200px; text-align: left; font-size:16px; z-index: 99; display: none; background: #fff url('../images/navbg.jpg') no-repeat; box-shadow: 0 0 10px rgba(253, 124, 46, 0.3); background-position: bottom left; background-size: cover; padding: 20px 10px; border-radius: 10px; opacity: 1; visibility: visible\9; }
.navdown a{display: block; padding: 12px 0px 12px 60px; background: url("../images/you01.png") no-repeat 40px center; background-size: 6px auto}

.navdown a:hover{background: url("../images/you02.png") no-repeat 40px center; background-size: 6px auto;color: #fd7c2e;}

.navdownbox{ background:#fff;  position: relative;padding:0 20px 0px; border-bottom-left-radius: 10px;border-bottom-right-radius: 10px; text-align: left}
.nav-btnbox { }

.kong_box{ margin: auto; width: 100%; height:85px;}

/*.nav li .dwon_default{display: none; padding-top: 0.2rem; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);}
.nav li .dwon_default .ul{position: relative; width: 2.2rem; background: url('../images/navbg.jpg') no-repeat; box-shadow: 0 0 10px rgba(253, 124, 46, 0.3); background-position: bottom left; background-size: cover; padding: 0.36rem 0.3rem; border-radius: 0.1rem; display: grid; gap: 0.16rem;}
.nav li .dwon_default .ul::before{content: ''; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); border: 0.06rem solid transparent; border-bottom-color: #fff;}
.nav li .dwon_default .ul a{display: flex; flex-wrap: wrap;flex: 1; transition: 0.4s; padding-left: 0.12rem; color: #666;}
.nav li .dwon_default .ul a:hover{opacity: 1;color: #fd7c2e;}*/



.iBanner{}
.iBanner .img img{ height:100vh; display:block;}
.iBanner .swiperDots{ display:block; bottom:0px;}
.iBanner .swiperDots span{ height:50px; width:35px; background:none !important; position:relative; box-shadow:none;border-radius: 10px;}
.iBanner .swiperDots span:before{ content:''; width:100%; height:10px; position:absolute; left:0px; top:3px; right:0px; background:#fff;border-radius: 10px;}
.iBanner .swiperDots span:after{ content:''; width:0%; height:10px; position:absolute; left:0px; top:3px; background:#fd7c2e;border-radius: 10px;}
.iBanner .swiperDots span.swiper-pagination-bullet-active{ width:75px;}
.iBanner .swiperDots span.swiper-pagination-bullet-active:after{ width:100%; transition:width linear 8000ms;}
.iBanner .swiperDots:hover span:before,
.iBanner .swiperDots:hover span:after{ height:3px; top:0px;}
.iBanner .swiperArrow{ display:block; color:#fff;}
.iBanner .swiperPrev{ left:50px;}
.iBanner .swiperNext{ right:50px;}
.iBanner .swiperArrow:hover{ color:#4c87ff;}

.pageNext{ position:absolute; right:140px; bottom:40px; z-index:2; cursor:pointer; width:25px; height:40px; display:none;}
.pageNext .pd{ position:relative; width:21px; height:36px; border:2px solid #fff; border-radius:12px;}
.pageNext span{ width:3px; height:3px; border-radius:1.5px; position:absolute; left:50%; top:50%; background:#fff; margin-left:-1.5px; transition:1s all ease;}
.pageNext span:nth-child(1){ margin-top:-3px;}
.pageNext span:nth-child(2){ margin-top:5px;}
.pageNext span:nth-child(3){ margin-top:-11px;}
.pageNext span.curr{ height:7px; transform:translateY(-2px);}

.c-text-box{position: absolute; bottom: 0; left: 0; padding: 50px; width: 100%;}
.c-text-box .c-more{position: relative; margin-bottom: 50px; width: 40px; height: 40px; background: #fff; border-radius: 20px; overflow: hidden; transition: .5s;}
.indproduct .swiper-slide:hover .c-text-box .c-more{width: 150px;}
.c-text-box .c-more .c-text{padding-left: 22px; font-size: 12px; line-height: 40px; color: #631C82; white-space: nowrap;}
.c-text-box .c-more .c-add{position: absolute; top: 0; right: 0; width: 40px; height: 40px; border-radius: 50%; background: #fff; transition: .5s;}
.indproduct .swiper-slide:hover .c-text-box .c-more .c-add{-webkit-transform: rotate(360deg); transform: rotate(360deg);}
.c-text-box .c-more .c-add::before,.c-text-box .c-more .c-add::after{content: ""; position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -6px; width: 12px; height: 2px; background: #631C82;}
.c-text-box .c-more .c-add::after{-webkit-transform: rotate(90deg); transform: rotate(90deg);}
.c-text-box .c-title{font-size: 28px; line-height: 38px; color: #fff;}
.c-text-box .c-subtitle{font-size: 20px; line-height: 30px; color: #fff;}


.company_profile{z-index:0; position: relative; margin-top:0px; overflow: hidden; padding:60px 0 60px; background: url('../images/bg_aboutus.gif') no-repeat center top; background-size: cover;}
.company_profile .co_bot{margin-top: 50px;}
.company_profile .co_bot .le_box{width: 55%; margin-top: 0.7rem; padding-right: 5%;}
.company_profile .co_bot .le_box .content1 p{transition: 0.4s; font-size: 26px; cursor: pointer; position: relative; padding-bottom: 0.2rem; margin-right: 0.5rem;}
.company_profile .co_bot .le_box .content1 p:last-child{margin-right: 0;}
.company_profile .co_bot .le_box .content1 p::before{transition: 0.4s; content: ''; position: absolute; bottom: 0; left: 0; width: 0%; height: 0.05rem; background: #fd7c2e;}
.company_profile .co_bot .le_box .content1 p.active{color: #fd7c2e;}
.company_profile .co_bot .le_box .content1 p.active::before{width: 100%;}
.company_profile .co_bot .le_box .content2{margin-top: 0.48rem; font-size: 18px;}
.company_profile .co_bot .le_box .content2 div{display: none; height: auto; overflow: auto; padding-right: 0.1rem; line-height: 35px;}
.company_profile .co_bot .le_box .content2 div::-webkit-scrollbar{width: 2px; height: 2px;}
.company_profile .co_bot .le_box .content2 div::-webkit-scrollbar-thumb{background: #fd7c2e;}
.company_profile .co_bot .le_box .content2 div::-webkit-scrollbar-track{background: rgba(253, 124, 46, 0.3);}
.company_profile .co_bot .le_box .content2 div.active{display: block;}
.company_profile .co_bot .le_box .content2 div p{color: #333; line-height: 0.38rem;}
.company_profile .co_bot .ri_box{width: 45%;}
.company_profile .co_bot .ri_box .box{display: none;position: relative; width: 100%; overflow: hidden;}
.company_profile .co_bot .ri_box .box.active{display: block;}
.company_profile .co_bot .ri_box .box img{width: 100%; border-radius: 0.3rem;}

.pu_title .t1 {font-family: "AileronBlack";color: #7fbc03; font-size: 40px;}
.pu_title .t2 {font-size: 48px;margin-top: 0.1rem;color: #000;}
.pu_title.cen{text-align: center;}

.df {display: flex;flex-wrap: wrap;}
.jc {justify-content: center;}


.g1_top_cont{width: 100%;background: url('../images/bg_product.jpg') no-repeat center top; background-size: cover; padding: 60px 0 80px 0;}
.g1_top_cont .index_h3 h3{font-size: 46px;}
.g1_top_cont .index_h3 p{margin-top: 10px;font-size: 24px;color: rgba(51, 51, 51, 1);}
.g1_top_cont .g1_top_list{width: 100%;display: flex;align-items: center;justify-content: center;margin-top: 40px;}
.g1_top_cont .g1_top_list ul li{float: left;margin: 0 45px;display: flex;align-items: center;flex-direction: column;}
.g1_top_cont .g1_top_list ul li .icoN_img{width: 100px;height: 100px;line-height: 100px;text-align: center;background: #F08300;border-radius: 50%;overflow: hidden;}
.g1_top_cont .g1_top_list ul li i{font-size: 60px; color: #fff;}
.g1_top_cont .g1_top_list ul li p{font-size: 20px;color: #333333;line-height: 36px;text-align: center;margin-top: 28px;}
.g1_top_cont .pu_title{text-align: center;}

.G_cor_swiper{width: 100%;margin-top: 60px;}
.G_cor_swiper{position: relative;}
.G_cor_swiper .img{width: 100%; z-index: 100; background: #ccc;}


.G_cor_swiper .text_hover{position: absolute;bottom: 0;left: 0;width: 100%;padding: 0 200px 30px 50px;opacity: 0;visibility: hidden;transition: all .4s;}
.G_cor_swiper .text_hover h3{font-size: 30px;font-weight: 600;color: #FFFFFF;line-height: 36px;margin-bottom: 10px;}

.G_cor_swiper .text_hover p{font-size: 16px;color: #FFFFFF;line-height: 25px;}
.G_cor_swiper .swiper-slide::before{position: absolute;top: 0;left: 0;width: 100%;background: rgba(0, 0, 0, 0.7);content: "";height: 100%;transition: all .4s;}
.G_cor_swiper .swiper-slide.swiper-slide-active .text_hover{opacity: 1;visibility: visible;}
.G_cor_swiper .swiper-slide.swiper-slide-active::before{background: rgba(0, 0, 0, 0);}
.G_cor_prev,
.G_cor_next{cursor: pointer;position: absolute;top: 50%;transform: translateY(-50%);z-index: 1;}

.G_cor_prev i,
.G_cor_next i{color: #fff;font-size: 60px;font-weight: 400;}
.G_cor_next{right: 8%;}
.G_cor_prev{left: 8%;}





/*内页*/

.footp100{padding:50px 0 80px; position: relative; z-index: 0; background:#FEF0E7 url('../images/bg_product2.jpg') no-repeat center bottom; background-size: 100% auto;}
.footp100c{padding:0 0 80px; position: relative; z-index: 0; background:#FEF0E7 url('../images/bg_product2.jpg') no-repeat center bottom; background-size: 100% auto;}
.footp100b{padding:0px 0 80px; position: relative; z-index: 0;}
.index_h3 {
	width: 100%;
}

.index_h3 h3 {
	font-size: 36px;
	font-weight: 600;
	color: #111111;
	text-align: center;
}

.index_h3 p {
	font-size: 18px;
	color: #666666;
	line-height: 36px;
	text-align: center;
	margin-top: 22px;
}



.nbanner_box{height:600px; background-position: center; background-repeat: no-repeat; position:relative;background-color:rgba(0,0,0,0.2);}
.banner_1{ background-image:url(../images/banner_aboutus.jpg)}
.banner_2{ background-image:url(../images/banner_creative.jpg)}
.banner_5{ background-image:url(../images/banner_product.jpg)}
.banner_24{ background-image:url(../images/banner_news.jpg)}
.banner_11{ background-image:url(../images/banner_contact.jpg)}


.nbanner_box .textContent{top:40%;color:#fff;position:relative;transform:none;left:0; z-index: 100;}
.nbanner_box .title{font-size:calc(56/16 * 1em);}
.nbanner_box .current{font-family:'SourceHanSansCN-Regular';padding:15px 0;font-size:0.875em;}
.nbanner_box .current span{font-family:\5B8B\4F53; padding: 0 5px;}
.nbanner_box .current a{color:#fff;}

.nbanner_pNav{ border-bottom:1px solid #f0f0f0; text-align:center; height:auto; background: #f3f3f3;box-shadow:0px 0px 10px 0 rgba(0,0,0,0.15); position: relative; z-index: 2;}
.nbanner_box_nav{}
.nbanner_box_nav>a{padding:0;position: relative; height:100px; line-height:100px; font-size: 22px; color:#7a7a7a; margin-right: 45px; display: inline-block; float: left;}
.nbanner_box_nav>a:before{width:100%;left:0%; bottom: 0; background-color:none;position:absolute;content:'';height:2px;}
.nbanner_box_nav>a:last-child{margin-right: 0;}
.nbanner_box_nav>a:hover{color: #272727;font-weight:bold;}
.nbanner_box_nav>a:hover:before{background-color:#216355; }
.nbanner_box_nav .cur{color: #272727;font-weight:bold;}
.nbanner_box_nav .cur:before{width:100%;left:0%; bottom: 0; background-color:#216355;position:absolute;content:'';height:2px;}

.e1_emahr_cont{width: 100%;overflow: hidden; padding-top: 80px;}
.e1_emahr_cont .e1_aboput{width: 100%;overflow: hidden;margin-bottom: 80px;}
.e1_emahr_cont .e1_aboput .e1_about_left{width: 50%;float: left;}
.e1_emahr_cont .e1_aboput .e1_about_left h3{color: rgba(0, 0, 0, 0);font-size: 42px;-webkit-text-fill-color: transparent;-webkit-text-stroke: 1px #000;font-family: FuturaLT;}
.e1_emahr_cont .e1_aboput .e1_about_left h4{font-size: 48px;font-family: FuturaLT;font-weight: bold;color: #111111;line-height: 60px;text-transform: uppercase;margin-bottom: 10px;}
.e1_emahr_cont .e1_aboput .ban_nav_right{width: 50%;float: left;}
.e1_emahr_cont .e1_aboput .e1_about_left .img{width: 100%;}
.e1_emahr_cont .e1_aboput .e1_about_left .img img{width: 94px;margin-left: -22px;}
.e1_emahr_cont .e1_aboput .e1_about_right{width: 50%;float: left;font-size: 16px;color: #333333;line-height: 34px;}
.e1_about_list{width: 100%;}
.e1_about_list.pt50{padding: 60px 0;}
.e1_about_list ul li{width: 50%;float: left;position: relative;}
.e1_about_list ul li .img_t{width: 100%;overflow: hidden;}
.e1_about_list ul li .img_t img{width: 100%;transition: all .4s;}
.e1_about_list ul li .img_hover{position: absolute;top: 0;left: 0;width: 50%;height: 100%;/* background: rgba(0, 0, 0, 0.7);*/background: rgba(240, 131, 0, 0.85);padding: 30px 30px 0 30px;transition: all .4s;}
.e1_about_list ul li .img_hover i{font-size: 50px; display: block;color: #fff; margin-bottom: 20px;position: relative;transition: all .4s;}
.e1_about_list ul li .img_hover .img_tit{width: 100%;}
.e1_about_list ul li .img_hover .img_tit h3{font-size: 24px;font-weight: 600;color: #FFFFFF;line-height: 36px;position: relative;padding-bottom: 20px;margin-bottom: 20px;}
.e1_about_list ul li:nth-child(3) .img_hover .img_tit h3,
.e1_about_list ul li:nth-child(4) .img_hover .img_tit h3{padding: 0;margin: 0;}
.e1_about_list ul li .img_hover .img_tit h3::before{position: absolute;bottom: 0;left: 0;width: 45px;height: 2px;background: #FFFFFF;content: "";}
.e1_about_list ul li .img_hover .img_tit .tit{width: 100%;font-size: 16px;color: #FFFFFF;line-height: 32px;}
.e1_about_list ul li:nth-child(3) .img_hover,
.e1_about_list ul li:nth-child(4) .img_hover{width: 100%;background: rgba(0, 0, 0, 0.2);display: flex;align-items: center;flex-direction: column;justify-content: center;padding-top: 0;}
.e1_about_list ul li:nth-child(3) .img_hover .img_tit h3,
.e1_about_list ul li:nth-child(4) .img_hover .img_tit h3{text-align: center;}
.e1_about_list ul li:nth-child(3) .img_hover .img_tit h3::before,
.e1_about_list ul li:nth-child(4) .img_hover .img_tit h3::before{left: 50%;transform: translateX(-50%);width: 0;}


.index_news{width: 100%;position: relative;z-index: 1;}
.index_news .img_hove{position: absolute;top: 13%;left: 0;z-index: -1;width: 92%;}
.index_news .index_h3{width: 100%;display: flex;justify-content: space-between;margin-bottom: 68px;}
.index_news .index_h3{align-items: center;}
.index_news .index_h3 a{width: 160px;height: 52px;border: 1px solid #111111;font-size: 16px;color: #111111;line-height: 36px;display: flex;align-items: center;justify-content: center;transition: all .4s;}
.index_news_cont{width: 100%;}
.news_swiper{width: 87.5%;float: right;}
.news_swiper .swiper-slide a{display: inline-block;width: 100%;}
.news_swiper .swiper-slide a .img{width: 100%;overflow: hidden;position: relative;}
.news_swiper .swiper-slide a .img .pics{height:350px;}

.news_swiper .swiper-slide a .img .img_tex{position: absolute;bottom: 0;right: 0;background: rgba(0, 0, 0, 0.5);padding: 12px 18px;}
.news_swiper .swiper-slide a .img .img_tex p{font-size: 16px;color: #FFFFFF;}
.news_swiper .swiper-slide a .img_text{width: 100%;padding-top: 60px;padding-right: 100px;}
.news_swiper .swiper-slide a .img_text h3{font-size: 22px;color: #111111;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .4s;}
.news_swiper .swiper-slide a .img_text p{font-size: 16px;color: #666666;line-height: 30px;margin-top: 24px;height: 60px;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news_swiper .swiper-slide a .img_text .date{margin-top: 50px;}
.news_swiper .swiper-slide a .img_text .date strong{font-size: 36px;font-family: FuturaLT;font-weight: bold;color: #000000;position: relative;top: 1px;}
.news_swiper .swiper-slide a .img_text .date i{font-size: 16px;font-family: FuturaLT;color: #999999;margin: 0 4px;}
.news_swiper .swiper-slide a .img_text .date span{font-size: 16px;font-family: FuturaLT;font-weight: bold;color: #999999;}
.index_news_cont{position: relative;}
.nes_contsds{position: absolute;top: 40%;left: 10.4%;transform: translateY(-40%);display: flex;align-items: center;justify-content: center;width: 80px;height: 80px;background: rgba(0, 0, 0, 0.4);border-radius: 50%;z-index: 1;cursor: url(../images/icoN_shou.png), auto;transition: all .4s;}
.nes_contsds .index_news_prev,
.nes_contsds .index_news_next{width: 50%;height: 100%;color: #fff;display: flex;align-items: center;justify-content: center;cursor: pointer;cursor: url(../images/icoN_shou.png), auto;transition: all .4s;}

.e1_news_index .index_h3 {
	margin-bottom: 50px;
}

.RighInfo003141{font-family:'SourceHanSansCN-Regular';}
.RighInfo003141 .auto{padding-bottom:2em;}
.RighInfo003141 .intro{padding-top:40px;margin-bottom:calc(65/16 * 1em);}
.RighInfo003141 .intro .title{font-weight:bold;font-size:calc(48/16 * 1em);color:#000;}
.RighInfo003141 .intro .info{width: 48%;}
.RighInfo003141 .intro .info aside{margin-top:50px;line-height:2.5;font-size:calc(20/16 * 1em);color:#000;font-weight:bold;}
.RighInfo003141 .intro .info p{line-height:2;margin:0;}
.RighInfo003141 .plate dd{margin-bottom:2.8565%;position:relative;overflow:hidden; width: 31.33%; float: left; margin-right: 3%;}
.RighInfo003141 .plate dd:last-child{ margin-right: 0;}
.RighInfo003141 .plate dd img{transition:.3s;}
.RighInfo003141 .plate dd:hover img{transform:scale(1.1);}
.RighInfo003141 .plate dd .txt{text-align:center;position:absolute;z-index:2;box-shadow:0px 0.625em 4.375em rgba(0,0,0,0.05);top:75%;left:0%;right:0;margin:0 auto;width:96%;}
.RighInfo003141 .plate dd .mask{z-index:1;display:block;position:absolute;width:100%;height:100%;background-color:#000;opacity:.3;top:0;}
.RighInfo003141 .plate dd .txt aside{font-size:calc(32/16 * 1em);color:#8bbb2d;line-height:2.2;}
.RighInfo003141 .plate dd .txt p{font-size:calc(18/16 * 1em);color:#fff;margin:0;line-height:2;}
.RighInfo003141 .intro .img{overflow:hidden; width: 48%;}
.RighInfo003141 .intro .img img{transition:.3s; width: 100%;}
.RighInfo003141 .intro .img:hover img{transform:scale(1.1);}

.org_box{padding: 100px 0; text-align: center;}



.honorlsit ul li{width: 23.5%;float: left;margin-right: 2%; margin-bottom: 2%;}
.honorlsit ul li:nth-child(4n){margin-right: 0;}
.honorlsit ul li .li-box{display: block; position: relative;background: #ffffff;border-radius: 10px;}
.honorlsit ul li .li-box::after{content: '';display: block;position: absolute;left: 0;top: 0;border-radius: 10px;width: 100%;height: 100%;border: 1px solid #895813;opacity: 0;pointer-events: none;transition: all 0.3s;}
.honorlsit ul li .li-box .img-box-div{padding: 42px 25px;}
.honorlsit ul li .li-box .img-box{margin: 0 auto;width: 220px;max-width: 100%;}
.honorlsit ul li .li-box .img-box img{width: 100%;}
.honorlsit ul li .li-box .img-box::before{padding-top: 134.09%;}
.honorlsit ul li .li-box .title{border-radius: 0 0 10px 10px;background-color: #b3b3b3;padding: 0.65em 1em;text-align: center;font-size: 18px;line-height: 1.4em;color: #ffffff;transition: all 0.3s;}
.honorlsit ul li .li-box:hover::after{opacity: 1;}
.honorlsit ul li .li-box:hover .title{background: #895813;}

.RAndD-list{}
.RAndD-list.type-a .RAndD-li .text-cont{padding-top: 0;}
.RAndD-list .RAndD-li{position: relative;overflow: hidden;}
.RAndD-list .RAndD-li:nth-child(2n+1){padding-top: 120px;padding-bottom: 60px;}
.RAndD-list .RAndD-li:nth-child(2n+2){padding-bottom: 110px;}
.RAndD-list .RAndD-li:nth-child(2n+2)::before{content: '';display: block;position: absolute;left: 0;bottom: 0;width: 100%;height: calc(100% - 90px);background: #FEF0E7;}
.RAndD-list .RAndD-li:nth-child(2n+2) .text-cont{float: right;margin-top: 100px;}
.RAndD-list .RAndD-li:nth-child(2n+2) .img-cont{float: left;  }
.RAndD-list .RAndD-li .container{align-items: flex-start;flex-wrap: wrap;}
.RAndD-list .RAndD-li .text-cont{position: relative;width: 49%;float: left; padding: 65px 0 25px;font-size: 16px;line-height: 2em;color: #666666;}
.RAndD-list .RAndD-li .text-cont .pu_title .t1{ color: #895813; margin-bottom: 25px;}
.RAndD-list .RAndD-li .text-cont .cont{margin-top: 30px;}
.RAndD-list .RAndD-li .text-cont .cont p + p{margin-top: 1.6em;}
.RAndD-list .RAndD-li .text-cont .cont img{ width: 100%; height: auto; padding: 10px; background: #fff; border-radius: 10px; margin-top: 30px;}
.RAndD-list .RAndD-li .img-cont{position: relative;width: 45%; float: right;}
.RAndD-list .RAndD-li .img-cont .img-box{border-radius: 10px;}
.RAndD-list .RAndD-li .img-cont img{border-radius: 10px; width: 100%;}

.img-box.auto-img img {
  position: static;
  height: auto;
}


.equipment_list{ width:100%; margin-top: 50px; padding-bottom: 50px;}
.equipment_list ul li{display: block;width:23.5%;position:relative; margin:0 2% 2% 0; float:left;border: 1px solid #f1f1f1; background:#fff; padding:10px; border-radius: 10px;}
.equipment_list ul li:nth-child(4n){margin-right:0px;}
.equipment_list ul li h3{width:100%; padding:15px 10px 5px 10px;text-align:center; white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.equipment_img .pics{ height:205px;}




.news_list_cont{width: 100%;/* overflow: hidden;*/margin-top:80px;padding-bottom: 100px;}
.news_list_cont ul li{width: 31.8%;float: left;background: #FEF0E7;box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.06);margin-right: 2.3%;margin-top: 60px;}
.news_list_cont ul li:nth-child(1),
.news_list_cont ul li:nth-child(2),
.news_list_cont ul li:nth-child(3){margin-top: 0;}
.news_list_cont ul li:nth-child(3n){margin-right: 0;}
.news_list_cont ul li .img{width: 100%;overflow: hidden;}
.news_list_cont ul li .img .pics{ height: 350px; transition: all .4s;}
.news_list_cont ul li .text{width: 100%;padding: 49px 58px 58px 60px;}
.news_list_cont ul li .text h3{font-size: 22px;font-weight: 600;color: #111111;line-height: 30px;margin-bottom: 20px;transition: all .4s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news_list_cont ul li .text p{font-size: 16px;color: #666666;line-height: 30px;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 60px;}
.news_list_cont ul li .text .date{width: 100%;display: flex;align-items: flex-end;margin-top: 30px;}
.news_list_cont ul li .text .date strong{font-size: 36px;font-weight: bold;color: #000000;line-height: 36px;}
.news_list_cont ul li .text .date span{font-size: 16px;font-weight: bold;color: #999999;}

.e3_news_det{width: 100%;}
.e3_nre_cont{width: 100%;background: #FFFFFF;box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.08);position: relative;overflow: hidden;display: flex;align-items: stretch;}
.e3_nre_cont .e3_ner_left{width: calc(100% - 450px);float: left;padding: 50px 100px 100px 100px;}
.e3_nre_cont .e3_ner_right{width: 450px;float: left;}
.e3_nre_cont .e3_ner_left .e3_title{margin-top: 40px;width: 100%;padding-bottom: 30px;margin-bottom: 30px;position: relative;border-bottom: 1px solid #ddd;}
.e3_nre_cont .e3_ner_left .e3_title h3{font-size: 32px;font-weight: 600;color: #111111;line-height: 40px;margin-bottom: 20px;}
.e3_nre_cont .e3_ner_left .e3_title p{font-size: 16px;color: #666666;line-height: 38px;}
.e3_nre_cont .e3_ner_left .e3_title p span{margin-right: 40px;}
.e3_delie_cont{width: 100%;font-size: 16px;color: #333333;line-height: 36px;}
.e3_delie_cont img{max-width: 100%;/* margin: 58px 0;*/height: auto !important;}
.e3_delie_cont p{ padding-bottom:15px;line-height:30px; text-indent: 2em;}
.e3_delie_cont iframe,
.e3_delie_cont video,
.e3_delie_cont embed{display: block; text-align:center;padding:2px; border:1px solid #ddd; margin:15px 0; max-width: 100%;}
.e3_delie_cont a{}
.e3_delie_cont strong{}
.e3_delie_cont video{ height: 479px; background: #000;}
.e3_delie_cont img{display:flex; text-align:center;padding:2px; border:1px solid #ddd; margin:15px auto;max-width: 100%;text-indent:0;}
.e3_delie_cont.imgno img{padding:0; border:0 solid #ddd;}
.e3_nre_cont .e3_ner_right{width: 450px;background: #F8F8F8;padding: 50px;}
.e3_nre_cont .e3_ner_right h3.tot{font-size: 30px;font-weight: 600;color: #111111;line-height: 38px;margin-bottom: 30px;}
.e3_nre_cont .e3_ner_right .list-tiot{width: 100%;}
.e3_nre_cont .e3_ner_right .list-tiot ul li{width: 100%;padding: 39px 0;overflow: hidden;border-bottom: 1px solid #E5E5E5;}
.e3_nre_cont .e3_ner_right .list-tiot ul li:first-child{padding-top: 0;}
.e3_nre_cont .e3_ner_right .list-tiot ul li .title{width: calc(100% - 150px);float: left;padding-right: 32px;}
.e3_nre_cont .e3_ner_right .list-tiot ul li .title h3{font-size: 18px;color: #333333;line-height: 28px;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 56px;margin-bottom: 10px;transition: all .4s;}
.e3_nre_cont .e3_ner_right .list-tiot ul li .title p{font-size: 16px;color: #888888;line-height: 28px;}
.e3_nre_cont .e3_ner_right .list-tiot ul li .img{width: 150px;float: left;overflow: hidden;}
.e3_nre_cont .e3_ner_right .list-tiot ul li .img img{width: 100%;transition: all .4s;}

.plist-tiot{width: 100%; text-align: center;}
.plist-tiot ul li{width: 48%;overflow: hidden;float: left; margin-right: 4%; margin-bottom:4%; background: #fff; padding: 3%;border-radius: 3%;}
.plist-tiot ul li:nth-child(2n){margin-right:0px;}
.plist-tiot ul li .title{font-size: 14px; width: 100%; overflow: hidden;height: 35px;line-height: 35px; text-align: center; color: #000; overflow: hidden;}
.plist-tiot ul li .img{width: 100%;float: left;overflow: hidden;margin-bottom:10px; border-radius: 5%;  }
.plist-tiot ul li .img img{width: 100%;transition: all .4s;}


.product_list{ width:100%; margin-top:70px;}
.product_list ul li{display: block;width:23.5%;position:relative; margin:0 2% 2% 0; float:left;border: 1px solid #f1f1f1; background:#fff; padding: 10px 10px 20px;box-shadow: 3px 3px rgba(0,0,0,.02); text-align: center;}
.product_list ul li:nth-child(4n){margin-right:0px;}
.product_list ul li a h3{width:100%; margin-top: 10px; padding:10px;font-size:16px; color:#333;transition:all 500ms ease; white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.product_list ul li a:hover h3{color:#c00; }
.product_list ul li a p{font-size: 14px;}
.product_img .pics{height:307px;}


.news_page{padding: 35px 0 35px 0;font-size: 16px; color: #333333; line-height:35px;}
.news_page a{ color: #333333;}
.news_page a:hover{ color: #C52625;}
.news_page .list-btn{height:40px; transition: all .3s; font-size:30px; color: #ccc; margin-top: 15px;}

.detials_top_img{ width:100%; padding-bottom:30px; text-align: center; position: relative; overflow:hidden;}
.detials_top_img .swiper-slide{-webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;position: relative; background: #f3f5f7;}
.detials_top_img .pic{ height:auto;}
.detials_top_img .pic img{ max-width:100%;}
.detials_top_img .swiper-pagination{ width:100%; margin:auto; bottom:7px;text-align: center;z-index: 3;}








.nbox_cont {
  background: url('../images/bg_product.jpg') no-repeat center top;
  background-size: cover;
  padding-bottom: 1.6rem;
}

.contactInfo{padding:50px 0 ;}
.contactInfo ul li{display:block;height:calc(354/16 * 1em);padding:50px calc(55/16 * 1em) 0;border-radius:20px;float:left; background: #fff;width:31.33%;margin-right:3%; margin-bottom: 3%; position:relative;text-align:center;}
.contactInfo ul li h5{font-size:calc(26/16 * 1em);line-height:1;margin-top:40px;margin-bottom:16px;}
.contactInfo ul li:nth-child(3n){margin-right:0;}
.contactInfo ul li:nth-of-type(-n+3){margin-bottom:2%;}
.contactInfo ul li i{margin:0 auto; display: block;border-radius:50%;width:100px;height:100px; font-size: 50px; border:1px solid #f0f0f0; color: #7fbc03; display:flex;justify-content:center;align-items:center;}
.contactInfo ul li p{font-size:16px;color:#000;line-height:2;margin:0;}


.User_service{width: 100%;overflow: hidden;}
.User_service .index_h3 h3{font-size: 46px;}
.user_cser{width: 100%;display: flex;align-items: stretch;margin-top: 60px;}
.User_service .user_left{width: 50%;float: left;padding: 90px 100px 148px 100px;background: #fff;}
.User_service .user_left h3{font-size: 36px;color: #111111;line-height: 50px;margin-bottom: 10px;}
.User_service .user_left p{font-size: 16px;color: #666666;line-height: 36px;}
.User_service .user_left .user_left_con{width: 100%;margin-top: 78px;}
.User_service .user_left .user_left_con .user_lsrt_st{width: calc(100% - 150px);float: left;}
.User_service .user_left .user_left_con .user_lsrt_st h4{color: #333333;font-size: 20px;margin-bottom: 10px;}
.User_service .user_left .user_left_con .user_lsrt_st p{color: #666666;font-size: 16px;line-height: 36px;}
.User_service .user_left .user_left_con .user_erm{width: 150px;float: left;border: 1px solid #eee;height: 150px;}
.User_service .user_left .user_left_con .user_erm img{width: 100%;}
.user_right{width: 50%;float: left;overflow: hidden;position: relative;}
.user_right .user_right_text{position: absolute;top: 0;width: 100%;left: 0;padding: 90px;}
.user_right .user_right_text h3{font-size: 36px;color: #FFFFFF;line-height: 50px;margin-bottom: 10px;}
.user_right .user_right_text .user_title{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.user_right .user_right_text .user_title .usrr-Lst p{font-size: 16px;color: #FFFFFF;line-height: 36px;}
.user_right .user_right_text .user_title .usrr-Lst{width: calc(100% - 140px);float: left;padding-right: 46px;}
.user_right .user_right_text .user_title .userr_tit{width: 140px;float: left;}
.user_right .user_right_text .user_title .userr_tit a{width: 140px;height: 52px;border: 1px solid #FFFFFF;display: flex;align-items: center;justify-content: center;transition: all .4s;font-size: 16px;color: #FFFFFF;}
.Product_feedback{width: 100%;background: #FFFFFF;overflow: hidden;padding: 100px;display: flex;align-items: stretch;margin-top: 20px;}
.Product_feedback .prduot_ff_left{width: 50%;float: left;padding-right: 100px;border-right: 1px solid #eee;}
.Product_feedback .prduot_ff_left ul li{width: 100%;margin-bottom: 100px;overflow: hidden;}
.Product_feedback .prduot_ff_left ul li:last-child{margin-bottom: 0;}
.Product_feedback .prduot_ff_left ul li .img{width: 65px;float: left;}
.Product_feedback .prduot_ff_left ul li .img i{ font-size: 70px; color: #ff6600;}
.Product_feedback .prduot_ff_left ul li .text{width: calc(100% - 65px);float: left;padding-left: 36px;}
.prduot_ff_left ul li .text h3{font-size: 36px;color: #111111;line-height: 50px;margin-bottom: 13px;}
.prduot_ff_left ul li .text p{font-size: 16px;color: #666666;line-height: 36px;}
.Product_feedback .prduot_ff_right{width: 50%;float: left;padding-left: 100px;}
.Product_feedback .prduot_ff_right .layui-form{width: 100%;}
.prduot_ff_right .layui-form .c1_input{width: 100%;margin-bottom: 20px;}
.prduot_ff_right .layui-form .c1_input:nth-child(1){background: #fff url(../images/c1_icon1.png) no-repeat center left 40px;}
.prduot_ff_right .layui-form .c1_input:nth-child(2){background: #fff url(../images/c1_icon2.png) no-repeat center left 40px;}
.prduot_ff_right .layui-form .c1_input:nth-child(3){background: #fff url(../images/c1_icon3.png) no-repeat center left 40px;}
.prduot_ff_right .layui-form .c1_input:nth-child(4){background: #fff url(../images/c1_icon4.png) no-repeat center left 40px;}
.prduot_ff_right .layui-form .c1_input .layui-input{width: 100%;height: 50px;background: rgba(0, 0, 0, 0);border: 1px solid #EEEEEE;border-radius: 0;font-size: 16px;color: #888888;padding-left: 76px;}
.prduot_ff_right .layui-form .c1_textarea .layui-textarea{width: 100%;height: 110px;background: #FFFFFF;border: 1px solid #EEEEEE;border-radius: 0;resize: none;overflow: hidden;padding-left: 40px;padding-top: 14px;font-size: 16px;color: #888888;}
.prduot_ff_right .layui-form .c1_textarea{width: 100%;margin-bottom: 20px;}
.prduot_ff_right .layui-form .c1_buttom{display: flex;align-items: center;width: 100%;margin-top: 40px;}
.prduot_ff_right .layui-form .c1_buttom .layui-btn{width: 160px;height: 50px;border: 1px solid #111111;border-radius: 0;background: #fff;font-size: 18px;color: #111111;transition: all .4s;}

.yanzheng{ width:100%;}
.yanzheng div{ float:left;}
.yanzheng div input{ height:50px;line-height:62px;padding: 0px 20px;box-sizing: border-box;font-size:16px;border:solid 1px #e7e7e7;}
.yanzheng div .codeimg{width:100%; height:50px;border-left:none; }





.jion_swier_cim{padding: 100px 0 100px;}
.jion_swier_cim ul li{height: auto;width:32%;margin-right:2%;padding: 0 5%; float: left;border-right: 1px solid rgba(255, 255, 255, 0.2); position: relative;justify-content:center;align-items:center;}
.jion_swier_cim ul li:nth-child(3n){margin-right: 0;}
.jion_swier_cim ul li i{margin:0 auto;display: block;border-radius:50%;width:100px;height:100px; line-height: 100px; text-align: center;font-size: 60px; color: #fff; background: #7fbc03; overflow: hidden;margin-bottom: 58px;}
.jion_swier_cim ul li .tit{width: 100%;}
.jion_swier_cim ul li .tit h3{font-size: 24px;font-weight: 600;line-height: 45px;text-align: center;}
.jion_swier_cim ul li .tit p{font-size: 16px;line-height: 30px;text-align: center;}

.joinCon2{ background:#f6f6f6; padding: 50px 0;}
.chancecontain{ position:relative;}
.chancecontain li{ margin-bottom:5px;}

.joinTit{ background:#fff; height:60px; line-height:60px;  cursor:pointer;}
.joinTit .li{ color:#333; float:left; text-align:center;}
.joinTit .li1{ width:90%; float: left; text-align:left; padding-left:20px; overflow:hidden; text-overflow:ellipsis;white-space: nowrap; box-sizing:border-box;}
.joinTit .lermore_box{ width:10%; float:right;}
.joinTit .lermore{ float:right; width:100%; height:60px; cursor:pointer; background:url(../images/btn_06.png) no-repeat center; background-size:contain !important; transition: all 0.1s ease-out 0s;}

.joinTit.select .lermore{ background:url(../images/btn_06_h.png) no-repeat center;}
.joinTit.select .li{ color:#fff; background: #8bbb2d;}

.joinFirst{ margin-top:0;height:60px;line-height:60px; background: #F0F0F0;padding-left:20px; font-weight: bold;}
.joinFirst .joinTit{ background:#8BBB2D;height:60px;}
.joinFirst .joinTit .pd{ color:#fff; line-height:60px;  font-weight:bold;}
.joinFirst .joinTit .li{ color:#fff;}

.joinDeta{ display:none; overflow:hidden; background:#fff; padding:30px 50px 60px 50px; line-height:2; font-size:14px; color:#697c87; position:relative; border-top:1px solid #ccc;}
.joinDeta span{ color:#333;}
.joinDeta strong{ color:#333; font-weight:normal; font-weight: bold;}


















.wx_nav{display: none;}
.wx_nav_f{display: none;}
/*foot*/
.footer{ margin:auto; position: relative; z-index: 10; margin-top: -0.6rem; width:100%; height:auto; background: url(../images/footbg.png) no-repeat center top; background-size: cover;color:#fff;  padding:100px 0 30px 0;font-size:16px;}
.footer a{color:#fff;}
.footer .footer_box1{ width:45%; float:left;}
.footer .footer_box2{ width:15%; float:left;}
.footer .footer_box3{ width:20%; float:left;}
.footer_boxt_b{ font-size:46px;font-weight: bold;}

.footer_boxt{ height:35px; font-size:20px; font-weight:bold;}
.footer_boxc1{ margin-top:5px;}
.footer_boxc1 ul li{line-height:20px; margin-bottom:10px; }
.footer_boxc1 ul li i{width:16px; height:16px;  background-size:100% 100%; display: inline-block; vertical-align:middle; margin-right:8px;}


.footer .footer_box1 .link {margin-top:20px;}
.footer .footer_box1 .link a { font-size: 26px; font-weight: bold;transition: 0.4s;}
.footer .footer_box1 .link a i { font-weight: normal;font-size: 26px;margin-left: 5px;}
.footer .footer_box1 .link a:hover,.footer .footer_box1 .link a:hover i {color: #7fbc03;}

.footer_boxc2{}
.footer_boxc2 ul li{ height:30px; line-height:30px; font-weight: 600;}
.footer_boxc3{ line-height:20px;}

.footer .foot_copy{ margin-top:30px; height:50px; line-height:50px; text-align:center; border-top:1px solid rgba(255,255,255,0.2);}