@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";
}
body{
    background-color: #fff;
}
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{
    width: 100%;
}
.header_top{
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}
.header_top div{
    float: left;
    font-size: 14px;
    color: #808080;
}
.header_top div a{
    color: #808080;
}
.header_top div a:hover{
    color: red;
}
.header_top ul{
    float: right;
    overflow: hidden;
}
.header_top ul li{
    float: left;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    margin-left: 15px;
}
.header_top ul li a{
    display: block;
    float: left;
    color: #808080;
    overflow: hidden;
    transition: all 0.4s linear;
    margin-top: 2px;
}
.header_top ul li a.h_a1{
    padding-left: 30px;
    background: url(../images/public/wxs.png) no-repeat;
    background-position: 0 50%;
}
.header_top ul li a.h_a2{
    padding-left: 30px;
    background: url(../images/public/wb.png) no-repeat;
    background-position: 0 50%;
}
.header_top ul li a.h_a3{
    padding-left: 20px;
    background: url(../images/public/wza.png) no-repeat;
    background-position: 0 50%;
}
.header_top ul li a.h_a1:hover{
    background: url(../images/public/wxs_h.png) no-repeat;
    background-position: 0 50%;
}
.header_top ul li a.h_a2:hover{
    background: url(../images/public/wb_h.png) no-repeat;
    background-position: 0 50%;
}
.header_top ul li a.h_a3:hover{
    background: url(../images/public/wza_h.png) no-repeat;
    background-position: 0 50%;
}
.header_top ul li a:hover{
    color: red;
}
.header_top ul li span{
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s linear;
}
.header_top ul li span:hover{
    color: red;
}

.header_container{
    width: 1200px;
    padding: 30px 0 0;
    margin: 0 auto;
    overflow: hidden;
}
.logo{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.logo a{
    display: block;
    width: 70%;
    margin: 0 auto;
}
.logo a img{
    width: 80%;
}
.logo a img:first-child{
    width: 10%;
    margin-right: 10px;
}
.header_nav{
    width: 100%;
}
.header_nav ul{
    width: 100%;
    overflow: hidden;
}
.header_nav ul li{
    float: left;
    width: 20%;
    overflow: hidden;
}
.header_nav ul li a{
    display: block;
    font-size: 22px;
    color: #2f5594;
    text-align: center;
    padding: 25px 0;
    transition: all 0.4s linear;
}
.header_nav ul li.on a{
    color: #fff;
    background-color: #2f5594;
}
.header_nav ul li a:hover{
    color: #fff;
    background-color: #2f5594;
}

.header_bottom{
    width: 100%;
    padding: 190px 0 360px;
    background: url(../images/public/header_bottom.jpg) no-repeat;
    background-size: 100% 100%;
}
.h_bottom_main{
    width: 1200px;
    margin: 0 auto;
}
.seek{
    width: 50%;
    font-size: 14px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}
.seek form{
    overflow: hidden;
}
.seek form input{
    display: block;
    float: left;
    width: 82%;
    text-indent: 15px;
    padding: 15px 0;
    border: none;
    background: none;
    outline: none;
}
.seek form button{
    float: left;
    width: 18%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 14px 0;
    background-color: #2f5594;
    cursor: pointer;
    border: none;
    outline: none;
}

/*公共中部*/
.main{
    width: 100%;
    position: relative;
    margin-top: -101px;
}
.container{
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
}
/*公共尾部*/


/*-----------------------------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;
}
.ctn {
    width: 1200px;
    margin: 0 auto;
    padding:20px;
}

.ctn{
	margin: 0 auto;
}
.ctn_left{
	width: 64%;
        float:left;
}
.ctn_left p{
	font-size: 14px;
}
.ctn_left span{
	font-size: 14px;
}
.ctn_right{
	padding-top: 20px;
	width: 24%;
        float:right;
}
.ctn_right img{
	margin-left: 20px;
}
.xglj_div .xglj{
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    background: #005293;
    color: #fff;
}
.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;
    /* border: 1px solid #ddd; */
    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;
}
.xglj_div div span{
	font-size:14px;
}
.xglj_ul li{
	font-size:14px;
}
.other li{
	font-size:14px;
}
.fl{
	float:left;
}
.mgbm10 {
    margin-bottom: 10px;
}


/*当前位置*/
.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;
}
@media (max-width: 1200px) {
    .header {
        width: 1200px;
    }
}

/* ios */
@media (max-width: 760px) {
    .header{
        width: 100%;
    }
    .header_top,
    .header_container,
    .h_bottom_main,
    .container,
    .footer_main {
        width: 100%;
    }
    .header_top div{
        float: none;
        width: 100%;
        font-size: 12px;
        text-align: center;
    }
    .header_top ul,
    .seek,
    .footer_yqlj,
    .f_main_right {
        display: none;
    }
    .logo{
        float: none;
        width: 70%;
        margin: 0 auto; 
    }
    .logo a,
    .logo a img{
        width: 100%;
    }
    .logo a img:first-child{
        margin: 0;
    }
    .header_nav{
        float: none;
        width: 92%;
        margin: 0 auto;
    }
    .header_nav ul li{
        width: 50%;
        padding-top: 10px;
    }
    .header_nav ul li:first-child{
        width: 100%;
    }
    .header_nav ul li a{
        float: none;
        font-size: 18px;
    }
    .header_bottom {
        padding: 50px 0 150px;
        /* background-size: auto 100%; */
        background-size: 100% 100%;
    }
    .f_main_left{
        float: none;
        width: 100%;
        font-size: 12px;
        text-align: center;
    }
    .f_main_left p span{
        padding: 0 2px 0 5px;
    }


.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;
}

}