#head {
	width: 100%;
	height: 92px;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}

.headBox {

	z-index: 99;
	width: 100%;
	display: flex;
	padding: 0 3%;
}

.headBox.fixed {
	background-color: #ffffff;
	/* transition: background 1s; */
	border-bottom: 1px solid #f0f0f0;
}

.headBox.fixed>.navBox>li {
	color: #000000;
	font-size: 1.375rem;
	/* font-family: "syhtm"; */
}

.headBox.fixed>.navBox>li>a {
	color: #000000;
	font-size: 1.375rem;
}

.headBox.fixed>.navBox>.navBg {
	background: url(../img/navJtFixed.png) no-repeat right 15px center;
}

.headBox.fixed>.navBox .bar {
	background-color: #000000;
}

.headBox.fixed>.navBox>.menu-button {
	background: url(../img/navsxFixed.png) no-repeat left center;
}

.headBox.fixeds {
	background-color: #ffffff;
	transition: background 1s;
}

.headBox.fixeds>.navBox>li {
	color: #000000;
	font-size: 1.375rem;
}

.headBox.fixeds>.navBox>li>a {
	color: #000000;
	font-size: 1.375rem;
}

.headBox.fixeds>.navBox>.navBg {
	background: url(../img/navJtFixed.png) no-repeat right 15px center;
}

.headBox.fixeds>.navBox .bar {
	background-color: #000000;
}

.headBox.fixeds>.navBox>.menu-button {
	background: url(../img/navsxFixed.png) no-repeat left center;
}

.logo2 {
	display: none;
}

.logoBox {
	padding: 26px 0;
}

.logoBox.active .logo2 {
	display: block;
}

.logoBox.active .logo1 {
	display: none;
}

.fixeds .logo2 {
	display: block !important;
}

.fixeds .logo1 {
	display: none !important;
}

.navBox {
	margin-left: auto;
	display: flex;
}

.navBox>li {
	line-height: 40px;
	color: #ffffff;
	font-size: 1.25rem;
	padding: 26px 2.5rem;
	cursor: pointer;
}

.navBox>li>a {
	color: #ffffff;
	font-size: 1.25rem;
}

.navBox>li:hover,
.navBox>li a:hover {
	color: #fe0000;
}

.headBox.fixed .navBox>li:hover,
.headBox.fixed .navBox>li a:hover {
	color: #fe0000;
}

.navBg {
	background: url(../img/navJt.png) no-repeat right 15px center;
	padding: 26px 3.4375rem !important;
}

.menu-button {
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	padding-top: 36px !important;
	padding-right: 0 !important;
	background: url(../img/navsx.png) no-repeat left center;
}

.menu-button .bar:nth-of-type(1) {
	margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
	margin-bottom: 0px;
}

.bar {
	position: relative;
	display: block;
	width: 35px;
	height: 3px;
	margin: 5px auto;
	background-color: #ffffff;
	/*border-radius: 10px;*/
	-webkit-transition: .3s;
	transition: .3s;
}

.cross {
	padding-top: 26px !important;
}

.cross .bar {
	margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
	-webkit-transform: translateY(17px) rotate(-45deg);
	-ms-transform: translateY(17px) rotate(-45deg);
	transform: translateY(17px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
	opacity: 0;
}

.cross .bar:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	-ms-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}

