@charset "utf-8";

@font-face {
	font-family: hy;
	src: url('../font/qingkehuangyou.ttf');
}

.block_btn_style {
	background: linear-gradient(90deg, #3c91d2, #40f499, #3c91d2, #40f499);
	background-size: 400%;
	text-transform: uppercase;
}

.block_btn_style:hover::before,
.block_btn_style:hover {
	animation: sun 5s infinite;
	color: #fff;
}

.block_btn_style::before {
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	background-size: 400%;
	border-radius: 50px;
	filter: blur(10px);
	z-index: -1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.video_modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	z-index: 10;
	background: rgba(0, 0, 0, .6);
	display: flex;
}


.video_box {
	width: 900px;
	max-width: 100%;
	position: relative;
}

.close_img {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -40px;
	right: -40px;
	cursor: pointer;
}

.video_modal div video {
	width: 100%;
	height: auto;
}

/* CSS Document */
body {
	color: #333;
	font-size: 12px;
	font-family: "微软雅黑";
	margin: 0 auto;
	padding: 0;
	min-width: 1260px;
	box-sizing: border-box;
	padding-top: 80px;
}

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*/
.head_nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	height: 66px;
	padding: 0 18px 0 46px;
	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;
}

.nav_pc {
	display: inline-block;
}

.nav_mobile {
	display: none;
}

.safe_width {
	max-width: 100%;
	width: 1240px;
	margin: 0 auto;
}

.menu_nav {
	height: 66px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.nav_logo {
	display: inline-block;
}


.nav_logo img.b_logo {
	display: none;
}



.menu_main {
	width: auto;
	margin: 0;
	height: 66px;
	padding: 0;
	display: flex;
	justify-content: left;
	align-items: center;
}

.head_nav.special-top .menu_main li.main_li .main_a {
	color: #000;
}

.head_nav.special-top .menu_main li.main_li.active .main_a {
	color: #0090D8;
}

.head_nav.special-top .menu_main li.main_li.active .main_a::after {

	background: #0090D8;

}

.head_nav.special-top .menu_main li.main_li .main_a::after {

	background: #0090D8;

}

.head_nav.special-top .menu_main li.main_li:hover .main_a {
	color: #0090D8;
}



.menu_main li.main_li {
	margin: 0 0px;
	padding: 0 28px;
	box-sizing: border-box;
	line-height: 66px;
	position: relative;
}

.menu_main li.main_li .main_a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	height: 66px;
	letter-spacing: 1px;
	line-height: 66px;
	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: 100%;
	height: 2px;
	background: #fff;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
}

.menu_main li.main_li .main_a::after {
	width: 0;
	height: 2px;
	background: #fff;
	content: '';
	position: absolute;
	left: 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: calc(100%);
	left: 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 {
	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;
}

.sub_menu {
	width: 1240px;
	background: url(../images/nav_dw.png) no-repeat #fff;
	padding: 24px 100px 30px 100px;
	background-size: 100% auto;
	background-position: center bottom;
	box-sizing: border-box;
	position: absolute;
	left: 0;

	top: 80px;
	display: none;
	opacity: 0;
	justify-content: space-between;
	align-items: flex-start;
	-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: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: #0090D8;
}






.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;
}

/*公告标题*/
.head_template {
	width: 100%;
	padding-top: 78px;
	text-align: center;
	font-size: 36px;
	color: #E82C2C;
	line-height: 38px;
	position: relative;
}

.head_template::after {
	content: '';
	width: 40px;
	height: 3px;
	background: #E82C2C;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -20px;
}


/*footer*/
.footer {
	width: 100%;
	background: #2e3033;
	padding: 50px 50px 60px 50px;
	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: 260px;
	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: 36px;
	width: 100%;
	flex-direction: column;
	justify-content: left;
	align-items: flex-start;
}

.c-item {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	margin-bottom: 20px;
}

.c-item:last-child {
	margin: 0;
}

.c-item img {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 16px;
}

