* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Microsoft YaHei;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}


@media screen and (max-width:1250px) {
	body {
		width: 100%;
		min-width: 1250px;
	}
}

.container {
	width: 100%;
}

.container-center {
	width: 1200px;
	margin: 0 auto;
}
/* 页头  */
.header {
	background: #fff;
	width: 100%;
}

.header-top {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	/*height: 107px;*/
	background-color: #fff;
}

.header-top .logo-img {
	display: block;
	/*width: 375px;
	height: 75px;*/
}

.header-title {
	width: 460px;
	margin: 0 50px;
}

.header-title .header-title-icon {
	display: block;
	width: 100%;
	height: 75px;
}

.header-title .title-text {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.header-tel {
	display: flex;
	align-items: center;
	width: 270px;
	height: 75px;
}

.header-tel .tel-icon {
	width: 270px;
	height: 75px;
	/*margin-right: 10px;*/
}

.header-tel>div h5 {
	width: 120px;
	font-size: 16px;
	color:#2255E8;
	line-height: 20px;
}
/*页头 导航栏*/
.header-nav{
	width: 100%;
	background: #000;
}

.header-nav-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.header-nav-box>a {
	display: block;
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.header-nav-box .active {
	background: #cd910f;
}

/* 页脚 */
.footer {
	background-color: #30302d;
	min-width: 1200px;
}

.footer-content-top {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 140px;
	width: 1000px;
	margin: 0 auto;
}

.footer-content-top .item-box {
	display: flex;
	align-items: center;
	width: 220px;
	height: 100px;
	font-size: 14px;
	color: #fca23a;
	line-height: 20px;
}

.footer-content-top .item-box img {
	display: block;
	width: 80px;
	/*height: 80px;*/
	margin-right: 15px;
}

.footer-content-mm1 {
	display: flex;
	justify-content: space-around;
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #9a9b98;
	font-size: 12px;
}

.footer-content-mm1 .logo-img {
	display: block;
	width: 332px;
	height: 75px;
	margin-top: 30px;
}

.footer-content-mm1 .footer-logout {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 740px;
	height: 212px;
	padding: 20px 70px 0;
	font-size: 12px;
	box-sizing: border-box;
	border-top: 1px solid #666666;
}

.footer-content-mm1 .footer-logout a {
	width: 150px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}

.footer-content-mm1 .logo-code-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 220px;
}

.footer-content-mm1 .logo-code-box img {
	display: block;
	width: 95px;
	height: 95px;
	margin: 30px 0 10px;
}

.footer-content-mm1 .logo-code-box p {
	width: 100%;
	line-height: 15px;
	font-size: 11px;
}

.footer-content-mm2 {
	margin: 0 auto;
	box-sizing: border-box;
	color: #9a9b98;
	font-size: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #666666;
	line-height: 26px;
}

.footer-content-mm2 p {
	width: 1200px;
	margin: 0 auto;
}

.footer-content-mm2 div {
    height: 52px;
    overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.footer-content-mm2 div li {
	width: 20%!important;
	float: left!important;
	height: 26px;
	overflow: hidden;
	list-style: none!important;
}
.footer-content-mm2 div a {
	color: #9a9b98;
}

.footer-content-mm2 div a::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #9a9b98;
}

.footer-content-bottom {
	display: flex;
	justify-content: center;
	width: 1200px;
	padding: 15px 80px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footer-content-bottom p {
	width: 60px;
	font-size: 11px;
	color: #999999;
	line-height: 20px;
}

.footer-content-bottom .hot-link {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	line-height: 20px;
	width: 960px;
	color: #9a9b98;
	font-size: 10px;
}

.footer-content-bottom a {
	margin-right: 5px;
	color: #999999;
	font-size: 10px;
}
.footer a {
    color: #9a9b98;
    font-family: "微软雅黑";
    margin: 0;
}
