@charset "utf-8";
{
font-family: fangzhegn;
src: url('./fontSize.ttf');
}
*{box-sizing: border-box}
html{background-color:#fff;color:#000;font-size:12px}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0}
body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{line-height:1.5;font-family:tahoma,arial,"Hiragino Sans GB",simsun,sans-serif}
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}
h1,h2,h3,h4,h5,h6{font-family:tahoma,arial,"Hiragino Sans GB","微软雅黑",simsun,sans-serif}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
address,cite,dfn,em,i,optgroup,var{font-style:normal}
table{border-collapse:collapse;border-spacing:0;text-align:left}
caption,th{text-align:inherit}
ul,ol,menu{list-style:none}
fieldset,img{border:0}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}
sup,sub{vertical-align:baseline}
html {overflow-x: hidden;height: 100%;-webkit-tap-highlight-color: transparent;}
body {font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;color: #333;font-size: .28em;line-height: 1;-webkit-text-size-adjust: none;}
hr {height: .02rem;margin: .1rem 0;border: medium none;border-top: .02rem solid #cacaca;}
a {color: #25a4bb;text-decoration: none; cursor: pointer;}
/*清浮动*/
.clearfix:after {content: "";display: block;clear: both;}
.clearfix {zoom: 1;}

.bgf7f9fb{
	background: #f7f9fb;
}
.ellipsis1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ellipsis2{
	overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
}
.ellipsis8{
	overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 8;
		-webkit-box-orient: vertical;
}

.title_box{
	text-align: center;
}
.title_box h2{
	font-size: 38px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3px;
	text-indent: 3px;
}
.title_box p{
	font-size: 20px;
	margin-top: 16px;
	color: #999999;
}
.show{
	display: block;
}
.hide{
	display: none;
}
.pt80{
	padding-top: 80px;
}
.pb50{
	padding-bottom: 50px;
}
.tac {
    text-align: center;
}
.color-b {
	color: #333;
}
.shop_box {
	width: 100%;
	height: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FEFFFF;
	background: linear-gradient(180deg, rgba(254, 255, 255, 1) 0%, rgba(243, 250, 255, 1) 100%);
}
.mb20 {
    margin-bottom: 20px;
}
.fs16{
	font-size: 16px;
}
.cl999{
	color: #999;
}
.fs30 {
    font-size: 30px;
}
.fs18 {
    font-size: 18px;
}
.mb50 {
    margin-bottom: 50px;
}
.mt50 {
    margin-top: 50px;
}
/* 公共头部 */
.header{
	height: 111px;
	background: #F7FCFF;
}
.header .logo{
	width: 161px;
	height: 28px;
	margin-top:53px;
	float: left;
}
.header .nav{
	display: flex;
	align-items: flex-end;
	height: 111px;
	float: right;
}
.header .nav li{
	display: flex;
	height:fit-content;
	margin-left: 40px;
	align-items: center;
	padding-bottom: 30px;
}
.header .nav li a{
	display: block;
	font-size: 22px;
	color: #333333;
	cursor: pointer;
	padding: 0 !important;
}
.header .nav li a.active,.header .nav li a:hover{
	color: #21b8ff;
	background: no-repeat;
	position: relative;
}
.header .nav li a.active::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 100%);
	bottom: -7px;
	z-index: 99;
	width: 14px;
	height: 2px;
	background-color: #008FD7;
}
.header_img{
	padding-top: 42px;
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	margin-left:22px;
}
.header_img>div{
	float: left;
}
.header_img img{
	height: 50px;
	display: inline-block;
    float: left;
}
/* end */
/* 公共尾部 */
.footer{
	background: #27537A;
	padding: 60px 0 20px;
}
.footer_body{
}
.footer_body .footer_navs,.footer_body .footer_contacts,.footer_qrcode{
	min-width: 200px;
	display: inline-block;
	vertical-align: top;
}
.footer_body .footer_navs h3,.footer_body .footer_contacts h3{
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
}

.footer_body .footer_navs a{
	color: #fff;
	display: block;
	line-height: 32px;
	cursor: pointer;
	font-size: 12px;
}
.footer_body .footer_navs a:hover{
	color: #21B8FF;
}
.footer_body .footer_contacts li{
	display: block;
    color: #fff;
	line-height: 32px;
	font-size: 12px;
}
.footer_qrcode{
	text-align: center;
	float: right;
}
.footer_qrcode>div{
	width: 100px;
	margin-left: 20px;
	display: inline-block;
}
.footer_qrcode>div>img{
	width: 100px;
	height: 100px;
}
.footer_qrcode>div>p{
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.footer .ICP_info{
	margin-top: 40px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.footer .ICP_info span{
	margin: 0 4px;
}
.footer .ICP_info a{
	color: #fff;
}

.input-box {
	width: 100%;
	height: 663px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:url(../images/serve.png) no-repeat center center / auto 100%;
}
.input-box .inputs {
	width: 1200px;
	height: fit-content;
}
.input-box .inputs .t {
	width: 100%;
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}
.input-box .inputs .t2 {
	width: 100%;
	font-size: 20px;
	color: #fff;
	margin-bottom: 84px;
}
.input-box .inputs .box {
	width: 600px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.input-box .inputs .box .input {
	width: 290px;
	height: 56px;
	background: rgba(255, 255, 255, 0.8);
	padding: 19px;
	margin-bottom: 32px;
}
.input-box .inputs .box .input input {
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #333;
	background: none;
}
.submit-btn {
	width: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 67px;
}
.submit-btn button {
	width: 230px;
	height: 70px;
	background: #008FD7;
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}
.submit-btn button .icon {
	width: 32px;
	height: 32px;
	display: block;
	margin-left: 10px;
}
.fwlc-box {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 720px;
	position: relative;
	padding-top: 75px;
	background:url(../images/fwlc.png) no-repeat center center / cover;
}
.fwlc-box .fwlcs {
	width: 1142px;
	height: 400px;
	position: absolute;
	top: 217px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/fwlct.png) no-repeat center center / 100% 100%;
}
.fwlc-box .cjwt {
	width: 1142px;
	height: 530px;
	position: absolute;
	top: 208px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/cjwt.png) no-repeat center center / 100% 100%;
}