.wrap {
	overflow: hidden;
	padding-bottom: 80px
}

h2.title {
	font-size: 30px;
	line-height: 1;
	margin: 38px auto 58px;
	text-align: center;
	color: #333
}

.title-p {
	margin-top: -35px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	color: #999;
	margin-bottom: 50px
}

h2.title-white {
	color: #fff
}

.title-p-white {
	color: #ccc
}

.apply-btn-box {
	display: flex;
	margin: 0 auto;
	justify-content: center
}

.apply-btn-box a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 38px;
	color: #666;
	background-color: #fff;
	border: 1px solid #666;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
	transition: all .1s ease-in-out
}

.apply-btn-box a:first-child:hover {
	color: #fd4343;
	border: 1px solid #fd4343
}

.apply-btn-box a:last-child {
	margin-left: 25px;
	color: #fff;
	border: 1px solid #fd4343;
	background-color: #fd4343
}

.apply-btn-box a:last-child:hover {
	background-color: #e83820
}

nav {
	width: 100%;
	height: 58px;
	background-color: #fff;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	box-shadow: rgba(51,51,51,.1) 0px 2px 5px
}


.nav-wrap {
	display: flex;
	height: 68px;
	line-height: 68px
}

.nav-wrap .first-other {
	position: relative
}

.nav-wrap .first-link {
	margin: 0 12px
}

.nav-wrap .first-link a {
	font-size: 16px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	height: 68px;
	line-height: 68px;
	border-bottom: 2px solid rgba(0,0,0,0)
}

.nav-wrap .first-link a span {
	vertical-align: -1px;
	display: inline-block;
	display: none;
	width: 15px;
	height: 68px;
	line-height: 68px;
	transition: all .3s ease-in-out;
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal
}

.nav-wrap .first-link a.active {
	color: #e9422c
}

.nav-wrap .first-link:hover a.first {
	border-bottom: 2px solid #e9422c;
	color: #e9422c
}

.nav-wrap .first-link:hover a.first span {
	transform: rotateX(180deg)
}

.nav-wrap .first-link:hover .second-wrap {
	transform: rotate3d(0, 0, 0, 0deg);
	box-shadow: 0px 15px 10px -15px rgba(6,30,46,.11)
}

.nav-wrap .first-link a.hover {
	color: #e9422c;
	border-bottom: 2px solid #e9422c
}

.second-wrap {
	position: absolute;
	top: 68px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 9;
	display: flex;
	background-color: #fff;
	border-top: 1px solid #e0e3ea;
	transform: rotate3d(-1, 0, 0, 90deg);
	transform-origin: 50% 0%;
	transition: all .3s ease-in-out
}

.second-wrap .second-box {
	max-width: 1230px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px
}

.second-wrap .second-box .second-item {
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
	border-bottom: 1px dashed #d5d7e3
}

.second-wrap .second-box .second-item:last-child {
	padding-bottom: 0;
	border-bottom: none
}

.second-wrap .second-box .second-item h3 {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	color: #000;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 20px
}

.second-wrap .second-box .second-item a {
	width: 20%;
	font-size: 16px !important;
	padding: 5px 15px;
	margin: 0 0 5px 0;
	height: 48px !important;
	line-height: 48px !important;
	display: flex;
	align-items: center
}

.second-wrap .second-box .second-item a img:first-child {
	width: 26px;
	height: auto;
	margin-right: 8px
}

.second-wrap .second-box .second-item a img:nth-child(2) {
	height: 12px;
	margin-left: 4px
}

.second-wrap .second-box .second-item a:hover {
	background-color: #f7f7f8
}

.second-wrap .second-box .second-item .second-link-right {
	margin-right: 20%
}

.second-wrap .second-box .second-item-bottom {
	width: 70%;
	padding-bottom: 0;
	border-bottom: 0
}

.second-wrap .second-box .second-item-bottom h3 {
	margin-top: 20px
}

.second-wrap .second-box .second-item-bottom a {
	width: 25%
}

.second-wrap .second-box .second-item-bottom a:hover {
	background-color: #f7f7f8 !important
}

.second-wrap .second-box .second-item-right {
	background: url("/assets/images/second_item_right.png") no-repeat center bottom/cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 160px;
	height: 100%;
	padding: 0;
	margin: 0
}

.second-wrap .second-box .second-item-right h3 {
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin-left: 0;
	margin-top: 80px;
	color: #999
}

