/*����*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,table,button,input,textarea,form,th,tr,td,span{
    margin: 0;
    padding: 0;
    font-family: Microsoft yahei, Verdana, Arial, Microsoft Sans Serif;
}
img{
    border: none;
    margin: 0;
    padding: 0;
}
table{
    border-spacing: 0;
    border-collapse: collapse;
}
ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
}


/*  nav
 * ------------------------------------ */
.nav {
    width:100%;
    height: 10vh;
    line-height:80px;
    position: relative;
    /*-webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;*/
    /*-moz-box-shadow: rgba(0,0,0,.1) 0 1px 5px;*/
    /*box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;*/
}

.logo {
    position:relative;
    width:175px;
    height: 63px;
    right:0;
}
.lc{
    height:40px;
    line-height:40px;
    position: relative;
    bottom: 29px;
    font-size:16px;
}
.link1 {
    position:absolute;
    margin-left: 300px;
    height:35px;
    line-height:35px;
    top: 18px;
}
.link1 a {
    display:block;
    float:left;
    margin:0 5px;
    width:90px;
    height:35px;
    font-size:16px;
    border-radius:2px;
    color:#fff;
}
.link1 a.active:hover,.link1 a:hover{
    color:#FFFFFF;
    background: #42a4ff;
}

.link1 a.active {
    background:#42a4ff;
    color:#fff;
}
.link1 a.active:hover{
    color: #ffffff;;
}

.login1,.select {
    position:relative;
    height:22px;
    line-height:22px;
    text-align:center;
    margin-top:-10px;
}
.login1 a,.login1 span {
    font-size:14px;
    font-family:"����";
}
.login1 .btn-lg1 {
    display: inline-block;
    padding: 0 20px;
    margin-left: 5px;
    border-radius: 2px;
    border: 1px solid #fff;
    color: #fff;
}
.center {
    position:relative;
    margin:0 auto;
    width:1000px;
}
.fr {float:right;}
.fl {float:left;}
.tc {text-align:center;}


.question-bg{
    background: url("../img/question-banner.jpg") no-repeat center;
    width: 100%;
    height: 300px;
}
.notice-bg{
    background: url("../img/notice-banner.jpg") no-repeat center;
    width: 100%;
    height: 300px;
}
/*ע��*/
.bg{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url("../img/bg2.jpg");
    background-position: 50%;
    background-size: cover;
}
.bf img{
    width: 100%;
    height: 100%;
}
.clause{
    background: #f2f2f2;
    width: 800px;
    height: 700px;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    padding: 10px;
    margin-left: -400px;
    margin-top: -350px;
    box-sizing: border-box;
    display: block;
}

.clause>h2{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.clause-article{
    width: 800px;
    height: 500px;
    overflow-y: auto;
    margin-left: -10px;
    background: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
}
.indent2{
    text-indent: 2em;
    line-height: 2em;
    font-size: 15px;
}
.indent4{
    margin-left: 2em;
    text-indent: 2em;
    line-height: 1.5em;
    font-size: 14px;
}
 .iAgree{
    margin: 15px auto 15px 20px;
}
.iAgree .agree{
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}
.clause .iAgree span{
    font-size: 14px;
    margin-left: 10px;
}
.clause .loginSubmit{
    position: absolute;
    left: 50%;
    margin-left: -150px;
}
.clause .close{
    position: absolute;
    top: -13px;
    right: -13px;
}
/*��¼*/
.login{
    width: 300px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}
.login .login-title {
    color: #fff;
    margin: 20px 0;
    font-size: 30px;
}
.register{
    width: 400px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    margin: 50px auto 0 auto;
    overflow: hidden;
}
.login_form h3,
.register_form h3{
    letter-spacing: 1px;
    font-size: 25px;
    color: #fff;
}
.loginInput{
    width: 300px;
    margin: 0 auto 20px auto;
    position: relative;
    height: 40px;
    background: transparent;
}

.loginInput input,
.loginInput select{
    height: 40px;
    width: 260px;
    box-sizing: border-box;
    padding: 8px 8px 8px 15px;
    border: 0 none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #ddd;
    outline: none;
}

.loginInput input::-webkit-input-placeholder {
    color: #ddd;
}

.loginInput input::-moz-input-placeholder {
    color: #ddd;
}
.loginInput input::-ms-input-placeholder {
    color: #ddd;
}

.loginBtn{
    margin-bottom: 20px;
 }
.loginSubmit{
    width: 83%;
    height: 40px;
    border-radius: 20px;
    background: #42a4ff;
    color: #FFFFFF;
    border: none;
    font-size: 16px;
}
.loginOther{
    color: #555;
    margin-bottom: 20px;
}
.loginOther a{
    color: #FFFFFF;
}
.loginOther span{
    margin-left: 10px;
    margin-right: 10px;
}
.admin{
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    margin: 50px 0 30px 0;
}

.question,.notice,.contact{
    width: 1000px;
    height: auto;
    min-height: 500px;
    margin: 100px auto 130px auto;
    color: #555555;
}

.notice.detail {
    margin-bottom: 0;
    height: auto;
    min-height: auto;
}
.question h2,
.notice h2{
    margin-bottom: 20px;
    margin-left: 20px;
}
.question ul li,
.notice ul li{
    padding: 10px 20px;
    border-bottom: 1px dashed #CCCCCC;
    position: relative;
}
.question .right,
.notice .right{
    position: absolute;
    right: 10px;
}
.question ul,.notice ul {
    margin-left: 50px;
}
.question ul li a,
.notice ul li a{
    color: #555555;
}
.question ul li a:hover,
.notice ul li a:hover{
    color: #42a4ff;
}
.red{
    color: #cc2233;
}
.green{
    color: #84c54f;
}

.return{
    margin-top: 10px;
    margin-bottom: 10px;
}
.return a{
    color: #42a4ff;
}
.article{
    width: 800px;
    margin: 0 auto;
}
.article h3{
    margin-bottom: 10px;
    text-align: center;
}
.article p{
    text-indent: 2em;
    line-height: 30px;
}
.article .author{
    text-align: center;
    margin-bottom: 10px;
}
.article .author span{
    margin-left: 20px;
    margin-right: 20px;
    color: #888888;
}



/*foot*/
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 25px 0;
}

