﻿@charset "utf-8";
/* CSS Document */
body{
	color: #333;
	background: #fff;
	font-size: 16px;
	min-height: 100%;
	min-width: 1200px;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}

/* 整体容器 */
.wrap{ 
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 500px;
}
em,i{
	font-style: normal;
}
.table-cell{
	display: table-cell;
	vertical-align: middle;
}
.global-inner {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 5;
}
.noScroll{
	overflow: hidden;
}

/*头部*/
.header-top{
	background: #ffffff;
	height: 80px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	z-index: 150;
}
.header-top .global-inner{
	position: static;
}
.header-box .logo{
	padding: 18px 0 12px;
}
.header-box .h-right{
	padding-top: 23px;
	min-width: 155px;
}
.header-box .h-right .nav-btn{
	width: 27px;
	text-align: right;
	margin-top: 9px;
	margin-left: 5px;
}
.header-box .h-right .nav-btn .n-btn{
	cursor: pointer;
	display: block;
}
.header-box .h-right .nav-btn .n-close{
	display: none;
	cursor: pointer;
}
.header-box .h-right .nav-btnon .n-btn{
	display: none;
}
.header-box .h-right .nav-btnon .n-close{
	display: block;
}


/*搜索*/
.header-box .h-right .h-search{
	position: relative;
	height: 36px;
	z-index: 150;
}
.header-box .searcj-btn{
	width: 37px;
	height: 36px;
	text-align: center;
	cursor: pointer;
}
.header-box .h-right .on .searcj-btn{
	background: #f2f2f2;
}
.header-box .searcj-btn img{
	margin-top: 9px;
}
.header-box .search-txt{
	position: absolute;
	top: 0;
	right: 0;
	width: 242px;
	height: 36px;
	background: #f2f2f2;
	z-index: -1;
	display: none;
}
.header-box .search-txt input{
	display: block;
	width: 206px;
	line-height: 36px;
	text-indent: 10px;
	background: #f2f2f2;
	overflow: hidden;
	height: 36px;
	position: relative;
	z-index: 10;
}

