@charset "utf-8";

/* @font-face {
	font-family: Im;
	src: url('../fonts/impact.ttf');
} */

.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: "Source Han Sans CN";
	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: 25;
	height: 90px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.24);
}










.nav_pc {
	display: inline-block;
}

.nav_mobile {
	display: none;
}

.safe_width {
	max-width: 1500px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}

.safe_width_1 {
	max-width: 1730px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}

.safe_width_2 {
	max-width: 1310px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}

.menu_nav {
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 8%;
	width: 100%;
	max-width: 1860px;
	margin: 0 auto;

}

.nav_logo {
	display: inline-block;
}


.nav_logo img {
	width: auto;
	height: auto;
}

.logo_w {
	display: inline-block;
}


.phone_d {
	width: 17.2%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 90px;
	border-left: 1px solid rgba(255, 255, 255, .6);
}

.phone_d h5 {
	width: 160px;
	padding-right: 5px;
	text-align: right;

}

.phone_d h5 img {
	display: inline-block;
	width: 26px;
	height: auto;
	margin-right: 5px;
	margin-top: -4px;
}

.phone_d h5 span {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	display: inline-block;
}

.phone_d p {
	display: inline-block;
	width: 160px;
	line-height: 24px;
	margin-top: 2px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.5px;

}

.menu_main {
	width: calc(100% - 17.2% - 210px);
	margin: 0;
	height: 90px;
	padding: 0 0 0 6%;
	display: flex;
	justify-content: center;
	align-items: center;
}




.menu_main li.main_li {
	margin: 0 0px;
	padding: 0px 20px 0 20px;
	box-sizing: border-box;
	line-height: 90px;


}



.menu_main li.main_li:last-child {
	padding-right: 0;
}



.menu_main li.main_li .main_a {
	font-size: 16px;

	padding: 0;
	text-align: center;
	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: #83FF26;
	position: absolute;
	left: 50%;
	width: 0;
	bottom: 0px;

	transition: all 0.5s ease-in-out;
}


.menu_main li.main_li .main_a:focus {
	text-decoration: none;
}




.menu_main li.main_li.active .main_a::after {
	width: 100%;
	margin-left: -50%;
}



.menu_main li.main_li.active .main_a {
	color: #83FF26;
}

.menu_main li.main_li:hover .main_a {
	color: #83FF26;
}

.menu_main li.main_li:hover .main_a::after {
	width: 100%;
	margin-left: -50%;
}




.tb_sub {

	overflow: hidden;
	opacity: 0;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: -1;
	margin: 0;

	z-index: 14;

	list-style: none;
	width: 100%;
	background: rgba(0, 0, 0, 0.24);
	display: none;
	justify-content: center;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, .68)
}

.menu_main li:hover .tb_sub {

	display: flex;
	padding: 26px 0;
	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: 13%;
	max-width: 240px;
	min-width: 110px;
	display: inline-block;

	border-right: 1px solid rgba(255, 255, 255, .6)
}

.tb_sub div:last-child {
	border-right: none;
}

.tb_sub div a {
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 18px;
}

/* .tb_sub div a img {
	display: inline-block;
	margin-bottom: 8px;
	width: 46px;
	height: auto;
} */

.tb_sub div a span {
	display: inline-block;
	margin-bottom: 8px;
	width: 46px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 92px auto;
}

.tb_sub div a:hover {
	color: #83FF26;
}

.tb_sub div a:hover span {
	background-position: -46px;

	background-size: 92px auto;
}

/*footer*/
.footer {
	width: 100%;
}

.footer_top {
	width: 100%;
	background: #2a2a2a;
	padding: 60px 0 70px 0;
}

.footer_t_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.footer_t_r {
	/*width: 370px;*/
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-direction: column;
	margin-top: 110px;
}

.footer_t_r p {
	width: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	font-weight: lighter;
}

.footer_t_r p:nth-child(1) {
	display: none;
}

.footer_t_r p a {
	color: #fff;
	text-decoration: none;
}

.footer_t_l {
	/*width: calc(90% - 370px);*/
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-direction: column;
}

.f_link01 {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 30px;
}

.f_link01 a {
	font-size: 16px;
	color: #fff;
	margin: 0 25px 10px 0;
	text-decoration: none;
	font-weight: lighter;
}

.f_link01 a:hover {
	opacity: .8;
}

.f_link02 {
	width: calc(90% - 370px);
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	margin-top: -35px;
}

.f_link02 span {
	margin-top: 10px;
}

.f_link02 a {
	text-decoration: none;
	margin: 10px 20px 0 0;
	color: #fff;
}

.f_link02 a:hover {
	opacity: .8;
}

.footer_bottom {
	width: 100%;
	background: url(../images/f_bj.png) no-repeat center top;
	background-size: 100% 100%;
	padding: 16px 0;
}

.footer_bottom p {
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 36px;
	color: #fff;
}

.footer_bottom p a {
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
}



.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 {
	margin: 40px 0 80px 0;
}

