@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;
}



/* CSS Document */
body {
	color: #333;
	font-size: 12px;
	font-family: "微软雅黑";
	margin: 0 auto;
	padding: 0;
	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;
}

/*顶部*/
.top_fixed {
	width: 100%;
	display: inline-block;
	height: 40px;
	background: #f5f5f5;
}

.top_fixed_width {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
}

.top_fixed_left {
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 13px;
	color: #888;
	letter-spacing: 1px;
}


.top_fixed_left img {
	display: inline-block;
	width: 18px;
	height: auto;
}

.top_fixed_right {
	display: flex;
	justify-content: right;
	align-items: center;
	font-size: 13px;
	color: #888;
}

.top_fixed_right a {
	color: #888;
	text-decoration: none;
}

.top_fixed_right a:hover,
.top_fixed_right:focus {
	color: #333;
}

.rx_div {
	display: flex;
	justify-content: right;
	align-items: center;
}

.top_about {
	position: relative;
	width: 74px;
}

.about_head {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	color: #888;
	cursor: pointer;
	height: 40px;
}

.about_head img {
	display: inline-block;
	width: 10px;
	height: auto;
}

.about_head:hover {
	color: #333;
}

.top_about_hover {
	width: 110px;
	padding-top: 20px;
	position: absolute;
	top: 20px;
	right: 50%;
	margin-right: -55px;
	z-index: 5;
	display: none;
}

.top_about:hover .top_about_hover {
	display: inline-block;
}

.top_about_hover a {
	display: inline-block;
	width: 100%;
	line-height: 36px;
	color: #888;
	text-decoration: none;
	text-align: center;
	background: #fff;
	border: 1px solid #ececec;
	border-bottom: none;
	border-top: none;
}

.top_about_hover a:first-child {
	border-top: 1px solid #ececec;
}

.top_about_hover a:last-child {
	border-bottom: 1px solid #ececec;
}

.top_about_hover a:hover,
.top_about_hover a:focus {
	color: #0E84FF;
}

/*公共导航nav*/
.head_nav {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	background: #fff;
}







.nav_pc {
	display: inline-block;
}

.nav_mobile {
	display: none;
}

.safe_width {
	max-width: 100%;
	width: 1500px;
	padding: 0 30px;
	margin: 0 auto;
}

.menu_nav {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	max-width: 1500px;
	padding: 0 24px 0 30px;
	width: 100%;
	margin: 0 auto;
}

.nav_logo {
	display: inline-block;
}


.nav_logo img.b_logo {
	display: none;
}



.menu_main {
	width: auto;
	margin: 0;
	height: 90px;
	padding: 0;
	display: flex;
	justify-content: left;
	align-items: center;
}


.menu_main li.main_li {
	margin: 0 0px;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 90px;
	position: relative;
}

.menu_main li.main_li:last-child {
	padding-right: 0;
}

.menu_main li.main_li .main_a {
	font-size: 16px;
	color: #333;
	padding: 0 6px;
	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: #0E84FF;
}

.menu_main li.main_li.active .main_a::after {
	width: 100%;
	height: 3px;
	background: #0E84FF;
	content: '';
	position: absolute;
	left: 0;
	bottom: 24px;
}

.menu_main li.main_li .main_a::after {
	width: 0;
	height: 3px;
	background: #0E84FF;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 24px;
	-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: #0E84FF;
	-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;
	right: 0;
	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: 90px;
	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: #305dc3;
}






.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;
}



/*pc端footer*/
.footer_pc {
	width: 100%;
	background: #f0f0f0;
}

.footer_m {
	display: none;
}

.footer_icon {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	border-bottom: 1px solid #CCCCCC;
}

.f_icon_item {
	display: flex;
	justify-content: left;
	align-items: center;
}

.f_icon_item img {
	display: inline-block;
	width: 65px;
	height: auto;
	margin-right: 16px;
}

.f_icon_text {
	display: flex;
	flex-direction: column;

}

.f_icon_text h5 {
	font-size: 18px;
	color: #333;
	line-height: 20px;
}

