/*联系我们 start*/
.contact{
	overflow: hidden;
	background: #f5f5f5;
}
.contactCon{
	margin-bottom: 60px;
}
.contactUp{
	padding: 10px 45px 0;
}
.contactTitle{
	font-size: 22px;
	color: #454545;
	line-height: 142px;
	height: 142px;
	text-align: center;
}
.contactList{
	margin-bottom: 78px;
}
.contactList dd{
	overflow: hidden;
	float: left;
	display: inline;
}
.contactList .tel{
	margin-right: 8.88087%;
}
.contactList .email{
	width: 30.852%;
	position: relative;
}
.contactList .email:after{
	display: block;
	content: "";
	background: #e6e6e6;
	height: 85px;
	width: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.contactList .email:before{
	display: block;
	content: "";
	background: #e6e6e6;
	height: 85px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.contactList .address{
	position: relative;
	width: 27.0758%;
	padding: 0 1%;
}
.contactList .address:after{
	display: block;
	content: "";
	background: #e6e6e6;
	height: 85px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.contactList .post{
	margin-left:  8.88087%;
}
.contactList dd .pic{
	width: 55px;
	height: 55px;
	margin: 0 auto;
}
.contactList dd .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.contactList dd .text{
	text-align: center;
	line-height: 35px;
	height: 35px;
	color: #333333;
	font-size: 14px;
	padding-top: 16px;
}
.contactList dd .text1{
	text-align: center;
	line-height: 35px;
	color: #666666;
	font-size: 16px;
}
.contactDown{
	padding: 0 50px 72px;
	background: #fff;
}
.onlineCon dd .inputText{
	color: #555555;
	float: left;
	display: inline;
	font-size: 16px;
	overflow: hidden;
}
.onlineCon dd{
	margin-bottom: 30px;
}
.onlineCon .formBox{
	line-height: 35px;
	height: 35px;
	margin-right: -40px;
}
.onlineCon .formBox .inputBox{
	width: 50%;
	float: left;
	display: inline;
	position: relative;
}
.onlineCon .formBox .inputBox span{
	position: absolute;
	right: 30px;
	top: 0;
	color: #d6000f;
}
.onlineCon .formBox .inputBox .input{
	overflow: hidden;
	border:1px solid #dedede;
	margin-right: 40px;
}
.onlineCon .formBox .inputBox .input input{
	border:none;
	outline: none;
	width: 100%;
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
}
.onlineCon dd .textareaBox{
	width: 100%;
	position: relative;
}
.onlineCon dd .textareaBox .textareaC{
	overflow: hidden;
	border:1px solid #dedede;
	padding: 10px 10px 0;
}
.onlineCon dd .textareaBox .textareaC textarea{
	width: 100%;
	border:none;
	outline: none;
}
.onlineCon dd .textareaBox span{
	position: absolute;
	bottom: 0;
	right: -10px;
}
.onlineCon .yzm{
	line-height: 35px;
	height: 35px;
}
.onlineCon .yzm .yzmText{
	cursor: pointer;
}
.onlineCon .yzm .input{
	width: 160px;
	overflow: hidden;
	border:1px solid #dedede;
}
.onlineCon  .yzm .input input{
	border:none;
	outline: none;
	width: 100%;
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
}
.onlineCon  .yzm .yzmPic{
	margin: 0 25px;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
}
.onlineCon  .yzm .yzmPic img{
	width: 100px;
	height: 35px;
}
.onlineBtn{
	margin-left: 80px;
}
.onlineBtn a{
	display: inline-block;
	line-height: 50px;
	height: 50px;
	color: #ffffff;
	padding: 0 60px;
	background: #158832;
	font-size: 18px;
	border-radius: 5px;
	margin-right: 30px;
}
.onlineBtn a.hover{
	background: #999999;
}
.contactMap{
	overflow: hidden;
	height: 448px;
	background: #ffffff;
}
/*联系我们 end*/

/*全图 end*/
.imgList{
	padding: 48px 0 10px;
	margin-right: -130px;
}
.imgList dd{
	width: 50%;
	float: left;
	display: inline;
}
.imgList1 dd{
	width: 50%;
	float: left;
	display: inline;
}
.imgList dd a{
	display: block;
	margin: 0 130px 30px 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgList dd a:hover{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.imgList dd a:hover .text{
	color: #158832;
}
.imgList dd a .pic img{
	object-fit: cover;
	object-position: center center;
}
.imgList dd a .pic:before{
	padding-top: 66.6666%;
}
.imgList dd a .text{
	text-align: center;
	font-size: 16px;
	color: #333333;
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	padding: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.imgList1 dd .pic{
	border-radius: 80%;
	overflow: hidden;
}
.imgList1 dd .pic img{
	border-radius: 80%;
}
/*全图 end*/

/*图文 start*/
.imgText{
	overflow: hidden;
	padding: 30px 0 10px;
}
.animate3 dt{
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 1;
}
.imgText dd{
	position: relative;
	z-index: 3;
}
.imgText dd .ddCon{
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 1px solid #ede;
}
.imgText dd .pic{
	width: 300px;
	margin-right: 28px;
}
.imgText dd .pic img{
	object-fit: cover;
	object-position: center center;
}
.imgText dd .pic:before{
	padding-top: 66.6666%;
}
.imgText dd .text .title{
	padding-top: 14px;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
}
.imgText dd .text .title a{
	font-size: 20px;
	color: #333333;
}
.imgText dd .text .title a:hover{
	color: #158832;
}
.imgText dd .text .time{
	font-size: 16px;
	color: #999999;
	height: 36px;
	line-height: 36px;
}
.imgText dd .text .info{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	padding-top: 2px;
	font-size: 14px;
	color: #666666;
}
/*图文 end*/

/*新闻详细页start*/
.articleBox {
	line-height:28px;
	padding:10px 0;
	color: #666;
	font-size:14px;
}
.articleBox img{
	max-width:100%;
	}
.newsView1{
	background: #fff;
	padding: 48px 60px 42px 60px;
}
.articleTitle{
	text-align: center;
	line-height: 58px;
	font-size: 30px;
	color:#333333;
	font-weight: bold;
}
.articleTime{
	text-align: center;
	height: 36px;
	line-height: 36px;
	color: #999999;
	font-size: 14px;
}
.newsReturn a{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	display: block;
	background: #b7b9db;
	padding: 5px 56px;
	color: #ffffff;
	font-size: 16px;
	margin-top: 36px;
}
.newsReturn a:hover{
	background: #101887; 
}
.pageUpText{
	height: 72px;
	font-size: 16px;
	color:#666666;
}
.pageUpText1{
	line-height: 36px;
}
.pageUpText1 a{
	color:#666666;
	font-size: 16px;
}
.pageUpText1 a:hover{
	color: #3f8e15;
}
.share{
	display:block;
	clear:both;
	padding:10px 0;
	}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	background:#ccc;
	padding:5px 10px;
	}
.articlePage a:hover{
	color:#fff;
	background:#1e8ddc;
	}
.articlePage a.hover{
	color:#fff;
	background:#1e8ddc;
	}
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:790px;
	height:528px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:20px auto 0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none;
}
#play .prev_a span {background: url(../images/file/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/file/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:790px;
	height:528px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:790px;
	height:528px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{
	position:absolute;
	width: 100%;
	height: 100%;
}
.imgMove{
	width:600px;
	clear:both;
	margin:20px auto;
	position:relative;
}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:60px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:47px;
	width:70px;
	padding:3px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:47px;
	width:70px;
	display:block;
	background:#fff;
	position:relative;
}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
}
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #1e8ddc;background:#1e8ddc;}
.imgMove .bottom_a {
	width:20px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:15px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/file/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
 }
.articleHand a{
    display:block;
    line-height:32px;
    padding:0 20px 10px 30px;
    float:left;
	background:url(../images/file/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/file/word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt{background:url(../images/file/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/file/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/file/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/file/zip.png) no-repeat left 3px; color:#ff9779 !important; }
.syShare{
	overflow: hidden;
}
.syShare span{
	float: left;
	height: 42px;
	line-height: 42px;
	margin-right: 5px;
	font-size: 14px;
	color: #777777;
}
.syShare .bds_tsina{
	background: url(../images/sina1.png) center center no-repeat !important;
}
.syShare .bds_qzone{
	background: url(../images/qq1.png) center center no-repeat !important;
}
.syShare .bds_weixin{
	background: url(../images/weixin1.png) center center no-repeat !important;
}
/*新闻详细页 end*/

/*发展历程 start*/
.subPageBg{
	background-position: center center;
	background-repeat: no-repeat;
	height: 887px;
	width: 100%;
	position: relative;
}
.courseLine{
	position: absolute;
	left: 0;
	top: 280px;
	height: 2px;
	width: 100%;
	background: #cccccc;
}
.course{
	padding-top: 238px;
	position: relative;
}
.course .columnScroll{
	position: static;
	padding-bottom: 80px;
}
.columnScroll .con{
	display: block;
	margin-right: 68px;
	position: relative;
	padding-top: 60px;
}
.columnScroll .con .conIcon{
	position: absolute;
	left: 26px;
	top: 0px;
	width: 14px;
	height: 14px;
	border: 1px solid #158832;
	border-radius: 100%;
}
.columnScroll .con .conIcon:before{
	position: absolute;
	display: block;
	content: '';
	background: url(../images/downicon.png) no-repeat center center;
	bottom: -10px;
	left: 3px;
	width: 8px;
	height: 4px;
}
.columnScroll .con .pic:before{
	padding-top: 67.7685%;
}
.columnScroll .con .text .time{
	height: 55px;
	line-height: 55px;
	color: #158832;
	font-size: 36px;
	font-weight: bold;
}
.columnScroll .con .text .info{
	height: 120px;
	line-height: 30px;
	color: #666666;
	font-size: 36px;
	font-size: 14px;
	padding-top: 2px;
	margin-bottom: 20px;
	overflow: hidden;
}
.columnScroll{position: relative;}.columnScroll .bd{ overflow: hidden;}.columnScroll .slick-list{ overflow: visible; margin-right: -66px; }.columnScroll .myslide{ width: 33.3333%; float: left; display: inline;}/* .columnScroll .con{ margin-right: 66px;} */.columnScroll .prev{ 
	display:block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 2px solid #158832;
	cursor: pointer; background: #ebeffa url(../images/courseL.png) no-repeat center center; 
	position: absolute; 
	left: -115px;
	top: 50%; 
	margin-top: -113px;
	z-index: 1; 
	}.columnScroll .next{ 
	display:block; 
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 2px solid #158832;
	cursor: pointer; 
	background: #ebeffa url(../images/courseR.png) no-repeat center center; 
	position: absolute; 
	right: -115px;
	top: 50%; 
	margin-top: -113px;
	z-index: 1; 
	}
/*发展历程 end*/

/*服务中心 start*/
.server1{
	padding-top: 40px;
	padding-bottom: 80px;
	background: #fff;
}
.subTitle{
	line-height: 92px;
	text-align: center;
}
.subMore{
	width: 160px;
	border: 1px solid #158832;
}
.subMore a{
	display: block;
	font-size: 14px;
	color: #158832;
	line-height: 36px;
	height: 36px;
	padding: 0 30px;
	position: relative;
}
.subMore a i{
	position: absolute;
	right: 0;
	top: 0;
	height: 36px;
	width: 36px;
	display: block;
	margin-right: 25px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	background-size: cover;
	background: url(../images/submore.png) no-repeat center center;
}
.subMore a:hover i{
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}
.subTitle{
	font-size: 32px;
	color: #333333;
	font-weight: bold;
}
.server1C{
	overflow: hidden;
	padding-top: 60px;
}
.server1L{
	width: 535px;
}
.server1L .title{
	line-height: 50px;
	height: 50px;
}
.server1L .title a:hover{
	color: #158832;
}
.server1L .title a{
	font-size: 20px;
	color: #333333;
}
.server1L .info{
	line-height: 28px;
	font-size: 14px;
	color: #666666;
	height: 140px;
	padding-top: 8px;
	margin-bottom: 46px;
}
.server1R{
	width: 600px;
	padding-top: 14px;
}
.server1Dl{
	overflow: hidden;
	position: relative;
}
.server1Dl:before{
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	background: #e6e6e6;
	height: 100%;
	width: 1px;
	margin-left: -0.5px;
}
.server1Dl:after{
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	content: '';
	background: #e6e6e6;
	width: 100%;
	height: 1px;
	margin-top: -0.5px;
}
.server1Dl dd{
	float: left;
	display: inline;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.server1Dl dd .divC{
	padding:15px 75px 20px;
}
.server1Dl dd .divC .divT{
	height: 66px;
}
.server1Dl dd .divC .divT span{
	line-height: 66px;
	font-size: 45px;
	color: #158832;
	font-weight: bolder;
	font-family: "宋体";
}
.server1Dl dd .divC .divT i{
	font-size: 16px;
	color: #666666;
	font-style: normal;
	margin-left: 10px;
}
.server1Dl dd .divC .divT2{
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
}
.server2{
	padding-top: 40px;
	height: 540px;
	background-position: center center;
	background-repeat: no-repeat;
}
.server2C .text{
	line-height: 28px;
	height: 56px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding-top: 22px;
	margin-bottom: 42px;
}
.server2Dl{
	overflow: hidden;
	margin-right: -48px;
	margin-bottom: 55px;
}
.server2Dl dd{
	float: left;
	display: inline;
	width: 33.3333%;
}
.server2Dl dd a{
	margin-right: 48px;
	padding: 22px 58px 30px;
	display: block;
	background: #fff;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.server2Dl dd a:hover{
	background: #419e54;
}
.server2Dl dd a:hover .title{
	color: #cce5d1;
}
.server2Dl dd a:hover .info{
	color: #fff;
}
.server2Dl dd a .title{
	font-size: 18px;
	color: #158832;
	height: 48px;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
}
.server2Dl dd a .info{
	font-size: 14px;
	color: #666666;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
}
.subMore1{
	margin: 0 auto;
	border: 1px solid #b3b3b3;
}
.subMore1 a{
	color: #666666;
}
.server3{
	background: #f8fbf9;
	padding: 40px 0 80px;
}
.server3C{
	padding-top: 20px;
}
.server3C .info{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 65px;
}
.server3Dl{
	overflow: hidden;
	margin-bottom: 76px;
}
.server3Dl dd{
	width: 25%;
	float: left;
	display: inline;
}
.server3Dl dd .num{
	color: #158832;
	font-size: 44px;
	height: 60px;
	line-height: 60px;
	margin-bottom: 2px;
	position: relative;
}
.server3Dl dd .num:before{
	position: absolute;
	left: 115px;
	top: 12px;
	display: block;
	content: '';
	background: url(../images/jiaicon.png) no-repeat center center;
	width: 10px;
	height: 10px;
}
.server3Dl dd .text{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.subMore2{
	border: 1px solid #cccccc;
	margin: 0 auto;
}
.subMore2 a{
	color: #666666;
}
/*服务中心 end*/

/*加入我们 start*/
.joinBox{
	padding: 52px 40px 64px;
}
.joinTitle{
	margin-bottom: 32px;
}
.joinTitle1{
	font-size: 32px;
	color: #333333;
	line-height: 52px;
	text-align: center;
}
.joinTitle2{
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 32px;
}
.joinBtn{
	width: 280px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	background: #158832;
	text-align: center;
}
.joinBtn a{
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.joinCon dd .inputText{
	font-size: 14px;
	color: #333333;
	height: 40px;
	line-height: 40px;
}
.joinCon dd .inputText i{
	margin-right: 25px;
	font-style: normal;
	position: relative;
	top: 3px;
}
.joinCon dd .inputText .joinI{
	margin-right: 31px;
}
.joinCon .formBox{
	margin-right: -48px;
}
.joinCon .formBox .inputBox .input{
	border: 1px solid #e5e5e5;
	margin-right: 48px;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.joinCon .formBox .inputBox .input input{
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
}
.joinCon dd .textareaBox .textareaC {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 14px 14px 0;
}
.joinCon .yzm {
    line-height: 40px;
    height: 40px;
}
.joinCon .yzm .input {
    width: 190px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.joinCon .yzm .input input{
	padding: 0 14px;
	line-height: 40px;
	height: 40px;
}
.joinCon .yzm .yzmPic{
	margin: 0 25px 0 0;
}
.joinCon .yzm .yzmPic img {
    width: 100px;
    height: 40px;
}
.joinCon .yzm .inputText1{
	color: #158832;
	cursor: pointer;
}
.joinCon input::-webkit-input-placeholder,.joinCon textarea::-webkit-input-placeholder{
	color: #cccccc; /* placeholder颜色  */
	font-size:14px; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
}
/*加入我们 end*/

/*招聘 start*/
.recruitList{ overflow: hidden;margin-bottom: 20px;}
.recruitList dt{ overflow: hidden; margin-bottom: 10px;background: #e6e6e6;line-height: 80px;height: 80px;}
.recruitList dt .text{ font-size: 16px; overflow: hidden; float: left;display: inline;width: 14.2857%;text-align: center;text-overflow: ellipsis;white-space: nowrap;color: #333333;}
.recruitList dd{ overflow: hidden; margin-bottom: 10px;}
.recruitList dd .recruitT{ overflow: hidden; height: 60px; line-height: 60px;  background: #FFF; color: #656565; cursor: pointer; transition: all .3s; -webkit-transition: all .3s;}
.recruitList dd .recruitT .text{ font-size: 16px; overflow: hidden; float: left;display: inline;width: 14.2857%;text-align: center;text-overflow: ellipsis;white-space: nowrap;color: #999999;}
.recruitList dd .recruitT .text1{color: #d70313;}
.recruitList dd .recruitT .btn{ float: right; display: inline; width: 60px; height: 60px; background: url(../images/zpShowh.png) no-repeat center center;margin-right: 53px;}
.recruitList dd .recruitC{ overflow: hidden; font-size: 14px; color: #999999; line-height: 40px; display: none; padding:30px 42px 26px; background:#FFF;}
.recruitText{ overflow: hidden; border-bottom: 1px solid #e2e2e2;margin-bottom: 22px;font-size: 14px;
	color: #666666;}
.recruitBtn{ overflow: hidden;}
.recruitBtn a{ overflow: hidden; display: block; height: 34px; line-height: 34px; float: left; display: inline; padding: 0 30px; background: #158832; color: #FFF; border-radius: 3px; transition: all .3s; -webkit-transition: all .3s;border-radius: 5px;}
.recruitBtn a:hover{ opacity: 0.9}
.recruitList dd:hover .recruitT .text{
	color: #fff;
}
.recruitList dd:hover .recruitT{ background: #158832; color: #FFF;}
.recruitList dd:hover .recruitT .btn{  background: url(../images/zpShowb.png) no-repeat center center;}
.recruitList dd.active .recruitT{ background: #158832; color: #FFF;}
.recruitList dd.active .recruitT .text{color: #fff;}
.recruitList dd.active .recruitT .btn{  background: url(../images/zpHide.png) no-repeat center center;}
/*招聘 end*/
/*招聘表单弹窗 start*/
.recruitTc{
	display: none;
	width: 750px;
	height: 654px;
	background: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left:-375px;
	margin-top:-327px;
	z-index: 20;
	opacity: 0;
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 8px;
}
.tcHead{
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 18px;
}
.tcTitle{
	line-height: 84px;
	height: 84px;
	font-size: 24px;
	color: #000;
}
.tcBtn{
	width: 45px;
	height: 45px;
	background: url(../images/tcbtn.png) no-repeat;
	position: absolute;
	right: 18px;
	top: 18px;
	cursor: pointer;
}
.tcCon{
	padding: 0 40px;
}
.tcDl dd{
	margin-bottom: 10px;
}
.tcDl .dd1{
	line-height: 40px;
	height: 40px;
}
.tcDl dd .text{
	text-align: right;
	width: 95px;
	float: left;
	display: inline;
	overflow: hidden;
	font-size: 16px;
	color: #000;
	margin-right: 5px;
}
.tcDl dd .text span{
	color: #000000;
}
.tcDl dd .input{
	font-size: 16px;
	overflow: hidden;
	width: 275px;
	line-height: 40px;
	height: 40px;
	border:1px solid #d6d6d6;
	border-radius: 5px;
}
.tcDl dd .input input{
	border:none;
	outline: none;
	width: 100%;
	height: 100%;
	font-size: 16px;
	padding: 0 10px;
}
.tcDl .dd1 .sex{
	font-size: 16px;
	color: #000000;
}
.tcDl .dd1 .sex .input2{
	width: 15px;
	height: 15px;
}
.tcDl .dd1 .sex i{
	margin-right: 20px;;
}
.tcDl .textareaC{
	font-size: 16px;
	overflow: hidden;
	border:1px solid #d6d6d6;
	border-radius: 5px;
}
.tcDl .textareaC textarea{
	border:none;
	outline: none;
	width: 100%;
	height: 100%;
	font-size: 16px;
	padding: 5px 10px 5px;
}
.tcDl .dd1 .fileBtn a{
	color: #fff;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
	display: inline-block;
	background: #f08859;
	width: 117px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
}
.tcDl .dd1 .fileBtn a.hover{
	background: #7a7a7a;
}
.tcDl .dd1 .ps{
	display: inline-block;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	color: #b7b7b7;
}
.tcDl .dd1 .yzm .yzmPic{
	margin-left: 10px;
	cursor: pointer;
}
.tcDl .dd1 .yzm .yzmPic img{
	width: 90px;
	height: 40px;
	border-radius: 5px;
}
.tcDl .dd1 .ps1{
	display: inline-block;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #b7b7b7;
	margin-left: 20px;
	cursor: pointer;
}
.tcConBtn{
	margin-left: 95px;
}
.tcConBtn a{
	color: #fff;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
	display: inline-block;
	background: #168831;
	width: 117px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
}
.recruitBg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 19;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.recruitBg.show{
	visibility: visible;
	opacity: 1;
}
.recruitTc.show{
	display: block;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
/*招聘表单弹窗 end*/

/* 智慧农业 start */
.farming1{
	width: 100%;
	height: 648px;
	background-position: center center;
	background-repeat: no-repeat;
}
.farming1L{
	width: 560px;
	padding-top: 125px;
}
.farmingTitle{
	height: 65px;
	line-height: 65px;
	font-size: 26px;
	color: #333333;
	text-align: center;
}
.farming1L .text{
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	height: 144px;
	overflow: hidden;
	margin-bottom: 45px;
	padding-top: 16px;
}
.farming1R{
	width: 576px;
	padding-top: 105px;
}
.columnScroll2{position: relative;}.columnScroll2 .bd{ overflow: hidden;}.columnScroll2 .slick-list{ overflow: visible; }
.columnScroll2 .slick-dots{ 
	position: absolute; 
	bottom: -50px; 
	width: 100%; 
	text-align: center;
}
.columnScroll2 .slick-dots li{ 
	width: 10px; 
	height: 10px;
	border:1px solid #158832;
	border-radius: 100%;
	line-height: 9999px; 
	text-align: center; 
	background: none; 
	display: inline-block; 
	margin: 0 4px; 
	cursor: pointer;
}
.columnScroll2 .slick-dots li.slick-active{
	background: #158832;
}.columnScroll2 .myslide{ width: 33.3333%; float: left; display: inline;}.columnScroll2 .con a{
	position: relative;
	display: block;
	padding-top: 45px;
}
.columnScroll2 .con a .pic{
	width: 532px;
}
.columnScroll2 .con a .pic1{
	position: absolute;
	left: 44px;
	top:0;
	z-index: -1;
}
.columnScroll2 .con a .pic:before{
	padding-top: 63.5338%;
}
.farmingMore{
	margin: 0 auto;
}
.farming2{
	padding-top: 62px;
	width: 100%;
	height: 696px;
	background-position: center center;
	background-repeat: no-repeat;
}
.farming2C .info{
	padding-top: 12px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-bottom: 50px;
	text-align: center;
}
.farming2Dl{
	overflow: hidden;
	margin-right: -45px;
	margin-bottom: 34px;
}
.farming2Dl dd{
	width: 33.3333%;
	float: left;
	display: inline;
}
.farming2Dl dd .con{
	margin-right: 45px;
}
.farming2Dl dd .con .pic:before{
	padding-top: 54.0541%;
}
.farming2Dl dd .con .pic img{
	object-fit: cover;
	object-position: center center;
}
.farming2Dl dd .con .text .title{
	line-height: 42px;
	height: 42px;
	overflow: hidden;
	padding-top: 24px;
}
.farming2Dl dd .con .text .title{
	color: #333333;
	font-size: 20px;
	margin-bottom: 5px;
}
.farming2Dl dd .con .text .title a{
	color: #333333;
	font-size: 20px;
}
.farming2Dl dd .con .text .title a:hover{
	color: #158832;
}
.farming2Dl dd .con .text .textC{
	font-size: 14px;
	color: 858585;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}
/* 智慧农业 end */

/* 走进泰新 end */
.aboutUs1{
	height: 643px;
	background-position: center center; 
	background-repeat: no-repeat;
}
.aboutUs1C{
	padding-top: 90px;
}
.aboutUs1Dl{
	background: none;
	box-shadow: none;
	margin-bottom: 10px;
}
.aboutUs1Info{
	font-size: 16px;
	color: #666666;
	line-height: 35px;
	text-align: center;
	height: 105px;
	overflow: hidden;
	margin-bottom: 52px;
}
.aboutUs2{
	width: 100%;
	height: 852px;
	background-position: center center;
	background-repeat: no-repeat;
}
.aboutUs2C{
	padding-top: 70px;
}
.eventDiv{
	position: relative;
}

.eventDiv .mySlide{
	height: 610px;
	outline: none;
	position: relative;
}
.eventCon{
	top: 380px;
	position: relative;
	transition: all 0.8s ease;
}
.eventTime {
	width: 94px;
	height: 94px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #d6d6d6;
	font-size: 24px;
	color: #666;
	text-align: center;
	line-height: 94px;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}
.eventText {
	font-size: 16px;
	color: #e5e5e5;
	line-height: 30px;
	height: 60px;
	padding: 35px 20px 0 20px;
	visibility: visible; opacity: 1;
	transition: all 500ms; 
	overflow: hidden;
}
.eventDiv .slick-arrow{
	width: 54px;
	height: 54px;
	background: #fff;
	display: block !important;
	position: absolute;
	margin-top: -24px;
	z-index: 9;
	cursor: pointer;
	
}
.eventDiv .prev {
	left: 0;
	bottom: 104px;
	background: url(../images/prevIco1.png) no-repeat center center;
}
.eventDiv .next {
	right: 0;
	bottom: 149px;
	background: url(../images/nextIco1.png) no-repeat center center;
}
.eventDiv .slide1 .eventCon{
	top: 366px;
}
.eventDiv .slide2 .eventCon{
	top: 205px;
}
.eventDiv .slide3 .eventCon{
	top: 282px;
}
/* .eventDiv .slide4 .eventCon{
	top: 333px;
} */
.eventTextBox{ 
	width: 420px; 
	position: absolute;
	left: -286px;
	top: -73px;
	color: #FFF;
	line-height: 25px;
	background:#ffffff url(../images/fzlc1.png) no-repeat left center;
	background-size: 100%;
	padding: 20px 50px 20px 20px;
	display: block;
	z-index: 10; 
	visibility: hidden; opacity: 0; 
	transition: all 500ms; 
	transform: scale(0.3);
	transform-origin: 100% 100px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	}
.eventTextBox img{
	width: 100%;
	margin-bottom: 10px;
}
.eventText1 {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	height: 406px;
	overflow: hidden;/* overflow-y: auto; */
	}

.eventText1 .div_scroll .scroll_container{
	background: #fff;
}
.eventCon:hover .eventTextBox{
	visibility: visible; 
	opacity: 1; 
	transform: scale(1);
}
.eventCon:hover .eventText{
	visibility: hidden; 
	opacity: 0; 
}
.eventCon:hover .eventTime{
	border: 3px solid #158832;
	color: #158832;
}
.eventDiv .slide1 .eventCon .eventTextBox {
	background: url(../images/fzlc.png) no-repeat left center;
	background-size: 100%;
	left: 260px;
	top: -200px;
	padding: 20px 20px 20px 50px;
	border-radius: 5px;
	}
.eventDiv .slide2 .eventCon .eventTextBox {
	background: url(../images/fzlc.png) no-repeat left center;
	background-size: 100%;
	left: 280px;
	top: -150px;
	border-radius: 5px;
	padding: 20px 20px 20px 50px;
	}
.eventDiv .slide3 .eventCon .eventTextBox {
	background: url(../images/fzlc1.png) no-repeat left center;
	background-size: 100%;
	left: -320px;
	top: -150px;
	border-radius: 5px;
	}
/* .eventDiv .slide4 .eventCon .eventTextBox {
	background: url(../images/fzlc1.png) no-repeat left center;
	background-size: 100%;
	left: -350px;
	top: -160px;
	border-radius: 5px;
	}
 */
.aboutUs3{
	background: #fcfffa;
}
.aboutUs3C{
	padding-top: 90px;
	padding-bottom: 80px;
}
.aboutUs3Dl{
	padding-top: 30px;
	overflow: hidden;
	margin-right: -28px;
}
.aboutUs3Dl dd{
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 25px;
}
.aboutUs3Dl dd a{
	display: block;
	margin-right: 28px;
}
.aboutUs3Dl dd a .pic:before{
	padding-top: 56.5445%;
}
.aboutUs3Info{
	font-size: 16px;
	color: #666666;
	line-height: 35px;
	text-align: center;
	height: 70px;
	overflow: hidden;
	margin-bottom: 52px;
}
.aboutMore{
	margin-bottom: 0;
}
.aboutUs4{
	height: 640px;
	background-position: center center;
	background-repeat: no-repeat;
}
.indexTitle .titleA{
	color: #cccccc;
}
.indexTitle .titleA1{
	color: #fff;
}
.aboutUs4Swiper .swiper-slide.swiper-slide-active {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	z-index: 1;
}
.aboutUs4Swiper{
	position: relative;
	width: 1010px;
	margin: auto;
}
.aboutUs4Swiper .swiper-container{
	position: static;
	padding-bottom: 60px;
	padding-top: 60px;
}
.aboutUs4Swiper .swiper-container .swiper-wrapper .con a{
	display: block;
}
.aboutUs4Swiper .swiper-container .swiper-wrapper .con a .pic:before{
	padding-top: 65.5738%;
}
.aboutUs4Swiper .swiper-container .swiper-wrapper .con a .text{
	display: none;
}
.aboutUs4Swiper .swiper-container .swiper-button-prev{
	left: -82px;
	background: url(../images/aboutleft.png) no-repeat center center;
}
.aboutUs4Swiper .swiper-container .swiper-button-next{
	right: -82px;
	background: url(../images/aboutright.png) no-repeat center center;
}
.aboutUs4Text{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
/* 走进泰新 end */

/* 搜索列表 start */
.seachList{
	padding: 20px;
}
.seachList dd{
	height: 48px;
	line-height: 48px;
}
.seachList dd .text {
    height: 48px;
    line-height: 48px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.seachList dd .text a{
    font-size: 16px;
	color: #333;
}
.seachList dd .text a:hover{
	color: #158832;
}
.seachList dd .time{
    font-size: 14px;
    color: #999;
	margin-left: 15px;
}
/* 搜索列表 end */

/* 视频列表 start */
.videoList{
	overflow: hidden;
	margin-right: -30px;
}
.videoList dd{
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}
.videoList dd a{
	display: block;
	margin-right: 30px;
	background: #fff;
}
.videoList dd a .pic span{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3) url(../images/videoIco.png) no-repeat center center;
	background-size: auto 50px;
    z-index: 1;
    opacity: 0.8;
}
.videoList dd a .pic:before{
	padding-top: 66%;
}
.videoList dd a .text{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.videoList dd a:hover .text{
	color: #ff443d;
}
.videoList dd a:hover .pic span{
	opacity: 1;
}
/* 视频列表 end */
