﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	text-align:justify;	
	color:#333;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#009a44;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.header{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	height: 90px;
	line-height: 90px;
}
.header .logo{
	float: left;
	display: block;
}

.nav{
	float: right;
	font-size:15px;
}
.nav .btn{
	float: left;
	color:#fff;
	margin-left:45px;
}
.nav_in{
	float: left;
	margin-left:45px;
	position: relative;
	z-index: 100;
}
.nav_in .par{
	color:#fff;
	display: inline-block;
	padding-right:18px;
	background:url("../images/nav_par.png") no-repeat right center;
}
.nav_in .down{
	width: 150px;
	background:#fff;
	position: absolute;
	left: -10px;
	z-index: 100;
	top: 75px;
	border-radius:10px;
	display: none;
}
.nav_in:hover .down{
	display: block;
}
.nav_in i{
	width: 20px;
	height: 20px;
	background:#fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 15px;
	top: -4px;
}
.nav_in ul{
	border-radius:10px;
	position: relative;
	overflow: hidden;
}
.nav_in li{
	height: 40px;
	line-height: 40px;
}
.nav_in li a{
	display: block;
	padding-left:10px;
	width: 140px;
}
.nav_in li a:hover{
	background:#f3f3f3;
}

.ba_out{
	height: 718px;
	position: relative;
}

.banner{
	width:100%;
}
.banner .swiper-slide{
	width:100%;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height:auto;
}
.banner .swiper-pagination{
	bottom: 100px;
}
.banner .swiper-pagination-bullet{
	opacity:1;
	background:#ccc;
}
.banner .swiper-pagination-bullet-active{
	background:#009a44;
}

/*公用CSS 结束*/

