@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	box-sizing: border-box;
}

@font-face {
	font-family: SHSCN;
	src: url('../font/SourceHanSansCN-Normal.otf');
	font-weight: normal;
}

html,
body {
	min-width: 1210px;
	background: #FFFFFF;
	font-family: "微软雅黑";
}

ul {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #080808;
}

.clearfix {
	clear: both;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

/*head*/
.publi-head{
	
}

.publi-head .logo{
	float: left;
}

.publi-head .nav{
	float: right;
	font-size: 16px;
}

.publi-head .nav ul{
	display: flex;
	justify-content: space-between;
	line-height: 100px;
	width: 670px;
}

.publi-head .nav ul li:hover a,
.publi-head .nav ul .on a{
	color: #0f6eba;
	text-shadow: -1px 0 1px #2B5DAC;
}



/*banner*/

.banner {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.slideBox {
	width: 1920px;
	height: 100%;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.slideBox .hd {
	height: 15px;
	width: 100%;
	position: absolute;
	bottom: 20px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	display: flex;
	justify-content: center;
}

.slideBox .hd ul li {
	width: 30px;
	height: 5px;
	background-color: #bbbbbb;
	cursor: pointer;
}

.slideBox .hd ul li:nth-of-type(2) {
	margin: 0 15px;
}

.slideBox .hd ul li.on {
	background-color: #2B5DAC;
	color: #fff;
}

.banner-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	margin-top: -17px;
	width: 1200px;
	height: 35px;
	z-index: 2;
	display: flex;
	justify-content: space-between;
}

.banner-btn .prev:hover,
.banner-btn .next:hover {
	opacity: 0.8;
}



/*foot*/
.publi-foot{
	background: #1b2126;
	color: #FFFFFF;
	padding: 40px 0;
	text-align: center;
}

.publi-foot a{ 
	color: #FFFFFF;
}

.publi-foot a:hover{ 
	color: #2B5DAC;
}

.publi-foot .top ul{
	display: flex;
	justify-content: space-between;
	max-width: 555px;
	margin: 0 auto;
	font-size: 16px;
}

.publi-foot .bottom{
	margin-top: 15px;
	font-size: 14px;
}
