﻿body {
}

.top-title {
    /*background: url('custom_res/title-bg.png') repeat-x;*/
    background: linear-gradient( #e0ffff 0%,#fff 100%);
    width: 100%;
    height: 35px;
    font-size: 14px;
    color: #397cbe;
    border-top: 1px solid #397cbe;
}

    .top-title > span {
        font-size: 14px;
        float: left;
        margin: 8px 24px;
    }

    .top-title > div.more a{
        margin: 9px 8px;
        font-size: 12px;
        float: right;
        color: #397cbe;
        cursor: pointer;
    }

div.more a:hover {
    text-decoration: underline;
}

.left-block {
    width: 266px;
    float: left;
    margin-right: 8px;
}
.left-2block{
        width: 922px;
    float: left;
}
.center-block {
    width: 650px;
    float: left;
}

.right-block {
    width: 268px;
    float: right;
}

.index-list, .index-list2, .index-list3 {
    padding: 4px 24px 10px;
    color: #282a2a;
    overflow: hidden;
    width: 100%;
}

    .index-list li {
        margin: 4px 0 6px;
    }

        .index-list li a {
            display: block;
            overflow: hidden;
        }

    .index-list .other-li a:before, .index-list3 li a:before {
        content: "■";
        display: inline-block;
        float: left;
        margin: -2px 5px 0 0;
        color: #397cbe;
    }

    .index-list .desc {
        color: #397cbe;
        line-height: 24px;
    }

    .index-list .name {
        color: #444646;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        /*display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;*/
        white-space: nowrap;
        -webkit-text-overflow: ellipsis;
        height: 16px;
        width: 165px;
    }

    .index-list .date {
        color: #7c7f7f;
        float: right;
    }

    .index-list2 a {
        color: #397cbe;
    }

    .index-list2 li {
        line-height: 20px;
        padding-bottom: 14px;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 16px;
    }

.index-list3 {
    padding-right: 0;
    text-align: justify;
}

    .index-list3 li {
        display: inline-block;
        width: 58px;
        text-align: left;
        margin-bottom: 13px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.col-6 {
    float: left;
    overflow: hidden;
    width: 318px;
    margin-right: 14px;
}

    .col-6:nth-of-type(2n+1) {
        margin-right: 0;
    }

.logintb {
    width: 100%;
    padding: 20px 25px 16px;
      margin: 11px 0;
}

    .logintb td {
        padding-bottom: 10px;
    }

    .logintb input {
        width: 164px;
        height: 27px;
        border: 1px solid #ccc;
        outline: 0;
    }
    .logintb input:focus{
        border-color:#d81e06;
    }

    .logintb .capturewrap{position:relative;}
    .logintb #capture{width:100px;}
    .logintb #imgCode{cursor: pointer; position: absolute; right: 0; top: 3px;}
    .logintb{}

.btn {
    font-size: 13px;
    width: 105px;
    height: 32px;
    border-radius: 3px;
    border: 0;cursor:pointer;
}

.btn-login {
    background: #397cbe;
    color: #fff;
}

.btn-register {
    background: #ebf4fc;
    color: #397cbe;
}
.f5{
    overflow:hidden;margin:10px auto;
}
.f5 li{
        float: left;
    margin: 4px 6px;
}

.news-list li{
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    padding: 12px 0 12px 20px;
}
.left-img{
    float:left;width:9%;
}
.left-img img {
   max-width:100%;
}
.right-text{
          float: left;
    padding: 1px 0 1px 10px;
    width: 91%;
}
.right-text a{
    color:#397cbe;font-size:14px;
}
.right-text b{
    font-size:14px;
}
.right-text .info{
        margin: 1px 0;
    font-size:12px;
    color: #888;
}
.desc-page .sub .info > span {
    display: inline-block;
}

.right-text .description{
    font-size:13px;
    color:#333;
}
.desc-page {
    padding: 20px 20px 30px 20px;
    margin-bottom: 40px;
}
.desc-page .page-title{
        text-align: center;
    color: #397cbe;
    font-size: 24px;
}
.desc-page .sub{
          text-align: center;
    color: #999;
    font-size: 12px;
    margin: 10px auto 25px;;
}
.desc-page .page-body{
     line-height:1.5;
}
    
.result {
    text-align: center;
    font-size: 16px;
    min-height: 300px;
    padding-top: 100px;
}
    .result img {
        margin: -4px 8px;
        width: 20px;
    }
.result1 {
    color:#28a658;
}
.result2 {
    color: #d81e06;
}
.result3 {
    font-size: 14px;
    color: #fff;
    background: #397cbe;
    padding: 8px 18px;
}
.result3:hover{
    color:#fff;
    opacity:0.9;
}
.result4{
    color:#d81e06;
}
.logout{
    color:#d81e06;
}
button[disabled] {
    background: #ccc !important;
}
.login-state{
        height: 110px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 268px;
}
.download-section {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    margin-top: 20px;
}

.download {
    text-align: center;
    min-height: 80px;
    font-size: 14px;
    padding: 40px 0;
}
    .download a {
        color: #28a658;
    }
.first-line {
    /*display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;*/
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    height: 32px;
}
.center-block .index-list .name {
    width: 212px;
}
.subCate {
    padding: 10px 26px;
    border-bottom: 1px dashed #eee;
    border-top: 1px dashed #eee;
}
    .subCate li {
        display: inline-block;
        padding:2px 4px;
    }

.subCate li a{
    color:#397cbe;font-size:14px;
}

.sublogotitle {
    font-size: 18px;
    font-family: arial;
    display: block;
    color: #666;
    margin-top: 4px;
}
.bg {
    width: 651px;
    height: 109px;
    color: #fff;
    font-size: 25px;
    display: block;
    overflow: hidden;
    margin-bottom: 17px;
    line-height: 109px;
    text-align: center;
    -webkit-text-stroke: 1px #666;
    font-weight: 700;
    letter-spacing: 4px;
}
.bg1 {
    background: url(custom_res/bg1.jpg) no-repeat;
  
}
.bg2 {
    background: url(custom_res/bg2.png) no-repeat;
}
.swipertitle{
    position:absolute;width:100%;text-align:center;
    height:26px;color:#fff;background:rgba(175,85,23,.5);font-size:13px;line-height:2;
}
.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1 !important;
    background: rgba(0,0,0,.5) !important;
}
.swiper-pagination-bullets{
    bottom:15px !important;
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff !important;
}
.weixin {
  display:block;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;width:140px;
}
#tabNav li {
    float: left;
    width: 33%;
    text-align: center;
    margin: 8px 0;
    font-size: 13px;
    border-right: 1px solid;
}
#tabNav li:last-child{
    border-right-color:#fff;
}
#tabNav li a.selected{
    color:#397cbe;
}
    #tabNav li a {
        display: block;
    }
