body {
	background-color: #F5F5F5;
}

.container {
	margin: 0 auto;
	width: 1200px;
}
.container-full{

}
.container-pos-rel{
	position: relative;
}

.bg-white{
	background-color: #fff;
}
.bg-deep-gray{
	background-color: #353535;
}

.swiper-wrapper img{
	display: block;
}

#header {
	background-color: #fff;
	width: 100%;
}

#header .wrap {
	margin: 0 auto;
	width: 1200px;
	height: 90px;
	position: relative;
}

#header .logo {
	width: 234px;
	height: 58px;
	position: absolute;
	left: 0;
	top: 15px;
}

#header .menu {
	position: absolute;
	left: 290px;
	top: 30px;
	padding: 0;
	margin: 0;
}

#header .menu>li {
	float: left;
	position: relative;
	height: 26px;
	padding: 0;
	margin: 0;
}

#header .menu>li>a {
	display: block;
	font-size: 18px;
	padding: 0 18px;
	height: 28px;
	line-height: 28px;

	color: #333333;
	text-decoration: none;

	overflow: hidden;
}

#header .menu>li>a:link,
#header .menu>li>a:visited {
	color: #333333;
}

#header .menu>li>a:hover,
#header .menu>li>a:active {

	color: #00AD4D;
}

#header .menu>li.submenu>a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2px;
	margin-top: -2px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-width: 6px 5px 0 5px;
	border-top-color: #c6c6c6;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .menu>li.submenu:hover>a:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#header .menu>li.submenu>.submenu_box {
	display: none;
	position: absolute;
	left: -22px;
	top: 20px;
	z-index: 1000;
	width: 620px;
	min-height: 100px;


}

#header .menu>li.submenu>.submenu_box>.submenu_wrap {
	position: absolute;
	left: 0px;
	top: 35px;
	width: 620px;

	background-color: #fff;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;

	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.12);

}

#header .menu>li.submenu>.submenu_box>.submenu_arrow {
	width: 0;
	height: 0;
	border: 1px solid #eee;
	border-bottom-color: #fff;
	position: absolute;
	top: 24px;
	left: 43px;
	border-width: 16px;

	-moz-transform: rotate(52deg) skew(15deg);
	-webkit-transform: rotate(52deg) skew(15deg);
	-o-transform: rotate(52deg) skew(15deg);
	transform: rotate(52deg) skew(15deg);

	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);

	z-index: -1;

}

#header .menu>li.submenu>.submenu_box>.submenu_arrow_mask {
	width: 0;
	height: 0;
	border: 1px solid #fff;
	border-bottom-color: #fff;
	position: absolute;
	top: 24px;
	left: 43px;
	border-width: 16px;

	-moz-transform: rotate(52deg) skew(15deg);
	-webkit-transform: rotate(52deg) skew(15deg);
	-o-transform: rotate(52deg) skew(15deg);
	transform: rotate(52deg) skew(15deg);

	z-index: 1;
}

#header .menu>li.submenu>.submenu_box .submenu_title {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 30px;
	top: 20px;
	z-index: 10;
}

#header .menu>li.submenu>.submenu_box ul {
	margin: 60px 0px 20px 30px;
	padding: 0;
}

#header .menu>li.submenu>.submenu_box ul>li {
	padding: 0;
	margin: 0;
	margin-right: 9px;
	margin-bottom: 12px;
	display: inline-block;
}

#header .menu>li.submenu>.submenu_box ul>li>a {
	display: block;
	background-color: #E5E5E5;
	line-height: 36px;
	padding: 0 33px;

	color: #333;
	font-size: 16px;

	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
	-o-border-radius: 36px;
	border-radius: 36px;

	text-decoration: none;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .menu>li.submenu>.submenu_box ul>li>a:hover,
#header .menu>li.submenu>.submenu_box ul>li>a:active {
	background-color: #1DA977;
	color: #fff;
}


#header .menu>li:hover.submenu>.submenu_box,
#header .menu>li.submenu>.submenu_box:hover {
	display: block;
}

#header .search {
	position: absolute;
	left: 780px;
	top: 28px;
	height: 34px;
	width: 257px;
}

#header .search input[type=text] {
	border: 1px solid #1DA977;
	height: 34px;
	width: 100%;
	padding: 0 60px 0 24px;


	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-moz-border-radius: 34px;
	-webkit-border-radius: 34px;
	-o-border-radius: 34px;
	border-radius: 34px;

	font-size: 14px;
	color: #B8B8B8;
}

