﻿@charset "UTF-8";
.minH_350{
	min-height:350px;
	height:auto !important;
	height:350px;
}
.bc_fff{
	background: #fff;
}
.jqthumb{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.customUpload{
	width: 100% !important;
	height: 100% !important;
}
/* 顶部 begin */
.indTop{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
.top{
	position: relative;
	z-index: 9;
	padding: 0px 40px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}
.logo{
	display: block;
	overflow: hidden;
	margin: 10px 0px;
}
.logo img{
	display: block;
	height: 70px;
}
.menu{
	position: relative;
}
.menu_dl{

}
.menu_dl dd{
	float: left;
	display: inline;
	position: relative;
	padding: 0px 25px;
}
.menu_a{
	overflow: hidden;
	display: block;
	font-size: 16px;
	color:#666;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 20px 0px;
}
.menu_a span{
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.menuLine{
	display: block;
	width: 20px;
	height: 10px;
	position: relative;
	margin: 0px auto;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
	background: url(../images/cricle_h.png) no-repeat center 0px;
}
.menuLine:before{
	display: block;
	content: "";
	overflow: hidden;
	width: 30px;
	height: 2px;
	background: #301e1a;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -1px;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuLine:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 30px;
	height: 2px;
	background: #301e1a;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -1px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menu_dl dd.hover .menu_a,
.menu_dl dd:hover .menu_a{
	color:#412521;
}
.menu_dl dd.hover .menuLine,
.menu_dl dd:hover .menuLine{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.menu_dl dd.hover .menuLine:after,
.menu_dl dd.hover .menuLine:before,
.menu_dl dd:hover .menuLine:after,
.menu_dl dd:hover .menuLine:before{
	transition-delay: 0.2s;
	opacity: 1;
	transform: translateX(0px);
}
.menuDiv{
	*display: none;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	right: 50%;
	top: 120px;
	margin-right: -300px;
	background: rgba(0,0,0,0.5);
	padding: 40px;
	opacity: 0;
}
.subMenuCont{
	width: 520px;
	overflow: hidden;
}
.menuImg_a{
	display: block;
	overflow: hidden;
	width: 215px;
	height: 145px;
	position: relative;
	margin-left: 20px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}
.menuImg_a img{
	display: block;
	width: 215px;
	height: 145px;
}
.menuDiv.show .menuImg_a{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menuDiv.show{
	*display: block;
}
.menu_ul{
	margin: 0px -10px;
	overflow: hidden;
}
.menu_ul li{
	width: 50%;
	overflow: hidden;
	float: left;
	display: inline;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}
.menuDiv.show .menu_ul li{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menuDiv.show .menu_ul li:nth-child(2){
	transition-delay: 0.1s;
}
.menuDiv.show .menu_ul li:nth-child(3){
	transition-delay: 0.2s;
}
.menuDiv.show .menu_ul li:nth-child(4){
	transition-delay: 0.3s;
}
.menuDiv.show .menu_ul li:nth-child(5){
	transition-delay: 0.4s;
}
.menuDiv.show .menu_ul li:nth-child(6){
	transition-delay: 0.5s;
}
.menuDiv.show .menu_ul li:nth-child(7){
	transition-delay: 0.6s;
}
.menuDiv.show .menu_ul li:nth-child(8){
	transition-delay: 0.7s;
}
.subMenu_a{
	display: block;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	padding-left: 15px;
	font-size: 14px;
	color:#fff;
	margin: 0px 10px;
	border-bottom: 1px solid rgba(204,204,204,0.3);
	background: url(../images/trangleright.png) no-repeat left center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menu_ul li.hover .subMenu_a,
.subMenu_a:hover{
	color:#fff;
	background: url(../images/trangleright_h.png) no-repeat left center;
}
.menu_ul li:nth-child(7) .subMenu_a,
.menu_ul li:nth-child(8) .subMenu_a{
	border:none;
}
/* 顶部 end */

/**
 * 导航
 * author zwp
 * @return
 */
.menuDl dd{
	float: left;
	position: relative;
	z-index:11
}
.menuDl dd:after{
	content:"";
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	top:5px;
	left: 0;
	z-index: -1;
	background-image:url(../images/icon2.png);
	background-position: center 14px;
	background-repeat: no-repeat;
	opacity:0;
	transform:scale(0.5);
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
	transition-delay:0.2s;
}
.menuDl dd.hover:after{
	opacity:1;
	transform:scale(1);
	top: 0;
}
.menuDl dd:before{
	content:"";
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	top:-5px;
	left: 0;
	z-index: -1;
	background-image:url(../images/icon3.png);
	background-position: center 71px;
	background-repeat: no-repeat;
	opacity:0;
	transform:scale(0.5);
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
	transition-delay:0.2s;
}
.menuDl dd.hover:before{
	opacity:1;
	transform:scale(1);
	top: 0;
}
.menuDl dd .a1{
	display: block;
	height: 110px;
	padding: 0 28px;
	overflow: hidden;
	line-height: 118px;
	font-size: 14px;
	color: #666666;
	position: relative;
	z-index: 11;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
	transition-delay:0s;
}
.menuDl dd.hover .a1{color:#006428;transition-delay:0.2s;}
.menuDl dd .a1 i{
	display: block;
	height: 110px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-image:url(../images/icon1.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity:0.4;
}
.menuDl dd:hover .a1 i{
	animation:ant1 0.5s 1;
	animation-timing-function:linear;
	animation-fill-mode:forwards; 
	}
/*动画*/
@keyframes ant1
{
	0%{opacity:0.4;transform: scale(1)}
	50%{opacity:1;transform: scale(1.1)}
	100%{opacity:0;}
}
/* Safari and Chrome */
@-webkit-keyframes ant1
{
	0%{opacity:0.4;transform: scale(1)}
	50%{opacity:1;transform: scale(1.1)}
	100%{opacity:0;}
}
/**
 * 搜索
 * author zwp
 * @return
 */
.search{
	width:30px;
	height:30px;
	overflow:hidden;
	margin:42px 0 0 5px;
	border-radius:15px;
	position:relative;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
	}
.searchBt{
	display:inline;
	float:right;
	width:30px;
	height:30px;
	background:url(../images/icon4.png) no-repeat center center;
	border:none;
	cursor:pointer;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
	}
.search .inputB.bg{background:url(../images/icon5.png) no-repeat center center;}
.search .inputT{
	width: 85px;
    height: 30px;
	background:none;
	border:none;
	position:absolute;
	top:0;
	right:20px;
	opacity:0;
	color:#fff;
	line-height:24px;
	font-family: "microsoft yahei";
	padding-right: 5px;
	}
.lgBt{
	width: 50px;
	height:62px;
	text-align: right;
	line-height: 18px;
	color: #777777;
	font-size: 14px;
	margin-top: 48px;
	margin-left: 5px;
	cursor: pointer;
	position: relative;
}
.lgBt:after{
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	background: #dedede;
	position: absolute;
	top: 0;
	left: 0;
}
.lgBt a{
	font-size: 14px;
	color:#666;
}
.lgBt a:hover{
	color:#006428;
}
.lgBtBox{
	position: absolute;
	bottom:-60px;
    left: -115px;
    z-index: -1;
	width: 230px;
	height: 60px;
	overflow: hidden;
	visibility: hidden;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: linear;
}
.lgBt:hover .lgBtBox{visibility:visible}
.lgBtBox .lgBtBoxC{
	width: 230px;
	height: 60px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 0;
	transform: translateY(-100%);
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: linear;
}
.lgBt:hover .lgBtBoxC{transform: translateY(0);}
.lgBtBox a{
	display: inline-block;
	line-height: 60px;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
}
.lgBtBox a:hover{color:#d73122}
.headBt{
	width: 42px;
	height: 42px;
	cursor: pointer;
	border: 2px solid #c2daeb;
	background-image: url(../images/icon6.png);
	background-position: center center;
	background-repeat: no-repeat;
	position:fixed;
	top: 35px;
	right: 58px;
	z-index:99;
}

/**/
.headNavBox{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}
.headNavBox .bg{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.25);
}
.headNavBoxC{
	width: 400px;
	height: 100%;
	overflow:hidden;
	background: #fff;
	float:right;
	position: relative;
	right: -400px;
}
.headNavBoxCT{
	clear: both;
	height: 110px;
	background: #2d7045;
}
.headNavBoxCT span{
	float: left;
	padding-left: 40px;
	font-size: 16px;
	line-height: 110px;
	color: #fff;
	font-weight: bold;
}
.headNavBoxCT em{
	float:right;
	display: block;
	width:46px;
	height: 46px;
	background-repeat: no-repeat;
	background-image: url(../images/icon7.png);
	background-position: center center;
	margin:33px 40px 0 0;
	cursor: pointer;
}
/**/
.headNavDl{
	clear: both;
	padding: 0 40px;
	overflow: hidden;
}
.headNavDl dd{
	clear: both;
	overflow:hidden;
	border-bottom:2px solid #f4f4f4;
	margin-top: 14px;
	padding-bottom: 15px;
}
.headNavDl dd .divT{
	clear: both;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	font-size: 16px;
}
.headNavDl dd .divT a{color: #333;}
.headNavDl dd .div_a{
	clear: both;
	overflow:hidden;
	line-height: 22px;
	padding:5px 0;
}
.headNavDl dd .div_a a{
	display: inline-block;
	color: #999999;
	font-size: 14px;
	padding-right: 10px;
}
.headNavDl dd .div_a a:hover{color: #2d7045}
.headNavDl dd .div_a a.hover{color: #2d7045}
.stockBox{
	overflow: hidden;
	padding:0 40px;
	margin-top: 15px;
}
.stockBox .divT{
	clear: both;
	height: 42px;
}
.stockBox .divT em{
	clear: both;
	height: 42px;
	font-size: 14px;
	line-height: 20px;
	color: #fe0000;
	font-style: normal;
	position: relative;
	top: -5px;
}
.stockBox .divT span{
	padding-right: 5px;
	font-size: 23px;
	font-family: "Arial";
	font-weight: bold;
	line-height: 42px;
	color: #fe0000;
	transform: scaleY(1.5)
}
.stockBox .divT2{
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #5f5c5c;
	font-size: 14px;
	font-weight: bold;
}
.stockBox .divT3{
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #a3a3a3;
	font-size: 14px;
}
@media only screen and (max-height:768px) {
  .headNavDl dd{padding-bottom:5px;margin-top:5px;}
	.headNavDl dd .divT{height: 30px;line-height: 30px}
	.headNavDl dd .div_a{padding-top: 0}
	.stockBox{margin-top:10px;}
	.stockBox .divT{height: 30px;}
	.stockBox .divT span{line-height: 30px}
	.stockBox .divT em{height:30px;}
	.stockBox .divT2{height: 22px;line-height: 22px;}
	.stockBox .divT3{height: 22px;line-height: 22px;}
}
#masterslider{background:#7cbef6}
/**/
.main{
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.mainImg{
	display: block;
	width: 1920px;
}
.main .wrap{height:0;position: relative}
.wPic{
	display: block;
	width: 397px;
	height: 233px;
	position:absolute;
	top: -29px;
	right: 0;
	z-index: 9;
}

/*
 *banner
*/
.fp-tableCell{
	position: relative;
}
.banner{
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}
.banner .bd{
	height: 100%;
	overflow: hidden;
}
.banner_dl{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner_dl dd{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position:relative;
}
.banner_dl dd .tableCont{
	z-index: 9;
}
.banner_dl dd a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.banner_dl dd:nth-child(2n) a{
	transform:scale(1);
}
.banner_dl dd:nth-child(2n+1) a{
	transform:scale(1.1);
}
.banner_dl dd.scaleBig a{
	-webkit-animation: scaleBig 6s linear forwards;
	-o-animation: scaleBig 6s linear forwards;
	animation: scaleBig 6s linear forwards;
}
@keyframes scaleBig{
	0%  {transform:scale(1)}
	100%{transform:scale(1.1)}
}
.banner_dl dd.scaleSmall a{
	-webkit-animation: scaleSmall 6s linear forwards;
	-o-animation: scaleSmall 6s linear forwards;
	animation: scaleSmall 6s linear forwards;
}
@keyframes scaleSmall{
	0%  {transform:scale(1.1)}
	100%{transform:scale(1)}
}
.banner .hd{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 50px;
	text-align: center;
	z-index: 10;
}
.banner .hd ul{
	display: inline-block;
	overflow: hidden;
}
.banner .hd ul li{
	width: 13px;
	height: 13px;
	overflow: hidden;
	border: 1px solid #fff;
	float: left;
	display: inline;
	margin: 0px 5px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	text-indent: 99em;
}
.banner .hd ul li.on{
	background: #fff;
}
.bannerTxt{
	text-align: center;
}
.banIntr{
	width: 600px;
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	text-align: center;
	line-height: 25px;
	margin: 0px auto;
}
.banMore{
	overflow: hidden;
	height: 35px;
	overflow: hidden;
	background: url(../images/more.png) no-repeat center center;
}
/*
* subBanner kis2
*/
.subBanner{
	position: relative;
	padding-bottom: 25px;
	z-index: 6;
}
.subBanner_a{
	display: block;
	padding-top: 20.833333333%;
	overflow: hidden;
	position: relative;
}
/*
* 二级导航 kis2
*/
.subMenu{
	overflow: hidden;
	background: #fff;
	font-size: 0px;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 1200px;
	background: #fff;
	margin-left: -600px;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
}
.subMenu_dl{
	display: inline-block;
	overflow: hidden;
}
.subMenu_dl dd{
	float: left;
	display: inline;
	overflow: hidden;
	padding: 0px 20px;
}
.subMenu_a2{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	height: 50px;
	line-height: 50px;
	position: relative;
	padding: 0px 5px;
}
.subMenu_a2 em{
	display: none;
	overflow: hidden;
	width: 100%;
	height: 2px;
	background: #00be24;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.subMenu_dl dd.hover .subMenu_a2{
	color:#00be24;
}
.subMenu_dl dd.hover .subMenu_a2 em{
	display: block;
}
/*
* 底部 kis2
*/
.foot1{
	overflow: hidden;
	position: relative;
	background: #fff;
	padding: 50px 0px;
}
.footCont{
	overflow: hidden;
}
.foot_dl{
	width: 160px;
	overflow: hidden;
	margin-right: 10px;
}
.foot_dl dt{
	overflow: hidden;
	line-height: 30px;
	padding-bottom: 10px;
}
.foot_dl dd{
	overflow: hidden;
	line-height: 35px;
}
.foot_dl dd a{
	font-size: 14px;
	color:#808080;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.foot_dl dt a:hover,
.foot_dl dd a:hover{
	color:#00be24;
}
.foot_dl dt a{
	font-size: 16px;
	color:#666;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footContact{
	overflow: hidden;
}
.footContactTit{
	overflow: hidden;
	font-size: 16px;
	color:#666;
	line-height: 30px;
}
.footContactTxt{
	overflow: hidden;
	font-size: 14px;
	color:#808080;
	line-height: 25px;
}
.footCode{
	overflow: hidden;
}
.footCode p{
	border: 1px solid #ddd;
	padding: 5px;
	overflow: hidden;
}
.footCode img{
	display: block;
	width: 130px;
	height: 130px;
}
.foot2{
	overflow: hidden;
	background: #f0f0f0;
	padding: 10px 0px;
	font-size: 12px;
	color:#fff;
	text-align: center;
	line-height: 30px;
}
.foot2 a{
	color:#fff;
}
.foot2 a:hover{
	color:#fff;
}
/*
* 右侧滚动
*/
.rightScroll{
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -162px;
    z-index: 998;
}
.right_dl{

}
.right_dl dd{
    position: relative;
    margin-bottom: 5px;
    height: 60px;
}
.right_a{
	width: 60px;
    display: block;
    overflow: hidden;
    text-align: center;
    background: #fff;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    padding: 5px 0px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}
.right_dl dd .right_a span{
	display: block;
	height: 25px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.weixin2 .right_a span{
	background: url(../images/weixin2.png) no-repeat center center;
}
.weixin2:hover .right_a span{
	background: url(../images/weixin2_h.png) no-repeat center center;
}
.sina2 .right_a span{
	background: url(../images/sina2.png) no-repeat center center;
}
.sina2:hover .right_a span{
	background: url(../images/sina2_h.png) no-repeat center center;
}
.companyLogo .right_a span{
	background: url(../images/companylogo.png) no-repeat center center;
}
.companyLogo:hover .right_a span{
	background: url(../images/companylogo_h.png) no-repeat center center;
}
.companyLogo1 .right_a span{
	background: url(../images/companylogo1.png) no-repeat center center;
}
/*.companyLogo1:hover .right_a span{
	background: url(../images/companylogo1_h.png) no-repeat center center;
}*/
.goTop .right_a span{
	background: url(../images/gotop.png) no-repeat center center;
}
.goTop:hover .right_a span{
	background: url(../images/gotop_h.png) no-repeat center center;
}
.right_dl dd:hover .right_a{
	background: #502f23;
}
.right_a i{
	display: block;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	color:#666;
	text-align: center;
	padding-top: 5px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.right_dl dd:hover a i{
	color:#fff;
}
.rightDiv{
	display: none;
	position: absolute;
	right: 60px;
	top: 0px;
	overflow: hidden;
	padding-right: 13px;
}
.rightCont{
	overflow: hidden;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
}
.rightCont p{
	overflow: hidden;
}
.rightCont p img{
	display: block;
	width: 120px;
	height: 120px;
}
.rightCont i{
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color:#666;
	padding: 5px 0px;
}
.rightDiv em{
	display: block;
	width: 9px;
	height: 17px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 20px;
	background: url(../images/trangleright2.png) no-repeat center center;
}

.weixin2 .right_a span{
	background: url(../images/weixin2.png) no-repeat center center;
}
.goTop{
	display: none;
}
/**
 * 首页 第二通栏
 * author kis2
 * @return
*/
.fullpage{
	/*transition-delay: 0.2s !important;*/
	background: #000;
}
.sectionCont{
	overflow: hidden;
	position: relative;
	height: calc(100% - 90px);
	padding-top: 90px;
	background: #000;
}
.section{
	position: relative;
	overflow: hidden;
}
.section6,
.section2{
    perspective: 1000px;
}
.titBox{
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.titBox.show{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.tit{
	height: 72px;
	overflow: hidden;
	background-size: auto 100% !important;
}
.titDeta{
	text-align: center;
	overflow: hidden;
	font-size: 0px;
}
.txtIntr{
	display: inline-block;
	position: relative;
	padding: 0px 15px;
	font-size: 16px;
	line-height: 30px;
	color:#333;
}
.txtIntr.c_fff{
	color:#fff;
}
.txtIntr:before{
	display: block;
	content: "";
	overflow: hidden;
	width: 125px;
	height: 17px;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -8px;
	background: url(../images/titbg.png) repeat-x;
}
.txtIntr:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 125px;
	height: 17px;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -8px;
	background: url(../images/titbg.png) repeat-x;
}
.section1L{
	width: 540px;
	overflow: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.section1L.show{
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
.aboutTit{
	line-height: 30px;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
	font-size: 18px;
	color:#333;
}
.aboutTit a{
	color:#333;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.aboutTit a:hover{
	color:#00be24;
}
.aboutTit em{
	display: block;
	width: 55px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background:#412521;
}
.aboutIntr{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 28px;
	height: 110px;
}
.more{
	display: block;
	width: 150px;
	height: 40px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color:#999;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin: 0px auto;
}
.more.hover,
.more:hover{
	color:#502f23;
	border-color:#502f23;
}
.about_ul{
	overflow: hidden;
	margin: 0px -10px;
}
.about_ul li{
	width: 33.3333333%;
	overflow: hidden;
	float: left;
	display: inline;
}
.about_ul li a{
	display: block;
	overflow: hidden;
	margin: 0px 10px;
	padding-left: 55px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.li1 a{
	background: url(../images/fasticon1.png) no-repeat left center;
}
.li1 a:hover{
	background: url(../images/fasticon1_h.png) no-repeat left center;
}
.li2 a{
	background: url(../images/fasticon2.png) no-repeat left center;
}
.li2 a:hover{
	background: url(../images/fasticon2_h.png) no-repeat left center;
}
.li3 a{
	background: url(../images/fasticon3.png) no-repeat left center;
}
.li3 a:hover{
	background: url(../images/fasticon3_h.png) no-repeat left center;
}
.about_ul li a span{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 25px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about_ul li a i{
	display: block;
	overflow: hidden;
	font-size: 12px;
	color:#999;
	font-family: 'Arial';
	font-style: normal;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about_ul li a:hover span,
.about_ul li a:hover i{
	color:#412521;
}
.sectionR{
	overflow: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.sectionR.show{
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
.section1Video{
	width: 495px;
	height: 310px;
	overflow: hidden;
}

/**
 * 首页 第三通栏
 * author kis2
 * @return
*/
.sectionLayer{
	position: absolute;
	left: -5%;
	right: -5%;
	top: -5%;
	bottom: -5%;
	overflow: hidden;
	z-index: 1;
}
.layerBg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.section3 .wrap{
	position: relative;
	z-index: 3;
}
.section3Cont{
	overflow: hidden;
}
.section3Slick{
	width: 50%;
	overflow: hidden;
}
.slickImg{
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.slickImg.show{
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
.slickTxt{
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.slickTxt.show{
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
.slick{
	overflow: hidden;
}
.slick .imgDiv{
	padding-top: 64.1666667%;
}
.section3R{
	padding: 60px 50px 83px 50px;
	overflow: hidden;
	background: #fff;
}
.section3Name{
	overflow: hidden;
	font-size: 20px;
	color:#502f23;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
}
.section3Intr{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	height: 110px;
	line-height: 28px;
}
.slickOther{
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 3;
}
.slickOther .bt{
	display: block;
	width: 26px;
	height: 26px;
	overflow: hidden;
	float: left;
	margin: 0px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.slickOther .prev{
	background: #e6e6e6 url(../images/btprev.png) no-repeat center center;
}
.slickOther .prev:hover{
	background: #502f23 url(../images/btprev_h.png) no-repeat center center;
}
.slickOther .next{
	background: #e6e6e6 url(../images/btnext.png) no-repeat center center;
}
.slickOther .next:hover{
	background: #502f23 url(../images/btnext_h.png) no-repeat center center;
}

/**
 * 首页 第四通栏
 * author kis2
 * @return
*/
.section4Cont{
	position: relative;
}
.section4Cont .bd{
	height: 300px;
	overflow: hidden;
}
.section4_dl{
	overflow: hidden;
	margin: 0px -20px !important;
}
.section4_dl dd{
	width: 25%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 10px 0px;
	position: relative;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.section4_dl dd.show{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.section4_dl .list_a{
	margin: 0px 20px;
	background: #fff;
	padding: 30px 25px 40px 25px;
	position: relative;
	z-index: 3;
	border-top-width:7px;
	border-top-style: solid;
	border-radius:7px 7px 0px 0px;
}
.section4Icon{
	display: block;
	overflow: hidden;
	height: 60px;
}
.section4Name{
	display: block;
	font-style: normal;
	overflow: hidden;
	font-size: 18px;
	color:#333;
	text-align: center;
}
.section4Intr{
	overflow: hidden;
	line-height: 26px;
	font-size: 13px;
	color:#666;
	text-align: center;
	height: 72px;
}
.shadow{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	background: url(../images/shadow.png) no-repeat center bottom;
}
.section4_dl dd.dd1 .list_a{
	border-color: #007dc9;
}
.section4_dl dd.dd2 .list_a{
	border-color: #ffc000;
}
.section4_dl dd.dd3 .list_a{
	border-color: #50c038;
}
.section4_dl dd.dd4 .list_a{
	border-color: #ea5330;
}
.section6Cont .bt,
.section4Cont .bt{
	display: none;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -25px;
}
.section6Cont .bt span,
.section4Cont .bt span{
	display: block;
	width: 25px;
	height: 50px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 3px;
}
.section6Cont .prev,
.section4Cont .prev{
	left: -45px;
	padding-right: 20px;
}
.section6Cont .next,
.section4Cont .next{
	padding-left: 20px;
	right: -45px;
}
.section6Cont .prev span,
.section4Cont .prev span{
	background: #e6e6e6 url(../images/btprev.png) no-repeat center center;
}
.section6Cont .prev:hover span,
.section4Cont .prev:hover span{
	background: #00be24 url(../images/btprev_h.png) no-repeat center center;
}
.section6Cont .next span,
.section4Cont .next span{
	background: #e6e6e6 url(../images/btnext.png) no-repeat center center;
}
.section6Cont .next:hover span,
.section4Cont .next:hover span{
	background: #00be24 url(../images/btnext_h.png) no-repeat center center;
}

/**
 * 首页 第五通栏
 * author kis2
 * @return
*/
.section5 .wrap{
	position: relative;
	z-index: 3;
}
.section5Cont{
	overflow: hidden;
	margin: 0px auto;
}
.section5_dl{
	overflow: hidden;
	margin: 0px -10px;
}
.section5_dl dd{
	overflow: hidden;
	float: left;
	display: inline;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.section5_dl dd.show{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.section5_dl .list_a{
	margin: 10px;
}
.section5_dl dd.dd1 .imgDiv{
	padding: 0px;
	width: 257px;
	height: 327px;
}
.section5_dl dd.dd2 .imgDiv{
	padding: 0px;
	width: 257px;
	height: 327px;
}
.section5_dl dd.dd3 .imgDiv{
	padding: 0px;
	width: 380px;
	height: 189px;
}
.section5_dl dd.dd4 .imgDiv{
	padding: 0px;
	width: 180px;
	height: 118px;
}
.section5_dl dd.dd5 .imgDiv{
	padding: 0px;
	width: 180px;
	height: 118px;
}
.section5_dl .imgDiv em{
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	font-size: 16px;
	color:#fff;
	padding: 0px 15px;
	background: rgba(0,0,0,0.6);
}

/**
 * 首页 第六通栏
 * author kis2
 * @return
*/
.section6Cont{
	position: relative;
}
.section6Cont .bd{
	height: ;
	overflow: hidden;
}
.textImg2{
	overflow: hidden;
	margin: 0px -16px !important;
}
.textImg2 dd{
	width: 33.33333333%;
	overflow: hidden;
	float: left;
	display: inline;
}
.section6Cont .textImg2 dd{
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.section6Cont .textImg2 dd.show{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.textImg2 .list_a{
	margin: 0px 16px;
}
.textImg2 .imgDiv{
	padding-top: 60.5263258%;
}
.txtImgDeta{
	padding: 15px 20px 20px 20px;
	overflow: hidden;
	background: #fff;
}
.txtImgName{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color:#333;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.txtImgIntr{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 25px;
	height: 50px;
}
.txtImgOther{
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	color:#999;
}
.txtImgMore{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .txtImgMore,
.list_a:hover .txtImgName{
	color:#502f23;
}

/**
 * 首页 第七通栏
 * author kis2
 * @return
*/
.section7{
	position: relative;
}
.section7 .wrap{
	position: relative;
	z-index: 3;
}
.section7 .sectionCont{
	height: calc(100vh - 140px);
	padding-bottom: 50px;
}
.section7L{
	width: 600px;
	overflow: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0;
}
.section7L.show{
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
.section7L_dl{
	margin: 0px -10px;
	overflow: hidden;
}
.section7L_dl dd{
	padding: 10px 0px;
	width: 50%;
	float: left;
	display: inline;
	overflow: hidden;
}
.section7L_dl dt{
	padding: 10px 0px;
	width: 100%;
	float: left;
	display: inline;
	overflow: hidden;
}
.formBox{
	overflow: hidden;
	margin: 0px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.formDiv{
	overflow: hidden;
	padding: 0px 10px 0px 20px;
	position: relative;
	background: #fff;
}
.required{
	overflow: hidden;
	display: block;
	font-size: 14px;
	color:#eb2727;
	width: 15px;
	text-align: right;
	height: 10px;
	line-height: 10px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
}
dt .required{
	top: 10px;
	margin-top: 0px;
}
.formInp{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	border: none;
	background: none;
	border:none;
	font-family: 'microsoft yahei';
}
.formArea{
	display: block;
	width: 100%;
	height: 100px;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	border: none;
	background: none;
	border:none;
	font-family: 'microsoft yahei';
}
.formCode{
	display: block;
	overflow: hidden;
	margin-left: 10px;
}
.formCode img{
	display: block;
	height: 40px;
}
a.formBt{
	display: block;
	height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color:#999;
	background: #ddd;
	line-height: 40px;
}
.formBt.hover{
	background:#5b4643;
	color:#fff;
}
.section7R{
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0;
}
.section7R.show{
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
.section7ContactTit{
	display: block;
	overflow: hidden;
	font-style: italic;
	font-size: 20px;
	color:#fefefe;
	line-height: 30px;
	padding-bottom: 10px;
	position: relative;
	font-family: 'Arial';
	font-weight: normal;
}
.section7ContactTit:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(204,204,204,0.2);
}
.section7Contact{
	overflow: hidden;
	padding-left: 35px;
	font-size: 16px;
	color:#f0f0f0;
	line-height: 30px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}
.tel{
	background: url(../images/tel.png) no-repeat left center;
}
.focus{
	background: url(../images/focus.png) no-repeat left center;
}
.section7ContactTxt{
	font-size: 15px;
	color:#fff;
	line-height: 25px;
	padding-left: 35px;
}
.section7R_ul li{
	float: left;
	display: inline;
	margin: 0px 15px;
	position: relative;
}
.section7R_a{
	display: block;
	overflow: hidden;
	padding-left: 32px;
	height: 32px;
}
.weixin{
	background: url(../images/weixin.png) no-repeat left center;
}
.section7R_ul li:hover .weixin{
	background: url(../images/weixin_h.png) no-repeat left center;
}
.sina{
	background: url(../images/sina.png) no-repeat left center;
}
.section7R_ul li:hover .sina{
	background: url(../images/sina_h.png) no-repeat left center;
}
.section7RCode{
	display: none;
	position: absolute;
	left: 50%;
	bottom: 32px;
	padding-bottom: 12px;
	margin-left: -66px;
}
.section7RCode p{
	background: #fff;
	padding: 5px;
	overflow: hidden;
	border: 1px solid #ddd;
}
.section7RCode p img{
	display: block;
	width: 120px;
	height: 120px;
}
.section7RCode em{
	display: block;
	width: 17px;
	height: 9px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: 4px;
	background: url(../images/trangledown.png) no-repeat center center;
}
.indFoot{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid rgba(204,204,204,0.5);
	z-index: 3;
}
.indFoot .foot2{
	background: none;
}

/*
* 走进小镇 kis2 begin
*/
.joinTop{
	overflow: hidden;
	background: #fff;
	padding: 30px 50px 50px 50px;
}
.join_dl{
	overflow: hidden;
}
.join_dl dd{
	overflow: hidden;
	padding: 15px 0px;
}
.joinDiv{
	width: 50%;
	float: left;
	display: inline;
	background: #fff;
}
.joinDiv .imgDiv{
	padding-top: 64.1666667%;
}
.joinR{
	padding: 66px 50px;
	overflow: hidden;
}
.joinName{
	overflow: hidden;
	font-size: 20px;
	color:#333;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.joinIntr{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 28px;
	height: 111px;
}
.list_a:hover .joinName{
	color:#00be24;
}
.list_a:hover .more{
	border-color: #502f23;
	color:#502f23;
}

/*
* 预约 kis2
*/
.applyCont{
	padding: 20px;
	overflow: hidden;
	background: #fff;
}
.applyCont .articleBox{
	padding: 0px;
}

.formHead{
	overflow: hidden;
	text-align: center;
	font-size: 24px;
	color:#333;
	line-height: 30px;
	font-weight: bold;
}
.msg_dl{
	/*overflow: hidden;*/
}
.msg_dl dd{
	padding: 10px 0px;
}
.msgTit{
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	font-size: 15px;
	color:#666;
	text-align: right;
	width: 100px;
}
.msgTit i{
	color:#eb2727;
}
.msgDiv{
	overflow: hidden;
	padding: 0px 20px;
	position: relative;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.msgInp{
	display: block;
	height: 48px;
	overflow: hidden;
	line-height: 48px;
	font-size: 14px;
	color:#666;
	width: 390px;
	border:none;
	background: none;
	outline: none;
}
.msgArea{
	display: block;
	height: 250px;
	overflow: hidden;
	line-height: 25px;
	font-size: 14px;
	color:#666;
	border:none;
	outline: none;
	background: none;
	width: 700px;
	font-family: 'microsoft yahei';
	padding: 10px 0px;
}
.msgCode{
	display: block;
	overflow: hidden;
	margin-left: 20px;
}
.msgCode img{
	display: block;
	height: 50px;
}
.msgInp.w_200{
	width: 200px;
}
.msgBtBox{
	overflow: hidden;
}
a.msgBt{
	display: block;
	width: 160px;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color:#999;
	background: #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-right: 20px;
	text-align-last: center;
}
.msgBt.hover{
	background: #00be24;
	color:#fff;
}
/*
* 留言列表
*/
.messageShowList {
	display: block;
	overflow: hidden;
	padding: 0px 10px;
	border-top:1px solid #ddd;
}
.messageShowList dd {
	display: block;
	padding: 15px 10px;
	border-bottom: 1px dotted #ddd;
}

.messageShowList dd div{
	min-height: 25px;
	height: auto !important;
	height: 25px;
	overflow: hidden;
	font-size: 14px;
	color:#555555;
	line-height: 25px;
	position: relative;
}

.messageShowList dd div.msgDeta{
	padding:5px 0px 5px 85px;
}

.messageShowList dd div.msgUser{
	color:#cf331b;
	font-size: 14px;
	/*border-bottom:1px dashed #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;*/
}

.messageShowList dd:last-child{
	border:none;
}

.messageShowList dd div span{
	display: block;
	width: 85px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:5px;
	color:#cf331b;
	text-align: right;
}
.msgUser i{
	color:#999;
}

/*
* 人才招聘 kis2
*/
.recruit_dl{
	overflow: hidden;
	padding: 20px 40px 40px 40px;
	background: #fff;
}
.recruit_dl dt{
	height: 60px;
	overflow: hidden;
	line-height: 60px;
}
.recruit_a span,
.recruit_dl dt span{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#666;
	width: 200px;
	float: left;
	text-align: center;
}
span.w_300{
	padding-left: 50px;
	text-align: left !important;
	width: 250px !important;
}
span.w_100{
	width: 100px !important;
}
span.w_150{
	width: 150px !important;
}
span.w_225{
	width: 205px !important;
}
span.t_r{
	text-align: right !important;
	padding-right: 50px !important;
	width: 155px !important;
}
.recruitGo_i{
	position: absolute;
	right: 30px;
	top:0px;
	height: 60px;
	line-height: 60px;
	display: block;
	font-size: 14px;
	color:#d40000;
	text-align: right;
	cursor: pointer;
}
.recruit_dl dd{
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.recruit_dl dd .t_r i{
	display: block;
	height: 60px;
	overflow: hidden;
	background: url(../images/add.png) no-repeat right center;
}
.recruit_dl dd.hover .t_r i{
	background: url(../images/add_h.png) no-repeat right center;
}
.recruit_dl dd.hover .recruit_a{
	background: #00be24;
}
.recruit_dl dd.hover .recruit_a span{
	color:#fff;
}
.recruit_a{
	display: block;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.recruitCont{
	display: none;
	overflow: hidden;
	position: relative;
}
.recruitDeta{
	overflow: hidden;
	padding: 20px 35px;
}
.recruitIntr{
	overflow: hidden;
	font-size: 14px;
	color:#777;
	line-height: 30px;
}
.recruitBtBox{
	overflow: hidden;
	padding-top: 15px;
}
a.recruitBt{
	display: block;
	width: 150px;
	height: 45px;
	overflow: hidden;
	background: #bdb5aa;
	font-size: 14px;
	color:#fff;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
	margin-right: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.recruitBt.hover{
	background: #00be24;
}
a.recruitGo{
	display: block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	position: absolute;
	right: 32px;
	top: 50%;
	margin-top: -40px;
	font-size: 14px;
	color:#d40000;
	text-align: center;
	font-weight: bold;
	padding-top: 60px;
	background: url(../images/recruitgo.png) no-repeat center 0px;
}
.recruitPop{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	width: 100%;
	height: 100%;
}
.recruitPopCont{
	width: 440px;
	height: 150px;
	overflow: hidden;
	border: 10px solid rgba(0,0,0,0.7);
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	top: 50%;
	margin: -100px auto 0px auto;
	padding: 50px 30px 0px 30px;
}
.close{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/close.png) no-repeat center center;
	background-size: auto 18px;
}
.uploadCont{
	overflow: hidden;
}
.uploadBt{
	overflow: hidden;
	font-size: 14px;
	color:#333;
	height: 25px;
	line-height: 25px;
	background: #dfd4c5;
	padding: 0px 15px;
}
.uploadTip{
	overflow: hidden;
	line-height: 40px;
	font-size: 14px;
	color:#999;
}
a.recruitSubmit{
	display: block;
	overflow: hidden;
	line-height: 25px;
	font-size: 14px;
	color:#fff;
	padding: 0px 10px;
	background: #d40000;
}

/**
 * 应聘表单
 * @author kis2
 * @return
 */
.subPopBox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top:0px;
    background: rgba(0,0,0,0.65);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#65000000',endColorstr = '#65000000')\9;
    z-index: 999999;
    display: none;
}
.subPopCont{
    width: 790px;
    height: 555px;
    /*overflow: hidden;*/
    border:10px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    left: 50%;
    top:50%;
    margin-left: -395px;
    margin-top: -277px;
}
.joinForm{overflow: hidden;padding: 20px 40px;}
.joinFormTit{
    display: block;
    font-size: 24px;
    color:#333;
    text-align: center;
    overflow: hidden;
}
.joinForm_dl{overflow: hidden;}
.joinForm_dl dd{
    clear: both;
    /*height: 32px;
    line-height: 32px;*/
    /*overflow: hidden;*/
    padding-left: 70px;
    position: relative;
    margin-bottom: 10px;
}
.joinFormName{
    display: block;
    width: 70px;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    text-align: right;
    font-size: 12px;
    color:#444;
    position: absolute;
    left: 0px;
    top:0px;
}
.joinFormName i{font-style:normal;padding-right:3px;color:#cc0000;}
.joinFormInp{
    display: block;
    width: 203px;
    height: 30px;
    overflow: hidden;
    border:1px solid #ddd;
    padding: 0px 5px;
    font-size: 12px;
    color:#666;
    font-family: "microsoft yahei";
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.joinForm_dl dd label{margin-right: 15px;}
.joinForm_dl dd label span{padding-left: 6px;}
.joinFormInp[disabled="disabled"]{background: #fff;}
.joinForm_dl dt{overflow: hidden; position: relative; padding-left: 70px; margin-bottom: 10px;}
.joinForm_dl dt textarea{width: 580px; height: 140px; overflow-x: hidden; overflow-y: auto; border:1px solid #ddd; padding: 5px 10px; font-size: 12px; color:#666; line-height: 20px;outline: none;border-radius: 3px;}
.joinFile{display: block; width: 110px; height: 30px; overflow: hidden; background: #535353; font-size: 14px; color:#fff; line-height: 30px; text-align: center;}
input.w_100{width: 100px;}
.joinCode{height: 32px; overflow: hidden; line-height: 32px; margin-left: 10px;}
.joinCode img{display: block; height: 32px; float: left;}
.joinCode i{display: block; height: 32px; overflow: hidden; float: left; padding-left: 10px; color:#666;}
.joinCode i:hover{color:#00be24;}
.closeSubPop{width: 30px; height: 28px; overflow: hidden; background:url(../images/close.png) no-repeat center center; position: absolute; right:10px; top:10px;}
.bbsBt{border-radius:3px;display: block; width: 90px; height: 40px; overflow: hidden; margin:0px auto; text-align: center; line-height: 40px; font-size: 14px; color:#fff !important; background: #00be24;}

/*
* 联系我们 begin
*/
.contactL{
	width: 820px;
	height: 400px;
	overflow: hidden;
}
.contactR{
	width: 340px;
	overflow: hidden;
}
.contactImg{
	overflow: hidden;
}
.contactImg img{
	display: block;
	max-width: 100%;
}
.companyName{
	overflow: hidden;
	font-size: 18px;
	color:#00be24;
	font-weight: bold;
}
.contactTxt{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 30px;
}

/*
* 底部播放器 begin
*/
.avBox{
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: -75px;
	overflow: hidden;
	z-index: 999;
	background: #121212;
	height: 75px;
}
.line-scale-party{
	width: 50px;
	height: 22px;
	margin: 0px auto;
	position: relative;
	top: 50%;
	padding: 14px 0px;
	margin-top: -20px;
	border-radius: 60px;
	border: 2px solid #fff;
}
.imgList_dl1 .icon{
	background: rgba(0,0,0,0.5);
}
.line-scale-party>div {
    background-color: #fff;
    width: 2px;
    height: 22px;
    border-radius: 2px;
    margin: 0px 1px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}
.imgList_dl1 dd.hover .line-scale-party>div{
    -webkit-animation-name: line-scale-party;
    animation-name: line-scale-party;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.imgList_dl1 dd.hover .icon{
	display: block;
}
.line-scale-party>div:nth-child(1) {
    -webkit-animation-delay: .77s;
    animation-delay: .77s;
    -webkit-animation-duration: 1.26s;
    animation-duration: 1.26s;
}
.line-scale-party>div:nth-child(2) {
	height: 11px;
    -webkit-animation-delay: .29s;
    animation-delay: .29s;
    -webkit-animation-duration: .43s;
    animation-duration: .43s;
}
.line-scale-party>div:nth-child(3) {
	height: 17px;
    -webkit-animation-delay: .28s;
    animation-delay: .28s;
    -webkit-animation-duration: 1.01s;
    animation-duration: 1.01s;
}
.line-scale-party>div:nth-child(4) {
	height: 13px;
    -webkit-animation-delay: .74s;
    animation-delay: .74s;
    -webkit-animation-duration: .73s;
    animation-duration: .73s;
}
@-webkit-keyframes line-scale-party {
    0%{
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.avBox .wrap{
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.closeAv{
	display: block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 5px;
	background: url(../images/close.png) no-repeat center center;
	background-size: auto 15px;
}
.avImg{
	width: 75px;
	height: 75px;
	overflow: hidden;
	margin-right: 20px;
	background: url(../images/avdefaultbg.png) no-repeat center center;
}
.avCont{
	overflow: hidden;
	padding: 0px 7px;
	position: relative;
}
.avTit{
	font-size: 12px;
	color:#fff;
	overflow: hidden;
	line-height: 20px;
	font-weight: bold;
	padding-top: 10px;
}
.avBox .audiojs{
	width: 100%;
	background: none;
	overflow: visible;
}
.avBox .play-pause{
	float: right !important;
	margin-right: 62px;
}
.avBox .bt{
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 35px;
}
.avBox .prev{
	right: 100px;
	background: url(../images/prevav.png) no-repeat center center;
}
.avBox .next{
	right: 40px;
	background: url(../images/nextav.png) no-repeat center center;
}
.avBox .scrubber{
	width: 660px;
	height: 7px;
	background: #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	overflow:visible;
	margin: 15px 0px 0px 0px;
}
.avBox .audiojs .loaded{
	background: none;
	height: 7px;
	border-radius: 7px;
}
.avBox .audiojs .progress{
	background: #c70c0c;
	height: 7px;
	overflow:visible;
	border-radius: 7px;
}
.avBox .audiojs .progress:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	right: -5px;
	top: -2px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-ms-border-radius: 11px;
	-o-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
}
.avBox .audiojs .time em,
.avBox .audiojs .time .duration{
	font-size: 12px;
	color:#fff;
	font-weight: bold;
}
.avBox .play-pause{
	height: 20px;
	width: 20px;
	padding: 5px 0px;
}
.audiojs p.play{
	width: 20px;
	height: 20px;
	background-position: -5px -3px;
}
.avBox .audiojs .pause{
	width: 20px;
	height: 20px;
	background: url(../images/pause.png) no-repeat center center;
}

/*
* 智慧移动 begin
*/
.download_dl{
	overflow: hidden;
	margin: 0px -22px;
}
.download_dl dd{
	width: 50%;
	overflow: hidden;
	float: left;
	display: inline;
}
.download_a{
	display: block;
	overflow: hidden;
	margin: 0px 22px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
.download_a .tableCont{
	overflow: hidden;
	width: auto;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 65px;
	background: rgba(0,0,0,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.download_a:after{
	display: block;
	content: "";
	overflow: hidden;
	padding-top: 57.3426573%;
}
.downloadName{
	font-size: 24px;
	color:#fff;
	text-align: center;
	line-height: 30px;
	height: 30px;
}
.downloadIntr{
	display: none;
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	line-height: 28px;
	height: 55px;
	padding: 15px 0px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateY(200px);
	-ms-transform: translateY(200px);
	-o-transform: translateY(200px);
	transform: translateY(200px);
}
.downloadCode{
	width: 130px;
	overflow: hidden;
	padding: 5px;
	background: #fff;
	margin: 0px auto;
	display: none;
	opacity: 0;
	-webkit-transform: translateY(200px);
	-ms-transform: translateY(200px);
	-o-transform: translateY(200px);
	transform: translateY(200px);
}
.downloadCode img{
	display: block;
	width: 130px;
	height: 130px;
}
.download_a:hover .downloadIntr,
.download_a:hover .downloadCode{
	display: block;
	-webkit-animation: downloadIntr 0.4s linear forwards;
	-o-animation: downloadIntr 0.4s linear forwards;
	animation: downloadIntr 0.4s linear forwards;
}
.download_a:hover .downloadCode{
	animation-delay: 0.1s;
}
@keyframes downloadIntr{
	0%  {transform: translateY(200px);opacity: 0;}
	100%{transform: translateY(0px);opacity: 1;}
}
.downloadCont{
	overflow: hidden;
	position: relative;
}
.downloadCont .wrap{
	height: 600px;
	z-index: 6;
	position: relative;
}
.downloadTxt{
	font-size: 14px;
	color:#4c4c4c;
	line-height: 30px;
}
.downLoadBt{
	display: block;
	width: 150px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 14px;
	color:#fff;
	text-align: center;
	background: #00be24;
	text-align: center;
}
.downLoadBt span{
	color:#fff;
	display: inline-block;
	overflow: hidden;
	padding-left: 20px;
	background: url(../images/download.png) no-repeat left center;
}

/*
* 各通栏初始化
*/
.section1 .sectionCont{
	opacity: 0.5,
	transform:scale(0.9)
}
.section2 .sectionCont{
	opacity: 0.5;
	transform:rotateX(-120deg) scale(0.9);
	transform-origin:50% 0px;
}
.section3 .sectionCont{
	opacity: 0.5;
	transform: scale(0.9) translateY(100px);
}
.section4 .sectionCont{
	opacity: 0.5;
	transform: perspective(600px) rotateX(3deg) rotateY(-3deg) scale(0.9);
	transform-origin: 100% 100%;
}
.section5 .sectionCont{
	opacity: 0.5;
	transform: scale(0.9);
}
.section6 .sectionCont{
	opacity: 0.5;
	transform: rotateY(120deg) scale(0.9);
	transform-origin: 0px 0px;
}
.section7 .sectionCont{
	opacity: 0.5;
	transform: scale(0.9);
}

@media screen and (max-width: 1366px){
	.logo img{
		height: 50px;
	}
	.menu_a{
		padding: 10px 0px;
	}
	.section .h60{
		height: 20px;
	}
	.tit{
		height: 50px;
	}
	.sectionCont{
		height: calc(100vh - 70px);
		padding-top: 70px;
	}
	.section7R .h30{
		height: 10px;
	}
	.section7L_dl dd{
		width: 33.333333%;
	}
	.section7 .sectionCont{
		height: calc(100vh - 120px);
	}
	.last_dd{
		width: 50% !important;
	}
}
.fengmao{
	
	padding-top:22px;
    height:390px;
    min-width: 1200px;
}
.fengmao-box{
	width:1200px;
	margin:0 auto;
}
.fengmao-box h1{
	text-align:center;
	font-size:30px;
	color:#0561ba;
	text-transform:uppercase;
	font-weight:bold;      
}
.fengmao-box h2{
	text-align:center;
	background: url(../images/hd-xian_03.png) no-repeat center;
	font-size:14px;
	color:#acacac;
	padding:13px 0 13px;
}
.fengmao-box h2 span{
	width:155px;
	text-transform:uppercase;
	text-align:center;
	
	margin:0 auto;
	font-size:14px;
	color:#acacac;
	display:block;
}
.fengmao-box h3{
	text-align:center;
	font-size:13px;
	color:#9a9a9a;
	padding-bottom:10px;
}
/* 滚动css */

		.slideGroup{ width:1200px; padding-bottom:12px; clear:both;  overflow:hidden; }
		.slideGroup .parHd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 20px; border-bottom:1px solid #ddd;  position:relative;  }
		.slideGroup .parHd ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;   }
		.slideGroup .parHd ul li{ float:left; padding:0 15px; cursor:pointer;  }
		.slideGroup .parHd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; }
		.slideGroup .slideBox{ overflow:hidden; zoom:1; position:relative;   }

		.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:5px; top:10px; display:block; width:30px; height:94px; border:1px solid #ddd; background:url(images/icoLeft.gif) center center no-repeat #f4f4f4; }
		.slideGroup .sNext{ left:auto; right:5px; background:url(images/icoRight.gif) center center no-repeat #f4f4f4;  }
		.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }

		.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
		.slideGroup .parBd ul li{ margin:0 2px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.slideGroup .parBd ul li .pic{ text-align:center; }
		.slideGroup .parBd ul li .pic img{ width:286px; height:202px;display:block; padding:2px; border:1px solid #ccc; }
		.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }
		.slideGroup .parBd ul li .title{ line-height:24px;   }.slideGroup .parBd ul li .title a{ color:#fff; font-size:15px;}