.c-item span {
	display: inline-block;
	width: 250px;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

.footer-right {
	width: 140px;
	display: flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.footer-right .b-ewm-img {
	display: inline-block;
	width: 132px;
	height: 132px;
	margin-bottom: 25px;
}

.b-sm-text {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #FFF;
}

.b-sm-text img {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 14px;
}

.footer-center {
	display: flex;
	width: 58%;
	justify-content: space-between;
	align-items: flex-start;
	color: #fff;
}

.link-item h5 {
	margin: 0;
	font-size: 16px;
	padding: 0;
}

.link-item ul {
	width: 100%;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.link-item ul li {
	margin-bottom: 14px;
	text-align: center;
}

.link-item ul li a {
	font-size: 14px;
	color: #C8C8C8;
	text-decoration: none;
}

.link-item ul li a:hover {
	color: #fff;
}

.footer-bottom {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
	line-height: 24px;
	border-top: 1px solid #646363;
	font-size: 12px;
	color: #C8C8C8;
	background: #2e3033;
}

.footer-bottom a {
	color: #C8C8C8;
	display: inline-block;
}

.footer-bottom-pc {
	display: inline-block;
}

.footer-bottom-m {
	display: none;
}


/*页码*/


.page_div {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.page_div_mobile {
	display: none;
}

.page_div .pagination>li>a {
	border: none;
	width: 50px;
	height: 50px;
	font-size: 14px;
	background: transparent;
	color: #666;
	border: 1px solid #e4e4e4;
	margin-left: 10px;
	border-radius: 0px;
	line-height: 50px;
	padding: 0;
}

.page_div .pagination>li.active>a,
.page_div .pagination>li>a:hover {
	/* background: url(../images/page_border.png) no-repeat;
	background-size: 100% 100%;
	background-position: center center; */
	border-color: #0090D8;
	color: #0090D8;
}


@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) {

	.head_nav {
		padding: 0 14px 0 44px;
	}

	.menu_main li.main_li {
		padding: 0 26px;
	}
}

@media screen and (max-width:1279px) {
	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: 112px;
		height: 32px;
		display: inline-block;
		/*background: url(../images/logo_mobile.png) no-repeat center center;*/

		-webkit-background-size: 112px 32px;
		background-size: 112px 32px;
	}

	.nav_m_con a img {
		display: none;

	}

	.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: 112px;
		height: 32px;
		background: url(../images/logo_mobile.png) no-repeat center center;

		-webkit-background-size: 112px 32px;
		background-size: 112px 32px;
	}

	.menu_head a img {
		display: none;
		/* width: 112px;
		height: auto; */
	}

	.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%;
		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: #0090D8;
	}

	.m_nav_ul li a {
		display: inline-block;
		width: 100%;
		line-height: 52px;
		font-size: 14px;
		color: #333;
	}

	.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;
		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-bottom-pc {
		display: none;
	}

	.footer-bottom-m {
		display: inline-block;
	}

	.footer-bottom-m a {
		color: #C8C8C8;
		display: inline-block;
	}

	.footer {
		width: 100%;
		padding: 0px 30px 20px 30px;
		margin-bottom: -1px;
	}

	.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; */
		display: none;
	}

	.bottom-logo {
		width: 100%;
		text-align: center;
	}

	.bottom-logo img {
		display: inline-block;
		width: 60%;
		height: auto;
	}

	.company-info {
		width: 100%;
		text-align: center;
	}

	.c-item {
		width: 100%;
		border: 1px solid #676b70;
		text-align: center;
		justify-content: center;
		align-items: center;
		display: flex;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		color: #fff;
	}

	.c-item img {
		display: inline-block;
		margin-right: 10px;
	}

	.c-item span {
		display: inline-block;
		width: auto;
	}

	.footer-bottom {
		border: none;
		font-size: 12px;
		line-height: 20px;
		padding: 0 10px 20px 10px;
	}


	/*页码*/
	.page_div {
		display: none;
	}

	.page_div_mobile {
		width: 100%;
		display: inline-block;
		padding: 0 15px;
		margin-top: 10px;
	}


	.page_div_mobile ul.pagination {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.page_div_mobile ul.pagination li {
		display: inline-block;
		width: 65px;
		height: 30px;
		line-height: 30px;
	}

	.page_div_mobile ul.pagination li:nth-child(1) a,
	.page_div_mobile ul.pagination li:last-child a {
		display: inline-block;
		font-size: 12px;
		width: 100%;
		line-height: 28px;
		color: #222;
		height: 30px;
		border-radius: 0;
		border: 1px solid #222;
	}

	.page_div_mobile ul.pagination li.disabled a {
		border-color: #999;
		color: #999;
	}

	.page_div_mobile ul.pagination li.page_show_m {
		width: 40%;
	}

	.page_div_mobile ul.pagination li.page_show_m a {
		font-size: 14px;
	}

	.page_div_mobile ul.pagination li a {
		display: inline-block;
		width: 100%;
		height: 30px;
		line-height: 28px;
		text-align: center;
		border: none;
		background: transparent !important;
		color: #222;
		font-size: 18px;
		padding: 0;
	}

	.page_div_mobile ul.pagination li a img {
		width: 14px;
		height: 14px;
	}

	.page_div_mobile ul.pagination li.disabled a {
		background: #cccccc;
		cursor: not-allowed;
	}

	.page_div_mobile ul.pagination li.page_show_m a {
		background: #e6e6e6;
		color: #888;
	}

	.Float_windows {
		display: none;
	}
}



@media screen and (max-width:1024px) {}

@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;
	bottom: 0;
	margin-bottom: 2px;
	z-index: 6;
}

.Float_windows ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 70px;
}

.Float_windows ul li {
	display: inline-block;
	width: 70px;
	height: 80px;
	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;
}
.news-box {
    font-size: 12px;
    line-height: 3em;
    text-indent: 2em;
}
.news-box p {
    margin-bottom:1rem;
    font-size: 16px;
}
.news-box strong {
	display: block;
	font-size:16px;
	text-align: right;
}
.news-box img {
	display: block;
	max-width: 100%
}
.aboutCon_box {
	text-align: center;
	margin:30px 0;
}
.aboutCon_box h3 {
	font-size: 2em;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
}
.aboutCon_box img {
	width: 100%;
	max-width: 220px;
	margin: 5px 1px;
}
.yuyue-img {
	text-align: center;
}