﻿@charset "utf-8";
/* CSS Document */
*, :after, :before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body{ margin: 0;padding: 0;font-family: "微软雅黑"; font-weight:100;}

h3{ font-weight:normal}

ul {
	list-style: none
}
a{
text-decoration: none;
}
/*头部*/
.m-head {
	position: absolute;
	z-index: 999;
	width: 100%;
}
.m-head a {
	color: inherit;
	text-decoration: none
}
.m-head .m-head-nav {
	width: 100%;
	height: 110px;
	color: #fff;
	font-size: 14px
}
.nav-l {
	background:rgba(255, 255, 255, 0.8);
}
.m-head .m-head-nav ul {
	width: 1100px;
    height: 110px;
	margin: 0 auto;
}
.m-head .m-head-nav ul a {
	display: block;
	font-size:16px;
}
.m-head .m-head-nav ul li {
	float: left;
	height: 110px;
	line-height: 110px;
	color:#000;
}

.m-head .m-head-nav ul .m-head-nav-logo {
	background:url(../images/logo.png) no-repeat center;
	margin-right: 20px;
    height: 110px;
    width: 300px;
    
}
.m-head .m-head-nav ul a {
	padding: 0 20px
}
.m-head .m-head-nav ul .active {
	color: #fc5916
}
.m-head .m-head-nav ul li:hover {
	color: #dc6034
}
.m-head .m-head-nav ul .m-head-nav-right {
	float: right;
	margin-left: 20px
}
.m-head .m-head-nav ul .m-head-nav-right a {
	font-size: 14px;
	line-height: 30px;
	display: block;
	text-align: center;
	margin-top: 40px;
	float: left;
	background-color: #00baff;
	color: #fff;
	border-radius:10px;
}
/*广告商*/
.ggs-banner {
	position:relative;
	height:380px;
	width:100%;
	background:url(../images/ggs-banner.jpg) no-repeat center;
}
.aff-banner {
	position:relative;
	height:380px;
	width:100%;
	background:url(../images/aff-banner.jpg) no-repeat center;
}
.ggs-box {
	height:840px;
	margin:0 auto;
	background:url(../images/ggs-bg.jpg) no-repeat center;
}
.ggs-title {
	height:135px;
	color:#C63;
	width: 1100px;
	margin: 0 auto;
}
.ggs-title h3 {
	padding-top:45px;
	padding-bottom:10px;
	text-align:center;
	font-size:18px;
}
.ggs-line {
	width:50px;
	border:1px solid #F63;
	margin:0 auto;
}
.ggs-main, .aff-main {
	height:560px;
	margin:0 auto;
	width: 1100px;
}
.ggs-main ul {
	height:330px;
	margin:0 auto;
}
.aff-main ul {
	height:330px;
	margin:0 auto;
}
.ggs-main ul li, .aff-main ul li {
	float:left;
	width:calc( (100% - 220px)/4);
}
.ggs-main-box {
	height:330px;
	background:url(../images/ys-ty.png) no-repeat bottom;
	color: #7b7b7b;
}
.aff-main-box {
	height:300px;
	background:url(../images/ys-ty.png) no-repeat bottom;
	color: #7b7b7b;
}
.ggs-main-py {
	margin-left:73px;
}
icon {
	display: block;
	position: relative;
	width:220px;
	height:220px;
	background-color:#e55724;
}
icon img {
	height:220px;
	width:220px;
}
icon:hover em {
	display:block;
	position:absolute;
	left:95px;
	top:220px;
	border-width:15px;
	border-style:solid;
	border-color: #e9d319 transparent transparent;
}
.ggs-main-box h3, .aff-main-box h3 {
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
	
}
.ggs-main-box p {
	text-align: center;
	font-size: 14px;
	
}
.ggs-main-info {
	margin-top:20px;
	height:160px;
	border: 1px solid #CCC;
	box-shadow: 0 5px 10px 1px #CCC;
	overflow:hidden;
}
.ggs-main-info .a, .ggs-main-info .b, .ggs-main-info .c, .ggs-main-info .d {
	height:160px;
}
.ggs-main-box:hover icon, .aff-main-box:hover icon {
	background-color:#e9d319;
}
.ggs-main-box:hover h3, .aff-main-box:hover h3 {
	color:#ff5400;
}
.ggs-main-info p {
	padding:40px 140px;
	color:#000000;
	font-size:18px;
}
.ggs-flow {
	height:175px;
	margin:0 auto;
	width: 1100px;
}
.ggs-flow h3 {
	font-size:24px;
	
}
.ggs-flw-main {
	position:absolute;
	height:160px;
	width:1100px;
}
.ggs-flw-main:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: auto;
	right: auto;
	height: 2px;
	width: 9%;
	background-color: #F00;
}
.ggs-flw-main ul{
	height:130px;
	}
