@media screen and (max-width:1250px) {
	body {
		width: 100%;
		min-width: 1250px;
	}
}
.container {
	width: 100%;
}
.container-center-top {
	width:100%;
	margin: 0 auto;
}
.container-center {
	width:1200px;
	margin: 0 auto;
}
/* 页头  */
.header {
	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 {
	position: inherit;
	width: 100%;
	/* height: 140px; */
	z-index: 999;
}
.header .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	color: #22D66A;
	width: 1000px;
	margin:0 auto;
}
.header .top .header-logo {
	display: block;
	height: 50px;
}
.header .top-box {
	width: 100%;
}
.header .top .title {
	font-size: 20px;
	font-family: yizhiqingshu;
	font-weight: 400;
	color: rgba(27, 230, 112, 1);
}
.header .header-nav-box{
	width: 100%;
	background: #00a482;
}
.header .header-nav {
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	width: 1200px;
	padding: 0 150px;
	border-bottom: 2px solid #5F8381;
	box-sizing: border-box;
	background: #00a482;
	font-size:16px;
}
.header .header-nav .triangle {
	position: relative;
}
.header .header-nav .triangle::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 7px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.header .header-nav a {
	color: #fff;
}
.header .header-nav li a {
	color: black;
}

/* 页脚 */
.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::after {
	content: '';
	position: absolute;
	bottom: 5px;
	width: 800px;
	left: 35%;
	transform: translateX(-35%);
	border-bottom: 1px solid #666666;
}

.footer-content-top .item-box {
	display: flex;
	align-items: center;
	width: 220px;
	height: 100px;
	font-size: 14px;
	color: #34B969;
	line-height: 20px;
}

.footer-content-top .item-box img {
	display: block;
	width: 80px;
	height: 80px;
	margin-right: 15px;
}

.footer-content-mm {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
	box-sizing: border-box;
	color: #9a9b98;
	font-size: 12px;
	border-bottom: 1px solid #666666;
}

.footer-content-mm .logo-img {
	display: block;
	width: 145px;
	height: 110px;
	padding-bottom: 20px;
}

.footer-content-mm .logout-contact-introduction {
	width: 760px;
	margin: 0 40px 0 70px;
}

.footer-content-mm .logout-contact {
	display: flex;
	width: 760px;
}

.logout-contact .footer-logout {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 560px;
	height: 150px;
	padding: 30px 0;
	font-size: 12px;
}

.logout-contact .footer-contact {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 200px;
	height: 150px;
	padding: 30px 0;
	font-size: 12px;
}

.logout-contact .footer-logout a {
	width: 140px;
	color: #fff;
	line-height: 30px;
}

.logout-contact .footer-contact a {
	width: 100px;
	color: #fff;
	line-height: 30px;
}

.logout-contact-introduction .footer-introduction {
	width: 100%;
	height: 40px;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
}

.footer-content-mm .logo-code-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 220px;
	height: 150px;
}

.footer-content-mm .logo-code-box img {
	display: block;
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
}

.footer-content-mm .logo-code-box p {
	width: 100%;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
}
.footer-content-mm .logo-code-box p a{
	color: #9a9b98;
}
.footer-content-bottom {
	display: flex;
	justify-content: center;
	width: 1200px;
	padding: 20px 80px 15px;
	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
}
/*头部下拉*/
.drop1{position: relative;height: 35px;line-height: 35px;}
.drop1:hover .drops1{display: block;}
.drops1{display: none;position: absolute;z-index: 999;top: 35px;left: 0px;width: 150px;background:#fff;border-bottom: 1px solid #212121;}
.drops1 li{line-height: 35px;border-bottom: 2px solid black;text-align: center;}
.drops1 li:hover{line-height: 35px;background: #1df2c6;}








