@charset "utf-8";
/* CSS Document */

/*公共项*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	font-size: 0.16rem;
	color: #333;

}

body {
	background: #FFFFFF;
}
html{
	font-size: 100px;
	font-weight: 500;
}
a {
	color: #333333;
	text-decoration: none;
}

img {
	outline: none;
	border: 0
}
ul,li,ol{
	list-style: none;
}


/*top*/
header {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px #00000017;
	position: relative;
	z-index: 999;
	border-bottom: 2px solid #d4251f;
}

.top {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: right;
    position: relative;
    top: 10px;
    right: 20px;
}


.top-left {
    display: none;
}


.top span {
	color: #999999;
}

.top span,
.top a {
	font-size: 0.13rem;
}


.top a {
	color: #999;
}


.top-left {
	display: none;
}


.head {
    width: 100%;
    display: flex;
    justify-content: space-between;
  
}

.logo {
    width: 65%;
    overflow: hidden;
}
.logo img {
    width: 100%;
}



.nav {
    position: absolute;
    top: 70px;
    background: #d4251f;
    width: 100%;
    display: none;
}


#nav {
    width: 35%;
    position: relative;
    display: flex;
    justify-content: center;
}

.nav-cd {
    font-size: 0.18rem;
    display: block;
    position: absolute;
    top: 20px;
    padding: 5px 10px;
    right: 10px;
}

#nav:hover .nav{
	 display:block;
}





.nav ul li {
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    line-height: 40px;
}

.nav ul li a {
    color: #fff;
	display: block;
}


#nav .nav ul li:hover{
	background: #c71e34;
}

.con1-right {

}




.form-ao {

}

.form-left {
	width: 100%;
    background: url(../images/shaxun-bj.jpg) no-repeat center;
    box-shadow: 0px 0px 30px #00000035;
    z-index: 1;
    height: 450px;
}

.form-right {
display: none;
}




.sy-ys {
    height: auto;
    padding-top: 0.2rem;
    margin: 0px auto;
    background: url(../images/fuhu_bj.jpg) right;
}

.fwxm {
	margin-top: 20px;
	padding: 0px 0px 20px;

}


.ys-title {
    text-align: center;
}






.sy-ys .ys-title h2,
.sy-ys .ys-title h3 {
	color: #ffffff;

}


.ys-title h2 {
	font-weight: bold;
	font-size: 0.28rem;
}

.ys-title h3 {
	
	font-size: 0.16rem;
	line-height: 40px;
}


.ys-container {
	width: 95%;
    margin: 0 auto;
    margin-top: 25px;
}

.sy-ys-ul,
.fwxm-ul {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sy-ys-ul li {
	width: 48%;
	text-align: center;
	border: 1px solid hsla(0, 0%, 40%, .1);
	padding: 12px 0px;
	margin-bottom: 20px;
	border-radius: 8px;
	background: #ffffff;
	transition-property: border-radius;
	transition-duration: 0.5s;
	-o-transition-property: border-radius;
	-o-transition-duration: 0.5s;
	-moz-transition-property: border-radius;
	-moz-transition-duration: 0.5s;
	-webkit-transition-property: border-radius;
	-webkit-transition-duration: 0.5s;
	-ms-transition-property: border-radius;
	-ms-transition-duration: 0.5s;
}


.sy-ys-ul li img {
	display: block;
	width: 40%;
	margin: auto;
	margin-bottom: 15px;
}

.ys-container ul li span {
	font-size: 0.17rem;
	padding: 0px 15px;
	display: inline-block;
}

.sy-ys-ul li:hover {
	border-radius: 100px;
}

.fwxm-ul li:hover {
	-webkit-box-shadow: 0 4px 18px 0 rgba(212, 37, 31, .1);
	box-shadow: 0 4px 18px 0 rgba(212, 37, 31, .1);
	margin-top: -25px;


}



.fwxm-ul li {
    width: 48%;
    height: 195px;
    background: #fff;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.fwxm-ul li span {
	margin-bottom: 20px;
	text-align: center;
	margin-top: 15px;
}

.fwxm-ul li img {
	width: 100%;
}



#banner {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.ulBanner {

}

.ulBanner li {
	position: relative;
}

.ulBanner li a img {
    width: 170%;
    position: absolute;
    left: -50%;

}

.ulBannerNav {
	position: absolute;
    right: 25%;
    bottom: 25px;
    margin: 0 auto;
    z-index: 10;
}