#header .search input[type=text]:focus {
	color: #1DA977;
}

#header .search ::-webkit-input-placeholder {
	font-size: 14px;
	color: #B8B8B8;
}

#header .search -moz-placeholder {
	font-size: 14px;
	color: #B8B8B8;
}

#header .search ::-ms-input-placeholder {
	font-size: 14px;
	color: #B8B8B8;
}

#header .search ::input-placeholder {
	font-size: 14px;
	color: #B8B8B8;
}


#header .search button[type=submit] {
	border: 0;
	background-color: #1DA977;
	height: 34px;
	width: 56px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-moz-border-radius: 34px;
	-webkit-border-radius: 34px;
	-o-border-radius: 34px;
	border-radius: 34px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

	position: absolute;
	right: 0;
	top: 0;

	cursor: pointer;
}

#header .search button[type=submit]:hover {
	opacity: 0.8;
}

#header .search button[type=submit]:before {
	content: "\e638";
	display: inline-block;
	color: #fff;
	font-size: 20px;


}


#header .link {
	position: absolute;
	right: 0;
	top: 28px;
}

#header .link>li {
	float: left;
	margin-right: 26px;
	position: relative;
}

#header .link>li:after {
	content: "\e605";
	display: inline-block;
	color: #949494;
	font-size: 16px;
	font-weight: bold;

	position: absolute;
	right: -22px;
	top: 50%;
	margin-top: -8px;

}

#header .link>li:last-child {
	margin-right: 0;
}

#header .link>li:last-child:after {
	display: none;
}

#header .link>li>a {
	display: block;
	line-height: 36px;

	color: #333;
	font-size: 16px;

	text-decoration: none;
}

#header .link>li>a:hover,
#header .link>li>a:active {
	color: #00AD4D;
}

.login-info>li{
	margin-right: 10px !important;
}
.login-info>li:after{
	display: none !important;
}

.login-info .cp-icon{
	width: 32px;
	height:32px;
	background-image: url(../icon-cp.png);
	background-repeat: no-repeat;
	background-size:100% 100%;

	border-radius: 50%;
}


#footer {
	width: 100%;
	background-color: #333333;
	background-image: url(../footer_bg.png);
	background-position: center center;
	background-repeat: repeat-x;
}

#footer .wrap {
	margin: 0 auto;
	width: 1200px;
	height: 180px;
	position: relative;

}

#footer .logo {
	width: 208px;
	height: 52px;
	position: absolute;
	left: 0;
	top: 33px;
}



#footer .menu {
	position: absolute;
	left: 250px;
	top: 44px;
	clear: both;
}

#footer .menu>li {
	float: left;
	padding:0 35px;
	text-align: center;
	position: relative;
}

#footer .menu>li:after {
	content: "\e605";
	display: inline-block;
	color: #949494;
	font-size: 18px;
	font-weight: bold;

	position: absolute;
	right: -9px;
	top: 50%;
	margin-top: -11px;

}

#footer .menu>li:last-child {
	margin-right: 0;
}

#footer .menu>li:last-child:after {
	display: none;
}

#footer .menu>li>a {
	display: block;
	line-height: 36px;

	padding:0 5px;

	color: #CBCBCB;
	font-size: 16px;
	text-align: center;

	text-decoration: none;
}

#footer .menu>li>a:hover,
#footer .menu>li>a:active {
	color: #00AD4D;
}


#footer .sns {
	position: absolute;
	right: 14px;
	top: 20px;
	clear: both;
}
#footer .sns .title{
	line-height: 30px;
	font-size: 14px;
	color:#CBCBCB;
}
#footer .sns ul{
	margin-top:10px;
	text-align: left;
}
#footer .sns ul>li{
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
#footer .sns ul>li:last-child{
	margin-right: 0;
}
#footer .sns ul>li>a {
	display: block;
	width: 44px;
	height: 44px;
	text-decoration: none;

}
#footer .sns ul>li>a:after{
	content: "\e619";
	display: inline-block;
	color: #CCCCCC;
	font-size: 30px;

	border:1px solid #CCCCCC;
	border-radius: 50%;

	width:44px;
	height:44px;
	line-height:44px;

	text-align: center;

}
#footer .sns ul>li>a:hover:after{
	opacity: 0.8;
}

#footer .sns ul>li>a:hover,
#footer .sns ul>li>a:active {
	color: #00AD4D;
}

#footer .sns ul>li>a.wechat:after{
	content: "\e619";

}
#footer .sns ul>li>a.weibo:after{
	content: "\e600";
	font-size: 26px;
}

