*{
    margin:0;
    padding:0;
    font-family: Microsoft YaHei;
}
ul{
    list-style:none;
}
.active{
    background:#7b84a5!important;
}
body{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.top{
    background:#717171;
    text-align:right;
    line-height:30px;
    padding:0 10px;
}
.top a{
    color:#fff;
    text-decoration:none;
    padding:0 10px;
    font-size:14px;
}
.head{
    background:#a7becf;
    padding:20px;
    color:#fff;
    font-family: Arial;
    overflow: hidden;
    min-width:1056px;
}
.head .logo{
    float: left;
    width:140px;
}
.head .logo a img{
    border:none;
}
.head .title{
    float: left;
    margin-top:20px;
}
.head .title .chinese_name{
    margin:0;
    font-size: 36px;
    font-family: FZYaoti;
}
.head .title .english_name{
    margin:0;
    font-size: 24px;
}
.head .user{
    float:right;
    width:100px;
    text-align:right;
    height:124px;
    line-height:124px;
}
.head .user a{
    color:#fff;
}
.nav{
    height:40px;
    min-width:1096px;
    background:#3e608c;
    position: relative;
    z-index: 10;
}
.nav .box{
    width:1096px;
    overflow: hidden;
    position: absolute;
    left:50%;
    margin-left:-550px;
}
.nav .box ul{
    float: left;
    width:16%;
    position: relative;
    z-index: 10;
    height:40px;
    overflow: hidden;
    text-align: center;
    line-height:40px;
    margin-right:0.8%;
    background:#3e608c;
}
.nav .box ul li a{
    text-decoration: none;
    color:#fff;
    display: block;
    border:0;
    font-size: 15px;
}
.nav .box ul li:hover{
    background:#7b84a5;
}

.banner{
    height:518px;
    overflow: hidden;
    position: relative;
    min-width:1096px;
}
.banner .pics{
    width:400%;
    min-width: 4400px;
    position: absolute;
    left:0;
    height:100%;
}
.banner .pics .pic{
    height:100%;
    width:25%;
    overflow: hidden;
    float: left;
}
.banner .pics .pic img{
    width:100%;
}

.banner .box{
    min-width:1096px;
    position: absolute;
    left:50%;
    top:0;
    height:100%;
    margin-left:-550px;
}
.banner .login{
    width:300px;
    height:280px;
    position: absolute;
    background:rgba(240,240,240,0.5);
    top:50%;
    margin-top:-160px;
    right:0;
    padding:20px;
    overflow: hidden;
}
.banner .login a{
    float: left;
    width:148px;
    height:30px;
    font-size: 15px;
    border:1px solid #ccc;
    text-decoration: none;
    color:#000;
    line-height:30px;
    text-align: center;
    margin-bottom:10px;
}
.banner .login .log,.banner .login .sub{
    overflow: hidden;
    clear: both;
    height:250px;
    width:300px;
}
.banner .login .log input[type='text'],.banner .login .log input[type='password'],.banner .login .sub input[type='text'],.banner .login .sub input[type='password']{
    text-indent: 0.5em;
    border:1px solid #ccc;
    background:rgba(255,255,255,0.4);
    font-size: 12px;
}
.banner .login .log input,.banner .login .sub input{
    display:block;
    width:100%;
    width:99.2%\9;
    height:30px;
    outline:none;
    box-sizing: border-box;
    margin-top:10px;
}
.banner .login ::-webkit-input-placeholder{
    color:#777;
}
.banner .login .get_code{
    background:#fff;
    border:none;
    cursor:pointer;
    font-size: 12px;
}
.banner .login .log input[type='submit'],.banner .login .sub input[type='submit']{
    background: #3e608c;
    border:none;
    color:#fff;
    width:100%;
    margin-top:15px;
    cursor:pointer;
}
.container{
    height:400px;
    position: relative;
    overflow: hidden;
    min-width:1096px;
}
.container .fly{
    height:30px;
    width:400px;
    /*background:red;*/
    position:absolute;
    left:-400px;
    top:20px;
    line-height:30px;
    z-index:100;
}
.container .fly a{
    color:#333;
    text-decoration: none;
}
.container .box{
    width:1096px;
    position:absolute;
    left:50%;
    margin-left:-550px;
    overflow: hidden;
    padding-top:70px;
    height:400px;
}
.container .box .left{
    float: left;
    margin-left:4px;
    width:45%;
    padding:10px;
    line-height:30px;
    -webkit-box-shadow: 0 0 6px 0 #aaa;
    -moz-box-shadow: 0 0 6px 0 #aaa;
    box-shadow: 0 0 6px 0 #aaa;
}
.container .box .right{
    float: right;
    margin-right:4px;
    width:45%;
    padding:10px;
    line-height:30px;
    -webkit-box-shadow: 0 0 6px 0 #aaa;
    -moz-box-shadow: 0 0 6px 0 #aaa;
    box-shadow: 0 0 6px 0 #aaa;

}
.container .box h4{
    margin-bottom:10px;
}
.container .box .left h4 span,.container .box .right h4 span{
    font-size: 16px;
}
.container .box .left h4 span a,.container .box .right h4 span a{
    text-decoration: none;
    color:#000;
}
.container .box .left h4 span a:hover,.container .box .right h4 span a:hover{
    color:red;
}
.container .box .left li,.container .box .right li{
    overflow: hidden;
}
.container .box .left li a,.container .box .right li a{
    font-size:14px;
    float: left;
    width:80%;
    text-decoration: none;
    color:#333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.container .box li a:hover{
    text-decoration:underline;
}
.container .box .left li span,.container .box .right li span{
    float: right;
    font-size: 14px;
    color:#986262;
}
.footer{
    height:40px;
    background:#28292d;
    line-height:40px;
    color:#aaa;
    min-width:1096px;
    font-size: 14px;
    float: left;
    width: 100%;
}
.footer .wrapper{
    width:60%;
    margin-left:20%;
    text-align: center;
}

@media screen and (max-width:1740px) {
    .banner .pics .pic img{
        height:100%;
        width:1740px;
    }
}
@media screen and (max-width:600px){
    .head{
        min-width:96%;
        padding:2%;
    }
}














