.footer .j-footer {
    text-align:center;
    color:#fff;
    width:100%;
    position: relative;
    z-index: 2;
}

.footer .j-wrap {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

.footer .footer-nav {
    display: inline-block;
    overflow: hidden;
}
.footer-nav .j-footernavSubItem {
    float:left;
    width:80px;
    border-right:1px dotted #fff;
    height:20px;
    line-height:20px;
    text-align:left;
    margin-right:20px;
}

.footer-nav .j-footernavSubItem:last-child {
    border: 0 none;
    margin-right: 0;
}

.footer-nav .j-footernavSubItem a {
    width:100%;
    color:#fff;
    text-decoration:none;
    font-size:16px;
}

.j-footerCopyRight{
    font-size:14px;
    color:#fff;
    line-height:20px;
    margin-top: 15px;
}

.ser-con h1 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ser-con ul {
    margin-top: 30px;
}

.ser-con ul li {
    width: 150px;
    height: 52px;
    display: block;
    float: left;
    margin-right: 48px;
    margin-bottom: 20px;
}

.ser-con ul li a {
    background: #2dacf1;
    width: 150px;
    height: 52px;
    line-height: 52px;
    display: block;
    border-radius: 50px;
    text-indent: 5%;
    color: #FFF
}

.ser-con ul li img {
    float: left
}

.wrap .title {
    width: 1000px;
    margin: 0 auto;
    color: #474747
}

.ser .wrap .ser-con {
    -webkit-animation: fadeinB 1s .6s ease both;
    -moz-animation: fadeinB 1s .6s ease both;
    -ms-animation: fadeinB 1s .6s ease both;
    animation: fadeinB 1s .6s ease both;
}

.ser .wrap .ser-con2 {
    -webkit-animation: fadeinB 1s .8s ease both;
    -moz-animation: fadeinB 1s .8s ease both;
    -ms-animation: fadeinB 1s .8s ease both;
    animation: fadeinB 1s .8s ease both;
}
/* 几个内页的公共css */
.common-box {
    background-position: top center;
    background-color: transparent;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.common-box.detail {
    height: 35vh;
}

.common-box.ggms {
    background-image: url('../img/bg-ggms.jpg');
}

.common-box.news {
    background-image: url('../img/bg-news.jpg');
}

.common-box.questions {
    background-image: url('../img/bg-question.jpg');
}

.common-box.about {
    background-image: url('../img/bg-about.jpg');
}

.common-box.news-detail {
    background-image: url("../img/bg-news-detail.jpg");
}

.common-box.question-detail {
    background-image: url("../img/bg-question-detail.jpg");
}

.common-box .tip {
    position: relative;
    color: #fff;
    top: 20%;
    left: 40%;
    width: 60%;
}

.common-box .tip .tip-title {
    font-size: 50px;
    border-bottom: 1px solid #fff;
    margin-bottom: 45px;
    padding-bottom: 45px;
    letter-spacing: 10px;
    font-weight: bold;
}

.common-box.news .tip-title {
    font-size: 70px;
    letter-spacing: 30px;
}

.common-box.news .tip-title:last-child {
    border: 0 none;
    padding-left: 30%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.common-box .tip .tip-content {
    font-size: 30px;
    font-weight: 100;
    letter-spacing: 5px;
}

.nav .nav-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.nav .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}

.footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
}
.logo-box {
    position: absolute;
    top: 0;
    left: 0;
}
.logo-box img {
    width: 500px;
    margin-left: -60px;
}

.front-tips {
    position: absolute;
    top: 50%;
    left: 10%;
    text-align: left;
    color: #fff;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
}
.front-tips .tips-title {
    font-size: 65px;
    text-shadow: 5px 5px 5px #333;
    letter-spacing: 10px;
}
.front-tips .tips-content {
    font-size: 35px;
    margin-top: 10px;
    text-shadow: 5px 5px 5px #333;
    letter-spacing: 15px;
    font-weight: 300;
}
.admin .tips-footer {
    letter-spacing: 13px;
    text-indent: 10px;
}
@media (max-width: 1080px) {
    .front-tips {
        display: none;
    }
    .login {
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
}
