@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/* 导航开始 */
.menuIcon{
	width: 40px;
	height: 40px;
	background: #87be23 url(../images/menuicon.png) no-repeat center center;
	border-radius: 40px;
	position: fixed;
	z-index: 999999;
	top: 15px;
	right: 30px;
	background-size: auto 20px;
	cursor: pointer;
	display: none;
	transition: all 0.4s linear;
}
.menuIcon:hover{
	transform: rotate(90deg);
}
.navBar{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.navBox{
	position: relative;
}
.small_wrap{
	position: relative;
}
.navTop_wrap{box-shadow: 0px 1px 5px rgba(0,0,0,0.1); width:100%;background:#fff;position:relative;z-index: 99;}
.navTop{position:relative;z-index:3;}
.navTop_menu a{ display: block; float: left; text-align: center;}
.navTop_menu .nav_list{ transition: 0.4s ease; width: 115px; height: 100px;line-height: 100px;}
.navTop_menu .nav_list:hover, 
.navTop_menu .nav_list.hover{background:#87be23; }
.navTop_menu .nav_logo{ height: 100px; position: relative;}
.navTop_menu .nav_list em{display: block; width: 100px; height: 40px; margin: 30px auto 0; transition:0.2s;}
.navTop_menu .nav_logo em{ background:url(../images/logo.png) no-repeat center bottom; display: block; width: 275px; height: 100%; position: relative; z-index: 1; padding-top: 63px;}
.navTop_menu .nav_list span{ font-size: 15px; color: #616161; }
.navTop_menu .nav_list:hover span,.navTop_menu .nav_list.hover span{ color: #fff;}

/*下拉菜单*/
.nav_link_con{width:100%;background: rgba(255, 255, 255, 0.72);/*firefox、chrome*/background: #f27826\9;/*IE*/filter: alpha(opacity=80); /*IE*/ z-index: 9; position:absolute;top:-500px;transition:0.4s;}
.nav_link_con_wrap{position: relative; }
.nav_link_con_box{width:114px; margin-left: 1px; height: 100%;float:left;overflow:hidden;padding:10px 0;transition: 0.4s ease;}
.nav_link_con_box a{color: #666}
.nav_link_con_box.hover a{color: #fff}
.globalNavLinkBtns{display:block;color:#fff;font-size:14px;padding: 10px 15px 10px 15px;position:relative;text-align:center;/* margin-left:-18px; */}
.globalNavLinkBtns i{width:0;height:0;font-size:0;border-width:5px;border-style:solid;border-color: transparent transparent transparent #fff000;overflow:hidden;position: absolute;left: 5px;top: 50%;transition:0.3s;opacity:0;filter:alpha(opacity=0);margin-top: -5px;display: block;}
.globalNavLinkBtns span{display:block;position:relative;/* margin-left:12px; */}
.globalNavLinkBtns span em{position:absolute;width:0;height:1px;left:0;background:#fff000;bottom:-4px;transition:0.3s;}
.globalNavLinkBtns:hover{ color: #fff000;}
.globalNavLinkBtns:hover.globalNavLinkBtns i{left:8px;opacity:1;filter:alpha(opacity=100);}
.globalNavLinkBtns:hover.globalNavLinkBtns em{width:100%;}

.globalNavLinkBtns.hover.globalNavLinkBtns i{left:8px;opacity:1;filter:alpha(opacity=100);}
.globalNavLinkBtns.hover.globalNavLinkBtns em{width:100%;}


/* 搜索 */
.searchBox{
	position: absolute;
	right: -40px;
	top: 0px;
}
.searchBox .searchInput{
	position: absolute;
	left: -35px;
	top: 100px;
	border: 1px solid #666;
	width: 140px;
	line-height: 40px;
	z-index: 100;
	display: none;
}
.searchBox .searchInput input{
	border: none;
	outline: none;
	width: 100%;
	padding: 0 10px;
	height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.searchBox .search{
	z-index: 200;
	line-height: 100px;
	height: 100px;
	width: 50px;
	position: relative;
	cursor: pointer;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.searchBox .search i{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -12px;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	background: url(../images/search.png) center center no-repeat;
	-moz-animation:slidePhone 2s infinite linear;
	-webkit-animation:slidePhone 2s infinite linear;
	animation:slidePhone 2s infinite linear;
}
@keyframes slidePhone {
    0% {
        -moz-transform:rotate(30deg);
        -ms-transform:rotate(30deg);
        -webkit-transform:rotate(30deg);
        transform:rotate(30deg);
    }
    5% {
        -moz-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    10% {
        -moz-transform:rotate(30deg);
        -ms-transform:rotate(30deg);
        -webkit-transform:rotate(30deg);
        transform:rotate(30deg);
    }
    15% {
        -moz-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
/* subBanner start */
.subBanner{
	height: 370px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 100px;
	position: relative;
	z-index: 2;
}
.minH600{
	min-height: 600px;
	height:auto !important;
	height:600px;
}
.minH400{
	min-height: 400px;
	height:auto !important;
	height:400px;
}
.subPage{
	background: #f5f5f5;
}
/* subBanner end */

/* 侧面导航 start */
.rightMenu {
	position: fixed;
	right: 40px;
	height: 380px;
	margin-top: -190px;
	top: 55%;
	z-index: 99999;
	width: 8px;
}
.rightMenu .indexPagination {
	position: relative;
}
.indexPagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin-bottom: 24px;
	display: block;
	border-radius: 100%;
	background: #000;
	position: relative;
}
.rightMenu .indexPagination .swiper-pagination-bullet-active {
	background: #e95d30;
}
.indexPagination .swiper-pagination-bullet:before{
	transform: scale(0);
	-webkit-transform: scale(0);
	display: block;
	content: '';
	position: absolute;
	border: 1px solid #e95d30;
	border-radius: 100%;
	width: 14px;
	height: 14px;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	margin-left: -8px;
	transform-origin:center center;
	transition-duration:0.3s;
}
.rightMenu .indexPagination .swiper-pagination-bullet-active:before{
	transform: scale(1);
	-webkit-transform: scale(1);
}
/* 侧面导航 end */

/* 首页滚屏start */
.indexSwiper {
	width: 100%;
	height: 100%;
}
.indexSwiper .indexContainer {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}
.indexSwiper .indexWrapper {
	transition: 1.5s ease-in-out 0.2s;
	-webkit-transition: 1.5s ease-in-out 0.2s;
}
.section1,.section2,.section3,.section4,.section5,.section6 {
	overflow: hidden;
}
.indexSwiper .contact {
	padding-top: 120px;
}
/* 第一屏 start */
.section1Swiper {
	width: 100%;
	height: 100%;
}
.section1Swiper .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.section1Swiper  .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.section1Swiper  .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
	transition-timing-function: cubic-bezier(0.6, 0.2, 0.2, 0.6);
	transition-delay: 0.4s;
}
.section1Swiper  .swiper-wrapper .swiper-slide a{
	display: block;
}
.section1Bg{
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	z-index: -1;
}
.section1Container .swiper-pagination{ 
	text-align: center; 
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	bottom: 78px;
}
.section1Container .swiper-pagination span{
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
	opacity: 1;
	position: relative;
	cursor: pointer;
}
.section1Container .swiper-pagination span:before{
	transform: scale(0);
	-webkit-transform: scale(0);
	display: block;
	content: '';
	position: absolute;
	border: 1px solid #fff;
	border-radius: 100%;
	width: 34px;
	height: 34px;
	left: 50%;
	top: 50%;
	margin-top: -18px;
	margin-left: -18px;
	transform-origin:center center;
	transition-duration:0.3s;
}
.section1Swiper .swiper-pagination span:after{
	transform: scale(0);
	-webkit-transform: scale(0);
	display: block;
	content: '';
	position: absolute;
	border: 1px solid #fff;
	border-radius: 100%;
	width: 42px;
	height: 42px;
	left: 50%;
	top: 50%;
	margin-top: -22px;
	margin-left: -22px;
	transform-origin:center center;
	transition-duration:0.3s;
}
.section1Swiper .swiper-pagination span.swiper-pagination-bullet-active{ 
	background: #fff;
	margin: 0 20px;
	animation: section1Dh 3s infinite;
	-moz-animation: section1Dh 3s infinite;
	-webkit-animation: section1Dh 3s infinite;
}
@keyframes section1Dh {
  from {
    transform: scale(0.3);
  }
  to {
    transform: scale(1);
    transition: all 3s linear;
  }
}
.section1Container .swiper-pagination span.swiper-pagination-bullet-active{ 
	background: #fff;
	margin: 0 20px;
}
.section1Container .swiper-pagination span.swiper-pagination-bullet-active:before{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.section1Container .swiper-pagination span.swiper-pagination-bullet-active:after{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.bannerTetx{
	text-align: center;
}
.bannerTetx .text1{
	color: #ffffff;
	height: 55px;
	line-height: 55px;
	font-size: 26px;
	font-family: "宋体";
	font-weight: bold;
}
.bannerTetx .text2{
	font-size: 34px;
	color: #fff;
	font-family: "黑体";
	font-weight: bold;
	position: relative;
	display: inline-block;
	line-height: 48px;
	padding-top: 10px;
}
.bannerTetx .text2:before{
	display: block;
	content: '';
	width: 52px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: -78px;
	top: 32px;
}
.bannerTetx .text2:after{
	display: block;
	content: '';
	width: 52px;
	height: 3px;
	background: #fff;
	position: absolute;
	right: -78px;
	top: 32px;
}
.bannerTetx .text2 i{
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
	margin: 0 20px;
	display: inline-block;
	position: relative;
	top: -10px;
}
.bannerTetx .text3{
	text-transform:uppercase;
	color: rgba(255,255,255,0.7);
	font-size: 24px;
	font-weight: bold;
	font-family: "宋体";
	letter-spacing: 5px;
	transform: scaleY(.8);
}
.bannerTetx .pic{
	width: 516px;
	margin: 0 auto;
}
.bannerTetx .pic:before{
	padding-top: 19.5736%;
}
/* 第二屏start */
.section2Bg{
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	z-index: -1;
}
.section2 .section2Con {
	overflow: hidden;
}
 .section2C{
	padding-top: 100px;
}
.indexTitle {
	text-align: center;
}
.indexTitle .title1{
	font-size: 36px;
	color: #989898;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: lighter;
}
.indexTitle .title2{
	font-size: 36px;
	color: #333333;
	line-height: 54px;
	text-transform: uppercase;
}
.section2Text{
	padding-top: 32px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	width: 784px;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
	margin: 0 auto 35px;
}
.indexMore{
	width: 185px;
	margin: 0 auto 82px;
	background: #158832;
}
.indexMore a{
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	height: 40px;
	padding: 0 42px;
	position: relative;
}
.indexMore a i{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	display: block;
	background: url(../images/moreIcon.png) no-repeat center center;
	margin-right: 25px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.indexMore a:hover i{
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}
.section2Dl{
	overflow: hidden;
	padding: 38px 0;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
.section2Dl dd{
	width: 25%;
	float: left;
	display: inline;
}
.section2Dl dd .divC{
	text-align: center;
}
.section2Dl dd .divC .divT{
	height: 56px;
}
.section2Dl dd .divC .divT span{
	line-height: 56px;
	font-size: 48px;
	color: #158832;
	font-weight: lighter;
}
.section2Dl dd .divC .divT i{
	font-size: 18px;
	color: #999999;
	font-style: normal;
}
.section2Dl dd .divC .divT2{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
}
/* 第2屏 end */
.section3Dl{
	overflow: hidden;
}
.section3Dl dd{
	float: left;
	display: inline;
	width: 33.3333%;
	transition: 0.4s;
}
.section3Dl dd .pic:before{
	height: 100vh;
}
.section3Dl dd .con{
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50%,-50%);
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.section3Dl dd .con .icon1{
	background: url(../images/section3Icon1.png) no-repeat center center;
	width: 58px;
	height: 44px;
	margin: 0 auto;
}
.section3Dl dd .con .icon2{
	background: url(../images/section3Icon2.png) no-repeat center center;
	width: 56px;
	height: 60px;
	margin: 0 auto;
}
.section3Dl dd .con .icon3{
	background: url(../images/section3Icon3.png) no-repeat center center;
	width: 56px;
	height: 60px;
	margin: 0 auto;
}
.section3Dl dd .con .title{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 48px;
}
.section3Dl dd .con .title:before{
	background: #fff;
	width: 40px;
	height: 2px;
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
.section3Dl dd .con .title .title1{
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	color: #ffffff;
}
.section3Dl dd .con .title .title2{
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #b2b2b2;
}
.section3Dl dd .con .section3More{
	background: none;
	border: 1px solid #ffffff;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.section3Dl dd .con .info{
	width: 420px;
	margin: 0 auto;
	font-size: 14px;
	color: #e5e5e5;
	line-height: 28px;
	text-align: center;
	margin-bottom: 52px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.section3Dl dd:hover{
	
}
.section3Dl dd:hover .con{
	transform:translate(-50%,-50%) translateY(-100px);
	/* transform-style: preserve-3d; */
}
.section3Dl dd:hover .con .icon{
	animation: section3Dh 2s infinite;
	-moz-animation: section3Dh 2s infinite;
	-webkit-animation: section3Dh 2s infinite;
}
@keyframes section3Dh{
	from {
	  transform: rotateY(0);
	}
	to {
	  transform: rotateY(180deg);
	  transition: all 2s linear;
	}
}
.section3Dl dd:hover .con .info{
	visibility: visible;
	opacity: 1;
}
.section3Dl dd:hover .con .section3More{
	visibility: visible;
	opacity: 1;
}
/* 第3屏 start */

/* 第3屏 end */

/* 第4屏 start */
.section4Swiper{
	position: relative;
}
.section4Swiper .swiper-container{
	position: static;
	padding-bottom: 80px;
	padding-top: 60px;
}
.section4Swiper .swiper-container .swiper-wrapper .con a{
	display: block;
}
.section4Swiper .swiper-container .swiper-wrapper .con a .pic:before{
	padding-top: 67.3575%;
}
.section4Swiper .swiper-container .swiper-wrapper .con a .text{
	line-height: 74px;
	height: 74px;
	text-align: center;
	font-size: 16px;
	color: #333333;
}
.section4Swiper .swiper-container .swiper-button-prev{
	left: -42px;
	margin-top: -68px;
	background: url(../images/section4L.png) no-repeat center center;
}
.section4Swiper .swiper-container .swiper-button-next{
	right: -42px;
	margin-top: -68px;
	background: url(../images/section4R.png) no-repeat center center;
}
.section4Swiper .swiper-pagination{ 
	text-align: center; 
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	bottom: 18px;
}
.section4Swiper .swiper-pagination span{
	width: 8px;
	height: 8px;
	background: #e95d30;
	border-radius: 100%;
	opacity: 1;
	position: relative;
	cursor: pointer;
}
.section4Swiper .swiper-pagination span:before{
	transform: scale(0);
	-webkit-transform: scale(0);
	display: block;
	content: '';
	position: absolute;
	border: 1px solid #e95d30;
	border-radius: 100%;
	width: 34px;
	height: 34px;
	left: 50%;
	top: 50%;
	margin-top: -18px;
	margin-left: -18px;
	transform-origin:center center;
	transition-duration:0.3s;
}
.section4Swiper .swiper-pagination span:after{
	transform: scale(0);
	-webkit-transform: scale(0);
	display: block;
	content: '';
	position: absolute;
	border: 1px solid #e95d30;
	border-radius: 100%;
	width: 42px;
	height: 42px;
	left: 50%;
	top: 50%;
	margin-top: -22px;
	margin-left: -22px;
	transform-origin:center center;
	transition-duration:0.3s;
}
.section4Swiper .swiper-pagination span.swiper-pagination-bullet-active{ 
	background: #e95d30;
	margin: 0 20px;
	animation: section4Dh 3s infinite;
	-moz-animation: section4Dh 3s infinite;
	-webkit-animation: section4Dh 3s infinite;
}
@keyframes section4Dh {
  from {
    transform: scale(0.3);
  }
  to {
    transform: scale(1);
    transition: all 3s linear;
  }
}
.section4Swiper .swiper-pagination span.swiper-pagination-bullet-active:before{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.section4Swiper .swiper-pagination span.swiper-pagination-bullet-active:after{
	transform: scale(1);
	-webkit-transform: scale(1);
}
/* 第4屏 end */

/* 第5屏 start */
.indexTitle1 .title1{
	color: #b2b2b2;
}
.indexTitle1 .title2{
	color: #ffffff;
}
.section5Swiper .swiper-container .swiper-wrapper .con{
	text-align: center;
	padding-top: 95px;
	position: relative;
}
.section5Swiper .swiper-container .swiper-wrapper .con .section5Icon{
	position: absolute;
	background: url(../images/section5icon.png) no-repeat center center;
	width: 22px;
	height: 22px;
	left: 50%;
	top: 50%;
	margin-left: -13px;
	margin-top: -55px;
}
.section5Swiper .swiper-container .swiper-wrapper .con .section5Up .pic{
	width: 28px;
	margin: 0 auto;
}
.section5Swiper .swiper-container .swiper-wrapper .con .section5Up .pic:before{
	padding-top: 175%;
}
.section5Swiper .swiper-container .swiper-wrapper .con .section5Up .title{
	line-height: 64px;
	color: #ffffff;
	font-size: 26px;
}
.section5Swiper .swiper-container .swiper-wrapper .con .section5Up{
	padding-bottom: 125px;
}
.section5Swiper .swiper-container .swiper-wrapper .con .section5Down{
	padding-bottom: 180px;
}
.section5Swiper .swiper-container .swiper-wrapper .con .section5Down .text{
	line-height: 44px;
	color: #ffffff;
	font-size: 16px;
	height: 44px;
	overflow: hidden;
}
.section5Swiper .swiper-container .swiper-button-prev{
	left: 56px;
	margin-top: -178px;
	background: url(../images/section5L.png) no-repeat center center;
	width: 36px;
	height: 36px;
}
.section5Swiper .swiper-container .swiper-button-next{
	right: 53px;
	margin-top: -28px;
	background: url(../images/section5R.png) no-repeat center center;
	width: 36px;
	height: 36px;
}
.section5Down .lookIcon{
	background: url(../images/720.png) no-repeat center center;
	width: 65px;
	height: 40px;
	margin: 0 auto;
}
.section5Text1{
	font-size: 18px;
	color: #b1b1b1;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	margin-top: -70px;
}
.section5Text2{
	font-size: 18px;
	color: #b1b1b1;
	position: absolute;
	left: 20px;
	text-align: center;
	top: 50%;
	margin-top: -120px;
}
/* 第5屏 end */

/* 第6屏 start */
.section6{
	position: relative;
}
.section6Le{
	position: relative;
}
.section6Le:before{
	width: 100%;
	height: 1px;
	background: #dedede;
	position: absolute;
	top: 81px;
	left: 0;
	display: block;
	content: '';
}
.section6Line{
	width: 100%;
	height: 1px;
	background: #dedede;
	position: absolute;
	top: 385px;
	left: 0;
}
.section6Swiper .swiper-container{
	padding-top: 76px;
	padding-bottom: 105px;
}
.section6Swiper .swiper-container .swiper-wrapper .con{
	margin-right: 45px;
	position: relative;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
}
.section6Swiper .swiper-container .swiper-wrapper .con:before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 6px;
	height: 6px;
	border: 1px solid #9d9d9d;
	border-radius: 100%;
	background: #fff;
}
.section6Swiper .swiper-container .swiper-wrapper .con .pic{
	top: 0;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
}
.section6Swiper .swiper-container .swiper-wrapper .con .pic:before{
	padding-top: 54.0541%;
}
.section6Swiper .swiper-container .swiper-wrapper .con .text{
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	position: relative;
}
.section6Swiper .swiper-container .swiper-wrapper .con .text .time{
	line-height: 56px;
	height: 56px;
	font-size: 18px;
	color: #666666;
}
.section6Swiper .swiper-container .swiper-wrapper .con .text .title{
	line-height: 44px;
	height: 44px;
	overflow: hidden;
}
.section6Swiper .swiper-container .swiper-wrapper .con .text .title a{
	font-size: 20px;
	color: #333333;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
}
.section6Swiper .swiper-container .swiper-wrapper .con .text .info{
	font-size: 14px;
	color: #858585;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 35px;
}
.section6Swiper .swiper-pagination{ 
	text-align: center; 
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	bottom: 18px;
}
.section6Swiper .swiper-pagination span{
	width: 8px;
	height: 8px;
	background: #e95d30;
	border-radius: 100%;
	opacity: 1;
	position: relative;
	cursor: pointer;
}
.section6Swiper .swiper-pagination span:before{
	transform: scale(0);
	-webkit-transform: scale(0);
	display: block;
	content: '';
	position: absolute;
	border: 1px solid #e95d30;
	border-radius: 100%;
	width: 34px;
	height: 34px;
	left: 50%;
	top: 50%;
	margin-top: -18px;
	margin-left: -18px;
	transform-origin:center center;
	transition-duration:0.3s;
}
.section6Swiper .swiper-pagination span:after{
	transform: scale(0);
	-webkit-transform: scale(0);
	display: block;
	content: '';
	position: absolute;
	border: 1px solid #e95d30;
	border-radius: 100%;
	width: 42px;
	height: 42px;
	left: 50%;
	top: 50%;
	margin-top: -22px;
	margin-left: -22px;
	transform-origin:center center;
	transition-duration:0.3s;
}
.section6Swiper .swiper-pagination span.swiper-pagination-bullet-active{ 
	background: #e95d30;
	margin: 0 20px;
	animation: section6Dh 3s infinite;
	-moz-animation: section6Dh 3s infinite;
	-webkit-animation: section6Dh 3s infinite;
}
@keyframes section6Dh {
  from {
    transform: scale(0.3);
  }
  to {
    transform: scale(1);
    transition: all 3s linear;
  }
}
.section6Swiper .swiper-pagination span.swiper-pagination-bullet-active:before{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.section6Swiper .swiper-pagination span.swiper-pagination-bullet-active:after{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.section6Swiper .swiper-container .swiper-wrapper .con:hover .pic{
	top:-165px;
}
.section6Swiper .swiper-container .swiper-wrapper .con:hover .text{
	top:230px;
}
.section6Swiper .swiper-container .swiper-wrapper .con .title a:hover{
	color: #e95d30;
}
/* 第6屏 end */

/* 宣传视频 start */
.indexVideo{
	height: auto;
	position: relative;
}
.video{
    display: block;
    overflow: hidden;
    height: 420px;
    position: relative;
}
.video:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
}
.videoBt{
    display: block;
    overflow: hidden;
    padding-bottom: 70px;
    background: url(../images/video.png) no-repeat center bottom;
    font-size: 18px;
    color:#fff;
    line-height: 30px;
    z-index: 5;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -50px;
    width: 100%;
    text-align: center;
}
.videoMore{
	background: none;
	border: 1px solid #ffffff;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 2;
}
/* 宣传视频 end */

/* footer start */
.footer{
	height: auto;
}
.footer1{
	background: #fdfcfc;
	overflow: hidden;
	padding-bottom: 16px;
}
.subFooter{
	background: #fff;
}
.friendLink{
	height: 68px;
	line-height: 68px;
	border-bottom: 1px solid #f3f2f2;
}
.friendLink span{
	font-size: 14px;
	color: #333333;
}
.friendLink a{
	font-size: 14px;
	color: #666666;
	margin-right: 25px;
}
.friendLink a:hover{
	color: #3f8e15;
}
.footerDown{
	padding-top: 14px;
	overflow: hidden;
}
.footerL .footerL1{
	height: 65px;
	line-height: 65px;
	font-size: 24px;
	color: #333333;
	margin-bottom: 12px;
}
.footerL .footerL2{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
.footerR{
	padding-top: 20px;
}
.footerR .footerTel{
	margin-left: 30px;
	padding-top: 10px;
}
.footerR .footerTel .p1{
	line-height: 28px;
	height: 28px;
	font-size: 14px;
	color: #333333;
}
.footerR .footerTel .p2{
	line-height: 42px;
	height: 42px;
	font-size: 36px;
	color: #e95d30;
	font-weight: lighter;
}
.ewmDl{
	overflow: hidden;
	margin-right: -30px;
}
.ewmDl dd{
	float: left;
	display: inline;
	margin-right: 30px;
}
.ewmDl dd .ewmPic{
	width: 118px;
	height: 118px;
	border: 1px solid #f2f2f2;
}
.ewmDl dd .ewmPic img{
	width: 100%;
	height: 100%;
}
.ewmDl dd .text{
	text-align: center;
	font-size: 14px;
	color: #666666;
	height: 30px;
	line-height: 30px;
}
.footerPic{
	margin: 0 12px;
	background: url(../images/pic.gif) no-repeat center center;
	width: 50px;
	height: 12px;
	display: inline-block;
}
.footerPic img{
	display: none;
}
.footer2{
	background: #dedede;
}
.footer2 .footerL3{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
}
.footer2 .footerL3 a:hover{
	color: #e95d30;
}
/* footer end */

/*当前位置 start*/
.location{
	background: #fff;
	line-height: 50px;
	height: 50px;
	position: relative;
	z-index: 2;
}
.locationR dt{
	padding-left: 30px;
	font-size: 14px;
	color: #999999;
	position: relative;
}
.locationR dd{
	float: left;
	display: inline;
}
.locationR dd a{
	font-size: 14px;
	color: #999999;
}
.locationR dd.hover a{
	color: #3f8e15;
}
.locationR dd a:hover{
	color: #3f8e15;
}
.locationR dd i{
	font-style: normal;
	font-weight: bold;
	margin: 0 5px;
	color: #999999;
}
.locationL dd{
	float: left;
	display: inline;
}
.locationL dd a{
	padding:0 22px;
	display: block;
	font-size: 14px;
	color: #333333;
	margin: 0 10px;
	position: relative;
}
.locationL dd.hover a:before{
	display: block;
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #3f8e15;
}
.locationL dd a:after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: -10px;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background: #eeeeee;
}
.locationL dd:hover a{
	color: #158832;
}
.locationL dd.hover a{
	color: #158832;
}
.locationL dd:last-child a:after{
	background: none;
}
/*当前位置 end*/

/*页码开始*/
.page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#999999;border-radius:3px;background: #fff; margin: 0 3px;border: 1px solid #ececec;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #158832;color: #fff;}
.page a.hover{background: #158832;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/
.newsTabC{margin-left: 465px;}
