@charset "utf-8";
/*html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);}!*全站灰色*!*/
html{font-size:100%}body{margin:0;color:#666;font:12px/1.5 "microsoft yahei",Arial,sans-serif;background: #f3f3f3;}dl,dd,h1,h2,h3,h4,h5,h6,p,ul,ol{margin:0}ul,ol{padding-left:0;list-style-type:none}img{border:0}a{color:#595757;text-decoration:none;outline:0 none;-webkit-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out; -ms-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out; -o-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out; transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;}a:hover{color:#56bde5;text-decoration:none;}a,button{cursor:pointer}table{border-collapse:collapse;border-spacing:0}input,select,img{vertical-align:middle}a,input,button{padding:0;margin:0;outline:0}i,em{font-style:normal}h1,h2,h3,h4,h5,h6{font-size: 100%; font-weight: normal; }.fl{float:left;display:inline}.fr{float:right;display:inline}.dib{display:inline-block;vertical-align:top;*display:inline;*zoom:1}.tc{text-align:center}.fz14{font-size:14px}.fix{zoom:1}.fix:after,.fix:before{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden}.none{display:none}.hidden{width:0;height:0;overflow:hidden}
.fz16{font-size:16px}
.laybox {
  border-radius: 2px;
  box-shadow: 0 0 15px #ccc;
  overflow: hidden;
  background: #fff;
  zoom: 1;
  margin: 0 0 10px 0;
}
body {
  min-width: 1355px;
  overflow-x: hidden;
  ;
}

.topbar-left .item-kfp,
.topbar-left .item-kf,
.topbar-left .item-fav {
  background-image: url('../images/topbar.png');
  background-repeat: no-repeat;
}

.wrap {
  width: 1355px;
  margin: 0 auto;
}

.topbar {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #d6d6d6;
  background: #ededed;
}

.topbar-left {
  float: left;
}

.topbar-left .item {
  display: inline-block;
  vertical-align: top;
  padding-left: 26px;
  margin-right: 20px;
}

.topbar-left .item-kfp {
  background-position: 0 10px;
}

.topbar-left .item-kf {
  background-position: 0 -35px;
}

.topbar-left .item-fav {
  background-position: 0 -80px;
  padding-left: 35px;
}

.topbar-right {
  float: right;
}

.topbar-right span {
  margin: 0 5px;
}

.nav {
  height: 135px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
  background: #fff;
  position: relative;
  z-index: 2;
}

.nav .logo {
  line-height: 135px;
  float: left;
}

.nav .menu {
  float: right;
}

.nav .menu li {
  float: left;
  margin-right: 55px;
}

.nav .menu a {
  display: block;
  width: 135px;
  height: 80px;
  padding-top: 55px;
  text-align: center;
  font-size: 18px;
  color: #353535;
  position: relative;
}
.nav .menu p {
  font-size: 14px;
}
.nav .menu .active a {
  color: #56bde5;
  height: 72px;
  border-bottom: 8px solid #56bde5;
  background: #e6e6e6;
}

.bubble {
  height: 24px;
  line-height: 24px;
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  box-shadow: 0 5px 5px #ccc;
  background: #ff6326;
  position: absolute;
  top: 15px;
  right: -10px;
}

.bubble:before {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  border: 3px solid #ff6326;
  border-color: #ff6326 transparent transparent #ff6326;
  transform: rotate(5deg);
}

/*.slide-box*/
.slide-box {
  width: 100%;
  height: 500px;
  position: relative;
}

.slide-box .slide_bd {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.slide_bd li {
  position: absolute;
  top: 0;
  display: none;
}

.slide_bd li,
.slide_bd li a {
  display: block;
  width: 100%;
  height: 500px;
}

.slide-nav {
  width: auto;
  height: 20px;
  line-height: 20px;
  padding: 2px 12px;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 20px;
  left: 50%;
  border-radius: 15px;
  z-index: 6;
}

.slide-nav li {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  line-height: 99px;
  overflow: hidden;
  border-radius: 50%;
  background: #434343;
  *display: inline;
  *zoom: 1;
}

.slide-nav li:hover,
.slide-nav .active {
  margin: 0 3px;
  border: 3px solid #fff;
  border: 3px solid rgba(255, 255, 255, 1);
  background: #03b4f5;
}


.footer {
  margin-top: 60px;
  background: #494949;
  text-align: center;
  font-size: 14px;
  padding: 30px 0;
  line-height: 30px;
  color: #999;
}

.footer a {
  color: #56bde5;
}

.footer .footer_con1 li {
  display: inline-block;
}

.footer .footer_con1 li a {
  color: #fff;
  margin: 0 28px;
}
.g-tit {
  height: 52px;
  line-height: 20px;
  color: #333;
  margin: 20px 0;
  position: relative;
  border-bottom: 2px solid #e6e6e6;
}

.g-tit-main {
  display: inline-block;
  height: 52px;
  border-bottom: 2px solid #56bde5;
}

.g-tit .icon {
  display: inline-block;
  width: 30px;
  height: 44px;
  vertical-align: top;
}

.g-tit .txt {
  display: inline-block;
}

.g-tit .cn {
  font-size: 16px;
}
.icon {
  background: url('../images/index_csp.png');
  background-repeat: no-repeat;
}
.g-tit .i-fire {
  background-position: 0 -88px;
}
.i-news {
  background-position: 0 -262px;
}

.i-gift {
  background-position: 0 -305px;
}

.i-serv {
  background-position: 0 -348px;
}
.i-open {
  background-position: 0 -218px;
}

.sidebar{
	position: fixed;
	right: 20px;
	bottom: 100px;
	background: #fff;
	width: 50px;
  height: 152px;
	border-radius: 4px;
	box-shadow: 0 4px 8px #e0e0e0;
}
.sidebar li {
	cursor: pointer;
	height: 50px;
	width: 50px;
	margin: 0 auto;
	background: url(../images/sidebar.png) no-repeat;
	border-bottom:1px solid #ededed;
}
.sidebar li:nth-child(1){
	
	background-position: 0 0;
	position: relative;

}
.sidebar li:nth-child(1):hover{
	background-position: -50px 0;
	
}
.sidebar li:nth-child(1):hover .wechat-code{
	display: block;
}
.sidebar li:nth-child(2){
	background-position: 0 -50px;
}
.sidebar li:nth-child(2) a{
	display: block;
	width: 100%;
	height: 100%;
}
.sidebar li:nth-child(2):hover{
	background-position: -50px -50px;
}
.sidebar li:nth-child(3){
  border-bottom: 0 none ;
	background-position: 0 -100px;
}
.sidebar li:nth-child(3):hover{
	background-position: -50px -100px;
}
.totop{
	display: block;
	width: 100%;
	height: 100%
}
.wechat-code{
	display: none;
	width:172px;
	height:161px;
	position: absolute;
	z-index: 14;
	right:92px;
	transition: all cubic-bezier(.22, .58, .12, .98) .2s;
	-webkit-transform-origin: 80% 0;
	-ms-transform-origin: 80% 0;
	transform-origin: 80% 0;
	-webkit-animation: scale-in-ease cubic-bezier(.22, .58, .12, .98) .5s;
	animation: scale-in-ease cubic-bezier(.22, .58, .12, .98) .5s;
}
@keyframes scale-in-ease { 0% { opacity:0; -webkit-transform:scale(0); transform:scale(0) } 50% { -webkit-transform:scale(1.1); transform:scale(1.1) } 100% { opacity:1; -webkit-transform:scale(1) perspective(1200px); transform:scale(1) perspective(1200px) } }


.user-pop{
	width: 100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 99;
	background:rgba(0,0,0,0.6);
	display: none;
}
.login_pop_inner{
	width:340px;
	height:300px;
	background: #fff;
	position: absolute;
	left: 50%;
	border-radius: 8px;
	margin-left: -180px;
	top:30%;
}
.regist_pop_inner{
    width: 390px;
    height: 453px;
    background: #fff;
    position: absolute;
    left: 50%;
    border-radius: 8px;
    margin-left: -195px;
    top: 24%;
}
.closed{
	width: 36px;
	height: 36px;
	position: absolute;
	right: -15px;
	top: -15px;
	transition: all ease-out 150ms;
	background: url(../images/closed.png) no-repeat;
}
.closed:hover{
	transform: rotate(90deg);
	background: url(../images/closed2.png) no-repeat;
	cursor: pointer;
}
.login_title{
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
  width: 100%;
  font-size: 18px;
	border-radius: 8px 8px 0 0;
}
.form{
	width:280px;
	margin:0 auto ;
}
.input_border{
	height: 40px;
	border-bottom:1px solid #ededed;
	width: 100%;
	margin-top: 10px;
}
.input_border i{
	line-height: 40px;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 16px;
}
.input_border .cancel{
	color: #d0d0d0;
	position: relative;
	top:1px;
	cursor: pointer;
	display: none;
}
.input_border input{
	font-size: 14px;
	height: 39px;
	line-height: 39px;
  width: 180px;
  border: none;
  background: none;
  outline: none;
  vertical-align: top;
}
.next_forget{
	height:18px;
	width: 100%;
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.next_forget a{
	color:#059ef5;
}
.next_forget a:hover{
	color: #059ef5;
	text-decoration: underline;
}
.next_forget label{
	cursor: pointer;
}
.r_checkbox{
	position: relative;
	top: 2px;
  margin-right: 4px;
  vertical-align: text-top;
}
.tips{
	display: inline-block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #ed423e;
	font-size: 14px;
}
.submit{
	width: 100%;
	overflow: hidden;
	background: #32b0f8;
	margin-top: 3px;
	border-radius: 4px;
}
.submit:hover{
	background: #059ef5;
	
}
.submit input{
  display: block;
	height: 40px;
	line-height: 40px;
	width: 100%;
	cursor: pointer;
  color:#fff;
  -webkit-appearance: none;
  background: none;
  font-size: 18px;
}

.regist_list{
	text-align: center;
	font-size: 14px;
	padding-top: 16px;
}
.regist_list a{
	color: #059ef5
}
.regist_tab{
  width: 280px;
	margin:6px auto 0;
	overflow: hidden;
}
.regist_tab li{
	float: left;
	width: 140px;
	text-align: center;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	background: #eee;
  border-radius: 4px;
  list-style: none;
}
.regist_tab li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #999
}
.regist_tab .cur{
	background: #fff
	
}
.regist_tab .cur a{
	color: #059ef5
}
.check_code{
	cursor: pointer;
	width: 88px;
	float: right;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #32b0f8;;
	color:#fff;
	border-radius: 4px;
	margin-top: 5px;
	margin-right: 5px
}
#verify_code{
	cursor: pointer;
	width: 88px;
	float: right;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #32b0f8;;
	color:#fff;
	border-radius: 4px;
	margin-top: 5px;
	margin-right: 5px
}
#check_code_email{
	cursor: pointer;
	width: 88px;
	float: right;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #32b0f8;;
	color:#fff;
	border-radius: 4px;
	margin-top: 5px;
	margin-right: 5px
}
.input_border .check_input{
	width: 100px;
}
.pages { text-align: center; margin: 20px 0;}
.pages a { display: inline-block; vertical-align: top; padding: 5px 12px; border-radius: 3px; background: #f3f3f3; margin: 5px;}
.pages .active { color: #fff; background: #56bde5;}
.pages .active:hover { color: #fff!important;}

.w-form { font-size: 14px;}
.w-form .w-item{height:36px;min-height:36px;margin:15px 0;line-height:36px;}
.w-form .w-item .w-label{width:90px;height:36px;line-height:36px;padding-right:10px;text-align:right;float:left}
.w-form .w-item .w-input,.w-form .w-item .w-input-m,.w-form .w-item .w-input-s,.w-form .w-item .w-button{width:288px;height:14px;line-height:14px;border:0 none;border:1px solid #c5c5c5;-webkit-border-radius:5px;border-radius:5px;padding:10px 15px;font-family:'microsoft yahei';float:left; font-size: 14px;box-shadow: inset 0 0 8px #e8e8e8;}
.w-form .w-item .w-input-m{width:160px}
.w-form .w-item .w-input-s{width:160px}
.w-form .w-item .w-button { width: auto; height: 36px; line-height: 36px; padding: 0 15px;}
.w-form .w-item .w-button:hover { background: #e8e8e8;}
.w-form .w-item .w-div{width:320px;height:auto;min-height:36px;line-height:36px;font-size: 12px;float:left;position:relative;}
.w-form .w-item .w-div input[type=checkbox] { margin-top: -4px;}
.w-form .w-item .w-tips{color:#9fa0a0;padding-left:15px;float:left}
.w-form .w-item .w-submit{width:320px;height:44px;font:14px/44px 'microsoft yahei';border:0 none;cursor:pointer;-webkit-border-radius:5px;border-radius:5px;color:#fff;background:linear-gradient(#0bbafb,#4285ec)}
.w-form .w-item .w-submit:hover { background:linear-gradient(#4285ec,#0bbafb)}
.w-form .w-item .w-tips .error{ width: auto; color:#fe0202; padding-left: 24px; background-position: -50px -90px;}
.w-form .w-item .w-tips .correct{ display:inline-block; vertical-align: top; width: 36px; height: 36px; background-position: 0 -90px;}
.color-disable{color: #999;background: #eee;!important;}
.color-disable:hover{color: #999;}
.no{display: none;}
.topbar .tab-user a,.topbar .tab-user span{color: #3fb2e8;}