@charset"utf-8";
 
/* CSS Document */
 
/****************************
 * version:1.0
 * By:landry
 * Date:2015-07-15
 *
 */
 
/*大体架构
 ----------*/
 body, html {
    color: #252324;
    font-family:'Helvetica', 'Microsoft YaHei';
    width: 100%;
    font-size:0;
}
body {
    position: relative;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1024?"1024px":"");
}
}
.container {
    position: relative;
    margin: 0 auto;
    min-width: 1000px;
}
img {
    border: 0;
    vertical-align: middle;
    display:block;
    width: 100%;
}
a {
    text-decoration:none;
    color: #252324;
}
a:hover {
    color:#303030;
}
/*颜色值
 --------------*/
 .orange {
    color: #ffbd97;
}
.blue {
    color: #87cbff;
}
/*层级*/
 .z-index {
    z-index: 9;
}
/*清除浮动
 --------------*/
 .clear {
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
    font-size: 0;
    overflow: 0;
    clear: both;
    line-height: 0;
}
.clearfix {
    zoom: 1;
    _height: 1px
}
.clearfix:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
/*清楚文字内容
 --------------*/
 .txtIndent {
    text-indent: -9999em;
}
/*用于seo不显示的内容
 --------------*/
 .seo {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
}
.seo, .hideImg {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
}
.hideImg {
    overflow: hidden;
}
.hideImg img {
    width: 0;
    height: 0;
    overflow: hidden;
}
/*左浮动和右浮动
 --------------*/
 .float_l {
    float: left;
}
.float_r {
    float: right;
}
.float_r, .float_l {
    _display: inline;
}
/*灰遮罩*/
 .cover {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.61;
    filter: alpha(opacity=61);
    text-indent: -1000px;
    overflow: hidden;
}
.layer-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(./images/cover01.png) repeat;
    overflow:hidden;
    overflow-y:scroll;
}
/**头部**/
 .header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background:url(../images/cover.png) repeat;
}
.header .head {
    max-width: 1186px;
    height: 83px;
    margin: 0 auto;
    position: relative;
}
.header .logo {
    padding: 13px 0 17px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 184px;
}
.nav {
    line-height: 83px;
    margin: 0 auto;
    text-align: center;
}
.nav li {
    display: inline-block;
    *display: inline;
    _display: inline;
    padding: 0 5px;
    position: relative;
}
.nav .name {
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 0 10px;
}
.nav .name:hover,
.nav .active .name,
.nav .active1 .name{
	background: #3cbde5;
	color: #000;
}
.subnav {
    top: 83px;
    left: 5px;
    position: absolute;
    background: url(./images/nav.png) no-repeat;
    padding: 13px 0 0 17px;
    width: 785px;
    display: none;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.nav li:hover .subnav{
	display: block;
}
.subnav .cont{
	background: #3CBDE5;
	line-height: 40px;
}
.subnav .cont a{
	color: #fff;
	font-size: 18px;
	padding: 0 20px;
	line-height: 40px;
	display: inline-block;
	float: left;
}
.subnav .cont a:hover,
.subnav .cont a.active{
	color: #000;
}
.header-link {
    position: absolute;
    right: 0;
    top: 0;
    padding: 17px 0 0;
}
.header-link .btn {
    border: 3px solid #3DBCE5;
    color: #fff;
    width: 116px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    font-size: 22px;
    margin: 0 0 0 22px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
}
.header-link .btn02{
    background: #3DBCE5;
    color: #155265;
}
.header-link .btn:hover,
.header-link .btn.active{    
    background: #3DBCE5;
    color: #fff;
}
.header .navbar-toggle {
    background: none;
    border: none;    
    position: absolute;
    top: 0;
    right: 8px;
    margin: 17px 0 0 0;
    display: none;
    padding: 0;
    z-index:999;
}
.header .navbar-toggle .icon-bar {
    width: 28px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    margin: 0 0 5px 0;
    display: block;
}


/*底部*/
 .footer {
    background: #000;
    width: 100%;
    position: relative;
    z-index: 8;
    padding: 20px 0;
    overflow: hidden;
}
.footer .foot {
    line-height: 36px;
    max-width: 1168px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
}
.footer .foot a{
	color: #fff;
}
.footer .f-box{
	float: left;
	width: 100px;
	margin: 0 4.28% 0 0;
}
.footer .f-box05 .ico{
    background: url(../images/ico_12.png) left 9px no-repeat;
    display: block;
    padding: 0 0 0 23px;
    cursor: default;
}
.footer .f-box05 .email{
    background-position: 0 -63px;
}
.footer .f-box05 .online{
    background-position: 0 -27px;
    cursor: pointer;
}
.footer .icon {
    background: url(../images/share.png) 0 2px no-repeat;
    padding: 0 0 0 37px;
    display: block;
}
.footer .sina{
    background-position: 0 -30px;
}
.footer .tqq{
    background-position: 0 -66px;
}
.footer .f-box h2{
	line-height: 42px;
	font-size: 19px;
	border-bottom: 1px solid #fff;
	margin: 0 0 14px;
}
.footer .f-box h2 span{
	display: inline-block;
	border-bottom: 1px solid #fff;
}
.footer .f-box01{
	margin: 12px 6.9% 0 0;
	width: 130px;
}
.footer .f-box01 h3{
	padding: 0 0 8px;
}
.footer .f-box01 p{
	padding: 10px 0;
}
.footer .f-box05{
	width: 130px;
}
.footer .wx-box{
	float: right;
	width: 150px;
}

.footer .copyright{
	margin: 5% 0 0;
	font-size: 12px;
	text-align: center;
	width: 100%;
	float: left;
}

#signin {
    width: 256px;
    padding: 25px 18px 38px;
    top: 83px;
    background: rgba(0,0,0,0.8);
    border-color: #ddd;
    box-shadow: none;
    position: absolute;
    right: 144px;
    display: none;
}
::-webkit-input-placeholder {
    color:   #3B3B3B;
}
:-moz-placeholder {
   color:    #3B3B3B;
   opacity:  1;
}
::-moz-placeholder {
   color:    #3B3B3B;
   opacity:  1;
}
:-ms-input-placeholder {
   color:    #3B3B3B;
}
.form-control,
select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #3B3B3B;
    vertical-align: middle;
    background-color: #B3B3B3;
    background-image: none;
    border: 1px solid #5A5A5A;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    font-family: inherit;
}
#pwd{
    margin: 0 0 5px;
}
.input-box{
   padding: 15px 0;
}
.header .checkbox {
  display: block;
  margin-bottom: 10px;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #fff;
}
.form-group{
    text-align: center;
}
.form-group .btn{
    font-family: 'Helvetica', 'Microsoft YaHei';
    width: 188px;
    margin: 20px auto 0;
    background: #3DBCE5;
}
.forget_password{
  float: right;
  font-size: 14px;
  color: #fff;
  margin-top:0;
}
.forget_password:hover{
    color: #fff;
    text-decoration: underline;
}

.close-signin {
    width: 19px;
    height: 15px;
    display: inline-block;
    background: url("../images/close-signin.png") 0 0 no-repeat;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 4px;
    margin-right:0;
    margin-top:0;
}

.text-center {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 20px 0 0;
}
.text-center img{
    width: auto;
    max-width: 150px;
    cursor: pointer;
    margin: 0 auto;
}
.text-center .arrow_up,
.form-group.active .arrow_down{
    display: none;
}
.form-group.active .arrow_up{
   display: block;
}