@charset "utf-8";
@font-face {
	font-family: 'iconfont';  /* Project id 705497 */
	src: url('//at.alicdn.com/t/c/font_705497_hawnhnsf1h6.woff2?t=1696663135879') format('woff2'),
	url('//at.alicdn.com/t/c/font_705497_hawnhnsf1h6.woff?t=1696663135879') format('woff'),
	url('//at.alicdn.com/t/c/font_705497_hawnhnsf1h6.ttf?t=1696663135879') format('truetype');
}
*,body{margin: 0;padding: 0;text-decoration: none;}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}
html{font-family:MiSans,system-ui,微软雅黑,sans-serif;line-height:1.5}body{font-family:inherit;line-height:inherit}
html, body {width: 100%;height: 100%;}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/}
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,pre,td,textarea,th,ul{padding:0;margin:0}
fieldset,img{border:0}
li,ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-weight:400;font-size:100%}
q:after,q:before{content:""}abbr,acronym{border:0}
:root {
	--color-1: #2246f6;
	--color-2: #3354f6;
	--color-3: #2246f6;
	--color-4: #748ffc;
	--color-5: #edf2ff;
	--color-6: #f08c00;
	--color-7: #f59f00;
	--color-8: #fab005;
	--color-9: #fff9db;
	--color-10: #f8f9fa;
	--color-11: #f1f3f5;
	--color-12: #e9ecef;
}
a{text-decoration:none;outline:none;background: transparent;}
a:link{color:#333; text-decoration:none;}
a:focus,a:hover{color:var(--color-3);}
a:visited{color:#333}
input{outline: none;}
h1,h2,h3,h4,h5,h6,p,i,span,a,.img,img,li{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
::-webkit-scrollbar {width:6px;/* 这是针对缺省样式 (必须的) */ }
::-webkit-scrollbar-track {background-color: var(--color-10);/* 滚动条的滑轨背景颜色 */}
::-webkit-scrollbar-thumb {background-color: var(--color-3);/* 滑块颜色 */}
::-webkit-scrollbar-button {background-color: var(--color-10);/* 滑轨两头的监听按钮颜色 */}
::-webkit-scrollbar-corner {background-color: var(--color-10);/* 横向滚动条和纵向滚动条相交处尖角的颜色 */}
.mobile{display: none;}
@media (max-width: 991px) {
	.mobile {display: block;}
	::-webkit-scrollbar {height:2px;width: 2px}
	::-webkit-scrollbar-thumb {background-color:#ced4da}
}
.flex-sb{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content: space-between;
}
.flex-ce{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex-fs{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flex-fe{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content:  flex-end;
}

.container{width: 1400px;margin: 0 auto;padding: 0;}
@media (max-width: 1680px) {
	.container{width: 1300px;}
}
@media (max-width: 1440px) {
	.container{width: 1280px;}
}
@media (max-width: 1360px) {
	.container{width: 1200px;}
}
@media (max-width: 1280px) {
	.container{padding: 0 60px;width: 100%;}
}
@media (max-width: 991px) {
	.container{padding: 0 20px;}
}

.section-title{width: 100%;margin-bottom: 30px;text-align: center}
.section-title h1{font-size:36px;color:#0a0b0d;padding: 0;text-transform: uppercase;position: relative;font-weight:600;margin-bottom:10px;}
.section-title h4{font-size:36px;color:#0a0b0d;padding: 0;text-transform: uppercase;position: relative;font-weight:600;margin-bottom:10px;}
.section-title p{font-size: 18px;color:#495057;text-transform: uppercase;font-weight:400}
.section-title h4:after{content: '';width:50px;height:4px;background-color:var(--color-3);position: absolute;top:-20px;left:50%;margin-left: -25px;}
@media (max-width: 1440px) {
	.section-title h1{font-size:30px;margin-bottom:10px;}
	.section-title h4{font-size:30px;margin-bottom:10px;}
	.section-title p{font-size: 15px;}
}

/*header初始*/
.header{
	width: 100%;
	z-index: 9999;
	position: fixed;
	top:0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.subpage .header,.header.scroll-up{
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	background-color: rgba(255,255,255,0.7);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
	border-bottom: 1px solid #fff;
}
.header.scroll-down{height: 0;opacity: 0}
.header .container{height:100%;align-items: center;}
.header .nav-logo {width: 10%;text-align: left;}
.header .nav-logo .white{display: block;}
.header .nav-logo .blue{display: none;}
.header .nav-logo img {width: 80px;}
.header.scroll-up .nav-logo img {width:60px;}
.header.scroll-up .nav-logo .white,.subpage .header .nav-logo .white{display: none;}
.header.scroll-up .nav-logo .blue{display: block;}
.subpage .header .nav-logo .blue{display: block!important;}
.subpage .header .nav-logo img{width:70px;}
.header ::-webkit-scrollbar {display: none;}
.header .nav-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
	align-items:flex-end;
	width:90%;height:100%;
}
.header .nav-list > li {position: relative;list-style: none;text-align: center;height: 100%;}
.header .nav-list > li a {
	position: relative;
	padding: 0 20px;
	display: block;
	color: #fff;
	font-size: 18px;
	height: 100%;
	line-height: 75px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}
.header.scroll-up .nav-list > li a,.subpage .header .nav-list > li a{color: #212529;}
.header .nav-list > li:after,.header .nav-list > li a:after{content: '';width: 0;height: 3px;background-color:var(--color-6);position: absolute;top:0;left: 0;transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;}
.header.scroll-up .nav-list > li:after,.header.scroll-up .nav-list > li a:after{background-color:var(--color-2)}
.header .nav-list > li a i{font-size: 1.8rem;transform: rotate(-45deg)!important;}
.header .nav-list > li:hover{color:var(--color-2);}
.header .nav-list > li:hover:after{width: 100%;}
.header .nav-list > li:hover a,.header .nav-list > li a:hover{color:var(--color-6);font-weight: 550}
.header.scroll-up .nav-list > li:hover a,.header.scroll-up .nav-list > li a:hover{color:var(--color-2);}
.header .nav-list > li a:hover i{transform: rotate(180deg)}
.header .nav-list > li a.cur{color:var(--color-2);font-weight: 500;}
@media (max-width: 1440px) {
	.header .nav-list > li a {font-size: 15px;padding: 0 15px;}
}
@media (max-width: 1280px) {
	.header .nav-list > li a{font-size: 14px}
}
.header .nav-list > li .menu {
	position: absolute;max-width: max-content;
	white-space: nowrap;
	left: 0;
	display: none;
	background-color: rgba(255,255,255,0.85);
	backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);
	-webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 8%);
	box-shadow: 0 3px 8px 0 rgb(0 0 0 / 8%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	padding:10px 10px;
	border-radius:5px;border-top-left-radius: 0;border-top-right-radius: 0;
	border: 1px solid rgba(255,255,255,0.98);
}
.header .nav-list > li{position: relative;text-align: left}
.header .nav-list > li .menu li a {
	display: block;
	margin: 0;
	height: auto;
	line-height:35px;
	text-align:left;
	font-size: 15px;font-weight: 400;
	background-image: none;color: #495057;
}
.header.scroll-up .nav-list > li .menu li a{color: #495057;}
.header .nav-list > li .menu li a.cur:after{display: none;}
.header .nav-list > li .menu li a i{display: block;position: absolute;right: 10px;font-size: 0.88rem;top:1px;}
.header .nav-list > li .menu li a:hover{color: var(--color-2);}
.header .nav-list > li .menu li a:hover:after{width: 0;}
.header .nav-list > li:hover .menu {height: auto;display: block}
.header .nav-list > li .pro-menu-dl{width: 100%;}
.header .nav-list > li .pro-menu-dl dd{padding: 5px 0}
.header .nav-list > li .pro-menu-dl dd a{font-size: 14px;line-height: 22px;color:#212529;font-weight: 400;text-align: left;display: block}
.header .nav-list > li .pro-menu-dl dd a:hover{color: var(--color-2);}
.header .nav-list > li .pro-menu-dl dd a b{font-weight: 400}
.right-bar{width:0;text-align: right}
.right-bar a{margin-right: 10px;}
.right-bar a:last-child{margin-right: 0;}
.right-bar a i{margin-right: 5px;}
.right-bar .login{position: relative;top:-2px;text-transform: uppercase;background-color:var(--color-2);display: inline-block;padding:2px 15px;border-radius: 30px;color: #fff;font-size: 13px;font-weight: 400;}
.right-bar .right-bar-search{position: relative;top:2px;}
.right-bar .right-bar-search i{font-size: 2.2rem;color:var(--color-2)}
#navToggle{	display: block;}
@media (max-width: 991px) {
	.header {height:60px!important;box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.08);z-index: 9999;}
	.header .container{width: 100%; padding: 0 20px;}
	.header .nav-logo {width: 50%;text-align: left}
	.header .nav-logo img {width:100px;}
	.header.scroll-down .nav-logo img {width:90px;}
	.header .nav-list {display: none}
	.menu-tel{display: none}
	.right-bar{width:50%;}
	.right-bar .login{position: absolute;right:95px;top:18px;}
	.right-bar .right-bar-search{position: absolute;right:60px;top:14px;}
	.right-bar .right-bar-search i{font-size: 2.5rem;}
	nav{padding:0;background-color:#fff;height:60px;overflow:hidden;box-shadow: 0 5px 10px rgba(130, 177, 255, 0.25);-webkit-box-shadow: 0 5px 10px rgba(130, 177, 255, 0.25);}
	nav #navToggle {display:block;position: absolute;right:15px!important;top:5px;}
	nav #navToggle i{font-size:3.5rem;color:var(--color-1)!important;}
}

.m_nav{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;right: -100%;
	transform: translateX(100%);
	padding:10px 0 0 0;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	background-color: rgba(255,255,255,.6);
}
.m_nav.open{transform: translateX(0);right: 0}
.m_nav .closed{
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	cursor: pointer;
	font-size: 3rem;
	color: var(--color-3);
	position: absolute;right: 20px;top:10px;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul{margin-top:25px;}
.m_nav .ul li{
	padding: 0 30px!important;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(7) {
	-webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #495057;
	font-size:2rem;font-weight:550;
	line-height:60px;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.m_nav .ul li a i{color: #212529;font-size:3rem;font-weight: 500;position:absolute;right:20px;transform: rotate(-90deg)}
.m_nav .ul li a:hover i,.m_nav .ul li.dropdown.active a:hover i{transform: rotate(0deg)}
.m_nav .ul li .dropdown_menu{display: none;padding: 15px 0 5px 0;}
.m_nav .ul li.dropdown.active .dropdown_menu{display: block;}
.m_nav .ul li .dropdown_menu a{
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	color: #495057;
	height: 36px;
	line-height: 36px;
	padding: 0 5px;
	box-sizing: border-box;
	border-bottom: none;
}
.m_nav .ul li .dropdown_menu a i{font-size: 2rem;position: unset;margin-right:0;}
.m_nav .ul li .dropdown_menu a:last-child{border: none;}
.m_nav .ul li .dropdown_menu dl{width: 100%;padding:0 10px 0 10px;}
.m_nav .ul li .dropdown_menu dl dt{margin-bottom: 5px;}
.m_nav .ul li .dropdown_menu dl dt a{font-size: 1.8rem!important;color: #495057;font-weight: 550;line-height: 30px;height: 30px;margin:0;border-bottom: none;}
.m_nav .ul li .dropdown_menu dl dt a i{position: unset;font-size: 2.2rem;margin-right:0;font-weight: 550}
.m_nav .ul li .dropdown_menu dl dd{margin:4px 0}
.m_nav .ul li .dropdown_menu dl dd a{font-size: 1.6rem!important;color: #495057;line-height: 2.5rem;height:2.5rem;border-bottom: none;font-weight: 450;padding:0 0 0 32px!important;}
.m_nav .ul li .dropdown_menu dl dd a:hover{}
@media screen and (max-width: 992px){
	nav{padding:0;background-color:#fff;height:60px;overflow:hidden;
		box-shadow: 0 5px 10px rgba(130, 177, 255, 0.25);
		-webkit-box-shadow: 0 5px 10px rgba(130, 177, 255, 0.25);
	}
	#m_logo{display: block;float: left;}
	#m_logo img{width:260px;display: inline-block;vertical-align: middle;margin:10px 0 0 0;}
	nav #navToggle {position: absolute;right: 20px;top:5px;display: block}
	nav #navToggle i{font-size:3.5rem;color:#868e96;}
	nav .nav{display: none;	}
}


/*footer*/
.footer{clear:both;width:100%;background-color: #2e2e2c;}
.footer .footer_top{padding-top: 60px;}
.footer .footer_top .footer_top_menu{}
.footer .footer_top .footer_top_menu li{width: 15%;}
.footer .footer_top .footer_top_menu li span{margin-bottom:10px;font-size:18px;font-weight:450;color:#a3a3a3;display: block;}
.footer .footer_top .footer_top_menu li a{display: block;line-height:30px;font-size:14px;color:#777;font-weight:500;}
.footer .footer_top .footer_top_menu li a:hover{color:#fff;}
.footer .footer_top .footer_top_menu .contact{width:35%;}
.footer .footer_top .footer_top_menu .hottel{width: 30%;}
.footer .footer_top .footer_top_menu .hottel p{margin-bottom: 30px;padding-left:70px;position: relative;font-size: 16px;font-weight: 550;color:#999;}
.footer .footer_top .footer_top_menu .hottel p:after{
	content: '';
	width: 1px;height: 40px;background-color: #666;
	position: absolute;left: 50px;top:10px;
	transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
}
.footer .footer_top .footer_top_menu .hottel i{color: #666;display: inline-block;margin-right: 10px;font-size: 3.2rem;position: absolute;top:6px;left:0;}
.footer .footer_top .footer_top_menu .hottel span{display:block;margin-bottom: 0;font-size: 30px;font-weight: 550}
.footer .footer_top .footer_top_menu .hottel b{display: block;font-size: 18px;}
.footer .footer_top .footer_top_menu .weixin{width:5%;}
.footer .footer_top .footer_top_menu .weixin p{text-align: center;margin-right:20px;color:#777}
.footer .footer_top .footer_top_menu .weixin p:last-child{margin-right: 0;}
.footer .footer_top .footer_top_menu .weixin p span{font-size: 14px;color: #a3a3a3;font-weight: 400;}
.footer .footer_top .footer_top_menu .weixin img{display: block;width: 100px;margin-bottom: 10px;}
.footer .footer_top .footer_top_menu li a.btn{
	display: block;
	width:210px;
	height:38px;
	line-height:25px;
	text-align: center;
	color:#fff;
	background:url(../images/footer_btn.png) no-repeat;
	margin-top:20px;
}
.footer .footer_bot{width:100%;height:auto;font-size:14px;color:rgba(255,255,255,0.2);margin-top:30px;border-top: 1px solid rgba(255,255,255,0.05);}
.footer .footer_bot .link{padding-top:30px;text-align:center}
.footer .footer_bot .link a{margin:0 6px;color:rgba(255,255,255,0.2);}
.footer .footer_bot .copyright{width:100%;text-align: center;line-height:40px;}
.footer .footer_bot .copyright a{font-size:14px;color:rgba(255,255,255,0.2);margin-left:10px;font-weight: 400}
@media (max-width: 1440px) {
	.footer .footer_top .footer_top_menu li span{font-size:16px;}
	.footer .footer_top .footer_top_menu li a{line-height:25px;font-size:13px;}
	.footer .footer_top .footer_top_menu .weixin p span{font-size: 13px;}
	.footer .footer_top .footer_top_menu .hottel i{font-size: 3rem;top:6px;}
	.footer .footer_top .footer_top_menu .hottel span{font-size:25px;}
	.footer .footer_top .footer_top_menu .hottel b{font-size: 16px;}
}
@media (max-width: 992px) {
	.footer{margin-bottom:0;padding-bottom:60px;background-color: #3b3a40}
	.footer .footer_top{padding:30px 0 0 0;}
	.footer .footer_top .footer_top_menu{flex-wrap: wrap;}
	.footer .footer_top .footer_top_menu li{display: none;}
	.footer .footer_top .footer_top_menu .hottel{width: 50%;margin-left:0;display: block;float: left;padding-left: 20px;}
	.footer .footer_top .footer_top_menu .hottel p{margin-bottom:20px;padding-left:0;position: relative;color:#999;text-align: left;font-size: 1.4rem;}
	.footer .footer_top .footer_top_menu .hottel p:after{display: none;}
	.footer .footer_top .footer_top_menu .hottel i{display: none;}
	.footer .footer_top .footer_top_menu .hottel span{font-size:2.2rem;}
	.footer .footer_top .footer_top_menu .weixin{width:50%;display: block;float: right;padding:5px 20px 0 0;}
	.footer .footer_top .footer_top_menu .weixin p{font-size:1.2rem;text-align:center;width: 110px;margin: 0 0 0 auto;}
	.footer .footer_top .footer_top_menu .weixin p img{width: 100%;margin-bottom: 5px;}
	.footer .footer_top .footer_top_menu .weixin p span{display: none;font-size:1.2rem;}
	.footer .footer_top .footer_top_menu .weixin p:last-child{}
	.footer .footer_bot{height:auto;font-size:1.2rem;margin-top:0;}
	.footer .footer_bot .container{padding: 0 0 0 20px;}
	.footer .footer_bot .link{padding-top:10px;text-align: left;}
	.footer .footer_bot .link a{margin:0 3px;}
	.footer .footer_bot .copyright{text-align: left;font-size:1.1rem;color: rgba(255,255,255,0.3);border-top:none;margin-top: 0;line-height:2rem;padding: 5px 0;text-transform: uppercase;font-family: "DINPro-Regular";}
	.footer .footer_bot .copyright a{margin-left:0;font-size:1.2rem;color: rgba(255,255,255,0.3);margin-right: 5px;}
	.footer .footer_bot .copyright span{display: block;}
	.footer .weixin-m{padding: 100px 0 10px 0;text-align: center;}
	.footer .weixin-m h4{font-size: 3rem;color: #fff;font-weight:500;}
	.footer .weixin-m h5{font-size: 2rem;color:#3b3a40;}
	.footer .weixin-m img{width:60%;margin:10px auto;}
	.footer .footer-info-m{text-align: center;}
	.footer .footer-info-m a{color: #fff;font-size: 1.5rem;display: block;line-height: 2.5rem;}
	.footer .footer-info-m p{color: #fff;font-size: 1.5rem;line-height: 2.5rem;}
}
.foot-bar,.daoyi{display: none;}
.floating_ck{position:fixed;transition: all .5s;transform: translateY(-50%);right:-100px;bottom:0;z-index: 999;background-color: #fff;-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0,0, 0.08);box-shadow: 0 5px 30px 0 rgba(0, 0,0, 0.08);border-top-left-radius:30px;}
.floating_ck.on{right:0;bottom:0;}
.floating_ck dl{padding:10px 0;margin: 0;width:80px;}
.floating_ck dl dd{position:relative;margin: 0 10px;padding: 10px 0;text-align:center;cursor:pointer;border-bottom: 1px solid #eaeaea;}
.floating_ck dl dd:last-child{border-bottom: none;}
.floating_ck dl dd i{font-size: 3.6rem;line-height: 3.6rem;display: block;color:var(--color-3);padding: 0;margin:0 0 5px 0;}
.floating_ck dl dd a{color:#868e96;font-size: 14px;display: block;}
.floating_ck dl dd a:hover{color: #fff;}
.floating_ck dd span{font-size:14px;color:#495057;font-family: "Microsoft YaHei";display:block;padding: 0;line-height: 20px;}
.floating_ck dl dd:hover .floating_left{display:block;}
.floating_left{position:absolute;left:-180px;top:0;width:160px;height:160px;display:none;text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0,0, 0.08);
	box-shadow: 0 5px 30px 0 rgba(0, 0,0, 0.08);
}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{top:0;padding: 10px 10px 0 10px;text-align: center;}
.floating_ewm img{width: 100%;}
.floating_ewm p{color:#fff;font-size: 16px;line-height: 30px;display: block;text-align: center;}
@media (max-width: 1440px) {
	.floating_ck dl{width:70px;}
	.floating_ck dl dd i{font-size: 3.2rem;line-height: 3.2rem;}
	.floating_ck dl dd a{font-size: 12px;}
	.floating_ck dd span{font-size:12px;}
}
@media screen and (max-width: 991px){
	.floating_ck{display: none;}
	.foot-bar{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content:space-between;
		-moz-justify-content:space-between;
		-ms-justify-content:space-between;
		-o-justify-content:space-between;
		justify-content:space-between;
		background-color: #fff;
		width: 100%;
		-webkit-box-shadow: 0 12px 40px 8px rgba(0, 0, 0, 0.08);
		box-shadow: 0 12px 40px 8px rgba(0, 0, 0, 0.08);
		position: fixed;bottom: 0;left: 0;z-index: 9999;
	}
	.foot-bar .foot-nav{width: 50%;height: 60px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content:space-between;
		-moz-justify-content:space-between;
		-ms-justify-content:space-between;
		-o-justify-content:space-between;
		justify-content:space-between;
	}
	.foot-bar .foot-nav li{border-right: 1px solid #eee;width: 50%;}
	.foot-bar .foot-nav li:last-child{border-right:none;}
	.foot-bar .foot-nav li a{display: block;text-align: center;text-transform: uppercase}
	.foot-bar .foot-nav li a i{color:var(--color-3);font-size:2.3rem;display: block;margin:2px auto 0 auto;}
	.foot-bar .foot-nav li a span{font-size:1.4rem;color: #666;font-weight: 800;display: block;margin: 0 auto;line-height:1.4rem;}
	.foot-bar .foottel{display: block;text-align: center!important; width: 50%;line-height:60px;
		background-image:-webkit-linear-gradient(45deg, var(--color-3), var(--color-4));
		background-image:linear-gradient(45deg, var(--color-3), var(--color-4));
		box-shadow:5px 5px 10px rgba(10,90,200,0.3);
		-webkit-box-shadow:5px 5px 10px rgba(10,90,200,0.3);
		margin-right: 0;
	}
	.foot-bar .foottel i{font-size: 2rem;color: #fff;padding: 0 10px 0 0;}
	.foot-bar .foottel span{font-size: 1.8rem;letter-spacing: 1px; color: #fff;font-weight: 800;text-transform: uppercase}
}

/*分页样式*/
.pagination {
	width:100%;
	margin: 0 auto;
	display: flex;
	display:-webkit-flex;
	justify-content:center;
	flex-wrap: wrap;
	line-height: 35px;
	text-transform: uppercase;
	color: #868e96;
	font-size: 14px;
	align-items: center;
	margin-bottom:20px;
}
.pagination a{
	display: block;text-transform: uppercase;text-align: center;font-size: 14px;color:#495057;
	line-height:28px;padding:0 12px;height:30px;
	margin-right: 10px;margin-bottom: 10px;
	border: 1px solid var(--color-2);border-radius:20px;
}
.pagination a:last-child{margin-right: 0;}
.pagination a:hover,
.pagination a:focus,
.pagination a.active,
.pagination .active span {color: #fff !important;background-color:var(--color-2)}
.pagination a:last-child{margin-right: 20px;}
@media (max-width: 991px) {
	.pagination {padding:0;line-height:2rem;margin:20px auto;;font-size: 1.4rem;}
	.pagination a{font-size: 1.3rem;line-height:2.8rem;height:3rem;margin-right:5px;margin-bottom:5px;}
	.pagination a:last-child,.pagination a:first-child{display: none}
	.err{margin:5% auto;width:80%;}
	.err p{line-height:3rem;font-size:1.3rem;}
}

/*service-form*/
.service-form{padding: 50px 0;background-color: #fff;width: 100%;float: left;}
.form{padding: 30px 0;}
.form .img{width: 50%;padding:0 50px 0 0;}
.form .img img{width: 100%;}
.form .info{width: 50%;padding:30px;}
.form .info h4{margin-bottom: 30px;font-size: 30px;font-weight: 500;color: #495057}
.form .info i{font-size: 3rem;color: #f3ae00;}
.form .info ul{margin-bottom: 15px;}
.form .info ul li{margin-bottom: 15px;}
.form .info ul li input{width:48.5%;text-indent: 20px;margin-right: 3%;height: 45px;border-radius: 6px;font-size: 16px;color:#868e96;border:1px solid #dcdcdc;font-family: "Microsoft Yahei";}
.form .info ul li select{
	font-size: 16px;color: #868e96;font-family: "Microsoft Yahei";
	width:48.5%;
	height: 45px;border-radius: 6px;
	border:1px solid #dcdcdc;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	text-indent: 20px;
	background: url("../images/selectjt.png") no-repeat scroll right 14px center #fff;
}
.form .info ul li select::-ms-expand {display: none;}
.form .info ul li textarea{border:1px solid #dcdcdc;width: 100%;text-indent: 20px;height: 80px;border-radius: 6px;padding: 10px 0 0 0;font-family: "Microsoft Yahei";font-size: 16px;color: #868e96;}
.form .info ul li input:nth-child(2){margin-right: 0;}
.form .info ul li button{border: none;color: #fff;font-size: 18px;width:35%;height: 50px;border-radius: 30px;
	background-image:-webkit-linear-gradient(45deg, var(--color-3), var(--color-4));
	background-image:linear-gradient(45deg, var(--color-3), var(--color-4));
	box-shadow:0 16px 32px -5px rgba(36,72,246, 0.25);
	-webkit-box-shadow:0 16px 32px -5px rgba(36,72,246, 0.25);
	margin-right: 0;
}
.form .info ul li button i{font-size: 2.2rem;color: #fff;}
.form .info p{font-size: 16px;line-height: 30px;color: #999;font-family: "Microsoft Yahei"}
@media (max-width: 1440px) {
	.service-form{padding: 30px 0;}
	.form{padding: 20px 0;}
}
@media (max-width: 992px) {
	.service-form{padding: 0;background-position: right bottom;background-size: 100% auto;background-repeat:no-repeat;background-color: #fff;}
	.form{padding: 10px 0;flex-wrap: wrap;}
	.form .img{width: 80%;margin: 0 auto 20px auto;}
	.form .img img{width: 100%;}
	.form .info{width: 100%;padding:10px;}
	.form .info h4{margin-bottom: 20px;font-size: 1.6rem;font-weight:700;}
	.form .info h4 i{font-weight: 300;font-size:2rem;}
	.form .info ul li{margin-bottom: 10px;}
	.form .info ul li input{text-indent: 10px;height: 35px;font-size:1.2rem;border-radius: 4px;color: #999;}
	.form .info ul li select{font-size: 1.2rem;height:35px;text-indent: 10px;border-radius: 4px;}
	.form .info ul li textarea{text-indent: 10px;font-size:1.2rem;border-radius: 4px;}
	.form .info ul li button{font-size:1.3rem;width: 100%;height: 35px;border-radius: 4px;}
	.form .info ul li button i{font-size: 1.8rem;}
	.form .info p{font-size:1.3rem;line-height:2rem;}
}
.partner{background-color:#fff;padding:100px 0 50px 0;width: 100%;float: left;}
.partner .img{width: 100%;}
.partner .img img{width: 100%;}

.other{width: 100%;float: left;background-color: #fff;padding: 100px 0;background-image: url(../images/bjbg.jpg);background-size:100% auto;background-position:center;background-repeat: no-repeat}
.other-ul{padding:30px 0;}
.other-ul li{width: 23.5%;
	background-color: #fff;
	padding:30px 20px;border: 1.5px solid #fff;border-radius: 25px;
	text-align: center;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	background-color: rgba(255,255,255,.7);
	-webkit-box-shadow: 0 5px 35px rgb(190 196 207 / 30%);
	box-shadow: 0 5px 35px rgb(190 196 207 / 30%);
}
.other-ul li .ico{width: 100%;text-align: center;}
.other-ul li .ico img{width: 180px;max-width: 100%;margin-bottom:15px;}
.other-ul li .info{text-align: center;}
.other-ul li .info h6{font-size: 25px;font-weight: 550;color: #212529;margin-bottom: 10px;}
.other-ul li .info p{font-size: 15px;line-height: 25px;color: #495057;font-weight: 400;}
@media (max-width: 1440px) {
	.other{padding:60px 0 40px 0;}
	.other-ul{padding:20px 0;}
	.other-ul li{padding:20px 20px;}
	.other-ul li .ico img{width: 150px;margin-bottom:10px;}
	.other-ul li .info h6{font-size: 20px;}
}

.security{position:relative;width: 100%;float: left;padding:100px 0 0 0;height:700px;}
.security .section-title h4{color: #fff;}
.security .section-title p{color: #fff;}
.vcr-bg{width:100%;height:700px;position:absolute;left:0;top:0;z-index:1}
.vcr-bg video{width: 100%; height:100%; object-fit:cover;}
.security .container{position: relative;z-index: 2;}
.security-ul{padding:50px 0 0 0;flex-wrap: wrap;background-image: url(../images/youshi-bg.jpg);background-size:100% auto;background-position: center;background-repeat: no-repeat;}
.security-ul li{width: 23.5%;margin-right:2%;margin-bottom:2%;position: relative;
	background-color: #fff;
	padding:40px 20px;border:1px solid rgba(255,255,255,0.95);border-radius: 20px;
	text-align: center;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	background-color: rgba(255,255,255,.75);
}
.security-ul li:nth-child(4n){margin-right: 0;}
.security-ul li i{
	display: block;width: 50px;height: 50px;line-height: 50px;border-radius: 50%;font-weight: 500;font-style: normal;
	background-image:-webkit-linear-gradient(45deg, var(--color-3), var(--color-4));
	background-image:linear-gradient(45deg, var(--color-3), var(--color-4));
	box-shadow:0 5px 25px -2px rgba(36,72,246, 0.45);
	-webkit-box-shadow:0 5px 25px -2px rgba(36,72,246, 0.45);
	position: absolute;right:-15px;top:-15px;font-size:18px;color: #fff;text-align: center;
	border: 1px solid rgba(255,255,255,0.3);
}
.security-ul li h6{font-size: 21px;font-weight: 550;color:var(--color-3);margin-bottom:10px;}
.security-ul li p{font-size: 15px;line-height: 22px;color: #212529}

@media (max-width: 1440px) {
	.security-ul li h6{font-size: 22px}
	.security-ul li p{font-size: 14px;line-height: 22px;}
}

.process{padding:100px 0 50px 0;background-color:#f6f9ff;width: 100%;float: left;}
.process .process-ul{width: 100%;padding: 50px 0;position: relative;}
.process .process-ul:after{content: '';width: 100%;height: 1px;border-bottom: 1px dotted #aaa;position: absolute;left: 0;top:45%;z-index: 1;}
.process .process-ul li{width:16.66%;text-align: center;position: relative;z-index: 2;}
.process .process-ul li b{display: block;width: 30px;height: 30px;text-align: center;line-height: 30px;color: #fff;font-size: 14px;
	background-color:rgba(34,70,246,0.6);border: 1px solid rgba(255,255,255,0.8);backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px);
	border-radius: 50%;position: absolute;left: -6px;top:-6px;
}
.process .process-ul li i{display: block;position: relative;margin:10px auto;width: 110px;height:110px;line-height:85px;border: 15px solid #f6f9ff;text-align: center;border-radius: 50%;background-color: var(--color-2);color: #fff;font-size: 3rem;}
.process .process-ul li span{display: block;text-align: center;font-size: 18px;font-weight: 500;color: #495057;}

.faq{padding: 100px 0 50px 0;width: 100%;float: left;background-color: #fff}
.vcr-ul{padding:0;flex-wrap: wrap}
.vcr-ul li{width: 32%;margin-bottom: 2%;display: block;outline: none;border-radius:25px;overflow: hidden;background-color: #fff;
	box-shadow: 0 40px 65px -30px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 40px 65px -30px rgba(0,0,0,0.1);
}
.vcr-ul li a{display:block;padding: 0}
.vcr-ul li .img{width: 100%;height:280px;position: relative;overflow: hidden;}
.vcr-ul li .img:after{content: '';width: 100%;height: 100%;background-color:rgba(0,0,0,0.35);z-index: 1;position: absolute;left: 0;top:0;}
.vcr-ul li .img img{width: 100%;}
.vcr-ul li .img i{font-size:7rem;line-height:280px;color:rgba(255,255,255,0.8);width: 100%;height: 100%;text-align: center;position: absolute;left: 0;top:0;z-index: 2}
.vcr-ul li .info{text-align: center;padding:15px 10px;}
.vcr-ul li .info p{font-size: 18px;font-weight: 500;color: #495057;}
.zmb{ width:100%; height:100%; position:fixed; left:0; top:0; background:black; background:rgba(0,0,0,0.8); display:none; z-index:99999;}
.tc_video{ width:350px; height:600px; position:fixed; left:50%; top:50%; margin:-300px 0 0 -200px; background:transparent; display:none; z-index:100000;text-align: center}
.tc_video video, .tc_video p{width:auto; height:100%;}
.tc_video p iframe{width:100%; height:100%;}
@media (max-width: 1440px) {
	.vcr{padding:50px 0 80px 0;}
	.vcr-ul li .img{width: 100%;height: 250px;}
	.vcr-ul li .img i{font-size:7rem;line-height: 250px;}
	.vcr-ul li .info{padding:10px 10px;}
	.vcr-ul li .info p{font-size: 16px;}
}
@media  screen and (max-width:991px){
	.vcr-ul{padding:0;width:100%;position: relative;margin: 0;}
	.vcr-ul li{box-shadow: 0 5px 15px rgba(0,0,0,.08);-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.08);border-bottom-left-radius:30px;border-top-right-radius:30px;margin: 10px 15px 20px 15px;}
	.vcr-ul li:last-child{display: none;}
	.vcr-ul li .img{height:150px;border-top-right-radius:30px;}
	.vcr-ul li .img i{font-size:6rem;line-height:150px;}
	.vcr-ul li .info{padding:10px 10px;}
	.vcr-ul li .info p{font-size: 1.5rem;}
	.tc_video{ width:760px; height:300px; margin:-150px 0 0 -380px;}
}
@media  screen and (max-width:767px){
	.tc_video{ width:90%; height:250px; margin:-125px 0 0 0; left:5%;}
}