.ulBannerNav li {
	float: left;
	background: #fff;
	margin: 3px;
	display: block;
	width: 55px;
	height: 4px;
	cursor: pointer;
	text-align: center;
	position: relative;
	border-radius: 10px
}

.ulBannerNav li.on {
	background: #d4251f;
	color: #fff;
	cursor: pointer;
	width: 55px;
	height: 4px;
}

.notice {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/icon/icon.png) no-repeat 0 -198px;
	margin-top: 12px;
	color: #d4251f;
	display: flex;
	justify-content: center;
}


.notice .notice-tit,
.notice .notice-con {
	float: left;
}

.notice .notice-tit h3 {
	font-size: 0.16rem;
	line-height: 30px;
	margin-left: 62px;
}

.notice .notice-con {
    width: 80%;
    height: 30px;
    overflow: hidden;
}
.notice-tit {
    width: 60px;
    overflow: hidden;
}

.notice li {
	float: left;
	margin-right: 70px;
}

.notice a,
.notice span {
	line-height: 30px;
	font-size:0.13rem;
}

.notice span {
	margin-left: 30px;
}


/*联系信息*/
.t1 {
	height: 30px;
	width: 220px;
	line-height: 30px;
	padding: 4px;
}

.t11 {
	height: 30px;
	width: 220px;
	line-height: 20px;
	padding: 4px;
}

.con2 {
	margin-top: 15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem 0px;
    align-items: center;
    justify-content: center;
}



.con2 .con2-right,
.con2-middle {
	box-shadow: 0px 0px 28px rgba(0, 0, 0, .1);
	padding: 0 0.2rem;
	border-radius: 8px;
	overflow: hidden;
}

.con2 .con2-right {
    width: 80%;
    margin-bottom: 0.2rem;
}

.con2-middle {
	width: 80%;

}






.con2-right .title h3,
.about-txt h3,
.link .title h3 {
	font-size: 0.2rem;
	line-height: 60px;
	font-weight: bold;
}

.con2-right .title h3:hover,
.about-txt h3:hover,
.link .title h3:hover {
	color: #D4251F;
}



.con2-right .title h3 {
	border-bottom: 1px solid #f5f5f5;
	padding-top: 5px;
}

.con2-right-con ul li a {
	font-size: 0.16rem;
	line-height: 45px;
}

.con2-right-con ul li a:hover {
	color: #D4251F;
}


.con2-middle .about {
	padding: 0.05rem;
	border-bottom: 1px dashed #c1c1c1;
}

.about-title {
	font-size: 0.16rem;
	line-height: 35px;
	padding-bottom: 10px;
}


.about-title a {
	color: #ffffff;
	display: inline-block;
	padding: 0px 15px;
	background: #e52c44;
	border-radius: 50px;
	line-height: 30px;
	margin-left: 20px;
}


.about-title a:hover {
	background: #c71e34;

}


.con2-middle .about-con {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}



.con2-middle .about-con .num {
    width: 46%;
    position: relative;
    text-align: center;
    overflow: hidden;
}


.con2-middle .about-con .num dd {
    padding: 0px 0px 30px;
    font-size: 0.13rem;
    line-height: 24px;
}

.con2-middle .about-con .num .num-tit {
    position: absolute;
    right: 0px;
    top: 16px;
}



.gs-ry {
    width: 90%;
    margin: 0 auto;
    padding: 5%;
    overflow: hidden;
}

.gs-ry-con ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    height: 480px;
}

.gs-ry-con ul li {
    width: 43%;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, .1);
    padding: 8px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.gs-ry-con ul li img {
	width: 100%;

}









.con3 .con2-left .con2-left-con ul {
	padding: 0px;
}

.con3 .con2-left .con2-left-con li {
	border-bottom: 1px solid #c1c1c1;
	padding: 6.5px 0px
}

.con3 .con2-left .con2-left-con li img,
.con3 .con2-left .con2-left-con li span {
	float: left;
}

.con3 .con2-left .con2-left-con li span {
	font-size: 0.2rem;
	color: #f76800;
	margin-top: 15px;
	float: right;
	margin-right: 20px;
}

.con3 .con2-middle {
	float: left;
	margin-left: 15px;
}

.con3 .con2-right {
	width: 367px;
}

.con3 .con2-right .title {
	background-position: 0 -299px;
	width: 367px
}

.con3 .con2-right .title span {
	float: right;
	margin-right: 10px;
}

.con3 .con2-right .con2-right-con ul {
	padding: 2px 10px;
}

.con3 .con2-right .con2-right-con li {
	overflow: hidden;
	border-bottom: 1px dashed #c1c1c1;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #dadada;
}