.f_icon_text p {
	font-size: 14px;
	color: #888;
	line-height: 16px;
	margin-top: 10px;
}


.footer_con {
	width: 100%;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.f_con_center {
	width: 144px;
}

.f_con_center img {
	width: 100%;
	height: auto;
}

.f_con_center div {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}

.f_con_right {
	width: 260px;
}

.f_r_tell {
	display: flex;
	justify-content: left;
	align-items: flex-start;
}

.f_r_tell img {
	display: inline-block;
	width: 38px;
	height: auto;
	margin-right: 12px;
}

.r_tell_n {
	display: flex;
	flex-direction: column;
}

.r_tell_n h5 {
	font-size: 24px;
	line-height: 36px;
	color: #333;
}

.r_tell_n p {
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}

.r_tell_n a {
	display: inline-block;
	width: 142px;
	height: 40px;
	background: #fff;
	border: 1px solid #0E84FF;
	border-radius: 4px;
	text-align: center;
	line-height: 38px;
	color: #0E84FF;
	font-size: 14px;
	margin-top: 24px;
}

.r_tell_n a:hover {
	background: #0E84FF;
	color: #fff;
}

.f_con_left {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(80% - 404px);
}

.f_l_item {
	display: flex;
	flex-direction: column;

}


.f_l_item h5 {
	font-size: 18px;
	color: #333;
	line-height: 26px;
}

.f_l_ul {
	margin-top: 14px;
	display: flex;
	flex-direction: column;
}

.f_l_ul li {
	width: 100%;
	text-align: left;
}

.f_l_ul li a {
	line-height: 28px;
	color: #666666;
	font-size: 14px;
	text-decoration: none;
}

.f_l_ul li a:hover {
	color: #333;
}

.footet_pc_b {
	width: 100%;
	background: #434343;
	padding: 44px 0;
}

.footet_pc_b p {
	text-align: center;
	line-height: 30px;
	color: #AAAAAA;
	font-size: 14px;
}

.footet_pc_b p a {
	color: #aaa;
	margin-left: 20px;
}

.footet_pc_b p:first-child a:first-child {
	margin-left: 0;
}

.footet_pc_b p a:hover {
	color: #f5f5f5;
}

/*其他页面联系我们*/


/* 底部悬浮部分开始	*/
.fix-part-wrap {
	width: 100%;
	height: 70px;
	background: url(../images/sj/fixed.jpg) no-repeat center center;
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 100;
}

.fix-part li span {
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 70px;
	color: #fff;
	margin-right: 20px;
}

.fix-part li input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	border: none;
	background: #edf7fb;
	border-radius: 4px;
	padding-left: 10px;
	font-size: 20px;
}

.fix-name {
	margin-left: 125px;
}

.fix-name input {
	width: 180px;
	height: 30px;
	margin-right: 48px;
}

.fix-tel input {
	width: 230px;
	height: 30px;
	margin-right: 40px;
}

.fix-btn {
	width: 190px;
	height: 40px;
	margin-top: 15px;
	margin-right: 73px;
	background: #2500a7;
	border-radius: 6px;
}

.fix-btn div {
	width: 179px;
	height: 30px;
	font-family: "微软雅黑";
	line-height: 30px;
	text-align: center;
	background: #ffe827;
	border-radius: 6px;
	font-size: 24px;
	color: #221ef3;
	margin: 5px auto 0;
	cursor: pointer;
}

.fix-btn div:hover {
	background: #928307;
	color: #fff;
}

.fix-zx {
	font-size: 16px;
	color: #fff;
	line-height: 70px;
}

.fl {
	float: left;
}

.w1220 {
	width: 1220px;
	margin: 0 auto;
}

/* 底部悬浮部分结束	*/

.footer {
	margin-bottom: 50px;
}

.new_pc {
	width: 100%;
	display: inline-block;
}

.new_mobile {
	width: 100%;
	display: none;
}