/*登录*/
.header-box .h-login{
	position: relative;
	z-index: 100;
}
.header-box .h-login .login-box{
	color: #33b66d;
	font-size: 18px;
	line-height: 36px;
	margin-right: 11px;
	padding: 0 12px 0 17px;
	cursor: pointer;
	height: 57px;
}
.header-box .h-login .login-box img{
	margin-left: 10px;
}
.header-box .login-con{
	position: absolute;
	right: 0;
	top: 57px;
	width: 188px;
	z-index: 700;
	display: none;
	box-shadow: 0 3px 6px rgba(4,0,0,0.35);
}
.header-box .login-con li{
	background: #33b66d;
}
.header-box .login-con li a{
	padding: 13px 20px 13px 46px;
	position: relative;
	display: block;
}
.header-box .login-con li:hover{
	background: #5cc58a;
}
.header-box .login-con .login-txt{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.header-box .login-con .login-icon{
	position: absolute;
	top: 50%;
	left: 21px;
	width: 15px;
	height: 19px;
	margin-top: -9.5px;
}
.header-box .login-con .login-icon img{
	display: block;
}

.header-bot{
	background: #fff;
	position: relative;
	z-index: 50;
}
.header-bot .global-inner{
	position: relative;
}
.header-bot .nav-first{
    /*overflow: hidden;*/
	width: 100%;
	position: static;
}
.header-bot .nav-first .nav-list-first{
	float: left;
	width: 140px;
	position: relative;
}
.header-bot .nav-first .nav1{
	text-align: center;
}
.header-bot .nav-first .nav1 .nav1-link{
	font-size: 16px;
	line-height: 64px;
	display: inline-block;
	color: #4c4c4c;
	border-bottom: 1px solid #fff;
}
.header-bot .nav-first .first{
	width: 100px;
}
.header-bot .nav-first .first .nav1{
	text-align: left;
}
.header-bot .nav-first .last{
	width: 100px;
}
.header-bot .nav-first .last .nav1{
	text-align: right;
}
.header-bot .nav-first .nav1:hover .nav1-link{
	color: #33b66d;
	border-bottom: 1px solid #33b66d;
}
.header-bot .nav-first .on .nav1 .nav1-link{
	color: #33b66d;
}

/*二级导航*/
.header-bot .nav2{
	position: absolute;
	left: 0;
	top: 100%;
	/*width: 100%;*/
	display: none;
	text-align: left;
}
.header-bot .nav-first .n-con1{
	position: static;
}
.header-bot .n-con1 .nav2{
	width: 1180px;
	background: #f7f7f7;
}
.header-bot .n-con2 .nav2{
	width: 388px;
	left: 50%;
	margin-left: -194px;
}
.header-bot .n-con3 .nav2{
	width: 126px;
	left: 50%;
	margin-left: -63px;
}

.header-bot .nav-first li:hover .nav2{
	z-index: 100;
}
.header-bot .nav2 .nav-second{
	/*width: 1100px;*/
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 25px 57px;
	/*display: table;*/
	background: #f7f7f7;
}
.header-bot .nav2 .li-tit{
	padding-bottom: 12px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 13px;
}
.header-bot .nav2 .li-tit a{
	color: #2d4c9c;
	font-size: 16px;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.header-bot .nav2 .li-txt{
	margin-bottom: 12px;
	/*padding-right: 15px;*/
}
.header-bot .nav2 .li-txt a{
	display: block;
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*.header-bot .nav2 .nav-list-second:hover .li-tit a{*/
	/*color: #33b66d;*/
/*}*/
.header-bot .nav2 .nav2-link:hover{
	text-decoration: underline;
}
.header-bot .nav2 .nav-second .nav-list-second{
	float: left;
	/*width: 14.285%;*/
	width: 124px;
	/*display: table-cell;*/
	/*vertical-align: top;*/
	padding: 0 15px;
}
.header-bot .n-con3 .nav2 .nav-second{
	padding: 10px 10px 18px;
}
.header-bot .n-con3 .nav2 .li-tit{
	padding: 0;
	margin: 0;
	border: none;
}
.header-bot .n-con3 .nav2 .nav-second .nav-list-second{
	width: auto;
	float: none;
	padding: 5px 0;
	text-align: center;
}
.header-bot .n-con3 .nav2 .li-tit a{
	color: #4c4c4c;
	font-size: 14px;
	line-height: 24px;
}
.header-bot .n-con3 .nav2 .li-tit a:hover{
	color: #00a448;
}
.header-bot .nav2 .li-more a{
	color: #3187df;
	font-size: 14px;
	line-height: 24px;
}
.header-bot .nav2 .li-more a:hover{
	text-decoration: underline;
}


.header-on{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	overflow-y: scroll;
}

/*置顶导航条*/
.allmenu{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	display: none;
}
.allmenu .menu-box{
	position: relative;
	max-width: 1920px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	padding-top: 80px;
}
.allmenu .global-inner{
	width: 1180px;
	overflow: hidden;
	margin: 100px auto 95px;
	padding: 0 10px;
}
.allmenu .menu-btn{
	text-align: right;
	display: none;
}
.allmenu .menu-btn .nav-close{
	cursor: pointer;
}
.allmenu ul{
	margin: 26px -18px 0;
	overflow: hidden;
}
.allmenu ul li{
	margin: 0 18px;
	float: left;
	width: 200px;
}
.allmenu dt{
	border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
	margin-bottom: 5px;
}
.allmenu dt a{
	color: #008850;
	font-size: 22px;
	line-height: 32px;
}
.allmenu dd{
	padding-top: 13px;
}
.allmenu dd a{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
.allmenu dd a:hover{
	color: #008850;
}




.foot-nav{
	border-top: 4px solid #f1f5fd;
	background: #fff;
}
.foot-nav ul{
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.foot-nav li{
	float: left;
	width: 196.66px;
	text-align: center;
}
.foot-nav .first{
	text-align: left;
}
.foot-nav .last{
	text-align: right;
}
.foot-nav .img-box{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.foot-nav .img-box img{
	width: 47px;
	height: 32px;
}
.foot-nav .li-txt{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	color: #333333;
	font-size: 16px;
	margin-left: 8px;
	line-height: 88px;
}
.foot-con{
	background: #e6eaf2;
	padding: 30px 0 34px;
}
.foot-con .global-inner{
	overflow: hidden;
}
.foot-con .left .foot-link a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #333333;
	font-size: 14px;
	line-height: 15px;
	border-right: 2px solid #9b9da2;
	padding-right: 27px;
	margin-right: 20px;
}
.foot-con .left .foot-link .link01:hover{
	color: #00a448;
}
.foot-con .left .foot-link .link02:hover{
	color: #00a448;
}
.foot-con .left .foot-link .link03{
	border: none;
	margin-right: 0;
	padding-right: 0;
}
.foot-con .left .footer-x{
	overflow: hidden;
	margin-top: 17px;
}
.foot-con .left .footer-x .foot-copy{
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.foot-con .left .footer-x .foot-support{
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	overflow: hidden;
	margin-left: 14px;
}
.foot-con .left .footer-x .foot-support ul{
	float: left;
}
.foot-con .right ul{
	overflow: hidden;
}
.foot-con .right ul li{
	float: right;
	overflow: hidden;
	width: 148px;
	text-align: right;
}
.foot-con .right .img-box{
	float: right;
	margin-left: 4px;
}
.foot-con .right .img-box img{
	width: 78px;
	height: 78px;
}
.foot-con .right .img-txt{
	float: right;
	overflow: hidden;
	font-size: 12px;
	color: #333333;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 40px;
}
.foot-con .right .img-txt .sp1{
	display: block;
	*display: inline;
	*zoom: 1;
	writing-mode:tb-rl;
	float: right;
	letter-spacing: 7px;
}
.foot-con .right .img-txt .sp2{
	display: block;
	*display: inline;
	*zoom: 1;
	writing-mode:tb-rl;
	letter-spacing: 2px;
	float: right;
}
.foot-con .right .img-txt .sp3{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	writing-mode:tb-rl;
	letter-spacing: 6px;
}
.ie7 .foot-con .right .img-txt .sp3, .ie8 .foot-con .right .img-txt .sp3, .ie9  .foot-con .right .img-txt .sp3{
	letter-spacing: 3px;
}
.footer-box a:hover{
	color: #00a448;
}



.topbar{
	display: block;
	position: fixed;
	right: 90px;
	bottom: 60px;
	z-index: 400;
	width: 60px;
	cursor: pointer;
}



.adver-left{
	position: absolute;
	top: 810px;
	left: 4.6875%;
	z-index: 100;
}
.adver-left .img-box{
	margin-bottom: 95px;
	position: relative;
}
.adver-left .img-box img{
	width: 180px;
	height: 700px;
}

.adverOnly{
	position: absolute;
	top: 905px;
	left: 4.6875%;
	z-index: 100;
}
.adverOnly .img-box{
    position: relative;
	margin-left: 12px;
}
.adverOnly .img-box img{
	width: 300px;
	height: 225px;
}



.adver-right{
	position: absolute;
	top: 810px;
	right: 4.6875%;
	z-index: 100;
}
.adver-right .img-box{
	margin-bottom: 95px;
	position: relative;
}

.adver-right .img-box img{
	width: 180px;
	height: 700px;
}

.adver-close{
	position: absolute;
	width: 35px;
	height: 35px;
	right: 0;
	top: 0;
	background: url("../images/pop-close.png") no-repeat center;
	cursor: pointer;
}





.header-boxon{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 500;
	top: 0;
	overflow-y: scroll;
	background: #fff;
}
.header-boxon .header-top .global-inner{
	width: 1180px;
	padding: 0 10px;
	border-bottom: 1px solid #e6e6e6;
}
.header-boxon .h-right .nav-btn .n-btn{
	display: none;
}
.header-boxon .h-right .nav-btn .n-close{
	display: block;
}
.header-boxon .header-bot{
	display: none;
}

