@charset "UTF-8";
/**
 * 框架公共部分
 * author kis2
 * @return
 */
.wrap{
	clear:both;
	width:1200px;
	margin:0 auto;
	}
.minH_350{
	min-height:350px;
	height:auto !important;
	height:350px;
}
.bc_fff{
	background: #fff;
}
.right{
	overflow: hidden;
	background: #fff;
	padding: 0px 20px 20px 20px;
}
.subCont{
	position: relative;
}
.jqthumb{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
/**
 * 顶部
 * author zwp
 * @return
 */
.indTop{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
.headBox{
	clear: both;
	height: 75px;
	background: #fff;
	z-index: 9;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.indTop .headBox{
	background:rgba(255,255,255,1);
}
.topL{
	overflow: hidden;
	padding: 10px 0px;
}
.logo{
	display: block;
	overflow: hidden;
}
.logo img{
	display: block;
	height: 55px;
}
.topR{
	padding-right: 20px;
}
/**
 * 导航
 * author zwp
 * @return
 */
.menuDl{
	padding: 20px 0px;
	height: 35px;
	position: relative;
}
.menuDl dt{
	width: 0px;
	height: 4px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #57c282;
	z-index: 3;
}
.menuDl dd{
	float: left;
	position: relative;
	z-index:11;
}
.menuDl dd .a1{
	display: block;
	height: 35px;
	padding: 0 28px;
	overflow: hidden;
	line-height: 35px;
	font-size: 16px;
	color: #333;
	position: relative;
	z-index: 11;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
	transition-delay:0s;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
}
.menuDl dd.hover .a1{
	color:#57c282;
}
.menu_ul{
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 35px;
	padding-top: 20px;
}
.menu_ul li{
	padding: 8px 4px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
}
.menu_ul li a{
	display: block;
	overflow: hidden;
	line-height: 25px;
	font-size: 14px;
	color:#666;
}
.menu_ul li:last-child{
	border-bottom: none;
}
.menu_ul li:hover,
.menu_ul li.hover{
	border-color:#57c282;
	background: #57c282;
}
.menu_ul li:hover a,
.menu_ul li.hover a{
	color:#fff;
}
.menuBox{
	position: relative;
	z-index: 99;
}
/**
 * 搜索
 * author zwp
 * @return
 */
.search{
	width:30px;
	height:30px;
	margin:23px 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;}
.topSearch{
	width: 215px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 52px;
}
.topSearchCont{
	display: none;
	padding: 10px;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
}
.topSearchInp{
	display: block;
	overflow: hidden;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border:none;
	background: #fff;
	padding: 0px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	color:#666;
	float: left;
	font-family: 'Microsoft yahei';
}
.topSearchTrue{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: #57c282 url(../images/icon4_h.png) no-repeat center center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-left: 5px;
	float: left;
}
.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{
	text-align: right;
	line-height: 18px;
	color: #777777;
	font-size: 14px;
	margin-top: 23px;
	margin-left: 5px;
	cursor: pointer;
	position: relative;
	padding-left: 10px;
}
.lgBt:after{
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	background: #dedede;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
}
.language{
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.lgBt a{
	font-size: 14px;
	color:#666;
}
.lgBt a:hover{
	color:#006428;
}
.lgBtBox{
	position: absolute;
	top: 30px;
	right: 0px;
    z-index: -1;
    padding-top: 20px;
	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
*/
.banner{
	overflow: hidden;
	position: relative;
	padding-top: 38.0208333%;
}
.banner .center{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.banner .bd{
	height: 100%;
	overflow: hidden;
}
.banner_dl{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.banner_dl dd{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.banner_dl .list_a{
    padding-top: 38.0208333%;
}
.banner .hd{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 20px;
	text-align: center;
	font-size: 0px;
}
.banner .hd ul{
	display: inline-block;
	overflow: hidden;
}
.banner .hd ul li{
	width: 35px;
	height: 5px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 5px;
	background: #fff;
	cursor: pointer;
	text-indent: 99em;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.banner .hd ul li.on{
	background: #fcc000;
}
.banner .bt{
	display: block;
	width: 25px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	-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;
}
.banner .prev{
	opacity: 0;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
	left: 20px;
	background: rgba(0,0,0,0.5) url(../images/btPrev_h.png) no-repeat center center;
}
.banner .next{
	opacity: 0;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
	right: 20px;
	background: rgba(0,0,0,0.5) url(../images/btNext_h.png) no-repeat center center;
}
.banner:hover .bt{
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
/*
* subBanner kis2
*/
.subBanner{
	overflow: hidden;
	padding-top: 75px;
}
.subBanner_a{
	display: block;
	padding-top: 26.04166667%;
	overflow: hidden;
	position: relative;
}
.shadow{
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	background: url(../images/shadow.png) repeat;
}
.subBanCont{
	position: absolute;
	right: 50%;
	bottom: 100px;
	margin-right: -600px;
	z-index: 3;
	text-align: right;
}
.subBan_Ch{
	overflow: hidden;
	font-size: 34px;
	color:#fff;
	font-family: '幼圆';
}
.subBan_En{
	overflow: hidden;
	font-size: 13px;
	color:#d0d0d0;
	font-weight: bold;
	padding-top: 10px;
	animation-delay: 0.1s;
}
/*
* 二级导航 kis2
*/
.subMenu{
	display: none;
	width: 280px;
	overflow: hidden;
	background: #fff;
	margin-left: 20px;
}
.subMenu_dl{
	overflow: hidden;
	position: relative;
}
.subMenu_dl dt{
	overflow: hidden;
	background: #57c282;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	color:#fff;
	padding-left: 20px;
}
.subMenu_dl dd{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.subMenu_a{
	display: block;
	overflow: hidden;
	font-size: 15px;
	color:#333;
	height: 50px;
	line-height: 50px;
	position: relative;
	padding: 0px 0px 0px 20px;
}
.subMenu_a em{
	display: none;
	overflow: hidden;
	width: 100%;
	height: 2px;
	background: #57c282;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.subMenu_dl dd.hover .subMenu_a{
	color:#57c282;
}
.subMenu_dl dd.hover .subMenu_a em{
	display: block;
}

/*
* location kis2 
*/
.location{
	height: 54px;
	overflow: hidden;
	line-height: 54px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	color:#999;
	padding-left: 18px;
	background: url(../images/location.png) no-repeat left center;
}
.location a{
	color:#999;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.location i{
	padding: 0px 3px;
}
.location a.hover,
.location a:hover{
	color:#57c282;
}

/*
* 底部 kis2
*/
.foot1{
	overflow: hidden;
	position: relative;
	background: #333;
	padding: 40px 0px;
}
.footCont{
	overflow: hidden;
}
.foot_dl{
	overflow: hidden;
	width: 20%;
}
.foot_dl dt{
	overflow: hidden;
	line-height: 30px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 10px;
}
.foot_dl dt em{
	display: block;
	width: 60px;
	height: 1px;
	overflow: hidden;
	background: #fcc000;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.foot_dl dd{
	overflow: hidden;
	line-height: 30px;
	font-size: 12px;
	color:#c9c9c9;
}
.foot_dl dd a{
	height: 30px;
	overflow: hidden;
	font-size: 12px;
	color:#c9c9c9;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding-left: 10px;
	background: url(../images/footArrow.png) no-repeat left center;
}
.foot_dl dd a:hover{
	color:#fff;
	background: url(../images/footArrow_h.png) no-repeat left center;
}
.foot_dl dt a{
	font-size: 18px;
	color:#fff;
	text-transform: uppercase;
}
.footR{
	overflow: hidden;
	width: 25%;
	height: 100%;
	background: #323232;
	position: absolute;
	right: 0px;
	top: 0px;
}
.footRCont{
	overflow: hidden;
	padding: 60px 0px 0px 60px;
}
.footTelName{
	overflow: hidden;
	font-size: 16px;
	color:#888;
	line-height: 30px;
}
.footTel{
	overflow: hidden;
}
.footTel img{
	display: block;
	max-width: 100%;
}
.footCode{
	overflow: hidden;
	padding: 5px;
	background: #fff;
	margin-left: 45px;
}
.footCode img{
	display: block;
	width: 115px;
	height: 115px;
}
.foot2{
	overflow: hidden;
	background: #000;
	padding: 10px 0px;
	font-size: 12px;
	color:#888;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
}
/*
* 右侧滚动
*/
.rightScroll{
    overflow: hidden;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -0px;
    z-index: 998;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.rightScroll.show{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.right_dl{
    overflow: hidden;
    border-top: 1px solid #ddd;
}
.right_dl dd{
    position: relative;
}
.right_dl dd a{
    display: block;
    width: 70px;
    height: 30px;
    overflow: hidden;
    font-size: 12px;
    color:#666;
    padding-top: 40px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-top: none;
}
.Qq{
    background: #fff url(../images/qq.png) no-repeat center 11px;
}
.right_dl dd:hover .Qq{
	border-color: #f39800;
	color:#fff;
	background: #f39800 url(../images/qq_h.png) no-repeat center 11px;
}
.p_720{
    background: #fff url(../images/p_720.png) no-repeat center 11px;
}
.right_dl dd:hover .p_720{
	border-color: #f39800;
	color:#fff;
	background: #f39800 url(../images/p_720_h.png) no-repeat center 11px;
}
.goTop{
    background: #fff url(../images/goTop.png) no-repeat center 17px;
}
.right_dl dd:hover .goTop{
	border-color: #f39800;
	color:#fff;
	background: #f39800 url(../images/goTop_h.png) no-repeat center 17px;
}

/**
 * 首页 第一通栏
 * author kis2
 * @return
*/
.ind1st{
	overflow: hidden;
	margin: 0px auto;
	background: url(../images/ind1stBg.jpg) no-repeat center center;
}
.ind1stSlide{
	overflow: hidden;
	position: relative;
}
.ind1stTop{
	overflow: hidden;
}
.ind1stTit{
	overflow: hidden;
}
.ind1stTit span{
	display: block;
	overflow: hidden;
	font-size: 20px;
	color:#000;
	font-family: 'Arial';
}
.ind1stTit i{
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 12px;
	color:#999;
	font-family: 'Arial';
}
.ind1stTit i em{
	display: block;
	width: 25px;
	height: 1px;
	overflow: hidden;
	background: #fcc000;
	position: absolute;
	left: 0px;
	top: 50%;
}
.ind1stTop .hd{
	overflow: hidden;
	padding-top: 35px;
}
.ind1stTop .hd ul li{
	float: left;
	display: inline;
	overflow: hidden;
	width: 8px;
	height: 8px;
	overflow: hidden;
	background: #7b7b7b;
	margin-left: 8px;
	cursor: pointer;
	text-indent: 99em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind1stTop .hd ul li.on{
	background: #fcc000;
}
.ind1stSlide .bd{
	height: 325px;
	overflow: hidden;
}
.ind1st_dl{
	margin: 0px -10px !important;
	overflow: hidden;
}
.ind1st_dl dd{
	width: 25%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 10px 0px;
}
.ind1st_dl .list_a{
	margin: 0px 10px;
	background: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind1st_dl .list_a:hover{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.ind1st_dl .imgDiv{
	padding-top: 54.0023895%;
}
.ind1st_dl .listDeta{
	padding: 10px 15px;
	overflow: hidden;
}
.ind1st_dl .listTit{
	text-transform:uppercase;
	font-weight: bold;
	padding-bottom: 7px;
}
.ind1st_dl .listTit em{
	width: 40px;
	overflow: hidden;
	height: 1px;
	background: #fcc000;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.ind1st_dl .listIntr{
	height: 75px;
	overflow: hidden;
}
/*
 * 第二通栏
 * author kis2
 * @return
*/
.ind2nd{
	overflow: hidden;
	background: #fff;
}
.indRow{
	overflow: hidden;
}
.ind2nd_dl{
	overflow: hidden;
	margin: 0px -25px;
}
.ind2nd_dl dd{
	width: 16.66666667%;
	overflow: hidden;
	float: left;
	display: inline;
}
.ind2nd_dl .list_a{
	text-align: center;
	margin: 0px 25px;
}
.ind2ndIcon{
	overflow: hidden;
	width: 100px;
	height: 100px;
	position: relative;
	margin: 0px auto;
}
.ind2ndIcon span{
	display: block;
	position: absolute;
	left: 0px;
	top:0px;
	right: 0px;
	bottom: 0px;
	border:1px solid #ddd;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	/*-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;*/
	background: #fff;
	/*-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;*/
}
span.defaultIcon1{
	-webkit-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	-o-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
}
span.hoverIcon{
	display: none;
	border-color:#57c282;
	/*-webkit-transform: translateX(-100%) rotate(-180deg);
	-ms-transform: translateX(-100%) rotate(-180deg);
	-o-transform: translateX(-100%) rotate(-180deg);
	transform: translateX(-100%) rotate(-180deg);
	opacity: 0;
	filter: alpha(opacity=100);*/
}
.ind2nd_dl dd.hover .defaultIcon{
	/*-webkit-transform: translateX(100%) rotate(180deg);
	-ms-transform: translateX(100%) rotate(180deg);
	-o-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);*/
	/*opacity: 0;*/
}
.ind2nd_dl dd.hover .hoverIcon{
	/*-webkit-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	-o-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
	opacity: 1;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;*/
}
.fast_Ch{
	font-size: 18px;
	color:#666;
	line-height: 25px;
	overflow: hidden;
	padding-top: 20px;
}
.fast_En{
	font-size: 14px;
	color:#333;
	line-height: 25px;
	overflow: hidden;
}
.list_a:hover .fast_En{
	color:#57c282;
}
/*
 * 第三通栏
 * author kis2
 * @return
*/
.ind3rd{
	overflow: hidden;
	background: #fff;
}
.ind3rdR{
	position: relative;
}
.ind3rdR,
.ind3rdL{
	width: 50%;
	overflow: hidden;
	float: left;
	display: inline;
}
.ind3rdSlide{
	overflow: hidden;
	padding-top: 50%;
	position: relative;
}
.ind3rdSlide .center{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.ind3rd_a{
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 50%;
}
.ind3rdSwiper{
	height: 100%;
}
.ind3rdDeta{
	overflow: hidden;
	padding-left: 100px;
}
.ind3rd_Ch{
	overflow: hidden;
	font-size: 24px;
	color:#fff;
}
.ind3rd_En{
	overflow: hidden;
	font-size: 16px;
	color:#fff;
	margin-bottom: 100px;
}
.ind3rdMore{
	width: 170px;
	height: 50px;
	overflow: hidden;
	background: rgba(255,255,255,0.85);
	font-size: 14px;
	color:#666;
	text-align: center;
	line-height: 50px;
}
.ind3rdMore span{
	padding-right: 30px;
	background: url(../images/arrowRight.png) no-repeat right center;
}
.ind3rdMore:hover{
	background: #57c282;
}
.ind3rdMore:hover span{
	color:#fff;
	background: url(../images/arrowRight_h.png) no-repeat right center;
}
.ind3rdSwiper .swiper-button-prev,
.ind3rdSwiper .swiper-button-next{
	display: none;
}
.indVieo{
	overflow: hidden;
	padding-top: 50%;
	position: relative;
}
#indV{
	width: 100%;
	height: 101%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: 1;
}
.playVideo{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
	cursor: pointer;
	background: rgba(0,0,0,0.5) url(../images/play2.png) no-repeat center center;
}
.load{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
	cursor: pointer;
	background: rgba(0,0,0,0.5) url(../images/load.gif) no-repeat center center;
}

/*
 * 关于我们频道页
 * author kis2
 * @return
*/

/*
* 关于我们第一通栏 kis2
*/
.row{
	position: relative;
	overflow: hidden;
	background: #fff;
}
.titleBox{
	text-align: center;
	font-size: 0px;
}
.title{
	display: inline-block;
	position: relative;
	padding: 0px 30px;
}
.titleCh{
	overflow: hidden;
	font-size: 30px;
	color:#333;
	line-height: 40px;
}
.titleEn{
	overflow: hidden;
	font-size: 14px;
	color:#bbb;
	line-height: 30px;
}
.line{
	width: 1200px;
	height: 1px;
	overflow: hidden;
	background: #d3d3d3;
	position: absolute;
	top: 20px;
}
.lineL{
	right: 100%;
}
.lineR{
	left: 100%;
}
.c_fff .titleCh{
	color:#fff;
}
.aboutCont{
	overflow: hidden;
}
.aboutIntr{
	font-size: 14px;
	color:#888;
	line-height: 30px;
	overflow: hidden;
	padding: 0px 150px;
	text-align: center;
}
.aboutRound{
	overflow: hidden;
	padding-bottom: 160px;
	background: url(../images/aboutBg1.jpg) no-repeat center bottom;
}
.aboutRound_dl{
	width: 750px;
	margin: 0px auto;
	overflow: hidden;
}
.aboutRound_dl dd{
	width: 33.3333333%;
	overflow: hidden;
	float: left;
	display: inline;
}
.timer{
	display: block;
	overflow: hidden;
	font-size: 48px;
	color:#57c282;
	text-align: center;
	font-weight: bold;
	font-family: 'Arial';
}
.aboutRound_dl dd i{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#888;
	text-align: center;
}
/*
* 关于我们第二通栏 kis2
*/
.course{
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.course .hd{
	width: 720px;
	height: 120px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.courseLine1{
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 62px;
	z-index: 1;
	background: #57c282;
}
.course_ul{
	width: 20000px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
.course_ul li{
	width: 140px;
	overflow: hidden;
	float: left;
	display: inline;
}
.course_ul li span{
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color:#666;
	line-height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.course_ul li.on span{
	font-size: 24px;
	font-weight: bold;
	color:#57c282;
}
.course_ul li p{
	display: block;
	width: 14px;
	position: relative;
	margin: 0px auto;
	padding: 15px 0px;
}
.course_ul li p span{
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background: #b5b5b5;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	position: relative;
	z-index: 3;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.course_ul li p i{
	width: 24px;
	height: 24px;
	background: #f6f6f6;
	overflow: hidden;
	border: 1px solid #57c282;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -13px 0px 0px -13px;
	z-index: 2;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}
.course_ul li p em{
	width: 38px;
	height: 38px;
	background: #f6f6f6;
	overflow: hidden;
	border: 1px solid #57c282;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0px 0px -20px;
	z-index: 1;
	-webkit-transition: all 0.55s linear;
	-o-transition: all 0.55s linear;
	transition: all 0.55s linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}
.course_ul li.on p i{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.course_ul li.on p em{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.course_ul li.on p span{
	background: #57c282;
}
.courseLine{
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: #939292;
	position: absolute;
	left: 0px;
	top: 62px;
	z-index: 2;
}
.courseLine i{
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	background: #57c282;
	position: absolute;
	left: 0px;
	top: 0px;
}
.course .bd{
	height: 230px;
	overflow: hidden;
	position: relative;
}
.course_dl{
	overflow: hidden;
}
.course_dl dd{
	overflow: hidden;
}
.courseCont{
	overflow: hidden;
	background: #fff;
}
.courseL{
	width: 375px;
	overflow: hidden;
	margin-right: 30px;
}
.courseL a{
	display: block;
	padding-top: 61.333333333%;
	overflow: hidden;
}
.courseR{
	overflow: hidden;
}
.courseYear{
	overflow: hidden;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 16px;
	color:#666;
}
.courseYear i{
	font-size: 30px;
	color:#57c282;
	overflow: hidden;
	padding-right: 10px;
}
.courseDeta{
	overflow: hidden;
	height: 180px;
}
.courseCont_ul{
	overflow: hidden;
}
.courseCont_ul li{
	overflow: hidden;
	font-size: 14px;
	color:#888;
	line-height: 28px;
	padding-bottom: 10px;
}
.aboutRow2 .wrap{
	position: relative;
	z-index: 3;
}
.aboutRow2Bg{
	width: 100%;
	height: 630px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.scroll{
	width: 100%;
	height: 180px;
	overflow: auto;
	float: left;
}	
.courseDeta .scroll_container {
	overflow: hidden;
	position: relative;
}
.courseDeta .scroll_absolute {
    position: absolute;
}
.courseDeta .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 1px;
    width: 3px;
    height: 100%;
    background: #cecece;
    margin: 0;
    padding: 0;
}
.courseDeta .scroll_track {
	position: relative;
	background-color: #BCB794;
}
.courseDeta .scroll_drag {
	position: relative;
	top: 0;
	left: -1px;
	width: 5px;
	cursor: pointer;
	background-color: #57c282;
}
.container1 .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #D6B74B;
}
.container1 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}
.courseBt{
	position: absolute;
	right: 0px;
	top: 5px;
	overflow: hidden;
}
.courseBt .bt1{
	display: block;
	width: 27px;
	height: 27px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	-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;
}
.bt1.prev{
	background: #e6e6e6 url(../images/btPrev.png) no-repeat center center;
	background-size: auto 15px;
}
.bt1.prev:hover{
	background: #57c282 url(../images/btPrev_h.png) no-repeat center center;
	background-size: auto 15px;
}
.bt1.next{
	background: #e6e6e6 url(../images/btNext.png) no-repeat center center;
	background-size: auto 15px;
}
.bt1.next:hover{
	background: #57c282 url(../images/btNext_h.png) no-repeat center center;
	background-size: auto 15px;
}
.course .bt2{
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 42px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bt2.prev{
	left: 0px;
	background: #e6e6e6 url(../images/btPrev.png) no-repeat center center;
	background-size: auto 15px;
}
.bt2.prev:hover{
	background: #57c282 url(../images/btPrev_h.png) no-repeat center center;
	background-size: auto 15px;
}
.bt2.next{
	right: 0px;
	background: #e6e6e6 url(../images/btNext.png) no-repeat center center;
	background-size: auto 15px;
}
.bt2.next:hover{
	background: #57c282 url(../images/btNext_h.png) no-repeat center center;
	background-size: auto 15px;
}
.bdCont{
	width: 860px;
	margin: 0px auto;
	padding-top: 16px;
	position: relative;
	padding-bottom: 10px;
}
.bdEm{
	width: 30px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/courseTrangle.png) no-repeat center center;
}

/*
* 关于我们第三通栏 kis2
*/
.aboutRow3 .wrap{
	position: relative;
	z-index: 3;
}
.aboutRow3Slide{
	overflow: hidden;
	position: relative;
	padding: 0px 100px;
}
.aboutRow3Slide .bd{
	height: 370px;
	overflow: hidden;
}
.aboutRow3_dl{
	overflow: hidden;
	margin: 0px -50px !important;
}
.aboutRow3_dl dd{
	width: 33.33333333%;
	overflow: hidden;
	float: left;
	display: inline;
}
.aboutRow3_dl dd .list_a{
	margin: 0px 50px;
}
.aboutIcon{
	overflow: hidden;
	width: 145px;
	height: 145px;
	position: relative;
	margin: 0px auto;
}
.aboutIcon span{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../images/aboutCircle.png) no-repeat center center;
	-webkit-animation: aboutCircle 1s linear infinite;
	-o-animation: aboutCircle 1s linear infinite;
	animation: aboutCircle 1s linear infinite;
}
@keyframes aboutCircle{
	0%  {transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}
.aboutRow3Name{
	overflow: hidden;
	font-size: 18px;
	color:#666;
	text-align: center;
}
.aboutRow3Intr{
	overflow: hidden;
	font-size: 14px;
	color:#888;
	line-height: 28px;
	height: 165px;
}
.aboutRow3Slide .hd{
	overflow: hidden;
	text-align: center;
	font-size: 0px;
	padding-top: 40px;
	display: none;
}
.aboutRow3Slide .hd ul{
	display: inline-block;
	overflow: hidden;
}
.aboutRow3Slide .hd ul li{
	width: 8px;
	height: 8px;
	overflow: hidden;
	float: left;
	display: inline;
	background: #ccc;
	cursor: pointer;
	text-indent: 99em;
	margin: 0px 4px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.aboutRow3Slide .hd ul li.on{
	background: #57c282;
}
.aboutRow3Slide .bt{
	display: none;
	width: 25px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.aboutRow3Slide .prev{
	left: 0px;
	background: #eee url(../images/btPrev.png) no-repeat center center;
	background-size: auto 15px;
}
.aboutRow3Slide .prev:hover{
	background: #57c282 url(../images/btPrev_h.png) no-repeat center center;
	background-size: auto 15px;
}
.aboutRow3Slide .next{
	right: 0px;
	background: #eee url(../images/btNext.png) no-repeat center center;
	background-size: auto 15px;
}
.aboutRow3Slide .next:hover{
	background: #57c282 url(../images/btNext_h.png) no-repeat center center;
	background-size: auto 15px;
}
.aboutRow3Bg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images/aboutRow3Bg.png) no-repeat left bottom;
}

/*
* 关于我们第四通栏 kis2
*/
.aboutRow4 .wrap{
	position: relative;
	z-index: 3;
}
.eventBox{
    position: relative;
    overflow: hidden;
    padding: 0px 30px;
}
.eventBox .hd{
    overflow: hidden;
    width: 550px;
    margin: 0px auto;
}
.eventBox .bt{
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.eventBox .prev{
    background: url(../images/btPrev.png) no-repeat center center;
}
.eventBox .next{
    background: url(../images/btNext.png) no-repeat center center;
}
.eventYear{
    width: 450px;
    overflow: hidden;
    height: 50px;
    position: relative;
}
.eventY_ul{
    width: 100000px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}
.eventY_ul li{
    overflow: hidden;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color:#666;
    float: left;
    display: inline;
    text-align: center;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    cursor: pointer;
}
.eventY_ul li.on{
    color:#57c282;
    font-size: 30px;
    font-weight: bold;
}
.eventBox .bd{
	overflow: hidden;
}
.event_ul{
    overflow: hidden;
    -webkit-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear;
}
.event_ul li{
    overflow: hidden;
    min-height: 100px;
}
.eventScroll{
	overflow: hidden;
	/*height: 600px;*/
}
.event_dl{
	width: 800px;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}
.event_dl dd{
    overflow: hidden;
    padding: 30px 0px;
    position: relative;
    z-index: 3;
}
.eventContTime{
	position: relative;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #999;
	font-size: 20px;
	color:#57c282;
	font-weight: bold;
}
.odd .eventContTime{
	text-align: right;
}
.eventContTime em{
	display: block;
	width: 11px;
	height: 11px;
	overflow: hidden;
	border: 2px solid #fff;
	background: #57c282;
	position: absolute;
	left: 50%;
	bottom: -7px;
	margin-left: -7px;
	border-radius: 100%;
}
.eventDeta{
	overflow: hidden;
	margin: 0px -45px;
}
.eventL,
.eventR{
	width: 50%;
    overflow: hidden;
}
.event_dl dd.odd .eventR,
.event_dl dd.even .eventL{
	float: left;
}
.event_dl dd.even .eventR,
.event_dl dd.odd .eventL{
	float: right;
}
.eventImg{
	overflow: hidden;
	margin: 0px 45px;
}
.eventImg a{
	display: block;
	padding-top: 54.5454545%;
	position: relative;
}
.eventCont{
	width: 50%;
    overflow: hidden;
}
.eventTxt{
	overflow: hidden;
	margin: 0px 45px;
}
.eventIntr{
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 30px;
    height: 180px;
}
.eventClock{
	height: 45px;
    background: url(../images/time.png) no-repeat center top;
    z-index: 1;
    position: relative;
}
.eventClock em{
	display: block;
	width: 1px;
	position: absolute;
	left: 50%;
	top: 25px;
	bottom: 0px;
	overflow: hidden;
	background: #999;
}
.event_dl dt{
	display: block;
	width: 1px;
	position: absolute;
	left: 50%;
	top: 0px;
	bottom: 30px;
    background: #999;
}
.event_dl dt em{
	width: 1px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: -28px;
	background: url(../images/dashed.png) no-repeat center bottom;
}
.aboutRow4Bg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.event_ul .scroll_container {
	overflow: hidden;
	position: relative;
}
.event_ul .scroll_absolute {
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.event_ul .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 1px;
    width: 3px;
    height: 100%;
    background: #cecece;
    margin: 0;
    padding: 0;
    z-index: 9;
    opacity: 0;
}
.event_ul .scroll_track {
	position: relative;
	background-color: #BCB794;
	opacity: 0;
}
.event_ul .scroll_drag {
	position: relative;
	top: 0;
	left: -1px;
	width: 5px;
	cursor: pointer;
	background-color: #57c282;
}
.bototmLine{
	height: 100px;
	overflow: hidden;
}

/*
 * 投资者频道页
 * author kis2
 * @return
*/
/*
* 投资者第一通栏 kis2
*/


/*
* 投资者第二通栏 kis2
*/
.revestRow2{
	background: #eef3f3;
}
.nocice{
	position: relative;
}
.nocice .bd{
	height: 375px;
	overflow: hidden;
}
.nocice_dl{
	overflow: hidden;
	margin: 0px -22px 0px -23px !important;
}
.nocice_dl dd{
	width: 33.333333333%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 10px 0px;
}
.nocice_dl .list_a{
	margin: 0px 22px 0px 23px;
	padding: 50px 30px;
	background: #fff;
	height: 255px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nocice_dl .list_a:hover{
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.nociceTit{
	overflow: hidden;
	font-size: 20px;
	color:#555;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .nociceTit{
	color:#d6121b;
}
.nociceIntr{
	overflow: hidden;
	height: 110px;
	font-size: 14px;
	color:#888;
	line-height: 28px;
}
.arrowMore{
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	background: url(../images/arrowRight_a1.png) no-repeat right center;
}
.list_a:hover .arrowMore{
	background: url(../images/arrowRight_a1_h.png) no-repeat right center;
}
.nocice .bt{
	display: none;
	width: 30px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	-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;
}
.nocice .prev{
	left: -50px;
	background: #ddd url(../images/btPrev.png) no-repeat center center;
}
.nocice .prev:hover{
	left: -50px;
	background: #d6121b url(../images/btPrev_h.png) no-repeat center center;
}
.nocice .next{
	right: -50px;
	background: #ddd url(../images/btNext.png) no-repeat center center;
}
.nocice .next:hover{
	right: -50px;
	background: #d6121b url(../images/btNext_h.png) no-repeat center center;
}

/*
* 投资者第三通栏 kis2
*/
.invest2nd{
	position: relative;
}
.invest2nd .bd{
	height: ;
	overflow: hidden;
}
.invest2nd_dl{
	overflow: hidden;
}
.invest2nd_dl dd{
	overflow: hidden;
}
.invest2nd_ul{
	overflow: hidden;
	margin: 0px -30px;
}
.invest2nd_ul li{
	width: 50%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 30px 0px;
}
.invest2nd_ul .list_a{
	border: 1px solid #ddd;
	margin: 0px 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.invest2nd_ul .list_a:hover{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.invest2ndTime{
	width: 110px;
	overflow: hidden;
	text-align: center;
	padding: 25px 0px;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.invest2ndTime:after{
	display: block;
	width: 1px;
	height: 60px;
	overflow: hidden;
	content: "";
	background: #ddd;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.invest2ndTime span{
	display: block;
	overflow: hidden;
	font-size: 36px;
	color:#666;
	line-height: 40px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.invest2ndTime i{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#888;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .invest2ndTime,
.list_a:hover .invest2ndTime:after{
	background: #d6121b;
}
.list_a:hover .invest2ndTime span,
.list_a:hover .invest2ndTime i{
	color: #fff;
}
.invest2ndDeta{
	overflow: hidden;
	padding: 25px;
}
.invest2ndName{
	overflow: hidden;
	font-size: 16px;
	color:#444;
	line-height: 30px;
	font-weight: bold;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .invest2ndName{
	color: #d6121b;
}
.invest2ndIntr{
	overflow: hidden;
	font-size: 14px;
	color:#888;
	line-height: 30px;
}
.invest2nd .bt{
	display: none;
	width: 30px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	-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;
}
.invest2nd .prev{
	left: -50px;
	background: #ddd url(../images/btPrev.png) no-repeat center center;
}
.invest2nd .prev:hover{
	left: -50px;
	background: #d6121b url(../images/btPrev_h.png) no-repeat center center;
}
.invest2nd .next{
	right: -50px;
	background: #ddd url(../images/btNext.png) no-repeat center center;
}
.invest2nd .next:hover{
	right: -50px;
	background: #d6121b url(../images/btNext_h.png) no-repeat center center;
}

/*
* 投资者第三通栏 kis2
*/
.invest3rd{
	background: #eef3f3;
}
.invest3rdL{
	overflow: hidden;
	position: relative;
	width: 580px;
	padding: 10px 0px;
	margin-right: 30px;
}
.invest3rdL .bd{
	height: 555px;
	overflow: hidden;
}
.invest3rdL_dl{
	overflow: hidden;
}
.invest3rdL_dl dd{
	overflow: hidden;
}
.invest3rdL_dl .imgDiv{
	padding-top: 58.6206897%;
}
.invest3rdL_dl .listDeta{
	padding: 30px 40px;
	background: #fff;
}
.invest3rdName{
	overflow: hidden;
	font-size: 18px;
	color:#565656;
	line-height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .invest3rdName{
	color:#d6121b;
}
.invest3rdL .invest3rdName{
	font-weight: bold;
}
.invest3rdIntr{
	overflow: hidden;
	font-size: 14px;
	color:#999;
	line-height: 25px;
	height: 50px;
}
.invest3rdTime{
	overflow: hidden;
	font-size: 16px;
	color:#999;
	font-family: "Arial";
	line-height: 30px;
}
.invest3rdL .hd{
	position: absolute;
	left: 0px;
	bottom: 25px;
	width: 100%;
	text-align: center;
	font-size: 0px;
}
.invest3rdL .hd ul{
	display: inline-block;
	overflow: hidden;
}
.invest3rdL .hd ul li{
	width: 8px;
	height: 8px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 4px;
	cursor: pointer;
	background: #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.invest3rdL .hd ul li.on{
	background: #d6121b;
}
.invest3rdL .bt{
	display: block;
	width: 25px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 145px;
	-webkit-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.invest3rdL .prev{
	left: -25px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-ms-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	background: #d6121b url(../images/btPrev_h.png) no-repeat center center;
}
.invest3rdL .next{
	right: -25px;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-ms-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	background: #d6121b url(../images/btNext_h.png) no-repeat center center;
}
.invest3rdR{
	height: 575px;
	overflow: hidden;
}
.invest3rdR_dl{
	overflow: hidden;
}
.invest3rdR_dl dd{
	padding: 10px 0px;
	overflow: hidden;
}
.invest3rdR .list_a{
	background: #fff;
	padding: 30px 35px 20px 35px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.invest3rdR .list_a:hover{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.invest3rdName i{
	padding-right: 10px;
	font-size: 14px;
}
.invest3rdRTop{
	overflow: hidden;
}
.invest3rdR .invest3rdIntr{
	padding-left: 20px;
}

/*
 *投资者第四通栏 kis2
*/
.shareSlide{
	overflow: hidden;
	position: relative;
}
.shareSlide .bd{
	overflow: hidden;
	height: 225px;
}
.share_dl{
	overflow: hidden;
}
.share_dl dd{
	overflow: hidden;
}
.share_dl .list_a{
	border: 1px solid #ddd;
	padding: 50px 150px;
	text-align: center;
}
.shareTit{
	overflow: hidden;
	font-size: 16px;
	color:#444;
	font-weight: bold;
	text-align: center;
}
.shareIntr{
	overflow: hidden;
	font-size: 14px;
	color: #888888;
	line-height: 28px;
	height: 82px;
}
.shareIconL{
	display: block;
	overflow: hidden;
	position: absolute;
	left: 70px;
	top: 0px;
	font-size: 168px;
	color:#eee;
	font-family: 'Arial';
}
.shareIconR{
	display: block;
	overflow: hidden;
	position: absolute;
	right: 70px;
	top: 120px;
	font-size: 168px;
	color:#eee;
	font-family: 'Arial';
}
.shareSlide .hd{
	display: none;
	overflow: hidden;
	text-align: center;
	font-size: 0px;
	padding-top: 50px;
}
.shareSlide .hd ul{
	display: inline-block;
	overflow: hidden;
}
.shareSlide .hd ul li{
	width: 8px;
	height: 8px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 5px;
	background: #ccc;
	cursor: pointer;
	text-indent: 99em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.shareSlide .hd ul li.on{
	background: #d6121b;
}

/*
* 投资者第六通栏 kis2
*/
.invest6th{
	background: #eef3f3;
}
.invest6th_dl{
	overflow: hidden;
	margin: 0px -15px;
}
.invest6th_dl dd{
	width: 33.33333333%;
	overflow: hidden;
	float: left;
	display: inline;
}
.invest6th_dl .list_a{
	margin: 0px 15px;
}
.invest6thCont{
	height: 110px;
	overflow: hidden;
	position: relative;
}
.invest6thIcon1{
	background: url(../images/invest6thIcon1.png) no-repeat left center;
}
.invest6thIcon2{
	background: url(../images/invest6thIcon2.png) no-repeat left center;
}
.invest6thIcon3{
	background: url(../images/invest6thIcon3.png) no-repeat left center;
}
.invest6thDeta{
	padding-left: 140px;
	overflow: hidden;
}
.invest6thDeta span{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color:#444;
	font-weight: bold;
}
.invest6thDeta i{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#888;
	line-height: 25px;
}
.investPop{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
	background: rgba(0,0,0,0.7);
}
.investPopCont{
	position: relative;
	width: 900px;
	margin: 0px auto;
	padding: 30px 55px;
	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-top: -350px;
}
.investPopCont .titleBox{
	overflow: hidden;
}
.investPopDeta{
	overflow: hidden;
}
.investPop_dl{
	overflow: hidden;
	margin: 0px -12px;
}
.investPop_dl dd{
	width: 50%;
	float: left;
	display: inline;
	padding: 10px 0px;
}
.investPop_dl dt{
	width: 100%;
	float: left;
	display: inline;
	padding: 10px 0px;
}
.formDiv{
	margin: 0px 12px;
	overflow: hidden;
}
.formC{
	border: 1px solid #ddd;
	padding: 0px 0px 0px 30px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.formInp{
	display: block;
	width: 100%;
	overflow: hidden;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color:#666;
	border: none;
	background: none;
	outline: none;
	font-family:'microsoft yahei';
}
.formArea{
	display: block;
	width: 100%;
	overflow-y: auto;
	height: 100px;
	line-height: 25px;
	font-size: 14px;
	color:#666;
	border: none;
	background: none;
	outline: none;
	font-family:'microsoft yahei';
	resize: none;
	padding: 5px 0px;
}
.formDiv i{
	display: block;
	width: 30px;
	height: 10px;
	overflow: hidden;
	font-size: 16px;
	color:#ff0000;
	line-height: 10px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	font-family: '宋体';
	text-align: center;
}
.date{
	padding-right: 15px;
}
.date .formInp{
	cursor: pointer;
	background: url(../images/date.png) no-repeat right center;
}
.investPop_dl dt .formDiv i{
	top: 18px;
}
.code{
	display: block;
	overflow: hidden;
	margin-left: 10px;
}
.code img{
	display: block;
	height: 50px;
}
a.submitBt{
	display: block;
	width: 360px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	margin: 0px auto;
	font-size: 16px;
	color:#fff;
	background: #d6121b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.close{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: -40px;
	background: url(../images/close_h.png) no-repeat center center;
	background-size: auto 20px;
}
.laydate-next-m{
	background: url(../images/arrowTwoRight.png) no-repeat center center;
	background-size: auto 15px;
}
.laydate-next-m:hover{
	background: url(../images/arrowTwoRight_h.png) no-repeat center center;
	background-size: auto 15px;
}
.laydate-prev-m{
	background: url(../images/arrowTwoLeft.png) no-repeat center center;
	background-size: auto 15px;
}
.laydate-prev-m:hover{
	background: url(../images/arrowTwoLeft_h.png) no-repeat center center;
	background-size: auto 15px;
}
.laydate-next-y{
	background: url(../images/btNext.png) no-repeat center center;
	background-size: auto 15px;
}
.laydate-next-y:hover{
	background: url(../images/btNext_h2.png) no-repeat center center;
	background-size: auto 15px;
}
.laydate-prev-y{
	background: url(../images/btPrev.png) no-repeat center center;
	background-size: auto 15px;
}
.laydate-prev-y:hover{
	background: url(../images/btPrev_h2.png) no-repeat center center;
	background-size: auto 15px;
}
.submitBtBox{
	overflow: hidden;
}
.lastDd .submitBtBox{
	display: none;
}
dt.lastDd{
	width: 50%;
}


/*
 * 社会与责任
 * author kis2
 * @return
*/

/*
* 社会责任之扶贫与公益 kis2
*/
.welfareSlide{
	position: relative;
}
#img-slider{
	width: 800px;
	height: 450px;
	margin: 0px auto;
}
#img-slider li{
	width:675px;
	height:450px;
	position:relative;
}
.welfareDeta{
	overflow: hidden;
	background: rgba(87,194,130,0.8);
	padding: 15px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 195px;
	z-index: 2;
}
.welfareName{
	overflow: hidden;
	font-size: 18px;
	color:#fff;
	line-height: 25px;
	height: 25px;
}
.welfareIntr{
	overflow: hidden;
	font-size: 13px;
	color:#d8d8d8;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
}

/*
* 社会责任之资源与环保 kis2
*/
.responRow2{
	background: #f5f5f5;
}
.slickImg{
	width: 600px;
	height: 360px;
	overflow: hidden;
	position: relative;
}
.slickImg .slick{
	position: relative;
}
.slickImg .imgDiv{
	padding-top: 60%;
}
.slickTxt{
	width: 600px;
	overflow: hidden;
	position: relative;
}
.slickTxt .list_a{
	overflow: hidden;
	padding: 80px 45px;
}
.slickTit{
	overflow: hidden;
	font-size: 18px;
	color:#666;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .slickTit{
	color:#57c282;
}
.slickTime{
	font-size: 13px;
	color:#999;
	overflow: hidden;
	line-height: 20px;
}
.slickIntr{
	overflow: hidden;
	font-size: 14px;
	color:#888;
	line-height: 25px;
	height: 50px;
}
.slickMore{
	width: 128px;
	height: 33px;
	overflow: hidden;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 33px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.slickMore span{
	font-size: 12px;
	color:#888;
	overflow: hidden;
	padding-right: 15px;
	background: url(../images/trangleRight.png) no-repeat right center;
}
.list_a:hover .slickMore{
	border-color:#57c282;
	background: #57c282;
}
.list_a:hover .slickMore span{
	color:#fff;
	background: url(../images/trangleRight_h.png) no-repeat right center;
}
.slickOther{
	width: 325px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: rgba(255,255,255,0.8);
	z-index: 3;
	padding: 15px;
}
.slickNum{
	overflow: hidden;
	font-size: 20px;
	color:#999;
	font-family: 'Arial';
}
.slick .list_a{
	outline: none;
}
.slickNum i{
	font-size: 30px;
	font-weight: bold;
	color:#444;
}
.slickPage{
	overflow: hidden;
	padding: 8px 0px;
}
.slickPage .bt{
	display: block;
	width: 8px;
	height: 15px;
	overflow: hidden;
	float: left;
}
.slickPage .prev{
	background: url(../images/pics-prev.png) no-repeat center center;
}
.slickPage .next{
	background: url(../images/pics-next.png) no-repeat center center;
}
.slick_ul{
	overflow: hidden;
	padding: 5px 10px;
}
.slick_ul li{
	width: 5px;
	height: 5px;
	overflow: hidden;
	float: left;
	display: inline;
	background: #999;
	margin: 0px 3px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.slick_ul li.slick-active{
	background: #57c282;
}

/*
* 社会责任之创造税收 kis2
*/
.tax{
	position: relative;
	height: 380px;
}
.tax .center{
	width: 1220px;
	position: absolute;
	left: -20px;
	top: 0px;
}
.tax .bd{
	height: 380px;
	overflow: hidden;
	padding-left: 20px;
}
.tax_dl{
	margin: 0px -50px !important;
}
.tax_dl dd{
	width: 33.3333333%;
	float: left;
	display: inline;
}
.tax_dl .list_a{
	overflow: visible;
	margin: 0px 52px 0px 50px;
	border: 1px solid #ddd;
	padding: 50px 25px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #fff;
}
.taxTime{
	overflow: hidden;
	font-size: 16px;
	color:#a3a3a3;
	line-height: 25px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.taxName{
	overflow: hidden;
	font-size: 16px;
	color:#444;
	line-height: 25px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.taxIntr{
	overflow: hidden;
	font-size: 14px;
	color:#888;
	line-height: 25px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.taxMore{
	line-height: 50px;
	position: relative;
}
.taxMore span{
	position: relative;
	z-index: 3;
	font-size: 12px;
	color:#888;
	padding-right: 15px;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
	background: url(../images/trangleRight.png) no-repeat right center;
}
.taxMore em{
	display: block;
	width: 160px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: -46px;
	top: 0px;
	background: #4e4e4e;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.tax_dl dd .list_a:hover{
	background: #57c282;
	border-color:#57c282;
}
.list_a:hover .taxTime,
.list_a:hover .taxName,
.list_a:hover .taxIntr{
	color:#fff;
}
.list_a:hover .taxMore span{
	color:#fff;
	background: url(../images/trangleRight_h.png) no-repeat right center;
}
.list_a:hover .taxMore em{
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	filter: alpha(opacity=100);
}
.tax .tempWrap{
	overflow: visible !important;
}
.tax .bt{
	display: none;
	width: 30px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	-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;
}
.tax .prev{
	left: -50px;
	background: #ddd url(../images/btPrev.png) no-repeat center center;
}
.tax .prev:hover{
	left: -50px;
	background: #57c282 url(../images/btPrev_h.png) no-repeat center center;
}
.tax .next{
	right: -50px;
	background: #ddd url(../images/btNext.png) no-repeat center center;
}
.tax .next:hover{
	right: -50px;
	background: #57c282 url(../images/btNext_h.png) no-repeat center center;
}
.taxBg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	background: url(../images/taxBg.jpg) no-repeat center bottom;
}
.taxRow .wrap{
	position: relative;
	z-index: 3;
}

/*
 * 品牌与产品
 * author kis2
 * @return
*/
.brandBox{
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.brandBox .bd{
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.brandBg_dl{
	overflow: hidden;
}
.brandBg_dl dd{
	height: 100vh;
	overflow: hidden;
}
.brandCont{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 110px;
	z-index: 3;
	bottom: 0px;
}
.brandCont .wrap{
	height: 100%;
	overflow: hidden;
}
.brand_dl{
	padding-top: 58.3333333333%;
	position: relative;
	top: 50%;
	overflow: hidden;
	margin: -350px auto 0px auto;
	background: url(../images/brandLine.png) no-repeat center center;
}
.brand_dl dt{
	overflow: hidden;
	position: absolute;
	left: 40.5%;
	top: 47%;
	width: 12.75%;
	height: 19%;
}
.brand_a{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.brandBgSpan{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.brandBgSpanHide{
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.brandTxtSpan{
	display: block;
	overflow: hidden;
	font-size: 15px;
	color:#fff;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	padding: 0px 10px;
}
.brandIconBig{
	background: url(../images/brand/brandIconBig.png) no-repeat center center;
	background-size: cover;
}
.brandIconMedia1{
	background: url(../images/brand/brandIconMedia1.png) no-repeat center center;
	background-size: cover;
}
.brandIconMedia2{
	background: url(../images/brand/brandIconMedia2.png) no-repeat center center;
	background-size: cover;
}
.brandIconMedia3{
	background: url(../images/brand/brandIconMedia3.png) no-repeat center center;
	background-size: cover;
}
.brandIconMedia4{
	background: url(../images/brand/brandIconMedia4.png) no-repeat center center;
	background-size: cover;
}

.brandIconSmall1,
.brandIconSmall2,
.brandIconSmall3,
.brandIconSmall4{
	background: url(../images/brand/brandIconSmall.png) no-repeat center center;
	background-size: cover;
}
.brandIconSmall1:hover{
	background: url(../images/brand/brandIconSmall1_h.png) no-repeat center center;
	background-size: cover;
}
.brandIconSmall2:hover{
	background: url(../images/brand/brandIconSmall2_h.png) no-repeat center center;
	background-size: cover;
}
.brandIconSmall3:hover{
	background: url(../images/brand/brandIconSmall3_h.png) no-repeat center center;
	background-size: cover;
}
.brandIconSmall4:hover{
	background: url(../images/brand/brandIconSmall4_h.png) no-repeat center center;
	background-size: cover;
}
.brand_dl dd{
	width: 8.58333333%;
	height: 12.7142857%;
	position: absolute;
}
.dd1{
	left: 35%;
	top: 35%;
}
.dd2{
	left: 49.166666667%;
	top: 32.8571429%;
}
.dd3{
	left: 54.16666667%;
	top: 52.8571429%;
}
.dd4{
	left: 34.75%;
	top: 66.1428571%;
}
.brand_ul{
	position: absolute;
	width: 100%;
	height: 100%;
}
.dd1 .brand_ul{
	right: -36px;
	top: -6px;
}
.dd2 .brand_ul{
	right: -10px;
	top: 7px;
}
.dd3 .brand_ul{
	right: 0px;
	top: 8px;
}
.dd4 .brand_ul{
	right: 7px;
	top: 0px;
}
.brand_ul li{
	width: 76.6990291%;
	height: 76.4044944%;
	position: absolute;
	overflow: hidden;
	/*-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;*/
}
.subBrand_a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*.brand_ul li:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}*/
/*.li1_1{
	left: -29.1262136%;
	top: 112.359551%;
}
.li1_2{
	left: -106.796117%;
	top: 157.303371%;
}*/
.li1_1{
	left: -179.61165%;
	top: 106.741573%;
}
.li1_2{
	left: -103.883495%;
	top: 61.7977528%;
}
.li1_3{
	left: -174.757282%;
	top: 13.4831461%;
}
.li1_4{
	left: -177.669903%;
	top: -80.8988764%;
}
.li1_5{
	left: -103.883495%;
	top: -33.7078652%;
}
.li1_6{
	left: -106.796117%;
	top: -129.213483%;
}
.li1_7{
	left: -36.8932039%;
	top: -84.2696629%;
}
.li1_8{
	left: -37.8640777%;
	top: -176.404494%;
}
.li1_9{
	left: 31.0679612%;
	top: -130.337079%;
}
.li1_10{
	left: -247.572816%;
	top: -32.58422697%;
}
.li1_11{
	left: -247.572816%;
	top: 58.4269663%;
}

.li2_1{
	left: 9.70873786%;
	top: -95.505618%;
}
.li2_2{
	left: 9.70873786%;
	top: -186.516854%;
}
.li2_3{
	left: 80.5825243%;
	top: -49.4382022%;
}
.li2_4{
	left: 79.6116505%;
	top: -142.686629%;
}
.li2_5{
	left: 149.514563%;
	top: -96.6292135%;
}
.li2_6{
	left: 82.5242718%;
	top: 44.9438202%;
}
.li2_7{
	left: 150.485437%;
	top: -5.61797753%;
}
.li2_8{
	left: 219.417476%;
	top: -52.8089888%;
}

.li3_1{
	left: 90.2912621%;
	top: -41.5730337%;
}
.li3_2{
	left: 91.2621359%;
	top: 52.80898888%;
}
.li3_3{
	left: 161.165049%;
	top: 4.49438202%;
}
.li3_4{
	left: 161.165049%;
	top: -88.7640449%;
}
.li3_5{
	left: 161.165049%;
	top: 100%;
}
.li3_6{
	left: 21.3592233%;
	top: 102.247191%;
}
.li3_7{
	left: 91.2621359%;
	top: 148.314607%;
}
.li3_8{
	left: 21.3592233%;
	top: 196.629213%;
}
.li3_9{
	left: 231.067961%;
	top: -41.5730337%;
}
.li3_10{
	left: 231.067961%;
	top: 52.80898888%;
}
.li3_11{
	left: 231.067961%;
	top: 148.314607%;
}
.li3_12{
	left: 161.165049%;
	top: 196.629213%;
}
.li4_1{
	left: 91.2621359%;
	top: 65.1685393%;
}
.li4_2{
	left: 20.3883495%;
	top: 117.977528%;
}
.li4_3{
	left: -50.4854369%;
	top: 69.6629213%;
}
.brandIntr{
	overflow: hidden;
	width: 0px;
	height: 0px;
}

.brandMenu{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 9;
	background: rgba(0,0,0,0.75);
}
.brandMenu_dl{
	overflow: hidden;
}
.brandMenu_dl dd{
	width: 16.66666667%;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.brandMenu_dl dd a{
	display: block;
	overflow: hidden;
	position: relative;
	padding: 70px 0px 20px 0px;
}
.brandMenu_dl dd span{
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color:#fff;
	line-height: 30px;
}
.brandMenu_dl dd em{
	display: block;
	width: 1px;
	background: #444;
	position: absolute;
	right: 0px;
	top: 20px;
	bottom: 20px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.brandMenu_dl dd:last-child em{display: none;}
.brandMenu_dl dd:hover,
.brandMenu_dl dd:hover em{
	background: #4ba16f;
}
.brandPopBox{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
	background: rgba(0,0,0,0.65);
}
.brandPop{
	position: relative;
	width: 680px;
	height: 400px;
	padding: 40px 60px;
	position: relative;
	top: 50%;
	margin: -240px auto 0px auto;
	background: #fff;
	border: 10px solid rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.brandPopCont{
	overflow: hidden;
}
.brandContLogo{
	height: 60px;
	overflow: hidden;
}
.brandPopDeta{
	font-size: 14px;
	color:#666;
	line-height: 30px;
	overflow: hidden;
}
.brandScroll{
	height: 310px;
	overflow: hidden;
}
.brandPopDeta .scroll_container {
	overflow: hidden;
	position: relative;
}
.brandPopDeta .scroll_absolute {
    position: absolute;
}
.brandPopDeta .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 1px;
    width: 3px;
    height: 100%;
    background: #cecece;
    margin: 0;
    padding: 0;
}
.brandPopDeta .scroll_track {
	position: relative;
	background-color: #BCB794;
}
.brandPopDeta .scroll_drag {
	position: relative;
	top: 0;
	left: -1px;
	width: 5px;
	cursor: pointer;
	background-color: #57c282;
}

/*
* 图表 kis2
*/
.chartBox{
	overflow: hidden;
	background: #fff;
	padding: 35px;
}
.chartTit{
	font-size: 0px;
	overflow: hidden;
	text-align: center;
}
.chartTit .center{
	display: inline-block;
	position: relative;
	padding: 0px 35px;
}
.chartTit span{
	display: block;
	overflow: hidden;
	font-size: 24px;
	color:#57c282;
	font-weight: bold;
	line-height: 30px;
}
.chartIconL,
.chartIconR{
	display: block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	background: #57c282;
}
.chartIconL{
	left: 0px;
}
.chartIconR{
	right: 0px;
}
.chartCont{
	width: 100%;
	height: 1470px;
	overflow: hidden;
}

/*
* 联系我们 kis2
*/
.contactL{
/*	width: 820px; 
	height: 670px; */
	overflow: hidden;
	margin-right: 40px;
}
.contactR{
	overflow: hidden;
}
.contactImg{
	width: 340px;
	height: 175px;
	overflow: hidden;
}

.invest1st{
	overflow: hidden;
}
.invest1stL{
	width: 570px;
	height: 300px;
	overflow: hidden;
}
.invest1stR{
	width: 539px;
	overflow: hidden;
	padding-left: 50px;
	height: 290px;
	border-left: 1px solid #e5e5e5;
	padding-top: 10px;
}
.invest1stTop{
	line-height: 40px;
	overflow: hidden;
}
.invest1stTop span{
	display: block;
	overflow: hidden;
	font-size: 22px;
	color:#444;
}
.invest1stCont{
	overflow: hidden;
	font-size: 98px;
	color:#e0a53c;
	overflow: hidden;
	line-height: 200px;
	padding-right: 200px;
	margin-right: 30px;
}
.upStyle .invest1stCont{
	color:#fe0000;
}
.invest1stR .up{
	background: url(../images/upBig.png) no-repeat right center;
}
.invest1stR .down{
	background: url(../images/downBig.png) no-repeat right center;
}
.invest1stTxt{
	overflow: hidden;
	line-height: 40px;
}
.invest1stTxt span{
	display: block;
	overflow: hidden;
	font-size: 30px;
	color:#666;
	float: left;
	margin-right: 90px;
}