@media screen and (max-width:1660px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {

	/* .head_nav {
		padding: 0 14px 0 44px;
	} */

	.menu_main li.main_li {
		padding: 0 15px;
	}
}

@media screen and (max-width:1280px) {


	.menu_main li.main_li {
		padding: 0 6px;
	}

	.menu_main li.main_li .main_a {
		font-size: 15px;
	}

	.menu_nav {
		padding: 0 14px 0 20px;
	}

	.safe_width {
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
	}





	/*pc端footer*/


	.footer_icon {

		padding: 35px 0;
	}



	.f_icon_item img {
		width: 60px;

		margin-right: 13px;
	}



	.f_icon_text h5 {
		font-size: 16px;
		line-height: 18px;
	}

	.f_icon_text p {
		font-size: 12px;
		line-height: 14px;
		margin-top: 8px;
	}


	.footer_con {

		padding: 45px 0;

	}

	.f_con_center {
		width: 124px;
	}



	.f_con_center div {
		font-size: 12px;
		line-height: 28px;
	}

	.f_con_right {
		width: 240px;
	}



	.f_r_tell img {

		width: 36px;

		margin-right: 10px;
	}



	.r_tell_n h5 {
		font-size: 20px;
		line-height: 32px;
	}

	.r_tell_n p {
		font-size: 12px;
		color: #999999;
		line-height: 16px;
	}

	.r_tell_n a {
		width: 132px;
		height: 36px;

		line-height: 34px;
		font-size: 13px;
		margin-top: 20px;
	}



	.f_con_left {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: calc(80% - 364px);
	}




	.f_l_item h5 {
		font-size: 16px;

		line-height: 24px;
	}

	.f_l_ul {
		margin-top: 12px;

	}



	.f_l_ul li a {
		line-height: 24px;

		font-size: 12px;

	}


	.footet_pc_b {

		padding: 38px 0;
	}

	.footet_pc_b p {

		line-height: 24px;
		font-size: 12px;
	}

	.footet_pc_b p a {
		color: #aaa;
		margin-left: 15px;
	}




}

@media screen and (max-width:1024px) {


	body {

		min-width: unset;
		width: 100%;
		/* background: #f6f6f6; */
		/* padding-top: 80px; */
	}





	.nav_m_con {
		width: 100%;
		height: 80px;
		background: #FFF;
		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_mobile.png) no-repeat center center;
		-webkit-background-size: 193px auto;
		background-size: 193px auto;
	}

	.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: 80px;
	}

	.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_mobile.png) no-repeat center center;
		-webkit-background-size: 193px auto;
		background-size: 193px 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;
	}







	/*pc端footer*/


	.footer_icon {

		padding: 30px 0;
	}



	.f_icon_item img {
		width: 50px;

		margin-right: 12px;
	}



	.f_icon_text h5 {
		font-size: 15px;
		line-height: 16px;
	}




	.footer_con {

		padding: 40px 0;

	}







	.f_r_tell img {

		width: 32px;

	}



	.r_tell_n h5 {
		font-size: 20px;
		line-height: 32px;
	}


	/*其他页面联系我们*/


	/* 底部悬浮部分开始	*/
	.fix-part-wrap {

		background: url(../images/sj/fixed.jpg) no-repeat center center;
		background-size: 100% 100%;
	}

	.fix-part li span {

		font-size: 18px;

		margin-right: 20px;
	}

	.fix-part li input {

		font-size: 18px;
	}

	.fix-name {
		margin-left: 35px;
	}

	.fix-name input {
		width: 160px;

		margin-right: 28px;
	}

	.fix-tel input {
		width: 210px;

		margin-right: 30px;
	}

	.fix-btn {
		width: 190px;

		margin-top: 15px;
		margin-right: 50px;

	}

	.fix-btn div {
		width: 179px;


		font-size: 18px;

	}



	.fix-zx {
		font-size: 16px;
		color: #fff;

	}



	.w1220 {
		width: 100%;

	}

	/* 底部悬浮部分结束	*/

	.footer {
		margin-bottom: 50px;
	}

	.zc-text {
		font-size: 14px;

	}



}