.ggs-flw-main ul li{
	width:25%;
	height:70px;
	float:left;
	margin-top:30px;
	position:relative;
	}
.ggs-flw-main .a{
	position:absolute;
	width:70px;
	height:70px;
	border-radius:35px;
	text-align:center;
	line-height:70px;
	color:#FFF;
	font-size:30px;
	background:#ff5400;
	}
.ggs-flw-main p{
    font-size: 14px;
    color: #000000;
    display: block;
    width: 160px;
    height: 30px;
    margin-left: 100px;
    text-align: left;
    line-height: 60px;
    margin-top: -5px;
	}
.ggs-flw-main span{
	position: absolute;
    font-size: 14px;
    color: #000000;
    display: block;
    width: 20px;
    height: 70px;
    line-height: 70px;
    right: 10px;
    top: 0px;
    font-size: 20px;
	}
/*关于我们*/
.about-banner {
	position:relative;
	height:380px;
	width:100%;
	background:url(../images/ab-banner.jpg) no-repeat center;
}
.about-main {
	width:1100px;
	margin:0 auto;
}
.about-main h3 {
	font-size:50px;
	color:#F30;
	
	padding:30px 0 10px 0;
}
.about-main-box {
	height:700px;
	background:url(../images/about-bg.jpg) no-repeat bottom;
}
.about-main-box-l {
	float:left;
	height:518px;
	width:480px;
	background:url(../images/about-l.jpg) no-repeat center;
}
.about-main-box-r {
	float:right;
	height:310px;
	width:610px;
	background:url(../images/about-r.jpg) no-repeat center;
}
.about-main-txt {
	float:right;
	height:340px;
	width:610px;
}
.about-main-txt p {
	margin-top:40px;
	margin-left:30px;
	text-indent:2em;
	line-height:30px;
	font-size:16px
}
.about-main-foot {
	height:450px;
	background:url(../images/ys-bj.jpg) no-repeat center;
}
.about-main-foot p{
	font-size: 18px;
    color: white;
    text-align: center;
    margin-top: 130px;
	}
.about-main-foot .a {
	height:180px;
	width:250px;
	background:url(../images/ab-1.png) no-repeat center 30px;
	background-color:#3dc4af;
	float:left;
	margin-top: 135px;
	border-radius:20px;
}
.about-main-foot .b {
	height:180px;
	width:250px;
	background:url(../images/ab-2.png) no-repeat center 30px;
	background-color:#32a178;
	float:left;
	margin-left:175px;
	margin-top: 135px;
	border-radius:20px;
}
.about-main-foot .c {
	height:180px;
	width:250px;
	background:url(../images/ab-3.png) no-repeat center 30px;
	background-color:#6372ba;
	float:right;
	margin-top: 135px;
	border-radius:20px;
}
/*帮助中心*/
.help-banner {
	position:relative;
	height:380px;
	width:100%;
	background:url(../images/help-banner.jpg) no-repeat center;
}
.help-mian {
	width:1100px;
	margin:0 auto;
	margin-top:60px;
}
.help-main-box {
	overflow:hidden;
	transition: 0.5s;
	height:60px;
	margin:0 0 10px;
}
.help-main-que {
	line-height:58px;
	text-indent:30px;
	cursor:pointer;
	background:#FFF;
	color:#000000;
	font-size:14px;
	border:1px #d8d8d8 solid;
}
.help-main-box:hover {
	height:200px;
}
.help-main-que .more {
	float:right;
	color:#818181;
	padding:0px 30px;
}
.help-main-box:hover .help-main-que  ,.help-main-box:hover .help-main-que .more {
	color:#e55724;
	}
