.top-link{
    float: right;
    margin-top: 8px;
}
.top-link ul li a{
    color: #fff;
    font-size: 12px;
    border-left: 1px solid #fff;
    padding: 0 10px;
    display: block;
}
.top-link ul li:first-child a{
    border-left: none;
}
.top-link ul li{
    float: left;
}
#calendar>p,#calendar>span{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    margin-right: 10px;
}
#top_iframe{
    padding-top: 5px;
    padding-left: 20px;
    font-size: 14px;
    -background: url(../img/wz.png) no-repeat center left;
}
#top>a{
    float: left;
    background: #f39800;
    line-height: 34px;
    padding: 0 4px;
    margin-right: 10px;
}
#top>a img{
    vertical-align: initial;
}
.search-btn{
    width: 23px;
    vertical-align: top;
    height: 23px;
    cursor: pointer;
    border: 1px solid #fff;
    background: url(../img/search.png) no-repeat center center;
}


.search{
    float: right;  
    margin-left: 10px;  
    overflow: hidden;
    margin-top: 5px;
}
.search-text{
    background: #fff;
    width: 0px;
    height: 23px;
    vertical-align: top;
    padding: 0 0px;
    color: #000;
    transition: all .3s;
}



.header{
    background: url(../img/header-bg.png) no-repeat center center;
    border-bottom: 9px solid #f8b551;
}



.footer{
    background: url(../img/footer-bg.png) no-repeat bottom center;
    background-color: #0154a6;
    padding: 20px 0 20px;
}
.copyright p{
    font-size: 14px;
    color: #fff;
    text-align:center;
    line-height: 30px;
}
.footer-link {
    padding: 7px 0 3px;
    padding-left: 7px;
    margin-top: 18px;
    float: left;
}
.footer-link li{
    display: inline-block;
    border-left: 1px solid #010101;
    padding: 0 12px;
}
.footer-link li:first-child{
    border-left: 0;
}
.footer-link li a{
    color: #010101;
    font-size:18px;
}



.sidebar{
    width: 17%;
}
.sidebar>ul>li{
    margin-top: 13px;
}
.sidebar>ul>.nav1_on>a:before{
    content: "";
    width: 3px;
    height: 55px;
    background: #c6d0dc;
    position: absolute;
    right: 0;
    top: 10px;
}
.sidebar>ul>.nav1_on>a{
    background: url("../img/side1-on.png") 10px center no-repeat rgb(241, 233, 197) !important; 
}
.nav1_on ul{
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}


.sidebar>ul>li:first-child{
    margin-top: 0;
}
.sidebar>ul>li>a {
    padding: 15px;
    padding-left: 50px;
    display: block;
    position: relative;
}
.sidebar>ul>li:hover>a:before{
    content: "";
    width: 3px;
    height: 55px;
    background: #c6d0dc;
    position: absolute;
    right: 0;
    top: 10px;
}
.sidebar>ul>li>a>p{
    font-size: 18px;
    color: #455f87;
    font-weight: bold;
}
.sidebar>ul>li>a>span{
    font-size: 12px;
    color: #455f87;
}
.has_sub2 ul{
    width: 85%;
    display: none;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s;
}
.has_sub2:hover ul{
    opacity: 1;
    height: auto;
    visibility: visible;
}
.has_sub2 ul li{
    background: url(../img/sub2-bg.png) no-repeat center right;
    background-color: #f1e9c5;
    padding: 20px 10px 20px 30px ;
    margin-top:10px;
    transition: all .5s;
    position: relative;
}
.has_sub2 ul li:hover{
    transform: translateY(-5px);
}
.has_sub2 ul li a{
    font-size: 14px;
    color: #0154a6;
}
.has_sub2 ul li:hover a{
    color: #f39800;
}
.sun2_on:after{
    content: "";
    background: #f39800;
    position: absolute;
    width: 3px;
    height: 40px;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
.has_sub2 ul .sun2_on a{
    color: #f39800;
}
.index-main{
    width: 83%;
}






.code{
    position: absolute;
}
.code img{
    height: 84px;
    width: 84px;
    display: block;
    margin: 0 auto;
}
.code p{
    font-size: 14px;
    color: #000000;
    background: rgba(255, 255, 255, .7);
    text-align: center;
}
@font-face{
    font-family: 'fzxbs'; 
    src: url('../css/fzxbs_GBK.ttf');
    font-weight: normal;
    font-style: normal;
}
.fzxbs{font-family: "fzxbs";}
.main{
    padding: 30px 0;
    background: url(../img/main-bg.png) no-repeat center bottom;
    background-color: #f5f5f5;
}



.header img{width: 100%;}
.sideTxtBox .hd li, .Event_ul .hd li, .Kuwi_ul .hd li{
    transition: all .2s;
}
.sideTxtBox .hd li:hover, .Event_ul .hd li:hover, .Kuwi_ul .hd li:hover{
    box-shadow: 0 0 10px #ccc;
    transform: translateY(-4px);
}
.sidebar-bg{position: relative;}
.sidebar-bg:after{
    width: 200px;
    height: 200px;
    content: "";
    background: url(../img/bg-sidebar.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: -70px;
    top: 365px;
}
.footer-logo{
    display: inline-block;
position: relative;
    top: 15px;
}
.copyright{
    display: inline-block;
    border-left: 1px solid #fff;
    padding: 20px 0 20px 60px;
    margin-left: 60px;
}
.copyright p{
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    text-align: left;
}
.bcode{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 50px;
}
.bcode ul li{
    display: inline-block;
    margin: 5px;
}
.bcode ul li img{
    width: 81px;
    height: 81px;
}

.bcode ul li p{
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 20px;
padding-top: 4px;
}
@media only screen and (max-width: 1290px){
    .w {width: 1000px; min-width: 1000px;}
    .w-1920{width: 100%; min-width: 1000px;}
    .sidebar {width: 20%;}
    .index-main {width: 80%;}
    .research {width: 72%;}    
    .people>p{padding: 10px !important;}
    .people div {padding: 10px !important;}
    .sideTxtBox .tempWrap {width: 100%;}
}