﻿@charset "utf-8";
@font-face {
	font-family: "syrh";
	src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
		 url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
		 url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype")
}
@font-face{
	font-family:NeutrafaceText;
	src:url("../fonts/NeutrafaceText-BookItalicAlt.otf")
}
@font-face{
	font-family:DINB;
	src:url("../fonts/DIN-Medium.ttf")
}

html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size:5.2083334vw}

@media (max-width:1024px) {
html{font-size:9.765625vw}
}
@media(max-width:750px){
	html{font-size: 14vw;}
}
*{margin:0;padding:0;}
body{ font-family:syrh,Microsoft YaHei,Arial,sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:16px; color:#0a0a0a; width:100%;  zoom:1;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#0a0a0a;font-family: syrh,Microsoft YaHei,arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#0a0a0a; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#d7061c;}

.fl{ float:left;}
.fr{ float:right;}
.tl{ text-align:left !important;}
.tr{ text-align:right;}
.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}
.en{font-family:NeutrafaceText;}

/*单行文本省略号*/
.dot {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.dot2, .dot3, .dot4, .dot5 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break:normal;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}
.dot5 {
	-webkit-line-clamp: 5;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
	width: 6px; height:6px;-webkit-overflow-scrolling : touch;
	background-color: #e6e6e6;}
::-webkit-scrollbar-track{
	background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #58504a;}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #e6e6e6;}

/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../images/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}

.tran img{transition: all 0.5s ease-out 0s;}
.tran a:hover img{
	transition: all 0.5s ease-out 0s;
	transform: scale(1.06);
	}
/*pages*/
.Pages{padding:0.5rem 0;text-align: center;line-height: 25px;}
.Pages .num{color:#999;}
.Pages .a_next,.Pages .a_prev{width:18px;border-radius: 5px;border:1px solid #e5e5e5;display: inline-block;margin:0 0.2rem;}
.Pages .a_prev {background: url(../images/pageprev.png) no-repeat center;position: relative;top: 	9px;height: 27px;}
.Pages input.a_text{width:35px;height:100%;text-align: center;border-radius: 5px;border:1px solid #e5e5e5;height:25px;color:#999;}
.Pages .a_jump{color:#999;display: inline-block;margin-left:0.2rem;background: none;cursor: pointer;}
/*pages end*/
.row table {
    width: 100%;
    text-align: center;
}

.row table tr:first-child {
    background: #F2CE24;
    color: #fff;
    font-weight: 500;
}

.row table td {
    border: 1px solid #666 !important;
}

.row table tr:nth-child(2) {
    background: #666;
    color: #000;
    font-weight: 500;
}

.ys_add p img {
    max-width: 100%;
}

.Contain{width:88%;max-width:15.05rem;margin:0 auto;}
.pdlr110{width:95%;max-width:17rem;margin:0 auto;}

/* Top */
.Top{position: fixed;top:0;left:0;width:100%;z-index:999;line-height: 1.1rem;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);transition: all .5s;-webkit-transition: all .5s;}
.Top .m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:13px;margin-left:10px;position: relative;z-index:999;}
.Top .m-btn span{display: block;width:25px;height:3px;background:#d30017;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span::before,.Top .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #d30017;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span:before {top: -8px;}
.Top .m-btn span:after {bottom: -8px;}
.Top .m-btn.active span {background: transparent;}
.Top .m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.Top .m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}
.Top .Logo img{max-height:0.55rem;}
.Top .Logo_txt img{max-height:0.45rem;}

.Top .Top_tel {font-size: 0.18rem;margin:0 0.3rem;}
.Top .Top_tel .ico{display: inline-block;margin-right:0.1rem;}

.Top .Top_link ul li{display: inline-block;margin-right:0.1rem;}
.Top .Top_link ul li .ico{width:35px;height:35px;border-radius: 50%;text-align: center;line-height: 35px;display: inline-block;}
.Top .Top_link ul li .ico .img2{display: none;}
.Top .Top_link ul li:hover .ico{background: #d7061c;}
.Top .Top_link ul li:hover .ico .img1{display: none;}
.Top .Top_link ul li:hover .ico .img2{display: inline-block;}
.Top .Top_link ul li .ico img{position: relative;top:-2px;}

.Top .Top_link ul li.Search{position: relative;}
.Top .Top_link ul li.Search .SearchBox{width:350px;height:45px;background: #fff;box-sizing: border-box;box-shadow: 0 0 10px rgba(0,0,0,0.1);position: absolute;top:100%;left:0;line-height: 45px;padding-right:50px;display: none;}
.Top .Top_link ul li.Search .SearchBox input{width:100%;height:100%;box-sizing: border-box;padding:0 0.2rem;}
.Top .Top_link ul li.Search .SearchBox button{width:50px;height:100%;background: url(../images/search-white.png) no-repeat center center #d7061c;position: absolute;right:0;top:0;}

.MainNav {position: relative;}
.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{float:left;padding-right:1rem;font-size: 0.18rem;}
.MainNav ul li em{display: block;padding:0 0.05rem;position: relative;}
.MainNav ul li em::before{content:'';display: block;height:0.05rem;background: #d7061c;position: absolute;left:0;top:0;transition: all .5s;-webkit-transition: all .5s;opacity: 0;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);width:100%;}
.MainNav ul li.on em::before,.MainNav ul li:hover em::before{opacity: 1;transform: rotateY(0);-webkit-transform: rotateY(0);}

.navbg{background: #fff;position: absolute;top:100%;left:0;width:100%;height:0;transition: all ease .3s;}
.MainNav .NavPull{position: absolute;top:100%;left:0;z-index:999;width:115%;display: none;}
.MainNav .NavPull dl::after{content:'';display: block;clear: both;}
.MainNav .NavPull dl{padding:0.25rem 0;}
.MainNav .NavPull dl dd{float:left;line-height: 0.4rem;width:20%;text-align: center;position: relative;box-sizing: border-box;border-right:1px solid #b8b8b8;padding:0.15rem 0;opacity: 0.5;}
.MainNav .NavPull dl dd:first-child{border-left:1px solid #b8b8b8;}
.MainNav .NavPull dl dd:hover{opacity: 1;}
.MainNav .NavPull dl dd .ico{width:0.35rem;height:0.35rem;line-height: 0.35rem;margin:0 auto 0.1rem;}
.MainNav .NavPull dl dd .ico img{max-height:0.35rem;}
.MainNav .NavPull dl dd a{color:#000;}
.navbg.show{height:1.7rem;}

.Top.fix{line-height: 0.8rem;}
body{padding-top:1.1rem;}

@media(max-width:1024px){
	body{padding-top:60px;}
	.Top{line-height: 60px;}
	.Top.fix{line-height: 60px;}
	.Top .m-btn{display: block;}
	.Top .Logo img{max-height:45px;}
	.Top .Logo_txt img{max-height:38px;}
	.MainNav{width:200px;position: absolute;right:0;top:100%;background: #fff;height:calc(100vh - 60px);box-shadow: 0 0 10px rgba(0,0,0,0.1);width:0;overflow: hidden;visibility: hidden;opacity: 0;transition: all .5s;-webkit-transition: all .5s;}
	.MainNav ul{min-width:200px;}
	.MainNav ul li{width:100%;margin-right:0;font-size: 15px;box-sizing: border-box;padding:0 20px;line-height: 40px;}
	.MainNav ul li.on em::before, .MainNav ul li:hover em::before{display: none;}
	.MainNav ul li em{border-bottom:1px solid #e5e5e5;}
	.MainNav ul li em i{width:100%;height:100%;position: absolute;left:0;top:0;}
	.MainNav ul li em i::after{content:'';display: block;width:20px;height:20px;background: url(../images/nav_more.png) no-repeat center center;position: absolute;right:0;top:50%;margin-top:-10px;transition: all .5s;}
	.MainNav .NavPull{position: static;width:100%;box-sizing: border-box;padding:8px;background: #f5f5f5;}
	.MainNav .NavPull dl dd{border:none !important;width:100%;line-height: 35px;padding:0;font-size: 14px;opacity: 0.8;}
	.MainNav .NavPull dl dd .ico{display: none;}
	.MainNav .NavPull dl{padding:0;}
	.MainNav.show{width:200px;visibility: visible;opacity: 1;}

}

@media(max-width:640px){
	.Top .Logo_txt{display: none;}
	.Top .Top_tel{display: none;}
	.Top .Top_link ul li .ico{width:28px;line-height: 28px;height:28px;}
	.Top .Top_link ul li.Search .SearchBox{width:200px;height:35px;line-height: 35px;left:-90px;}
}




/* Bottom */
.Bottom{padding:0.5rem 0 0.1rem 0;background: #000;}
.Bottom .BottomCon .BottomL{width:25%;}
.Bottom .BottomCon .BottomL .tit{font-size: 0.3rem;color:#4f4f4f;}
.Bottom .BottomCon .BottomL .search{line-height: 40px;border-bottom:1px solid #b8b8b8;padding-right:40px;position: relative;margin:0.1rem 0;}
.Bottom .BottomCon .BottomL .search input{width:100%;box-sizing: border-box;}
.Bottom .BottomCon .BottomL .search button{width:40px;height:100%;background: none;position: absolute;right:0;top:0;}
.Bottom .BottomCon .BottomL ul{display: flex;justify-content: space-between;}
.Bottom .BottomCon .BottomL ul li{font-size: 0.14rem;line-height: 22px;}
.Bottom .BottomCon .BottomL ul li a{color:#afafaf;}
.Bottom .BottomCon .BottomL ul li:hover a{color:#d7061c;}


.Bottom .BottomCon .BottomNav{width:68%;display: flex;justify-content: space-between;}
.Bottom .BottomCon .BottomNav dl{display: inline-block;}
.Bottom .BottomCon .BottomNav dl dt{margin-top:0.15rem;}
.Bottom .BottomCon .BottomNav dl dt a{font-size: 0.18rem;color:#6a6a6a;}
.Bottom .BottomCon .BottomNav dl dd{line-height: 0.3rem;font-size: 0.14rem;font-weight: lighter;}
.Bottom .BottomCon .BottomNav dl dd a{color:#969696;}
.Bottom .BottomCon .BottomNav dl a:hover{color:#d7061c;}

.Bottom .BottomContact{padding:0.7rem 0 0.5rem 0;border-bottom:1px solid #b8b8b8;}
.Bottom .BottomContact .con h1{font-size: 0.18rem;color:#4f4f4f;font-weight: normal;margin-bottom:0.1rem;}
.Bottom .BottomContact .con ul li{font-size: 0.14rem;color:#888;line-height: 0.22rem;margin-top:8px;padding-left:60px;position: relative;}
.Bottom .BottomContact .con ul li .name{position: absolute;left:0;top:0;}
.Bottom .BottomContact .con ul li .name img{display: inline-block;margin-right:5px;position: relative;top:-1px;}

.Bottom .CopyRight{margin-top:0.3rem;font-size: 0.14rem;color:#888;line-height: 0.3rem;}
.Bottom .CopyRight a{color:#888;}
.Bottom .CopyRight .Ewa{}
.Bottom .CopyRight .Ewa ul li{display: inline-block;margin-left:0.3rem;text-align: center;position: relative;}
.Bottom .CopyRight .Ewa .ico{}
.Bottom .CopyRight .Ewa .ico img{max-width:0.38rem;}
.Bottom .CopyRight .Ewa p{margin-top:5px;}
.Bottom .CopyRight .Ewa .tcBox{position: absolute;bottom:110%;left:50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);width:130px;display: none;}
.Bottom .CopyRight .copyright_txt{}
.Bottom .CopyRight .copyright_txt a:hover{color:#d7061c;}
.Bottom .CopyRight .copyright_txt .friendLink{display: inline-block;margin-left:0;}
.Bottom .CopyRight .copyright_txt  i{display: inline-block;margin:0 8px;color:#bbb;}
.Bottom .CopyRight .copyright_txt .friendLink a{display: inline-block;margin-right:0.2rem;}
.Bottom .CopyRight .Ewa ul li:hover .tcBox{display: block;}

.Bottom .wap_logo{display: none;line-height: 50px;margin-bottom:30px;}
.Bottom .wap_logo .logo_img img{max-height:50px;}
.Bottom .wap_logo .logo_txt{position: relative;top:11px;}
.gai_img{width: 10%;border-right: 2px solid #666; padding-right: 1rem}
.gai_img2{width: 4%;}
.gai_p{color:#666;text-align: center;margin-top: 0.4rem;border-top: 1px solid #666;padding-top:0.1rem}
.follow{color: #666;display: inline-block;padding-left: 1rem;font-size:0.18rem}
@media(max-width:1024px){
	.Bottom .BottomCon .BottomNav{width:100%;margin-top:30px;}
	.Bottom .BottomCon .BottomL{width:100%;float:none;margin:0 auto;max-width:500px;}
	.Bottom .BottomCon .BottomL .tit{font-size: 20px;}
	.Bottom .BottomCon .BottomL ul li{font-size: 14px;line-height: 22px;}
	.Bottom .BottomContact .con h1{font-size: 18px;}
	.Bottom .BottomContact .con ul li{font-size: 14px;line-height: 24px;}
	.Bottom .BottomContact .BottomLogo img{max-height:120px;}
	.Bottom .CopyRight{font-size: 14px;line-height: 21px;}
	.Bottom .wap_logo{display: block;}
	.Bottom .BottomCon .BottomNav dl dd{display: none;}
	.Bottom .BottomCon .BottomNav{display: block;}
	.Bottom .BottomCon .BottomNav::after{content:'';display: block;clear: both;}
	.Bottom .BottomCon .BottomNav dl{display: block;width:20%;float:left;box-sizing: border-box;padding-right:20px;}
	.Bottom .BottomCon .BottomNav dl dt a{display: block;line-height: 18px;margin-bottom:10px;font-size: 14px;}
	.Bottom .BottomContact .BottomLogo{display: none;}
	.Bottom .BottomCon .BottomNav dl:nth-child(4) dt a,
	.Bottom .BottomCon .BottomNav dl:nth-child(8) dt a{border-right:none;}
	.Bottom .CopyRight .Ewa{display: none;}

}

@media(max-width:640px){
	.Bottom{padding:30px 0 15px 0;}
	.Bottom .BottomCon .BottomL .tit{font-size: 18px;}
	.Bottom .BottomContact .con h1{font-size: 16px;}
	.Bottom .BottomContact .BottomLogo{width:100%;text-align: center;margin-bottom:30px;}
	.Bottom .CopyRight .Ewa{width:100%;text-align: center;margin-bottom:15px;}
	.Bottom .CopyRight .Ewa .ico img{max-width:28px;}
	.Bottom .CopyRight .Ewa ul li{margin:0 10px;}
	.Bottom .CopyRight .copyright_txt .friendLink{margin-left:0;}
	.gai_img{width: 50%; padding-right: 0;border: none;display: block;margin:0 auto 1rem}
	.gai_img2{display: none}
	.follow{display: none}
}

@media(max-width:750px){
	.Bottom .BottomContact .con ul li{font-size: 0.18rem;line-height: 1.5;}
	.Bottom .CopyRight{font-size: 0.18rem;line-height: 1.5;}
}


.pd80{padding:0.8rem 0;}

@media(max-width:1024px){
	.pd80{padding:50px 0;}
}

@media(max-width:640px){
	.pd80{padding:30px 0;}
}


/* 侧边悬浮框 */
.FloatBox{position: fixed;right:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);z-index:998;padding-top:110px;}
.FloatBox .FloatFormbtn{padding:5px;line-height: 65px;border-radius: 75px 0 0 75px;background: #b50014;position: absolute;top:0;right:0;width:200px;transform: translateX(135px);transition: all .3s;-webkit-transition: all .3s;}
.FloatBox .FloatFormbtn .ico{width:65px;height:65px;border-radius: 50%;float:left;}
.FloatBox .FloatFormbtn a{display: block;}
.FloatBox .FloatFormbtn .img{margin:0 0.15rem;position: relative;top:6px;float:left;}
.FloatBox .FloatFormbtn:hover{transform: translateX(0);}

.FloatBox ul{border-radius: 5px 0 0 5px;background: #b50014;padding:10px 5px 20px;}
.FloatBox ul li{width:50px;height:50px;padding:5px 0;text-align: center;position: relative;box-sizing: border-box;margin:5px 0;}
.FloatBox ul li .tcbox{width:130px;padding:10px;background: #b50014;position: absolute;right:100%;top:0;transform: translateX(150px);opacity: 0;transition: all .3s;}
.FloatBox ul li:hover .tcbox{transform: translateX(0);opacity: 1;}
.FloatBox ul li.totop{margin-top:0;position: relative;}
.FloatBox ul li.totop a{display: block;padding-top:10px;padding-bottom:0.1rem;}
.FloatBox ul li.totop::before{content:'';display: block;width:90%;height:1px;background: #fff;position: absolute;top:0;left:50%;transform: translateX(-50%);}


@media(max-width:1024px){
	.FloatBox{padding-top:80px;}
	.FloatBox .FloatFormbtn{line-height: 40px;border-radius: 60px 0 0 60px;width:160px;transform: translateX(120px);}
	.FloatBox .FloatFormbtn .ico{width:40px;height:40px;}
	.FloatBox .FloatFormbtn .img img{max-height:30px;}
	.FloatBox ul li{width:35px;height:35px;}
	.FloatBox ul li .ico img{max-height:25px;max-width:25px;}
}

@media(max-width:480px){
	.FloatBox ul{display: none;}
}

/* 找大师表单 */
.FloatForm{width:95%;max-width:785px;margin:0 auto;background: #fff;position: relative;}
.FloatForm .img img{width:100%;}
.FloatForm .Form{max-width:385px;width:90%;margin:0 auto;padding:0.3rem 0 0.5rem 0;}
.FloatForm .Form .inputBox{margin-bottom:0.2rem;padding-left:70px;position: relative;line-height: 40px;}
.FloatForm .Form .inputBox .name{font-size: 14px;color:#8a8a8a;font-weight: lighter;position: absolute;left:0;top:0;}
.FloatForm .Form .inputBox .input input{width:100%;height:40px;box-sizing: border-box;padding:0 10px;border:1px solid #e5e5e5;}

.FloatForm .Form .inputBox .select ul::after{content:"";display: block;clear: both;}
.FloatForm .Form .inputBox .select ul{margin-left:-3%;}
.FloatForm .Form .inputBox .select ul li{width:30.33%;float:left;margin-left:3%;}
.FloatForm .Form .inputBox .select ul li select{line-height: 25px;border:1px solid #e5e5e5;width:100%;display: block;background: url(../images/select.png) no-repeat center right 8px;}

.FloatForm .Form .inputBox .check ul::after{content:"";display: block;clear: both;}
.FloatForm .Form .inputBox .check ul{margin-left:-3%;}
.FloatForm .Form .inputBox .check ul li{width:47%;float:left;margin-left:3%;margin-bottom:0;font-size: 14px;color:#8a8a8a;box-sizing: border-box;}
.FloatForm .Form .inputBox .check ul li{padding-left:20px;position: relative;}
.choose-box input[type="checkbox"] +label::before{
	content:'';
	display:inline-block;
	width:14px;
	height:14px;
	background: url(../images/seletc.png) no-repeat center;
	margin-right:15px;
	position: absolute;left:0;top:50%;margin-top:-7px;
}
.choose-box input[type="checkbox"]:checked + label::before{
  background: url(../images/selected.png) no-repeat center;
}
.choose-box input[type="checkbox"]{
	position:absolute;
	clip:rect(0,0,0,0);
}

.FloatForm .Form .formbtn{}
.FloatForm .Form .formbtn button{width:100%;height:40px;line-height: 40px;background: #d30017;color:#fff;text-align: center;}
.FloatForm .mfp-close{background:url(../images/close.png) no-repeat center center transparent !important;background-size: 20px !important;}

@media(max-width:768px){
	.FloatForm .Form .inputBox{line-height: 30px;}
	.FloatForm .Form .inputBox .input input{height:30px;}
	.FloatForm .Form .formbtn button{height:30px;line-height: 30px;}
	.FloatForm .Form .inputBox .check ul li{width:97%;}
}

.wapshow{display: none;}

@media(max-width:750px){
	.wapshow{display: block;}
	.pcshow{display: none;}
}




























