@charset "utf-8";


.EN_box {
	display: none;
}

.block_pc {
	width: 100%;
	display: inline-block;
}

.block_sj {
	width: 100%;
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

input[type="number"] {
	-moz-appearance: textfield;
}



/* CSS Document */
body {
	color: #333;
	font-size: 12px;
	/* font-family: "微软雅黑"; */
	font-family: syN;
	margin: 0 auto;
	padding: 0;
	min-width: 1260px;
	box-sizing: border-box;
	padding-top: 100px;
}

body * {
	box-sizing: border-box;
}

/* 重置 */

div,
form,
p,
i,
img,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
td,
th,
fieldset,
label,
legend,
select,
button,
input {
	margin: 0;
	padding: 0;
}

p,
li,
div {
	/* 
	line-height: 20px;*/
}

/* 标题样式 */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
	margin: 0;
}

/* 列表样式 */

ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}

/* 图片样式 */

img,
a img {
	border: 0px;
	padding: 0px;
	margin: 0px;

}

/* 链接样式 */
a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

/** 图片链接效果 **/

.pic a {
	padding: 0px;
	border: 1px solid #fff;

}

.pic a:hover {
	border: 1px solid #d00;
	background: #fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color: #999;
}

.input-black {
	color: #000;
}

/* 清除浮动 */
.clearBoth {
	clear: both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width: 100%;
	height: 0px;
	font-size: 0;
	overflow: hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height: 0;
}


/*公共导航nav*/

.top_hover {
	display: none;
}

.head_nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	height: 100px;
	box-sizing: border-box;
	background: transparent;
}

.logo_b {
	display: none;
}

.head_nav.special-top {
	background: #fff;
	box-shadow: 0 6px 14px rgba(74, 74, 74, .15);
}

.head_nav.special-top .logo_b {
	display: inline-block;
}

.head_nav.special-top .logo_w {
	display: none;
}