.con3 .con2-right .con2-right-con li i {
	width: 4px;
	height: 2px;
	background: #c1c1c1;
	display: block;
	margin-top: 16px;
	margin-left: 10px;
	margin-right: 8px;
}

.con3 .con2-right .con2-right-con li i,
.con3 .con2-right .con2-right-con li a {
	float: left;
	line-height: 30px;
}

.con3 .con2-right .con2-right-con li:hover i {
	background: #f66900;
}

.con3 .con2-right .con2-right-con li:hover a {
	color: #f66900;
}

.con3 .con2-right .bottom {
	width: 367px;
	height: 5px;
	background-position: 0 -338px;
}



.link {
	margin-top: 15px;
	margin: 0 auto;
	background: #000;
	padding: 8px 0px;
}

#link-con ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#link-con ul li {
    padding: 5px 10px;
}
#link-con ul li a {
	font-size: 0.13rem;
	color: #999;
}




#foot {
	width: 100%;
	background: #1e1d20;

}

#foot .foot {
padding-bottom: 50px;
}

#foot .foot .foot-left {
	width: 300px;
	background: url(../images/icon/icon.png) no-repeat right 0;
	    display: none;
}

#foot .foot .foot-right dd {
	color: #666;
	line-height: 30px;
}

#foot .foot .foot-right {
	padding: 10px 15px;
}

#foot .foot .foot-right dd span {
	color: #666;
}

#foot .foot .foot-right dd a {
	color: #666;
}



#foot .foot .wenxin {
    padding: 10px;
    overflow: hidden;
}
.wenxin img {
    width: 87%;
}

.input .input-hook {
	width: 88%;
    margin: 0px;
    padding: 18px;
    background: #f5f5f5;
    height: 88px;
    resize: none;
    font-size: 0.15rem;
    color: #333;
    border: 1px solid #d4251f;
    border-radius: 8px;
    outline: none;
}

.input .input-hook:hover {
	border: 1px solid #F76800;
}

#con h2 {
	text-align: center;
	color: #333;
	font-size: 0.24rem;

	padding: 20px 0px 10px;
}

.input,
.button {
	padding: 10px 20px;
}

.button-submit {
	width: 99%;
	margin: 0px;
	background: #d4251f;
	height: 39px;
	resize: none;
	font-size: 0.18rem;
	color: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 34px;
	outline: none;
}

.button-submit:hover {
	background: #c71e34;
	cursor: pointer;
}





.nei-baner {
    position: relative;
    width: 100%;
   height: 120px;

    overflow: hidden;
}

.nei-baner img {
	width: 190%;
    position: absolute;
    left: -45%;
}
.nei-conten {
    width: 95%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
}


.nei-conten-left {
    width: 100%;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .1);
    margin: 20px 0;
    border-radius: 12px;
}

.nei-conten-li li a {
    font-size: 0.18rem;
    text-align: center;
    display: block;
}
.nei-conten-li li {
    margin: 6px 0px;
    border: 1px solid #e8e8e8;
    padding: 5px 15px;
    border-radius: 50px;
    background: #f3f3f3;
}

.nei-conten-li li:hover{
	background: #D4251F;
}

.nei-conten-li ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px;
}

.nei-conten-li li a:hover {
	background: #D4251F;
	color: white;
}

.nei-conten-right ul li {
    border-bottom: 1px dashed #eaeaea;
}

.nei-conten-right {
    width: 100%;
    margin-top: 20px;
}

.con2-right-con p {
	font-size: 0.18rem;
	line-height: 38px;
	color: #474747;
}

.con2-right-con {
	font-size: 0.18rem;
	line-height: 37px;
}

.nei-conten-right img {
    max-width: 100%;
}

.nei-conten-right .title h2 {
	font-size: 0.32rem;
	line-height: 70px;
}

.nei-conten-right li a {
    font-size: 0.18rem;
    line-height:65px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
	
}

.shcshij {
    display: none;
}

.nei-conten-right li a:hover {
	color: #D4251F;
}

.neiyxq {
	height: 45px;
	color: #999;
}

.neiyxq-h4 h4 {
    font-size: 0.24rem;
    line-height: 45px;
    display: inline-block;
    padding-bottom: 20px;
}


.shaxun-ye {
    display: flex;
    justify-content: center;
    width: 95%;
    height: auto;
    margin: 30px auto;
    flex-wrap: wrap;
}

.shaxun-ye-ri {
    width: 100%;
    margin-top: 30px;
}
.shaxun-ye-ri table {
    font-size: 0.13rem;
}