.second-wrap .second-box .second-item-right a {
	width: 80px;
	height: 26px;
	line-height: 24px;
	margin: 20px auto 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	color: #fd4047;
	border: 1px solid #fd4047
}

.second-wrap .second-box .second-item-right a:hover {
	background-color: #fff !important
}

.second-wrap-other {
	position: absolute;
	top: 68px;
	left: -50%;
	width: 190px;
	margin: 0 auto;
	z-index: 9;
	background-color: #fff;
	border-top: 1px solid #e0e3ea;
	transform: rotate3d(-1, 0, 0, 90deg);
	transform-origin: 50% 0%;
	transition: all .3s ease-in-out
}

.second-wrap-other .second-box {
	display: block;
	box-shadow: 0px 5px 20px 0px rgba(47,72,88,.07);
	padding-bottom: 30px;
	padding-top: 30px
}

.second-wrap-other .second-box div {
	padding: 0 15px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 10px 0
}

.second-wrap-other .second-box div:last-child {
	margin: 0
}

.second-wrap-other .second-box div a {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	display: flex !important;
	align-items: center;
	padding: 5px 0 5px 15px;
	margin: 0;
	height: 48px !important;
	line-height: 48px !important
}

.second-wrap-other .second-box div a img {
	width: 26px;
	height: auto;
	margin-right: 8px
}

.second-wrap-other .second-box div a:hover {
	background-color: #f7f7f8
}

.second-wrap-other .second-box div h3 {
	margin-bottom: 15px
}

.second-wrap-source {
	position: absolute;
	left: -60%;
	width: 180px
}

.second-wrap-source a {
	padding-left: 20px !important
}

.nav-right {
	display: flex;
	align-items: center
}

.nav-right img {
	width: 28px
}

.nav-right .nav-tel {
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	margin: 0 15px 0 10px
}

.nav-right .tryout {
	position: relative;
	overflow: hidden;
	width: 102px;
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #fd4343;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0px 12px 15px 0px rgba(227,75,96,.3);
	transform: perspective(1px) translateZ(0);
	transition: all .4s ease-in-out
}

.nav-right .tryout:before {
	content: "";
	position: absolute;
	background-color: #fff;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transform-origin: 100% 50%;
	transition: all .4s ease-in-out
}

.nav-right .tryout:hover,.nav-right .tryout:focus,.nav-right .tryout:active {
	box-shadow: none;
	color: #e83820;
	background-color: #fff;
	border: 1px solid #e83820
}

.nav-right .tryout:hover:before,.nav-right .tryout:focus:before,.nav-right .tryout:active:before {
	transform: scaleX(1)
}

.nav-blank {
	width: 100%;
	height: 68px
}

.nav-mobile {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 0 15px;
	background-color: #fff
}

.nav-mobile .header-mobile-logo {
	height: 25px
}

.nav-mobile .header-mobile-logo img {
	height: 100%
}

.nav-mobile .nav-mobile-tryout {
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	margin: 0 15px 0 auto;
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	background-color: #e9422c
}

.nav-mobile .menuph {
	display: block;
	width: 28px;
	height: 22px;
	cursor: pointer;
	text-align: center;
	margin: 19px 0 19px 15px;
	position: relative;
	z-index: 2
}

.nav-mobile .menuph .point {
	display: inline-block;
	width: 28px;
	height: 22px;
	position: relative
}

.nav-mobile .menuph .point.active .navbtn {
	background: rgba(0,0,0,0)
}

.nav-mobile .menuph .point.active .navbtn::after {
	transform: rotate(45deg);
	top: 0px
}

.nav-mobile .menuph .point.active .navbtn::before {
	transform: rotate(-45deg);
	top: 0px
}

.nav-mobile .menuph .navbtn {
	position: absolute;
	top: 10px;
	right: 0;
	display: inline-block;
	width: 21px;
	height: 2px;
	background: #e9422c;
	transition: all .3s ease-out 0s
}

.nav-mobile .menuph .navbtn::after {
	top: -11px
}

.nav-mobile .menuph .navbtn::before {
	top: 10px
}

.nav-mobile .menuph .point:hover .navbtn,.nav-mobile .menuph .point:hover .navbtn::after,.nav-mobile .menuph .point:hover .navbtn::before {
	width: 28px
}

