/* 初始化CSS样式 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size: 16px; line-height: 1; font-family:'Microsoft Yahei','simsun','arial','tahoma';  color: #333; }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a,
img {
    -webkit-touch-callout: none
}
a,
a:active,
a:focus,
a:hover,
a:visited {text-decoration: none}
input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}
.banxin{
	width: 1300px;
	margin:0 auto;
}
.banxin2{
	width: 1200px;
	margin:0 auto;
}
body{
	min-width: 1300px;
}
/* 导航 */
.nav {
	display: flex;
	justify-content: space-between;
	height: 100px;
	line-height: 100px;
	width: 1300px;
	margin: 0 auto;
}

.navlist ul {
	display: flex;
	justify-content: space-around;
}

.navlist ul li a{
	margin: 0px 30px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
}

.navlist ul li a:hover {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2B3DA8;
}

.navActive {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2B3DA8;
}

.logo {
	margin-left: 50px;
	margin-top: 7px;
	display: flex;
	align-items: center;
}

.search img {
	vertical-align: middle;
}

.search {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.search5 {
	margin: 0 50px 0 15px;
}

.search1,
.search2,
.search3,
.search4 {
	margin-left: 15px;
}

.search3 {
	width: 1px;
	height: 22px;
	background: #CCCCCC;
	display: inline-block;
	vertical-align: middle;
}
/* footer */

.footer{
	height: 342px;
	background: #2B2B2B;
}
.footer-link{
	height: 79px;
	line-height: 79px;
	text-align: center;
	border-bottom: 1px solid rgba(242, 246, 249, .1);
	color: #FFFFFF;
}
.footer-link a{
	margin: 0 38px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.footer-center{
	height: 200px;
	
	display: flex;
	justify-content: space-around;
}
.footer-beian{
	line-height: 60px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	border-top: 1px solid rgba(242, 246, 249, .1);
}
.footer-center1{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	margin-top: 70px;
}
.footer-center1 img{
	margin-right: 7px;
	margin-left: 48px;
}
.footer-center2-line{
	height: 170px;
	border-left: 1px solid rgba(242, 246, 249, .1);
}
.footer-center2-line{
	display: flex;
	padding: 0 43px;
	padding-top: 30px;
}
.footer-center2-line div{
	margin: 0px 27px;
}
.footer-center2-line h1{
	margin-top: 10px ;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

/* banner下的长方形 */
.bannerbox {
	height: 130px;
	background: #FFFFFF;
	width: 1300px;
	margin: -130px auto 0;
	box-shadow: 6px 5px 18px 0px rgba(174, 163, 163, 0.31);
	display: flex;
	position: relative;
	z-index: 1;
	
}

.bannerbox1 {
	width: 25%;
	background: #2B3CA8;
	background: linear-gradient(to right, #6F7BC4, #2D3EA9, #2B3CA8)
}

.bannerbox1 h1 {
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin: 33px 0 0 79px;
}

.bannerbox1 p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin: 20px 0 0 79px;
}

.bannerbox2 {
	width: 25%;
	line-height: 130px;
	text-align: center;
}

.bannerbox2 h1 {
	font-size: 26px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}

.bannerbox2 div {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.bannerbox2 img {
	vertical-align: middle;
	margin-right: 22px;
}


