@charset "utf-8";

.block_pc {
	display: inline-block;
	width: 100%;
}

.block_sj {
	display: none;
	width: 100%;
}

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;

	box-sizing: border-box;

}

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: 5;
	height: 90px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0);
}



.head_nav.special-top {
	background: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);

}








.nav_pc {
	display: inline-block;
}

.nav_mobile {
	display: none;
}

.safe_width {
	max-width: 1500px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}

.menu_nav {
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;

	padding: 0 60px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.nav_logo {
	display: inline-block;
}


.nav_logo img {
	width: auto;
	height: auto;
}

.logo_w {
	display: inline-block;
}

.logo_b {
	display: none;
}

.special-top .logo_w {
	display: none;
}

.special-top .logo_b {
	display: inline-block;
}

.menu_main {
	width: auto;
	margin: 0;
	height: 90px;
	padding: 0;
	display: flex;
	justify-content: left;
	align-items: center;
}



.head_nav.special-top .menu_main li.main_li .main_a {
	color: #333;
}

.head_nav.special-top .menu_main li.main_li.active .main_a {
	color: #333;
}





.head_nav.special-top .menu_main li.main_li:hover .main_a {
	color: #305dc3;
}



.menu_main li.main_li {
	margin: 0 30px;
	padding: 0;
	box-sizing: border-box;
	line-height: 90px;
	position: relative;
}

.menu_main li.main_li:last-child {
	margin-right: 0;
}

.menu_main li.main_li .main_a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	height: 90px;
	letter-spacing: 1px;
	line-height: 90px;
	position: relative;
	transition: all 0.5s ease-in-out;

}

.menu_main li.main_li .main_a::after {
	content: "";
	height: 2px;
	background: #d6000f;
	position: absolute;
	left: 50%;
	width: 0;
	bottom: 16px;

	transition: all 0.5s ease-in-out;
}

.special-top .menu_main li.main_li .main_a::after {
	background: #d6000f;
}

.menu_main li.main_li .main_a:focus {
	text-decoration: none;
}

.menu_main li.main_li.active .main_a {
	color: #fff;
}

.special-top .menu_main li.main_li.active .main_a {
	color: #d6000f;
}

.menu_main li.main_li.active .main_a::after {
	width: 100%;
	margin-left: -50%;
}




.menu_main li.main_li:hover .main_a {
	color: #fff;

}

.menu_main li.main_li:hover .main_a::after {
	width: 100%;
	margin-left: -50%;
}

.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: 100px;
	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: #025CFF;
}






.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;
}


/*右侧悬停*/

.right_ti {
	width: 90px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 99;
	transform: translate(0, -50%);
}

.right_ti ul .right_ti li {
	width: 100%;
}

.right_ti li {
	background: rgba(2, 98, 255, .8);
	opacity: 1;
	border-bottom: 1px solid white;
	/* line-height: 80px;
    height: 80px; */
}

.right_ti li a {
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	/* line-height: 32px; */
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/* height: 80px; */
	padding: 16px;
}

.back_to {
	background-color: rgba(254, 204, 20, .8) !important;
	border: none !important;
}

.right_ti_ul img {
	max-width: 30px;
	margin-bottom: 8px;
}



/*footer*/

.footer {
	width: 100%;
	background: #242424;

}

.f_head {
	width: 100%;
	padding: 78px 0;
}

.f_head h5 {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
}

.f_head p {
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	margin-top: 22px;
	color: #fff;
	letter-spacing: 1px;
}

.f_lx {
	overflow: hidden;
	width: 100%;

}

.f_lx_left {
	float: left;
	width: 275px;
	padding-right: 10px;
}

.lx_left_item {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	margin-bottom: 30px;
}

.lx_left_item:last-child {
	margin-bottom: 0;
}

.lx_left_item img {
	display: inline-block;
	width: 30px;
	height: auto;
}

.lx_left_item div {
	width: calc(100% - 30px);
	padding-left: 24px;
}

.lx_left_item p {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}

.lx_left_item h5 {
	font-size: 28px;
	font-family: SimSun;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	line-height: 28px;
	margin-bottom: 8px;
}