.nav-mobile .menuph .navbtn::after,.nav-mobile .menuph .navbtn::before {
	position: absolute;
	right: 0;
	display: inline-block;
	width: 28px;
	height: 2px;
	content: "";
	background: #e9422c;
	transition: all .3s ease-out 0s
}

.nav-mobile .xialaph {
	display: block;
	position: fixed;
	left: 0;
	top: 50px;
	float: left;
	width: 100%;
	height: 100%;
	overflow: scroll;
	padding: 10px 15px 100px 15px;
	display: none;
	z-index: 2;
	background: rgba(255,255,255,.9)
}

.nav-mobile .xialaph h4 {
	float: left;
	width: 100%;
	position: relative
}

.nav-mobile .xialaph h4 a {
	float: left;
	color: #333;
	font-size: 16px;
	line-height: 50px
}

.nav-mobile .xialaph h4 a span {
	padding-left: 6px;
	color: #333;
	font-size: 14px
}

.nav-mobile .xialaph h4::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,.1)
}

.nav-mobile .xialaph h4 img {
	width: 15px;
	height: 8px;
	float: right;
	margin-top: 24px;
	cursor: pointer
}

.nav-mobile .xialaph li:last-child h4::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,.1)
}

.nav-mobile .xialaph li:last-child h5::after {
	display: none
}

.nav-mobile .xialaph li:last-child .ul3::after {
	display: none
}

.nav-mobile .xialaph li:first-child h4::after {
	background: none
}

.nav-mobile .xialaph h5 {
	float: left;
	width: 100%;
	position: relative
}

.nav-mobile .xialaph h5 a {
	float: left;
	width: 80%;
	color: #666;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase
}

.nav-mobile .xialaph h5::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(0,0,0,.1)
}

.nav-mobile .xialaph h5 img {
	width: 11px;
	height: 6px;
	float: right;
	margin-top: 18px;
	margin-right: 10px;
	cursor: pointer
}

.nav-mobile .xialaph .ul2 {
	float: left;
	width: 100%;
	padding: 0 10px
}

.nav-mobile .xialaph .ul3 {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative
}

.nav-mobile .xialaph .ul3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(0,0,0,.1)
}

.nav-mobile .xialaph .ul3 li a {
	color: #666;
	font-size: 14px;
	line-height: 35px;
	display: block
}

.nav-mobile .xialaph .con-tel {
	float: left;
	text-align: center;
	color: #e9422c;
	width: 100%;
	line-height: 35px;
	margin-top: 10px
}

.nav-mobile .xialaph .con-tel img {
	vertical-align: middle;
	margin-top: -4px
}

.nav-mobile .xialaph .ul2,.nav-mobile .xialaph .ul3 {
	display: none
}

.nav-mobile .xialaph h4:hover a,.nav-mobile .xialaph h5:hover a {
	color: #d11144
}

.nav-mobile .xialaph h4 img.img_d,.nav-mobile .xialaph h5 img.img_d {
	display: none
}

.nav-mobile .xialaph h4.active img.img_s,.nav-mobile .xialaph h5.active img.img_s {
	display: none
}

.nav-mobile .xialaph h4.active img.img_d,.nav-mobile .xialaph h5.active img.img_d {
	display: block
}

.nav-mobile .xialaph h4.active a,.nav-mobile .xialaph h5.active a {
	color: #e9422c
}

.nav-mobile-blank {
	width: 100%;
	height: 50px
}

@-webkit-keyframes breathe-img {
	0% {
		transform: scale(1)
	}

	25% {
		transform: scale(0.93)
	}

	50% {
		border-color: 1px solid rgba(245,86,98,.7);
		transform: scale(0.87)
	}

	75% {
		transform: scale(0.93)
	}

	to {
		transform: scale(1)
	}
}

@keyframes breathe-img {
	0% {
		transform: scale(1)
	}

	25% {
		transform: scale(0.93)
	}

	50% {
		border-color: 1px solid rgba(245,86,98,.7);
		transform: scale(0.87)
	}

	75% {
		transform: scale(0.93)
	}

	to {
		transform: scale(1)
	}
}

