@charset "utf-8";
 html {
   font-size: 62.5%;
}
@media only screen and (min-width: 481px){
   html {
       font-size: 94%!important;
   }
}
@media only screen and (min-width: 561px){
   html {
       font-size: 109%!important;
   }
}
@media only screen and (min-width: 641px){
   html {
       font-size: 125%!important;
   }
}
@media only screen and (min-width: 768px){
	html {
		font-size: 150% !important;
	}
}
@media only screen and (min-width: 992px){
	html {
		font-size: 170% !important;
	}
}
@media only screen and (min-width: 1200px){
	html {
		font-size: 187.5% !important;
	}
}
body{
   position: relative;
   height: 100%;
   min-width: 320px;
   color: #001941;
   font-family: "Microsoft Yahei";
   font-size:15px;
   line-height: 1.8em;
   overflow-x: hidden;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after { clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
a{
	color: #000;
}
a:hover{
	text-decoration: none;
	color: #0290DD;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
p{
	margin-bottom: 0px;
}
header{
    z-index: 4;
    background:#fff;
    padding: 15px 4%;
    text-align: center;
}
.company-logo img{
	height: 60px;
}
.call button{
	width: 100px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	border:1.5px solid #f2ce3b;
	background:#fff;
	color: #000;
	margin-left: 5px;
	margin-top: 8px;
}
.call button:hover,.call button.on{
	background-color: #f2ce3b;
	color: #fff;
}
.nav,.nav li{
	display: inline-block;
}
.nav li a{
	padding: 10px 0.8rem;
	color: #000;
}
.nav li a:hover,.nav li.on a{
	background: none;
	color: #f2ce3c;
}
.banner-info{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%); 
    color: #fff;
    text-align: right;
    max-width: 1200px;
    width: 100%;
}
.banner-info-l{
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	/*text-align: left;*/
	max-width: 360px;
	text-align: center;
	float: left;
	margin-top: 2rem;
}
.banner-info-l h4{
	margin-top: 0.8rem;
}
.banner-info-l h4:after,.banner-info-l h4:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 1px;
	background: #fff;
}
.banner-info-l span{
	display: inline-block;
	margin: 0px 12px;
	color: #bfe1ff;
}
.upload-btn{
	background: #f2ce3b;
	height: 56px;
	line-height:56px;
    text-align: center;
    color: #fff;
    border:0;
    width:360px;
    border-radius: 5px;
    margin-top: 1.5rem;
    cursor: pointer;
}
.id-title{
	text-align: center;
	font-size: 36px;
	margin-bottom: 1rem;
}
.id-title p{
	color: #a6acbc;
	font-size: 16px;
}
.qk-list li h4{
	color: #000;
}
.qk-list li{
	text-align: center;
	padding: 1.5rem 0.5rem;
	width: 20%;
	float: left;
}
.qk-list li a{
	display: block;
}
.qk-list li img{
	height: 48px;
}
.qk-list li .on{
	display: none;
}
.qk-list li:hover{
    background-color: #f2ce3b;
    color: #fff;
}
.qk-list li:hover p,.qk-list li:hover h4{
	color: #fff;
}
.qk-list li:hover img{
	display: none;
}
.qk-list li:hover .on{
	display: inline-block;
}
.qk-list li h4{
	font-weight: 600;
}
.qk-list li p{
	color: #a6acbc;
	font-size: 14px;
}
.qk-list li em{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat !important;
	background-position: 0 0 !important;
}
.qk-list li:hover em{
	background-position: 0 -50px !important;
}
.item{
	padding: 2rem 0;
	background: #fff;
	overflow: hidden;
}
.item2{
	height: 480px;
	background: url(../images/laitou.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow:visible;
}
.item2 .container{
	position: relative;
}
.item2-block{
	background: #f2ce3b;
	padding: 1rem 1.5rem 2.5rem 1.5rem;
	max-width:400px;
	color: #fff;
	position: absolute;
	top: 174px;
	left: 0%;
}
.item2-block h2{
	font-weight: 600;
	line-height: 1.8em;
}
.item2-block em{
	display: block;
	width: 34px;
	height: 3px;
	background: #fff;
	margin:1.5rem 0;
}
.item2-block p{
	text-align: justify;
	font-size: 16px;
}
.item3{
	background: url(../images/item3bj.jpg) left center no-repeat;
	background-size:cover;
}
.item1{
	background: #F5F5F5;
}
@keyframes mymove{
    from {
        box-shadow: 
        0 0 0 1px rgba(242,206,59,0.8)
    }
    to {
        box-shadow: 
        0 0 0 6px rgba(242,206,59,0.1)
    }
}
.youshi-box{
	width: 832px;
	height: 491px;
	background: url(../images/ball.png) center center no-repeat;
	margin: 6.5rem auto 4.5rem auto;
	position: relative;
}
.youshi-box h3{
	max-width: 250px;
	text-align: center;
	color: #f2ce3b;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
    line-height: 1.3em;
}

.youshi{
	position: absolute;
}
.youshi:before{
	content: "";
	width: 13px;
	height: 13px;
	background: #f2ce3b;
	box-shadow: 1px 1px 6px #f2ce3b,-1px -1px 6px #f2ce3b;
	border-radius: 100%;
	position: absolute;
	animation:mymove 1s infinite;
    -moz-animation:mymove 1s infinite; /* Firefox */
    -webkit-animation:mymove 1s infinite; /* Safari and Chrome */
    -o-animation:mymove 1s infinite; /* Opera */
}
.youshi1:before{
	top: -8px;
	right: -25px;
}
.youshi2:before{
	top: -16px;
	right: -3px;
}
.youshi3:before{
	top: 15px;
	left: -25px;
	display: block;
}
.youshi4:before{
	top: 60px;
	left: -82px;
}
.youshi5:before{
	top: -11px;
	left: -2px;
}
.youshi h4{
	color: #000;
	font-weight: 600;
}
.dsp-item2 .youshi-box h4{
	color: #fff;
}
.youshi3 h4,.youshi:hover h4{
	color: #f2ce3b;
}
.youshi:hover:before{
	display: block;
}
.youshi1{
	top:80px;
	left:-135px;
	text-align: right;
	max-width: 240px;
}
.youshi2{
	top:380px;
	left: -190px;
	max-width: 200px;
	text-align: right;
}
.youshi3{
	top:-17px;
	right: -40px;
	max-width: 225px;
}
.youshi4{
	top:130px;
	right: -145px;
	max-width: 285px;
}
.youshi5{
	top:410px;
	right: -190px;
	max-width: 200px;
}
.tel-youshi{
	display: none;
}
.tel-youshi li h4{
	font-weight: 600;
}
.tel-youshi li p{
	color: #606060;
	min-height: 75px;
}
.tab-type{
	margin-bottom: 2rem;
	margin-top: 1.5rem;
}
.tab-type span{
	display: inline-block;
	width:20%;
	float: left;
	text-align: center;
	font-size: 32px;
	line-height: 0.7em;
	cursor: pointer;
}
.tab-type span em{
	color: #a6acbc;
	font-size: 40px;
	display: block;
}
.tab-type span div{
	display: inline-block;
	position: relative;
	z-index: 1;
}
.tab-type span div:after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 8px;
	background: #f2ce3b;
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: -1;
	display: none;
}
.tab-type span:hover div:after,.tab-type span.on div:after{
	display: block;
}
.tab-box{
	overflow: hidden;
}
.tab-item{
	text-align: right;
	position: relative;
	display: none;
}
.tab-item .info{
	position: absolute;
	width: 35%;
	top:20%;
	left: 0;
    z-index: 2;
    background: rgba(255,255,255,0.9);
    padding:1.5rem;
    text-align: left;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1),-2px -2px 8px rgba(0,0,0,0.1);
}
.tab-item .info p{
	color: #a6acbc;
}
.tab-item .info em{
	display: block;
	width: 80px;
	height: 3px;
	background: #f2ce3b;
	margin: 1rem 0;
}
.resources-list{
	margin: 1.5rem 0 0rem 0;
}
.resources-list li{
	width: 16.74%;
	float: left;
	border:1px solid #F0F0F0;
	height: 105px;
	margin-bottom: -1px;
	margin-right: -1px;
	overflow: hidden;
	text-align: center;
}
.resources-list li:before{
	content: "";
	width: 0px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.resources-list li img{
   vertical-align: middle;
   max-height: 85px;
   transition: All 0.5s ease-in-out;
    /*--webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;*/
}
.resources-list li:hover img{
	/*-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: normal;*/
	-webkit-transform: scale(1.1);	
	-moz-transform: scale(1.1) ;	
	-ms-transform: scale(1.1);	
	transform: scale(1.1) ;
}
.footer{
	background: #00112c;
	color: #fff;
	border-top: 1px solid #fff;
	overflow: hidden;
}
.footer-list{
	min-height: 225px;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	padding-right: 2rem;
}
.yq-link{
	border-top: 1px solid #fff;
	padding: 1rem 0;
}
.yq-link a{
	color: #fff;
	display: inline-block;
	margin-right: 0.8rem;
}
div.footer-list:last-child{
	padding-right: 0;
}
.footer-list a,.footer-list p{
	display: block;
	margin-top: 0.7rem;
	color: #fff;
}
.footer-title{
	font-size: 18px;
	border-bottom: 1px solid #fff;
	margin-bottom: 1rem;
	max-width: 160px;
}
.footer-title span{
	display: inline-block;
	border-bottom: 2px solid #fff;
	padding-bottom: 0.5rem;
}
.footer-bottom{
	padding: 15px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	color: #000;
}
.web-nav{
	background: #fff;
}
.qk-type{
	padding: 15px 0;
	overflow:auto;
	overflow-y:hidden;
	display: flex;
	max-width: 100%;
	align-items:left;
}
.qk-type a{
	color: #a6acbc;
	display: block;
	padding: 3px 0.7rem;
	text-align: center;
	margin-right: 5px;
	white-space: nowrap;
}
.qk-type a.on,.qk-type a:hover{
	background: #f2ce3b;
	color: #fff;
	border-radius: 30px;
}
.qklb-list li>div>img{
	float: left;
	margin-right: 15px;
	width: 182px;
	height: 270px;
}
.qklb-list li>div{
	background: #fff;
	border-radius: 5px;
	padding: 15px;
}
.qklb-list li{
	margin-top: 25px;
}
.qklb-list li h4{
	border-bottom: 1px solid #F2CE3B;
	color: #000;
	padding-bottom: 12px;
	font-weight: 600;
	margin-top: 0;
}
.qklb-list li h4 a{
	display: inline-block;
	float: right;
	border-radius: 5px;
	color: #fff;
	background:#f2ce3b;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 500;
}
.qklb-list li h4 span{
	color: #a6acbc;
	font-size: 16px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.qklb-list li h4 span img{
	vertical-align: middle;
	margin-top: -2px;
}
.qklb-list li .info{
	width: 340px;
	float: right;
	/*color: #a6acbc;*/
	font-size: 14px;
	line-height: 1.4em;
	height: 276px;
	overflow: hidden;
}
.qklb-list li .fanwei{
	margin-bottom: 5px;
	/*max-height: 60px;
	overflow: hidden;*/
}
.qklb-list li .abstract{
	background: #f5f5f5;
	padding:8px 10px;
	font-size: 13px;
}
.qklb-list li .abstract>div{
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.main{
	background: #F5F5F5;
}
.more{
	text-align: center;
	color: #f2ce3b;
	margin:1.5rem 0;
	cursor: pointer;
}
.new-list li a{
	display: block;
	color: #000;
	transition: all 0.5s;
	margin-top: 0.8rem;
}
.new-list li h4{
	height: 50px;
	line-height: 1.4em;
}
.new-list li .pic{
	overflow: hidden;
}
.new-list li img{
	transition: all 0.5s;
	width: 100%;
	height:200px;
}
.new-list li .info{
	background: #fff;
	padding: 10px 15px 15px 15px;
}
.new-list li p{
	line-height: 1.5em;
	font-size: 14px;
	min-height: 42px;
}
.new-list li .scline{
	width: 40px;
	height: 2px;
	background: #f2ce3b;
	display: block;
	transition: all 0.5s;
	margin-bottom: 10px;
}
.new-list li .date{
	display: none;
}
.new-list li .date,.new-list li p{
	color: #a6acbc;
}
.new-list li a:hover{
    box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
}
.new-list li a:hover .scline{
	width: 100%;
}
.new-list li a:hover img{
    -webkit-transform: scale(1.1);	
	-moz-transform: scale(1.1) ;	
	-ms-transform: scale(1.1);	
	transform: scale(1.1) ;
}
.new-info{
	background: #fff;
	margin: 1rem 0;
	padding: 1rem;
}
.new-info-top{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 1rem;
}
.new-info-top span{
	display: inline-block;
	margin-right: 15px;
}
/*弹窗*/
.layer{
	background: rgba(0,0,0,0.8);
	position:fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: none;
}
.login-wrap{
	width: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.login-box{
	padding: 30px;
}
.login-type{
	font-size: 16px;
	margin-bottom: 20px;
}
.login-type span{
	display: inline-block;
	margin-right: 1rem;
	padding-bottom: 10px;
	cursor: pointer;
}
.login-type span.on,.login-type span:hover{
	border-bottom: 2px solid #f2ce3b;
}
.login-form input[type=text],.login-form input[type=submit],.login-form input[type=password]{
	width: 100%;
	padding: 0px 15px;
	line-height: 50px;
	border-radius:10px;
	background: #eee;
	border:0;
	color: #a6acbc;
}
.login-form input[type=submit]{
	background: #f2ce3b;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	margin-top: 10px;
}
.other-login a{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #b5b9bc;
	text-align: center;
	line-height: 20px;
}
.other-login a:hover{
	background: #02C50F;
}
.login-tab{
	background: #eeeeee;
	line-height: 50px;
	text-align: center;
	border-radius: 0px 0px 5px 5px;
	cursor: pointer;
	margin-top: 0.5rem;
}
.close-btn{
	position: absolute;
	top: 15px;
	right: 20px;
	cursor: pointer;
}
.form-tab{
	display: none;
}
.form-group{
	position: relative;
}
.login-form input[type=checkbox]{
	margin-top: 7px;
}
.js-phonecode-box{
	position: absolute;
	top: 13px;
    right: 15px;
    font-size: 14px;
    color: #9199a1;
    line-height: 24px;
}
.js-signin-send{
	cursor: pointer;
	color: #00a1d8;
}
.register,.register-btn{
	display: none;
}
.user-avatar{
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.user-avatar img{
	width: 50px;
	height: 50px; 
	border-radius: 100%;
}
.user-avatar:hover .down-menu-box{
	display: block;
}
.down-menu-box{
	position: absolute;
	top: 100%;
	background: #FFFFFF;
	left: -100%;
	z-index:4;
	padding-top: 15px;
	display: none;
}
.down-menu-box:before{
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin: -10px;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: auto;
}
.down-menu{
	background: #FFFFFF;
	box-shadow: 0 5px 20px rgba(26,26,26,.3);
	padding: 10px;
	width: 150px;
	position: relative;
}
.down-menu a{
	display: block;
	color: #76839B;
	line-height: 36px;
	text-align: left;
	padding: 0px 15px;
}
.down-menu a i{
	display: inline-block;
	margin-right: 10px;
}
.user-center{
	background: #F5F5F5;
	padding: 1rem 0;
}
.user-l,.user-pic,.user-r{
	background: #ffffff;
}
.user-pic{
	margin-bottom:15px;
	padding: 15px;
	font-size: 14px;
	color: #a6acbc;
}
.user-pic b{
	color: #000;
	font-weight: 500;
}
.user-pic img{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 15px;
	cursor: pointer;
}
.user-l dl dt{
	/*background: #f1f1f1;*/
	padding: 15px;
	color: #76839B;
	border-bottom: 1px solid #E9E9E9;
}
.user-l dl dt i{
	display: inline-block;
	margin-right: 10px;
}
.user-l dl dd a{
	display: block;
	padding: 12px 15px 12px 38px;;
	color: #a6acbc;
}
.user-l dl dd a.on,.user-l dl dd a:hover{
	color: #f2ce3b;
}
.user-r{
	padding: 15px;
	background: #fff;
	min-height: 605px;
}
.user-title{
	border-bottom: 1px solid #E9E9E9;
	color: #76839B;
	font-weight: 700;
	padding-bottom: 10px;
	padding-left: 18px;
	font-size: 18px;
	position: relative;
	margin-bottom: 1rem;
}
.user-title:before{
	content: "";
    width: 4px;
    height: 18px;
    background: #f2ce3b;
    position: absolute;
    left:0;
    top: 5px;
}
.user-title a{
	float: right;
	color: #fff;
	background: #f2ce3b;
	border-radius: 30px;
	padding: 2px 10px;
	font-size: 13px;
	font-weight: 500;
}
.form-box{
	display: inline-block;
	vertical-align: top;
	position: relative;
	max-width: 715px;
}
.notice{
	background-color: #f5f5f5;
	padding: 0.5rem;
	color: #a6acbc;
}
.user-form .form-group>span{
	width: 105px;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
	display: inline-block;
}
.user-form .form-group>span b{
	color: red;
}
.radio{
	display: inline-block;
	margin:5px 15px 0px 0px;
}
.change-pic{
	background: #fff;
	border:1px solid #f2ce3b;
	padding: 3px 12px;
	vertical-align: top;
	margin-top: 6px;
	font-size: 13px;
}
.w460{
	width: 400px;
}
.w140{
	width: 140px;
	margin-bottom: 1rem;
}
.form-title{
    color: #76839B;
	margin-bottom: 1rem;
	font-size: 16px;
	font-weight: 600;
	background:#f5f5f5;
	padding: 10px 15px;
}
.add-btn,.remove-btn{
	float: right;
	display: inline-block;
	background:#f2ce3b;
	color: #fff;
	border-radius:20px;
	padding:1px 12px;
	font-size: 14px;
	cursor:pointer;
	font-weight: 500;
}
.add-btn i,.remove-btn i{
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
}
.remove-btn{
	position: absolute;
	top: 5px;
	right: 0;
}
.add-author{
	border-top: 1px solid #E9E9E9;
	padding-top: 1rem;
	position: relative;
}
select.form-control{
	display: inline-block;
	margin-right: 15px;
}
.form-group{
	margin-bottom: 1rem;
}
textarea.form-control{
	height: 140px;
}
.user-form input[type=submit],.btn-success{
	background: #f2ce3b;
	border:0;
	color: #fff;
	padding:6px 1rem;
	margin-left: 90px;
	margin-bottom: 1.5rem;
	min-width: 80px;
	border-radius: 30px;
}
.btn-success{
	margin-bottom: 0;
}
.user-form input[type=file]{
	display: inline-block;
}
.book-type{
	background: #F5F5F5;
	padding: 15px;
	margin-bottom: 1rem;
}
.book-type span{
	display: inline-block;
	/*margin: 0px 5px;*/
	padding: 2px 0.7rem;
	cursor: pointer;
	position: relative;
}
.book-type span em{
	display: inline-block;
	padding: 0px 5px;
	background: #f2ce3b;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 20px;
}
/*.book-type span.on,.book-type span:hover{
    background: #f2ce3b;
    color: #fff;
    padding: 2px 0.5rem;
    border-radius: 20px;
}*/
.book-type span.on a,.book-type span:hover a{
	display: block;
	color: #ffc107;
}
.book-info span{
	display: inline-block;
	margin-right: 15px;	
}
.book-info{
	background-color: #F5F5F5;
	padding: 10px 15px;
	border-bottom: 1px solid #E9E9E9;
}
div.book-info:last-of-type{
	border-bottom: 0;
}
.book-info .h4{
	font-weight: 600;
	font-size: 16px;
	margin-top: 5px;
}
.book-info .status{
	background: #f5f5f5;
	border-radius:25px;
	padding: 2px 12px;
}
.book-list li{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	padding-left: 15px;
	padding-right: 15px;
}
.book-list li p{
	line-height: 1.5em;
	color: #a6acbc;
	margin-top: 10px;
}
.book-title span{
	color:#76839B;
}
.book-title .status{
	background: #F2CE3B;
	color: #fff;
	border-radius: 15px;
	padding: 5px 12px;
	display: inline-block;
	font-size: 13px;
	margin-left: 15px;
}
.book-title em{
	font-size: 15px;
	display: inline-block;
	vertical-align: bottom;
}
.contact-info{
	margin-top: 10px;
}
.contact-info span{
	display: inline-block;
	margin-right: 15px;
}
.book-title .go{
	float: right;
	display: inline-block;
	border-radius: 20px;
	background: #F2CE3B;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	display: none;
}
.book-list li:hover .book-title .go{
	display: block;
}
.check-liucheng{
	position: relative;
	width: 665px;
	height: 67px;
	font-size: 0;
	margin: 0 auto;
}
.check-liucheng:before{
	content: "";
	width: 100%;
	height: 6px;
	background: #B9B9B9;
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
}
.check-liucheng span{
	margin-right: 5.3rem;
	text-align: center;
	float: left;
}
.check-liucheng span em{
   display: inline-block;
   width: 40px;
   height: 40px;
   border-radius: 100%;
   background: #DADADA;
   color: #fff;
   text-align: center;
   line-height: 36px;
   z-index: 2;
   font-size: 16px;
   font-weight: 600;
   position: relative;
}
.check-liucheng span p{
	color: #B9B9B9;
	font-size: 16px;
}
.check-liucheng span.on em{
	background: #F2CE3B;
}
.check-liucheng span.on p{
	color: #F2CE3B;
}
.check-liucheng span:first-child{
    margin-left: -15px;
}
.check-liucheng span:last-child{
	position: absolute;
	right: -21px;
	top: 0px;
	margin-right: 0;
}
.check-info{
	text-align: center;
	padding: 2rem 0;
}
.check-info .statu-form{
	display: inline-block;
	text-align: left;
	min-width: 460px;
}
.check-type{
	margin-bottom: 1rem;
}
.check-tab{
	display: none;
}
.download-btn{
	background: #f2ce3b;
    border: 0;
    color: #fff;
    padding: 6px 1rem;
    min-width: 80px;
    border-radius: 30px;
}
.statu-btn a{
	display: inline-block;
	margin-right: 15px;
	color: #f2ce3b;
	margin-top:5px;
	cursor: pointer;
	position: relative;
	/*margin-right: -10px;*/
}
.statu-btn a em{
    font-size: 12px;
}
.review-down{
	background: #fff;
	box-shadow: 0 5px 20px rgba(26,26,26,.3);
	padding: 10px;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 140px;
	color: #a6acbc;
}
.review-down{
	display: none;
}
.statu-layer{
	background: rgb(0,0,0,0.6);
	position: fixed;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.statu-box{
	background: #fff;
	border-radius: 5px;
    padding: 1rem;
    width: 600px;
    position: absolute;
    left: 50%;
	top: 50%;
	-webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
}
.statu-form input[type=submit]{
	background: #f2ce3b;
    border: 0;
    color: #fff;
    padding: 6px 1rem;
    min-width: 80px;
    border-radius: 30px;
    margin-top: 0.5rem;
}
.statu-layer{
	display: none;
}
.coupon{
	max-width: 600px;
	margin: 1rem auto;
	text-align: center;
}
.coupon h3{
	text-align: center;
}
.coupon-info{
	background: #f5f5f5;
	padding: 0.5rem 1rem;
	border-radius: 10px;
	margin: 1rem 0;
	text-align: left;
	position: relative;
	color: #a6acbc;
}
.coupon-code{
	font-size: 40px;
	margin-top: 1rem;
	color: #f2ce3b;
}
.coupon-info:before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 0.4rem;
	top: 0.8rem;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #f2ce3b;
}
.coupon button{
	background: #f2ce3b;
    border: 0;
    color: #fff;
    padding: 6px 1rem;
    min-width: 80px;
    border-radius: 30px;
}
.pages{
	text-align: center;
	padding: 0rem 0 1rem 0;
}
.pages a{
	display: inline-block;
	width: 30px;
	/*height: 30px;*/
	border-radius: 3px;
	background-color: #F5F5F5;
	color: #777777;
	line-height: 30px;
	text-align: center;
	margin: 0 3px;
	vertical-align: middle;
}
.pages a:hover,.pages a.on{
	background-color: #f2ce3b;
	color: #fff;
}
.modify-info{
	background: #F5F5F5;
	padding: 15px;
	margin-top: 15px;
	color: #a6acbc;
}
.change-phone{
	background: #FAFBFC;
	margin-bottom: 15px;
	padding: 0.8rem 1rem;
}
.change-phone a {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 20px;
    background:#f2ce3b;
    color: #fff;
    margin-left: 1rem;
}
.form-box .js-phonecode-box{
	top: 6px;
}
.forget-password .pic,.forget-password h2{
	text-align: center;
}
.forget-password h2{
    margin-top: 30px;
}
.forget-password{
	max-width: 602px;
	margin: 0 auto;
	padding-top: 1rem;
}
.forget-password p{
	margin: 20px 0;
}
.forget-password .border{
	border:2px solid #f2ce3b;
}
.forget-password .form-control{
	margin:0 auto;
}
.forget-password .row>div{
	margin: 15px 0;
}
.forget-password .btn{
	background:#f2ce3b;
	color: #fff;
}
.forget-password .w50{
	margin: 0 auto;
	width: 50%;
}
.forget-password  .w50>div{
	width: 100%;
}
.forget-password .false{
	text-align: center;
}
.pay-tip{
	padding: 10px 1rem;
	background: #F5F5F5;
	color: #76839b;
	margin-bottom: 1rem;
}
.pay-tab span{
	display: inline-block;
	border: 1px solid #ddd;
	padding: 10px  15px; 
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
	margin-bottom: 1rem;
}
.pay-tab span.on,.pay-tab span:hover{
	border:1px solid #f2ce3b;
}
.pay-tab span img{
	height: 30px;
}
.pay-form .form-group>span{
	min-width: 80px;
	width: auto;
}
.pay-price {
	color: #f2ce3b;
}
.codeid{
	display: none;
}
.about{
	background:#f5f5f5;
	padding: 1rem 0;
}
.about-l,.about-r{
	background-color: #fff;
	padding: 1rem 0;
}
.about-nav li a{
   display: block;
   padding: 10px 2rem;
   color: #a6acbc;
}
.about-nav li:hover a,.about-nav li.on a{
	color: #f2ce3b;
}
.about-nav li.on a{
	border-left: 3px solid #f2ce3b; 
	background:#F5F5F5;
}
.about-r .title{
    font-size: 30px;
    border-bottom: 1px solid #dedfe4;
    text-align: center;
    color: #a6acbc;
    padding-bottom: 0.5rem;
    margin-top: 0;
}
.about-info{
	padding: 1rem;
}
.about-banner-info{
	text-align: center;
}
.about-banner-info h4{
	text-transform: uppercase;
	margin-top: 1rem;
}
.about-banner-info p{
	font-size: 18px;
}
.about-banner-info span{
	display: inline-block;
	border:1px solid #fff;
	margin: 10px;
	padding:5px 15px;
	border-radius: 5px;
	cursor: pointer;
}
.about-banner-info span:hover{
	background-color: #f2ce3b;
	color: #fff;
	border:1px solid #f2ce3b;
}
/*suspension*/
.suspension{
	position: fixed;
	right: 0px;
	top: 35%;
	z-index: 999;
}
.suspension li{
	position: relative;
	width: 48px;
	height: 48px;
	margin-bottom: 5px;
	cursor: pointer;
}
.suspension li span{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #B7B7B7;
    background-position: center center;
    background-repeat: no-repeat;
}
.suspension li span:hover{
	background-color: #f2ce3b;
}
.pop-qq{
	background-image: url(../../img/images/qq.png);
}
.pop-tel{
	background-image: url(../../img/images/tel.png);
}
.pop-code{
	background-image: url(../../img/images/code-icon.png);
}
.pop-top{
	background-image: url(../../img/images/top.png);
}
.pop-detail{
	position: absolute;
	width: 250px;
	top: 0px;
	right: 67px;
	border: 1px solid #ddd;
	background: #fff;
	z-index: 30;
	padding: 15px 18px;
	color: #3d3d3d;
	font-size: 13px;
	box-shadow: 0px 1px 1px rgba(165,165,165,0.35),-1px 0px 1px rgba(165,165,165,0.35);
	min-height: 48px;
	display: none;
}
.pop-detail a{
	display: inline-block;
	vertical-align: middle;
	border:1px solid #f2ce3b;
	padding: 5px 10px;
	border-radius: 2px;
	color: #f2ce3b;
	margin-left: 10px;
}
.tel-corner-back{
	border: 11px solid transparent;
    border-left: 11px solid #ddd;
    position: absolute;
    right: -22px;
    top: 13px;
    z-index: -1;
}
.tel-corner {
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: -19px;
    top: 14px;
    z-index: 10;
}
.pop-code-pic{
	width: 139px;
}
.pop-code-pic img{
	width: 100px;
	height: 100px;
	border:1px solid #ddd;
}
.pop-code-pic p{
	font-size: 12px;
	margin-bottom: 0px;
	line-height: normal;
	text-align: center;
	margin-top: 5px;
}
/*header*/
@media(min-width: 1200px){
	
} 
@media(max-width: 1200px){
	
}
@media(min-width: 992px) and (max-width: 1199px){
	
}
@media(min-width: 992px){
  
}
@media(max-width: 991px){
	
}
@media(min-width: 768px){
	
}
@media(max-width: 767px){
}
@media(min-width: 768px) and (max-width: 992px){

}
/*微信分享*/
.search-box{
	font-size: 0;
	padding-top: 1.5rem;
}
.search-box button,.sort-form button{
	background: #f2ce3b;
    border: 0;
    padding: 10px;
    font-size: 16px;
    vertical-align: middle;
}
.search-box button i,.sort-form  button i{
	font-size:20px;
	display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
}
.search-box input[type=text]{
	background: #fff;
	border:0;
	padding: 10px 15px;
	color: #a7a7a7;
	vertical-align: middle;
	min-width: 450px;
	font-size: 14px;
}
.sort-form{
	background: #fff;
	padding: 1rem;
	margin-top:1rem;
	border-radius: 5px;
}
.sort-form select{
    border:1px solid #ddd;
    border-radius: 5px;
    background: none;
    padding: 12px 5px;
    min-width: 130px;
    vertical-align: middle;
    margin:0 5px;
    cursor: pointer;
}
.sort-form input[type=text]{
    border:1px solid #ddd;
    border-radius: 5px;
    background: none;
    padding: 10px 10px;
    min-width:240px;
    vertical-align: middle;
    margin-right: 5px;
}
.sort-form button{
	color: #fff;
	border-radius: 5px;
	vertical-align: middle;
	margin-left: 5px;
	padding: 10px 38px;
}