@media screen and (max-width:768px) {

	/*手机端top nav*/
	.top_fixed {
		display: none;
	}

	.nav_pc {
		display: none;
	}

	.nav_mobile {
		display: inline-block;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
	}

	.safe_width {
		width: 100%;
		max-width: 100%;
		padding: 0 0.6rem;
	}

	.block_pc {
		display: none;
	}

	.block_sj {
		display: inline-block;
	}


	body {
		padding-top: 2.15rem;
	}



	.nav_m_con {

		height: 2.15rem;
		padding: 0 0.65rem;
	}

	.nav_m_con a {
		width: 5rem;
		height: 2.15rem;
		display: inline-block;
		background: url(../images/logo_mobile.png) no-repeat center center;

		-webkit-background-size: 4.825rem auto;
		background-size: 4.825rem auto;
	}



	.m_r_show {
		display: inline-block;
		width: 0.8rem;
		height: 0.8rem;
	}



	.m_menu_box {

		padding-top: 2.15rem;
	}

	.menu_head {

		padding: 0 0.65rem;
		height: 2.15rem;
		line-height: 2.15rem;

	}



	.close_nav img {
		width: 0.9rem;
		height: 0.9rem;
	}

	.menu_head a {

		background: url(../images/logo_mobile.png) no-repeat center center;
		width: 5rem;
		height: 2.15rem;
		display: inline-block;

		-webkit-background-size: 4.825rem auto;
		background-size: 4.825rem 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*/
	.footer_pc {
		display: none;
	}

	.footer_m {
		display: inline-block;
		width: 100%;
		padding: 0 0.65rem;
		background: #434343;
	}

	.f_m_item {
		width: 100%;
		border-bottom: 0.025rem solid #616161;
		padding: 1.35rem 0 0.65rem 0;
	}

	.f_m_item h5 {
		width: 100%;
		font-size: 0.75rem;
		color: #fff;
		line-height: 0.95rem;
		margin-bottom: 0.8rem;
	}

	.c_info {
		width: 100%;
		margin-bottom: 0.65rem;
		font-size: 0.65rem;
		color: #BFBFBF;
		line-height: 0.7rem;
	}

	.yq_link {
		width: 100%;

	}

	.yq_link a {
		display: inline-block;
		font-size: 0.65rem;
		color: #BFBFBF;
		text-decoration: none;
		line-height: 0.7rem;
		margin: 0 0.85rem 0.65rem 0;
	}


	.f_m_ba {
		width: 100%;
		padding: 1.1rem 0;
		text-align: center;
	}

	.f_m_ba p {
		width: 100%;
		text-align: center;
		font-size: 0.65rem;
		color: #BFBFBF;
		line-height: 1rem;
	}

	.f_m_ba p a {
		font-size: 0.65rem;
		color: #BFBFBF;
		text-decoration: none;
	}

	/*其他页面联系我们*/
	.new_pc {

		display: none;
	}

	.new_mobile {

		display: inline-block;
	}

	.footer {
		margin-bottom: 0;
	}



	.pick-list li {
		font-size: 0.6rem !important;
	}
}


@media screen and (max-width:320px) {}


/*浮窗*/
.Float_windows {
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -90px;
	z-index: 100;
}

.Float_windows ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 66px;
	box-shadow: 0 10px 16px rgba(74, 74, 74, .15);
}

.Float_windows ul li {
	display: inline-block;
	width: 66px;
	height: 64px;
	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: 12px;
	color: #2C3153;
	background: #fff;
	position: relative;


}

.Float_windows ul li a::after {
	content: '';
	width: 16px;
	height: 1px;
	background: #E5E7F0;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -8px;
}

.Float_windows ul li:nth-child(1) a::after {
	content: none;
}

.Float_windows ul li a span {
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url(/skins/demo/images/youce.png) no-repeat;
	background-size: 68px auto;

	background-position: 0 0;
	margin-bottom: 2px;
}

.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: #fff;
	background: #0E84FF;
}