@-webkit-keyframes mymove {
	0% {
		transform: scale(1)
	}

	25% {
		transform: scale(1.05)
	}

	50% {
		transform: scale(1.1)
	}

	75% {
		transform: scale(1.05)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes mymove {
	0% {
		transform: scale(1)
	}

	25% {
		transform: scale(1.05)
	}

	50% {
		transform: scale(1.1)
	}

	75% {
		transform: scale(1.05)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes animated-border {
	0% {
		box-shadow: 0 0 0 0 rgba(240,116,116,.2)
	}

	100% {
		box-shadow: 0 0 0 12px rgba(4,235,54,0)
	}
}

@keyframes animated-border {
	0% {
		box-shadow: 0 0 0 0 rgba(240,116,116,.2)
	}

	100% {
		box-shadow: 0 0 0 12px rgba(4,235,54,0)
	}
}

.fix-box {
	width: 76px;
	position: fixed;
	top: 62%;
	transform: translateY(-50%);
	right: 12px;
	font-size: 13px;
	border-radius: 2px 0 0 2px;
	text-align: center;
	z-index: 10;
	color: #fff;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box
}

.fix-box * {
	box-sizing: border-box
}

.fix-chat {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer
}

.fix-chat .fix-chat-img-close {
	position: absolute;
	top: 6px;
	right: 8px;
	text-align: center;
	line-height: 17px;
	font-weight: bold;
	z-index: 10;
	width: 17px;
	height: 17px;
	font-size: 12px;
	color: #fff;
	background: #f55662;
	border-radius: 50%
}

.fix-chat .fix-chat-box {
	padding: 3px;
	width: 100%;
	position: relative;
	border-radius: 50%;
	border: 1px solid rgba(245,86,98,.5);
	-webkit-animation: mymove 1s linear infinite,animated-border 1s linear infinite;
	animation: mymove 1s linear infinite,animated-border 1s linear infinite
}

.fix-chat .fix-chat-box .fix-chat-img-box {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 2px solid #f55662;
	-webkit-animation: breathe-img 1s linear infinite;
	animation: breathe-img 1s linear infinite
}

.fix-chat .fix-chat-box .fix-chat-img-box .fix-chat-img {
	width: 100%
}

.fix-chat .fix-chat-text {
	position: absolute;
	bottom: 0;
	font-size: 13px;
	width: 60px;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	margin-left: 8px;
	background: #f55662;
	box-shadow: 0px 3px 10px rgba(99,102,110,.16);
	opacity: 1;
	border-radius: 4px
}

.get-chat-slide {
	display: flex;
	align-items: flex-start;
	position: absolute;
	bottom: 0;
	right: 100px;
	color: #444;
	z-index: -1;
	border-radius: 4px;
	text-align: left;
	padding: 10px 12px 10px 10px;
	background: linear-gradient(to right, #fafdff 0%, #f5f6fc 100%);
	box-shadow: 0px 0px 24px 0px rgba(168,173,184,.47)
}

.get-chat-slide .iconfont {
	position: absolute;
	right: 8px;
	top: 5px;
	font-size: 14px;
	color: #999;
	transform: scale(0.85);
	cursor: pointer
}

.get-chat-slide .get-chat-slide-img {
	width: 26px;
	height: auto;
	margin-right: 8px
}

.get-chat-slide .get-chat-slide-img img {
	width: 100%
}

.get-chat-slide .get-chat-slide-right {
	flex: 1
}

.get-chat-slide .get-chat-slide-right h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.3;
	margin-bottom: 8px
}

.get-chat-slide .get-chat-slide-right p {
	word-break: keep-all;
	color: #666;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 3px
}

.get-chat-slide:after {
	display: inline-block;
	content: " ";
	position: absolute;
	top: 50%;
	right: -10px;
	width: 0;
	height: 0;
	z-index: 0;
	transform: translateY(-50%);
	border-top: 20px solid rgba(0,0,0,0);
	border-bottom: 20px solid rgba(0,0,0,0);
	border-left: 20px solid #f5f6fc
}

.toast {
	position: absolute;
	top: 0;
	z-index: 9999;
	right: 100px;
	width: 145px;
	padding: 10px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 5px 40px 0px rgba(47,72,88,.07),0px 5px 40px 0px rgba(47,72,88,.07);
	text-align: center
}

.toast .iconfont {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	padding: 0;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 10px;
	color: #999;
	cursor: pointer;
	box-shadow: rgba(0,0,0,.1) 0px 0px 10px 0px
}

.toast img {
	width: 100%;
	display: block;
	height: auto !important
}

.toast p {
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-top: 0
}

.toast:after {
	display: inline-block;
	content: " ";
	position: absolute;
	z-index: -1;
	top: 36px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	transform: rotate(45deg);
	right: -5px;
	box-shadow: rgba(0,0,0,.1) 0px 2px 40px 0px
}

.fix-apply-box {
	width: 60px;
	margin-left: 8px;
	border-radius: 2px;
	box-shadow: 0px 3px 10px rgba(99,102,110,.16)
}

.fix-apply-box .fix-apply,.fix-apply-box .slide-bar-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 85px;
	color: #646b7f;
	transition: color .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	background: linear-gradient(to bottom, #fafdff 0%, #f5f6fc 100%)
}

.fix-apply-box .fix-apply i,.fix-apply-box .slide-bar-wrap i {
	line-height: 1
}

.fix-apply-box .fix-apply p,.fix-apply-box .slide-bar-wrap p {
	line-height: 1.3
}

.fix-apply-box .fix-apply:hover,.fix-apply-box .slide-bar-wrap:hover {
	color: #e83820;
	background: #fff;
	box-shadow: 0px 0px 24px 0px rgba(168,173,184,.47)
}

.fix-apply-box .fix-apply {
	border-radius: 2px 2px 0 0
}

.fix-apply-box .fix-apply i {
	font-size: 30px
}

.fix-apply-box .fix-apply .fix-tel-apply {
	width: 60px;
	height: 45px;
	opacity: 0;
	word-wrap: keep-all;
	overflow: hidden;
	line-height: 45px;
	border-radius: 4px;
	font-size: 12px;
	position: absolute;
	padding: 0;
	top: 50%;
	right: 0;
	z-index: -1;
	color: #63666e;
	background-color: #fff;
	box-shadow: 0px 5px 40px 0px rgba(47,72,88,.07),0px 5px 40px 0px rgba(47,72,88,.07);
	transform: translateY(-50%);
	transition: all .3s ease-in-out
}

.fix-apply-box .fix-apply .fix-tel-apply:after {
	display: inline-block;
	content: " ";
	position: absolute;
	top: 12px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	transform: rotate(45deg);
	right: -3px;
	box-shadow: rgba(0,0,0,.1) 0px 2px 40px 0px
}

.fix-apply-box .fix-apply:hover .fix-tel-apply {
	opacity: 1;
	overflow: visible;
	width: 160px;
	right: 70px;
	font-size: 16px
}

.fix-apply-box .slide-bar-wrap {
	position: relative;
	border-radius: 0 0 2px 2px
}

.fix-apply-box .slide-bar-wrap .slide-bar {
	cursor: pointer
}

.fix-apply-box .slide-bar-wrap .slide-bar i {
	font-size: 26px
}

.fix-apply-box .slide-code-wrap {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 75px;
	width: 145px;
	padding: 10px;
	border-radius: 4px;
	background: linear-gradient(to bottom, #fafdff 0%, #f5f6fc 100%);
	box-shadow: 0px 0px 24px 0px rgba(168,173,184,.47);
	text-align: center
}

.fix-apply-box .slide-code-wrap .slide-code-close {
	display: none;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 10px;
	color: #999;
	cursor: pointer;
	box-shadow: rgba(0,0,0,.1) 0px 0px 10px 0px
}

.fix-apply-box .slide-code-wrap .slide-code-close:hover {
	transform: rotate(180deg);
	transition: all .3s ease-in-out
}

.fix-apply-box .slide-code-wrap img {
	width: 100%;
	display: block;
	height: auto !important
}

.fix-apply-box .slide-code-wrap p {
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5
}

.fix-apply-box .slide-code-wrap .text-red {
	color: fc354c
}

.fix-apply-box .slide-code-wrap:after {
	display: inline-block;
	content: " ";
	position: absolute;
	top: 50px;
	width: 0;
	height: 0;
	z-index: 0;
	border-top: 20px solid rgba(0,0,0,0);
	border-bottom: 20px solid rgba(0,0,0,0);
	border-left: 20px solid #fff;
	right: -10px
}

.fix-bottom {
	position: fixed;
	top: 53%;
	transform: translateY(-50%);
	right: 100px;
	z-index: 99999;
	width: 320px;
	height: 500px
}

.fix-bottom .holly-kefu {
	position: absolute;
	top: 0;
	width: 320px;
	height: 500px;
	min-height: 500px;
	border-radius: 15px 15px 0 0;
	pointer-events: auto;
	background-color: rgba(0,0,0,0)
}

.fix-bottom .holly-kefu .close-kefu {
	position: absolute;
	right: 15px;
	top: 22px;
	color: #fff;
	font-size: 16px;
	cursor: pointer
}

.fix-bottom .holly-kefu iframe {
	width: 100%;
	height: 100%;
	border: none
}

.fix-bottom .open-kefu {
	box-shadow: 0 0 8px #aaa;
	border-radius: 15px 15px 0 0;
	display: block !important;
	-webkit-animation: showchatbox 1s;
	animation: showchatbox 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.fix-bottom .open-kefu .close-kefu {
	position: absolute;
	right: 15px;
	top: 22px;
	color: #fff;
	font-size: 16px;
	cursor: pointer
}

.toTop {
	width: 60px;
	margin-left: 8px;
	height: 30px;
	margin-top: 6px;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #646a7f;
	background: linear-gradient(to bottom, #fafdff 0%, #f5f6fc 100%);
	box-shadow: 0px 0px 24px 0px rgba(168,173,184,.47)
}

.toTop i {
	font-size: 24px;
	font-weight: bold
}

.toTop:hover {
	color: #e83820;
	background: #fff;
	box-shadow: 0px 0px 24px 0px rgba(168,173,184,.47)
}

.foot_contact {
	background-color: #fc9814;
	color: #fff;
	height: 50px;
	font-size: 13px;
	line-height: 50px;
	text-align: center;
	position: fixed;
	display: flex;
	align-items: center;
	width: 100%;
	bottom: 0px;
	z-index: 100
}

.foot_contact div {
	text-decoration: none;
	display: block;
	width: 32%;
	font-size: 14px
}

.foot_contact div:first-child span::before {
	content: url(/img/wen.png);
	width: auto;
	height: 20px;
	vertical-align: middle;
	display: inline-block;
	transform: scale(0.8, 0.8);
	margin-top: -10px
}

.foot_contact a {
	text-decoration: none;
	display: block;
	width: 32%;
	font-size: 14px
}

.foot_contact a span {
	color: #fff;
	font-size: 14px
}

.foot_contact a:nth-child(3) span::before {
	content: url(/img/telbtn.png);
	width: auto;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -12px;
	transform: scale(0.8, 0.8)
}

.foot_contact a:last-child span::before {
	content: url(/img/freebtn.png);
	height: 20px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -10px;
	transform: scale(0.8, 0.8)
}

.foot_contact p {
	width: 2%;
	color: #fff;
	font-size: 14px
}

.more-case-tel {
	width: 100%;
	overflow: hidden;
	text-align: center
}

.more-case-tel img {
	max-width: 100%
}

.more-case-tel .title {
	font-size: 20px;
	line-height: 1.8;
	margin: 10% auto 0
}

.footer-wrap {
	width: 100%;
	padding-bottom: 0;
	background-color: #2b313d
}

.footer-wrap .footer-box {
	padding: 45px 0 20px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}

.footer-wrap .footer-box ul li {
	font-size: 14px;
	color: #999;
	line-height: 3
}

.footer-wrap .footer-box ul li span {
	color: #e54032;
	padding-left: 10px
}

.footer-wrap .footer-box ul li a {
	font-weight: 400;
	color: #999;
	font-size: 14px
}

.footer-wrap .footer-box ul li a:hover {
	color: #ccc;
	transition: all .1s ease-out
}

.footer-wrap .footer-box ul li:first-child {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 20px
}

.footer-wrap .footer-box ul:last-child li {
	text-align: center;
	margin: 30px auto
}

.footer-wrap .footer-box ul:last-child li:first-child {
	text-align: left;
	margin: 0 0 20px 0
}

.footer-wrap .footer-box ul.flink-power li {
	margin: 25px auto
}

.footer-wrap .footer-box ul.flink-power li a {
	display: block;
	text-align: center;
	line-height: 1;
	height: auto
}

.footer-wrap .footer-box ul.flink-power li a img {
	width: 56px
}

.footer-wrap .footer-tel img:first-child {
	width: 120px;
	height: 28px
}

.footer-wrap .footer-tel img.qr-yunkefu {
	margin: 30px 0 0;
	width: 148px
}

.footer-wrap .footer-tel p {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	line-height: 2
}

.footer-wrap .footer-tel p i {
	font-style: normal;
	font-weight: normal
}

.footer-wrap .footer-tel p .footer-tel-img {
	vertical-align: top;
	height: 20px
}

.footer-wrap .footer-tel p span {
	font-weight: bold;
	color: #fff
}

.footer-wrap .footer-tel p:last-child {
	text-indent: 5px
}

.footer-wrap .footer-area {
	margin: 30px 0;
	color: #999;
	font-size: 14px;
	transition: all .1s ease-out
}

.footer-wrap .footer-area h4 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bold
}

.footer-wrap .footer-area div {
	margin: 10px 0
}

.footer-wrap .footer-area div:last-child a:first-child {
	margin-right: 4px
}

.footer-wrap .footer-area a {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	transition: all .1s ease-out
}

.footer-wrap .footer-area a:hover {
	color: #ccc
}

.footer-wrap .flink {
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
	color: #999;
	overflow: hidden
}

.footer-wrap .flink .bottom-click {
	cursor: pointer;
	transition: all .1s ease-out
}

.footer-wrap .flink .bottom-click:hover {
	color: #ccc
}

.footer-wrap .flink ul {
	width: 100%;
	display: none;
	padding-top: 10px
}

.footer-wrap .flink ul li {
	float: left;
	line-height: 20px !important;
	padding: 0px 4px;
	border: none !important;
	margin-bottom: 8px;
	transition: all .1s ease-out
}

.footer-wrap .flink ul li:hover {
	color: #ccc
}

.footer-wrap .flink ul li:first-child {
	color: #999;
	font-size: 14px
}

.footer-wrap .flink ul li a {
	padding: 0px 4px;
	color: #999;
	font-size: 14px;
	transition: all .1s ease-out
}

.footer-wrap .flink ul li a:hover {
	color: #ccc
}

.footer-wrap .copyright-wrap {
	padding: 30px 0;
	background-color: #2b313d;
	border-top: 1px solid #4c515d
}

.footer-wrap .copyright-wrap .copyright {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	color: #999;
	transition: all .1s ease-out
}

.footer-wrap .copyright-wrap .copyright a {
	color: #999;
	transition: all .1s ease-out
}

.footer-wrap .copyright-wrap .copyright a:hover {
	color: #ccc
}

.footer-wrap .copyright-wrap .copyright img {
	vertical-align: middle;
	margin-top: -4px
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
	.wrap {
		padding-bottom: 50px
	}

	.box {
		max-width: 94%
	}

	h2.title {
		font-size: 26px;
		margin: 50px auto 30px
	}

	.title-p {
		margin-top: -15px;
		text-align: center;
		font-size: 16px;
		line-height: 1;
		color: #999;
		margin-bottom: 30px
	}

	.nav-wrap .first-link {
		margin: 0 10px
	}

	.nav-wrap .first-link a {
		font-size: 15px
	}

	.nav-wrap .first-link a span {
		display: none
	}

	.second-wrap-other {
		width: 160px
	}

	.second-box-solve div:nth-child(n+2) {
		padding-top: 32px
	}

	.second-box div {
		width: 24%;
		margin: 2% 1% 2% 1%
	}

	.second-box div h3 {
		font-size: 16px;
		margin-top: 10px;
		margin-left: 15px
	}

	.second-box div a {
		font-size: 15px !important;
		line-height: 1.5 !important;
		margin: 10px 0;
		padding: 10px 0;
		height: 50px !important
	}

	.second-box div a img {
		height: 30px;
		margin-right: 4px
	}
}

@media screen and (min-width: 768px)and (max-width: 991px) {
	.wrap {
		padding-bottom: 40px
	}

	.box {
		max-width: 94%
	}

	h2.title {
		font-size: 24px;
		margin: 50px auto 30px
	}

	.title-p {
		margin-top: -15px;
		text-align: center;
		font-size: 16px;
		line-height: 1;
		color: #999;
		margin-bottom: 30px
	}

	.header img {
		width: 100px
	}

	.nav-wrap .first-link {
		margin: 0 10px
	}

	.nav-wrap .first-link a {
		font-size: 14px
	}

	.nav-wrap .first-link a span {
		display: none
	}

	.second-wrap-other {
		width: 160px
	}

	.second-box-solve div:nth-child(n+2) {
		padding-top: 32px
	}

	.second-box div {
		width: 24%;
		margin: 2% 1% 2% 1%
	}

	.second-box div h3 {
		font-size: 16px;
		margin-top: 10px;
		margin-left: 15px
	}

	.second-box div a {
		font-size: 15px !important;
		line-height: 1.5 !important;
		margin: 10px 0;
		padding: 10px 0;
		height: 50px !important
	}

	.second-box div a img {
		height: 30px;
		width: auto;
		margin-right: 4px
	}

	.nav-right img {
		display: none
	}

	.nav-right .nav-tel {
		display: none
	}

	.footer-wrap .footer-tel img.qr-yunkefu {
		margin: 30px 0 0;
		width: 100px
	}

	.get-chat-slide {
		display: none
	}

	.footer-wrap .copyright-wrap {
		padding: 20px 0
	}
}

@media screen and (max-width: 768px) {
	.wrap {
		padding-bottom: 10%
	}

	.box {
		max-width: 94%
	}

	h2.title {
		font-size: 20px;
		margin: 40px auto 30px
	}

	.title-p {
		margin-top: -15px;
		text-align: center;
		font-size: 14px;
		line-height: 1;
		color: #999;
		margin-bottom: 30px
	}

	.apply-btn-box a {
		width: 102px;
		height: 34px;
		line-height: 34px
	}

	.apply-btn-box a:last-child {
		margin-left: 15px
	}

	.footer-wrap .footer-box {
		padding-top: 20px;
		justify-content: center
	}

	.footer-wrap .footer-box .footer-tel {
		text-align: center
	}

	.footer-wrap .footer-box .footer-tel img.qr-yunkefu {
		margin: 15px 0 0;
		width: 130px
	}

	.footer-wrap .footer-box .footer-area {
		margin: 15px 0
	}

	.footer-wrap .footer-box ul {
		display: none
	}

	.footer-wrap .flink {
		display: none
	}

	.footer-wrap .copyright-wrap {
		padding: 15px 0 60px
	}

	.mobile-fix-wrap {
		position: fixed;
		z-index: 999;
		right: 10px;
		bottom: 35px
	}

	.mobile-fix-wrap .mobile-fix-button {
		box-shadow: 0 0px 14px 0 rgba(255,98,98,.16)
	}

	.mobile-fix-wrap .mobile-fix-button .mobile-chat-box {
		box-sizing: border-box;
		padding: 3px;
		width: 100%;
		position: relative;
		border-radius: 990px;
		border: 1px solid rgba(245,86,98,.5);
		-webkit-animation: mymove 1s linear infinite,animated-border 1s linear infinite;
		animation: mymove 1s linear infinite,animated-border 1s linear infinite
	}

	.mobile-fix-wrap .mobile-fix-button .mobile-chat-box .mobile-chat-img {
		width: 60px;
		height: 60px;
		border-radius: 990px;
		border: 2px solid #f55662;
		-webkit-animation: breathe-img 1s linear infinite;
		animation: breathe-img 1s linear infinite
	}

	.mobile-fix-wrap .mobile-fix-button .mobile-chat-box .mobile-chat-img img {
		width: 100%
	}

	.mobile-fix-wrap .mobile-chat {
		z-index: 9999;
		bottom: 43px;
		right: 95px;
		max-width: 240px;
		height: 50px;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 0 0px 14px 0 rgba(255,98,98,.16)
	}

	.mobile-fix-wrap .mobile-chat a {
		font-size: 14px;
		line-height: 50px;
		color: #000;
		min-width: 120px;
		text-align: center
	}

	.mobile-fix-wrap .mobile-chat a img {
		width: 23px;
		margin-right: 10px;
		vertical-align: middle;
		margin-top: -1px
	}

	.mobile-fix-wrap .mobile-chat .weixin_chat {
		display: block;
		font-size: 14px;
		line-height: 50px;
		min-width: 120px;
		color: #fff;
		width: 50%;
		text-align: center;
		border-radius: 0 5px 5px 0;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		background: linear-gradient(to right, #ff8989, #ed4040)
	}

	.mobile-fix-wrap .mobile-chat .weixin_chat img {
		width: 30px;
		margin-right: 10px;
		margin-top: 0;
		vertical-align: middle
	}

	.mobile-fix-wrap .mobile-chat .mobile-chat-close {
		width: 22px;
		height: 22px;
		position: absolute;
		top: -10px;
		left: -10px;
		background-color: #fff
	}

	.mobile-fix-wrap .mobile-chat .mobile-chat-close img {
		width: 100%
	}
}/*# sourceMappingURL=public.css.map */