﻿        @charset "utf-8";
* {
	font-family: "microsoft yahei", "PingFang SC", arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
	margin: 0;
	padding: 0;
}
body {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}
body.hfiexd {
	/*padding-top: 53px;*/
}
img {
	border: none;
}
ul,
li {
	list-style: none;
}
a {
	color: #682c2a;
	text-decoration: none;
}
.clear:after,
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.isTable {
	display: table;
}
.isCell {
	display: table-cell;
	vertical-align: middle;
}
#to_Top {
	display: none;
}
/*#to_Top {
	color: #fff;
	position: fixed;
	bottom: 10px;
	right: 0;
	width: 36px;
	height: 42px;
	overflow: hidden;
	background: #393d46 url(../images/totop.png) no-repeat center;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	display: none;
	transition: .3s;
	z-index: 3;
}*/
.floatLeft {
	float: left;
}
.topen {
	float: right;
	display: block;
	height: 100%;
	line-height: 90px;
	padding: 0 30px;
	color: #333;
	font-weight: bold;
	display: none;
}
.topen:hover {
	/* text-decoration: underline; */
	color: #176db7;
}
/*header*/
.header {
	position: relative;
	z-index: 10;

	overflow: hidden;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.header .w1200 {
	height: 100%;
}
.hlogo {
	float: left;
	height: 100%;
	display: table;
}
.hlogo a {
	display: table-cell;
	vertical-align: middle;
}
.hname {
	float: left;
	margin: 23px 0 0 20px;
}
.hname h2 {
	font-size: 28px;
	color: #333;
	font-weight: normal;
}
.hname h3 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin-top: 5px;
}
.htel {
	float: right;
	text-align: right;
	min-height: 24px;
	padding-right: 47px;
	background: url(../images/problemtel.png) no-repeat center right 10px;
	line-height: 24px;
	font-size: 24px;
	color: #333;
	margin-top: 40px;
}
/**/
.nav_box {
	width: 100%;
	/* height: 111px; */
	margin: 0 auto;
	position: relative;
	background: #176db7;
	text-align: center;
}
.hfiexd .nav_box {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	box-shadow: 0 0px 4px #e1e1e1;
}
.nav_box h1 {
	padding-top: 20px;
	float: left;
}
/*导航二三级*/
.nav {
	font-size: 16px;
	color: #ffffff;
	height: 50px;
	/* line-height: 50px; */
	background: url(../images/navbg.jpg);
	text-align: center;
}
.navL {
	float: left;
	height: 70px;
	padding-top: 25px;
	box-sizing: border-box;
}
.navLP {
	color: #fff;
	font-size: 16px;
}
/*.navbox {
	float: left;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}*/
