* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
li {
	list-style: none;
}
a,
img {
	border: none;
}
a {
	text-decoration: none;
}
a:active {
	outline: none;
}
table {
	border-collapse: collapse;
}
input,
textarea {
	border: none;
	background: none;
	outline: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.mg1200 {
	margin: auto;
	width: 1200px;
	position: relative;
}
iframe {
	border: none;
}
.color_r {
	color: #ff0000!important;
}
.color_g {
	color: #0bac0b!important;
}
::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #d1d1d1;
}
::-webkit-scrollbar-track {
	display: none;
}
#headerbox {
	height: 87px;
	border-bottom: 3px solid #e64c4e;
}
#headerbox .mg1200 {
	height: 87px;
}
#headerbox .mg1200 .logo {
	position: absolute;
	top: 19px;
	left: 0;
	width: 154px;
	height: 49px;
	background: url(../images/public/logo.png?k=12313) center no-repeat;
	background-size: 100%;
}
#headerbox .mg1200 .title {
	float: left;
	color: #e4393c;
	font-size: 18px;
	line-height: 24px;
	background: url(../images/public/header-title-fgx.png) left center no-repeat;
	padding-left: 20px;
	margin: 20px 0 0 174px;
}
#headerbox .mg1200 .reg-land {
	float: right;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	margin: 35px 0 0;
}
#headerbox .mg1200 .reg-land a {
	color: #666666;
	font-size: 14px;
	display: block;
	float: left;
}
#headerbox .mg1200 .reg-land .land {
	margin-right: 5px;
	color: #e74c4f;
}
#headerbox .mg1200 .reg-land .reg {
	padding-left: 5px;
	border-left: 1px solid #eeeeee;
}
#headerbox .mg1200 .head {
	width: 35px;
	height: 35px;
	position: relative;
	padding: 2px 20px;
	float: right;
	margin: 24px 0 0;
}
#headerbox .mg1200 .head .shade {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: url(/images/public/head-img.png) center no-repeat;
}
#headerbox .mg1200 .head img {
	display: block;
	width: 100%;
	height: 100%;
}
#headerbox .mg1200 .head ul {
	display: none;
	position: absolute;
	top: 40px;
	left: -30px;
	right: -30px;
	background: #FFFFFF;
	padding: 28px 0 0;
	width: auto;
	text-align: center;
	z-index: 999;
}
#headerbox .mg1200 .head:hover ul {
	display: block;
}
#headerbox .mg1200 .head li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e7e7e7;
}
#headerbox .mg1200 .head li:hover a{
	color: #e4393c;
}
#headerbox .mg1200 .exit{
	float: right; height: 24px; line-height: 25px; color: #c8c8cd; font-size: 12px; margin: 31px 0 0 10px; cursor: pointer;
}
/*#headerbox .mg1200 .down {*/
/*display: block;*/
/*float: right;*/
/*width: 130px;*/
/*height: 32px;*/
/*line-height: 32px;*/
/*color: #333333;*/
/*font-size: 14px;*/
/*margin: 27.5px 26px 0 35px;*/
/*background: url(../images/public/down.png) center no-repeat;*/
/*text-indent: 43px;*/
/*}*/

