.wd1200 {
	
	position: relative;
	width: 1200px;
	max-width: 1200px;
	box-sizing: border-box;
}

.box-center {
	margin: 0 auto;
}

/* 文本对齐 */
.txt-center {
	text-align: center;
}

.txt-left {
	text-align: left;
}

.txt-right {
	text-align: right;
}

/* 盒子对齐 */
.inline-block {
	display: inline-block;
	vertical-align: middle;
}

.inline-top {
	display: inline-block;
	vertical-align: top;
}

.img-responsive {
	width: 100%;
	max-width: 100%;
	height: auto;

}

.ellipsis {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

:focus {
	-moz-outline-style: none;
	outline: none;
}

.wd::after,
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.trans-d {
	transition-duration: 0.5s;
}

/* 头部 */
.header {
	padding-top: 20px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	transition: height 0.35s ease-in 200ms;
}

.site-top .logo {
	padding-right: 15px;
}

.site-top .logo-slogn {
	padding-left: 15px;
	border-left: 1px solid #d2d2d2;
}

.site-top .hot-phone {
	color: #fd7e26;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}

.site-top .hot-right {
	margin-left: 10px;
}

.site-top .phone-nums {
	margin-right: -15px;
	font-size: 24px;
}

.site-top .phone-nums span {
	padding-right: 15px;
}


/* pc导航 */
.pc-nav {
	padding-top: 18px;
}

.pc-nav .nav_ul {
	width: 100%;
}

.pc-nav .item-nav {
	padding: 0 3%;
	float: left;
	position: relative;
	box-sizing: border-box;
	z-index: 999;
	margin-right:20px;
}
.pc-nav .item-nav:last-child{
	margin-right:0;
}
.pc-nav .item-nav .active {
	background-color: #ff7e0b;
}

.pc-nav .item-nav .active .f_a {
	color: #fff;
}

.pc-nav .s_a a:hover {
	background-color: #ff7e0b;
	color: #fff;
}

.pc-nav .f_a {
	line-height: 40px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #000;
}

.pc-nav .item-nav:hover {
	background-color: #ff7e0b;

}

.pc-nav .item-nav:hover .f_a {
	color: #fff;
}

.pc-nav .item-nav.active {
	background-color: #ff7e0b;
}

.pc-nav .item-nav.active .f_a {
	color: #fff;
}

.pc-nav .s_navbox {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
	box-sizing: border-box;

}

.pc-nav .s_navbox .s_a a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	color: #000;
}

.pc-nav .s_navbox .s_a a:last-child {
	border-bottom: none;
}

.pc-nav .s_navbox .s_a a:hover {
	background-color: #ff7e0b;
	color: #fff;
}

.m_nav {
	display: none;
}

.headlf .m_logo {
	display: none
}

.headrg .m_menuimg {
	display: none
}

/* 底部通用样式 */
.footer {
	padding-top: 95px;
	padding-bottom: 25px;
	background: #17181c;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.5);
}

.footer-logo-wrap {
	font-size: 18px;
	color: #fff;
	line-height: 1.6;
	padding-right: 30px;
}

.footer-nav .item-nav a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
}

.footer-nav .item-nav:first-child {
	margin-top: -12px;
}

.footer-nav .item-nav {
	padding: 11px 0;
}

.footer-nav .nav-ul {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	height: 195px;
	width: 190px;
}

