@charset "utf-8";
body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,button,textarea,table,tbody,tfoot,thead,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
    margin: 0;
    padding: 0;
    outline: 0;
    background: transparent;
}
article,aside,dialog,figure,footer,header,hgroup,nav,section {
    display: block;
}
body,button,input,select,textarea {
    font: 12px/1.5 arial;
    font-family: "Microsoft YaHei","SimHei";
}
.fl{
    float:left;
}
.fr{
    float:right;
}
body{
    background-color: #f7f7f7;
}
h1,h2,h3,h4,h5,h6,button,input,select,textarea {
    font-size: 100%;
}
address,cite,dfn,em,var {
    font-style: normal;
}
code,kbd,pre,samp {
    font-family: courier new,courier,monospace;
}
small {
    font-size: 12px;
}
ul,ol,li {
    list-style: none;
}
img {
    border: none;
}
a {
    outline: thin none;
    text-decoration: none;
    color:#000;
}
a:hover {
    color: #c50001;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}


/*header*/
.header{
    width: 100%;
    background: url(../images/public/header.jpg) no-repeat;
    background-size: 100% auto;
    background-position: 0 -208px;
}
.header_top{
    width: 100%;
    background-color: #2f5594;
}
.h_top_main{
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}
.h_top_main div{
    float: left;
    font-size: 14px;
    color: #fff;
}
.h_top_main div a{
    color: #fff;
}
.h_top_main div a:hover{
    color: red;
}
.h_top_main ul{
    float: right;
    overflow: hidden;
}
.h_top_main ul li{
    float: left;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    margin-left: 15px;
}
.h_top_main ul li a{
    display: block;
    float: left;
    color: #fff;
    overflow: hidden;
    transition: all 0.4s linear;
    margin-top: 2px;
}
.h_top_main ul li a.h_a1{
    padding-left: 25px;
    background: url(../images/public/wxs.png) no-repeat;
    background-position: 0 50%;
}
.h_top_main ul li a.h_a2{
    padding-left: 25px;
    background: url(../images/public/wb.png) no-repeat;
    background-position: 0 50%;
}
.h_top_main ul li a.h_a3{
    padding-left: 20px;
    background: url(../images/public/app.png) no-repeat;
    background-position: 0 50%;
}
.h_top_main ul li a.h_a4{
    padding-left: 25px;
    background: url(../images/public/xx.png) no-repeat;
    background-position: 0 50%;
}
.h_top_main ul li a.h_a1:hover{
    background: url(../images/public/wxs_h.png) no-repeat;
    background-position: 0 50%;
}
.h_top_main ul li a.h_a2:hover{
    background: url(../images/public/wb_h.png) no-repeat;
    background-position: 0 50%;
}
.h_top_main ul li a.h_a3:hover{
    background: url(../images/public/app_h.png) no-repeat;
    background-position: 0 50%;
}
.h_top_main ul li a.h_a4:hover{
    background: url(../images/public/xx_h.png) no-repeat;
    background-position: 0 50%;
}
.h_top_main ul li a:hover{
    color: red;
}
.h_top_main ul li span{
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s linear;
}
.h_top_main ul li span:hover{
    color: red;
}

.header_container{
    width: 100%;
    background: url(../images/public/header_container.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
}
.header_nav{
    width: 1200px;
    margin: 0 auto;
}
.header_nav ul{
    width: 100%;
    overflow: hidden;
}
.header_nav ul li{
    float: left;
    width: 19.66%;
}
.header_nav ul li a{
    display: block;
    width: 70%;
    font-size: 22px;
    color: #2f5594;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    transition: all 0.4s linear;
}
.header_nav ul li a.on{
    color: #fff;
    background: url(../images/public/nav_hover.png) no-repeat;
    background-size: 100% 100%;
}
.header_nav ul li a:hover{
    color: #fff;
    background: url(../images/public/nav_hover.png) no-repeat;
    background-size: 100% 100%;
}

.header_bottom{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 80px;
}
.logo{
    width: 38%;
    margin: 0 auto;
}
.logo a{
    display: block;
}
.logo a img{
    width: 100%;
}
.seek{
    width: 70%;
    padding: 10px;
    background: url(../images/public/seek.png) no-repeat;
    background-size: 100% 100%;
    margin: 80px auto 0;
    overflow: hidden;
}
.seek form{
    overflow: hidden;
}
.seek form input{
    display: block;
    float: left;
    width: 92%;
    font-size: 16px;
    text-indent: 15px;
    padding: 15px 0;
    border: none;
    outline: none;
    background: none;
}
.seek form button{
    float: left;
    width: 8%;
    height: 52px;
    background: url(../images/public/ss.png) no-repeat;
    background-position: 50% 40%;
    cursor: pointer;
    border: none;
    outline: none;
}
/*header*/

/*main*/
.main{
    width: 100%;
    background: url(../images/public/main.png) no-repeat;
    background-size: 100% 100%;
}
.container{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #ffffff;
}
/*main*/

/*footer*/
/*-----------------------------footer页脚-----------------------------*/
.footer{
    background-color: #2f5594;
    height: 40px;
}
.footer_ctn{
    width: 1200px;
    margin: 0 auto;
}
.footer_ctn ul li{
    float: left;
    font-size:14px;
    line-height: 40px;
    color: #FFFFFF;
    margin-right: 5px;
}
.footer_ctn ul li a{
    color:#FFFFFF;

}

/* 网站地图 + 关于我们 */
.other {
    overflow: hidden;
}
.other li {
    float: left;
}
.mgbm10 li a{
    font-size:14px;

}
.mgbm10{
    line-height:30px;
}
.ctn{
    margin: 0 auto;
    padding: 20px;
    width:1200px;
}
.ctn_left{
    width: 64%;
}
.ctn_left p{
    font-size: 14px;
}
.ctn_left span{
    font-size: 14px;
}
.ctn_right{
    width: 24%;
    margin-top: 10px;
}
.ctn_right img{
    margin-left: 20px;
}
.xglj_div .xglj{
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    background: #005293;
    color: #fff;
    font-size: 14px;
}
.xglj div{
    padding: 0 20px;
}
.xglj .xglj_ul{
    /*width: 1200px;*/
    margin-left: 80px;
}
.xglj_ul li{
    float: left;
    margin-right: 105px;
    cursor: pointer;
}
.xglj_ul li i{
    display: inline-block;
    width: 10px;
    height: 9px;
    background: url("../images/public/xiala.png") no-repeat;
    margin-left: 10px;
}
.xglj_div .tab-content{
    width: 1200px;
    margin: 0 auto;
}
.tab-content .tab-item {
    width: 100%;
    min-height: 100px;
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
    display: none;
}
.tab-content .tab-item.active{
    display: block;
}
.tab-content .tab-item ul li {
    float: left;
    width: 25%;
}
.tab-content .tab-item ul li a {
    display: block;
    padding: 0 10px;
    margin-bottom: 20px;
}

/*当前位置*/
.crumbs {
    width: 100%
    /*footer*/
}
/*当前位置*/
.crumbs{
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    padding: 16px 0 6px;
    border-bottom: 1px solid #cecece;
}
.crumbs img{
    display: inline-block;
    margin-bottom: -1px;
}
.crumbs span{
    display: inline-block;
    margin-left: 5px;
}
.crumbs a{
    display: inline-block;
    margin-left: 5px;
}

/*分页样式*/
/*-------------------------------------------------------------------*/
#page_div{
    width: 80%;
    margin: 1em auto;
    text-align: center;
}
.pagination-index,
.pagination-num{
    border: 1px solid #bfbfbf;
    margin: 0.2em;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 3px;
    color: #000;
}
.pagination-num.active,
.pagination-index:hover,
.pagination-num:hover{
    background: #1a4d99;
    color: white;
}
.pagination-last{
    margin-left: 0;
}
.pagination-last>span{
    margin: 0.5em;
}
.pagination-last>input{
    width: 2em;
    height: 1.3em;
    text-align: center;
}

/* ios */
@media (max-width: 760px) {
    .header{
        background-size: auto 100%;
        background-position: 30% 0;
    }
    .h_top_main,
    .header_nav,
    .header_bottom,
    .container,
    .footer_bottom{
        width: 100%!important;
    }
    .h_top_main div{
        float: none;
        font-size: 12px;
        text-align: center;
    }
    .header_container{
        width:100%;
        padding: 10px 0 20px;
    }
    .header_nav ul li{
        width: 50%;
        margin-top: 10px;
    }
    .header_nav ul li a{
        font-size: 18px;
    }
    .header_bottom{
        padding: 30px 0 60px;
    }
    .logo {
        width: 84%;
    }
    .h_top_main ul,
    .seek,
    .f_bottom_right{
        display: none;
    }
    .lianjie{
        display: none;
    }
    .f_top_main{
        width: 100%;
        font-size: 12px;
        text-align: center;
    }
    .f_top_main a,
    .f_top_main span{
        float: none;
        display: inline-block;
    }
    .f_top_main div{
        display: none;
    }
    .f_top_main span{
        padding: 0 3px;
    }
    .footer_bottom{
        padding: 10px 0 20px;
    }
    .f_bottom_left{
        float: none;
        width: 96%;
        font-size: 12px;
        text-align: center;
    }

    .ctn {
        width: 100%;
        padding: 0px 0px;
    }
    .xglj_div .tab-content {
        width: 1200px;
    }
    .xglj_div .xglj {
        display:none;
    }
    .ctn_left {
        width: 100%;
       
        color: white;
        background-color:#337ab7;
    }
    .ctn_right{
        display:none;
    }
    .mgbm10 li a {
        color: rgb(255, 255, 255);
    }
    .mgbm10 {
    margin-bottom: 0px;
    padding: 10px 10px;
}
.ctn_left p {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0px 10px;
}

}

@media screen and (max-width: 1200px) and (min-width: 760px) {
    body {
        width: 1200px;
    }
}