/*顶部logo*/
.clear {
    clear: both;
}
.top_logo{
    width: 100%;
    height: 134px;
    background-color: #eaf1f8;
}
.top_logo .middle_logo{
    width: 1200px;
    margin: 0 auto;
}
.top_logo .middle_logo .logo{
    float: left;
    width: 407px;
    height: 134px;
}
.top_logo .middle_logo .logo a {
   display: inline-block;
   height:100%;
   line-height:134px;
}
.top_logo .middle_logo .logo img{
    width: 407px;
    height: 105px;
}
.top_logo .middle_logo .top_search{
    width: 350px;
    height: 134px;
    float: right;
    margin-right: 40px;
}
.top_logo .middle_logo .top_search ul{
    float: right;
    margin-top: 14px;
}
.top_logo .middle_logo .top_search ul li{
    float: left;
    width: 32px;
    height: 32px;
    margin-left: 21px;
    background-color: #287ead;
    border-radius: 22px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    padding: 6px;
}
.top_logo .middle_logo .top_search ul li a{
    color: #ffffff;
    display: block;
}
.top_logo .middle_logo .top_search ul li.en{
    font-size: 16px;
    line-height: 32px;
}
.top_logo .middle_logo .top_search form{
    float: right;
    margin-top: 13px;
}
.top_logo .middle_logo .top_search form input{
    width:246px;
    height:33px;
    border: 1px solid #f4dfc1;
    border-right: none;
    float: left;
    padding-left: 6px;
    outline: none;
}
.top_logo .middle_logo .top_search form button{
    height: 35px;
    width: 37px;
    border: 1px solid #f4dfc1;
    border-left:none;
    float: left;
    cursor: pointer;
    background: url("../images/search.png") no-repeat center;
}

/*导航条样式*/
.kz_nav_out{
    width: 100%;
    height: 47px;
    background-color: #287ead;
}
.kz_nav_out .kz_nav_in{
    width: 1200px;
    margin: 0 auto;
}
.kz_nav_out .kz_nav_in .guide{
    float: left;
    line-height: 47px;
    position: relative;
    margin: 0 3px;

}
.kz_nav_out .kz_nav_in .guide:hover ul{
    display: block;
}
.kz_nav_out .kz_nav_in .guide>a{
    color: #ffffff;
    display: block;
    padding: 0 20px;
    font-size: 18px;
}
.kz_nav_out .kz_nav_in .guide ul{
    position: absolute;
    top: 47px;
    background: rgba(44, 97, 166, 0.9);
    display: none;
    z-index: 9999;
}
.kz_nav_out .kz_nav_in .guide ul li{
    line-height: 40px;
    font-size: 14px;
    width: 200px;
    border-top: 1px solid rgba(234, 241, 248, 0.62);
}
.kz_nav_out .kz_nav_in .guide ul li a{
    color: #ffffff;
    padding-left: 25px;
    display: block;
}
.kz_nav_out .kz_nav_in .guide ul li a:hover{
    background-color: #05428a;
}
/*页面底部*/
.footer .footer_middle::after{display:block;clear:both;content:"";visibility:hidden;height:0}

.footer{
    width: 100%;
    height: 153px;
    background-color: #287ead;
    margin-top: 40px;
}
.footer .footer_middle{
    width: 1200px;
    margin: 0 auto;
    padding-top: 34px;
}
.footer .footer_middle .footer_logo{
    /*display: inline-block;*/
    float: left;
    border-right: 1px solid #3389b8;
    padding-left: 25px;
    padding-right: 47px;
    padding-top: 16px; 
}
.footer .footer_middle .support{
    padding-left: 49px;
    width: 480px;
    float: right;
    color: #ffffff; 
    font-size: 14px;
    line-height: 25px;
     margin-top:-100px;

}
.footer .footer_middle .support a{
    color: #ffffff;
}
.footer .footer_middle .support a:hover{
    color: #195cad;
}
.footer .footer_middle .code{
    float: left;
}

/*左侧导航栏*/

.nav_content{
    width: 240px;
    float: left;
    height: 600px;
    background: url("../images/bg1.png") no-repeat bottom;
}
.nav_content .nav_out li{
    margin-top: 3px;
}

.nav_content .nav_out p{
    line-height: 56px;
    padding-left: 28px;
}
.nav_content .nav_out li .blue_bg{
    background-color: #0062ac;
    color: #ffffff;
}
.nav_content .nav_out li .selected{
    background-color: #0062ac;
    color: #ffffff;
}
.nav_content .nav_out .nav_in{
    display: none;
}
.nav_content .nav_out .arrow{
    float: right;
    margin-right: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 17px;
}

.nav_content .nav_out .click_me .arrow{
    background: url("../images/r_arrow.png") no-repeat;
}
.nav_content .nav_out .blue_bg .arrow{
    background: url("../images/d_arrow.png") no-repeat;
}
.nav_content .nav_out .click_me{
    cursor: pointer;
    background-color: #edeeef;
}
.nav_content .nav_out .nav_in a{
    color: #000000;
    display: block;
}
.nav_content .nav_out .nav_in p{
    border-bottom: 1px solid #ebeced;
    font-size: 14px;
}
.nav_content .nav_out .nav_in a span{
    padding-right: 5px;
}
.nav_content .nav_out .nav_in a:hover{
    color: #0062ac;
}
.nav_content .nav_out .click_me:hover{
    background-color: #0062ac;
    color: #ffffff;
}
.nav_content .nav_top{
    color: #ffffff;
    padding: 40px 0;
    line-height: 40px;
    text-align: left;
    font-size: 30px;
    padding-left: 30px;
    background-color: rgba(39, 123, 168, 0.9);
}
.nav_content .nav_top .en{
    font-size: 20px;
}
.content .content_lists{
    width: 950px;
    float: right;
    background-color: rgba(255, 255, 255, 0.9);
}
.content .content_lists .title>p{
    float: left;

    font-size: 24px;
    padding-left: 40px;
}
.content .content_lists .title p{
    line-height: 90px;
}
.content .content_lists .position{
    float: right;
}
.content .content_lists .position a{
    color: #3c88b0;
}
.content .content_lists .position p{
    padding-right: 10px;
}

.content{
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    position: relative;
    margin-top: -90px;
    overflow: hidden;
}
.content .title{
    overflow: hidden;
}
.top_pic{
    width: 100%;
    height: auto;
}
.top_pic img{
    max-width: 100%;
    height: auto;
    margin-top: -2px;
}