.twoNavBox {
	height: 85vh;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: ;
	right: 0;
	z-index: 99;
	opacity: 0;
	transition: all 0.1s linear 0s;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.twoNavBox.show {
	opacity: 1;
	visibility: visible;
	transition-duration: 0.2s;
}

.twoBg {
	background: url(../img/twoNavBg.jpg) no-repeat;
	height: auto;
	width: 100%;
	background-size: 100% 100%;
	padding: 2.25rem 5%;
}

.twoNavList {
	display: flex;
	transition: all 0.2s ease-out 0s;
	justify-content: center;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.twoNavList:last-child {
	border-right: none;
}

/* .twoNavList>div img{width} */
.twoToptit {
	padding-left: 20px;
}

.twoNavList .p1 {
	font-size: 1.75rem;
	color: #ffffff;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
}

.twoNavList .p1>span {
	margin: 0 0.75rem;
	display: inline-block;
}

.twoNavList .p2 a {
	font-size: 1.125rem;
	color: #ffffff;
	font-weight: lighter;
}

.twoNavList .p2 a>img {
	margin-bottom: 3px;
	margin-left: 10px;
}

.twoCon {
	height: auto;
	width: 100%;
	padding: 15px 9.5%;
}

.twoCon>.container-fluid {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #e7e7e7;
}

.twoConList {
	padding: 0;
}

.twoConList .title {
	font-size: 1.75rem;
	color: #000000;
	font-weight: bold;
	padding-bottom: 0.9375rem;
	border-bottom: 1px solid #e7e7e7;
	width: 85%;
}

.twoConListCon {
	margin-top: 10px;
	width: 85%;
}

.twoConListCon>.tit {
	font-size: 1.5rem;
	color: #000000;
	margin-bottom: 0.625rem;
}

.twoConListCon a {
	font-size: 1rem;
	color: #000000;
	padding: 1px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.twoConListCon a:hover {
	color: #fe0000;
}

.twoCon2 {
	margin: 10px auto 0;
}

.twoCon2 .rows a {
	padding: 5px 0;
}

.twoCon3 {
	margin-left: auto;
	width: 84%;
}

.twoCon3 .rows a {
	padding: 7px 0;
}

.twoCon4 {
	margin-left: auto;
	width: 84%;
}

.twoCon4 .rows a {
	padding: 7px 0;
}

.twoConList:nth-child(2)>.title {
	margin: 0 auto;
}

.twoConList:nth-child(3) .title {
	margin-left: auto;
	width: 84%;
}

.twoConList:nth-child(4) .title {
	margin-left: auto;
	width: 70%;
}

.twoConList2 {
	padding: 0;
}

.contactBox {
	border-top: 1px solid #e7e7e7;
	margin-left: auto;
	padding: 20px 0;
	margin-top: 25px;
	display: flex;
}

.contactDiv .phone1 {
	font-size: 3rem;
	color: #000000;
}

.contactDiv .phone2 {
	font-size: 1.375rem;
	color: #000000;
	font-weight: lighter;
}

.contactDiv:last-child {
	margin-left: auto;
}

.two1 {
	transform: translateX(50px);
	opacity: 0;
	transition: all 0.5s ease-out 0s;
}

.two2 {
	transform: translateX(50px);
	opacity: 0;
	transition: all 0.5s ease-out 0s;
}

.two3 {
	transform: translateX(50px);
	opacity: 0;
	transition: all 0.2s ease-out 0s;
}

.twoNavBox.show .two1 {
	transform: none;
	opacity: 1;
	transition-delay: 0.2s;
}

.twoNavBox.show .two2 {
	transform: none;
	opacity: 1;
	transition-delay: 0.3s;
}

.twoNavBox.show .two3 {
	transform: none;
	opacity: 1;
	transition-delay: 0.5s;
}

.rightDiv {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	z-index: 11;
	z-index: 99;
	width: 5.9375rem;
	min-width: 95px;
}

/* .rightDiv>a {
	width: 6rem;
	min-width: 95px;
	height: 6rem;
	min-height: 95px;
	position: relative;
	display: block;
} */

.rightDiv>a {
	width: 6rem;
	min-width: 95px;
	height: 6rem;
	min-height: 95px;
	position: relative;
	display: block;
}

/* .rightDiv img {
	width: 100%;
	height: 100%;
} */

.wechat {
	width: 100%;
	height: 100%;
	background: url(https://junhe.oss-cn-beijing.aliyuncs.com/xin/icon/微信.png) no-repeat;
	background-size: cover;
	margin-bottom: 1px;
	position: relative;
}

.zixun {
	width: 100%;
	height: 100%;
	background: url(https://junhe.oss-cn-beijing.aliyuncs.com/xin/icon/在线咨询.png) no-repeat;
	background-size: cover;
	margin-bottom: 1px;
}

.wechat .card {
	width: 18rem;
	height: 20rem;
	background: #FFFFFF;
	position: absolute;
	left: -18rem;
	top: 0rem;
	display: none;
}

.wechat .card .title {
	text-align: center;
	height: 2.5rem;
	line-height: 2.5rem;
	background: #ff0000;
}

.whatsapp {
	width: 100%;
	height: 100%;
	background: url(https://junhe.oss-cn-beijing.aliyuncs.com/xin/icon/whatapp.png) no-repeat;
	background-size: cover;
	margin-bottom: 1px;
	position: relative;
}

.whatsapp .card {
	width: 18rem;
	background: #FFFFFF;
	position: absolute;
	left: -18rem;
	top: 0rem;
	display: none;
}

.whatsapp .card .title {
	text-align: center;
	line-height: 2.5rem;
	background: #ff0000;
}

.whatsapp .card .card-content {
	text-align: center;
	line-height: 2.5rem;
	color: #000000;
	display: block;
}

.telegram {
	position: relative;
}

.telegram .card {
	width: 18rem;
	background: #FFFFFF;
	position: absolute;
	left: -18rem;
	top: 0rem;
	display: none;
}

.telegram .card .title {
	text-align: center;
	line-height: 2.5rem;
	background: #ff0000;
}

.telegram .card .card-content {
	text-align: center;
	line-height: 2.5rem;
	color: #000000;
	display: block;
}


.wechat:hover .card {
	display: block;
	/* 显示卡片 */
}

.whatsapp:hover .card {
	display: block;
	/* 显示卡片 */
}

.telegram:hover .card {
	display: block;
	/* 显示卡片 */
}

.mf-phone {
	background: url(../img/rightPhone.png) no-repeat;
	background-size: cover;
	margin-bottom: 1px;
}

.zx-zixun {
	background: url(../img/rightliuyan.png) no-repeat;
	background-size: contain;
}

.rightDiv>a>div {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	font-weight: lighter;
	position: absolute;
	bottom: 8px;
	width: 100%;
}


.common_mask {
	width: 620px;
	height: auto;
	min-height: 260px;
	background: url(/static/image/common_mask_bg.jpg) center /cover no-repeat;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 2222;
	padding: 30px 20px;
	transform: translate3d(-50%, -50%, 0);
	display: none;
	font-family: PingFang SC, Tahoma, Arial, sans-serif;
}

.common_close {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/close.png) no-repeat;
	background-size: cover;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

/* .mask_tel_icon{
    width: 49px;
    height: 48px;
    background:url(../img/common_mask_telbg.png) no-repeat;
    margin-left:70px;
} */
.common_mask_title {
	font-size: 18px;
	color: #fff;
	text-align: left;
	padding: 0 0 10px 0;
	margin-bottom: 0;

}

.mask_telnum {
	font-size: 45px;
	white-space: nowrap;
	color: #fff;
	text-align: left;
	font-weight: bold;
	line-height: 1.2;
}

.mask_line {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	margin: 3px auto;
}

.common_mask_sec_title {
	font-size: 18px;
	text-align: left;
	/*font-family: 'NotoSansHans-DemiLight';*/
	color: #fff;
	margin-top: 15px;
}

.zixun_box {
	width: 100%;
	height: auto;
	outline: none;
	color: #999;
	font-size: 18px;
	display: block;
	margin-top: 9px;
}

.zixun_tel {
	outline: none;
	color: #999999;
	font-size: 16px;
	line-height: 46px;
	border: none;
	background: #fff;
	width: 100%;
	text-indent: 20px;
	height: 46px;
}

.zixun_tel::-webkit-input-placeholder {
	color: #999;
	font-size: 18px;
	line-height: 50px;
}

.yuyue {
	width: 100%;
	height: 50px;
	margin: 5px auto;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	background: #b80001;
	cursor: pointer;
}

.mask_zixun {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 56px;
	background: #a30d19;
	line-height: 56px;
	cursor: pointer;
	margin-top: 15px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

/*.common_mask_zixunicon{*/
/*    width: 21px;*/
/*    height: 20px;*/
/*	display: inline-block;*/
/*    background: url(../img/zixun_icon.jpg) no-repeat;*/
/*	margin: 17px 5px 0 0;*/
/*}*/
.mask_zixun_txt {
	/*font-family: 'NotoSansHans-DemiLight';*/
	color: #fff;
	font-size: 22px;
	line-height: 56px;
	float: left;
}

.common_form {
	position: relative;
	padding-right: 120px;
	margin-top: 20px;
}

.common_form .advisory_name {
	display: none;
}

.common_form .advisory_phone {
	background: #fff;
	font-size: 18px;
	padding: 12px;
	color: #333;
	width: 100%;
	border: none;
	outline: none;
}

.common_form .f_btn {
	border: none;
	background: #a30d19;
	width: 120px;
	height: 100%;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	outline: none;
}

@media (max-width: 1500px) {

	.navBox>li,
	.headBox.fixed>.navBox>li,
	.navBox>li>a {
		font-size: 18px !important;
	}

	.twoConListCon a {
		font-size: 14px !important;
	}

	.twoConListCon>.tit {
		font-size: 18px;
	}

	.twoConList .title {
		font-size: 20px;
	}
}

@media (max-width: 1300px) {

	.navBox>li,
	.headBox.fixed>.navBox>li,
	.navBox>li>a {
		font-size: 16px !important;
	}
}

@media (max-width: 570px) {
	.common_mask {
		width: 90% !important;
	}

	.rightDiv {
		display: none
	}

	.common_form {
		padding: 0;
	}

	.common_form .f_btn {
		width: 100%;
		height: 45px;
		position: static;
		margin-top: 15px
	}

	.mask_zixun_txt,
	.mask_zixun {
		height: 45px;
		line-height: 45px;
		font-size: 18px
	}

	.common_mask_sec_title {
		font-size: 16px;
	}

	.mask_telnum {
		font-size: 30px;
		margin-bottom: 10px;
	}
}