.help-main-ans {
	cursor:pointer;
	padding:20px 200px 0px 50px;
	line-height:2em;
	color:#666666;
	font-size:12px;
}
/*公告列表*/
.art-banner {
	position:relative;
	height:380px;
	width:100%;
	background:url(../images/news-banner.jpg) no-repeat center;
}
.art-main {
	margin:0 auto;
	width:1100px;
	margin-top:50px;
}
.art-main .main{
	height:150px;
}
.art-main ul {
}
.art-main li {
	display:block;
	height:210px;
	width:1100px;
	position:relative;
}
.art-main-data {
	height:150px;
	width:150px;
	float:left;
	background:#e55724;
	color:#FFF;
}
.art-main-data .day {
	height:75px;
	text-align:center;
	font-size:30px;
	line-height:4em;
}
.art-main-data .year {
	height:75px;
	text-align:center;
	font-size:28px;
}
.art-main-con {
	background:#ececec;
	float:right;
	height:150px;
	width:950px;
	cursor:pointer;
}
.art-main-con .tit {
	height:75px;
	margin-left:25px;
	text-align:left;
	line-height:4em;
	color:#F60;
	font-size:26px;
}
.art-main-con .con {
	height:75px;
	margin-left:25px;
	text-align:left;
	line-height:20px;
	color:#999;
    width: 900px;
	overflow: hidden;
    -webkit-line-clamp: 2;
}
.art-main-line {
	position:absolute;
	height:1px;
	width:1100px;
	border-top:dashed #ccc 1px;
	bottom:30px;
}
.art-main li:hover .main {
	box-shadow:0 2px 10px #CCC, 0 0px 10px #CCC, 0 0 0 #CCC;
	background:#f6f6f6;
}
.art-main li:hover .art-main-data {
	background:#e5ac24;
	}
