*{
	box-sizing: border-box;
}
html {
	width: 100%;
	height: 100%;
	overflow-x: auto;
}

body {
	min-width: 1360px;
	min-height: 100%;
	position: relative;
	background: #fff;
}

.img-bg{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -2;
}

.containers{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.top{
	height: 305px;
	position: relative;
}
.top-bg{
	width: 1221px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 128px;
}
.img-logo{
	width: 666px;
	height: 126px;
	position: absolute;
	top: 73px;
	left: 0;
}
.search-box{
	position: absolute;
	top: 205px;
	right: 0;
	width: 290px;
	height: 38px;
}
.search-inp{
	width: 290px;
	height: 38px;
	border: 1px solid #e0e0e0;
	background: #fff;
	padding-left: 15px;
	padding-right: 80px;
	border-radius: 38px;
}
.search-btn{
	position: absolute;
	width: 24px;
	height: 24px;
	top: 6px;
	right: 14px;
	cursor: pointer;
	z-index: 1;
}

/*导航 s*/
.nav-box{
	height: 50px;
	font-size: 0;
	overflow: hidden;
}
.nav-list{
	height: 50px;
	/* border-bottom: 1px solid #d5d7d9; */
	background: #0168b7;
}
.nav-list li.active{
	background: #02487d;
}
.nav-list li.active i{
	display: none;
}
.nav-list li{
	width: 200px;
	text-align: center;
	line-height: 49px;
	font-size: 20px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.nav-list li a{
	color: #fff;
	display: block;
}
.nav-list li i{
	height: 19px;
	width: 1px;
	background: #80b4db;
	position: absolute;
	right: 0;
	top: 15px;
}
/*导航 e*/

.main{
	background-color: #fff;
	padding-top: 24px;
	padding-left: 24px;
	padding-right: 22px;
	overflow: hidden;
}

.pub-list li a{
color:#3a3a3a;
}
.nav-list li i{
right:-1px !important;
}
.pub-title span a{
color:rgb(58,58,58);
}
.tab-title>div a {
    color: #3a3a3a;
}
.tab-title>div.active a {
    color: #fff;
}
.tool-box {width: 1155px;margin: 0 auto;position: relative;font-size: 12px;}
.toolBox{position:absolute;top:22px;right:0px;}
.toolBox a{font-size: 12px;cursor: pointer;color: #3a3a3a;}
.toolBox span {padding: 0 13px;}
/*底部 s*/
.bottom{
	/* position: absolute; */
    width: 100%;
    bottom: 0;
    height: 171px;
    background: #fff;
    font-size: 14px;
    overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}
.smlj-box{
	height: 44px;
	line-height: 44px;
	background: #757575;
	text-align: center;
	color: #a1a1a1;
	font-size: 12px;
}
.smlj-box a{
	margin-right: 60px;
	margin-left: 38px;
	color: #fff;
}
.bottom-d{
	width: 100%;
	height: 127px;
	line-height: 127px;
	background: #fff;
	font-size: 12px;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	color: #252525;
}
.bottom-box{
	vertical-align: middle;
	height: 72px;
	display: inline-block;
	position: relative;
}
.bottom p{
	height: 36px;
	line-height: 36px;
}
.bottom p span{
	margin-left: 20px;
}
.bottom p span:first-child{
	margin-left: 0;
}
.b1{
	position: absolute;
	left: 54px;
	top: 5px;
	width: 64px;
	height: 60px;
}
.b2{
	position: absolute;
	left: 132px;
	top: 5px;
	width: 52px;
	height: 62px;
}
.b3{
	position: absolute;
	right: 43px;
	top: 9px;
	width: 108px;
	height: 53px;
}
.b_gh{
	margin-left: 13px;
	margin-right: 8px;
	vertical-align: top;
	margin-top: 7px;
}
#verifyBrowser {
	    position: fixed;
	    top: 0px;
	    width: 100%;
	    height: 45px;
	    line-height: 45px;
	    background: #ffe266;
	    border-bottom: 1px solid #f5e29d;
	    border-top: 1px solid #f5e29d;
	    text-align: center;
	    font-size: 14px;
	    color: #444;
	    display: none;
	    z-index: 999;
	}

	#verifyBrowser .close {
	    display: block;
	    width: 20px;
	    height: 20px;
	    color: #c29417;
	    cursor: pointer;
	    position: absolute;
	    top: 0px;
	    right: 20px;
	}
/*底部 e*/
@media screen and (max-width: 1200px) {

.top {
  height: 2.9rem;
}
.top-bg {
    width: 160%;
		left: 0;
}
.img-logo {
    width: 70%;
    height: .92rem;
    position: absolute;
    top: 0.43rem;
    left: 0.3rem;
}
.hright-logo {
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: 0.68rem;
    right: 0.3rem;
}
.search-box {
    position: absolute;
    top: 1.64rem;
    right: 0.3rem;
    left: .3rem;
    width: 92%;
    height: .8rem;
}
.search-inp {
    width: 100%;
    height: .8rem;
    padding-left: .8rem;
    padding-right: .4rem;
    border-radius: .4rem;
    font-size: .28rem;
    position: absolute;
}
.search-inp::placeholder{
	color: #afafaf;
}
.search-btn {
    width: .28rem;
    height: .26rem;
    top: 0.28rem;
    left: .4rem;
    right: 0;
}
.search-btn img{
		width: .28rem;
		height: .26rem;
    position: absolute;
}
.nav-box ,.nav-list{
    height:auto;
}
.nav-list li {
    width:33.33%;
    line-height: .88rem;
    font-size:.24rem;
		border-bottom: 1px solid #005da4;
}
.nav-list li i {
    height: .88rem;
    width: 2px;
    background: #005da4;
    top: 0;
}
.bottom{
			height: auto;
			font-size: .22rem;
		}
		.smlj-box{
			height: auto;
			line-height: normal;
			font-size: .24rem;
			padding: .23rem .94rem;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.smlj-box a{
			width: 33.33%;
			margin-right:0;
			margin-left: 0;
			padding: .2rem 0 .22rem;
			color: #fff;
		}
		.bottom-d{
			width: 100%;
			height: auto;
			line-height: normal;
			font-size: .22rem;
			padding: .48rem .3rem .55rem .46rem;
		}
		.bottom-box{
			vertical-align: middle;
			height: auto;
			display: inline-block;
			position: relative;
		}
		.bottom p{
			height: auto;
			line-height: 2;
			
		}
		.bottom p span{
			margin-left: .2rem;
		}
	
		.b2{
			position: absolute;
			left: 0;
			top: 0;
			width: .58rem;
			height: .64rem;
		}
		.b2 img{
		  width: 100%;
		}
		.b3{
			position: absolute;
			right: 0!important;
			top: 0;
			width: .86rem;
			height: .54rem;
		}
		.b_gh {
		    margin-left: 0;
		    margin-right: .1rem;
		    vertical-align: top;
		    margin-top: 0.1rem;
		    width: .3rem;
		    height: .3rem;
		}

}