
/*公共样式*/
*{margin:0;padding:0;font-family: "Microsoft Yahei";}
a{text-decoration: none;}
a:hover{cursor: pointer;}
li{list-style: none;}
img{pointer-events:none;}
.w1180{width: 1180px;height:auto;margin:0 auto;box-sizing:border-box;position: relative;}
.w1200{width: 1200px;height:auto;margin:0 auto;box-sizing:border-box;position: relative;}
.header{position: relative;}
.clearfix:after{display: block;font-size: 0;height: 0;content: "";clear:both;}
.left{float:left; }
.right{float:right;}
body{max-width: 1920px;margin:0 auto;overflow-x: hidden;}
/*banner样式表*/
.banner{
	width:100%;
	height: 904px;
	overflow: hidden;
	position: relative;
}
.banner .bannerBox{
    width: 1000%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.banner .bannerBox li{
    width: 10%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.banner .bannerBox li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner .bannerBox li a > img{
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 10;
}
.banner .bannerBox li .w1200{
	z-index: 20;
}
.banner .bannerBox .item1 .bottom{
	width: 100%;
	height: 54px;
	margin-top: 718px;
	background: url(../image/bImg03.png) no-repeat center center;
	position: relative;
	overflow: hidden;
}
.banner .bannerBox .item1 .bottom:before{
	display: block;
	position: absolute;
	content: "";
	font-size: 0;
	width: 394px;
	height: 3px;
	background: url(../image/shineline.png) no-repeat center center;
	top:0;
	left:-394px;
	-webkit-animation-name: move_right;
    -ms-animation-name: move_right;
    animation-name: move_right;
    -webkit-animation-duration: 4s;
    -ms-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running;
}
@keyframes move_right {
    0% {
        left:-394px;
    }
    100% {
        left:1200px;
    }
}
@-ms-keyframes move_right{
    0% {
        left:-394px;
    }
    100% {
        left:1200px;
    }
}
@-webkit-keyframes move_right{
    0% {
        left:-394px;
    }
    100% {
        left:1200px;
    }
}
.banner .bannerBox .item1 .bottom:after{
	display: block;
	position: absolute;
	content: "";
	font-size: 0;
	width: 394px;
	height: 3px;
	background: url(../image/shineline.png) no-repeat center center;
	bottom:0;
	right:-394px;
	-webkit-animation-name: move_left;
    -ms-animation-name: move_left;
    animation-name: move_left;
    -webkit-animation-duration: 4s;
    -ms-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running;
}
@keyframes move_left {
    0% {
        right:-394px;
    }
    100% {
        right:1200px;
    }
}
@-ms-keyframes move_left{
    0% {
        right:-394px;
    }
    100% {
        right:1200px;
    }
}
@-webkit-keyframes move_left{
    0% {
        right:-394px;
    }
    100% {
        right:1200px;
    }
}

.banner .bannerBox .item1 .bottom .sub-company{
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: center;

}
.banner .bannerBox .item1 .bottom .sub-company div{
	display: inline-block;
	height: 54px;
	line-height: 50px;
	font-size: 24px;
	color:#FEFEFE;
	font-family: arial;
	font-weight: bold;
	position:relative;
	letter-spacing: 1px;
}
.banner .bannerBox .item1 .bottom .sub-company div + div{
	margin-left: 100px;
}
.banner .bannerBox .item1 .bottom .sub-company div + div:before{
	display:inline-block;
	font-size: 0;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #FEFEFE;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left:-52px;
}
.banner .bannerBox .item1 .bottom .sub-company div .light-green{
	color:#8EC31E;
}
.banner .bannerBox .item1 .bottom .sub-company div .green{
	color:#009139;
}

.banner .controlBar{
    position: absolute;
    bottom: 35px;
    height: 16px;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.banner .controlBar li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.banner .controlBar li.de{
    background: #393;
}
.banner .slider-arrow {
    position: absolute;
    width: 100%;
    height: 100%;
}
.banner .slider-arrow .slider-left{
    position: absolute;
    display: block;
    width: 78px;
    height: 100%;
    background: url(../image/left-arrow.png) no-repeat 0 center;
    top:0;
    left:0;
    z-index:99;
    transition:all 0.2s;
    -webkit-transition:all 0.2s;
}
.banner .slider-arrow .slider-left:hover{
    background-position: -78px center;
    background-color: rgba(0,0,0,.3);
}
.banner .slider-arrow .slider-right{
    position: absolute;
    display: block;
    width: 78px;
    height: 100%;
    background: url(../image/right-arrow.png) no-repeat -78px center;
    top:0;
    right:0;
    z-index:99;
    transition:all 0.2s;
    -webkit-transition:all 0.2s;
}
.banner .slider-arrow .slider-right:hover{
    background-position: 0 center;
    background-color: rgba(0,0,0,.3);
}
/*main-style*/
.main1{
	width: 100%;
	height: 767px;
	background-color: #EEEFEF;
	overflow: hidden;
}
.main1 .part1{
	margin-top: 75px;
}
.main1 .part1 .left{
	width: 400px;
	margin-left: 45px;
}
.main1 .part1 .left .title{
	font-size: 42px;
	color:#21AB38;
	letter-spacing: 1px;
	position: relative;
}
.main1 .part1 .left .title:before{
	display: inline-block;
	font-size: 0;
	content: "";
	width:3px;
	height: 36px;
	background-color: #B4B5B5;
	position: absolute;
	top:9px;
	left:-26px;
}
.main1 .part1 .left .title:after{
	margin-top: 5px;
	display: block;
	font-size: 0;
	content: "";
	width:374px;
	height: 79px;
	background: url(../image/m1Img02.png) no-repeat center center/cover;
	position: relative;
}

.main1 .part1 .left .desc{
	margin-top: 24px;
	font-size: 18px;
	line-height: 24px;
	color:#006834;
	position: relative;
	left:-20px;
}
.main1 .part1 .right{
	width: 694px;
	margin-right: -24px;
}
.main1 .part2{
	/*margin-top: 45px;*/
}
.main1 .part2 .left{
	width: 483px;
	margin-left: 24px;
	box-sizing:border-box;
	padding:20px;
	padding-top: 39px;
	position: relative;
	top:-30px;
	background-color: #fff;
	box-shadow: 5px 5px 15px #CDCDCE;
}
.main1 .part2 .left .video-box{
	font-size: 0;
}
.main1 .part2 .left .video-box a{
	margin-top: 35px;
	font-size: 18px;
	color:#21AB38;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
}
.main1 .part2 .left .video-box a:before{
	display:inline-block;
	content: "";
	font-size:0;
	width: 25px;
	height: 29px;
	background: url(../image/m1Img03.png) no-repeat center center/cover;
	top:10px;
	margin-right: 10px;
	position: relative;
}
.main1 .part2 .right{
	margin-top: 82px;
	width: 628px;
	margin-right: 24px;
}
.main1 .part2 .right .txt{
	position: relative;
}
.main1 .part2 .right .txt:after{
	display: inline-block;
	content: "";
	font-size: 0;
	width: 70px;
	height: 3px;
	background-color: #B4B5B5;
	position: absolute;
	bottom: -86px;
	right:52px;
}
.main1 .part2 .right .txt p{
	font-size: 20px;
	line-height: 36px;
	color:#717071;
	text-indent: 2em;
}
/*main2-style*/
.main2{
	width: 100%;
	height: 476px;
	background: url(../image/m2Bg.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.main2 h3{
	margin-top: 54px;
	text-align: center;
	font-size: 42px;
	color:#21AB38;
	font-weight: normal;
	letter-spacing: 1px;
}
.main2 .subtitle{
	font-size: 24px;
	color:#FEFEFE;
	font-family: arial;
	text-align: center;
}
.main2 .picMarquee-left{
	margin-top: 30px;
	width: 100%;
	height: 214px;
	position: relative;
	overflow: hidden;
}
.main2 .picMarquee-left .bd .tempWrap{ 
	width:1200px !important; 
}
.main2 .picMarquee-left li{
	display: inline-block;
	text-align: left;
	width: 377px!important;
}
.main2 .picMarquee-left li img{
	display: inline-block;
	vertical-align: middle;
}
/*main3-style*/
.main3{
	width: 100%;
	height:942px ;
	background: url(../image/m3Bg.jpg) no-repeat center center/cover;
	overflow:hidden;
}
.main3 h3{
	margin-top: 67px;
	font-size: 42px;
	color:#21AB38;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}
.main3 .subtitle{
	font-size: 24px;
	color:#595757;
	font-family: arial;
	text-align: center;
}
.main3 .works-wrap{
	margin-top: 58px;
	padding: 0 24px;
}
.main3 .works-box{
	width: 100%;
	height: 576px;
	position: relative;
	overflow: hidden;
	padding-top: 67px;
}
.main3 .works-box li{
	font-size: 0;
}
.main3 .works-box li img{
	width: 100%;
	height: 100%;
}
.main3 .swiper-pagination{
	bottom: none;
	top:0;
	font-size: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0;
}
.main3 .swiper-pagination-bullet{
	font-size: 22px;
	color:#21AB38;
	display: inline-block;
	width: 165px;
	height: 35px;
	line-height: 31px;
	text-align: center;
	box-sizing:border-box;
	border:1px solid #21AB38;
	position: relative;
	opacity: 1;
	border-radius: 0;
	background-color: transparent;
}
.main3 .swiper-pagination-bullet-active{
	background-color:#21AB38;
	border-color: transparent;
	color:#FEFEFE;
}
.main3 .swiper-pagination-bullet-active:after{
    display: inline-block;
	content: "";
	font-size: 0;
	width: 0;
	height: 0;
	border-top:20px solid #21AB38;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	position: absolute;
	bottom:-20px;
	left:8px;
}
.main3 .swiper-pagination span + span{
	margin-left: 32px !important;
}
/*main4-style*/
.main4{
	width: 100%;
	height: 1254px;
	background: url(../image/m4Bg.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.main4 .course-box{
	height: 465px;
	background-color: rgba(0,0,0,.6);
	overflow: hidden;
}
.main4 .course-box h3{
	margin-top: 60px;
	font-size: 42px;
	color:#21AB38;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}
.main4 .course-box .subtitle{
	font-size: 24px;
	color:#EEEFEF;
	font-family: arial;
	text-align: center;
}
.main4 .course-cont{
	margin-top: 39px;
	padding:0 9px;
	position: relative;
}
.main4 .course-cont .course-wrap{
	overflow: hidden;
	position: relative;
}
.main4 .course-cont .course-wrap li{
	display: inline-block;
	width: 200px;
	position: relative;
}
.main4 .course-cont .course-wrap li .img-box{
	width: 100%;
	height: 141px;
	overflow: hidden;
}
.main4 .course-cont .course-wrap li .img-box a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.main4 .course-cont .course-wrap li .img-box img{
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main4 .course-cont .course-wrap li:hover img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.main4 .course-cont .course-wrap li .txt{
	width: 100%;
	height: 72px;
	background-color: #21AB38;
	box-sizing:border-box;
	padding:8px;
}
.main4 .course-cont .course-wrap li .txt .name{
	font-size: 20px;
	color:#FEFEFE;
	position: relative;
	letter-spacing: 1px;
}
.main4 .course-cont .course-wrap li .txt .name:after{
	display: inline-block;
	content: "";
	width: 51px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top:14px;
	right: 0;
}
.main4 .course-cont .course-wrap li .txt .link{
	margin-top: 2px;
	position: relative;
}
.main4 .course-cont .course-wrap li .txt .link span{
	font-size: 22px;
	color:#006834;
	font-family: arial;
}
.main4 .course-cont .course-wrap li .txt .link a{
	position: absolute;
	right:0;
	bottom: 3px;
	font-size: 12px;
	color:#FEFEFE;
	letter-spacing: 1px;
}
.main4 .swiper-button-prev, .main4 .swiper-button-next{
	width: 23px;
	height: 43px;
}
.main4 .swiper-button-prev {
    left: -48px;
    background: url(../image/course_btn.png) no-repeat 0 0;
}
.main4 .swiper-button-next {
    right: -48px;
    background: url(../image/course_btn.png) no-repeat 0 -43px;
}
.main4 .project-wrap{
	padding:0 9px;
	position: relative;
}
.main4 .project .project-item{
	width: 1182px;
	position: absolute;
	top:0;
	left:0;
}
.main4 .project .project-yh{
	/*display: none;*/
}
.main4 .project .project-3d{
	display: none;
}

.main4 .project .left{
	float:left;
	width: 520px;
}
.main4 .project .left .title{
	margin-top: 70px;
	font-size: 39px;
	color:#FFFFFF;
	letter-spacing: 1px;
	position: relative;
}
.main4 .project .left .title:before{
	display: inline-block;
	content: "";
	width: 3px;
	height: 36px;
	background-color: #B4B5B5;
	position: relative;
	margin-right: 36px;
	top:6px;
}
.main4 .project .left .en{
	font-size: 71px;
	font-family: arial;
	color:#B4B5B5;
	padding-left: 36px;
}
.main4 .project .left .desc{
	margin-top: 86px;
}
.main4 .project .left .desc p{
	font-size: 18px;
	line-height: 34px;
	color:#FEFEFE;
	text-indent: 2em;
}
.main4 .project .left .link{
	text-align: center;
	font-size: 0;
	margin-top: 135px;
}
.main4 .project .left .link a{
	display: inline-block;
	font-size: 0;
}
.main4 .project .left .link a img{
	width: auto;
}
.main4 .project .right{
	float:right;
	width: 560px;
	padding-top: 42px;
}
.main4 .project .right li{
	width: 560px;
	height: 171px;
	overflow:hidden;
	position: relative;
}
.main4 .project .right li .level-layer{
	position: relative;
	width: 100%;
	height: 100%;
}
.main4 .project .right li .level-layer .img-box{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.main4 .project .right li .level-layer .img-box img{
	width: 100%;
	height: 100%;
}
.main4 .project .right li .level-layer .txt{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.main4 .project .right li .level-layer .txt p{
	text-align: center;
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	color:#FFFFFF;
	letter-spacing: 1px;
}
.main4 .project .right li .level-layer .txt p span{
	font-size: 38px;
	color:#FEFEFE;
	font-family: arial;
	opacity: 0.5;
}
.main4 .project .right li .level-cont{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 10;
}
.main4 .project .right li:hover .level-cont{
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
	
}
.main4 .project .right li .level-cont img{
	width: 100%;
	height: 100%;
}
/*main5-style*/
.main5{
	width: 100%;
	height: 925px;
	background: url(../image/m5Bg.jpg) no-repeat center center;
	overflow: hidden;
}
.main5 .part1{

}
.main5 .part1 .left{
	padding-top: 154px;
	width: 528px;
	padding-left: 120px;
	box-sizing:border-box;
}
.main5 .part1 .left .en{
	margin-top: 80px;
	font-size: 29px;
	color:#fff;
	letter-spacing: 2px;
}
.main5 .part1 .left .en span{
	font-size: 98px;
	color:#EEEFEF;
	letter-spacing: 0;
}
.main5 .part1 .left .zh{
	margin-top: 10px;
	font-size: 53px;
	color:#FEFEFE;
	padding-left: 146px;
}
.main5 .part1 .right{
	padding-top: 59px;
	width: 672px;
	/*overflow: hidden;*/
}
.main5 .part1 .right .techBox{
	height: 580px;
	padding-top: 80px;
	padding-left: 52px;
	box-sizing:border-box;
}
.main5 .part1 .right .techBox li{
	position: relative;
	height: 500px;
	display: none;
}
.main5 .part1 .right .techBox li.show{
	display: block;
}
.main5 .part1 .right .techBox li .txt{
	width: 390px;
}
.main5 .part1 .right .techBox li .name{
	font-size: 36px;
	color:#009139;
}
.main5 .part1 .right .techBox li .position{
	position: relative;
	margin-top: 15px;
	font-size: 20px;
	color: #888889;
	line-height: 1.5;
	padding-left: 22px;
}
.main5 .part1 .right .techBox li .position:before{
	display: inline-block;
	content: "";
	font-size: 0;
	width: 2px;
	height: 43px;
	background: url(../image/m5Img01.png) no-repeat center center;
	position: absolute;
	top:8px;
	left:0;
}
.main5 .part1 .right .techBox li .intro{
	margin-top: 20px;
}
.main5 .part1 .right .techBox li .intro p{
	font-size: 16px;
	color:#888889;
	line-height:25px;
	text-indent: 2em;
}
.main5 .part1 .right .techBox li .intro p + p{
	margin-top: 6px;
}
.main5 .part1 .right .techBox li .intro p span{
	font-weight: bold;
	color:#009139;
}
.main5 .part1 .right .techBox li .img{
	width: 320px;
	position: absolute;
	right:-90px;
	bottom: 0;
}
.main5 .part1 .right .techBox li .img img{
	width: 100%;
}
.main5 .part2{
	position: relative;
}
.main5 .part2 .tech-wrap{
	width: 100%;
	/*padding:15.5px 16px;*/
	overflow: hidden;
	position: relative;
}
.main5 .part2 .nav-button{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}
.main5 .part2 .nav-button .left-button{
	width: 40px;
	height: 40px;
	background: url(../image/nav-button.png) no-repeat 0 0;
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left:-50px;
}
.main5 .part2 .nav-button .left-button:hover{
	background: url(../image/nav-button-hover.png) no-repeat 0 0;
}
.main5 .part2 .nav-button .right-button{
	width: 40px;
	height: 40px;
	background: url(../image/nav-button.png) no-repeat 0 -40px;
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right:-50px;
}
.main5 .part2 .nav-button .right-button:hover{
	background: url(../image/nav-button-hover.png) no-repeat 0 -40px;
}
.main5 .part2 .techList{
	width: calc((100%/7)*21);
    font-size: 0;
    position: relative;
    left:0;
}
.main5 .techList li{
	display: inline-block;
	width: calc(100%/21);
	height: 201px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index:1;
	overflow: hidden;
	cursor:pointer;
	transition-timing-function: ease;
-moz-transition-timing-function: ease; /* Firefox 4 */
-webkit-transition-timing-function: ease; /* Safari 和 Chrome */
-o-transition-timing-function: ease; /* Opera */
overflow: hidden;
}
.main5 .techList li img{
	width: 100%;
}
.main5 .techList li.hover:before{
	background: -webkit-linear-gradient(left, #07913A , transparent);
  background: -o-linear-gradient(right, #07913A, transparent);
  background: -moz-linear-gradient(right, #07913A, transparent);
  background: linear-gradient(to right, #07913A , transparent);
}
.main5 .techList li:before{
	position: absolute;
	display: block;
	content:"";
	width: 100%;
	height: 100%;
	background-color: transparent;;
}
.main5 .techList li:hover:before{
	background: -webkit-linear-gradient(left, #07913A , transparent);
  background: -o-linear-gradient(right, #07913A, transparent);
  background: -moz-linear-gradient(right, #07913A, transparent);
  background: linear-gradient(to right, #07913A , transparent);
}
.main5 .techList li .intro{
	position: absolute;
	width: 100%;
	bottom:0;
	padding-left: 20px;
	padding-bottom: 16px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	transition-timing-function: ease;
-moz-transition-timing-function: ease; /* Firefox 4 */
-webkit-transition-timing-function: ease; /* Safari 和 Chrome */
-o-transition-timing-function: ease; /* Opera */
/*transition-delay: 0.1s;
-moz-transition-delay: 0.1s; 
-webkit-transition-delay: 0.1s; 
-o-transition-delay: 0.1s; */
}
.main5 .techList li.hover .intro{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.main5 .techList li:hover .intro{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.main5 .techList li .intro .name{
	font-size: 17px;
	color:#fff;
}
.main5 .techList li .intro .position{
	font-size: 12px;
	color:#fff;
}
/*main6-style*/
.main6{
	width: 100%;
	height: 753px;
	background:url(../image/m6Bg.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.main6 h3{
	margin-top: 57px;
	font-size: 42px;
	color:#21AB38;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}
.main6 .subtitle{
	font-size: 24px;
	color:#FEFEFE;
	font-family: arial;
	text-align: center;
}
.main6 .envir-cont{
	margin-top: 60px;
	padding:0 21px;
	position: relative;
}
.main6 .envir-wrap{
	overflow: hidden;
}
.main6 .envir-wrap li{
	display: inline-block;
	font-size: 0;
}
.main6 .envir-wrap li img{
	width: 100%;
	height: 100%;
}
.main6 .swiper-button-prev, .main4 .swiper-button-next{
	width: 23px;
	height: 43px;
}
.main6 .swiper-button-prev {
    left: -48px;
    background: url(../image/course_btn.png) no-repeat 0 0;
}
.main6 .swiper-button-next {
    right: -48px;
    background: url(../image/course_btn.png) no-repeat 0 -43px;
}
/*footer-style*/
.index-footer{
	width: 100%;
	height: auto;
	background-color: #002D0D;
	overflow: hidden;
}
.index-footer .footer-top{
	margin-top: 80px;
}
.index-footer .footer-twrap{
	width: 100%;
	padding: 0 21px;
	box-sizing:border-box;
}
.index-footer .footer-top ul{
	font-size: 0;
	padding-bottom: 45px;
	border-bottom: 1px solid #254A2F;
}
.index-footer .footer-top ul li{
	display: inline-block;
	width: 20%;
	vertical-align: top;
	height: 270px;
	border-left:1px solid #254A2F;
	box-sizing:border-box;
	padding-left: 80px;
}
.index-footer .footer-top ul li:nth-of-type(5){
	border-right: 1px solid #254A2F;
}
.index-footer .footer-top ul li span{
	font-size: 16px;
	color:#FEFEFE;
	line-height: 27px;
	margin-bottom: 32px;
	display: inline-block;
	letter-spacing: 1px;
}
.index-footer .footer-top ul li a{
	font-size: 16px;
	color:#9F9FA0;
	line-height: 27px;
	display: inline-block;
	letter-spacing: 1px;
}
.index-footer .footer-top ul li a.link_wx{
    position: relative;
}
.index-footer .footer-top ul li a.link_wx img{
    display: none;
    position: absolute;
    top: 8px;
    right: -152px;
    width: 140px;
}
.index-footer .contact{
	margin-top: 54px;
	padding-bottom: 25px;
}
.index-footer .contact .left{
	float:left;
	width: 875px;
}
.index-footer .contact .left p{
	font-size: 18px;
	color:#FEFEFE;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 15px;
}
.index-footer .contact .left p:before{
	display: inline-block;
	content: "";
	width: 25px;
	height: 24px;
	background: url(../image/icon-adress.png) no-repeat center center/cover;
	position: relative;
	margin-right: 12px;
	top:3px;
}
.index-footer .contact .right{
	float:right;
	width: 135px;
	text-align: center;
	font-size: 0;
	position: relative;
	top:-14px;
	display:none;
}
.index-footer .contact .right img{
	width: auto;
	display: inline-block;
}
.index-footer .contact .right p{
	font-size: 12px;
	color:#009139;
	margin-top: 15px;
}
.index-footer .footer-bottom{
	width: 100%;
	background-color:#006834; 
	overflow: hidden;
	padding:20px 0;
}
.index-footer .footer-bottom p.copyright{
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	color:#FEFEFE;
}
.index-footer .footer-bottom p.copyright a{
    font-size: inherit;
    color:inherit;
}
.index-footer .footer-bottom .f-link{
	margin-top: 10px;
	text-align: left;
	/*display: none;*/
}
.index-footer .footer-bottom .f-link ul{
	font-size: 0;
}
.index-footer .footer-bottom .f-link ul span{
	font-size: 12px;
	color:#FEFEFE;
}
.index-footer .footer-bottom .f-link ul {
}
.index-footer .footer-bottom .f-link ul  a{
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	color:#FEFEFE;
}
/*动画效果*/
@-webkit-keyframes fadeIn {
  from {opacity:0;}
}
@-moz-keyframes fadeIn {
  from {opacity:0;}
}
@keyframes fadeIn {
  from {opacity:0;}
}

@-webkit-keyframes rightIn{
  from{opacity:0; -webkit-transform:translate3d(30px,0,0);}
}
@-moz-keyframes rightIn{
  from{opacity:0; -moz-transform:translate3d(30px,0,0);}
}
@keyframes rightIn{
  from{opacity:0; transform:translate3d(30px,0,0);}
}

@-webkit-keyframes leftIn{
  from{opacity:0; -webkit-transform:translate3d(-30px,0,0);}
}
@-moz-keyframes leftIn{
  from{opacity:0; -moz-transform:translate3d(-30px,0,0);}
}
@keyframes leftIn{
  from{opacity:0; transform:translate3d(-30px,0,0);}
}

@-webkit-keyframes upIn{
  from{opacity:0; -webkit-transform:translate3d(0,-30px,0);}
}
@-moz-keyframes upIn{
  from{opacity:0; -moz-transform:translate3d(0,-30px,0);}
}
@keyframes upIn{
  from{opacity:0; transform:translate3d(0,-30px,0);}
}

@-webkit-keyframes downIn{
  from{opacity:0; -webkit-transform:translate3d(0,30px,0);}
}
@-moz-keyframes downIn{
  from{opacity:0; -moz-transform:translate3d(0,30px,0);}
}
@keyframes downIn{
  from{opacity:0; transform:translate3d(0,30px,0);}
}
.upIn{-webkit-animation:downIn .7s both paused; -moz-animation:downIn .7s both paused; animation:downIn .7s both paused;}
.downIn{-webkit-animation:downIn .7s both paused; -moz-animation:downIn .7s both paused; animation:downIn .7s both paused;}
.fadeIn{-webkit-animation:fadeIn 1s both paused; -moz-animation:fadeIn 1s both paused; animation:fadeIn 1s both paused;}
.leftIn{-webkit-animation:leftIn .8s both paused; -moz-animation:leftIn .8s both paused; animation:leftIn .8s both paused;}
.rightIn{-webkit-animation:rightIn .8s both paused; -moz-animation:rightIn .8s both paused; animation:rightIn .8s both paused;}

.upIn,
.leftIn,
.rightIn,
.downIn,
.fadeIn{-webkit-animation-play-state:running !important; -moz-animation-play-state:running !important; animation-play-state:running !important;}
