*{
    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:#28292d;
    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 .title{
    float: left;
    margin-top:20px;
}
.head .logo a img{
    border:none;
}
.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;
    font-size: 15px;
}
.nav .box ul li:hover{
    background:#7b84a5;
}
.container{
    position: relative;
    overflow: hidden;
    background:#f3f1e9;
    min-width:1096px;
}
.container .box{
    width:1096px;
    position:relative;
    left:50%;
    margin-left:-550px;
    overflow: hidden;
    padding:70px 0 100px;
}
.container .box .left{
    float: left;

    width:20%;
    border:1px solid #ccc;
    height:100px;
    line-height:30px;
    background:#fff;
}
.container .box .right{
    background:#fff;
    float: right;

    width:75%;
    padding:10px;
    line-height:30px;
}
.container .box .left h3{
    padding:6px 10px;
    background:#a7becf;
}
.container .box .left a{
    display:block;
    text-decoration: none;
    line-height:40px;
    color:#000;
    padding-left:10px;
}
.container .box .left a:hover{
    background:#ddd;
}
.active_{
    color:#778124!important;
}
.container .box .right .content{
    height:420px;
    overflow: hidden;
    position:relative;
}
.container .box .right .content .con{
    position: absolute;
    width:100%;
    top:0;
}
.container .box .right .pos{
    line-height:60px;
    border-bottom:1px solid #999;
    font-size: 15px;
}
.container .box .right .form{
    margin-top:40px;
    width:80%;
    position: absolute;
    left:50%;
    margin-left:-40%;
}
.container .box .right .form div{
    padding:10px 0;
    overflow: hidden;
}
.container .box .right .form div span{
    line-height:30px;
    font-size: 12px;
    color:Red;
    height:30px;
    float: right;
    width:25%;
    text-indent: 1em;
}
.container .box .right .form div input{
    width:50%;
    height:30px;
    border:1px solid #ccc;
    float: right;
    background:#fff;
}

.placeholder{
    color:#999;
}
.container .box .right .form div input[type='text']{
    text-indent: 0.5em;
    line-height:30px;
    font-size: 12px;
}
._active{
    background:#0060ff;
    color:#fff!important;
}

.footer{
    height:40px;
    background:#28292d;
    line-height:40px;
    color:#aaa;
    min-width:1096px;
    font-size: 14px;
}
.footer .wrapper{
    width:60%;
    margin-left:20%;
    text-align: center;
}


















































