@charset "UTF-8";
html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	/*解决chrome浏览器下字体不能小于12px*/
	-webkit-font-smoothing:antialiased;
}
body {
	background:#fff;
	overflow-x: hidden;
	font-size: 12px;
	color: #666;
	font-family: "微软雅黑";
}
a {
	outline: none;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	font-size:12px;
}
a:hover {
	text-decoration: none;
}
html {
	zoom: 1;
}
html * {
	outline: 0;
	zoom: 1;
}
html button::-moz-focus-inner {
	border-color: transparent !important;
}
/*设置margin和padding为0*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,a,img,input,select,button,textarea {
	border: 0;
	background:none;
}
address,caption,cite,code,dfn,em,th,var，i {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
em,i {
	font-style: normal;
}
input[type="submit"],input[type="reset"],input[type="button"],input[type=date],button,select,input[type=text] {
	/*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
}
a,input[type=text],select,input[type=password],textarea {
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
 {
	color:#aaa;
	font-family: "微软雅黑";
}
body {
}
.fl {float:left;}
.fr {float:right;}
.clearfix{clear:both;}
img{max-width:100%;}
.warpper{width:1200px;margin:0 auto;}

@font-face {
    font-family: "Cocogoose_trial";
    src: url("./Cocogoose_trial.eot");
    src: url("./Cocogoose_trial.eot?#iefix") format("embedded-opentype"),
	 url("./Cocogoose_trial.woff") format("woff"),
	  url("./Cocogoose_trial.ttf") format("truetype"), 
	  url("./Cocogoose_trial.svg#Cocogoose_trial") format("svg")
}
@font-face {
    font-family: "DINPro-Regular";
    src: url("./DINPro-Regular.eot");
    src: url("./DINPro-Regular.eot?#iefix") format("embedded-opentype"),
	 url("./DINPro-Regular") format("woff"),
	  url("./DINPro-Regular.ttf") format("truetype"), 
	  url("./DINPro-Regular.svg#DINPro-Regular") format("svg")
}

.banner{position:relative;overflow:hidden;width:100%;height:100%;}
.banner .swiper-container{width:100%;height:100%;}
.banner ul li .bg{width:100%;height:100%;}
.banner ul li .img{position:absolute;left:160px;top:50%;transform:translate(0,-50%);}
.banner .swiper-pagination{opacity:0;}
.banner ul li .bg img{display:block;width:100%;height:1080px;height:56.25vw;object-fit:cover;}
.rftel{background:url(../images/trel.png) no-repeat left center;position:absolute;right:80px;top:40px;z-index:111;padding-left:60px;}
.rftel dl dt{font-size:14px;color:#219244;font-weight:bold;}
.rftel dl dd{font-size:32px;color:#fff;font-weight:bold;font-family: "DINPro-Regular";}
.bpage{position:absolute;right:80px;bottom:80px;width:108px;height:108px;background:url(../images/bnbg.png) no-repeat left top/cover;font-family: "DINPro-Regular";z-index:111;}
.bpage strong{width:96px;height:96px;text-align:center;line-height:96px;text-align:center;font-size:50px;color:#219244;position:absolute;left:0;top:0;}
.bpage span{width:44px;height:44px;text-align:center;line-height:44px;text-align:center;font-size:20px;color:#fff;position:absolute;right:0;bottom:0;}

.section{clear:both;overflow:hidden;padding-left:80px;}
.section#section01{padding-left:0;}
.section .warp{padding:0 80px;padding:0 4.1666vw; height:initial;box-sizing:border-box;width:100%;overflow:hidden;}
/* .section .con{position:relative;top:50%;transform:translate(0,-50%);} */
.section02 .con{display:flex;justify-content:space-between;}
.section02 .sleft{width:825px;}
.section02{position:relative;}
.section02 .header{position:fixed;left:0;top:0;border-bottom:solid 1px #eee;z-index:888;display:none;background:#fff;}
.header.fixed{position:fixed;display:block !important;transition:all .3s;left:0;top:0;background:#fff;border-bottom:solid 1px #eee;z-index:999;}

.header.fixed .logo,.section02 .header .logo{display:none;}
.header.fixed .searchbox,.section02 .header .searchbox{margin-left:80px;margin-left:4.1666vw;}


.fixleft{width:80px;  height:100%;position:fixed;left:0;top:0;background:url(../images/lbg.png) no-repeat center/cover;z-index:9999;}
.fixleft .con{position:relative;width:100%; height:100%;}
.fixleft .timg{width:56px;height:56px;margin:0 auto;margin-top:26px;}
 .timg img{}
 .timg img:nth-child(2){display:none;}
 
.menu{width:32px;height:18px;position:absolute;left:24px;top:42%;margin-top:-10px;cursor:pointer;}
.menu span{width:100%;height:3px;display:block;background:#fff;margin-bottom:5px;transition:.3s;}
.menu span:last-child{margin-bottom:0;width:24px;}

.menu.active span{}
.menu.active span:nth-child(2){width:24px;}
.menu.active span:nth-child(3){width:32px;}


.wx{width:80px;height:80px;background:#d1f0db;text-align:center;line-height:80px;position:fixed;left:0;bottom:0;display:none;cursor:pointer; }
.wx img{display:inline-block;vertical-align:middle;}
.wx .fixwx{width:0;overflow:hidden; height:120px;display:block;position:absolute;left:80px;bottom:0;position:absolute;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.fixwx span{width:120px;height:120px;display:inline-block;}
.wx:hover .fixwx{width:120px;}

.wx span img{display:block;width:120px;height:120px;}
.fixleft.active{background:#fff;}
.fixleft.active .menu span{background:#219244;}
.fixleft.active  .timg img:nth-child(1){display:none;}
.fixleft.active  .timg img:nth-child(2){display:inline-block;}

.mousedown{width:80px;height:282px;background:#219244;padding:30px 0;box-sizing:border-box;position:absolute;left:0;bottom:0;}
.mousedown a{display:block;padding-bottom:62px;background:url(../images/scroll.png) no-repeat center bottom;}

.mousedown span{/* background:url(../images/mouse.png) no-repeat center top; */height:154px;position:relative;display:block;width:100%;position:relative;text-align:center;
}
.mousedown i{display:inline-block;position:relative;
-webkit-animation: mouse 2s infinite;
-moz-animation: mouse 2s infinite;
-o-animation: mouse 2s infinite;
animation: mouse 2s infinite;}
.mousedown span::before{width:2px;height:110px;display:inline-block;content:'';position:absolute;bottom:0;background:rgba(255,255,255,0.4);position:absolute;left:50%;margin-left:-1px;}
.mousedown span::after{width:2px;height:40px;display:inline-block;content:'';position:absolute;bottom:70px;background:rgba(255,255,255,1);position:absolute;left:50%;margin-left:-1px;}

@-webkit-keyframes mouse { 0% { top: 10px; }
  50% { top: 0; }
  100% { top: 10px; } }

@-moz-keyframes mouse { 0% { top: 10px; }
  50% { top: 0; }
  100% { top: 10px; } }

@-o-keyframes mouse { 0% { top: 10px; }
  50% { top: 0; }
  100% { top: 10px; } }

@keyframes mouse { 0% { top: 10px; }
  50% { top: 0; }
  100% { top: 10px; } }
  


.ititle h3{font-size:40px;color:#219244; font-size:2.0833vw;}
.ititle p{font-size:60px;font-size:3.125vw;line-height:1em; color:#333333;text-transform:uppercase;font-family:'Cocogoose_trial';/* padding-top:15px; */}

.btnlink{overflow:hidden;}
.btnlink a{display:inline-block;width:250px;height:46px;line-height:46px;text-align:center;background:url(../images/albg01.png) no-repeat center/100% 100%;font-size:18px;color:#219244;font-weight:bold;letter-spacing:4px;margin-right:30px;transition: .3s;width:13.0208vw;height:2.3958vw;line-height:2.3958vw;font-size:0.9375vw; }
.btnlink a:hover,.btnlink a.active{background-image:url(../images/albg02.png);color:#fff;}

.section02 .desc{font-size:14px;line-height:24px;margin-top:25px;font-size:0.7291vw;line-height:1.5vw;margin-top:1.3020vw;}
.section02 .btnlink,.section02 .desc {padding-bottom:30px;padding-bottom:1.5625vw;}
.alist ul{display:flex;flex-direction:row;}
.alist ul li{display:inline-block;background:url(../images/ibg.png) no-repeat center/100% 100%;width:104px;height:104px;text-align:center;margin-right:10px;line-height:104px;width:5.4166vw;height:5.4166vw;line-height:5.4166vw;}
.alist ul li img{display:inline-block;vertical-align:middle;height:42px;height:2.1875vw;}

@media  screen and (max-width:1440px) {
	.section02 .desc{font-size:14px;line-height:28px;}
}

.more{margin-top:40px;}
.more a{display:block;font-size:20px;height:50px;line-height:50px;height:2.6041vw;line-height:2.6041vw;font-size:1.04166vw;}
.more span{display:inline-block;padding-right:74px;padding-right:2.96875vw; background:url(../images/mr.png) no-repeat 99% center/2.6041vw;}
.more a:hover span{background-image:url(../images/mr02.png);transition:all .6s;}
.more a:hover{color:#219244;transition:all .6s;}

.section03 .ititle h3,.section05 .ititle h3,.section06 .ititle h3{font-size:30px;font-size:1.5625vw; display:inline-block;color:#333;font-weight:bold;}
.section03 .ititle p,.section05  .ititle p,.section06  .ititle p{font-size:20px;font-size:1.04166vw;font-weight:bold; font-family:Arial;display:inline-block;margin-left:5px;}

.section07 .ititle{width:570px;width:29.6875vw;}
.section07 .ititle h3{font-size:30px;font-size:1.5625vw;}
.section04 .ititle p,
.section07 .ititle p{font-size:40px;font-size:2.0833vw;line-height:46px;line-height:2.3958vw;}

.section03 .list{position:relative;margin-top:30px;}
/* .section03 .list::before{content:'Ourindustry';display:inline-block; font-size:190px;font-family:'Cocogoose_trial';color:#ececec;position:absolute;left:0;top:0;z-index:1;font-size:9.8958vw;} */
.section03 .swiper-container{z-index:11;}
.section03 .list .prev,
.section03 .list .next
{position:absolute;top:-30px;display:inline-block;width:60px;height:60px;z-index:88;}
.section03 .list .prev{right:130px;background:url(../images/prev.png) no-repeat center/cover;}
.section03 .list .next{right:70px;background:url(../images/next.png) no-repeat center/cover;}
.section03 .list .prev:hover{background:url(../images/prev02.png) no-repeat center/cover;}
.section03 .list .next:hover{background:url(../images/next02.png) no-repeat center/cover;}

.section03 .list ul li{position:relative;text-align:center;width:560px;height:19.27028vw;}
.section03 .list ul li .img{position:relative;height:370px;height:19.27028vw;overflow:hidden;}
.section03 .list ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.section03 .list ul li .bg,
.section03 .list ul li .txt
{position:absolute;left:0;top:0;width:100%;height:100%;}
.section03 .list ul li .bg {text-align:left;}
.section03 .list ul li .bg span{color:#fff;margin-left:25px;margin-top:18px;width:63px;height:30px;line-height:28px; border:solid 1px #fff;text-align:center;display:inline-block;border-radius:28px;}
.section03 .list ul li .txt span{color:#fff;display:block;font-size:24px;position:relative;top:50%;transform:translate(0,-50%);font-size:1.25vw;}
.section03 .list ul li:hover .img img{transform:scale(1.05);-moz-transform:scale(1.05);-webkit-transform:scale(1.05);transition:.6s;}


.section03 .list ul li:nth-child(n) .bg{background:url(../images/bg01.png) no-repeat center/cover;}
.section03 .list ul li:nth-child(2n) .bg{background:url(../images/bg02.png) no-repeat center/cover;}

.section03 .list ul li:hover .bg{background:none;transition:.3s;}



.section04 .ititle {width:50%;}

.section04 .con{margin-top:48px;position:relative;background:url(../images/yu.jpg) no-repeat right 70px;}
.section04 .list{position:relative;/* height:46.875vw; */margin-top:64px;margin-top:3.333vw;padding-top:85px;padding-top:4.4270vw;}
.section04 .list::before{position:absolute;top:-3.333vw;left:0;content:'Ourindustry';font-size:190px;font-size:9.8958vw; color:#ececec;font-family:'Cocogoose_trial';text-transform:uppercase;letter-spacing:18px;letter-spacing:0.9375vw;}
.section04 .list .swiper-container{height:46.875vw;}
.section04 .list .btn{position:absolute;left:0;bottom:0; height:134px;height:6.9791vw;z-index:888;}
.section04 .list .prev,
.section04 .list .next
{display:inline-block;width:62px;height:62px;z-index:88;left:0;position:absolute;width:3.2291vw;height:3.2291vw;}
.section04 .list .prev{bottom:62px;bottom:3.2291vw; background:url(../images/lpref.jpg) no-repeat center/cover;}
.section04 .list .next{left:62px;left:3.2291vw; bottom:0;background:url(../images/rnext.jpg) no-repeat center/cover;}

.section04 .list .prev:hover{background-image:url(../images/lpref02.png);}
.section04 .list .next:hover{background-image:url(../images/rnext02.png);}


.section04 .list ul li{height:26.0416vw;height:20.8333vw;}
.section04 .list ul li a{display:block;height:26.0416vw;position:relative;}
.section04 .list ul li .img{width:840px;height:500px;width:43.75vw; height:26.0416vw;float:left;}
.section04 .list ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.section04 .list ul li .txt{width:400px;height:400px;background:url(../images/grbg.jpg) no-repeat center/cover;float:right;position:relative;width:20.8333vw;height:20.8333vw;}
.section04 .list ul li .inner{position:relative;top:50%;transform:translate(0,-50%);text-align:center;}
.section04 .list ul li .box{float:left;position:relative;}
.section04 .list ul li:nth-child(2n) .box{float:right;}
.section04 .list ul li:nth-child(3n) .box{padding-left:0;}

.section04 .list ul li:nth-child(2n) .img{float:right;}
.section04 .list ul li:nth-child(2n) .txt{float:left; top:100px;top:5.20833vw;}
.section04 .list ul li:hover .txt{background:url(../images/blbg.jpg) no-repeat center/cover;}
.section04 .list ul li .txt strong{display:block; font-size:26px;font-size:1.3541vw; color:#fff;text-align:center;}
.section04 .list ul li .txt span{display:block; font-size:14px;color:#555d63;text-align:center;}
.section04 .list ul li .txt strong{color:#ececec;}
.section04 .list ul li .txt span{color:#ececec;}

.section05 .sleft{float:left;width:440px; width:20.9166%;height:580px; height:31.2083vw;position:relative;padding-top:22px;box-sizing:border-box;}
.section05 .sright{float:right;width:1245px; width:63.84372%;position:relative;height:31.2083vw;overflow:hidden;}
.section05 .sright .con{position:absolute;left:0;top:0;height:31.2083vw;opacity:0;z-index:-999;width:100%;}
.section05 .sright .con.active{opacity:1;z-index:1;}

.section05 .sleft .btnlink{padding-top:45px;padding-top:2.34375vw;}
.section05 .sleft .btnlink a{display:block;margin-right:0;margin-top:1.5625vw;}
.section05 .sleft .more{position:absolute;left:0;bottom:0;}


/* .section05 .con{display:flex;justify-content:space-between;} */
.section05 .con{overflow:hidden;}

.section06 .sleft{float:left;width:440px; width:20.9166%;height:580px; height:31.2083vw;position:relative;padding-top:22px;box-sizing:border-box;}
.section06 .sright{float:right;width:1245px; width:63.84372%;position:relative;height:31.2083vw;overflow:hidden;}
.section06 .sright .con{position:absolute;left:0;top:0;height:31.2083vw;opacity:1;z-index:-999;width:100%;}
.section06 .sright .con.active{opacity:1;z-index:1;}

.section06 .sleft .btnlink{padding-top:45px;padding-top:2.34375vw;}
.section06 .sleft .btnlink a{display:block;margin-right:0;margin-top:1.5625vw;}
.section06 .sleft .more{position:absolute;left:0;bottom:0;}


/* .section05 .con{display:flex;justify-content:space-between;} */
.section06 .con{overflow:hidden;}

.newitem{width:580px;float:left;width:30.20833vw;width:46%; position:relative;height:190px;height:9.8958vw;padding-left:1.3020vw;display:inline-block;box-sizing:border-box;margin-top:10px;margin-top:0.5208vw;}
.newitem:nth-child(2n){float:right;}
.newitem a{display:block;}
.newitem .time{margin-top:25px;margin-top:1.3020vw;}
.newitem .time span{display:block; font-size:24px;font-size:1.04166vw; color:#219244;font-weight:bold;position:relative;}
.newitem .time span::before{width:8px;height:18px;width:0.41666vw;height:0.9375vw; display:inline-block;content:'';background:#219244;position:absolute;left:-25px;top:4px;left:-1.3020vw;top:0.20833vw;}
.newitem .desc{font-size:14px;line-height:24px;color:#999;font-size:0.7291vw;line-height:1.25vw;height:2.5vw;overflow:hidden;}
.newitem .title{font-size:20px;color:#333;font-size:1.04166vw;}
.newitem .desc,.newitem .title{margin-top:10px;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.newitem .desc{margin-bottom:40px;margin-bottom:2.0833vw;}

.newitem.active a .title{color:#219244;transition:all .3s;}
.newitem  .swiper-container,.newitem li,.newitem .img{height:190px;overflow:hidden;}
.newitem .img img{display:block;width:100%;height:100%;object-fit:cover;}
.newitem .next{width:40px;height:40px;position:absolute;bottom:35px;left:50%;margin-left:-20px;background:url(../images/nmn.png) no-repeat center top;z-index:99;cursor:pointer;}
.newitem .next:hover{background-image:url(../images/nmn02.png);transition: .3s;}
.newitem li img{display:block;width:100%;height:100%;object-fit:cover;}

.section07{background:#f3f3f3;}
/* .section06 .warp{padding-left:4.1666vw;} */
.section07 .list{position:relative;margin-top:50px;padding-top:90px;margin-top:2.6041vw;padding-top:4.6875vw;}
.section07 .list::after{position:absolute;left:0;top:0;display:block;content:'Subordinate';font-size:180px;color:#ececec;font-family:'Cocogoose_trial';z-index:1;text-transform:uppercase;letter-spacing:35px; font-size:9.375vw;letter-spacing:1.8229vw;line-height:1em;}

.section07 ul{display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;position:relative;z-index:888;background:none;margin-top:-60px;padding-bottom:10px;}
.section07 ul li{height:300px;width:520px;width:33.333%;padding:30px;box-sizing:border-box;height:15.625vw;line-height:15.625vw; margin-top:60px;}
.section07 ul li a{background:#fff;text-align:center;width:100%;display:block;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.section07 ul li img{max-width:100%;max-height:100%;display:inline-block;vertical-align:middle;}

@media  screen and (max-width:1440px) {
		.section07 ul{padding-bottom:40px;}
}





/**.section07{overflow:hidden;}
.section07 .ititle h3{font-size:30px;font-size:1.5625vw; display:inline-block;font-weight:bold;margin-top:30px;}
.section07 .ititle p{font-size:20px;font-size:1.04166vw;font-weight:bold; font-family:Arial;display:inline-block;margin-left:5px;}
.section07 ul{margin-top:30px;}
.section07 ul li{height:180px;margin-top:30px;background:#f6f6f6;}
.section07 ul li a{height:180px;overflow:hidden;}
.section07 ul li .img{width:20vw;height:180px;overflow:hidden;float:left;}
.section07 ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.section07 ul li .txt{width:60vw;padding-left:40px;float:left;box-sizing:border-box;}
.section07 ul li .time{ position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:24px;}
.section07 ul li .time strong{font-size:24px;color:#219244;font-weight:bold;}
.section07 ul li .time::before{width:8px;height:18px;display:inline-block;content:'';background:#219244;position:absolute;left:-25px;top:7px;}
.section07 ul li .time span{font-size:14px;text-transform:uppercase;}
.section07 ul li .title{ font-size:20px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:15px;}
.section07 ul li .desc{font-size:14px;line-height:24px;color:#999;margin-top:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;}

.section07 ul li:hover{background:#219244;}
.section07 ul li:hover .time strong{color:#edaf33;}
.section07 ul li:hover  .time::before{background:#edaf33;}
.section07 ul li:hover .time span,
.section07 ul li:hover .desc
{color:rgba(255,255,255,0.6);}
.section07 ul li:hover .title{color:#fff;}
**/
.section08 .con{margin-top:50px;}
.section08 ul{display:flex;justify-content:space-between;padding-bottom:10px;}
.section08 ul li{width:50%;height:340px;height:17.7083vw;position:relative;color:#333;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.section08 ul li::before{width:100%;height:108px;height:5.625vw; position:absolute;left:0%;top:-50px;background:url(../images/ct02.png) no-repeat center top/10.5208vw 5.625vw;content:'';}
.section08 ul li a{display:block;height:inherit;}
.section08 ul li .inner{position:relative;top:50%;text-align:center;transform:translate(0,-50%);}
.section08 ul li .t{font-size:24px;font-size:1.25vw;letter-spacing:18px;letter-spacing:0.9375vw;}
.section08 ul li .d{font-size:40px;font-size:2.0833vw; font-family:'Cocogoose_trial';}
.section08 ul li i{display:inline-block;width:40px;height:40px;margin-top:20px; background:url(../images/cr01.png) no-repeat center/cover;}
.section08 ul li:hover{background:#219244;color:#fff;}
.section08 ul li:hover i{background:url(../images/cr02.png) no-repeat center/cover;}
.section08 ul li:hover::before{background:url(../images/ct01.png) no-repeat center top;content:'';}



.section02 .warp{padding-top:100px;height:auto;}
.section02 .con{top:auto;transform:translate(0,0);overflow:hidden;/* padding:190px 0; */}
.section02 .con .sleft,.section02 .con .sright{width:50%;}
.section02 .con .sright{height:427px;height:22.2395vw;}
.section02 .con .sright img{display:block;width:100%;height:100%;object-fit:cover;}


.section{box-sizing:border-box;}
.section02 .warp,.section03 .warp,.section05 .warp ,.section06 .warp{display:flex;flex-direction:column;justify-content:center;height:100%;}
.section04{padding-top:120px;padding-bottom:120px;}
/* .section05{padding-top:120px;padding-bottom:200px;} */
.section07{padding-top:120px;padding-bottom:127px;}
.section08 .warp{padding-top:70px;padding-bottom:107px;}

.header{width:100%;height:100px;}
.header.active{height:5.2083vw;}
.header .mcon,.footer .mcon{margin:0 80px;margin:0 4.1666vw;}
.header .mcon{display:flex;flex-wrap:nowrap;min-width:1030px;align-items:center;height:100px;justify-content:space-between;}
.logo{width:198px;height:66px;}
.logo.active{padding-top:17px;padding-top:0.8854vw;width:10.3125vw;height:3.4375vw;}

.fshare a,#fshare a{display:inline-block;width:30px;height:30px;margin:0; padding:0;margin-left:30px;}
.fshare a.btn01,#fshare a.btn01{background:url(../images/fb01.png) no-repeat center;}
.fshare a.btn02,#fshare a.btn02{background:url(../images/fb02.png) no-repeat center;}
.fshare a.btn03,#fshare a.btn03{background:url(../images/fb03.png) no-repeat center;}
.fshare a.btn04,#fshare a.btn04{background:url(../images/fb04.png) no-repeat center;}
.fshare a.btn05,#fshare a.btn05{background:url(../images/fb05.png) no-repeat center;}
.fshare a:hover{opacity:0.4;-moz-opacity:0.4;transition:.6s;}

.obj_text{ border-bottom:1px solid #eeeeee; clear:both; height:25px;padding-top:15px;}
.obj_left{ float:left;padding-top: 3px;}
.obj_left span{ float:left; color:#888888; font-size:12px; line-height:16px;}
.obj_left span,.obj_left a{vertical-align:top; margin-top:0; margin-bottom:0;}
.obj_right{ float:right; text-align:right;}
.obj_right span{display: inline-block;color:#555555;margin-left:8px;line-height:24px;    cursor: pointer;}
.print{border:1px solid #eeeeee;border-bottom:none;  font-size:12px; padding:0 5px; }
.size a{font-size:14px; margin-left:15px;}



/* */
.nav ul li{display:inline-block;margin-left:58px;height:100px;height:5.2083vw;line-height:5.2083vw;margin-left:3.0208vw;position:relative;position:relative;}
.nav ul li a{font-size:16px;font-size:0.8333vw;}
.nav ul li:hover>a,
.nav ul li.active>a{color:#219244;}

.nav ul li dl{position:absolute;left:50%;margin-left:-70px; top:5.2083vw;text-align:center;z-index:999;background:#fff;width:140px;display:none;}
.nav ul li dl dd{line-height:40px;}
.nav ul li dl dd a{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.nav ul li dl dd a:hover{color:#fff; background: #3b9911; transition:.2s;}


.searchbox{width:293px;height:40px;line-height:40px;border:solid 1px #eee;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;-ms-border-radius:20px; overflow:hidden;margin-left:105px;width:15.2604vw; position:relative;margin-left:0;}
/*height:2.0833vw;line-height:2.0833vw; margin-top:1.5625vw; *margin-left:5.46875vw;*/

.btnsearch{width:45px;height:40px;float:left;background:url(../images/btnsearch.jpg) no-repeat center/18px;font-size:0;cursor:pointer; /*width:2.34375vw; height:2.08333vw; */position:absolute;left:0;bottom:0;z-index:11;}
.txt_search{font-size:14px;color:#bfbfbf;width:230px;height:100%;height:40px;line-height:40px;/*width:11.9791vw; height:2.08333vw;line-height:2.08333vw; */ width:100%;position:absolute;left:0;top:0;padding-left:50px;box-sizing:border-box;}
@media screen and (max-width:1440px) {
	.nav ul li{margin-left:2.0208vw;}
	.nav ul li>a{font-size:14px;}
	.searchbox{margin-left:0;display:flex;flex:1;max-width:200px;}
}



.footer{background:#f5f5f5;}
.footer .mcon,.footer .fright,.fwx{display:flex;justify-content:space-between;height:130px;align-items:center;}
.copyright{text-align:right;font-size:14px;color:#c1c1c1;line-height:22px;}
.fwx dl{width:78px;height:78px;margin-left:30px;}
.nbanner{clear:both;position:relative;width:100%;}
.nbanner img{display:block;width:100%;}
.nbanner .bg{width:100%;height:100%;position:absolute;left:0;top:0;z-index:99;}
.nbanner .inner{position:relative;top:50%;transform:translate(0,-50%);text-align:center;color:#fff;position:relative;padding-bottom:20px;}
.nbanner .inner::after{width:30px;height:2px;display:inline-block;content:'';background:#f4b13e;position:absolute;bottom:0;left:50%;margin-left:-15px;}
.nbanner .warpper{height:inherit;letter-spacing:3px;}
.nbanner .inner h3{font-size:50px;color:#fff;}
.inner p{font-size:16px;color:rgba(255,255,255,0.4);text-transform:uppercase;}

.menubg{width:100%;margin-top:-63px;}
.menubg .warpper{background:#fff;overflow:hidden;   box-shadow:0 0 10px rgba(0,0,0,0.1);position:relative;z-index:888;text-align:center;}
.smenu ul{display:inline-block;}
.smenu ul li{display:inline-block;line-height:100px;height:100px;padding:0 34px;}
.smenu ul li a{font-size:16px;}
.smenu ul li.active{background:url(../images/smenu.png) no-repeat center;}
.smenu ul li.active a{color:#219244;}

.thmenu{text-align:center;padding:20px 0;}
.thmenu ul,.thmenu ul li{display:inline-block;}
.thmenu ul li{padding:0 30px;}
.thmenu ul li a{font-size:16px;}
.thmenu ul li.active a{color:#219244;}

.mbg .thmenu{margin-top:-30px;padding-bottom:40px;}

.zzjg .swiper-container img{width: 100%;}

.smenupic{}
.smenupic ul li{height:150px;width:240px;position:relative;float:left;border-right:solid 2px #f8f8f8;box-sizing:border-box;padding:0;}
.smenupic ul li:last-child{border:none;}
.smenupic ul li a{display:inline-block;height:150px;text-align:center;line-height:110px;padding:20px;box-sizing:border-box;}
.smenupic ul li img{vertical-align:middle;display:inline-block;max-width:100%;max-height:100%;}
/* .smenupic ul li img:nth-child(1){}
.smenupic ul li img:nth-child(2){display:none;} */
.smenupic ul li.active{background:none;}
/* .smenupic ul li.active img:nth-child(1),
.smenupic ul li:hover img:nth-child(1)
{display:none;}
.smenupic ul li.active img:nth-child(2),
.smenupic ul li:hover img:nth-child(2)
{display:inline-block;} */


.ntab{text-align:center;padding-bottom:30px;}
.ntab ul,.ntab ul li{display:inline-block;}
.ntab ul li{width:240px;border-right:solid 1px #eee;text-align:center;display:inline-block;padding-top:8px;padding-bottom:16px;}
.ntab ul li:nth-child(1){border-left:solid 1px #eee;}
.ntab ul li a{display:block;text-align:center;}
.ntab ul li i{display:inline-block;width:88px;line-height:88px;overflow:hidden;box-sizing:border-box;border-radius:50%;background:url(../images/ntbg.png) no-repeat center;width:105px;height:105px;line-height:105px;}
.ntab ul li i img{vertical-align:middle;display:inline-block;width:88px;}
.ntab ul li span{font-size:16px;display:block;}
.ntab ul li.active i{background-image:url(../images/ntbg02.png);}
.ntab ul li.active span{color:#219244;}


.nyinfo{background:#f6f6f6;padding:64px 40px;min-height:468px; padding-bottom:117px;position:relative;}
.nyinfo::before{clear:both;content:'';width:217px;height:108px;position:absolute;left:40px;bottom:-40px;background:url(../images/gbbg.png) no-repeat left top;}

.nyinfo::after{clear:both;content:'';}
.mtitle h3{font-size:30px;color:#219244;}
.mtitle p{font-size:40px;color:#222222;text-transform:uppercase;font-family:'Cocogoose_trial';text-transform:uppercase;}
.nyinfo .txt{width:520px;}
.nyinfo .pimg{width:560px;height:468px;position:relative;margin-top:30px;}
.nyinfo .pimg .next,
.nyinfo .pimg .prev{position:absolute;right:40px;bottom:-111px;z-index:99;width:50px;height:50px;display:inline-block;cursor:pointer;z-index:999;}
.nyinfo .pimg .prev{right:60px;background:url(../images/nprev.png) no-repeat center;}
.nyinfo .pimg .next{right:0px;background:url(../images/nnext.png) no-repeat center;}
.nyinfo .pimg .prev:hover{background:url(../images/nprev02.png) no-repeat center;}
.nyinfo .pimg .next:hover{background:url(../images/nnext02.png) no-repeat center;}
.nyinfo .desc{font-size:14px;line-height:24px;text-indent:2em;}
.nyinfo .desc p{text-indent:2em;margin-top:20px;}


.sclist  {overflow:hidden;}
.sclist ul {margin-right:-30px;margin-top:-30px;}
.sclist ul li{float:left;display:inline-block;width:380px;margin-right:30px;margin-top:30px; text-align:center;background:#f4f4f4;height:375px;position:relative;}
.sclist ul li a{display:block;}
.sclist ul li .img{height:250px;overflow:hidden;}
.sclist ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.sclist ul li .txt{padding:20px 30px;}
.sclist ul li .title{font-size:20px;color:#333;padding-bottom:10px;margin-bottom:5px;position:relative;}
.sclist ul li .title::after{width:26px;height:2px;display:inline-block;content:'';background:#e4e4e4;position:absolute;bottom:0;left:50%;margin-left:-13px;}
.sclist ul li .desc{font-size:14px;line-height:22px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}

.sclist ul li .bg
{position:absolute;left:0;top:0;width:100%;height:250px;background:url(../images/scbg.png) no-repeat left top/cover;}
.sclist ul li .bg {text-align:left;}
.sclist ul li .bg span{color:#fff;margin-left:25px;margin-top:18px;width:63px;height:30px;line-height:28px; border:solid 1px #fff;text-align:center;display:inline-block;border-radius:28px;}


.sclist ul li:hover{background: #219244;transition:all .6s;}
.sclist ul li:hover .bg{background:none;transition:.3s;}
.sclist ul li:hover .title{color:#fff;transition:all .6s;}
.sclist ul li:hover .title::after{background:#edaf33;transition:all .6s;}
.sclist ul li:hover .desc{color:rgba(255,255,255,0.6);transition:all .6s;}



.mbg{padding:57px 0;clear:both;}
.footer{clear:both;}


.aleft{padding-top:20px;}
.alt h3{font-size:30px;color:#219244;}
.alt p{width:660px;font-size:46px;color:#333333;text-transform:uppercase;font-family:'Cocogoose_trial';padding-top:15px;}
.aleft .desc{width:500px;font-size:14px;line-height:26px;text-align:2em;margin-top:35px;}
.aleft .desc p{margin-top:25px;}


.gltd{position:relative;height:490px;padding:0 200px;box-sizing:border-box;width:100%;box-sizing:border-box;}
.gbtn{position:absolute;left:0;top:180px;height:60px;z-index:1;background:url(../images/bpage.png) no-repeat center top;padding:0 56px;box-sizing:border-box;width:100%;}
.gbtn .prev,
.gbtn .next{width:40px;height:40px;display:inline-block;position:absolute;top:10px;cursor:pointer;z-index:888;transition: .3s;}
.gbtn .prev{background:url(../images/tleft.png) no-repeat center/cover;left:10px;}
.gbtn .next{background:url(../images/tright.png) no-repeat center/cover;right:10px;}

.gbtn .prev:hover{background-image:url(../images/tleft02.png);}
.gbtn .next:hover{background-image:url(../images/tright02.png);}

.gltd .con{position:relative; z-index:22;}
.gltd ul li{display:inline-block;float:left;text-align:center;width:auto;padding-top:90px;position:relative;}
.gltd ul li .txt{padding-top:10px;opacity:0.6;}
.gltd ul li .txt strong{font-size:22px;display:block;color:#222;position:relative;}
.gltd ul li .txt strong::after{width:20px;height:2px;display:inline-block;content:'';background:#f1d6a8;position:absolute;left:50%;margin-left:-10px;bottom:0;opacity:0;}
.gltd ul li .txt span{font-size:14px;color:#888;display:block;}
.gltd ul li .img{position:relative;z-index:1;overflow:hidden;border-radius:50%;width:226px;height:226px;}
.gltd ul li .img::after{display:block;content:'';width:100%;height:100%;background:url(../images/whbg.png) repeat;position:absolute;left:0;top:0;border:solid 2px #fff;border-radius:50%;box-sizing:border-box;}
.gltd ul li .img img{width:100%;height:100%;border-radius:50%;display:block;margin:0 auto;}

.gltd ul li.swiper-slide-active .img,.gltd ul li.swiper-slide-active .img img{width:408px;height:408px;}
.gltd ul li.swiper-slide-active{padding-top:0;opacity:1;}
.gltd ul li.swiper-slide-active .txt strong{padding-bottom:10px;margin-bottom:10px;}
.gltd ul li.swiper-slide-active .txt,.gltd ul li.swiper-slide-active .txt strong::after{opacity:1;}
.gltd ul li.swiper-slide-active .img::after{border:solid 5px #165d2c;background:none; }

/* .gltd ul li.swiper-slide.swiper-slide-prev .img,
.gltd ul li.swiper-slide.swiper-slide-prev .img{z-index:22;}
.gltd ul li.swiper-slide.swiper-slide-prev .img{left:140px;}
.gltd ul li.swiper-slide.swiper-slide-next .img{left:-140px;}

 */
.gltd ul li.swiper-slide.swiper-slide-active .img{z-index:333;width:408px;height:408px;position:relative;left:50%;margin-left:-204px;}


.zzry{}
.zzry dl{padding-bottom:40px;}
.zzry dl dt{text-align:center;position:relative;}
.zzry dl dt::before,
.zzry dl dt::after
{width:542px;height:2px;display:inline-block;content:'';background:#f8f8f8;position:absolute;bottom:0;top:50%;margin-top:-1px;}
.zzry dl dt::before{left:0;}
.zzry dl dt::after{right:0;}
.zzry dl dt span{font-size:30px;color:#000;}
.zzry dl dd {margin-top:30px;}
.zzry dl dd ul {margin-right:-27px; }
.zzry dl dd ul li{width:280px;float:left;display:inline-block;text-align:center;margin-right:27px;}
.zzry dl dd ul li .img{background:url(../images/zsbg.jpg) no-repeat center/cover;height:205px;padding:12px;box-sizing:border-box;}
.zzry dl dd ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.zzry dl dd ul li .txt{padding-top:18px;background:url(../images/rbbg.png) no-repeat center top;}
.zzry dl dd ul li .txt span{font-size:14px;display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.zzry dl.zzry02  dd ul li .img{background:url(../images/rybg.jpg) no-repeat center/cover;height:373px;padding:12px;box-sizing:border-box;}

.contactus{height:260px;position:relative;}
.cleft{width:804px;height:260px;background:url(../images/cleft.png) no-repeat left bottom;position:absolute;left:0;top:0;z-index:888;padding-top:35px;box-sizing:border-box;}
.cright{width:813px;height:347px;background:url(../images/crt.png) no-repeat right bottom;position:absolute;right:0;top:0;z-index:777;}
.cword{width:270px;margin-top:18px;}
.cword h3{font-size:24px;color:#0c0c0c;}
.cword p{font-size:14px;line-height:24px;color:#888;padding-top:7px;text-align:justify;}
.clist{width:505px;float:right;padding-top:117px;position:relative;z-index:999;}
.clist ul li{ font-size:14px;line-height:50px;color:#fff; padding-left:28px;}
.clist ul li:nth-child(1){background:url(../images/c01.png) no-repeat left center;}
.clist ul li:nth-child(2){background:url(../images/c02.png) no-repeat left center;}
.clist ul li:nth-child(3){background:url(../images/c03.png) no-repeat left center;}
.clist ul li:nth-child(4){background:url(../images/c04.png) no-repeat left center;}

 .message .form{margin-top:-30px; padding-bottom:113px;}
 .message .row{width:580px;height:50px;line-height:50px;float:left;display:inline-block;position:relative;margin-top:40px;background:#f0f5f2;border-radius:25px;}
 .message .row.name,
 .message .row.email
 {margin-right:25px;}
 
 .message .row span{display:inline-block;position:absolute;left:0;padding-left:30px;height:50px;width:auto;font-size:16px;color:#222;}
 .message .row .txt_input{display:inline-block;position:absolute;right:0px;top:0px;height:50px;line-height:50px;box-sizing:border-box; width:490px;font-size:16px;color:#333;}
 .message .row .sel_input{display:inline-block;position:absolute;right:0;top:0;height:50px;line-height:50px;box-sizing:border-box; width:435px;font-size:16px;color:#333;background:url(../images/sd.png) no-repeat right center;margin-right:30px;}
  .message .row.msgc{clear:both;width:100%;float:none;height:170px;padding:10px 0;}
 .message .row.msgc .txt_input{width:100%;height:150px;line-height:50px; font-size:16px;color:#333; padding-left:105px;padding-top:10px;}
 .message .end{padding-top:50px;text-align:center;clear:both;}
 .btnreset, .btnsubmit{width:120px;height:40px;line-height:40px;background:#b38a00;color:#fff;font-size:14px;cursor:pointer;border-radius:20px;margin:0 5px;}
 .btnreset{background:#8dba9b;}
 .btnsubmit{background:#219244;}
 
   .message .row.code{position:relative;width:400px;}
   .message .row.code .codeimg{position:absolute;left:440px;top:5px;}
   .message .row.code .txt_code{width:270px;}

.joblist ul {margin-top:-20px;}
.joblist ul li{border:solid 1px #eee;margin-top:20px;background:#fff;}
.joblist dl dt{line-height:50px;padding:0 35px;background:url(../images/down.png) no-repeat 1160px center;}
.joblist dl dt strong{font-size:16px;color:#333;display:inline-block;width:255px;}
.joblist dl dt span{font-size:14px;color:#888;display:inline-block;width:auto;margin-right:35px;}
.joblist dl dd{font-size:14px;color:#8f8f8f;padding:20px 35px;line-height:24px;}
.joblist dl dd strong{color:#333;}
.joblist dl dd {display:none;}
.joblist dl dd .desc{position:relative;font-size:14px;line-height:30px;}
.joblist dl dd .ck{width:100px;height:34px;background:#edaf33;line-height:34px;text-align:center;border-radius:17px;text-align:center;position:absolute;right:0;bottom:0;}
.joblist dl dd .ck a{font-size:14px;display:block;color:#fff;}

.joblist ul li.active dl dt{background:url(../images/up.png) #219244 no-repeat 1160px center;}
.joblist ul li.active dl dt strong{color:#fff;}
.joblist ul li.active dl dt span{ color:#96c9a6;}

.vlist{overflow:hidden;}
.vlist ul {margin-right:-45px;margin-top:-45px;}
.vlist ul li{width:370px;float:left;margin-right:45px;margin-top:45px;}
.vlist ul li .img{width:370px;height:220px;overflow:hidden;position:relative;}
.vlist ul li .img::before{display:block;width:100%;height:100%;content:'';position:absolute;left:0;top:0;background:rgba(0,0,0,0.4);z-index:11;}
.vlist ul li .img::after{display:block;width:100%;height:100%;content:'';position:absolute;left:0;top:0;background:url(../images/vplay.png) no-repeat center;z-index:33;}
.vlist ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.vlist ul li .txt{border-bottom:solid 2px #f1f1f1;height:83px;box-sizing:border-box;padding:0 17px;}
.vlist ul li .txt strong{font-size:16px;color:#222;display:block;padding-top:18px;font-weight:normal;}
.vlist ul li .txt span{background:url(../images/vr.png) no-repeat right center;font-size:14px;color:#888;display:block;margin-top:8px;}
.vlist ul li:hover{background:#219244;}
.vlist ul li:hover .txt strong,.vlist ul li:hover .txt span{color:#fff;}
.vlist ul li:hover .txt span{background-image:url(../images/vr02.png);}
.vlist ul li:hover  .img::before,.vlist ul li:hover  .img::after{opacity:0;transition:.3s;}

.m-page{ padding-top:60px; text-align: center;}
.m-page span{ display: inline-block;}
.m-page a{ float: left; margin-left: 10px; line-height: 38px; padding: 0 22px; border: 1px solid #dddddd; color: #888888;background:#fff; font-family: arial; font-size: 16px;border-radius:3px;}
.m-page a.z-crt{ background-color: #219244; color: #FFFFFF; border-color: #219244;}
.m-page a.pageprv,
.m-page a.pagenxt{ font-size: 14px;}



.newslist{overflow:hidden;}
.newslist ul{margin-top:-30px;}
.newslist ul li{height:180px;margin-top:30px;background:#f6f6f6;}
.newslist ul li a{height:180px;overflow:hidden;}
.newslist ul li .img{width:260px;height:180px;overflow:hidden;float:left;}
.newslist ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.newslist ul li .txt{width:880px;padding-right:40px;float:right;box-sizing:border-box;}
.newslist ul li .time{ position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:24px;}
.newslist ul li .time strong{font-size:24px;color:#219244;font-weight:bold;}
.newslist ul li .time::before{width:8px;height:18px;display:inline-block;content:'';background:#219244;position:absolute;left:-25px;top:7px;}
.newslist ul li .time span{font-size:14px;text-transform:uppercase;}
.newslist ul li .title{ font-size:20px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:15px;}
.newslist ul li .desc{font-size:14px;line-height:24px;color:#999;margin-top:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;}

.newslist ul li:hover{background:#219244;}
.newslist ul li:hover .time strong{color:#edaf33;}
.newslist ul li:hover  .time::before{background:#edaf33;}
.newslist ul li:hover .time span,
.newslist ul li:hover .desc
{color:rgba(255,255,255,0.6);}
.newslist ul li:hover .title{color:#fff;}

.shzr{padding-left:25px; clear:both;overflow:hidden;}
.shzr ul{margin-top:-30px;width:1320px;}
.shzr ul li{width:240px;float:left;padding:0 25px; margin-top:30px;text-align:center;}
.shzr ul li a{height:250px;display:block;}
.shzr ul li .img{width:240px;height:158px;overflow:hidden;}
.shzr ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.shzr ul li .txt{background:url(../images/shbg.png) no-repeat left 30px;height:101px;width:320px;line-height:50px;position:relative;left:-40px;box-sizing:border-box;padding-top:30px;}
.shzr ul li .txt strong{font-size:16px;position:relative;z-index:999;font-weight:normal;overflow:hidden;width:100%;text-overflow:ellipsis;white-space:nowrap;}
.shzr ul li .txt::before{background:url(../images/sbbg.png) no-repeat left center;display:block;content:'';width:346px;height:101px;position:absolute;left:-13px;bottom:0;opacity:0;}

.shzr ul li:hover .txt strong{color:#fff;}
.shzr ul li:hover .txt{z-index:111;}
.shzr ul li:hover .txt::before{opacity:1;z-index:999;}


.zht{text-align:center;font-size:30px;color:#000;border-bottom:solid 3px #f8f8f8;position:relative;padding-bottom:14px;}
.zht::after{width:46px;height:3px;display:inline-block;content:'';background:#f8dfad;position:absolute;bottom:-3px;left:50%;margin-left:-23px;}

.article-con .con{margin-top:40px;}
.article-con dt{padding-top:55px;}
.article-con dt i{font-size:40px;color:#f3f3f3;font-family:'Cocogoose_trial';position:relative;top:3px;display:inline-block;margin-right:8px;}
.article-con dt strong{font-size:24px;color:#219244;}
.article-con dl dt{text-align:center;}
.article-con dl dd .desc{font-size:16px;text-align:center;line-height:24px;margin-top:20px; padding-bottom:65px;}
.article-con dl dd .item{text-align:center;}
.article-con dl dd .item span{color:#219244;font-size:26px;background:#f5fff8;display:inline-block;width:252px;height:56px;line-height:44px; text-align:center;border-radius:28px;position:relative;margin:0 8px;padding:7px;box-sizing:border-box;}
.article-con dl dd .item span::before{width:240px;height:44px;line-height:44px;display:inline-block;content:'';position:absolute;left:7px;top:7px;border-radius:22px;background:#f5fff8;z-index:1;border:dashed 1px #219244;box-sizing:border-box;}
.article-con dl dd .item span:nth-child(2n){color:#edaf33;background:#fffbf3;}
.article-con dl dd .item span:nth-child(2n)::before{border-color:#edaf33;background:#fffbf3;}
.article-con dl dd .item em{position:relative;z-index:22;display:block;}


.article-con dl dd .img{padding-top:45px;}


/* 党建新增页样式 */
.submenu{ margin-top: -25px; margin-bottom: 20px; text-align: center;}
.submenu ul{ display: inline-block;}
.submenu ul li{ float: left;}
.submenu a{ display: block; padding: 0 20px; min-width: 120px; font-size: 16px; text-align: center; color: #666666;}

.over{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.over2{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.marb30{ margin-bottom: 30px;}
.zzcont{}
.zzcont .zzcontl,.zzcont .zzcontr{ width: 580px;}
.zzcont .zztitle{ height: 49px; line-height: 49px; border-bottom: 1px solid #E5E5E5;}
.zzcont .zztitle span{ margin-right: 20px; font-size: 24px; color: #990000;}
.zzcont .zztitle i{ font-size: 14px; color: #666666;}
.zzcont .zznr{ padding: 15px 0 20px; border-bottom: 1px solid #E5E5E5;}
.zzcont .zznr .fl{ width: 248px; height: 154px; overflow: hidden;}
.zzcont .zznr .fl img{ width: 248px; height: 154px; object-fit: cover;}
.zzcont .zznr .fr{ width: 315px; height: 154px; overflow: hidden;}
.zzcont .zznr .zzname{ font-size: 18px; color: #333333;}
.zzcont .zznr .zztxt{ margin-top: 15px; height: 100px; line-height: 25px; line-clamp: 4;}
.zzcont .zznr .zzmore{ margin-top: 10px; font-size: 14px;}
.zzcont .zznr:hover .zzmore{ color: #990000;}
.zzcont .zzlist li{ border-bottom: 1px solid #E5E5E5;}
.zzcont .zzlist li a{ display: block; line-height: 54px; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.zzcont .zzlist li:hover a{ color: #990000;}

.list2{}
.list2 ul li{ margin-bottom: 20px; background-color: #F6F6F6; transition: 0.3s;}
.list2 li a{ display: block;}
.list2 li .fl{ width: 260px; height: 180px; overflow: hidden;}
.list2 li .fl img{ height: inherit; object-fit: cover;}
.list2 li .fr{ width: 865px; margin-right: 40px;}
.list2 li .fr p{ display: block; padding-left: 25px; margin-top: 20px; font-size: 20px; color: #333333;}
.list2 li .fr .time{ position: relative; line-height: 18px; padding-left: 25px; margin-top: 20px;}
.list2 li .fr .time::before{ content: ''; position: absolute; top: 0px; left: 0; z-index: 10; width: 8px; height: 18px; background-color: #990000;}
.list2 li .fr div.over2{ margin-top: 20px; padding-left: 25px; line-height: 1.8; font-size: 14px; color: #999999;}
.list2 li .fr i{ float: left; font-size: 24px; color: #990000; font-family: "arial black";}
.list2 li .fr em{ float: right; font-size: 12px; color: #666666;}
.list2 li:hover{ background-color: #990000;}
.list2 li:hover .fr .time::before{ background-color: #ca4e4e;}
.list2 li:hover .fr i{ color: #FFFFFF;}
.list2 li:hover .fr em{ color: #FFFFFF;}
.list2 li:hover .fr p{ color: #FFFFFF;}
.list2 li:hover div{ color: #e8a0a0;}


.list3{}
.list3 ul li{ margin-bottom: 20px; padding: 20px 50px; border: 1px solid #f0f0f0; transition: 0.3s;}
.list3 li a{ display: block;}
.list3 li p{ display: block; font-size: 20px; color: #333333;}
.list3 li div{ margin-top: 10px; font-size: 14px; color: #999999;}
.list3 li i{display: block; margin-top: 15px; font-size: 14px; color: #990000; font-family: "arial black";}
.list3 li:hover{ background-color: #990000;}
.list3 li:hover p{ color: #FFFFFF;}
.list3 li:hover div{ color: #e8a0a0;}
.list3 li:hover i{ color: #FFFFFF;}


.list4{ overflow: hidden;}
.list4 ul{ width: 1230px;}
.list4 li{ float: left; width: 380px; margin: 0 30px 30px 0; background-color: #f8f8f8;}
.list4 li a{ display: block;}
.list4 li div{ height: 250px; overflow: hidden;}
.list4 li img{ height: inherit; object-fit: cover;}
.list4 li p{ display: block; line-height: 80px; padding: 0 20px; font-size: 18px; text-align: center; color: #333333;}
.list4 li:hover{ background-color: #990000;}
.list4 li:hover p{ color: #FFFFFF;}














