/*section2*/
.section2{
	background-color:#f8f8f8;
	overflow:hidden;
	padding: 50px 0 100px 0;
}
.section2 .sec2wrap{
	width:90%;
	max-width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.sec2_top{
	background: url(../images/ban_bg2.png) center top no-repeat;
    height: 54px;
    width: 100%;
    left: 0;
}
.section2 .box{
	width:100%;
}
.section2 .box .sec2_tit .p1{
	font-size: 26px;
    line-height: 36px;
	color: #202020;
    font-family: fzlt;
}
.section2 .box .sec2_tit .p2{
	line-height:20px;
	margin: 0 0 30px 0;
    font-size: 14px;
    color: #c0c0c0;
    text-transform: uppercase;
    font-family: Helvetica;
}
.section2 ul{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.section2 ul .li1{
	width: 19%;
    margin: 0 1% 0 0;
    height: 300px;
    overflow: hidden;
    text-align: center;
    float: left;
    border: 1px solid #f8f8f8;
    position: relative;
    transition: 400ms;
}
.section2 ul .li1 .t1{
	background: url(../images/serviceImg1.png) no-repeat center 80px;
	background-size:50%;
	width: 100%;
    height: 140px;
    padding-top: 200px;
    font-size: 14px;
    color: #9b9797;
    font-family: Helvetica;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    transition: 400ms;
}
.section2 ul .li2{
	width: 19%;
    margin: 0 1% 0 0;
    height: 300px;
    overflow: hidden;
    text-align: center;
    float: left;
    border: 1px solid #f8f8f8;
    position: relative;
    transition: 400ms;
}
.section2 ul .li2 .t1{
	background: url(../images/serviceImg2.png) no-repeat center 80px;
	background-size:50%;
	width: 100%;
    height: 140px;
    padding-top: 200px;
    font-size: 14px;
    color: #9b9797;
    font-family: Helvetica;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    transition: 400ms;
}
.section2 ul .li3{
	width: 19%;
    margin: 0 1% 0 0;
    height: 300px;
    overflow: hidden;
    text-align: center;
    float: left;
    border: 1px solid #f8f8f8;
    position: relative;
    transition: 400ms;
}
.section2 ul .li3 .t1{
	background: url(../images/serviceImg3.png) no-repeat center 80px;
	background-size:50%;
	width: 100%;
    height: 140px;
    padding-top: 200px;
    font-size: 14px;
    color: #9b9797;
    font-family: Helvetica;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    transition: 400ms;
}
.section2 ul .li4{
	width: 19%;
    margin: 0 1% 0 0;
    height: 300px;
    overflow: hidden;
    text-align: center;
    float: left;
    border: 1px solid #f8f8f8;
    position: relative;
    transition: 400ms;
}
.section2 ul .li4 .t1{
	background: url(../images/serviceImg4.png) no-repeat center 80px;
	background-size:50%;
	width: 100%;
    height: 140px;
    padding-top: 200px;
    font-size: 14px;
    color: #9b9797;
    font-family: Helvetica;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    transition: 400ms;
}
.section2 ul .li5{
	width: 19%;
    margin: 0 1% 0 0;
    height: 300px;
    overflow: hidden;
    text-align: center;
    float: left;
    border: 1px solid #f8f8f8;
    position: relative;
    transition: 400ms;
}
.section2 ul .li5 .t1{
	background: url(../images/serviceImg5.png) no-repeat center 80px;
	background-size:50%;
	width: 100%;
    height: 140px;
    padding-top: 200px;
    font-size: 14px;
    color: #9b9797;
    font-family: Helvetica;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    transition: 400ms;
}
.section2 .t1 .p1{
    font-size: 18px;
	font-weight:bold;
    color: #3a3a3a;
    font-family:Microsoft YaHei;
}
.section2 .t2{
	width: 100%;
    padding: 25px 30px 0;
    height: 98px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -98px;
    transition: 400ms;
}
.section2 .c1{
	background: #e9885d;
}
.section2 .c2{
	background: #7da978;
}
.section2 .c3{
	background: #bc9167;
}
.section2 .c4{
	background: #c5bd5b;
}
.section2 .c5{
	background: #6ba8d5;
}

.section2 ul li:hover{
	background:#fff;
	border:#dfdfdf 1px solid;
}
.section2 ul li:hover .t1{
	top:-60px
}
.section2 ul li:hover .t2{
	bottom:0px;
}



/*section3*/
.section3{
	background-color:#292929;
	overflow:hidden;
	padding: 0 0 100px 0;
}
.sec3_top{
	background: url(../images/ban_bg3.png) center top no-repeat;
    height: 54px;
    width: 100%;
    left: 0;
}
.section3 .tit-i h3{
	color:#fff;
}

/*section4*/
.sec4_top{
	background: url(../images/ban_bg4.png) center top no-repeat;
    height: 54px;
    width: 100%;
    left: 0;
}


/*section5*/
.sec5_top{
	background: url(../images/ban_bg5.png) center top no-repeat;
    height: 54px;
    width: 100%;
    left: 0;
}
.section5{
	background-color:#2f638a;
	overflow:hidden;
	padding: 0 0 100px 0;
}

/*section6*/
.sec6_top{
	background: url(../images/ban_bg6.png) center top no-repeat;
    height: 54px;
    width: 100%;
    left: 0;
}
.section6{
	background-color:#fff;
	overflow:hidden;
	padding: 0 0 100px 0;
}
.section6 .sec6_wrap{
	width:90%;
	max-width:1200px;
	overflow:hidden;
	margin:0 auto;
}
.section6 .sec6_wrap .sec6_left{
	width:48%;
	float:left;
	overflow:hidden;
	margin-right:2%;
}
.section6 .sec6_wrap .sec6_left .sec6_content{
	width:100%;
	height:240px;
	line-height:30px;
	overflow:hidden;
	color:#333;
	font-size:14px;
	text-indent:2em;
	font-weight:bold;
}
.section6 .sec6_wrap .sec6_left .sec6_content p{
	line-height:30px;
	color:#333;
	font-size:14px;
	text-indent:2em;
}
.section6 .more { width: 100%; overflow: hidden; text-align: center; margin-top:25px; margin-bottom:40px;}
.section6 .more a { width: 160px; height: 44px; line-height: 44px; font-size: 22px; color: #fff; background: #74b823; display: inline-block; text-transform: uppercase; text-align: center; border-radius: 25px; transition: 400ms; }
.section6 .more a:hover { background: #b2b2b2; }

.section6 .sec6_wrap .sec6_left .sec6_video{
	width:100%;
	overflow:hidden;
}

.section6 .sec6_wrap .sec6_right{
	width:48%;
	float:left;
	overflow:hidden;
	margin-left:2%;
}
.section6 .sec6_wrap .sec6_right .sec6_newsitem{
	widht:100%;
	height:120px;
	overflow:hidden;
	background-color:#fffb9d;
	transition:all 0.3s;
	margin:10px;
}
.section6 .sec6_wrap .sec6_right .sec6_newsitem:hover{
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	transform:translate3d(0, -5px, 0);
}
.section6 .sec6_wrap .sec6_right .sec6_newsitem .itemnum{
	width:25%;
	height:120px;
	line-height:120px;
	background-color:#74b823;
	text-align:center;
	font-size:4rem;
	font-weight:bold;
	color:#fff;
	float:left;
}
.section6 .sec6_wrap .sec6_right .sec6_newsitem .itemcontent{
	width:75%;
	float:left;
	height:120px;
}
.section6 .sec6_wrap .sec6_right .sec6_newsitem .itemcontent .itemtit{
	height:30px;
	line-height:30px;
	color:#333;
	margin:15px 20px 0px 20px;
	font-size:16px;
	font-weight:bold;
}
.section6 .sec6_wrap .sec6_right .sec6_newsitem .itemcontent .itemdesc{
	line-height:20px;
	color:#333;
	margin:0 20px 20px;
	font-size:12px;
	word-break:break-all;
}


/*section7*/
.sec7_top{
	background: url(../images/ban_bg7.png) center top no-repeat;
    height: 54px;
    width: 100%;
    left: 0;
}
.section7{
	background-color:#00897b;
	overflow:hidden;
	padding: 0 0 100px 0;
}
.section7 .sec7_wrap{
	width:90%;
	max-width:1200px;
	overflow:hidden;
	margin:0 auto;
}
.section7 .tit-i h3{
	color:#fff;
}
.section7 .sec7_wrap ul{
	width:100%;
	overflow:hidden;
}
.section7 .sec7_wrap ul li{
	width:25%;
	text-align:center;
	height:150px;
	float:left;
}
.section7 .sec7_wrap ul li:hover a img{
	transition:all .3s;
}
.section7 .sec7_wrap ul li:hover a img{
	transform:translate(0,-10px);
}


/*section8*/
.sec8_top{
	background: url(../images/ban_bg8.png) center top no-repeat;
    height: 54px;
    width: 100%;
    left: 0;
}
.section8{
	background-color:#ebebeb;
	overflow:hidden;
	padding: 0 0 100px 0;
}
.section8 .sec8_wrap{
	width:90%;
	max-width:1200px;
	overflow:hidden;
	margin:0 auto;
}