.navLi {
	/* float: left; */
	position: relative;
	display: inline-block;
	margin-left: -5px;
}
.navLi:hover {
	color: #fff;
	z-index: 20;
}
.navLiA {
	font-size: 18px;
	line-height: 50px;
	z-index: 11;
	color: #fff;
	padding: 0 32px;
	position: relative;
	display: inline-block;
	border-top: 3px solid rgba(0, 0, 0, 0);
}
.navLi:hover .navLiA {
	z-index: 80;
}
.navLiA:after {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	/* background: #999; */
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
}
.navLi:hover .navLiA:after {
	/* display: none;*/
}
.navLi:last-child .navLiA:after {
	width: 0;
}
.navLi:hover .navLiA {
	background: #ffffff2b;
	/* color: #1b406e; */
	color: #fff;
	border-top: 3px solid #018ae1;
}
.navSonUl {
	width: auto;
	/* max-width: 140px; */
	min-width: 100%;
	/* height: 0; */
	/* background: rgba(0, 0, 0, .7); */
	/* padding-left: 15px; */
	/* box-sizing: border-box; */
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	transform: rotateX(90deg);
	transform-origin: 0 0;
	transition: .2s;
	text-align: left;
	/* padding: 0 0; */
	box-shadow: 0px 2px 4px #d5d5d5;
}
.navSonLi {
	width: auto;
	/* height: 30px; */
	/* line-height: 30px; */
	background: rgba(255, 255, 255, .95);
	position: relative;
	padding: 0 10px;
	border-bottom: 1px solid #cccccc40;
}
.navSonLi:hover {
	background: rgba(255, 255, 255, 1);
}
.navLi:hover .navSonUl {
	transform: rotateX( 0deg);
}
.navSonA {
	color: #333;
	font-size: 14px;
	display: block;
	/* width: auto; */
	padding: 14px 0;
	text-align: center;
}
.navSonLi:hover .navSonA {
	color: #018ae1;
}
.navLiAOn {
	color: #fff;
	/* background: #f22b2b; */
}
.navLiAOn:after {
	/* display: none; */
}
/*三级菜单*/
.navSonLiUl {
	position: absolute;
	left: 100%;
	top: 0;
	transition: .3s;
}
.navSonLiUl {
	transform: rotateY(90deg);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .15);
}
.navSonLi:hover .navSonLiUl {
	transform: rotateY(0deg);
}
.navSonLiUlOneA {
	display: block;
	min-width: 118px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 12px 14px;
	background: rgba(255, 255, 255, .95);
	color: #444;
}
.navSonLiUlOneA:hover {
	background: rgb(255, 255, 255);
	color: #018ae1;
}
/*header end*/
/*header end*/
/*banner star*/
.bannerH {
	position: relative;
	padding-top: 120px;
}
.banTop{position: absolute;width: 100%;height: 30px;line-height: 30px;border-bottom: 1px solid #ededed;left: 0;top: 0;z-index: 5;}
.banTop .w1200{width: 1200px;margin: 0 auto;position: relative;}
.banTop .w1200:after{content: '';display: block;clear: both;}
.banTop .w1200 .ti{color: #333;float: left;font-size: 14px;}
.banTop .btright a{float: right;color: #333;font-size: 14px;}
.banHd {
	/*max-width: 80%;*/
	width: 1200px;
	background: rgba(255, 255, 255, .9);
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.banHd h1 {
	position: absolute;
	/* left: 100px; */
}
.bnav {
	float: right;
	/* margin-right: 100px; */
}
.bnavI {
	float: left;
	position: relative;
	margin-left: 30px;
}
.bnavIA {
	height: 90px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	box-sizing: border-box;
	display: inline-block;
	transition: .5s;
	color: #333;
	font-size: 16px;
	padding-top: 26px;
	text-align: center;
}
.bnavI:hover .bnavIA {
	border-bottom: 2px solid #176DB7;
}
.bnavIAS {
	font-size: 12px;
	transform: scale(0.9);
	display: inline-block;
}
.bnavIC {
	display: none;
	background: rgba(255, 255, 255, .9);
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 114px;
	padding: 10px 10px 10px 80px;
}
.bnavIC:before {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: url(/upload/image/20191118/20191118091924_8563.png);
	position: absolute;
	left: 20px;
	top: 20px;
}
.bnavI:nth-child(2) .bnavIC:before {
	background: url(/upload/image/20191118/20191118091924_8563.png);
}
.bnavI:nth-child(3) .bnavIC:before {
	background: url(/upload/image/20191118/20191118091925_0214.png);
}
.bnavI:nth-child(4) .bnavIC:before {
	background: url(/upload/image/20191118/20191118091925_3641.png);
}
.bnavI:nth-child(5) .bnavIC:before {
	background: url(/upload/image/20191118/20191118091924_9364.png);
}
.bnavI:nth-child(6) .bnavIC:before {
	background: url(/upload/image/20191118/20191118091925_4843.png);
}
.bnavI:nth-child(7) .bnavIC:before {
	background: url(/upload/image/20191118/20191118091925_6024.png);
}
.bnavI:nth-child(8) .bnavIC:before {
	background: url(/upload/image/20191118/20191118091925_1425.png);
}
.bnavI:nth-child(9) .bnavIC:before {
	background: url(/upload/image/20191118/20191118091925_2118.png);
}
.bnavI:last-child .bnavIC {
	/* left: 100%; */
	/* transform: translateX(-100%); */
}
.bnavICL {
	float: left;
	display: none;
}
.bnavICL p:before {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #176DB7;
	margin-bottom: 10px;
}
.bnavICL p {
	color: #333;
	font-size: 22px;
}
.bnavICL a {
	display: inline-block;
	padding: 7px 20px;
	margin-top: 20px;
	border: 1px solid #ccc;
	color: #999;
	font-size: 12px;
}
.bnavICR {
	/* float: right; */
	/* width: 40%; */
}
.bnavICR a {
	display: block;
	font-size: 14px;
	color: #666;
	padding: 5px 0;
}
.bnavICR a:hover {
	color: #176DB7;
}
/**/
.big_baner {
	position: relative;
	overflow: hidden;
}
.swiper-container-banner {
	width: 100%;
}
.swiper-container-banner img {
	display: block;
	width: 100%;
}
.swiper-container-banner .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	/* border-radius: 50%; */
	background: #fff;
	/* border: 1px solid rgba(255, 255, 255, .5); */
	box-sizing: border-box;
	margin: 0 5px !important;
	transition: .3s;
	font-weight: bold;
	position: relative;
}
.swiper-container-banner .swiper-pagination-bullet:after {
	font-family: arial;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
/*.swiper-container-banner .swiper-pagination-bullet:nth-child(1):after {
	content: '01';
}
.swiper-container-banner .swiper-pagination-bullet:nth-child(2):after {
	content: '02';
}
.swiper-container-banner .swiper-pagination-bullet:nth-child(3):after {
	content: '03';
}
.swiper-container-banner .swiper-pagination-bullet:nth-child(4):after {
	content: '04';
}
.swiper-container-banner .swiper-pagination-bullet:nth-child(5):after {
	content: '05';
}*/
.swiper-container-banner .swiper-pagination-bullet-active {
	width: 11px;
	height: 11px;
	transform: translateY(2px);
	background: #1856ba;
	/* width: 64px; */
	/* height: 8px; */
	/* border-radius: 8px; */
	/* transform: translateY(3px); */
}
.swiper-container-banner .swiper-pagination-bullet-active:after {
	color: #fff;
}
.swiper-button-prev-banner {
	width: 43px;
	height: 61px;
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	transition: .3s;
}
.swiper-container-banner:hover .swiper-button-prev-banner {
	opacity: 1;
	left: 50px;
}
.swiper-button-prev-banner:before {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ffffff;
	transform: skew(-30deg) translate(16.1px, 0.6px);
}
.swiper-button-prev-banner:after {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ffffff;
	transform: skew(30deg) translate(16px, 0px);
}
.swiper-button-next-banner {
	width: 43px;
	height: 61px;
	/*background: rgba(0, 0, 0, .5);*/
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%) rotateZ(180deg);
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	transition: .3s;
}
.swiper-container-banner:hover .swiper-button-next-banner {
	opacity: 1;
	right: 50px;
}
.swiper-button-next-banner:before {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ffffff;
	transform: skew(-30deg) translate(17px, 1px);
}
.swiper-button-next-banner:after {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ffffff;
	transform: skew(30deg) translate(16px, 1px);
}
.swiper-pagination-banner {
	text-align: center;
	position: absolute;
	bottom: 25px !important;
	z-index: 11;
}
/*banner end*/
/*search star*/
.resou_box {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 3;
	border-bottom: 1px solid #ccc;
}
.resou {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 400px 30px 144px;
	box-sizing: border-box;
	color: #333;
	position: relative;
}
.resou a {
	color: #666;
	font-size: 14px;
	margin: 0 5px;
}
.resou a:after {
	content: '、';
}
.resou a:last-child:after {
	display: none;
}
.resou a:hover {
	color: #006cb0;
	/* text-decoration: underline; */
}
.w1100 {
	width: 1200px;
	height: 99%;
	margin: 0 auto;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.resou_word {
	color: #000;
	position: absolute;
	left: 0;
	top: 29px;
	font-size: 16px;
	/* letter-spacing: 0px; */
}
.resou_word b {
	color: #006cb0;
	font-size: 18px;
}
.search_word a {
	color: #fff;
	margin: 0 10px;
}
.search_word a:hover {
	text-decoration: underline;
}
.serach_tel {
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #1f7ece;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: arial;
}
.serach_tel:before {
	content: url(../images/telico.png);
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #1f7ece;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translate(-5px, -50%);
}
/**/
.search_cont {
	width: 400px;
	position: absolute;
	left: 420px;
	top: 50%;
	transform: translateY( -50%);
}
.resou_right {
	width: 600px;
	height: 100%;
	background: #6d1cf2;
	position: absolute;
	right: 0;
	top: 0;
}
.search2{
	width: 350px;
	height: 30px;
	position: absolute;
	right: 80px;
	/* top: 19px; */
	border-radius: 20px;
	background: #fff0;
}
.select {
	width: 75px;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	color: #666;
	box-sizing: border-box;
	padding-right: 5px;
	padding-left: 10px;
	border: 1px solid rgba(0, 0, 0, 0);
	outline-color: rgba(0, 0, 0, 0);
	font-size: 14px;
	font-family: arial;
	float: left;
	margin-left: 20px;
}
.select option {
	color: #333;
	background: #ffffff;
}
.search:focus {
	outline: none;
}
.search .search_tow {
	width: 200px;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-left: 2px;
	background: #111119;
	font-size: 12px;
	color: #999;
	border: 1px solid rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
}
.search .search_button {
	width: 50px;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0) url(../images/searchico.png)no-repeat center;
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0);
	font-size: 18px;
	border: 0;
	cursor: pointer;
	float: right;
}
.search .search_tow:focus {
	outline: #333;
}
.SearchType {
	background: rgba(0, 0, 0, 0);
}
.search .search_tow::-moz-placeholder {
	color: #333;
}
.search .search_tow::-ms-input-placeholder {
	color: #333;
}
.search .search_tow::-webkit-input-placeholder {
	color: #333;
}
.searchIco {
	width: 30px;
	height: 30px;
	background: url(../images/searchico.png) no-repeat center;
	font-size: 14px;
	position: absolute;
	right: 4px;
	top: 56%;
	transform: translateY(-50%);
}
/*search end*/
/*网站地图开始*/
.mapUl {
	margin: 20px;
	border-bottom: 1px dashed #D9D9D9;
}
.mapUlP {
	line-height: 28px;
	text-indent: 2em;
	font-size: 16px;
	margin-left: -32px;
	margin-bottom: 5px;
	color: #666;
}
.mapUlP a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.mapUlP:hover {
	color: #5B9C34;
}
.mapUl .mapLi {
	color: #666;
}
.mapUl .mapLi:after {
	content: " ";
	margin-left: 20px;
}
.mapUl .mapLi:first-child:after {
	content: " ";
	margin-left: 0px;
}
.mapLi:hover {
	color: #5B9C34;
}
.on {
	background: #5B9C34;
}
.topTop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: red;
	font-weight: bold;
	text-align: center;
}
/*sitemap end*/
.caseOneTilte {
	text-align: center;
}
/*links star*/
.caseOneTilte {
	text-align: center;
}
/*links star*/
.links_box {
	width: 100%;
	background: #ffffff;
	padding: 42px 0;
}
.links {
	width: 1200px;
	margin: 0 auto;
	padding-left: 170px;
	box-sizing: border-box;
	position: relative;
}
.links:before {
	content: url(../images/links.png);
	position: absolute;
	left: 0;
	top: -10px;
}
.links a {
	font-size: 14px;
	color: #333;
	margin-right: 60px;
}
.links a:hover {
	color: #006cb0;
}
/*links end*/
/*
.footer{
	width: 100%;
 height: 448px; 
	background: #393d46;
	overflow: hidden;
	padding-top: 76px;
	padding-bottom: 85px;
	position: relative;
	border-bottom: 1px solid #565a61;
	z-index: 3;
	background: url(../images/bbb.jpg) no-repeat center top;
}
*/
.footer_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	/* padding-top: 95px; */
	box-sizing: border-box;
	position: relative;
}
.ft_left {
	width: 410px;
	float: left;
}
.ft_left_logo {
	margin-bottom: 52px;
	padding-top: 17px;
}
.ft_left_p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 10px;
	padding-left: 45px;
	position: relative;
	line-height: 22px;
	min-height: 22px;
}
.ft_left_p span {
	position: absolute;
	left: 0;
	top: 0;
}
.ft_left_p b {
	font-size: 18px;
	font-weight: normal;
	font-family: arial;
}
.ft_left_more {
	display: block;
	margin-top: 32px;
	font-size: 14px;
	color: #fff;
	background: #006cb0;
	width: 145px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #006cb0;
	box-sizing: border-box;
	text-align: center;
}
.ft_left_more:hover {
	background: rgba(0, 0, 0, 0);
}
.ft_ewm {
	float: right;
	width: 110px;
	height: 100%;
}
.ft_ewm_img {
	width: 110px;
	height: 110px;
	overflow: hidden;
	margin: 5px auto 12px;
}
.ft_ewm_img img {
	width: 100%;
	height: 100%;
}
.ft_ewm_name {
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.ft_one {
	width: 140px;
	height: 290px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	margin-left: 0;
	float: left;
	float: right;
	padding-left: 45px;
}
.ft_one_cn {
	font-size: 16px;
	color: #fff;
}
.ft_one_en {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.2);
	font-weight: 300;
	margin: 8px 0 29px;
}
.ft_one_a {
	color: rgba(255, 255, 255, .3);
	font-size: 14px;
	margin-bottom: 17px;
}
.ft_one_a a {
	color: rgba(255, 255, 255, 0.5);
}
.ft_one_a a:hover {
	color: #fff;
}
/*ft_msg*/
.ft_msg {
	width: 410px;
	float: right;
}
.ft_msg_sty {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	outline: none;
	border-bottom: 1px solid rgba(85, 85, 85, .2);
	background: rgba(0, 0, 0, 0);
	padding-left: 26px;
	box-sizing: border-box;
	color: #fff;
}
textarea.ft_msg_content::-webkit-input-placeholder,
input.ft_msg_sty::-webkit-input-placeholder {
	color: #fff;
}
.ft_msg_content {
	resize: none;
	height: 100px;
	padding: 24px 26px;
}
.ft_msg_submit {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 44px;
	text-align: center;
	background: #6a7551;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border: none;
	outline: none;
	transition: .2s;
}
.ft_msg_submit:hover {
	background: #fff;
	color: #6a7551;
}
/*ft_fouce*/
.ft_fouce {
	width: 100%;
	padding: 40px 0 30px 0;
	background: #343434;
	position: relative;
	z-index: 3;
}
.ft_fouce_box {
	width: 1200px;
	margin: 0 auto;
}
.ft_ewm {
	height: 105px;
	margin-left: 45px;
}
.ft_ewm li {
	float: left;
	width: 105px;
	height: 105px;
	overflow: hidden;
	margin-right: 20px;
}
.ft_ewm li img {
	width: 105px !important;
	width: 105px !important;
}
.ft_fouce_box p {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.ft_fouce_box div {
	margin-top: 26px;
	height: 35px;
}
.ft_fouce_box div a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: rgba(51, 51, 51, .1);
	overflow: hidden;
	float: left;
	margin-right: 20px;
	position: relative;
}
.ft_fouce_box div a:nth-child(1) {
	background: rgba(51, 51, 51, .1) url(../images/fti_email.png) center no-repeat;
}
.ft_fouce_box div a:nth-child(2) {
	background: rgba(51, 51, 51, .1) url(../images/fti_qq.png) center no-repeat;
}
.ft_fouce_box div a:nth-child(3) {
	background: rgba(51, 51, 51, .1) url(../images/fti_ali.png) center no-repeat;
}
.ft_fouce_box div a img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
/*copyright*/
.copyright {
	width: 100%;
	height: 66px;
	line-height: 80px;
	background: #393d46;
	color: rgba(255, 255, 255, 0.5);
	border-top: #2a2f36 1px solid;
	font-size: 13px;
	line-height: 26px;
	padding-top: 25px;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	transition: 1s ease-in-out;
}
.copyright_box {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.copyright a {
	color: rgba(255, 255, 255, 0.5);
	position: relative;
}
.copyright a:hover {
	color: #fff;
}
/*footer end*/
/*右侧悬浮窗s*/
.spension {
	position: fixed;
	top: 400px;
	right: 0;
	z-index: 99;
}
.spension li {
	right: -100%;
	transition: .5s;
	color: #fff;
	cursor: pointer;
	position: relative;
	margin-bottom: 1px;
	background: #29a7e2;
	padding: 0 10px;
	padding-left: 60px;
	height: 70px;
	transform: translate(-70px);
}
.spension li:hover {
	right: -100%;
	transform: translateX(-80px);
}
.spension li.spensionTel:hover {
	right: 0;
	transform: translateX(0);
}
.spensionL {
	width: 70px;
	position: absolute;
	left: 0;
	top: 0;
}
.spensionL i {
	display: block;
	width: 30px;
	height: 27px;
	margin: 10px auto 0;
	background: url(../images/fx.png);
}
.spensionQQ i {
	background-position: 0px 6px;
	transform: translate(5px, 1px);
}
.spensionTel i {
	background-position: 0px 69px;
	transform: translate(5px, -1px);
}
.spensionLy i {
	background-position: 0px -50px;
	width: 21px;
}
.spensionWx i {
	background-position: 27px 4px;
	width: 27px;
	transform: translate(-3px, 0px);
}
.spensionTop i {
	background-position: 33px -50px;
	width: 34px;
	height: 37px;
	margin-top: 7px;
}
.spensionL p {
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 2px;
}
.spensionR {
	color: #fff;
	padding-left: 20px;
}
.spensionTel .spensionR {
	font-size: 22px;
	padding: 0px 10px;
	transform: translate(13px, 19px);
}
.spensionQRcode {
	transition: .5s;
	transform: scale(0) translateY(-50%);
	padding-right: 10px;
}
.spensionQRcode img {
	display: block;
	border: 1px solid #393d46;
}
.spensionWx:hover .spensionQRcode {
	transform: scale(1) translateY(-50%);
	position: absolute;
	right: 100%;
	top: 50%;
}
/*右侧悬浮窗e*/
        