.lx_right {
	float: right;
	width: calc(90% - 275px);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.lx_r_02 {
	width: 61.2%;
}

.lx_r_01 {
	width: 36.8%;
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: flex-start;
}

.lx_r_01 input {
	width: 100%;
	border-radius: 0;
	border: none;
	outline: none;
	height: 50px;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	background: #2f2f2f;
	margin-bottom: 18px;
}

.lx_r_01 a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	width: 142px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #DF0C1B;
}

.lx_r_02 textarea {
	width: 100%;
	border-radius: 0;
	border: none;
	outline: none;
	height: 118px;
	resize: none;
	padding: 20px;
	font-size: 14px;
	color: #fff;
	background: #2f2f2f;
}


.lx_right ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}

.lx_right ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

.lx_right :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;

}

.f_link {
	width: 100%;
	padding: 48px 0 20px 0;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
}

.f_link a {
	font-size: 14px;
	color: #999999;
	line-height: 36px;
	margin-right: 60px;
	text-decoration: none;
}

.f_link a:hover {
	color: #fff;
}


.f_bottom {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #555;
	line-height: 48px;
	text-align: center;
	background: #000;
}

@media screen and (max-width:1660px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {

	.right_ti {
		display: none;
	}

	.safe_width {
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
	}

	body {

		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;
		background: rgba(255, 255, 255, 1);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
	}


	.nav_m_con {
		width: 100%;
		height: 80px;

		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
	}

	.nav_m_con a {
		width: 200px;
		height: 80px;
		display: inline-block;
		background: url(../images/logo_pc_b.png) no-repeat left center;
		-webkit-background-size: 163px auto;
		background-size: 163px auto;
	}



	.nav_m_con a img {
		display: none;

	}

	.m_r_show {
		display: inline-block;
		width: 40px;
		height: 40px;
	}

	.m_r_show img {

		width: 100%;
		height: 100%;
	}

	.show_w {
		display: inline-block;
	}

	.show_b {
		display: none;
	}

	.special-top .show_b {
		display: inline-block;
	}

	.special-top .show_w {
		display: none;
	}

	.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: 100px;
	}

	.menu_head {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		height: 80px;
		line-height: 80px;
		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 {
		width: 200px;
		height: 80px;
		display: inline-block;
		background: url(../images/logo_pc_b.png) no-repeat left center;
		-webkit-background-size: 163px auto;
		background-size: 163px auto;
	}

	.menu_head a img {
		display: none;

	}

	.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;
		overflow: auto;
	}

	.m_nav_ul li {
		display: inline-block;
		width: 100%;
		line-height: 50px;
		padding: 0 20px;
		border-bottom: 1px solid #ececec;
	}

	.m_nav_ul li.active a {
		color: #305dc3;
	}

	.m_nav_ul li a {
		display: inline-block;
		width: 100%;
		line-height: 50px;
		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: -6px;
	}

	.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: -6px;
	}


	.m_nav_div {

		width: 100%;
		display: none;
		padding: 0 20px;
		background: #F7F7F7;
	}

	.m_nav_div div a {
		line-height: 50px;
		color: #666;
		font-size: 13px;
		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: 20px;
		top: 50%;
		margin-top: -6px;

	}

	.m_nav_sub {
		display: none;
	}

	.m_r_show_right {
		display: flex;
		justify-content: right;
		align-items: center;

	}









	.Float_windows {
		display: none;
	}


}





