/* 基本元素重置 */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
}
.layout-user {
    height: 34px;
    line-height: 20px;
    padding: 7px 0;
    background: #FAFAFA;
    color: #999;
    min-width: 1200px;
}

.layout-user > .content {
    margin: 0 auto;
    position: relative;
}

.layout-user > .content .left-link {
    float: left;
}

.layout-user > .content .right-link {
    float: right;

}

.layout-user > .content .right-link a {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.logo {
    height: 54px;
}

.logo .content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.logo .contentNb {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.navbar {
    margin-bottom: 10px;
    min-width: 1200px
}

.navbar-default {
    background-color: #37B5F8;
    border-color: #37B5F8;
}

/* title */
.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: white;
}

/* link */
.navbar-default .navbar-nav > li {
    width: 108px;
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-size: 18px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: white;
    background-color: #258FC7;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: #258FC7;
}

.nav > li {
    float: left;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.container {
    min-width: 1200px;
    padding-left: 0px;
    padding-right: 0px;
}

.big {
    width: 35%;
    margin: 25px auto 8px auto;
    overflow: hidden;
}
.big>ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.big>ul>li{
    list-style: none;
    line-height: 26px;
    float: left;
    padding: 0px 10px;
    font-size: 14px;
    color: #adb2b7;
}
.big>ul>li>a{
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    color: #adb2b7;
}
.txt {
    text-align: center;
    line-height: 28px;
    color: #adb2b7;
}

.carousel-inner>.item{
    margin-block-start: 0px;margin-block-end: 0px;padding-inline-start: 15px
}

@font-face {
    font-family: 'iconfont';  /* project id 650174 */
    src: url('//at.alicdn.com/t/font_650174_9aisvhb1dwvcxr.eot');
    src: url('//at.alicdn.com/t/font_650174_9aisvhb1dwvcxr.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_650174_9aisvhb1dwvcxr.woff') format('woff'),
    url('//at.alicdn.com/t/font_650174_9aisvhb1dwvcxr.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_650174_9aisvhb1dwvcxr.svg#iconfont') format('svg');
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clearfix:after{ content:" "; display:block; height:0; clear:both;}
.clearfix{ zoom: 1;}
.Cred {color: #FA7252;}
.hide {display: none;}
input::-webkit-input-placeholder{color:#B4B4B4;font-weight: 100;}
input::-moz-placeholder{color:#B4B4B4;font-weight: 100;}
input:-moz-placeholder{color:#B4B4B4;font-weight: 100;}
input:-ms-input-placeholder{color:#B4B4B4;font-weight: 100;}
.loginBox {
    width: 100%;
    height: 295px;
    padding: 35px 30px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
}



.loginBox .formDiv {
    margin-top: 0px;
    font-size: 16px;
}

.loginBox .formDiv input[type=text],
.loginBox .formDiv input[type=password] {
    margin-bottom: 20px;
    width: 318px;
    height: 42px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    box-shadow: 1px 5px 6px 0px rgba(236, 236, 236, .5);
    padding: 5px 5px 5px 40px;
    font-size: 16px;
}

.loginBox .formDiv input[type=text]:focus,
.loginBox .formDiv input[type=password]:focus {
    border-color: #37B5F8;
}

.loginBox .formDiv label {
    position: relative;
}

.loginBox .formDiv label i.iconfont {
    color: #D4DEE7;
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.loginBox .formDiv input[type=text]:focus + i.iconfont,
.loginBox .formDiv input[type=password]:focus + i.iconfont {
    color: #37B5F8;
}

.loginBox .formDiv .pwdOper {
    font-weight: 300;
    margin-bottom: 30px;
}

.loginBox .formDiv .pwdOper .remember {
    color: #F6B900;
}

.loginBox .formDiv .pwdOper .forget {
    float: right;
    text-decoration: none;
    cursor: pointer;
}

.loginBox .formDiv a.submit {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 100%;
    color: #FFFFFF;
    border: 1px solid #37B5F8;
    background: #37B5F8;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.loginBox .formDiv a.submit:hover {
    background: #37B5F8;
}

.loginBox .formDiv a.submit:active {
    background: #37B5F8;
}

#clockDiv{
    width: 150px;
    text-align: center;
    background: #222;
    background-image: -webkit-linear-gradient(top, #222, #333, #333, #222);
    background-image:    -moz-linear-gradient(top, #222, #333, #333, #222);
    background-image:     -ms-linear-gradient(top, #222, #333, #333, #222);
    background-image:      -o-linear-gradient(top, #222, #333, #333, #222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    padding: 10px 0;
    position: fixed;
    top: 45%; left: -4px;
}

#clockDiv:before{
    content:"";
    width: 3px;
    height: 30px;
    background: #444;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
    background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: block;
    position: absolute;
    top: 13px; left: -4px;
}

#clockDiv:after{
    content:"";
    width: 3px;
    height: 30px;
    background: #444;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
    background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    position: absolute;
    top: 13px; right: -4px;
}

#clockDiv #tiles{
    position: relative;
    z-index: 1;
}

#clockDiv #tiles > span{
    width: 30px;
    max-width: 30px;
    font: bold 18px 'Droid Sans', Arial, sans-serif;
    text-align: center;
    color: #111;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #bbb, #eee);
    background-image:    -moz-linear-gradient(top, #bbb, #eee);
    background-image:     -ms-linear-gradient(top, #bbb, #eee);
    background-image:      -o-linear-gradient(top, #bbb, #eee);
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    margin: 0 3px;
    padding: 4px 0;
    display: inline-block;
    position: relative;
    line-height: 22px;
}

#clockDiv #tiles > span:before{
    content:"";
    width: 100%;
    height: 10px;
    background: #111;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%; left: -2px;
    z-index: -1;
}

#clockDiv #tiles > span:after{
    content:"";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 1px solid #333;
    display: block;
    position: absolute;
    top: 48%; left: 0;
}

#clockDiv{
    width: 150px;
    text-align: center;
    background: #222;
    background-image: -webkit-linear-gradient(top, #222, #333, #333, #222);
    background-image:    -moz-linear-gradient(top, #222, #333, #333, #222);
    background-image:     -ms-linear-gradient(top, #222, #333, #333, #222);
    background-image:      -o-linear-gradient(top, #222, #333, #333, #222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    padding: 10px 0;
    position: fixed;
    top: 45%; left: -4px;
}

#clockDiv:before{
    content:"";
    width: 3px;
    height: 30px;
    background: #444;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
    background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: block;
    position: absolute;
    top: 13px; left: -4px;
}

#clockDiv:after{
    content:"";
    width: 3px;
    height: 30px;
    background: #444;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
    background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    position: absolute;
    top: 13px; right: -4px;
}

#clockDiv #tiles{
    position: relative;
    z-index: 1;
}

#clockDiv #tiles > span{
    width: 30px;
    max-width: 30px;
    font: bold 18px 'Droid Sans', Arial, sans-serif;
    text-align: center;
    color: #111;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #bbb, #eee);
    background-image:    -moz-linear-gradient(top, #bbb, #eee);
    background-image:     -ms-linear-gradient(top, #bbb, #eee);
    background-image:      -o-linear-gradient(top, #bbb, #eee);
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    margin: 0 3px;
    padding: 4px 0;
    display: inline-block;
    position: relative;
    line-height: 22px;
}

#clockDiv #tiles > span:before{
    content:"";
    width: 100%;
    height: 10px;
    background: #111;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%; left: -2px;
    z-index: -1;
}

#clockDiv #tiles > span:after{
    content:"";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 1px solid #333;
    display: block;
    position: absolute;
    top: 48%; left: 0;
}

/*right part*/
.rightBtnG{
    background: url("../img/rightbg.png") no-repeat;
    width: 128px;
    height: 223px;
    border-bottom: 1px solid #ddd;
}
.toTop{
    background: url("../img/toTopbg.png") no-repeat center 10px;
    height: 88px;
    margin: 0 auto;
    cursor: pointer;
}
.toTop p{
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding-top: 48px;
}
.closeBtn{
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
.RQcode{
    text-align: center;
}
.RQcode p{
    font-size: 10px;
    color: #000;
    text-align: center;
}
.rightBtnG{
    position:fixed;
    bottom:120px;
    right:20px;
}
.follow{
    text-align: center;
}
.follow p {
    font-size: 10px;
    color: #000;
    height: 23px;
    line-height: 23px;
    padding-left: 30px;
    margin: 7px 0 0 0 !important;
}
.vx{
    background: url("../img/wxbg.png") no-repeat 20px;
}
.vb{
    background: url("../img/wbbg.png") no-repeat 20px;
}
.hseBtn{
    position: absolute;
    top:0px;
    right:0px;
    cursor: pointer;
}

.video_class {
    background-image: url("../img/bg.jpg");
    height: calc(100% - 149px);
}