#menu_con .tag {
    height: 228px;
    position:relative;
}
#tabs li {
    float: left;
    width: 33%;
    text-align: center;
    margin: 8px 0;
    font-size: 12px;
    border-right: 1px solid;
}

#tabs li:last-child {
    border-right-color: #fff;
}

#tabs li.current a{
    color: #397cbe;
}
#tabs li a{
    display:block;
}
.item {
    display: none;
}

.show {
    display: block;
}
#menu_con2 .tag {
   
}
.animated {
    animation-duration: 4s;
    animation-fill-mode: both
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}
/*@keyframes fade {
    0% {
        opacity: 1;
        background-image: url('htmlRes/logo1.jpg');
    }
    25% {
        opacity: 0;
        background-image: url('htmlRes/logo1.jpg');
    }
    50% {
        opacity: 1;
        background-image: url('htmlRes/logo2.jpg');
    }
    75% {
        opacity: 0;
        background-image: url('htmlRes/logo2.jpg');
    }
    100% {
        opacity: 1;
        background-image: url('htmlRes/logo1.jpg');
    }
}*/

.fade {
    animation-name: fade;
    animation-duration: 16s;
    width: 429px;
    height: 87px;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
}
.register-result {
    min-height: 300px;
    padding-top: 10%;text-align:center;font-size:18px;
    color:#28a658;
}
.swiper-container.logo{
    width:429px;height:78px;
}
.num {
    background: #333;
    color: #fff;
    padding: 2px 12px;
    border-radius: 3px;
    letter-spacing: 3px;
}
.tongji>img{
display:none;
}

#footer p.tongji{
    display: inline-block;
}
#footer .num{
    display: inline-block;
    margin: 0 0 0 4px;
}
.siteCounter7 span{
    padding: 0;
    background: transparent;
    border: 0;
    font-weight: bold;
}
#wp_paging_w11 li {
    height: auto;
}