.area1{
	position: relative;
	z-index: 70;
	height: 536px;
	width: 1200px;
	background:#fff;
	margin:0 auto;
	box-shadow:0 5px 10px #ddd;
	margin-top:-80px;
}
.cm_head{
	text-align: center;
	padding:53px 0 30px 0;
}
.cm_head dt{
	height: 48px;
	line-height: 48px;
	font-size:30px;
}
.cm_head dt span{
	color:#009a44;
}
.cm_head dd{
	height: 28px;
	line-height: 28px;
	color:#999;
	font-size:12px;
	text-transform: uppercase;
}
.area1 .vdo{
	width: 560px;
	height: 320px;
	float: left;
	margin-left:22px;
}
.area1 .inf{
	float: right;
	width: 574px;
	padding-right:26px;
	position: relative;
	color:#555;
}
.area1 .inf dl{
	padding-bottom:10px;
}
.area1 .inf dt{
	height: 36px;
	line-height: 36px;
	font-size:20px;
}
.area1 .inf dd{
	height: 16px;
	line-height: 16px;
	font-size:12px;
	color:#999;
	text-transform: uppercase;
}
.area1 .inf p{
	line-height: 26px;
	padding-bottom:5px;
}
.area1 .more{
	display: block;
	width: 58px;
	height: 30px;
	line-height: 30px;
	border:1px solid #009a44;
	text-align: center;
	color:#009a44;
	position: absolute;
	right: 26px;
	top: 10px;
}
.area1 .more:hover{
	color:#fff;
	background:#009a44;
}
.area2{
	width: 1200px;
	margin:0 auto 85px auto;	
}
.area2 .wps{
	position: relative;
	overflow: hidden;
}
.area2 .item{
	display: block;
	width: 200px;
	height: 150px;
	float: left;
	border-top:1px solid #f4f4f4;
	border-left:1px solid #f4f4f4;
	margin:-1px 0 0 -1px;
	text-align: center;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.area2 .item img{
	display: block;
	width: 70px;
	height: 70px;
	margin:0 auto;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.area2 .item:hover img{
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.area2 .item dt{
	height: 30px;
	line-height: 30px;
	font-size:16px;
	font-weight: bold;
}
.area2 .item dd{
	height: 25px;
	line-height: 25px;
	font-size:12px;
	color:#999;
}

.area3{
	padding-bottom:70px;
	background:#f4f4f4;
}
.area3 .photo{
	display: block;
	width: 1200px;
	margin:0 auto;
}

.area4{
	width: 1200px;
	margin:0 auto 20px auto;
	position: relative;
	overflow: hidden;
}
.area4 .s_list{
	width: 1230px;
}
.area4 .item{
	width: 380px;
	height: 130px;
	float: left;
	margin:0 30px 30px 0;
	background:#f7f7f7;
	position: relative;
}
.area4 .item dl{
	padding:17px 15px 0 94px;
}
.area4 .item dt{
	height: 30px;
	line-height: 30px;
	font-size:16px;
	font-weight: bold;
}
.area4 .item dd{
	line-height: 24px;
	font-size:12px;
}
.area4 .item:hover{
	background:#009a44;
	color:#fff;
}
.area4 .ico{
	display: block;
	left: 30px;
	top: 35px;
	position: absolute;
}
.area5{
	height: 585px;
	background:#009a44;
}
.cm_head2{
	color:#fff;
}
.cm_head2 dd{
	color:#fff;
}
.area5 .line1{
	text-align: center;
}
.area5 .line1 img{
	margin:0 2px;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.area5 .line1 img:hover{
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.area5 .line2{
	text-align: center;
	margin-top:-35px;
}
.area5 .line2 img{
	margin:0 2px;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.area5 .line2 img:hover{
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}

.area6{
	height: 730px;
}
.a6_slider{
	height: 464px;
	position: relative;	
	width: 1312px;
	margin:0 auto;
}
.a6_slider .s_wrap{
	width: 1220px;
	height: 464px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.a6_slider li{
	float: left;
	width: 1220px;
	height: 462px;
}
.a6_item{
	display: block;
	width: 226px;
	height: 206px;
	float: left;
	margin:13px 9px;
	position: relative;
	overflow: hidden;
}
.a6_item img{
	display: block;
	width: 226px;
	height: 206px;
}
.a6_item .name{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background:rgba(90,93,166,0.8);
	font-size:14px;
	font-weight: bold;
	color:#fff;
}
.a6_item:hover .name{
	height: 206px;
	line-height: 206px;
}
.a6_slider .cbtn{
	width: 33px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top:-30px;
	z-index: 20;
	cursor: pointer;
}
.a6_slider .pre{
	left: 0;
	background:url("../images/a6_pre.png") no-repeat center center;
}
.a6_slider .next{
	right: 0;
	background:url("../images/a6_next.png") no-repeat center center;
}
.fd{
	position: relative;
	overflow: hidden;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.fd img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.fd:hover img{
	transform: scale(1.1);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}

.area7{
	height: 766px;
	background:url("../images/a7bg.jpg") no-repeat top center;
}
.area7 .wp{
	width: 1200px;
	margin:0 auto;
}
.area7 .handle{
	height: 105px;
	width: 1232px;
}
.area7 .btn{
	width: 120px;
	height: 40px;
	line-height: 40px;
	border:1px solid #fff;
	border-radius:20px;
	display: block;
	float: left;
	margin-right:32px;
	text-align: center;
	color:#fff;
}
.area7 .hover{
	border-color:#009a44;
	background:#009a44;
}
.area7 .con{
	width: 1260px;
	display: none;
}
.area7 .show{
	display: block;
}
.a7_item{
	width: 247px;
	height: 430px;
	float: left;
	margin-right:60px;
	background:#fff;
	border:4px solid #fff;
}
.a7_item .photo{
	height: 192px;
}
.a7_item:hover{
	border-color:#009a44;
	background:#009a44;
	color:#fff;
}
.a7_item .inf{
	padding:12px 9px 0 9px;
	line-height: 24px;
}

.area8{
	padding-bottom:40px;
}
.area8 .wp{
	width: 1200px;
	position: relative;
	overflow: hidden;
	margin:0 auto;
}
.area8 .s_list{
	width: 1225px;
}
.a8_item{
	width: 220px;
	height: 195px;
	float: left;
	margin:0 25px 30px 0;
	text-align: center;
}
.a8_item .photo{
	display: block;
	height: 138px;
	border:1px solid #ebebeb;
}
.a8_item .name{
	height: 55px;
	line-height: 55px;
}

.area9{
	background:url("../images/a9bg.jpg") no-repeat top center;
}
.area9 .vdo{
	display: block;
	width: 1200px;
	height: 680px;
	margin:0 auto;
	border-radius:10px;
	overflow: hidden;
}
.area9 video{
	width: 1200px;
	height: 680px;
}
.area10{
	padding-bottom:60px;
}
.area10 .a1{
	display: block;
	height: 262px;
	width: 350px;
	float: left;
	margin-top:20px;
}
.area10 .a2{
	width: 465px;
	height: 262px;
	float: left;
	margin:20px 17px 0 17px;
}
.area10 video{
	width: 465px;
	height: 262px;
}

.area11{
	height: 270px;
	background:url("../images/a11bg.jpg") no-repeat top center;
	text-align: center;
	color:#fff;
}
.area11 .head{
	padding-top:40px;
	height: 80px;
}
.area11 .head dt{
	height: 44px;
	line-height: 44px;
	font-size:30px;
}
.area11 .head dd{
	font-size:12px;
	height: 28px;
	line-height: 28px;
	text-transform: uppercase;
}
.area11 .fz{
	width: 400px;
	float: left;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.area11 .fz:hover{
	position:relative;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.area11 .fz dd{
	font-size:16px;
	line-height: 2.6;
}
.area12{
	width: 1200px;
	margin:0 auto;
}
.area12 .fls{
	width: 171px;
	float: left;
}
.area12 .fls dt{
	padding-left:20px;
	height: 40px;
	line-height: 40px;
	font-size:16px;
	font-weight: bold;
	background:url("../images/a12_dt.png") no-repeat left center;
}
.area12 .fls dd{
	height: 24px;
	line-height: 24px;
	padding-left:20px;
	font-size:12px;
}
.area12 .fls dd a{
	color:#666;
}
.area13{
	padding-bottom:60px;
	width: 1200px;
	margin:0 auto;
}
.area13 .item{
	width: 190px;
	height: 120px;
	padding-top:30px;
	float: left;
	margin:0 5px;
	background:#fff;
	box-shadow:0 0 15px #eee;
	text-align: center;
	line-height: 46px;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.area13 .item img{
	display: block;
	width: 50px;
	height: 50px;
	margin:0 auto;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.area13 .item:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.area14{
	height: 633px;
	background:url("../images/a14bg.jpg") no-repeat top center;
}
.a14_slider{
	float: left;
	width: 530px;
	height: 385px;
	position: relative;
	overflow: hidden;
}
.a14_slider .pics li{
	width: 530px;
	height: 385px;
}
.a14_slider .photo{
	display: block;
	width: 530px;
	height: 385px;
	position: relative;
	overflow: hidden;
}
.a14_slider .name{
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	background:rgba(0,0,0,0.4);
}
.a14_slider .nm{
	padding-left:10px;
	color:#fff;
	display:inline-block;
	max-width:400px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.a14_slider .btns{
	position: absolute;
	right: 18px;
	bottom: 18px;	
	z-index: 60;
	height: 4px;
}
.a14_slider .btns span{
	display: inline-block;
	width: 18px;
	height: 4px;
	background:#fff;
	margin-left:10px;
	font-size:1px;
	float: left;
}
.a14_slider .btns .hover{
	background:#1d2089;
}
.a14_lis{
	float: right;
	width: 655px;
}
.a14_item{
	height: 122px;
	border-bottom:1px dashed #14176f;
	margin-bottom:16px;
}
.a14_item:last-child{
	border:0;
}
.a14_item .photo{
	display: block;
	width: 166px;
	height: 106px;
	float: left;
	overflow: hidden;
}
.a14_item .inf{
	float: left;
	padding-left:16px;
	width: 380px;
}
.a14_item .inf dt{
	height: 30px;
	line-height: 25px;
}
.a14_item .name{
	color:#fff;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.a14_item .inf dd{
	font-size:12px;
	color:#787bd8;
	line-height: 24px;
	height: 72px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
}
.a14_item .date{
	float: right;
	width: 80px;
	text-align:right;
	color:#fff;
	font-family:Impact;
}
.a14_item .date dt{
	height: 62px;
	line-height: 62px;
	font-size:44px;
}
.a14_item .date dd{
	height: 22px;
	line-height: 22px;
	font-size:18px;
}

.a15_slider{
	width: 1312px;
	height: 380px;
	margin:0 auto;
	position: relative;
}
.a15_slider .s_wrap{
	width: 1210px;
	height: 380px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.a15_slider .cbtn{
	width: 33px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top:-30px;
	z-index: 20;
	cursor: pointer;
}
.a15_slider .pre{
	left: 0;
	background:url("../images/a6_pre.png") no-repeat center center;
}
.a15_slider .next{
	right: 0;
	background:url("../images/a6_next.png") no-repeat center center;
}
.a15_slider li{
	width: 1210px;
	height: 380px;
	float: left;
}
.a15_slider .photo{
	display: block;
	width: 228px;
	height: 172px;
	float: left;
	margin:9px 7px;
}
.area16 .wp{
	width: 1210px;
	margin:0 auto;
}
.area16 .wp dl{
	float: left;
	width: 228px;
	height: 224px;
	text-align: center;
	margin:0 7px;
	line-height: 30px;
}
.footer{
	background:#292c32;
	margin-top:40px;
	color:#adadad;
}
.ft_fri{
	padding:15px 0 22px 0;
	border-bottom:1px solid #35373b;
}
.ft_fri .t1{
	height: 32px;
	line-height: 32px;
	font-weight: bold;
}
.ft_fri a{
	line-height: 30px;
	float: left;
	margin-right:25px;
	color:#6e6e6e;
	font-size:12px;
}

.ft_ct{
	padding:40px 0 50px 0;
	border-bottom:1px solid #35373b;
	line-height: 30px;
}
.ft_nav{
	float: left;
}
.ft_nav dt{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.ft_nav dd{
	font-size:12px;
	color:#6e6e6e;
}
.ft_nav a{
	color:#6e6e6e;
}
.ft_nav a:hover{
	color:#fff;
}
.ft_nav1{
	width: 252px;	
}
.ft_nav3{
	width: 450px;	
}
.ft_rt{
	float: right;
	width: 240px;
	padding-top:8px;
}
.ft_rt .code{
	width: 92px;
	height: 92px;
	float: left;
	display: block;
}
.ft_rt dl{
	float: right;
	width: 140px;
	padding-top:25px;
}
.ft_rt dt{
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	color:#adadad;
}
.ft_rt dd{
	font-size:12px;
}
.ft_bt{
	padding:15px 0;
	text-align: center;
	line-height: 24px;
	font-size:12px;
	color:#adadad;
}
.ft_bt a{
	color:#adadad;
}
.ft_bt a:hover{
	color:#fff;
}
.flash-move {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
  transition: all .8s; }

.flash-move.move-on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all .7s; }