#footer .sns ul>li .qrcode{
	position: absolute;

	z-index: 100;
	left:-60px;
	top:-210px;
	width:160px;
	height:200px;
	background:#fff;
	text-align: center;

	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	
	-moz-transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;

	-moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
	-o-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);

	pointer-events: none;
	opacity: 0;
	--display: none;
}
#footer .sns ul>li .qrcode .title{
	padding:10px 0;
	line-height: 130%;
	font-size: 12px;
	color:#aaa;
}
#footer .sns ul>li:hover .qrcode{
	--display: block;
	opacity: 1;
}

#footer .copyright {
	position: absolute;
	left: 0;
	top: 130px;
	clear: both;
}
#footer .copyright>div{
	color: #999;
	font-size: 14px;
	display: inline-block;
	margin-right: 47px;
	
	position: relative;
}
#footer .copyright>div a{
	color: #999;
	font-size: 14px;
	text-decoration: none;
}
#footer .copyright>div.icon:after {
	content: "\e605";
	display: inline-block;
	color: #949494;
	font-size: 18px;
	font-weight: bold;

	position: absolute;
	right: -34px;
	top: 50%;
	margin-top: -11px;

}


#footer2 {
	width: 100%;
	background-color: #fff;
}

#footer2 .wrap {
	margin: 0 auto;
	width: 1200px;
	height: 140px;
	position: relative;

}

#footer2 .menu {
	position: absolute;
	left: 0;
	top: 20px;
	clear: both;
}

#footer2 .menu>li {
	float: left;
	padding:0 30px;
	text-align: center;
	position: relative;
}
#footer2 .menu>li:first-child{
	padding-left: 0;
}

#footer2 .menu>li:after {
	content: "\e605";
	display: inline-block;
	color: #949494;
	font-size: 14px;

	position: absolute;
	right: -9px;
	top: 50%;
	margin-top: -7px;

}

#footer2 .menu>li:last-child {
	margin-right: 0;
}

#footer2 .menu>li:last-child:after {
	display: none;
}

#footer2 .menu>li>a {
	display: block;
	line-height: 36px;

	padding:0 5px;

	color: #949494;
	font-size: 14px;
	text-align: center;

	text-decoration: none;
}

#footer2 .menu>li>a:hover,
#footer2 .menu>li>a:active {
	color: #00AD4D;
}


#footer2 .sns {
	position: absolute;
	right: 14px;
	top: 20px;
	clear: both;
}
#footer2 .sns .title{
	line-height: 30px;
	font-size: 14px;
	color:#CBCBCB;
}
#footer2 .sns ul{
	margin-top:10px;
	text-align: left;
}
#footer2 .sns ul>li{
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
#footer2 .sns ul>li:last-child{
	margin-right: 0;
}
#footer2 .sns ul>li>a {
	display: block;
	width: 44px;
	height: 44px;
	text-decoration: none;

}
#footer2 .sns ul>li>a:after{
	content: "\e619";
	display: inline-block;
	color: #CCCCCC;
	font-size: 30px;

	border:1px solid #CCCCCC;
	border-radius: 50%;

	width:44px;
	height:44px;
	line-height:44px;

	text-align: center;

}
#footer2 .sns ul>li>a:hover:after{
	opacity: 0.8;
}

#footer2 .sns ul>li>a:hover,
#footer2 .sns ul>li>a:active {
	color: #00AD4D;
}

#footer2 .sns ul>li>a.wechat:after{
	content: "\e619";

}
#footer2 .sns ul>li>a.weibo:after{
	content: "\e600";
	font-size: 26px;
}

#footer2 .sns ul>li .qrcode{
	position: absolute;

	z-index: 100;
	left:-60px;
	top:-210px;
	width:160px;
	height:200px;
	background:#fff;
	text-align: center;

	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	
	-moz-transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;

	-moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
	-o-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);

	pointer-events: none;
	opacity: 0;
	--display: none;
}
#footer2 .sns ul>li .qrcode .title{
	padding:10px 0;
	line-height: 130%;
	font-size: 12px;
	color:#aaa;
}
#footer2 .sns ul>li:hover .qrcode{
	--display: block;
	opacity: 1;
}

#footer2 .copyright {
	position: absolute;
	left: 0;
	top:60px;
	clear: both;
	
}
#footer2 .copyright>div{
	color: #999;
	font-size: 12px;
	display: inline-block;
	margin-right: 12px;
	
	position: relative;
}
#footer2 .copyright>div a{
	color: #999;
	font-size: 12px;
	text-decoration: none;
}