.footer-nav .nav-ul.last {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-contact {
	padding-left: 20px;
	font-size: 16px;
	width: 325px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-right: 35px;
	box-sizing: border-box;
	height: 195px;
}

.footer-contact .footer-phone {
	margin-right: 15px;
}

.footer-contact .contact-phone p {
	font-size: 24px;
	color: #fff;
}

.footer-contact .contact-m {
	padding-top: 15px;

}

.footer-contact .contact-m {
	line-height: 1.8;
}

.footer-code {
	padding-left: 35px;
	font-size: 16px;
}

.footer-code p {
	padding-top: 10px;
}

.footer-copyRight {
	padding-top: 55px;
	font-size: 14px;
	line-height: 20px;
}

/* 页面咨询通用按钮 */
.apply-wrap {}

.apply-wrap .apply-btn {
	width: 530px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	border: solid 1px #2d9cfc;
	display: inline-block;
	font-size: 24px;
}

.apply-wrap .phone {

	padding-left: 35px;
	box-sizing: border-box;

}

.blue-linear-color {
	background: linear-gradient(to right, #486dfb, #4cc1fc);
	-webkit-background-clip: text;
	color: transparent;
}

.apply-wrap .btn {
	width: 180px;
	height: 60px;
	border-radius: 30px;
	color: #fff;
}

.apply-wrap .apply-btn-2 {
	width: 385px;
	height: 34px;
	background-color: #ffffff;
	border-radius: 17px;
	border: solid 1px #fd7236;
	overflow: hidden;
}
.apply-wrap .apply-btn-2 .phone{
	line-height: 34px;
	box-sizing: border-box;
	color:#fd7236;
	font-size:18px;
}
.apply-wrap .apply-btn-2 .btn {
	color: #fff;
	width: 96px;
	height: 34px;
	line-height: 34px;
	background-color: #fd7236;
	box-shadow: 0px 0px 5px 0px rgba(234, 74, 5, 0.39);
	border-radius: 17px;
	font-size: 16px;
}

.blue-linear {
	background-image: linear-gradient(-90deg,
		#4cc1fc 0%,
		#486dfb 100%),
		linear-gradient(#3381e6,
		#3381e6);
	background-blend-mode: normal,
		normal;
	box-shadow: 0px 2px 9px 1px rgba(73, 145, 251, 0.36);
}

.page-banner .banner-cover {
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top center;
}

.user-pagination .page {
	margin: 0 10px;
}

.user-pagination .operate-btn {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	background-color: #3698f3;
	border-radius: 100%;
	color: #fff;
	font-family: Simsun;
}

.backTop {
	position: fixed;
	z-index: 5;
	right: 50px;
	bottom: -100px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	cursor: pointer;
	line-height: 50px;
	font-size: 20px;
}

.backTop.active {
	bottom: 50px;
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.none {
	display: none;
}

.mt-80 {
	margin-top: 80px;
}

.menu-check-box {
	position: relative;
	width: 30px;
	height: 40px;
}

.m-bar {
	display: table;
	width: 20px;
	height: 40px;
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
}

.m-bar span {
	position: relative;

}

.m-bar span {
	display: block;
	width: 25px;
	height: 3px;
	background: #3d3d3d;
	margin-bottom: 4px;
	transition-duration: 0.4s;
}

.menu-check-box {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 10;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.header .menu-check-box:checked~.m-bar .g-1 {
	transform: translateY(7px) rotate(45deg);
}

.header .menu-check-box:checked~.m-bar .g-2 {
	width: 0;
}

.header .menu-check-box:checked~.m-bar .g-3 {
	transform: translateY(-7px) rotate(-45deg);
}

.header .site-top {
	position: relative;
}

.header .mobile-menu {
	visibility: hidden;
	height: 0;
	overflow-y: scroll;
	transition: visibility 0.35s linear, height 0.35s ease-in 200ms;
}

.header .menu-check-box:checked~.mobile-menu {
	z-index: 999;
	visibility: visible;
	height: calc(100vh - 48px);

}

.mobile-menu .m-menu-ul {
	padding: 0 20px;
}

.m-sub-menu {
	opacity: 0;
	height: 0;
}

.m-menu-li .menu-check-box:checked~.m-sub-menu {
	height: auto;
	opacity: 1;
	padding: 6px 0 6px 15px;
	-webkit-transition: opacity 0.35s linear, height 0.35s ease-in 200ms;
	transition: opacity 0.35s linear, height 0.35s ease-in 200ms;
}

.m-menu-h {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.m-menu-h>a,
.m-menu-h>span {
	font-size: 15px;
}

.m-menu-li {
	position: relative;
}

.sub-menu-li {
	padding: 4px 0;
}

.sub-menu-li a {
	font-size: 13px;
}

.m-menu-li .sub-menu-open {
	position: absolute;
	height: 40px;
	line-height: 40px;
	top: 0;
	right: 0;
	display: block;

}


.m-menu-li .sub-menu-open span {
	font-family: simsun;
	transition-duration: 0.5s;
	font-size: 20px;
	padding-top:7px;
}
.m-menu-li .sub-menu-open span img{
	height:18px;
}

.menu-check-box:checked~.m-menu-h .sub-menu-open span {
	transform: rotate(90deg);
}

.header.height100 {
	height: 100%;
}

@media screen and (max-width:1024px) {
	.header {
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 10px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 999;
	}

	body {
		padding-top: 50px;
	}

	.m-bar {
		opacity: 1;
		visibility: visible;
	}

	.site-top .logo img {
		height: 40px;
	}

	.site-top .logo-slogn img {
		height: 20px;
	}

	.site-top .logo-slogn {
		display: none;
	}

	.site-top .hot-phone img {
		height: 20px;
		display: none;
	}

	.site-top .hot-phone {
		font-size: 16px;
		display: none;
	}

	.site-top .phone-nums {
		font-size: 14px;
		margin-right: 0;
	}

	.site-top .phone-nums span {
		padding-right: 5px;
	}

	.pc-nav {
		display: none;
	}

	.page-banner .banner-cover>img {
		width: 115%;
		position: relative;
		max-width: inherit;
		transform: translateX(-50%);
		left: 50%;

	}

	.hd-comm.hd-tit .tit-name {
		font-size: 18px;
	}

	.hd-comm.hd-tit .t-g {
		width: 30px;
		height: 1px;
	}

	.footer{
		padding-top:40px;
		padding-left:15px;
		padding-right:15px;
	}
	.footer-logo-wrap{
		font-size:14px;
	}
	.footer-logo-wrap img{
		height:40px;
	}
	.footer-nav{
		padding-top:20px;
	}
	.footer-nav .nav-ul{
		width:49%;
	}
	.footer-nav .nav-ul,.footer-nav .nav-ul.last{
		border:none;
	}
	.footer .contact-phone{
		padding-top:20px;
	}
	.footer-contact{
		border:none;
	}
	.footer-code{
		padding-top:20px;
		font-size:14px;
	}
	.footer-contact .contact-phone p{
		font-size:18px;
	}
	.footer-code img{
		height:100px;
	}
	.footer-contact .footer-phone{
		height:35px;
	}
	.backTop{
		right:20px;
		font-size:16px;
		width:30px;
		height:35px;
		line-height:35px;
	}
	.footer-copyRight{
		padding-top:20px;
	}
	
}