.phone_box {
	display: none;
	height: 64px;
	width: 246px;
	background: #fff;
	opacity: 0;
	position: absolute;
	right: -246px;
	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; */

}

.phone_box::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	top: 16px;
	right: -8px;
}

.Float_windows ul li:hover .phone_box {
	display: inline-block;
	right: 81px;
	opacity: 1;
	box-shadow: 0 10px 16px rgba(74, 74, 74, .15);
}

.phone_box text {
	font-size: 18px;
	font-weight: bold;
	background: #333;
	-webkit-background-clip: text;
	color: transparent;
	line-height: 64px;
}

.phone_box.ewm_right {
	width: 246px;

	height: 102px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.ewm_left {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-direction: column;
}

.ewm_left h5 {
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 14px;
	color: #333333;
}

.ewm_left h5 img {
	display: inline-block;
	width: 24px;
	height: auto;
}

.ewm_left p {
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	margin-top: 5px;
}



.ewm_right {
	display: inline-block;
	width: 70px;
	height: auto;
	margin-left: 12px;
}

#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);

}



/*下单提示窗公共 开始*/
.form_modal {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
}

.form_modal_show {
	display: flex;
}

.product-form {
	width: 500px;
	border-radius: 10px;

	background: #fff;
}

.title_wrap {
	width: 100%;
	position: relative;
	height: 100px;
	background: #28a8e0;
	border-radius: 10px 10px 0 0;


}

.title_wrap .title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 14px;
}

.title_wrap .title .line {
	width: 20px;
	height: 1px;
	margin: 0 10px;
	background: white;
}

.title_wrap .title span {
	font: 18px/50px "微软雅黑";
	color: white;
}

.title_wrap .title_p {
	font-size: 14px;
	font-family: "微软雅黑";
	width: 100%;
	margin: 0;
	color: #fff;
	letter-spacing: 1px;
	box-sizing: border-box;
	text-align: center;
}

.title_wrap img {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 23px;
	height: auto;
}

.form_set {
	width: 100%;
	padding: 30px 20px;
}

.form_set ul {
	width: 100%;
}

.form_set ul li {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	margin-bottom: 10px;
}

.span_t1 {
	display: inline-block;
	font: 14px/40px "微软雅黑";
	color: #222;
	text-align: right;

	display: inline-block;

	line-height: 40px;
	vertical-align: middle;
	width: 90px;
}

.span_t1 text {
	color: #ff0000;
}

.div_set1 {
	width: calc(100% - 90px);
	padding-left: 10px;
}

.div_set1 input {
	width: 100%;
	display: inline-block;
	height: 38px;
	font: 14px/38px "微软雅黑";
	color: #222;
	border: 1px solid #f4f4f4;
	padding: 0 10px;
	vertical-align: middle;
	outline: none;
}

.div_set2 {
	width: calc(100% - 90px);
	padding-left: 10px;
	display: flex;
	justify-content: left;
	align-items: center;
}

.div_set2 input[type="text"] {
	width: 160px;
	display: inline-block;
	height: 38px;
	font: 14px/38px "微软雅黑";
	color: #222;
	border: 1px solid #f4f4f4;
	padding: 0 10px;
	vertical-align: middle;
	outline: none;
}

.circle_out_box {
	width: calc(100% - 180px);
}

.zdy_radio {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
}

.zdy_radio_item {
	font: 16px/16px "微软雅黑";
	cursor: pointer;
	color: #999;
	line-height: 30px;
	padding-left: 38px;
	background: url(../images/demo/wxz_img.png) no-repeat center left;
	background-size: 22px auto;
}

.zdy_radio_item.selected {
	background: url(../images/demo/yxz_img.png) no-repeat center left;
	background-size: 22px auto;
	color: #28a8e0;
}


.btn_wrap_form {
	height: 46px;
	margin: 0 auto;
	background: #28a8e0;
	border-radius: 6px;
	display: inline-block;
	width: 240px;
	font-size: 16px;
	color: #fff !important;
	text-align: center;
	line-height: 46px;
	margin-top: 20px;
}