#footer2 .copyright .gongan a::before{
	content: '';
	display: inline-block;
	background-image: url(../gongan.png);
	background-repeat: no-repeat;
	width:18px;
	height:20px;
	margin-right: 3px;
	margin-bottom: -3px;
}


.list_footer {
	height:30px;
	text-align: center;
}

.pages{

}
.xpage{
	
}
.xpage[total-page="1"],.xpage[total-page="0"]{
	display: none;
}
.xpage>li{
	display: inline-block;
}
.xpage>li span{
	font-size:14px;
	color:#999;
}
.xpage>li>a, .xpage>li>.xpage-d-btn{
	display: block;
	padding:0px 10px;
	margin:0 3px;
	line-height: 28px;
	font-size:14px;
	background-color:#E2E5E9;
	color:#666;
	text-decoration:none;

	box-sizing: border-box;

	-moz-transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;

}
.xpage>li>a:hover{
	background-color:#40C365;
	color:#fff;
}
.xpage>li>a.curr{
	background-color:#009688;
	color:#fff;
}
.xpage>li>.xpage-d-btn{
	color:#bbb;
}
.xpage>li>.xpage-more{
	color:#aaa;
	margin:0 5px;
}

.xpage>li>.xpage-info{
	color:#999;
	margin:0 8px;

	display: none;
}
.xpage>li>.xpage-info>span{
	color:#404452;
}

.top-line{
	border-top:1px solid #E5E5E5;
}

.nav{
	height:40px;
	line-height: 40px;
	clear: both;
}
.nav>ul{
}
.nav>ul>li{
	display: inline-block;
	float:left;
}
.nav>ul>li>a{
	font-size:14px;
	color:#999999;
}
.nav>ul>li>a:hover{
	color: #00AD4D;
}
.nav>ul>li>span{
	font-size:14px;
	color:#333333;
}
.nav>ul>li::after{
	content: '>';
	font-size:14px;
	color:#999999;
	padding:0 5px;
	text-align: center;
}
.nav>ul>li:last-child::after{
	display: none;
}



.edit_table{

}
.edit_table td, .edit_table2 td{
	padding:10px;
	height:25px;
	font-size: 14px;
	color:#999;
}
.edit_table td.title{
	font-weight:bold;
	color:#676A6C;
	font-size: 14px;
}
.edit_table_info{
	padding:3px;
	color:#aaa;
}

.edit_table tr{
	background:#F9F9F9;
}
.edit_table tr td:nth-child(even){
	background:#FFFFFF;
}
.edit_table tr:nth-child(even){
	background:#EEEEEE;
}
.edit_table tr:nth-child(even) td:nth-child(even){
	background:#FaFaFa;
}

.edit_table tr:hover td{
	background:#F2ED7C !important;
}
.edit_table tr:hover td:nth-child(even){
	background:#FCF790 !important;
}





.sms-dialog{
	position: fixed;
	z-index: 1001;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.3);
	display: none;
}
.sms-dialog>.dialog{
	position:absolute;
	left:50%;
	top:50%;
	width:640px;
	height:300px;
	margin-left:-320px;
	margin-top:-150px;
	background-color: #fff;
}
.sms-dialog>.dialog>.info{
	height:180px;
}
.sms-dialog>.dialog>.info>div{
	padding: 0 40px;
	font-size: 18px;
	color: #000000;
	line-height: 200%;
}
.sms-dialog>.dialog>.btn-sms-submit{
	display: block;
	width:240px;
	height:50px;
	line-height:50px;
	background-color: #FF7333;
	margin:20px auto;

	font-size: 20px;
	color:#fff;
	text-align: center;
}
.sms-dialog>.dialog>.btn-sms-submit:hover{
	opacity: 0.8;
}
.sms-dialog .content{
	padding:30px 15px;
}
.sms-dialog .content .title{
	display: inline-block;
	font-size: 16px;
	color:#656565;
	width:140px;
	text-align: right;
	margin-right: 3px;
	vertical-align: top;
}
.sms-dialog .content>div{
	padding: 10px 0;
	position: relative;
}
.sms-dialog .content .imgvcode{
	position: absolute;
	right: 90px;
	top:14px;
}
.btn-get-smscode{
	display: inline-block;
	width:140px;
	line-height: 35px;
	background:#F0F0F0;
	text-align: center;
}
.btn-get-smscode:hover{
	color:#000;
	background:#E0E0E0;
}
.btn-get-smscode.countdown{
	background:#E1F3D8;
}