/*公告内页*/
.art-box {
	min-height:700px;
	width:1100px;
	margin:0 auto;
	border: 1px solid #CCC;
	margin-top:50px;
}
.art-box-tit {
	position:relative;
	height:148px;
	border-bottom: 1px #CCC solid;
}
.art-box-tit h1 {
	font-weight:normal;
	font-size: 24px;
	color: #fc5916;
	line-height: 148px;
	text-align: center;
	left: 33%;
	background-color: #FDF5E6;
}
.art-box-tit p {
	font-size: 14px;
	color: #7b7b7b;
	text-align: center;
	position: relative;
	height: 20px;
	top: -40px;
}
.art-box-tit a {
	display:block;
	float:right;
	background:#fc5916;
	height:30px;
	width:80px;
	border-radius:15px;
	text-align:center;
	cursor:pointer;
	position:relative;
	top:-65px;
	right:15px;
	font-size:16px;
	color:#FFF;
	line-height:25px
}
.art-box-con {
	padding:80px 70px 0 70px;
	width:960px;
	margin:0 auto;
	min-height:500px;
	color:#7b7b7b;
	font-size:14px;
}
.art-row{
	-webkit-box-shadow: inset 0px 1px 0px 0px #fefefe;
    box-shadow: inset 0px 1px 0px 0px #fefefe;
    margin: 0 auto;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
    background: #f3f3f3;
    height: 31px;
    line-height: 31px;
    width: 1100px;
    margin-bottom: 10px;

}
.zpage_bt1 {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.zpage_str {
	width: 38%;
	float: left;
	line-height: 30px;
	color: #fc5916;
}
.zpage {
	float: right;
}
.zpage li a {
	background: #fff;
	line-height: 24px;
	padding: 0 10px;
	float: left;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.zpage .data {
	float: right;
	margin: 0;
	height: auto;
}
.zpage .data ul {
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
}
.zpage .data ul li {
	display: inline;
}
.zpage .data ul li a {
	color: #fc5916;
	line-height: 24px;
	padding: 0 10px;
	float: left;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.zpage .data .prev a {
	border-left-width: 1px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}
.zpage .data .last a {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}
.zpage .data .active a {
	color: #666;
}
/*注册页面*/
.reg-banner {
	position:relative;
	height:380px;
	width:100%;
	background:url(../images/reg-banner.jpg) no-repeat center;
}
.reg-box {
	width:1100px;
	margin:0 auto;
	margin-top:125px;
	height:1215px;
}
.reg-box-l {
	background:url(../images/zc-tu.jpg) no-repeat center;
	width:335px;
	float:left;
	height:1015px;
}
.reg-box-r {
	box-shadow:0 2px 10px #CCC, 0 0px 10px #CCC, 0 0 0 #CCC;
	width:765px;
	height:1015px;
	float:right;
}
.reg-box-main {
	padding:80px 90px 0 130px;
	height:900px;
}
.r_error{
    line-height: 40px;
    margin-left: 10px;
    color: #fc5916
}
.qq_kf{
    line-height: 40px;
    width: 300px;
    float: left;

}
.qq_li{
    width: 100px;
    float: left;

}
.reg_kf{
    height: 80px;
}
.reg-box-main .log{
    position: relative;
    top: -60px;
    right: -80px;
    width: 170px;
    float: right;
	line-height: 30px;
	font-size:16px;
	}
.reg-box-main .log p{
	width:90px;
	float:left;
	}
.reg-box-main .log a{
	display:block;
	width:80px;
	height:30px;
	color:#FFF;
	background:#e55724;
	border-radius:15px;
	text-align:center;
	float:right;
	line-height: 30px;
	text-decoration:none;
	}
.reg-box-main ul, .log-box-main ul{
}
.reg-box-main ul li, .log-box-main ul li, .set-box-main ul li{
	height:60px;
}
.reg-box-main .reg-other label, .reg-box-main .reg_kf label {
	float: left;
	width: 90px;
	padding: 5px;
	line-height: 26px;
	color: #999999;
}
.reg-box-main .reg-role {
	margin-left:75px;
}
.reg-box-main .reg-role p {
	width: 100px;
	float: left;
	text-align: center;
	font-size:20px;
}
.reg-box-main .input_text, .log-box-main .input_text, .set-box-main .input_text  {
	float:left;
	height:40px;
	width:298px;
	padding: 10px;
	border:1px #CCC solid;
}
.reg-box-main .input_code, .log-box-main .input_code , .set-box-main .input_code {
	float:left;
	height:40px;
	width:120px;
	padding: 10px;
	border:1px #CCC solid;
}
.reg-box-main .reg-rules {
	position:relative;
	background:#F30;
	width:300px;
	height:40px;
	float:left;
	line-height: 40px;
}
.reg-box-main .reg-rules .rules-check {
	position:absolute;
	left:10px;
	height:40px;
	width:80px;
}
.reg-box-main .reg-rules .rules-check .checkbox {
	position:relative;
	top:4px;
	width:18px;
	height:18px;
}
.reg-box-main .reg-rules label {
	position: absolute;
	width: 90px;
	height: 40px;
	color: #FFF;
}
.reg-rules-main {
	position:absolute;
	cursor:pointer;
	right:10px;
	color:#FFF;
}
.reg-box-main .reg-button {
	height:30px;
	width:130px;
	color:#FFF;
	background:#e55724;
	border-radius:15px;
	margin-top:20px;
	text-align:center;
	font-size:14px;
}
.codeMask, .hotMask, .service_mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000000;
	background: rgba(0, 0, 0, 0.5)!important;
	z-index: 88;
}
.service_radius {
	position: fixed;
	width: 800px;
	height: 600px;
	left: 50%;
	z-index: 99;
	border-radius: 10px;
	margin-left: -400px;
	top: 50%;
	margin-top: -300px;
	background: #FFFFFF;
	display: none;
	z-index: 9999;
}
.serviceDetail {
	position: relative;
	width: 600px;
	height: 450px;
	margin: 50px auto;
	padding: 50px 50px;
	overflow-y: scroll;
	font-size: 12px;
	line-height: 30px;
}
.serviceDetail h1 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}
.serviceDetail h2 {
	font-size: 15px;
	line-height: 30px;
}
.serviceDetail p {
	text-indent:2em;
}
.serviceDetail .closeCode {
	position: fixed;
	right: 50%;
	top: 50%;
	margin-top: -270px;
	margin-right: -380px;
}
/*登陆页面*/
.log-banner {
	position:relative;
	height:380px;
	width:100%;
	background:url(../images/log-banner.jpg) no-repeat center;
}
.log-box {
	width:1100px;
	margin:0 auto;
	margin-top:125px;
	height: 835px;
}
.log-box-l {
	background:url(../images/zc-tu.jpg) no-repeat center;
	width:335px;
	float:left;
	height:635px;
}
.log-box-r {
	box-shadow:0 2px 10px #CCC, 0 0px 10px #CCC, 0 0 0 #CCC;
	width:765px;
	height:635px;
	float:right;
}
.log-box-main, .set-box-main {
	padding:80px 100px 0 130px;
	height:500px;
	
}
.log-box-main h3,.set-box-main h3{
	margin-left: 80px;
	font-size:20px;
	color:#000;
	
	margin-bottom:30px;
	}
.log-box-main .log-other, .set-box-main .log-other{
	margin-left:80px;
	}
.log-box-main .fog-other{
	margin-left:80px;
	height:30px;
	}
.log-box-main a, .set-box-main a{
	text-decoration:none;
	position: relative;
    top: -15px;
	color:#000;
	}
.log-box-main  .btn_css ,.set-box-main  .btn_css {
	height:30px;
	width:130px;
	color:#FFF;
	background:#e55724;
	border-radius:15px;
	text-align:center;
	font-size:14px;
	margin-left:80px;
}
.log-box-main .reg, .set-box-main .reg{
    position: relative;
    top: -60px;
    right: -90px;
    width: 180px;
    float: right;
	line-height: 30px;
	font-size:16px;
	}
.log-box-main .reg p, .set-box-main .reg p{
	width:100px;
	float:left;
	}
.log-box-main .reg a, .set-box-main .reg a{
	display:block;
	width:80px;
	height:30px;
	color:#FFF;
	background:#e55724;
	border-radius:15px;
	text-align:center;
	float:right;
	margin-top:15px;
	line-height: 30px;
	}
.tip{
        line-height: 40px;
    margin-right: 20px;
    float: right;
}
.tip-code{
    float: right;
    margin-right: 20px;
    line-height: 40px;
}
/*重置密码*/
.psd-banner {
	position:relative;
	height:380px;
	width:100%;
	background:url(../images/psd-banner.jpg) no-repeat center;
}
.psd-box {
	width:1100px;
	margin:0 auto;
	margin-top:125px;
}
/*底部*/
.index-footer{
	height:550px;
	background:url(../images/foot-bg.jpg) no-repeat center;
	margin-top: 40px;
	}
.index-footer-main{
	width:1100px;
	margin:0 auto;
	}
.index-footer-back{
    position: absolute;
    width: 150px;
    height: 75px;
    background: #FFF;
    border-radius: 0 0 150px 150px;
    left: 45%;
    margin-top: -20px;
	cursor:pointer;
}
.index-footer-back h3{
	display:block;
    font-size: 25px;
    color: #F60;
    text-align: center;
    margin-top: 20px;
    
    height: 55px;
}
.index-footer-phone{
	height: 300px;
    width: 1100px;
    margin: 0 auto;
    border-bottom: #FFF solid 1px;
    margin-top: 134px;
    position: absolute;
	
	}
.index-footer-phone a{
	color:#FFF;
	
	}
.index-footer-phone-box{
	width:240px;
	float:left;
	height:140px;
	border-right:1px solid #ccc;
	}
.index-footer-phone-one, .index-footer-phone-two{
	color:#FFF;
	}
.index-footer-phone-one h3{
	font-size:20px;
	
	margin-bottom:30px;
	}
.index-footer-phone-two h3{
	font-size:20px;
	
	margin-bottom:30px;
	margin-left:50px;
	}
.index-footer-phone-one p{
	height:30px;
	font-size:18px;
	
	text-indent:40px;
	margin-bottom:10px;
	}
.index-footer-phone-two p{
	height:30px;
	font-size:18px;
	
	text-indent:40px;
	margin-bottom:10px;
	margin-left:50px;
	background:url(../images/qq.png) no-repeat left;
	}
.index-footer-add{
	background:url(../images/add.png) no-repeat left;
	}
.index-footer-iphone{
	background:url(../images/phone.png) no-repeat left;
	}
.index-footer-QR{
	width:280px;
	height:200px;
	color:#FFF;
	float:right;
	}
.index-footer-QR h3{
	font-size:20px;
	
	margin-bottom:20px;
	}
.index-footer-QR img{
	margin-right:10px;
	}
.index-footer-QR p{
	width:140px;
	float:left;
	}
.index-footer-nav{
    width: 1100px;
    height: 80px;
    bottom: 0px;
    position: absolute;
	}
.index-footer-nav a{
	cursor:pointer;
	display:block;
	text-decoration:none;
	color:#FFF;
	}
.index-footer-nav li{
	color:#FFF;
	width:120px;
	float:left;
	line-height:80px;
	}
.index-footer-nav-line{
	height: 20px;
    float: left;
    border-right: 2px solid #FFF;
    margin-top: 30px;
    margin-right: 50px;
	}
.index-footer-copyright{
    text-align: left;
    margin: 10px 0px 10px 0px;
    color: #FFF;
    font-size: 15px;
    position: absolute;
    margin-top: 450px;
	}