#headerbox .mg1200 .down {
	background: url(../images/public/down.png) center no-repeat;;
	margin-right: 20px !important;
	width: 100px;
}
#headerbox .mg1200 .down span {
	margin-left: 30px;
}
#headerbox .mg1200 .menu {
	float: right;
	padding: 29px 0;
}
#headerbox .mg1200 .menu .nav {
	float: left;
	height: 32px;
	line-height: 32px;
	display: block;
	font-size: 16px;
	padding: 0 15px;
	margin: 0 0 0 15px;
	position: relative;
}
#headerbox .mg1200 .menu .nav:hover span a{
	color: #e4393c;
}
#headerbox .mg1200 .menu .nav a {
	color: #333333;
}
#headerbox .mg1200 .menu .nav ul {
	display: none;
	position: absolute;
	top: 32px;
	left: -30px;
	right: -30px;
	background: #FFFFFF;
	padding: 28px 0 0;
	width: auto;
	text-align: center;
	z-index: 999;
}
#headerbox .mg1200 .menu .nav ul li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e7e7e7;
}
#headerbox .mg1200 .menu .nav ul li:hover a{
	color: #e4393c;
}
#headerbox .mg1200 .menu .nav:hover ul {
	display: block;
}
#headerbox .mg1200 .menu .nav.index {
	margin: 0;
}
#headerbox .mg1200 .menu .nav.active span a {
	color: #e4393c;
}
.swiperbox {
	position: relative;
	z-index: 50;
}
.swiperbox .swiper-wrapper .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
}
.swiperbox .paginationbox {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.swiperbox .paginationbox .paginations {
	display: table;
	margin: auto;
	background: url(../images/swiper/pagination-bg.png) center repeat;
	border-radius: 10px;
	height: 20px;
	padding: 0 5px;
}
.swiperbox .paginationbox .paginations span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/swiper/pagination.png) center no-repeat;
	margin: 0 5px;
	cursor: pointer;
}
.swiperbox .paginationbox .paginations span.swiper-active-switch {
	background-image: url(../images/swiper/pagination_active.png);
}
.kaihu-down-img {
	margin-top: 12px;
	text-align: center;
	position: relative;
}
.kaihu-down-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.kaihu-down-img .tit,
.kaihu-down-img .btn {
	position: absolute;
	left: 0;
	width: 100%;
}
.kaihu-down-img .tit {
	top: 0;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 35px;
}
.kaihu-down-img .btn {
	bottom: 0;
	left: 50%;
	color: #e84c3d;
	font-size: 26px;
	display: block;
	width: 176px;
	height: 46px;
	line-height: 46px;
	margin-left: -88px;
	background: url(../images/index/img-btn.png) center no-repeat;
}
#footerbox .codebox {
	background: #f5f6f8;
	padding: 22px 0;
}
#footerbox .codebox ul {
	overflow: hidden;
}
#footerbox .codebox ul li {
	float: left;
	margin: 0 16px;
}
#footerbox .codebox ul li .code {
	background: #FFFFFF;
	padding: 3px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
}
#footerbox .codebox ul li .code img {
	display: block;
	width: 114px;
	height: 114px;
}
#footerbox .codebox ul li .cont {
	margin-left: 125px;
	padding: 48px 0 0;
}
#footerbox .codebox ul li .cont .tit {
	background: url(../images/public/code-icon.png) left center no-repeat;
	padding-left: 35px;
	color: #2788da;
	font-size: 18px;
	height: 23px;
	line-height: 23px;
}
#footerbox .codebox ul li .cont .txt {
	color: #E4393C;
	font-size: 18px;
	line-height: 24px;
	margin-top: 8px;
}
#footerbox .footer {
	background: #212121;
	position: relative;
	padding: 46px 0 35px;
}
#footerbox .footer .mg1200 {
	overflow: hidden;
}
#footerbox .footer .contbox {
	background: url(../images/public/logo-bot.png) left top no-repeat;
	color: #aaaaaa;
	font-size: 14px;
	line-height: 24px;
	float: left;
	width: 414px;
	padding: 56px 0 0;
}
#footerbox .footer .menubox {
	overflow: hidden;
	float: right;
}
#footerbox .footer .menubox .menu {
	float: left;
	color: #aaaaaa;
	margin-left: 70px;
}
#footerbox .footer .menubox .menu .tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
#footerbox .footer .menubox .menu ul {
	margin: 25px 0 0;
}
#footerbox .footer .menubox .menu ul li {
	font-size: 14px;
	line-height: 30px;
}
#footerbox .footer .menubox .menu ul li a {
	color: #aaaaaa;
}
#footerbox .copyright {
	background: #000000;
	color: #777777;
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.pop-reg-land {
	display: none;
	background: #FFFFFF;
	padding: 0 30px;
	width: 300px;
	height: 392px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
}
.pop-reg-land .contbox .title {
	color: #444444;
	font-size: 22px;
	text-align: center;
	line-height: 40px;
	padding: 45px 0 24px;
}
.pop-reg-land .contbox .title span {
	color: #f64d54;
}
.pop-reg-land .contbox .go {
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	background: #f64d54;
	border-radius: 5px;
}
#pop-land .input ul {
	overflow: hidden;
}
#pop-land .input ul li {
	margin: 20px 0;
	height: 20px;
	padding: 10px 20px 10px 35px;
	border: 1px solid #dddddd;
	background: #f4f4f4 url(../images/regland/user.png) 7px center no-repeat;
	border-radius: 5px;
}
#pop-land .input ul li input {
	width: 100%;
	color: #333;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}