.shaxun-ye-le {
	width: 280px;
	height: 450px;
	background: url(../images/shaxun-bj.jpg) no-repeat center;
	box-shadow: 0px 0px 30px #00000035;
	padding: 0 20px;
	border-radius: 10px;
}

.shaxun-ye-le h3 {
	text-align: center;
	color: #333;
	font-size:0.20rem;

	padding: 20px 0px 10px;
	text-indent: 40px;
}

.shaxun-kuan {
	margin-top: 20px;
}

.shaxun-kuan textarea {
	width: 200px;
	margin: 0px;
	padding: 18px 38px;
	background: #f8f8f8;
	height: 88px;
	resize: none;
	font-size:0.15rem;
	color: #333;
	border: 1px solid #d4251f;
	border-radius: 8px;
	outline: none;
}

.shaxun-kuan input.submit {
	width: 280px;
	margin: 0px;
	background: #d4251f;
	height: 39px;
	resize: none;
	font-size:0.18rem;
	color: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 34px;
	outline: none;
	margin-top: 25px;
}



/* 客服 */

.kefubox {
					position: fixed;
					    z-index: 99999;
					    transform: translateY(0px);
					    width: 100%;
					    bottom: 0;
					    left: 0;
				}
				
				.kefubox .main-kf {
				width: 100%;
				    background: #fff;
				    box-sizing: border-box;
				    display: flex;
					box-shadow: 0px 0px 28px rgba(0,0,0,.1);
				    justify-content: space-around;
				}
				
				.kefubox .cursor_default {
					cursor: default;
				}
				
				.kefubox .floor {
					border-bottom: 1px solid #f2f2f2;
					    position: relative;
					    box-sizing: border-box;
					    width: 20%;
					    display: flex;
					    justify-content: center;
				}
				
				.kefubox .floor .home-kf {
					background-image: url("data:image/svg+xml;utf8,%3Csvg%20t%3D%221586946606115%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%221943%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Cpath%20d%3D%22M896%20832H128V490.666667L512%20128l384%20362.666667z%22%20fill%3D%22%23E8EAF6%22%20p-id%3D%221944%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M832%20448l-106.666667-106.666667V192h106.666667zM128%20832h768v106.666667H128z%22%20fill%3D%22%23C5CAE9%22%20p-id%3D%221945%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512%2091.733333L85.333333%20488.533333l42.666667%2046.933334L512%20179.2l384%20356.266667%2042.666667-46.933334z%22%20fill%3D%22%23B71C1C%22%20p-id%3D%221946%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M384%20597.333333h256v341.333334H384z%22%20fill%3D%22%23D84315%22%20p-id%3D%221947%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M448%20362.666667h128v128h-128z%22%20fill%3D%22%2301579B%22%20p-id%3D%221948%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M586.666667%20757.333333c-6.4%200-10.666667%204.266667-10.666667%2010.666667v42.666667c0%206.4%204.266667%2010.666667%2010.666667%2010.666666s10.666667-4.266667%2010.666666-10.666666v-42.666667c0-6.4-4.266667-10.666667-10.666666-10.666667z%22%20fill%3D%22%23FF8A65%22%20p-id%3D%221949%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
				}
				
				.kefubox .floor .tellink {
					background-image: url("data:image/svg+xml;utf8,%3Csvg%20t%3D%221586947302970%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%222086%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Cpath%20d%3D%22M187.6%20245.3l152.9%20152.9-27.9%2027.9c-5.7%205.7-6.3%2014.9-1.2%2021.2l26.5%2033.5c29.9%2037.8%2062.4%2074.3%2096.7%20108.6s70.8%2066.8%20108.6%2096.7l33.5%2026.5c6.4%205%2015.5%204.5%2021.2-1.2l27.9-27.9%20152.9%20152.9-56.2%2056.2c-2.2-1.1-4.3-2.1-6.4-3.2C591.8%20826.6%20478.4%20744.5%20379%20645c-99.4-99.4-181.6-212.8-244.3-337.1-1.1-2.1-2.2-4.3-3.2-6.4l56.1-56.2m0-83.9c-4.1%200-8.2%201.6-11.3%204.7L78%20264.4c-14.4%2014.4-18.2%2036.5-9.3%2054.9%202.9%205.9%205.8%2011.7%208.7%2017.6C141.7%20464.4%20227.1%20584%20333.6%20690.5s226.1%20191.9%20353.6%20256.2c5.8%202.9%2011.7%205.8%2017.6%208.7%206.7%203.2%2013.8%204.8%2020.9%204.8%2012.5%200%2024.8-4.9%2034-14.1l98.3-98.3c6.2-6.2%206.2-16.4%200-22.6l-220.9-221c-3.1-3.1-7.2-4.7-11.3-4.7s-8.2%201.6-11.3%204.7l-21.6%2021.6c-5.8%205.8-15%206.3-21.4%201.1-31.7-25.7-62.3-53.3-91.8-82.7-29.4-29.4-57-60.1-82.7-91.8-5.2-6.4-4.7-15.6%201.1-21.4l21.6-21.6c6.2-6.2%206.2-16.4%200-22.6L199%20166.1c-3.2-3.2-7.3-4.7-11.4-4.7z%22%20fill%3D%22%233E3A39%22%20p-id%3D%222087%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M444.1%20362.5L223.3%20141.7c-6.2-6.2-6.2-16.4%200-22.6l50.4-50.4c6.2-6.2%2016.4-6.2%2022.6%200l220.8%20220.8c6.2%206.2%206.2%2016.4%200%2022.6l-50.4%2050.4c-6.2%206.3-16.3%206.3-22.6%200zM882.3%20800.7L661.5%20579.9c-6.2-6.2-6.2-16.4%200-22.6l50.4-50.4c6.2-6.2%2016.4-6.2%2022.6%200l220.8%20220.8c6.2%206.2%206.2%2016.4%200%2022.6l-50.4%2050.4c-6.2%206.2-16.4%206.2-22.6%200z%22%20fill%3D%22%23FF6E83%22%20p-id%3D%222088%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
				}
				
				.kefubox .floor .qqlink {
					background-image: url("data:image/svg+xml;utf8,%3Csvg%20t%3D%221586947319072%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%222226%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Cpath%20d%3D%22M511.03745067%20986.9408c-85.50293333%200-163.98613333-26.68693333-214.51733334-66.54506667-25.6608%207.1488-58.4864%2018.65493333-79.20213333%2032.9216-17.7248%2012.2016-15.51573333%2024.6464-12.32%2029.6704%2014.02666667%2022.06826667%20240.62186667%2014.09173333%20306.03946667%207.21813334v-3.26506667z%22%20fill%3D%22%23FAAD08%22%20p-id%3D%222227%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M495.62731733%20986.9408c85.5008%200%20163.98613333-26.68693333%20214.51733334-66.54506667%2025.6608%207.1488%2058.48533333%2018.65493333%2079.2032%2032.9216%2017.72373333%2012.2016%2015.51253333%2024.6464%2012.32%2029.6704-14.02666667%2022.06826667-240.62293333%2014.09173333-306.0416%207.21813334v-3.26506667z%22%20fill%3D%22%23FAAD08%22%20p-id%3D%222228%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M496.137184%20472.0256c140.7296-0.9344%20253.5136-27.50186667%20291.73013333-37.696%209.1104-2.432%2013.984-6.78826667%2013.984-6.78826667%200.032-1.25013333%200.57813333-22.3488%200.57813334-33.232C802.42945067%20211.02186667%20713.733984%2026.8512%20495.61665067%2026.83946667%20277.500384%2026.8512%20188.80065067%20211.0208%20188.80065067%20394.30933333c0%2010.8832%200.5504%2031.98186667%200.58346666%2033.232%200%200%203.9648%204.07573333%2011.23093334%206.048%2035.2832%209.57866667%20150.18986667%2037.4816%20294.48533333%2038.43626667h1.0368z%22%20fill%3D%22%23000000%22%20p-id%3D%222229%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M883.50145067%20626.96746667c-8.66133333-27.82506667-20.48426667-60.27306667-32.45546667-91.43466667%200%200-6.8864-0.848-10.36586667%200.15786667-107.424%2031.152-237.62453333%2051.00586667-336.8448%2049.808h-1.02613333C404.14465067%20586.6848%20274.82731733%20567.05813333%20167.76491733%20536.2112%20163.67425067%20535.03466667%20155.59745067%20535.53386667%20155.59745067%20535.53386667%20143.62625067%20566.6944%20131.804384%20599.1424%20123.14411733%20626.96746667%2081.84491733%20759.64586667%2095.22411733%20814.5536%20105.41291733%20815.78453333c21.8624%202.63893333%2085.09866667-99.87946667%2085.09866667-99.87946666%200%20104.17066667%2094.21226667%20264.1248%20309.94773333%20265.59573333a765.87733333%20765.87733333%200%200%201%205.7248%200C721.92171733%20980.02986667%20816.130784%20820.0768%20816.130784%20715.90613333c0%200%2063.23626667%20102.5184%2085.10186667%2099.87946667%2010.18666667-1.23093333%2023.56586667-56.13866667-17.7312-188.81813333%22%20fill%3D%22%23000000%22%20p-id%3D%222230%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M429.20811733%20303.91146667c-29.76%201.32266667-55.19466667-32.11306667-56.78933333-74.61973334-1.6192-42.53546667%2021.18186667-78.08746667%2050.94826667-79.4176%2029.73333333-1.3056%2055.14986667%2032.11626667%2056.76586666%2074.63893334%201.6288%2042.53546667-21.17653333%2078.08-50.9248%2079.3984m220.448-74.61973334c-1.5936%2042.50666667-27.02933333%2075.94026667-56.78933333%2074.61973334-29.7472-1.32053333-52.5536-36.86293333-50.9248-79.39733334%201.61386667-42.52586667%2027.0304-75.94773333%2056.76373333-74.63893333%2029.7696%201.33013333%2052.57066667%2036.88106667%2050.95146667%2079.41653333%22%20fill%3D%22%23FFFFFF%22%20p-id%3D%222231%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M695.40545067%20359.0688c-7.8112-18.78293333-86.46613333-39.7088-183.8432-39.7088h-1.04533334c-97.376%200-176.03306667%2020.92586667-183.84213333%2039.7088a6.66026667%206.66026667%200%200%200-0.57066667%202.672c0%201.3536%200.4192%202.57493333%201.07306667%203.61173333%206.5792%2010.416%2093.92426667%2061.88586667%20183.3408%2061.88586667h1.04533333c89.41546667%200%20176.75733333-51.46666667%20183.33973334-61.88373333a6.77546667%206.77546667%200%200%200%201.0688-3.62133334c0-0.9568-0.21333333-1.85173333-0.5664-2.66453333%22%20fill%3D%22%23FAAD08%22%20p-id%3D%222232%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M464.67371733%20239.33546667c1.344%2016.94506667-7.8688%2032-20.5504%2033.6448-12.7008%201.64693333-24.0736-10.7552-25.42506666-27.70986667-1.32586667-16.95466667%207.87306667-32.00853333%2020.53333333-33.64053333%2012.72213333-1.65226667%2024.11413333%2010.76053333%2025.44213333%2027.7056m77.97013334%208.464c2.70186667-4.39253333%2021.1488-27.488%2059.328-19.0784%2010.02773333%202.208%2014.66666667%205.45706667%2015.64586666%206.73706666%201.44533333%201.888%201.84106667%204.576%200.37546667%208.19626667-2.90346667%207.17333333-8.89386667%206.97813333-12.2176%205.5744-2.144-0.90666667-28.736-16.94826667-53.232%206.98986667-1.68426667%201.648-4.69866667%202.21226667-7.55733333%200.25813333-2.85653333-1.95626667-4.0384-5.9232-2.3424-8.67733333%22%20fill%3D%22%23000000%22%20p-id%3D%222233%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M503.82145067%20589.328h-1.03146667c-67.80586667%200.80213333-150.0224-8.00426667-229.6384-23.38133333-6.81706667%2038.67946667-10.93333333%2087.29386667-7.3984%20145.27573333%208.928%20146.54293333%2097.728%20238.65173333%20234.79253333%20239.99573333H506.11691733c137.06453333-1.344%20225.86453333-93.4528%20234.79466667-239.99573333%203.53493333-57.98613333-0.58346667-106.60053333-7.40266667-145.2832-79.63093333%2015.38453333-161.86133333%2024.19626667-229.68746666%2023.3888%22%20fill%3D%22%23FFFFFF%22%20p-id%3D%222234%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M310.69291733%20581.3504v146.63253333s69.28746667%2013.552%20138.69973334%204.17066667V596.896c-43.97333333-2.4128-91.40053333-7.79093333-138.69973334-15.5456%22%20fill%3D%22%23EB1C26%22%20p-id%3D%222235%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M806.50411733%20427.2384s-130.112%2043.07946667-302.6592%2044.30826667h-1.02613333c-172.26346667-1.22346667-302.21653333-44.16106667-302.66026667-44.30826667l-43.5776%20114.08213333c108.9984%2034.464%20244.0928%2056.67733333%20346.23786667%2055.38773334l1.024-0.00213334c102.15253333%201.29706667%20237.22666667-20.91733333%20346.24-55.3856l-43.57866667-114.08213333z%22%20fill%3D%22%23EB1C26%22%20p-id%3D%222236%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
				}
				
				.kefubox .floor .wechatimg {
					background-image: url("data:image/svg+xml;utf8,%3Csvg%20t%3D%221586947424844%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%222236%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Cpath%20d%3D%22M903.36%20780.8a37.888%2037.888%200%200%200%2027.632%209.04%2043.488%2043.488%200%200%200%2026.704-12.64A238.112%20238.112%200%200%200%201024%20618.144c0-133.696-121.6-252.944-277.184-272.816C709.072%20200.784%20552.512%2096%20373.872%2096%20167.6%2096%200%20238.736%200%20413.088a277.648%20277.648%200%200%200%2081.04%20194.224%2037.28%2037.28%200%200%200%2028.544%2011.744%2037.504%2037.504%200%200%200%2027.632-63.232%20206.4%20206.4%200%200%201-60.8-142.736c0-133.696%20132.608-242.096%20296.512-242.096%20131.68%200%20253.232%2072.272%20291.92%20172.544-162.064%2015.36-288.224%20134.608-288.224%20274.624a238.736%20238.736%200%200%200%202.768%2036.128h-6.4a449.824%20449.824%200%200%201-90.24-11.744c-6.4-0.896-12.896-2.704-19.344-3.616a34.128%2034.128%200%200%200-24.864%203.616L121.6%20700.352a37.264%2037.264%200%200%200-17.6%2050.592%2037.952%2037.952%200%200%200%2034.064%2020.8%2060.448%2060.448%200%200%200%2017.504-3.616l104.976-51.488%206.4%200.896a483.792%20483.792%200%200%200%20105.904%2013.552c9.216%200%2019.344%200%2030.4-0.896a283.536%20283.536%200%200%200%2069.072%2086.72%20353.6%20353.6%200%200%200%20227.456%2078.592%20399.808%20399.808%200%200%200%2094.848-14.4l78.272%2042.464a42.56%2042.56%200%200%200%2018.416%204.512%2039.248%2039.248%200%200%200%2034.08-19.872%2037.328%2037.328%200%200%200-15.648-51.488l-92.08-49.68a41.696%2041.696%200%200%200-27.632-3.616%20385.472%20385.472%200%200%201-91.2%2015.36c-133.52-0.896-244.032-90.336-244.032-201.456s110.496-200.544%20246.784-200.544c133.52%200%20245.872%2092.144%20245.872%20200.544a165.632%20165.632%200%200%201-47.888%20110.208%2037.76%2037.76%200%200%200%203.792%2053.264z%22%20fill%3D%22%2336AB60%22%20p-id%3D%222237%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M212.96%20315.728a49.184%2049.184%200%201%200%2098.368%200%2049.184%2049.184%200%201%200-98.368%200zM446.208%20315.728a49.184%2049.184%200%201%200%2098.368%200%2049.184%2049.184%200%201%200-98.368%200zM559.616%20549.44a49.184%2049.184%200%201%200%2098.368%200%2049.184%2049.184%200%201%200-98.368%200zM748.608%20549.44a49.184%2049.184%200%201%200%2098.368%200%2049.184%2049.184%200%201%200-98.368%200z%22%20fill%3D%22%2336AB60%22%20p-id%3D%222238%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
				}
				
				.kefubox .floor .erweimaimg {
					background-image: url("data:image/svg+xml;utf8,%3Csvg%20t%3D%221586947336638%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%222370%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Cpath%20d%3D%22M53.6%20556.8v424.8h318.4c58.4%200%20106.4-47.2%20106.4-106.4V556.8H53.6zM407.2%20864c0%2026.4-20.8%2047.2-47.2%2047.2H124V628h283.2V864zM726.4%20944.8V816h71.2v99.2c0%2016.8-13.6%2030.4-30.4%2030.4h-40.8v-0.8zM868%20944.8V775.2h71.2v145.6c0%2013.6-11.2%2024.8-24.8%2024.8h-46.4v-0.8zM868%20694.4v-136h71.2v111.2c0%2013.6-11.2%2024.8-24.8%2024.8-20.8-0.8-46.4-0.8-46.4%200zM726.4%20764V558.4h71.2v180.8c0%2013.6-11.2%2024.8-24.8%2024.8h-46.4zM584.8%20944.8V738.4H656v179.2c0%2015.2-12.8%2028-28%2028h-43.2v-0.8zM584.8%20659.2V558.4H656v77.6c0%2012.8-10.4%2023.2-23.2%2023.2h-48z%22%20fill%3D%22%233C82FF%22%20p-id%3D%222371%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M300.8%20840h-71.2c-19.2%200-35.2-16.8-35.2-35.2v-71.2c0-19.2%2016.8-35.2%2035.2-35.2h71.2c19.2%200%2035.2%2016.8%2035.2%2035.2v71.2c0.8%2018.4-16%2035.2-35.2%2035.2z%22%20fill%3D%22%23FF5B3E%22%20p-id%3D%222372%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M53.6%2060.8v424.8h318.4c58.4%200%20106.4-47.2%20106.4-106.4V60.8H53.6z%20m353.6%20304.8c0%2027.2-22.4%2049.6-49.6%2049.6H124V132h283.2v233.6z%22%20fill%3D%22%233C82FF%22%20p-id%3D%222373%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M300.8%20344h-71.2c-19.2%200-35.2-16.8-35.2-35.2v-71.2c0-19.2%2016.8-35.2%2035.2-35.2h71.2c19.2%200%2035.2%2016.8%2035.2%2035.2v71.2c0.8%2019.2-16%2035.2-35.2%2035.2z%22%20fill%3D%22%23FF5B3E%22%20p-id%3D%222374%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M548.8%2060.8v424.8h318.4c58.4%200%20106.4-47.2%20106.4-106.4V60.8H548.8zM903.2%20368c0%2026.4-20.8%2047.2-47.2%2047.2H620V132h283.2V368z%22%20fill%3D%22%233C82FF%22%20p-id%3D%222375%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M796.8%20344h-71.2c-19.2%200-35.2-16.8-35.2-35.2v-71.2c0-19.2%2016.8-35.2%2035.2-35.2h71.2c19.2%200%2035.2%2016.8%2035.2%2035.2v71.2c0.8%2019.2-16%2035.2-35.2%2035.2z%22%20fill%3D%22%23FF5B3E%22%20p-id%3D%222376%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
				}
				
				.kefubox .floor>div {
					transform: translateY(200px);
				}
				
				.kefubox .floor:hover div {
					transition: all 300ms linear;
					transform: translateY(-25px);
				}
				
				.kefubox .floor .absbox {
					position: absolute;
					bottom: 0;
					
					z-index: 3;
				}
				
				.kefubox .floor .back {
					box-shadow: 0px 0px 28px rgba(0,0,0,.1);
					height: 50px;
					width: 120px;
					display: flex;
					align-items: center;
					justify-content: center;
					font-size: 12px;
					color: #666;
					background: #fff;
					box-sizing: border-box;
				}
				
				.kefubox .floor .kftel {
					cursor: default;
					box-shadow: 0px 0px 28px rgba(0,0,0,.1);
					height: 50px;
					font-weight: 500;
					width: 120px;
					display: flex;
					align-items: center;
					justify-content: center;
					font-size: 16px;
					color: #666;
					background: #fff;
					box-sizing: border-box;
				}
				
				.kefubox .floor .qq {
					box-shadow: 0px 0px 28px rgba(0,0,0,.1);
					height: 50px;
					width: 120px;
					display: flex;
					align-items: center;
					justify-content: center;
					font-size: 12px;
					color: #666;
					background: #fff;
					box-sizing: border-box;
				}
				
				.kefubox .floor .erweima {
					box-shadow: 0px 0px 28px rgba(0,0,0,.1);
					display: flex;
					flex-wrap: wrap;
					align-items: center;
					justify-content: center;
					padding: 15px;
					font-size: 12px;
					color: #666;
					background: #fff;
					box-sizing: border-box;
					position: absolute;
					right:0;
					bottom: 0;
		
					
				}
				
				.kefubox .floor .erweima img {
					width: 100px;
					height: 100px;
				}
				
				.kefubox .floor .erweima p {
					width: 100px;
					padding: 5px 0;
					display: flex;
					align-items: center;
					justify-content: center;
					font-size: 12px;
				}
				
				.kefubox .floor>a {
					width: 50px;
					height: 50px;
					z-index: 9999;
					background-position: center center;
					background-size: 25px 25px;
					background-repeat: no-repeat;
					display: flex;
					align-items: center;
					justify-content: center;
				}
				
				.kefubox .floor>a:hover {
					transition: all 300ms linear;
					background-color: #e4e4e4;
					transform: scale(1.1);
				}
				
				.kefubox .floor>a img {
					height: 25px;
					width: 25px;
					display: block;
				}
				
				.kefubox .floor>a img:hover {
					transition: all 300ms linear;
					transform: scale(1.3);
				}
				
				.kefubox .floor:last-child {
					border-bottom: none;
				}