@media screen and (max-width:1250px) {
	body {
		width: 100%;
		min-width: 1250px;
	}
}
.fcontainer {
	width: 100%;
}
.container {
	width: 100%;
}
.container-center {
	width: 1200px;
	margin: 0 auto;
}
/* 2020改版页头  */
.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: #002242;
}
.header-nav-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
}
.header-nav-box>li {
	width: 150px;
	height: 60px;
	text-align: center;
}
.header-nav-box>li>a {
	padding: 3px 0;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #002242;
}
.header-nav-box>li>a.active {
	border-bottom: 1px solid #fff;
}
.header-nav-box .nav-item {
	position: relative;
	display: block;
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
.header-nav-box .nav-item a {
	color: #fff;
	font-size: 16px;
}
.nav-item-li{
	width: 150px;
}
.nav-item-li a:hover {
	background: #853408;
}
 .header-nav-box .active {
	background: #cd910f;
}
.header-nav-box .nav-item .nav-item-pop {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.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: #002242;
}
.header-nav-box .nav-item.nav-item-pop>li:last-child {
	border-bottom: none;
}
/* 2020改版页脚 */
.footer {
	background-color: #26506E;
	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: #fff;
	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: center;
	width: 1200px;
	margin: 0 auto 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
}
.logo-code-box a{
	color: #fff;
}
.footer-content-mm1 .footer-logo-img {
	display: block;
	width: 117px;
	height: 115px;
	margin-top: 100px;
	margin-right: 55px;
}
.footer-content-mm1 .footer-links-box {
	display: flex;
	justify-content: center;
	padding: 30px 0 0 70px;
	box-sizing: border-box;
	border-top: 1px solid #BEBEBE;
}
.footer-content-mm1 .footer-links-box a {
	display: block;
	width: 115px;
	height: 25px;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
}
.footer-content-mm1 .logo-code-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 220px;
	margin-left: 40px;
}
.footer-content-mm1 .logo-code-box img {
	display: block;
	width: 95px;
	height: 95px;
	margin: 70px 0 10px;
}
.footer-content-mm1 .logo-code-box p {
	/* width: 100%; */
	line-height: 16px;
	font-size: 11px;
}
.logo-code-box .concat-us {
	display: flex;
	margin-bottom: 15px;
}
.footer-content-mm2 {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
	font-size: 9px;
	padding: 10px 5px 10px 6px;
	border-bottom: 1px solid #fff;
	line-height: 16px;
}
.footer-content-mm2 p {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.footer-content-mm2 div {
	display: flex;
	align-items: center;
	width: 1189px;
	margin: 0 auto;
}
.footer-content-mm2 div a {
	position: relative;
	color: #fff;
	margin-right: 8px;
}
.footer-content-mm2 div a::before {
	content: '';
	position: absolute;
	left: -4px;
	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: 9px;
	color: #fff;
	line-height: 20px;
}
.footer-content-bottom .hot-link {
	line-height: 20px;
	width: 975px;
	color: #9a9b98;
	font-size: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.footer-content-bottom a,
.footer-content-bottom span {
	margin-right: 3px;
	color: #fff;
	font-size: 9px;
}