.div_set1 .pick-area {
	width: 100% !important;

	height: 38px;
	font: 14px/38px "微软雅黑";
	color: #222;
	border: 1px solid #f4f4f4;
	padding: 0px;
	vertical-align: middle;
	outline: none;
}

.div_set1 .pick-area .pick-show {
	width: 100%;
	padding: 0 20px 0 10px !important;
	line-height: 38px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
	justify-content: left;
	align-items: center;
	height: 38px;
}

.div_set1 .pick-area span {
	padding: 0;
	margin-top: 0;
	font-size: 14px;
	color: #333 !important;
	background: transparent !important;
	line-height: 38px;
	display: inline-block;
	height: 38px;
}

.div_set1 .pick-area span:hover {
	color: #333 !important;
}

.div_set1 .pick-show span.pressActive {
	color: #333 !important;
}

.div_set1 .pick-area i {
	color: #333 !important;
}


.div_set1 .pick-area .pick-show em.pick-arrow {
	border: none;
	width: 14px;
	height: 14px;
	background: url(../images/demo/adress_bg.png) no-repeat center center;
	background-size: 13px auto;
	top: 8px;
	right: 10px !important;
}

.div_set1 .pick-area .pick-list {
	width: 100% !important;
	border-radius: 0px;
	top: 40px;
	left: 0;
	border: 1px solid #f4f4f4 !important;
}



/*footer修改*/

.f_con_center {
	display: flex;
    justify-content: space-between;
    width: 300px;
    align-items: flex-start;
}

.ewm_item {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-direction: column;
}

.ewm_item h5 {
	font: 18px/18px "微软雅黑";
	color: #333;

}

.ewm_item p {

	padding: 15px 0;
	font: 14px/14px "微软雅黑";
	color: #999;
}

.ewm_item img {
	display: inline-block;
	width: 120px;
	height: auto;
}

.f_con_right {
	width: 240px;
}

.r_tell_n h5 {
	font-size: 18px;
	line-height: 26px;
	color: #333;
	font-weight: bold;
}

.r_tell_n {
	margin-top: -4px;
}

.f_r_tell {
	margin-bottom: 20px;
}

.r_tell_n a {
	margin-top: 14px;
}

.f_con_left{

	width: calc(80% - 460px);
 }




  /* 首页左侧加图标 */
  .index_banner .banner_nav .b_nav_left ul .b_nav_l:hover a span,
  .index_banner .banner_nav .b_nav_left ul .b_nav_l:hover a i {
	  color: #fff!important;
  }

  .index_banner .banner_nav .b_nav_left ul .b_nav_l a {
	  flex-wrap: wrap;
  }

  .index_banner .banner_nav .b_nav_left ul .b_nav_l a span {
	  padding-left: 30px;
	  background: url(../images/icon/icon_yi.png) no-repeat center left;
	  background-size: 18px auto;
  }

  .index_banner .banner_nav .b_nav_left ul .b_nav_l a span.span_2 {
	  padding-left: 30px;
	  background: url(../images/icon/icon_er.png) no-repeat center left;
	  background-size: 18px auto;
  }

  .index_banner .banner_nav .b_nav_left ul .b_nav_l a span.span_3 {
	  padding-left: 30px;
	  background: url(../images/icon/icon_san.png) no-repeat center left;
	  background-size: 18px auto;
  }

  .index_banner .banner_nav .b_nav_left ul .b_nav_l a span.span_4 {
	  padding-left: 30px;
	  background: url(../images/icon/icon_si.png) no-repeat center left;
	  background-size: 18px auto;
  }

  .index_banner .banner_nav .b_nav_left ul .b_nav_l a span.span_5 {
	  padding-left: 30px;
	  background: url(../images/icon/icon_wu.png) no-repeat center left;
	  background-size: 18px auto;
  }

  .index_banner .banner_nav .b_nav_left ul .b_nav_l a p {
	  width: 100%;
	  font-size: 14px;
	  color: #aaa;
	  margin-top: 6px;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;

  }
