@media screen and (max-width:1250px) {
	body {
		width: 100%;
		min-width: 1250px;
	}
}

.footer-container {
	width: 100%;
}

.container-center {
	width: 1200px;
	margin: 0 auto;
}

.container .ch-tit {
	position: relative;
	font-size: 35px;
	margin: 0 auto 10px;
	padding-left: 15px;
	text-align: center;
	color: #2783f2;
	line-height: 35px;
}

.container .ch-tit::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	width: 10px;
	height: 35px;
	background-color: #2783f2;
}

.container .en-tit {
	width: 100%;
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	color: #575757;
	line-height: 25px;
	margin-bottom: 40px;
}

/* 页头  */
.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-nav {
	width: 100%;
	background: #fff;
}

.header-nav-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.header-nav-box .nav-item {
	position: relative;
	display: block;
	width: 150px;
	height: 60px;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.header-nav-box .nav-item a {
	color: #000;
}

.header-nav-box .active {
	background: #fff;
	border: 1px solid #c5d1db;
}

.header-nav-box .nav-item .nav-item-pop {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 999;
}

.header-nav-box .nav-item .nav-item-pop>li {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	line-height: 40px;
	background: rgba(2, 62, 135,.7);
}


.header-nav-box .nav-item .nav-item-pop>li>a {
	color: #fff;
}

.header-nav-box .nav-item.nav-item-pop>li:last-child {
	border-bottom: none;
}

/* 页脚 */
.footer {
	background-color: #ebf3fe;
	min-width: 1200px;
}

.footer-content-top {
	width: 100%;
	height: 58px;
	background-color: #1851c2;
}

.footer-content-top .footer-nav {
	display: flex;
	justify-content:flex-start;
	align-items: center;
  width: 912px; 
	margin: 0 auto; 
	height: 100%;
}

.footer-nav-item {
	width: 114px;
	text-align: center;
}

.footer-nav-item>a {
	width: 100%;
	color: #fff;
	font-size: 14px;
	padding: 2px;
	text-align: center;
	box-sizing: border-box;
}

.footer-nav-item .active {
	border-bottom: 1px solid #fff;
}

.footer-content-mm1 {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
	box-sizing: border-box;
}

.footer-content-mm1 .footer-logo {
	display: block;
	height: 50px;
	margin:80px 55px 0 0;
}

.footer-content-mm1 .business-content {
	display: flex;
	justify-content: flex-start;
	width:798px;
}

.footer-content-mm1 .business-item {
	width: 114px;
	text-align: center;
}

.footer-content-mm1 .business-item a {
	width: 100%;
	padding: 0px 2px;
	color: #1851c2;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
}

.footer-content-mm1 .code-box {
	width: 147px;
}

.footer-content-mm1 .logo-code {
	display: block;
	width: 110px;
	margin: 50px auto 10px;
}

.footer-content-mm1 .code-box>p {
	font-size: 12px;
	color: #1851c2;
	text-align: center;
	line-height: 20px;
}


.footer-content-mm2 {
	width: 1200px;
	padding: 5px 0;
	margin: 10px auto 0;
	box-sizing: border-box;
	color: #1851c2;
	font-size: 10px;
	line-height: 16px;
	border-bottom: 1px solid #1851C2;
	text-align: center;
}


.footer-content-bottom1 {
	display: flex;
	justify-content: center;
	width: 1200px;
	padding: 5px 80px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footer-content-bottom1 p {
	width: 60px;
	font-size: 10px;
	color: #1851c2;
	line-height: 14px;
}
.footer-content-bottom1 .hot-link {
	line-height: 14px;
	color: #9a9b98;
	font-size: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.footer-content-bottom1 a {
	margin-right: 5px;
	color: #1851c2;
	font-size: 10px;
}

.footer-content-bottom2 {
	font-size: 10px;
	color: #1851c2;
	line-height: 14px;
	text-align: center;
	padding-bottom: 10px;
}
.footer-content-bottom2 a{
	font-size: 10px;
	color: #1851c2;
	line-height: 14px;
	text-align: center;
	padding-bottom: 10px;
}
/*切换*/
.act{display: none;}
.actives{display: block;}