.page_con nav ul {
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_con nav ul li {
	border-radius: 0;
}

.page_con nav ul li a {
	border: 1px solid #f2f2f2 !important;
	background: #f2f2f2;
	display: inline-block;
	text-align: center;
	color: #8f8e8e;
	font-size: 12px;
	width: 30px;
	line-height: 30px;
	padding: 0 !important;
	border-radius: 0px !important;
	margin: 0 3px;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
	width: 82px;
	color: #fff !important;

	background: #f38200 !important;
}

.pagination>li.disabled>a {
	background: #c8c8c8 !important;
}

.page_con nav ul li:hover a {
	color: #f38200;
}

.page_con nav ul li.active a {
	color: #fff !important;

	background: #f38200 !important;

}



/*浮窗*/
.Float_windows {
	position: fixed;
	right: 0px;

	bottom: 40px;
	z-index: 100;
}

.Float_windows ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 90px;
	box-shadow: 0 10px 16px rgba(74, 74, 74, .15);
}

.Float_windows ul li {
	display: inline-block;
	width: 90px;
	height: 90px;
	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;
	border-top: 1px solid #fff;
}

.Float_windows ul li:first-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: 13px;
	color: #fff;
	background: rgba(2, 98, 255, .8);
	opacity: 1;

	position: relative;
}

.Float_windows ul li.fl_top {
	height: 80px;
}

.Float_windows ul li.fl_top a {
	background-color: rgba(255, 179, 0, .8) !important;
	border: none !important;
}

.Float_windows ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}

.Float_windows ul li a img {
	display: inline-block;
	width: 38px;
	height: auto;
	margin-bottom: 6px;
}

.phone_box {
	display: none;
	height: 90px;
	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: 104px;
	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: 90px;
}

.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: 15px;
	color: #333333;
}

.ewm_left h5 img {
	display: inline-block;
	width: 28px;
	height: auto;
}

.ewm_left p {
	font-size: 13px;
	color: #666666;
	line-height: 14px;
	margin-top: 5px;
}



.ewm_right {
	display: inline-block;
	width: 70px;
	height: auto;
	margin-left: 12px;
}

#myBtn {
	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) {

	.menu_nav {
		padding: 0 0 0 5%;
	}

	.phone_d {
		width: 15.2%;
	}

	.phone_d h5 {
		width: 134px;
	}

	.phone_d h5 img {
		width: 22px;
	}

	.phone_d h5 span {
		font-size: 12px;
	}

	.phone_d p {
		width: 134px;
		font-size: 18px;
	}

	.menu_main li.main_li {
		padding: 0 14px;
	}

	.menu_main li.main_li .main_a {
		font-size: 15px;
	}

	.tb_sub div a {
		font-size: 15px;
		height: 70px;
	}

	.tb_sub div a img {
		width: 40px;
		height: auto;
	}



	.tb_sub div a span {

		width: 40px;
		height: 37px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 80px auto;
	}

	.tb_sub div a:hover span {
		background-position: -40px;

		background-size: 80px auto;
	}


}

@media screen and (max-width:1280px) {
	.menu_main li.main_li {
		padding: 0 10px;
	}

	.menu_nav {
		padding: 0 0 0 4%;
	}

	.menu_main {
		padding: 0 0 0 3%;
	}

	.footer_t_r p {
		font-size: 16px;
	}

	.f_link01 a {
		font-size: 15px;
	}

	.f_link02 {
		font-size: 15px;
	}
}

@media screen and (max-width:1024px) {


	.right_ti {
		display: none;
	}

	.safe_width {
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
	}

	.safe_width_1 {
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
	}

	.safe_width_2 {
		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: 25;
		background: rgba(0, 0, 0, 0.24)
	}


	.nav_m_con {
		width: 100%;
		height: 90px;

		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 30px;
	}

	.nav_m_con a {
		width: 260px;
		height: 90px;
		display: inline-block;
		background: url(../images/logo_mobile_b.png) no-repeat left center;
		-webkit-background-size: 240px auto;
		background-size: 240px auto;
	}



	.nav_m_con a img {
		display: none;

	}

	.m_r_show {
		display: inline-block;
		width: 52px;
		height: 52px;
	}

	.m_r_show img {

		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: 90px;
	}

	.menu_head {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 30px;
		height: 90px;
		line-height: 90px;
		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: 44px;
		height: 44px;
	}

	.menu_head a {
		width: 260px;
		height: 90px;
		display: inline-block;
		background: url(../images/logo_mobile_b.png) no-repeat left center;
		-webkit-background-size: 240px auto;
		background-size: 240px auto;
	}

	.menu_head a img {
		display: none;

	}

	.m_nav_box {
		width: 100%;
		padding-left: 19%;
		box-sizing: border-box;
		height: 100%;
		position: relative;
	}

	.hide_m_nav {
		width: 19%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, .3);
	}

	.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 40px;
		border-bottom: 1px solid #eee;
	}

	.m_nav_ul li:first-child {
		border-top: 1px solid #eee;
	}

	.m_nav_ul li.active a {
		color: #305dc3;
	}

	.m_nav_ul li a {
		display: inline-block;
		width: 100%;
		line-height: 70px;
		font-size: 16px;
		color: #333;
	}

	.m_nav_ul li.m_nav_ul_p {
		padding: 0;
	}

	.m_nav_ul li.m_nav_ul_p .parent_a {
		padding: 0 40px;
	}

	.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;
		border-top: 1px solid #eee;
		background: #f7f7f7;
	}

	.m_nav_div div a {
		padding: 0 40px;
		border-top: 1px solid #eee;
		line-height: 50px;
		color: #333;
		font-size: 13px;

	}

	.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;

	}

}