#pop-land .input ul li.pswd {
	background-image: url(../images/regland/pswd.png);
	background-position-x: 9px;
}
#pop-land .wrap {
	height: 16px;
	line-height: 16px;
	margin: 10px 0 30px;
}
#pop-land .wrap .fl {
	overflow: hidden;
}
#pop-land .wrap .fl * {
	display: block;
	float: left;
}
#pop-land .wrap .fl span {
	color: #000000;
	font-size: 12px;
}
#pop-land .wrap .fl span.radio {
	width: 16px;
	height: 16px;
	background: url(../images/regland/radio.png) center no-repeat;
	margin-right: 6px;
	cursor: pointer;
}
#pop-land .wrap .fl span.active {
	background-image: url(../images/regland/radio-active.png);
}
#pop-land .wrap .fr * {
	color: #f0830f;
	font-size: 12px;
}
#pop-land .wrap .fr span {
	padding: 0 3px;
}
.pop-reg-reg {
	display: block;
	background: #FFFFFF;
	padding: 0 30px;
	width: 300px;
	/*height: 492px;*/
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
	margin: 100px auto;
}
.pop-reg-reg .contbox{padding-bottom: 20px;}
.pop-reg-reg .contbox .title {
	color: #444444;
	font-size: 22px;
	text-align: center;
	line-height: 40px;
	padding: 45px 0 24px;
}
.pop-reg-reg .contbox .title span {
	color: #f64d54;
}
.pop-reg-reg .contbox .go {
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	background: #f64d54;
	border-radius: 5px;
}
#pop-reg .title {
	padding: 30px 0 0;
}
#pop-reg .input ul {
	overflow: hidden;
	padding: 0 0 0 53px;
}
#pop-reg .input ul li {
	margin: 20px 0;
	height: 20px;
	padding: 10px 20px 10px 10px;
	border: 1px solid #dddddd;
	background: #f4f4f4;
	border-radius: 5px;
	position: relative;
}
#pop-reg .input ul li input {
	color: #333;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}
#pop-reg .input ul li span {
	display: block;
	color: #444444;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: -53px;
	line-height: 42px;
}
#pop-reg .input ul li .btn_code {
	display: block;
	color: #f0830f;
	font-size: 12px;
	position: absolute;
	top: 8px;
	right: 0;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border-left: 1px solid #c1c1c1;
}
#pop-reg .wrap {
	margin: 18px 0 0;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #666666;
	text-align: right;
}
#pop-reg .wrap a {
	color: #f0830f;
}

.display{display: none;}

/*åº•éƒ¨è¯ä¹¦*/
.certificate{margin: 0 auto;width: 410px;}
.certificate table tr td{padding-right: 10px;}
.qrcode-img img {
	width: 60%;
	display: inline-block;
}

/*å³ä¾§æ‚¬æµ®*/
/*æ‚¬æµ®é“¾æŽ¥*/
.suspension{position:fixed;z-index:55;right:0;bottom:40%;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/public/float/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/public/float/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/public/float/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/public/float/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/public/float/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/public/float/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/public/float/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}