@media screen and (max-width:767px) {
	.safe_width {
		width: 100%;
		max-width: 100%;
		padding: 0 0.65rem;
	}

	.block_pc {
		display: none;
	}

	.block_sj {
		display: inline-block;
	}






	.nav_m_con {

		height: 2.2rem;
		padding: 0 0.6rem;
	}

	.nav_m_con a {
		width: 5rem;
		height: 2.2rem;
		display: inline-block;
		background: url(../images/logo_mobile_b.png) no-repeat center center;

		-webkit-background-size: 4.6rem auto;
		background-size: 4.6rem auto;
	}




	.m_r_show {
		display: inline-block;
		width: 1.3rem;
		height: 1.3rem;
	}




	.m_menu_box {

		padding-top: 2.2rem;
	}

	.menu_head {

		padding: 0 0.6rem;
		height: 2.2rem;
		line-height: 2.2rem;

	}



	.close_nav img {
		width: 0.9rem;
		height: 0.9rem;
	}

	.menu_head a {

		background: url(../images/logo_mobile_b.png) no-repeat center center;
		width: 5rem;
		height: 2.2rem;
		display: inline-block;

		-webkit-background-size: 4.6rem auto;
		background-size: 4.6rem auto;
	}





	.m_nav_ul li {
		line-height: 2.1rem;
		padding: 0 0.8rem;
	}



	.m_nav_ul li a {

		line-height: 2.1rem;
		font-size: 0.6rem;
	}


	.m_nav_ul li.m_nav_ul_p .parent_a {
		padding: 0 0.8rem;
	}



	.m_nav_ul_p .parent_a::after {
		content: '';
		width: 0.6rem;
		height: 0.6rem;
		background: url(../images/nav_arrow.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		position: absolute;
		right: 0.8rem;
		top: 50%;
		margin-top: -0.325rem;
	}

	.m_nav_ul_p.show_nav .parent_a::after {
		content: '';
		width: 0.6rem;
		height: 0.6rem;
		background: url(../images/nav_arrow_b.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		position: absolute;
		right: 0.8rem;
		top: 50%;
		margin-top: -0.325rem;
	}


	.m_nav_div {

		width: 100%;
		display: none;
		padding: 0 0.8rem;
		background: #F7F7F7;
	}

	.m_nav_div div a {
		line-height: 2.1rem;
		color: #666;
		font-size: 0.6rem;

	}



	.jump_sub_m a::after {
		content: '';
		width: 0.6rem;
		height: 0.6rem;
		background: url(../images/nav_arrow.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		position: absolute;
		right: 0.8rem;
		top: 50%;
		margin-top: -0.325rem;

	}





	.m_r_show_right {
		display: flex;
		justify-content: right;
		align-items: center;

	}

	.m_search {
		margin-right: 1rem;
	}

	.m_search input {
		width: 5.2rem;
		display: none;
		border: none;
		border-bottom: 0.025rem solid #333;
		outline: none;
		line-height: 1.25rem;
		padding-left: 1.25rem;
		background: url(../images/search_m.png) no-repeat 0.1rem center;
		background-size: 0.7rem auto;
		font-size: 0.6rem;
		color: #333;
	}

	.m_search.m_s_show input {
		display: inline-block;
	}

	.m_search.m_s_show img {
		display: none;
	}

	.m_search img {
		display: inline-block;
		width: 0.8rem;
		height: 0.8rem;
	}







	/*footer*/


	.f_head {

		padding: 1.6rem 0 0.8rem 0;
	}

	.f_head h5 {
		font-size: 0.75rem;
		line-height: 1rem;
		text-align: center;
		color: #fff;
		letter-spacing: 1px;
	}

	.f_head p {

		font-size: 0.5rem;
		line-height: 0.85rem;
		margin-top: 0.4rem;

		letter-spacing: 0.025rem;
	}

	.f_lx {

		display: inline-block;
		overflow: visible;
	}

	.f_lx_left {
		float: unset;
		width: 100%;
		padding-right: 0;
		padding-bottom: 1.55rem;
	}

	.lx_left_item {

		margin-bottom: 0.75rem;
	}



	.lx_left_item img {

		width: 0.95rem;
	}

	.lx_left_item div {
		width: calc(100% - 0.95rem);
		padding-left: 0.65rem;
	}

	.lx_left_item p {
		font-size: 0.65rem;
		line-height: 1rem;
	}

	.lx_left_item h5 {
		font-size: 0.85rem;


		line-height: 1rem;
		margin-bottom: 0.2rem;
	}

	.lx_right {
		width: 100%;
		float: unset;
		flex-direction: column;
		padding-bottom: 1.5rem;
	}

	.lx_r_02 {
		width: 100%;
	}

	.lx_r_01 {
		width: 100%;


	}

	.lx_r_01 input {

		height: 1.65rem;
		padding: 0 0.65rem;
		font-size: 0.55rem;

		margin-bottom: 0.4rem;
	}

	.lx_r_02 a {
		text-align: center;
		text-decoration: none;
		display: inline-block;
		width: 4.7rem;
		color: #fff;
		height: 1.65rem;
		font-size: 0.55rem;
		line-height: 1.65rem;
		background: #DF0C1B;
	}

	.lx_r_02 textarea {
		width: 100%;

		height: 5.35rem;

		padding: 0.65rem;
		font-size: 0.55rem;
		margin-bottom: 0.4rem;

	}


	.f_link {
		display: none;
	}




	.f_bottom {

		font-size: 0.5rem;
		padding: 0.3rem 0;
		line-height: 0.9rem;
	}



}


@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: 80px;
}

.Float_windows ul li {
	display: inline-block;
	width: 80px;
	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: #999;
	background: #fff;
	border: 1px solid #ECECEC;
}

.Float_windows ul li a span {
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url(../images/fc_dh.png) no-repeat;
	background-size: 68px auto;

	background-position: 0 0;
	margin-bottom: 6px;
}

.Float_windows ul li a .icon_01 {

	background-position: 0px 0px;
}

.Float_windows ul li a .icon_02 {

	background-position: 0px -34px;
}

.Float_windows ul li a .icon_03 {

	background-position: 0px -68px;
}

.Float_windows ul li a .icon_04 {

	background-position: 0px -102px;
}

.Float_windows ul li a .icon_05 {

	background-position: 0px -136px;
}


.Float_windows ul li:hover a .icon_01 {

	background-position: -34px 0px;
}

.Float_windows ul li:hover a .icon_02 {

	background-position: -34px -34px;
}

.Float_windows ul li:hover a .icon_03 {

	background-position: -34px -68px;
}

.Float_windows ul li:hover a .icon_04 {

	background-position: -34px -102px;
}

.Float_windows ul li:hover a .icon_05 {

	background-position: -34px -136px;
}






.Float_windows ul li:hover a,
.Float_windows ul li:focus a {
	text-decoration: none;
	color: #305dc3;
}

.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: #333;
	-webkit-background-clip: text;
	color: transparent;
	line-height: 80px;
}

.phone_box.ewm_right {
	width: auto;
	padding: 10px;
	height: auto;
}

.phone_box.ewm_right text {
	width: 100%;
	line-height: 20px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

#myBtn {
	display: none;
}




.bigPic-show {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2000;
	width: 100%;
	height: 100%;
	display: none;
}

.bigPic-show div {
	position: absolute;
}




/*滚动条样式*/
/*滚动条样式*/
::-webkit-scrollbar {
	width: 0px;
	/*height: 4px;*/
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
	border-radius: 0;
	background: rgba(0, 0, 0, 0);

}




/*页码*/
.page_con {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.page_con nav ul {
	margin: 0;
}

.page_con nav ul li {
	border-radius: 0;
}

.page_con nav ul li a {
	border: none !important;
	background: #EDEDED;
	text-align: center;
	color: #333;
	font-size: 16px;
	width: 36px;
	line-height: 36px;
	padding: 0 !important;
	border-radius: 0px !important;
	/*margin: 0 3px;*/
}

/* .pagination>li:first-child>a,
.pagination>li:last-child>a {
    width: 64px;
} */

.page_con nav ul li:hover a {
	color: #D6000F;
}

.page_con nav ul li.active a {
	color: #fff !important;

	/*background: #D6000F !important;*/

}



@media screen and (max-width:767px) {

	/*页码*/
	.page_con {
		margin-top: 0.25rem;

	}

	.page_con nav ul {
		margin: 0;
	}

	.page_con nav ul li {
		border-radius: 0;
	}

	.page_con nav ul li a {
		border: none !important;

		font-size: 0.5rem;
		width: 1.75rem;
		line-height: 1.75rem;
		padding: 0 !important;
		border-radius: 0rem !important;
		margin: 0 0.2rem;
	}


}