@charset "utf-8";
*,body{margin: 0;padding: 0;font-family: "Noto Sans SC","Microsoft Yahei";text-decoration: none;}
html, body {width: 100%;height: 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}
address,caption,cite,code,dfn,em,i,strong,th,var{font-weight:400;font-style:normal}
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}
a{text-decoration:none;}
a:link{color:#333; text-decoration:none;}
a:focus,a:hover{color:#FFCC00}
a:visited{color:#333}
.clear {clear: both;}
h1,h2,h3,h4,h5,h6,p,i,span,a,.img,img,li,after,before {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
@font-face{
	font-family: 'dincond-medium';src: url('../font/dincond-medium-webfont.eot');
	src: url('../font/dincond-medium-webfont1.eot?#iefix') format('embedded-opentype'), url('../font/dincond-medium-webfont.woff2') format('woff2'), url('../font/dincond-medium-webfont.woff') format('woff'), url('../font/dincond-medium-webfont.ttf') format('truetype'), url('../font/dincond-medium-webfont.svg#dincond-medium-webfont') format('svg');
}
@font-face {
	font-family: Montserrat-Regular;
	src: url("../font/montserrat-regular.eot");
	/* IE9 Compat Modes */
	src: url("../font/montserrat-regular1.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "DINPro-Regular";
	src: url("../font/DINPro-Regular.woff2") format("woff2"),
	url("../font/DINPro-Regular.woff") format("woff"),
	url("../font/DINPro-Regular.ttf") format("truetype"),
	url("../font/DINPro-Regular.eot") format("embedded-opentype"),
	url("../font/DINPro-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "DINPro-Bold";
	src: url("../font/DINPro-Bold.woff2") format("woff2"),
	url("../font/DINPro-Bold.woff") format("woff"),
	url("../font/DINPro-Bold.ttf") format("truetype"),
	url("../font/DINPro-Bold.eot") format("embedded-opentype"),
	url("../font/DINPro-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ContrailOne-Regular';
	src:url(../font/ContrailOne-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'OpenSans-Regular';
	src:url(../font/OpenSans-Regular.ttf) format('truetype');
}

::-webkit-scrollbar {width: 8px;/* 这是针对缺省样式 (必须的) */ }
::-webkit-scrollbar-track {background-color: #fff;/* 滚动条的滑轨背景颜色 */}
::-webkit-scrollbar-thumb {background-color: #666;/* 滑块颜色 */}
::-webkit-scrollbar-button {background-color: #fff;/* 滑轨两头的监听按钮颜色 */}
::-webkit-scrollbar-corner {background-color: #fff;/* 横向滚动条和纵向滚动条相交处尖角的颜色 */}
.flex-sb{
	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;
}
.flex-ce{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-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;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-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;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content:  flex-end;
}

/*header初始*/
header {width:100%;position: relative;background-color: #fff}
header .container{height: 100%;}
header .top{align-items: center;padding:20px 0;}
header .top .logo{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
}
header .top .logo img{width: auto;margin-right: 20px;}
header .top .logo span{font-size: 16px;color: #888;font-weight: 500;letter-spacing: 1px;}
header .top .top-right{}
header .top .top-right .link{text-align: right;}
header .top .top-right .link a{ color: #888;font-size: 14px;line-height: 20px;}
header .top .top-right .link a img{width: 30px;display: inline-block;vertical-align: middle;}
header .top .top-right .link a:hover{text-decoration: none;color:#FFCC00;}
header .top .top-right .tel{}
header .top .top-right .tel i{font-size: 3rem;color: #999;margin-right: 10px;}
header .top .top-right .tel span{font-size: 32px;color: #FFCC00;font-family: 'dincond-medium';font-weight: 600;line-height: 20px;}
header .top .top-right .tel p{font-size: 23px;color: #FFCC00;font-family: 'dincond-medium';font-weight: 600;text-align: right;line-height: 20px;}
@media (max-width: 1200px) {
	header .top{height: 100px}
	header .top .logo{}
	header .top .top-right .link a i{ font-size: 2.5rem;}
	header .top .top-right .link a:first-child i{font-size: 2rem;}
	header .top .top-right .tel i{ font-size:2.5rem;margin-right: 5px;}
	header .top .top-right .tel span{ font-size: 25px;}
}
@media (max-width: 992px) {
	header .top{display: none;}
}

nav{
	width:100%;
	height:60px;
	padding: 0 30px;
	background:#333;
	position: relative;
	z-index: 999;
}
nav .nav{height: 100%;display: block;}
nav .navbar_nav li{position: relative;display: block;width: 16.66%;text-align: center;border-right: 1px solid rgba(255,255,255,0.2)}
nav .navbar_nav li:last-child{border-right: none;}
nav .navbar_nav li:after{}
nav .navbar_nav li:hover:after{width: 100%;}
nav .navbar_nav li a{
	text-decoration: none;
	display: block;height: 100%;width: 100%;
	padding: 0;
	font-size: 20px;line-height:60px;color: #fff;font-weight: 500;
}
nav .navbar_nav li:hover a,nav .navbar_nav li.active a{color:#222;background-color:#FFCC00;}

nav .navbar_nav li.dropdown{display: inherit;position: relative;}
nav .navbar_nav li.dropdown .dropdown_menu{
	position: absolute;display: none;width: 100%;left:0;top:60px;
	background-color: transparent!important;padding: 0;
}
nav .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 16px;color: #333;
	padding: 0 20px;
	line-height:55px;
	background-color:#FFCC00;
	text-align: left;font-family: "Microsoft YaHei", "Roboto", sans-serif;
}
nav .navbar_nav li.dropdown:hover .dropdown_menu{display: block;}
nav .navbar_nav li.dropdown:hover .dropdown_menu a{color: #333; }
nav .navbar_nav li.dropdown:hover .dropdown_menu a:hover{color: #fff;background-color:rgba(0,0,0,0.6);}

@media (max-width: 1440px) {
	nav{height:50px;}
	nav .navbar_nav li a{font-size: 18px;line-height: 50px;}
	nav .navbar_nav li.dropdown .dropdown_menu{top:50px;}
	nav .navbar_nav li.dropdown .dropdown_menu a{font-size: 16px;line-height:45px;}
}
nav.on{position:fixed;top:0;width:100%;z-index:9999;}
#navToggle{	display: none;}
#m_logo{display: none;}
.m_nav{
	position: fixed;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	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;
	transform: translateX(100%);
	padding: 5% 0 0 0;
}
.m_nav.open{transform: translateX(0);}
.m_nav .closed{
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	cursor: pointer;
	font-size: 2.8rem;
	color: #999;
	position: absolute;right: 30px;top:30px;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .logo{width: 100%;}
.m_nav .logo img{display: block;margin-left: 30px;}
.m_nav .ul{margin-top: 50px;}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #eaeaea;
	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: #666;
	font-size:1.8rem;font-weight: 800;
	height: 60px;
	line-height: 60px;
	width: 100%;
}
.m_nav .ul li a i{color: #999;font-size:2.5rem;margin-right:10px;font-weight: 500;}
.m_nav .ul li .dropdown_menu{display: none;padding: 0 0 15px 0;}
.m_nav .ul li.dropdown.active .dropdown_menu{display: block;}
.m_nav .ul li .dropdown_menu a{
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	color: #999;
	height: 35px;
	line-height: 35px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a i{font-size: 1.3rem;margin-right:0}
.m_nav .ul li .dropdown_menu a:last-child{border: none;}

@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 {
		height: 100%;
		display: inline-block;
		float: right;padding: 10px 0 0 0;
	}
	nav #navToggle i{font-size:3.2rem;color:#495057;}
	nav .nav{display: none;	}
}
.m_nav .top-right{width: 80%;margin:50px auto 0 auto;}
.m_nav .top-right .tel{text-align: center;display: block;}
.m_nav .top-right .tel i{font-size: 3rem;color: #FFCC00;margin-right: 10px;}
.m_nav .top-right .tel span{font-size: 36px;color: #FFCC00;font-family: 'dincond-medium';font-weight: 600;}
.m_nav .top-right .tel p{text-align: center;font-size: 1.6rem;color: #888;line-height: 2.2rem;}


/*footer*/
.footer{clear:both;width:100%;background-color:#1d1d1d;}
.footer .footer_top{padding:60px 0 20px 0;}
.footer .footer_top .footer_top_menu{display: flex;justify-content: space-between;}
.footer .footer_top .footer_top_menu li{width:18%;}
.footer .footer_top .footer_top_menu li span{margin-bottom:20px;font-size:20px;font-weight:500;color:#e9ecef;display: block}
.footer .footer_top .footer_top_menu li a{display: block;line-height:35px;font-size:15px;color:#868e96;font-weight:500;font-family: "Microsoft Yahei"}
.footer .footer_top .footer_top_menu li a:hover{color:#fcc419;}
.footer .footer_top .footer_top_menu .hottel{width: 31%;}
.footer .footer_top .footer_top_menu .hottel div{margin-bottom: 30px;padding-left:70px;position: relative;font-size: 16px;font-weight: 500;color:#999;font-family: "Noto Sans SC";}
.footer .footer_top .footer_top_menu .hottel div:after{
	content: '';
	width: 1px;height: 40px;background-color:#868e96;
	position: absolute;left: 50px;top:10px;
	transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
}
.footer .footer_top .footer_top_menu .hottel i{color:#868e96;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-family: "DINPro-Bold";color: #ced4da}
.footer .footer_top .footer_top_menu .hottel b{display: block;font-size: 18px;font-family: "DINPro-Regular";}
.footer .footer_top .footer_top_menu .hottel p{font-family: "Microsoft Yahei";font-weight: 500;line-height: 25px;font-size: 14px;}
.footer .footer_top .footer_top_menu .weixin{width: 15%;}
.footer .footer_top .footer_top_menu .weixin p{text-align: center;margin-right:20px;font-size: 14px;color:#868e96;font-weight: 400;font-family: "Microsoft Yahei"}
.footer .footer_top .footer_top_menu .weixin p:last-child{margin-right: 0;}
.footer .footer_top .footer_top_menu .weixin img{display: block;width: 120px;margin-bottom: 10px;}

.footer .footer_office{margin-bottom: 10px;width: 100%;}
.footer .footer_office .container{padding:10px 0;}
.footer .footer_office p{display: block}
.footer .footer_office p span{display: inline-block;width: 450px;font-size: 14px;font-family: "Microsoft Yahei";line-height: 30px;color: #868e96;font-weight: 500;}

.footer .footer_bot{width:100%;font-size:14px;color:#868e96;}
.footer .footer_bot .link{}
.footer .footer_bot .link .container{padding: 15px 0;border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05);}
.footer .footer_bot .link a{margin:0 6px;color:rgba(255,255,255,0.3);font-family: "DINPro-Regular";}
.footer .footer_bot .copyright{width:100%;text-align: center;line-height:40px;font-family: "DINPro-Regular";color:rgba(255,255,255,0.3);text-transform: uppercase;font-weight: 300;}
.footer .footer_bot .copyright .container{padding:15px 0;}
.footer .footer_bot .copyright span{display: block;width: 50%;padding: 0;}
.footer .footer_bot .copyright a{font-size:14px;color:#999;padding: 0 10px;font-family: "DINPro-Regular";color:rgba(255,255,255,0.3);font-weight: 300;}
@media (max-width: 992px) {
	.footer{margin-bottom:0;padding-bottom:50px;}
	.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: 100%;margin-left:0;display: block;}
	.footer .footer_top .footer_top_menu .hottel div{margin-bottom:20px;padding-left:0;position: relative;color:#999;text-align: center;font-size:2rem;}
	.footer .footer_top .footer_top_menu .hottel div:after{display: none;}
	.footer .footer_top .footer_top_menu .hottel div:last-child{display: none;}
	.footer .footer_top .footer_top_menu .hottel i{font-size:2.5rem;position:relative;top:auto;left:auto;}
	.footer .footer_top .footer_top_menu .hottel span{font-size:2.6rem;}
	.footer .footer_top .footer_top_menu .hottel p:last-child{display: none;}
	.footer .footer_top .footer_top_menu .weixin{width:100%;display: block;}
	.footer .footer_top .footer_top_menu .weixin p{font-size:1.4rem;width:100%;line-height: 2.2rem;text-align: center}
	.footer .footer_top .footer_top_menu .weixin img{padding-bottom: 10px;margin:0 auto;width: 130px;}
	.footer .footer_bot{height:auto;font-size:1.2rem;margin-top:20px;}
	.footer .footer_bot .link{display: none;}
	.footer .footer_bot .copyright{border-top: 1px solid #444;margin-top: 10px;line-height:1.8rem;padding:0;}
	.footer .footer_bot .copyright .container{flex-wrap: wrap;}
	.footer .footer_bot .copyright .text-left{width: 100%;text-align: center;}
	.footer .footer_bot .copyright .text-right{width: 100%;text-align: center}
	.footer .footer_bot .copyright a{margin-left:10px;font-size:1.2rem;}
	.footer .footer_bot .copyright a:last-child{display: none;}
}


.floating_ck{position:fixed;right:0;bottom: 30px;z-index: 999;-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_ck dl{padding:10px 0;margin: 0;width:80px;background-color: #fff;}
.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:#FFCC00;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 screen and (max-width: 992px){
	.floating_ck{display: none;}
}
.foot-bar{display: none;}
@media screen and (max-width: 992px){
	.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;}
	.foot-bar .foot-nav li a i{color:#FFCC00;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-color:#FFCC00;}
	.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;}
}

.container{margin: 0 auto;width: 1280px;}
@media (max-width:1440px) {
	.container{width: 1200px;}
}
@media screen and (max-width: 992px){
	.container{width: 100%;padding:0 20px;}
}
/*section-title*/
.section-title {margin:30px 0; }
.section-title h4{
	font-size: 30px;letter-spacing: 2px;color: #888;font-weight:500;text-align: center;
	position: relative;
	padding: 10px 0;
	margin:0;}

.section-title h4 span{color:#FFCC00;font-weight:500;}
.section-title p{text-align: center;font-size: 18px;text-transform: uppercase;font-weight: 300;color:#dbdbdb; }

@media (max-width: 1440px) {
	.section-title {margin:20px 0; }
	.section-title h4 span{font-weight:800;}
	.section-title h4:after{left:16%}
	.section-title h4:before{right:16%;}
	.section-title p{font-size: 1.4rem;}
}
@media (max-width: 992px) {
	.section-title {margin:10px 0; }
	.section-title h4{font-size: 2.2rem;letter-spacing: 1px;}
	.section-title h4 span{font-weight:800;}
	.section-title p{font-size: 1.4rem;}
}

/*service-form*/
.service-form{
	padding: 0 0 50px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 254, 0.06);
	box-shadow: 0 0 10px 2px rgba(79, 172, 254, 0.06);
}
.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: 600;color: #495057}
.form .info i{font-size: 3rem;color: #f3ae00;font-weight: 500;}
.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-gradient(linear,0% 100%,0% 100%, from(#f39700), to(#ffe066));
	background-image:-webkit-linear-gradient(45deg, #f39700, #ffe066);
	background-image:-o-linear-gradient(45deg, #f39700, #ffe066);
	background-image:linear-gradient(45deg, #f39700, #ffe066);
	box-shadow:0 10px 20px rgba(243,151,0,0.3);
	-webkit-box-shadow:0 10px 20px rgba(243,151,0,0.3);
	-moz-box-shadow:0 10px 20px rgba(243,151,0,0.3);
}
.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: 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:90%;margin: 0 auto 10px auto;text-align: center;padding: 0}
	.form .img img{width: 100%;}
	.form .info{width: 100%;padding:10px;}
	.form .info h4{margin-bottom: 20px;font-size:2rem;font-weight:700;text-align: center}
	.form .info h4 i{font-size:2.5rem;}
	.form .info ul li{margin-bottom: 10px;}
	.form .info ul li input{text-indent: 10px;height:45px;font-size:1.4rem;border-radius: 4px;color: #999;}
	.form .info ul li select{font-size: 1.4rem;height:45px;text-indent: 10px;border-radius: 4px;}
	.form .info ul li textarea{text-indent: 10px;font-size:1.4rem;border-radius: 4px;}
	.form .info ul li button{font-size:1.6rem;width:70%;height:50px;margin: 0 auto;display: block}
	.form .info ul li button i{font-size:2rem;}
	.form .info p{font-size:1.4rem;line-height:2rem;text-align: center}
}


.partner{background-color:#f8f9fa;padding:30px 0;}
.partner .section-title{margin-bottom:20px;}
.partner-list{flex-wrap: wrap;padding:0 0 30px 0;}
.partner-list li{width: 19.2%;margin-right:1%;margin-bottom:1%;overflow: hidden;text-align: center;padding:20px 40px;border: 1px solid #eee;background-color: #fff}
.partner-list li:nth-child(5n){margin-right: 0;}
.partner-list li img{width: auto;max-width: 100%;}
.partner-list li:hover img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
@media (max-width: 1440px) {
	.partner-list li{padding:10px 20px;}
}
@media (max-width: 991px) {
	.partner{padding:0 0 20px 0;}
	.partner-list{padding:0;}
	.partner-list li{padding:5px;width: 32%;margin-right: 2%;margin-bottom: 2%;}
	.partner-list li:nth-child(3n){margin-right: 0;}
	.partner-list li:nth-child(5n){margin-right:2%;}
	.partner-list li:last-child{margin-right: 0;}
}

#dialogBg{width:100%;height:100%;background-color:#000000;opacity:.6;filter:alpha(opacity=60);position:fixed;top:0;left:0;z-index:9999;display:none;}
#dialog{width: 500px; height: 500px;display: none;position: fixed;top: 50%;left: 50%;margin: -250px 0 0 -250px;z-index: 10000;}
.show{background-color: #fff;border-radius:20px;height: 500px;overflow:hidden;}
.show h4{font-family: "FZLANTY_CUJW--GB1-0";}
.dialogTop{width: 100%;padding: 0;position: relative;}
.claseDialogBtn{position: absolute;right:-20px;top:-55px;}
.claseDialogBtn i{font-size: 3.6rem;color: #fff;}
@media (max-width: 991px) {
	#dialog{width: 80%; height:360px;margin: -180px 0 0 -40%;}
	.show{padding: 20px;height:100%;border-radius:20px;}
	.claseDialogBtn{right: -10px;top:-45px;}
	.claseDialogBtn i{font-size: 3rem;}
}

.myform{padding:50px;}
.myform h4{font-size: 30px;font-weight: 500;margin-bottom: 30px;border-bottom: 1px dashed #ddd;color: #495057;padding-bottom: 20px;text-align: center}
.myform h4 i{font-size: 3.2rem;margin-right: 10px;font-weight: 500;color:#e60012; }
.myform label{font-size: 16px;font-family: "Microsoft Yahei";color: #495057;font-weight: 500;display: block;margin-bottom:15px;}
.myform input{line-height: 40px;border:solid 1px #dfdfdf;border-radius: 4px;padding: 0 20px;font-size: 16px;font-family: "Microsoft Yahei";background-color: #fff;width: 100%;}
.myform button{
	border:none;color: #fff;
	line-height:45px;
	border-radius: 25px;
	width:60%;
	font-size: 18px;
	display: block;
	background-image: linear-gradient(125deg,#b7ddfb,#82b1ff);
	box-shadow: 0 10px 25px rgba(130, 177, 255, 0.38);
	-webkit-box-shadow: 0 10px 25px rgba(130, 177, 255, 0.38);
	margin:20px auto;
}
.myform button i{font-size: 2rem;color: #fff;margin-left: 15px;}
.myform  p{text-align: center;font-size: 14px;line-height: 25px;color: #868e96;font-family: "Microsoft YaHei", "Roboto", sans-serif}
@media (max-width: 992px) {
	.myform{padding:10px 20px;}
	.myform h4{font-size: 2rem;margin-bottom: 20px;padding-bottom:10px;}
	.myform h4 i{font-size: 2.2rem;margin-right:5px;}
	.myform label{font-size: 1.4rem;margin-bottom:10px;}
	.myform input{font-size: 1.4rem;}
	.myform button{line-height:40px;width:80%;font-size:1.6rem;margin:20px auto;}
	.myform button i{font-size: 1.8rem;margin-left:10px;}
	.myform  p{font-size:1.2rem;line-height:2rem;}
}