.hover_bj {
	width: 100%;
	position: fixed;
	top: 100px;
	left: 0;
	display: inline-block;
	/* opacity: 0; */
	height: 0px;
	overflow: hidden;
	background: #f1f5f6;
	border: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.main_li_p {
	position: relative;

	background: url(../images/Bnav_bottom.png) no-repeat right center;
	background-size: 16px 16px;
}

.special-top .main_li_p {
	background: url(../images/HBnav_bottom.png) no-repeat right center;
	background-size: 16px 16px;

}

.special-top .main_li_p.active {
	background: url(../images/HBnav_bottom_b.png) no-repeat right center;
	background-size: 16px 16px;

}

.special-top .main_li_p:hover {
	background: url(../images/HBnav_top.png) no-repeat right center;
	background-size: 16px 16px;

}


.top_hover {
	width: 700px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	bottom: -70px;
	left: 50%;
	opacity: 0;
	margin-left: -350px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.ej_item {
	padding: 0 30px;
	line-height: 70px !important;
}

.EN_box .ej_item {
	padding: 0 10px;
}

.ej_item a {
	color: #555;
	font-size: 16px;
	text-decoration: none;
	text-transform: capitalize;
}

.ej_item a:hover {
	color: #12a7d7;
}

.ej_item.active_ej a {
	color: #12a7d7;
}


.main_li_p:hover .hover_bj {

	/* opacity: 1; */
	height: 70px;
	overflow: visible;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.main_li_p:hover .top_hover {
	height: 70px;
	overflow: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}



.nav_pc {
	display: inline-block;
}

.nav_mobile {
	display: none;
}

.safe_width {
	max-width: 100%;
	width: 1240px;
	margin: 0 auto;
}

.menu_nav {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0 70px;
}

.nav_logo {
	display: inline-block;
}


.nav_logo img.b_logo {
	display: none;
}



.menu_main {
	width: auto;
	margin: 0;
	height: 100px;
	padding: 0;
	display: flex;
	justify-content: left;
	align-items: center;
}

.head_nav.special-top .menu_main li.main_li .main_a {
	color: #222;
}

.head_nav.special-top .menu_main li.main_li.active .main_a {
	color: #12a7d7;
}

.head_nav.special-top .menu_main li.main_li.active .main_a::after {

	background: #12a7d7;

}

.head_nav.special-top .menu_main li.main_li .main_a::after {

	background: #12a7d7;

}

.head_nav.special-top .menu_main li.main_li:hover .main_a {
	color: #12a7d7;
}



.menu_main li.main_li {
	margin: 0 0px;
	padding: 0 24px 0 64px;
	box-sizing: border-box;
	line-height: 100px;
	position: relative;
}

.menu_main li.main_li .main_a {
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	display: inline-block;
	height: 100px;
	letter-spacing: 1px;
	line-height: 100px;
	position: relative;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;

}

.menu_main li.main_li .main_a:focus {
	text-decoration: none;
}

.menu_main li.main_li.active .main_a {
	color: #fff;
}

.menu_main li.main_li.active .main_a::after {
	width: 8px;
	height: 8px;
	background: #fff;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: 24px;
}

.menu_main li.main_li .main_a::after {
	width: 0;
	height: 0px;
	background: #fff;
	content: '';
	position: absolute;
	left: 50%;
	border-radius: 50%;
	bottom: 0px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.menu_main li.main_li:hover .main_a::after {
	width: 8px;
	left: 50%;
	margin-left: -4px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.menu_main li.main_li:hover .main_a {
	color: #fff;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.lang_switch {
	display: flex;
	justify-content: right;
	align-items: center;
}

.lang_switch span {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: transparent;
	border-radius: 50%;
}

.lang_switch span.lan_cur,
.lang_switch span.lan_cur:hover {
	background: #fff;
	color: #12a7d7;
}

.lang_switch span:hover {
	color: #12a7d7;
}

.lang_switch text {
	display: inline-block;
	width: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}


.special-top .lang_switch span {

	color: #222;

}


.special-top .lang_switch span.lan_cur,
.special-top .lang_switch span.lan_cur:hover {
	background: #12a7d7;
	color: #fff;
}

.lang_switch span:hover {
	color: #12a7d7;
}


.special-top .lang_switch text {

	color: #222;

}


.main_li:hover .sub_menu {
	display: flex;
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}


.tb_sub {
	height: 0;
	overflow: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	margin: 0;
	margin-left: -70px;
	z-index: 14;
	padding: 10px 0 10px 0;
	list-style: none;
	width: 140px;
	background: #fff;
	box-shadow: 0 6px 14px rgba(74, 74, 74, .15);
}

.menu_main li:hover .tb_sub {

	height: auto;
	top: 66px;
	opacity: 1;
	overflow: visible;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}


.tb_sub div {

	width: 100%;

}

.tb_sub div.active_d a {
	color: #fff;

}

.menu_main li.main_li .tb_sub div a,
.menu_main li.main_li .tb_sub div {
	line-height: 42px;
}

.tb_sub div a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	text-align: left;
	color: #000;
	line-height: 42px;
	text-align: center;
}

.tb_sub div a:hover,
.tb_sub div a.cur_a,
.tb_sub div a.cur_a:hover {
	color: #12a7d7;
}






.sub_m_nav {
	width: 160px;
}

.sub_m_nav .a_head {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	text-decoration: none;
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #dddddd;
}

.sub_m_nav .a_head:hover {
	color: #AE2723;
}

.sub_ul_box {
	width: 100%;
	max-height: 320px;
	min-height: 240px;
	padding-top: 10px;
	box-sizing: border-box;
	overflow: auto;
}

.sub_ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.sub_ul li a {
	font-size: 16px;
	color: #333;
	line-height: 40px;
}

.sub_ul li:hover a {
	color: #AE2723;
}

.sub_ul li {
	display: inline-block;
	width: 100%;
}

.sub_menu_single .sub_m_nav {
	width: 100%;
}

.sub_menu_single .sub_ul {
	width: 100%;
	display: flex;
	justify-content: left;

	flex-wrap: wrap;
	align-items: center;
}

.sub_menu_single .sub_ul li {
	display: inline-block;
	width: auto;
	margin-right: 40px;
}



/*footer*/
.footer {
	width: 100%;
	background: #3d3e3e;
	padding: 70px 4% 50px 4%;
	background-size: 100% auto;
	background-position: center bottom;
}

.footer-con {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-left {
	width: 340px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: last baseline;
}

.bottom-logo img {
	display: inline-block;
	width: auto;
	height: auto;
}

.company-info {
	margin-top: 40px;
	width: 100%;
	flex-direction: column;
	justify-content: left;
	align-items: flex-start;
}

.c-item {
	width: 100%;
	font-size: 14px;
	color: #d7dada;
	line-height: 20px;
	margin-bottom: 16px;
	text-transform: capitalize;
}





.footer-right {
	width: 100px;
	display: flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.footer-right .b-ewm-img {
	display: inline-block;
	width: 100px;
	height: 100px;
}

.b-sm-text {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #c6c8c8;
	line-height: 34px;
}


.footer-center {
	display: flex;
	width: 38%;
	justify-content: space-between;
	align-items: flex-start;
	margin-right: 13%;

}

.EN_box .footer-center {
	width: 48%;
	margin-right: 6%;
}

.link-item h5 {
	margin: 0;
	font-size: 16px;
	padding: 0;
	color: #fff;
	text-transform: capitalize;
}

.link-item ul {
	width: 100%;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.link-item ul li {
	margin-bottom: 16px;
	text-align: left;

}

.link-item ul li a {
	font-size: 14px;
	color: #c8cccc;
	text-decoration: none;
	text-transform: capitalize;
}

.link-item ul li a:hover {
	color: #fff;
}

.footer-bottom {
	width: 100%;
	padding: 0 4%;
	box-sizing: border-box;
	text-align: center;
	line-height: 60px;
	border-top: 1px solid #505252;
	font-size: 12px;
	color: #a4a5a5;
	font-size: 14px;
	background: #3d3e3e;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom a {
	color: #a4a5a5;
	text-decoration: none !important;
	display: inline-block;
}

.footer-bottom-pc {
	display: flex;
}

.footer-bottom-m {
	display: none;
}



/*页码*/

.yemak {
	display: block;
	text-align: center;
	position: relative;
}

.yemak ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.yemak li {
	display: inline-block;
	margin: 0 15px;
	border: none;
	font-size: 24px;
	color: #808080;
	line-height: 48px;
}

.yemak a {

	font-size: 24px;
	color: #808080;
}

.yemak li span,
.yemak li a {
	background: transparent !important;
	border: none !important;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	line-height: 48px;
	color: #808080;
}

.yemak li:first-child a,
.yemak li:first-child a {
	font-size: 18px;
}

.yemak li:hover a,
.yemak li.active a {
	background: transparent;
	border-width: 0;
	color: #12A7D7 !important;
}

.yemak li:first-child,
.yemak li:last-child {
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 50%;
	border: 1px solid #cccccc;
	display: flex;
	justify-content: center;
	align-items: center;
}


@media screen and (max-width:1680px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1440px) {

	/* .head_nav {
		padding: 0 14px 0 44px;
	} */
	.footer {

		padding: 50px 35px 60px 35px;
	}

	.footer-center {
		/* width: 55.5%; */
	}

	.link-item h5 {
		margin: 0;
		font-size: 15px;
		padding: 0;
	}

	.link-item ul li a {
		font-size: 13px;
	}
}

@media screen and (max-width:1366px) {

	.menu_nav {
		padding: 0 45px;
	}

	.menu_main li.main_li {
		padding: 0 24px 0 50px;

	}
}

@media screen and (max-width:1279px) {}



@media screen and (max-width:1024px) {
	.block_pc {

		display: none;
	}

	.block_sj {

		display: inline-block;
	}

	body {
		padding-top: 62px !important;
		min-width: unset;
		width: 100%;
		background: #f6f6f6;
	}

	/*手机端top nav*/
	.nav_pc {
		display: none;
	}

	.nav_mobile {
		display: inline-block;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
	}


	.nav_m_con {
		width: 100%;
		height: 62px;
		background: #FFF;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 10px;
	}

	.nav_m_con a {
		width: 93px;
		height: 34px;
		display: inline-block;
		background: url(../images/logo_mobile.png) no-repeat center center;

		-webkit-background-size: 93px 34px;
		background-size: 93px 34px;
	}

	.m_top_right {
		display: flex;
		justify-content: right;
		align-items: center;
	}

	.m_lan_s {
		width: 30px;
		height: 30px;
		border: 1px solid #12a7d7;
		color: #12a7d7;
		text-align: center;
		margin-right: 20px;
		line-height: 28px;
		border-radius: 50%;
	}

	.m_r_show {
		display: inline-block;
		width: 20px;
		height: 20px;
	}

	.m_r_show img {
		display: inline-block;
		width: 100%;
		height: 100%;
	}


	.m_menu_box {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		background: rgba(0, 0, 0, .6);
		z-index: 10;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		opacity: 0;
		visibility: hidden;
		overflow: auto;
		padding-top: 62px;
	}

	.menu_head {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 10px;
		height: 62px;
		line-height: 62px;
		box-sizing: border-box;
		background: #fff;
		z-index: 5;
	}

	.close_nav {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.close_nav img {
		display: inline-block;
		width: 24px;
		height: 24px;
	}

	.menu_head a {
		display: inline-block;

		width: 93px;
		height: 34px;
		display: inline-block;
		background: url(../images/logo_mobile.png) no-repeat center center;

		-webkit-background-size: 93px 34px;
		background-size: 93px 34px;

	}



	.m_nav_box {
		width: 100%;
		padding-left: 33%;
		box-sizing: border-box;
		height: 100%;
		position: relative;
	}

	.hide_m_nav {
		width: 33%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0);
	}

	.m_nav_ul {
		width: 100%;
		margin: 0;
		padding: 0;
		height: 100%;
		overflow: auto;
		list-style: none;
		background: #fff;
	}

	.m_nav_ul li {
		display: inline-block;
		width: 100%;
		/* line-height: 52px; */
		padding: 0 20px;
		border-bottom: 1px solid #ececec;
	}

	.m_nav_ul li.active a {
		color: #12a7d7;
	}

	.m_nav_ul li a {
		display: inline-block;
		width: 100%;
		line-height: 52px;
		font-size: 14px;
		color: #333;
		text-transform: capitalize;
	}

	.m_nav_ul li.m_nav_ul_p {
		padding: 0;
	}

	.m_nav_ul li.m_nav_ul_p .parent_a {
		padding: 0 20px;
	}

	.m_nav_ul_p .parent_a {
		position: relative;
	}

	.m_nav_ul_p.show_nav .m_nav_div {
		display: inline-block;
	}

	.m_nav_ul_p .parent_a::after {
		content: '';
		width: 12px;
		height: 12px;
		background: url(../images/nav_arrow.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -4px;
	}

	.m_nav_ul_p.show_nav .parent_a::after {
		content: '';
		width: 12px;
		height: 12px;
		background: url(../images/nav_arrow_b.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -4px;
	}


	.m_nav_div {

		width: 100%;
		display: none;
		padding: 0 20px;
		background: #F7F7F7;
	}

	.m_nav_div div a {
		line-height: 46px;
		color: #666;
		text-transform: capitalize;
		font-size: 12px;
		border-top: 1px solid #ececec;
	}

	.m_nav_div div:nth-child(1) a {
		border: none;
	}

	.jump_sub_m a {
		position: relative;
	}

	.jump_sub_m a::after {
		content: '';
		width: 12px;
		height: 12px;
		background: url(../images/nav_arrow.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		position: absolute;
		right: 6px;
		top: 50%;
		margin-top: -4px;

	}

	.m_nav_sub {
		display: none;
	}



	/*手机端 footer*/

	.footer {
		width: 100%;
		padding: 35px 8% 20px 8%;

	}

	.footer-con {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.footer-center {
		display: none;
	}

	.footer-right {
		display: none;
	}

	.footer-left {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;

	}

	.bottom-logo img {
		width: 172px;
		height: auto;
	}

	.company-info {
		width: 100%;
		margin-top: 20px;
	}

	.c-item {
		width: 100%;

		line-height: 24px;
		font-size: 14px;
		margin-bottom: 8px;

	}



	.footer-bottom {

		font-size: 12px;
		line-height: 24px;
		padding: 18px 0;
		color: #a4a5a5;

		text-align: center;
	}

	.footer-bottom-pc {
		display: none;
	}

	.footer-bottom-m {
		display: inline-block;
	}




/*页码*/

.yemak li {
	display: inline-block;
	margin: 0 12px;
	border: none;
	font-size: 16px;
	color: #808080;
	line-height: 40px;
}

.yemak a {

	font-size: 16px;
	color: #808080;
}

.yemak li span,
.yemak li a {

	line-height: 40px;
}

.yemak li:first-child a,
.yemak li:first-child a {
	font-size: 16px;
}


.yemak li:first-child,
.yemak li:last-child {
	width: 40px;
	height: 40px;
	line-height: 40px;
}



}

@media screen and (max-width:980px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:540px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:413px) {}

@media screen and (max-width:374px) {}

@media screen and (max-width:320px) {}


/*浮窗*/
.Float_windows {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -120px;
	z-index: 6;
}

.Float_windows ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 90px;
}

.Float_windows ul li {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin-bottom: 1px;
	position: relative;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.Float_windows ul li:last-child {
	border: none;
}

.Float_windows ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-direction: column;
	height: 100%;
	font-size: 14px;
	color: #fff;
	background: rgba(0, 144, 216, 0.85);
}

.Float_windows ul li a span {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/fc_zx.png) no-repeat;
	background-size: 34px 34px;

	background-position: center center;
	margin-bottom: 6px;
}

.Float_windows ul li.fl_dh a span {

	background: url(../images/fc_dh.png) no-repeat;
	background-size: 34px 34px;

}

.Float_windows ul li.fl_gw a span {

	background: url(../images/fc_gw.png) no-repeat;
	background-size: 34px 34px;

}

.Float_windows ul li:hover a,
.Float_windows ul li:focus a {
	text-decoration: none;
	color: #fff;
	background: rgba(0, 144, 216, 1);
	/* background: -webkit-linear-gradient(right bottom, #13e27a, #3b90d1);
	background: linear-gradient(right bottom, #13e27a, #3b90d1); */
}

.phone_box {
	display: none;
	height: 80px;
	width: 280px;
	background: #fff;
	opacity: 0;
	position: absolute;
	right: -280px;
	top: 0;
	text-align: center;
	box-shadow: 0 8px 24px rgba(74, 74, 74, .15);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;

}

/* .Float_windows ul li:hover .phone_box {
	display: inline-block;
	right: 81px;
	opacity: 1;
} */

.phone_box text {
	font-size: 20px;
	font-weight: bold;
	background: linear-gradient(to right, #4DAFD9, #2bdcd3);
	-webkit-background-clip: text;
	color: transparent;
	line-height: 80px;
}