﻿body {
    margin:0;
    padding:0;
    font-size:14px;
    font-family:Yahei;
    background:#fff;
}
a{
    text-decoration:none;
    color:#000;
}
#header {
    width: 100%;
    height: 130px;
    position: fixed;
    top: 0;
    z-index: 999;
    background:#fff;
}
.headercenter {
    width: 1200px;
    height: 130px;
    margin: 0 auto;
}
.headerbg {
    width: 100%;
    height: 130px;
    top: 0;
    position: fixed;
    z-index: 999;
    opacity: 0.5;
    background: #f3f8fa;
}
.logo {
    width: 200px;
    float: left;
    margin: 35px 0 0 0;
}
.nav {
    width: 800px;
    float: left;
    height: 130px;
    margin-left: 10px;
}
.nav a{
    display:block;
    float:left;
    margin-left:20px;
    height:130px;
    line-height:130px;
    text-align:center;
    color:#213492;
    font-size:16px;
    padding:0px 10px;
}
.lang {
    width: 110px;
    float: right;
    margin: 25px 0 0 0;
    border: 2px solid #213492;
    min-height:20px;
}
.lang_l{
    float:left;
    width:70px;
    height:20px;
    line-height:20px;
    text-align:center;
    font-weight:bold;
    color:#213492;
    z-index:1;
}
.lang_r{
    height:20px;
    line-height:20px;
    float:right;
    background:#213492;
    width:40px;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    text-align:center;
    z-index:1;
}
.lang_rl{
    width:98px;
    height:20px;
    line-height:20px;
    text-align:left;
    display:block;
    border-bottom:2px solid #213492;
    border-left:2px solid #213492;
    border-right:2px solid #213492;
    /*border-top:2px solid #fff;*/
    color:#213492;
    font-weight:bold;
    font-size:14px;
    position:absolute;
    margin-top:20px;
    margin-left:-2px;
    padding-left:12px;
    background:#fff;
    z-index:0;
    display:none;
}
.login{
    width:150px;
    height:130px;
    float:right;
}
.login i{
    float:right;
    margin:54px 0 0 0;
    font-size:20px;
}
.login span{
    float:right;
    line-height:30px;
    margin-top:50px;
}
.login a{
    color:#000;
    width:50px;
    text-align:center;
    line-height:30px;
    display:block;
    float:right;
    margin:50px 0 0 0;
}
#footer{
    width:100%;
    height:30rem;
    background:#213492;
    clear:both;
}
.footerinfo{
    width:1200px;
    height:30rem;
    margin:0 auto;
}
.footerinfo_l{
    width:800px;
    float:left;
    color:#fff;
}
.footerinfo_l_nav{
    width:100%;
    height:50px;
    margin:50px 0 30px 0;
}
.footerinfo_l_nav a{
    color:#fff;
    margin-right:20px;
    font-size:16px;
    font-weight:bold;
}
.footerinfo_l_nav a:hover{
    color:#fff;
}
.footerinfo_l div {
    height: 30px;
    line-height: 30px;
}
.footerinfo_r {
    width: 350px;
    float: right;
    text-align: right;
}
.footerinfo_r img{
    width:200px;
    margin:50px 0 0 0;
}
.carousel-inner img{
    z-index:0;
    margin:0 auto;
}
.mycenter{
    width:500px;
    height:30px;
    position:absolute;
    left:50%;
    margin-left:100px;
}
.mycenter i{
    float:right;
    margin:15px 0 0 0;
    font-size:20px;
}
.mycenter a{
    color:#000;
    text-align:center;
    line-height:30px;
    display:block;
    float:right;
    padding:10px 10px;
    text-decoration:underline;
}
.weidu{
    color:red;
}
.yidu{
    color:green;
}
.info_title{
    width:100%;
    line-height:40px;
    text-align:center;
    font-size:16px;
    padding:5px 10px;
}
.info_txt{
    width:100%;
    line-height:25px;
    padding:10px;
}
.zhan{
    clear:both;
    height:50px;
}