@media screen and (max-width:767px) {
	.Float_windows {
		display: none;
	}

	.show_more {
		display: inline-block;
		width: 100%;
		line-height: 1.8rem;
		background: #eeeeee;
		font-size: 0.55rem;
		color: #333;
		text-align: center;
		margin-top: 1rem;
	}

	.safe_width {
		width: 100%;
		max-width: 100%;
		padding: 0 0.65rem;
	}

	.safe_width_1 {
		width: 100%;
		max-width: 100%;
		padding: 0 0.65rem;
	}

	.safe_width_2 {
		width: 100%;
		max-width: 100%;
		padding: 0 0.65rem;
	}


	.block_pc {
		display: none;
	}

	.block_sj {
		display: inline-block;
	}




	.nav_m_con {

		height: 2.8rem;
		padding: 0 0.6rem 0 0.8rem;
	}


	.nav_m_con a {
		width: 6rem;
		height: 2.8rem;
		display: inline-block;
		background: url(../images/logo_mobile_b.png) no-repeat center center;

		-webkit-background-size: 6rem auto;
		background-size: 6rem auto;
	}



	.m_r_show {
		display: inline-block;
		width: 1.3rem;
		height: 1.3rem;
	}




	.m_menu_box {

		padding-top: 2.8rem;
	}

	.menu_head {

		padding: 0 0.6rem 0 0.8rem;
		height: 2.8rem;
		line-height: 2.8rem;

	}



	.close_nav img {
		width: 1.1rem;
		height: 1.1rem;
	}

	.menu_head a {

		background: url(../images/logo_mobile_b.png) no-repeat center center;
		width: 6rem;
		height: 2.8rem;
		display: inline-block;

		-webkit-background-size: 6rem auto;
		background-size: 6rem auto;
	}





	.m_nav_ul li {
		line-height: 2.2rem;
		padding: 0 1.1rem;
	}



	.m_nav_ul li a {

		line-height: 2.2rem;
		font-size: 0.65rem;
		color: #333;
	}


	.m_nav_ul li.m_nav_ul_p .parent_a {
		padding: 0 1.1rem;
	}



	.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.65rem 0;

	}

	.m_nav_div div a {
		line-height: 2.2rem;
		color: #333;
		font-size: 0.65rem;
		border-top: 0.025rem solid #eee;
		padding: 0 1.1rem;

	}



	.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_top {

		padding: 0.8rem 0 1.25rem 0;
	}

	.footer_t_box {
		flex-direction: column;
	}

	.footer_t_r {
		width: 100%;
		margin-top: 0.4rem;

	}

	.footer_t_r p {
		font-size: 0.5rem;
		line-height: 1rem;

	}

	.footer_t_r p:nth-child(1) {
		display: inline-block;
	}

	.footer_t_r p a {
		color: #ee8001;

	}

	.footer_t_l {
		width: calc(100%);
		flex-direction: column;
	}

	.footer_t_l a img {
		display: inline-block;
		height: 1.75rem;
		width: auto;
	}

	.f_link01 {
		display: none;
	}


	.f_link02 {
		width: 100%;
		border-top: 0.025rem solid #474747;
		margin-top: 1rem;
		padding-top: 0.65rem;

		font-size: 0.5rem;

	}

	.f_link02 span {
		margin-top: 0;
		display: block;
		width: 100%;
	}

	.f_link02 a {

		margin: 0.4rem 0.4rem 0 0;

	}



	.footer_bottom {

		background: #191919;

		padding: 0.7rem 0;
	}

	.footer_bottom p {
		font-size: 0.5rem;
		line-height: 0.9rem;
	}

	.footer_bottom p a {

		padding-left: 0.3rem;
	}

	.page_con {
		display: none;
 text-align: center; width: 100%;
		margin: 0.4rem 0 0 0;
	}
	
	.page_con nav ul {
		
		width: 100%;
	
	}
	

	.page_con nav ul li a {
		border: 0.025rem solid #f2f2f2 !important;

		font-size: 0.5rem;
		width: 1.5rem;
		line-height: 1.5rem;
		margin: 0 0.1rem;
	}
	
	.pagination>li:first-child>a,
	.pagination>li:last-child>a {
		width: 3.5rem;
	}
	

}
