@charset "utf-8";
/*.header{position:relative;}*/
body{padding-top:76px;}
.banner{height:814px;background-repeat:no-repeat;background-position:center top;background-size:cover;overflow:hidden;position:relative;}
.banner .publicBox{padding-bottom:138px;color:#FFF;}
.banner .publicBox p{font-size:18px;line-height:32px;margin-top:20px;padding-bottom:50px;position:relative;}
.banner .publicBox p:before,.banner .publicBox p:after{
	content:"";
	position:absolute;
	bottom:0;
	width:16px;
	height:16px;
	overflow:hidden;
	border-radius:50%;
}
.banner .publicBox p:before{left:0;background:rgba(255,255,255,0.5);animation:dot1 2s linear infinite;}
.banner .publicBox p:after{left:16px;background:#18943b;animation:dot2 2s linear infinite;}


.subPage{width:100%;height:137px;border-top:1px solid rgba(255,255,255,0.6);position:absolute;left:0;bottom:0;}
.subPage a{width:20%;height:136px;font-size:18px;color:#FFF;border-left:1px solid rgba(255,255,255,0.6);float:left;}
.subPage a:nth-of-type(1){border-left:none;}
.subPage a i{width:46px;height:46px;margin-right:32px;font-size:24px;line-height:46px;text-align:center;font-family:bahnschrift;position:relative;}
.subPage a i:before{
	content:"";
	position:absolute;
	left:-1px;
	top:-1px;
	z-index:-1;
	width:100%;
	height:100%;
	border:1px solid #FFF;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-webkit-transition:all 1s;
	transition:all 1s;
}
.subPage a:hover{background:-webkit-gradient(linear,0% 0%, 0% 100%,from(rgba(28,139,60,0.6)),to(rgba(82,142,109,0.6)));}
.subPage a:hover i:before{background:#18943b;transform:rotate(135deg);-webkit-transform:rotate(135deg);}
.subPage.w2 a{width:50%;}
.subPage.w3 a{width:33.33%;}
.subPage.w4 a{width:25%;}
.subPage.w6 a{width:16.666%;}


.innerTitle{}
.innerTitle h1{color:#333;float:left;}
.innerTitle i{font-size:18px;color:#bbb;line-height:24px;padding-top:15px;margin-top:12px;margin-left:24px;text-transform:uppercase;font-family:bahnschrift;float:left;position:relative;}
.innerTitle i:before,.innerTitle i:after{
	content:"";
	position:absolute;
	top:0;
	width:12px;
	height:12px;
	overflow:hidden;
	border-radius:50%;
}
.innerTitle i:before{left:0;background:#18943b;animation:dot1 2s linear infinite;}
.innerTitle i:after{left:12px;background:#e8e8e8;animation:dot2 2s linear infinite;}

.innerTitle.white h1{color:#FFF;}
.innerTitle.white i{color:rgba(255,255,255,0.6);}
.innerTitle.white i:before{background:rgba(255,255,255,0.6);}


.innerText{font-size:16px;color:#333;line-height:28px;}
.innerText p{padding-top:20px;}


.about{overflow:hidden;}
.about .company{background:url(../images/about_bg.jpg) no-repeat center top;overflow:hidden;}
.about .company .con{margin-top:20px;padding-bottom:40px;border-bottom:1px solid #e2e2e2;}
.about .company .intro{margin-top:80px;}
.about .company .intro .left{width:50%;padding:30px 0 0 30px;float:left;}
.about .company .intro .img{width:100%;position:relative;}
.about .company .intro .img img{width:100%;position:relative;z-index:10;display:block;}
.about .company .intro .img:before {
	content:"";
	position:absolute;
	left:-30px;
	top:-30px;
	width:100%;
	height:100%;
	background:#18943b;
}
.about .company .intro .videoBtn {
	width:100px;
	height:100px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-50px;
	margin-top:-50px;
	z-index:20;
}
.about .company .intro .videoBtn a {
	position:relative;
}
.about .company .intro .videoBtn a:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius:50%;
	background-color:rgba(255,255,255,0.1);
	-webkit-animation:circlepulse 1.5s ease 0s infinite;
	animation:circlepulse 1.5s ease 0s infinite;
}

.about .company .intro .wz{width:46%;margin-top:50px;float:right;}
.about .company .count{padding:0 0 240px;margin-top:80px;background:url(../images/about_bg2.png) no-repeat center bottom;background-size:100% auto;}
.about .company .count .counter{width:20%;text-align:center;color:#18943b;float:left;}
.about .company .count .counter .num{line-height:60px;}
.about .company .count .counter .num b{font-size:60px;font-weight:normal;font-family:bahnschrift;}
.about .company .count .counter .num i{font-size:16px;margin-left:12px;}
.about .company .count .counter .wz{font-size:16px;line-height:24px;}

.about .president{background:url(../images/about_bg3.jpg) no-repeat center;background-size:cover;overflow:hidden;}
.about .president .name{width:50%;color:#FFF;margin-top:40px;}
.about .president .name b{font-size:32px;margin-right:30px;}
.about .president .intro{width:42%;font-size:14px;color:#5ce598;line-height:24px;padding:0 30px;margin-top:40px;font-family:'Microsoft JhengHei'}
.about .president .mes{width:48%;font-size:16px;color:#FFF;line-height:28px;padding:10px 10px 10px 30px;margin-top:40px;background:url(../images/dot1.png) no-repeat left 2px top 2px,url(../images/dot2.png) no-repeat right 2px bottom 2px;}
.about .president .sign{width:56%;margin-top:40px;text-align:right;}
.about .president .sign img{width:100%;max-width:164px;}
.about .president .img{width:24.5%;height:calc(100% - 60px);position:absolute;right:0;bottom:0;}
.about .president .img img{width:auto;height:100%;position:absolute;right:0;bottom:0;}

.about .employee .innerTitle{float:left;}
.about .employee .info{float:right;}
.about .employee .info li{text-align:center;margin-left:40px;float:left;}
.about .employee .info li img{height:42px;}
.about .employee .info li p{font-size:14px;line-height:24px;margin-top:10px;}



.culture{overflow:hidden;}
.culture .intro .list{margin-top:40px;}
.culture .intro .list li{width:31.6%;height:auto;margin-right:2.6%;padding:40px;float:left;background:#f4f4f4;overflow:hidden;position:relative;cursor:pointer;}
.culture .intro .list li:last-child{margin-right:0;}
.culture .intro .list li .wz{width:calc(100% - 100px);float:left;}
.culture .intro .list li .wz b{color:#333;}
.culture .intro .list li .wz p{font-size:16px;line-height:24px;margin-top:16px;}
.culture .intro .list li .img{width:50px;float:right;}
.culture .intro .list li .img img{width:100%;display:block;}

.culture .intro .power{color:#FFF;padding:4%;margin:60px 0;border-radius:16px;overflow:hidden;background:url(../images/culture_bg.jpg) no-repeat center;background-size:cover;}
.culture .intro .power h2{font-weight:normal;}
.culture .intro .power .wz{font-size:16px;line-height:28px;margin-top:20px;}
.culture .intro .power ul{margin-top:40px;}
.culture .intro .power ul li{padding:20px 30px;margin-right:40px;border:2px solid #FFF;border-radius:50%;float:left;}

.culture .intro .team{margin-top:40px;}
.culture .intro .team li{width:23%;height:auto;margin:0 1%;text-align:center;float:left;}
.culture .intro .team li img{width:100%;max-width:250px;}
.culture .intro .team li p{width:80%;font-size:16px;line-height:28px;margin:20px auto 0;}

.culture .idea{height:auto;background:url(../images/culture_bg2.jpg) no-repeat center;background-size:cover;position:relative;overflow:hidden;}
.culture .idea .cricle{border:2px dotted rgba(255,255,255,0.3);border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}
.culture .idea .w1{width:1390px;height:1390px;}
.culture .idea .w2{width:960px;height:960px;}
.culture .idea .w3{width:530px;height:530px;}
.culture .idea .cricle i{width:100%;height:100%;position:absolute;top:0;left:0;border-radius:50%;}
.culture .idea .cricle i:before{
	content:"";
	position:absolute;
	left:50%;
	top:-6px;
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.6);
}
.culture .idea .w1 i{
	-webkit-animation:loopCir 30s linear 0s infinite;
	animation:loopCir 30s linear 0s infinite;
}
.culture .idea .w2 i{
	-webkit-animation:loopCir 20s linear 0s infinite;
	animation:loopCir 20s linear 0s infinite;
}
.culture .idea .w3 i{
	-webkit-animation:loopCir 10s linear 0s infinite;
	animation:loopCir 10s linear 0s infinite;
}

.culture .idea .img{padding:160px 0;text-align:center;}
.culture .idea .img img{width:auto;height:360px;margin:auto;display:block;}
.culture .idea .msg{width:60%;position:absolute;left:20%;top:50%;transform:translate(0, -50%);}
.culture .idea .msg li{width:250px;margin:80px 0;text-align:center;float:left;}
.culture .idea .msg li:nth-of-type(2n){float:right;}
.culture .idea .msg li b{width:120px;height:32px;font-size:16px;color:#18943b;line-height:32px;text-align:center;background:#FFF;border-radius:5px;display:block;margin:0 auto 20px;}
.culture .idea .msg li p{font-size:16px;color:#FFF;line-height:28px;}

.culture .spirit .publicBox{background:url(../images/culture_bg3.jpg) no-repeat center;background-size:cover;padding:4%;border-radius:16px;}
.culture .spirit .txt{width:36%;float:right;}
.culture .spirit .txt .bt{margin-top:20px;}
.culture .spirit .txt .wz{font-size:16px;color:#666;line-height:28px;margin-top:30px;}


.history{position:relative;overflow:hidden;}
.history .title{text-align:center;color:#FFF;}
.history .title p{font-size:16px;line-height:24px;margin-top:10px;}

.historySwiper{margin-top:60px;overflow:hidden;}
.historySwiper .swiper-slide{padding:40px;box-shadow:0 0 4px rgba(0,0,0,0.1);overflow:hidden;cursor:pointer;
	-webkit-transform:scale(0.82);
	transform:scale(0.82);
	opacity:0.52;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.historySwiper .swiper-slide-active{
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:0.9;
}
.historySwiper .num{height:120px;font-size:120px;color:#0f4594;line-height:120px;overflow:hidden;font-family:bahnschrift;}
.historySwiper .wz{height:280px;font-size:14px;color:#FFF;line-height:28px;padding-right:20px;margin-top:20px;overflow-y:auto;}
.historySwiper .wz p{padding-left:20px;position:relative;}
.historySwiper .wz p:after {
	content:"";
	position:absolute;
	left:0;
	top:10px;
	width:8px;
	height:8px;
	background:#FFF;
	border-radius:50%;
}

.history .thumbBox{margin-top:60px;padding:0 42px;overflow:hidden;position:relative;}
.history .thumb{overflow:hidden;padding:20px 0;}
.historySwiperThumb{border-top:1px solid rgba(15,69,148,0.6);}
.historySwiperThumb .swiper-slide{font-size:16px;line-height:24px;padding:15px 0;color:rgba(15,69,148,0.4);text-align:center;position:relative;cursor:pointer;}
.historySwiperThumb .swiper-slide:after {
	content:"";
	position:absolute;
	left:50%;
	top:-4px;
	width:8px;
	height:8px;
	margin-left:-4px;
	background:rgba(15,69,148,0.8);
	border-radius:50%;
}
.historySwiperThumb .swiper-slide-thumb-active{color:#0f4594;}
.historySwiperThumb .swiper-slide-thumb-active:after{background:#145ecb;}

.history .thumbBox .next,.history .thumbBox .prev{width:42px;height:42px;border:1px solid #0f4594;border-radius:50%;position:absolute;top:0;cursor:pointer;}
.history .thumbBox .next{right:0;background-image:url(../images/right.png);background-repeat:no-repeat;background-position:center;background-size:auto 18px;}
.history .thumbBox .prev{left:0;background-image:url(../images/left.png);background-repeat:no-repeat;background-position:center;background-size:auto 18px;}

.tu1{ width: 48%; float: left;}
.tu2_tex{ width: 48%; float: right; }
.num_tit{ color: #0f4594; font-size: 44px;}
.num_tex{ font-size: 18px; color: #636363; margin-top: 15px;}

.product .type{width:18.2%;margin-top:20px;float:left;}
.product .type li{color:#333;font-weight:bold;margin-bottom:40px;}
.product .type li a{padding-bottom:6px;position:relative;display:inline-block;}
.product .type li a:after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:3px;
	background:#18943b;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.product .type li a:hover{color:#18943b;}
.product .type li a:hover:after{width:100%;}
.product .type.fixed{position:fixed;top:0;}

.industry .page1{background:url(../images/industry_bg1.jpg) no-repeat center;background-size:cover;}
.industry .page2{background:url(../images/industry_bg2.jpg) no-repeat center;background-size:cover;}
.industry .page3{background:url(../images/industry_bg3.jpg) no-repeat center;background-size:cover;}
.industry .page4{background:url(../images/industry_bg4.jpg) no-repeat center;background-size:cover;}
.industry .page5{background:url(../images/industry_bg5.jpg) no-repeat center;background-size:cover;}
.industry .page6{background:url(../images/industry_bg6.jpg) no-repeat center;background-size:cover;}
.industry .section .publicBox{margin-top:76px;margin-bottom:110px;}
.industry .section .publicBox .num{font-size:24px;color:#FFF;font-family:bahnschrift;opacity:0;}
.industry .section .publicBox .num b{font-size:52px;}
.industry .section .publicBox .title{color:#FFF;font-weight:bold;margin-top:2%;opacity:0;}
.industry .section .publicBox .wz{width:46%;font-size:16px;line-height:32px;color:#FFF;margin-top:2%;opacity:0;}

.industry .section.on .publicBox .num{
	-webkit-animation:moveInUpSmall 1.2s ease;
	animation:moveInUpSmall 1.2s ease;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.industry .section.on .publicBox .title{
	-webkit-animation:moveInUpSmall 1.2s ease 0.2s;
	animation:moveInUpSmall 1.2s ease 0.2s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.industry .section.on .publicBox .wz{
	-webkit-animation:moveInUpSmall 1.2s ease 0.4s;
	animation:moveInUpSmall 1.2s ease 0.4s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}


.industryMenu{width:100%;height:48px;position:fixed;left:0;bottom:56px;z-index:700;}
.industryMenu i{width:4%;height:1px;margin-top:24px;float:left;background:rgba(255,255,255,0.4);}
.industryMenu a{width:12%;height:48px;font-size:15px;color:#bbb;line-height:48px;text-align:center;border-radius:24px;display:block;float:left;overflow:hidden;position:relative;z-index:10;}
.industryMenu a.active{color:#FFF;background:#18943b;}
.industryMenu.active{
	-webkit-animation:moveInUp 0.6s ease-in-out;
	animation:moveInUp 0.6s ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}


.members{overflow:hidden;}
.members .innerTitle{padding-bottom:20px;border-bottom:1px solid #e2e2e2;}
.members .intro .wz{margin-top:20px;}
.members .intro img{width:47%;margin-right:6%;margin-top:3%;float:left;}
.members .intro img:nth-of-type(2n){margin-right:0;}

.members .advantage{margin-top:60px;}
.members .advantage li{width:30%;float:left;padding:2%;margin-right:5%;margin-top:3%;border:1px solid #e2e2e2;background:#f8f8f8;}
.members .advantage li:nth-of-type(3n){margin-right:0;}
.members .advantage li b{font-size:20px;}
.members .advantage li p{height:128px;font-size:16px;line-height:32px;margin-top:20px;overflow:hidden;}


.develop{overflow:hidden;}
.developSwiper{margin-top:60px;overflow:hidden;}
.developSwiper .box .wz{width:42%;margin-right:5%;}
.developSwiper .box .wz h2{height:auto;color:#333;margin-bottom:30px;}
.developSwiper .box .wz p{font-size:16px;line-height:32px;margin-top:4px;overflow:hidden;}

.developSwiperThumb{border-bottom:1px solid #dedede;margin-top:60px;overflow:hidden;}
.developSwiperThumb .swiper-slide{width:auto;font-size:18px;font-weight:bold;line-height:72px;text-align:center;padding-right:120px;position:relative;cursor:pointer;}
.developSwiperThumb .swiper-slide:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	width:0;
	height:3px;
	margin-left:-80px;
	background:#18943b;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.developSwiperThumb .swiper-slide-thumb-active{color:#18943b;}
.developSwiperThumb .swiper-slide-thumb-active:after{width:40px;}


.consulting{overflow:hidden;}
.consulting .leftbox{width:50%;margin-top:80px;float:left;}
.consulting .leftbox .box:nth-of-type(2){margin-top:120px;}
.consulting .leftbox .box .title{width:220px;height:52px;color:#FFF;line-height:52px;font-weight:bold;text-align:center;background:#18943b;float:left;}
.consulting .leftbox .box .wz{font-size:16px;line-height:32px;margin-top:30px;}
.consulting .leftbox .box .tel{margin-top:8px;margin-left:24px;color:#18943b;float:left;}
.consulting .rightbox{width:46%;margin-top:80px;text-align:center;float:right;}
.consulting .rightbox img{width:100%;max-width:502px;}

.consulting .list li{width:48%;color:#FFF;padding:2% 3%;margin-right:4%;margin-top:80px;float:left;background:#65b167;position:relative;}
.consulting .list li:nth-of-type(2n){margin-right:0;}
.consulting .list li b{padding:6px 0 15px;border-bottom:1px solid rgba(255,255,255,0.4);display:block;}
.consulting .list li p{font-size:16px;line-height:32px;margin-top:20px;}
.consulting .list li i{width:0;height:0;position:absolute;left:10%;top:-24px;border-bottom:24px solid #65b167;border-right:24px solid transparent;border-left:24px solid transparent;}


.jobs{overflow:hidden;}
.jobs .welfare{margin-top:80px;}
.jobs .welfare .title{width:220px;height:52px;color:#FFF;line-height:52px;font-weight:bold;text-align:center;background:#18943b;}
.jobs .welfare .wz{font-size:16px;line-height:32px;margin-top:30px;}
.jobs .list li{width:15.75%;padding:2% 2% 1%;margin-right:1.1%;margin-top:60px;text-align:center;float:left;border:1px solid #e2e2e2;border-radius:5px;position:relative;}
.jobs .list li:nth-of-type(6){margin-right:0;}
.jobs .list li img{height:76px;}
.jobs .list li p{font-size:18px;line-height:32px;color:#333;margin-top:20px;}

/* --人才招聘-- */
.jobList{width:100%;margin:4% auto 0;}
.jobList .tab{width:100%;}
.jobList .tab .alignLeft{text-align:left !important;}
.jobList .tab .alignRight{text-align:right;}
.jobList .tab thead tr{border:1px solid #343434;}
.jobList .tab thead tr th{font-size:24px;color:#FFF;height:60px;line-height:60px;text-align:center;font-weight:normal;background:#343434;}

.jobList .tab tbody tr{border:1px solid #FFF;}
.jobList .tab tbody tr.trEven{background:rgb(255,255,255);border-bottom:1px solid #f2f2f2;cursor:pointer;}
.jobList .tab tbody tr.trEven td{position:relative;font-size:16px;color:#333;line-height:32px;padding:14px 0;text-align:center}
.jobList .tab tbody tr.trEven td .icon{width:100%;height:100%;position:absolute;left:0;top:0;}
.jobList .tab tbody tr.trEven:hover td{color:#FFF;background:#18943b;border:1px solid #18943b;}
.jobList .tab tbody tr.trEven.active td{color:#FFF;background:#18943b;border:1px solid #18943b;}

.jobList .tab tbody tr.trOdd{background:#f8f8f8;border:1px solid #f8f8f8;display:none;cursor:auto}
.jobList .tab tbody tr.trOdd td .postDel{padding:20px 50px 40px 0;}
.jobList .tab tbody tr.trOdd td .postDel .disc{overflow:hidden;}
.jobList .tab tbody tr.trOdd td .postDel .disc p{line-height:28px;font-size:16px;color:#000;}
.jobList .tab tbody tr.trOdd td .postDel .disc img{max-width:100%;display:block;}


.contact{overflow:hidden;}
.contact .list{margin-top:4%;border:1px solid #e2e2e2;position:relative;}
.contact .list li{width:33.33%;padding:4%;float:left;position:relative;}
.contact .list li img{width:80%;max-width:200px;margin:40px auto 60px;display:block;}
.contact .list li .title{font-weight:bold;color:#333;}
.contact .list li .wz{font-size:16px;line-height:24px;color:#999;}
.contact .list li .con{font-weight:bold;color:#333;}
.contact .list .line{width:1px;height:100%;background:#e2e2e2;position:absolute;left:33.33%;top:0;}
.contact .list .line2{left:66.66%;}


.message{background:url(../images/bg12.jpg) center no-repeat;background-size:cover;}
.message .box{ margin-top: 35px;}
.message .box .title{float:left;width:30%;}
.message .box .title .en{font-size:42px;color:#255ba9;line-height:50px;font-weight:bold;font-family:"Times New Roman", Times, serif;}
.message .box .title .en span{
	display:inline-block;
    background-image:-webkit-gradient(linear, left top, right top, from(#18943b), to(#65b167));
    background-image:linear-gradient(to right, #18943b, #65b167);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.message .box .title .cn{font-size:32px;color:#333;line-height:42px;font-weight:bold;margin-top:10px;}
.message .box .title .txt{font-size:14px;color:#666;line-height:24px;margin-top:34px;overflow:hidden;}
.message .box .title .hx{width:32px;height:2px;background-color:#18943b;margin-top:24px;}
.message .box .title .tel{font-size:16px;color:#666;line-height:24px;overflow:hidden;margin-top:34px;}
.message .box .title .tel p{font-size:24px;font-weight:bold;color:#18943b;margin-top:12px;}

.message .box .form{width:100%;float:right;}
.message .box .form input{width:48%;height:52px; background: #fff; float:left;margin-bottom:16px;margin-right:4%;border:1px solid #ddd;border-radius:4px;outline:none;
box-sizing:border-box;padding:0px 46px 0 10px;font-size:14px;line-height:46px;font-family:Arial,'Microsoft JhengHei','Microsoft Yahei',"PingFang SC",Helvetica,Tahoma;}
.message .box .form #captcha{width:24.4%;}
.message .box .form textarea{width:100%;height:164px;float:left;margin-bottom:16px;border:1px solid #ddd;border-radius:4px;outline:none;background:#fff;
box-sizing:border-box;padding:10px 46px 10px 10px;font-size:14px;line-height:24px;font-family:Arial,'Microsoft JhengHei','Microsoft Yahei',"PingFang SC",Helvetica,Tahoma;}
.message .box .form .guestimg{width:160px;height:52px;float:left;}
.message .box .form .submit{width:20%;height:52px;float:right;font-size:18px;line-height:52px;text-align:center;color:#FFF;cursor:pointer;border-radius:4px;
background-image: -webkit-gradient(linear, left top, right top, from(#0f4594), to(#2565c3));
background-image: linear-gradient(to right, #0f4594, #2565c3);
-webkit-transition:all 0.6s;transition:all 0.6s;}
.message .box .form .submit:hover{opacity: 0.8;}



.productList{width:78%;float:right;}
.productList li{width:100%;padding:0 4%;margin-bottom:4%;float:left;position:relative;background:#f8f8f8;}
.productList li .txt{width:60%;padding:40px 0;float:left;}
.productList li .txt .title{font-weight:bold;}
.productList li .txt .title2{font-size:18px;font-weight:bold;margin-top:2%;}
.productList li .txt .wz{height:112px;margin-top:2%;overflow:hidden;}
.productList li .txt a{width:156px;height:52px;font-size:16px;margin-top:20px;border:1px solid #e2e2e2;border-radius:26px;overflow:hidden;float:left;}
.productList li .txt a:nth-of-type(2){margin-left:40px;}
.productList li .txt a img{margin-left:20px;}
.productList li .txt a:hover{color:#FFF;background:#18943b;}
.productList li .txt a:hover img{display:none;}
.productList li .img{width:34%;height:100%;position:absolute;right:4%;top:0;}
.productList li .img img{width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;display:block;}


.news{background:#f5f5f6;}
.newsList li{width:31%;height:auto;margin-right:3.5%;margin-top:3.5%;float:left;position:relative;background:#FFF;}
.newsList li:nth-of-type(3n){margin-right:0;}
.newsList li a{display:block;}
.newsList li .pic{height:260px;}
.newsList li .wz{padding:28px;}
.newsList li .wz .bt{height:64px;font-size:24px;color:#333;font-weight:bold;line-height:32px;overflow:hidden;}
.newsList li .wz .time{height:24px;font-size:20px;color:#18943b;line-height:24px;overflow:hidden;margin-top:10px;font-family:bahnschrift;}
.newsList li .wz .con{height:72px;font-size:16px;line-height:24px;overflow:hidden;margin-top:20px;}
.newsList li .wz .link{height:24px;font-size:16px;color:#18943b;line-height:24px;overflow:hidden;margin-top:20px;}

.videoList li{width:31%;height:auto;margin-right:3.5%;margin-top:3.5%;float:left;position:relative;background:#FFF;}
.videoList li:nth-of-type(3n){margin-right:0;}
.videoList li .img{height:auto;}
.videoList li .img img{width:100%;display:block;}
.videoList li .videoBtn{width:100%;height:calc(100% - 32px);position:absolute;left:0;top:0;}
.videoList li .videoBtn a{width:20%;z-index:20;}
.videoList li .videoBtn a img{width:100%;display:block;}
.videoList li .wz{width:100%;height:42px;font-size:16px;color:#333;line-height:42px;padding:0 15px;overflow:hidden;}


.partyList li{width:100%;height:auto;margin-top:3.5%;float:left;position:relative;background:#FFF;}
.partyList li a{display:block;}
.partyList li .time{width:16%;margin-top:4%;font-size:20px;color:#666;line-height:24px;text-align:center;overflow:hidden;font-family:bahnschrift;float:left;}
.partyList li .time img{display:block;margin:auto;}
.partyList li .time b{font-size:60px;font-weight:normal;line-height:64px;margin-top:10px;display:block;}
.partyList li .wz{width:84%;padding:4% 6%;float:right;}
.partyList li .wz .bt{height:32px;font-size:24px;color:#333;font-weight:bold;line-height:32px;overflow:hidden;}
.partyList li .wz .con{height:72px;font-size:16px;line-height:24px;margin-top:20px;overflow:hidden;}
.partyList li .wz .link{height:24px;font-size:16px;color:#999;line-height:24px;margin-top:20px;overflow:hidden;}
.partyList li .line{width:1px;height:100%;background:#e2e2e2;position:absolute;left:16%;top:0;}
.partyList li .bar{width:0;height:3px;background:#db1818;position:absolute;left:0;bottom:0;-webkit-transition: all 0.35s;transition: all 0.35s;}

.partyList li a:hover .bar{width:100%;}
.partyList li a:hover .time{color:#db1818;}
.partyList li a:hover .wz .link{color:#db1818;}


.showsList li{width:31.6%;float:left;margin-right:2.6%;margin-top:3%;}
.showsList li:nth-of-type(3n){margin-right:0;}
.showsList li a{display:block;}
.showsList li a .img{position:relative;}
.showsList li a .img .pic{z-index:10;}
.showsList li a .wz{height:24px;font-size:16px;line-height:24px;padding-left:24px;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;}
.showsList li a .wz:before {
	content:"";
	position:absolute;
	left:0;
	top:6px;
	width:12px;
	height:12px;
	background:#18943b;
	border-radius:50%;
}

.honorList li{width:23.2%;float:left;margin-right:2.4%;margin-top:3%;}
.honorList li:nth-of-type(4n){margin-right:0;}
.honorList li a{display:block;}
.honorList li a .img{position:relative;}
.honorList li a .img .pic{z-index:10;}
.honorList li a .wz{height:24px;font-size:16px;line-height:24px;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;}



/* --新闻详情页-- */
.article{width:70%;float:left;background:#FFF;box-shadow:0 0 20px rgba(0,0,0,0.05);}
.article .title{padding:30px 0;border-bottom:1px solid #e2e2e2;}
.article .title .time{width:120px;font-size:16px;line-height:24px;text-align:center;color:#18943b;float:left;position:relative;}
.article .title .time p{font-weight:bold;}
.article .title .time:after{
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    height: 32px;
    background-color: #e2e2e2;
}
.article .title h1{width: calc(100% - 120px);font-size:32px;line-height:42px;padding:0 30px;float:right;}

.article .aside{padding:30px 30px 30px 0;}
.article .aside .share{width:120px;text-align:center;float:left;position:relative;}
.article .aside .share .author{line-height:24px;}
.article .aside .share .click{line-height:24px;margin-top:20px;}
.article .aside .share .link{margin-top:60px;}
.article .aside .share .bt{font-size:13px;color:#999;}
.article .aside .share .wz{font-size:14px;color:#333;}
.article .aside .share .click .wz{font-size:20px;color:#18943b;font-family:bahnschrift;}
.article .aside .share .link li{width:30px;height:30px;margin:20px auto 0;cursor:pointer;position:relative;}
.article .aside .share .link li .icon{width:30px;height:30px;padding:5px;background:#ddd;border-radius:50%;overflow:hidden;}
.article .aside .share .link li .icon img{width:20px;height:20px;display:block;}
.article .aside .share .link li.wx:hover .icon{background:#16c3a2;}
.article .aside .share .link li.wb:hover .icon{background:#ff3939;}
.article .aside .share .link li.mo:hover .icon{background:#10977b;}
.article .aside .share .link li .under{width:120px;height:0;background:#FFF;left:50px;top:-10px;z-index:10;position:absolute;overflow:hidden;}
.article .aside .share .link li .under img{width:110px;height:110px;margin:5px auto 0;display:block;}
.article .aside .share .link li .under p{font-size:12px;text-align:center;line-height:20px;padding:5px 0;color:#999;}
.article .aside .share .link li.wx:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 4px;
    z-index: 0;
    width: 0;
    height: 0;
    border: 10px solid transparent;
}
.article .aside .share .link li.wx:hover:after{border-right-color:#FFF;}
.article .aside .share .link li.wx:hover .under{height:auto;}

.article .aside .txt{width: calc(100% - 150px);float:right;}
.article .aside .txt .wz{font-size:16px;line-height:28px;}
.article .aside .txt .wz p{font-size:16px;line-height:28px;margin-bottom:20px;text-indent:2em;}
.article .aside .txt .wz img{max-width:80%;margin:auto;display:block;}


.preview{width:25%;padding:30px 24px 10px;float:right;background:#FFF;box-shadow:0 0 20px rgba(0,0,0,0.05);}
.preview .bt{font-weight:bold;}
.preview ul li{padding:15px 0;border-top:1px solid #e2e2e2;}
.preview ul li:nth-of-type(1){border:none;}
.preview ul li .time{color:#999;height:24px;font-size:14px;line-height:24px;overflow:hidden;}
.preview ul li .wz{height:48px;font-size:16px;line-height:24px;overflow:hidden;}
.preview ul li .wz a{color:#000;}
.preview ul li .wz a:hover{color:#18943b;}


/* --翻页-- */
.indetails_upDown {
    position: relative;
	padding:30px 40px 40px;
    border-top: 1px solid #e2e2e2;
}
.indetails_upDown .next{
	display: block;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    height: 34px;
    margin-top: 10px;
	position:relative;
}
.indetails_upDown .next label {
    display: inline-block;
    border: 1px solid #ccc;
    width: 98px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    margin-right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.indetails_upDown .page-a{
	display: block;
    overflow: hidden;
    line-height: 102px;
    height: 34px;
}
.indetails_upDown .page-a a{
    position:absolute;
	left:112px;
	top:0;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    height: 34px;
}
.indetails_upDown .next:hover label{
    border-color: #18943b;
}
.indetails_upDown .next:hover a{
    color: #18943b;
}
.indetails_upDown .ret {
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    background-color: #18943b;
    width: 110px;
    height: 34px;
	margin:40px auto 0;
	display:block;
}
.indetails_upDown .ret:hover {
    color: #fff;
    opacity: 0.8;
}


.skew{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;background:#0f4594;-webkit-transition:all 0.35s;transition:all 0.35s;}
.showsList li a:hover .skew,.honorList li a:hover .skew{box-shadow:2px 2px 10px rgba(0,0,0,0.2);transform: rotate(-5deg);-webkit-transform: rotate(-5deg);}

.zzry{background: url(../images/bg6.jpg) no-repeat center #000;
    background-size: cover;
    overflow: hidden;}

.innerHonor{overflow:hidden;}
.innerHonor .list{margin-top:3%;overflow:hidden;}
.innerHonor .list a{display:block;}
.innerHonor .list a .img{height:326px;line-height:266px;text-align:center;padding:30px;background:#FFF;overflow:hidden;-webkit-transition:all 0.5s;transition:all 0.5s;}
.innerHonor .list a .img img{max-width:100%;max-height:266px;margin:auto;-o-object-fit:cover;object-fit:cover;}
.innerHonor .list a .bt{height:58px;font-size:16px;line-height:58px;padding:0 70px 0 30px;overflow:hidden;background:url(../images/more2.png) no-repeat right 20px center #FFF;border-top:1px solid #eee;}
.innerHonor .list a:hover .img img{-webkit-transform:scale(1.08);transform:scale(1.08);}
.innerHonor .list a:hover .bt{color:#0b82ca;}


.innerpro{background: url(../images/bg8.jpg) no-repeat center #000;
    background-size: cover;
    overflow: hidden;}

.qyjs{background: url(../images/bg9.jpg) no-repeat center #000;
    background-size: cover;
    overflow: hidden;}


.team{background: url(../images/bg10.jpg) no-repeat center #000;
    background-size: cover;
    overflow: hidden;}


.inner_pro1{ font-size: 44px;  font-weight:bold; color: #fff;}
.inner_pro2{ font-size: 60px;  font-weight:bold; color: #fff; margin-top: 47px}
.inner_pro3{  color: #bdc2c6; font-size: 28px; font-weight: bold;  margin-top: 31px;}
.inner_pro4{ height:auto;  overflow: hidden; line-height: 42px;}
.loft1{ float: left; margin-top: 65px;}
.loft2{ float: left; color: #fff; margin-top: 65px; margin-left: 10px;}

.qyjs_bg{ width: 50%;}
.qyjs_bg_tit{ color: #ffffff; font-size: 44px;}
.qyjs_bg_tex{ color: #ffffff; font-size: 16px; margin-top: 41px; line-height: 38px; text-align: justify;}

.team_tit{ font-size: 44px; color: #fff;}
.team_mid{ font-size: 16px; color: #fff; margin-top: 18px;}

.goods{background: url(../images/bg11.jpg) no-repeat center #000;
    background-size: cover;
    overflow: hidden;}

.innerShows{overflow:hidden;}
.innerShows .list{margin-top:73px;overflow:hidden;}
.innerShows .list a{display:block;}
.innerShows .list a .img{overflow:hidden;}
.innerShows .list a .img img{width:100%;margin:auto;display:block;-o-object-fit:cover;object-fit:cover;-webkit-transition:all 0.5s;transition:all 0.5s;}
.innerShows .list a .bt{height:54px;font-size:16px;line-height:54px;text-align:center;overflow:hidden;background:#f8f8f8;-webkit-transition: all 0.5s;transition: all 0.5s;}
.innerShows .list a:hover .img img{-webkit-transform:scale(1.08);transform:scale(1.08);}
.innerShows .list a:hover .bt{color:#FFF;background:#0b82ca;}

.zxz{ height: 111px; background: #0f4594; color: #fff; line-height: 111px; text-align: center; font-size: 44px; }
.tab-boxt{ width: 100%; margin-top: 40px; }
.tab-boxt .tabt{ width: 30%; float: left; background: #e7f2f9; }
.tab-boxt .tabt ul li{ width: 100%;  height: 96px; line-height: 96px; text-align: center; transition: all 0.3s; cursor: pointer;}

.tab-boxt .tabt ul li em{ margin-right: 10px;}
.tab-boxt .tabt ul li.action{ background: #fff; }
.tab-boxt .tabt ul li:hover {background:#fff;}
.tab-boxt .boxt{width: 70%; height: 879px; float: left; background: #fff; overflow: hidden; }
.tab-boxt .boxt .itemt{ display: none; padding: 60px;height: auto; }
.tab-boxt .boxt .itemt:first-child{display: block;}
.tu_pic10{  margin: 0px auto;}
.tu_pic10 dl dd{ float: left; margin-right: 1%; margin-bottom: 10px;}
.tu_pic10 dl dd:nth-of-type(3n+3){ margin-right: 10px;}

.tu_name1{ color: #0f4594; font-size: 24px; margin-top: 45px;}
.tu_name2{ margin-top: 59px; font-size: 18px;}
.tu_name3{ margin-top: 15px; font-size: 18px;}


.innmes1{ text-align: center; font-size: 60px;  color: #fff;}
.innmes2{ text-align: center; font-size: 44px;  color: #fff; margin-top: 23px;}
.innmes3{ text-align: center; font-size: 16px;  color: #fff;margin-top: 23px;}

.innermap{ background: #f6f6f7; overflow: hidden;}
.inner_map_l{ width: 40%; margin-left: 10%; float: left; margin-top: 10%;}
.inner_map_l_tit1{ font-size: 36px; color: #000;}
.inner_map_l_tit2{ font-size: 18px; color: #9d9d9d;}
.inner_map_ioc ul{ margin-top: 10px;}
.inner_map_ioc ul li { float: left; background: #fff; width: 49%;  height: 255px; text-align: center; margin-top: 31px;}
.inner_map_ioc ul li .inner_map_ico1{  margin-top: 31px;}
.inner_map_ioc ul li .inner_map_ico2{ margin-top: 28px;}
.inner_map_ioc ul li .inner_map_ico3{ width: 14px; height: 2px; background: #505050; margin: 0px auto; margin-top: 10px;}
.inner_map_ioc ul li .inner_map_ico4{ margin-top: 26px;}
.inner_map_ioc ul li:nth-of-type(2n+2){ float: right;}
.inner_map_rr{ float: right; width: 45%;}
.innercase{background: url(../images/bg13.jpg) no-repeat center #000;
    background-size: cover;
    overflow: hidden;}

.creat{ color: #fff; font-size: 30px; margin-top: 36px;}
.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;margin-top: 64px;
}

.app-button, .app-button-yellow {
    border: 1px solid white;
    padding: 10px 20px;
    color: white;
    letter-spacing: 2px;
    position: relative;
    text-decoration: none;
}

.app-button.large, .large.app-button-yellow {
    padding: 20px 38px;
}

.app-button>span, .app-button-yellow>span {
    position: absolute;
    z-index: 1;
    left: 100%;
    top: -1px;
    bottom: -1px;
    width: 40px;
    border: 1px solid white;
}

.app-button>span::after, .app-button-yellow>span::after {
    content: " ";
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
}

.buttons>a+a {
    margin-left: 100px;
}

.app-button-yellow {
    background-color: #0f4594;
    border-color: #0f4594;
    color: #fff;
}

.app-button-yellow>span {
    top: -1px;
    bottom: -1px;
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    border: 0;
    background-color: #0f4594;
    border-color: #0f4594;
}

.innerjscx{background: url(../images/bg14.jpg) no-repeat center #000;
    background-size: cover;
    overflow: hidden;}
.jscx_l{  width: 49%; float: left;}
.jscx_r{  width: 49%; float: right;}
.jscx_l_tit{ font-size: 44px; color: #000;}
.jscx_l_tit_line{ width: 44px; height: 5px; background:#0f4594; margin-top: 21px;}
.jscx_l_tex{ margin-top: 31px; line-height: 35px;}
.innerzz{background: url(../images/bg15.jpg) no-repeat center #000;
    background-size: cover;
    overflow: hidden;}



.innerzn {
    background: #f5f6fa;
    overflow: hidden;
    position: relative;
}
.innerzn .bg {
    width: 50%;
    height: 100%;
    background: url(../images/zn.jpg) repeat;
    position: absolute;
    left: 0;
    top: 0;
    
}
.znzz_r{ width: 40%; float: right;}
.znzx_r_tit{ color: #0f4594; font-size: 44px;}
.znzx_r_tex{ font-size: 16px; line-height: 30px; margin-top: 49px;}
.znzx_r_img{ margin-top:54px;}

.innernews{background: url(../images/bg16.jpg) no-repeat center #000;
    background-size: cover;
    overflow: hidden;}

.innernews .pagination {
	text-align:center;
	position:absolute;
	left:0;
	bottom:20px;
}
.innernews  .pagination .swiper-pagination-bullet {
	border-radius:4px;
}
.innernews .pagination .swiper-pagination-bullet-active {
	width:20px;
	background:#0f4594;
}
.innernews_l_pic{ float: left; width: 40%;}
.innernews_l_pic img{ max-width: 100%;}
.innernews_tex{ width: 40%; float: left; margin-left: 5%;}
.innernews_tex1{ color: #fff; font-size: 28px;}
.innernews_tex2{ color: #fff; font-size: 16px; margin-top: 54px; line-height: 30px;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;}

.inner_date{ float: right; width: 76px; height: 91px; background: #0f4594; border-radius: 20px; text-align: center; color: #fff;}
.inner_date .time1{ font-size: 36px;}
.inner_news_tex3 .more2{ float: left;}
#swiperHonor{ height: auto; overflow: hidden; margin-bottom: 40px;}

.investor{background: url(../images/bg20.jpg) no-repeat center #000;
    background-size: cover;
    overflow: hidden;}
.investor1{ text-align: center; margin: 0px auto;}
.investor2{ text-align: center; margin: 0px auto; margin-top: 40px;}


 .contact-map {

  overflow: hidden;

}

 .contact-map #dituContent {

  width: 100%;

  height:960px;



}
