@charset "utf-8";

@font-face {
	font-family: din;
	src: url('../fonts/DIN.otf');
}

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;
	/* min-width: 1260px; */
	box-sizing: border-box;
	padding-top: 130px;
	overflow-x: hidden;
}

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;
}



/**输入框颜色样式**/

.input-gray {
	color: #999;
}

.input-black {
	color: #000;
}

/* 清除浮动 */
.clearBoth {
	clear: both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width: 100%;
	height: 0px;
	font-size: 0;
	overflow: hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height: 0;
}

.block_pc {
	width: 100%;
	display: inline-block;
}

.block_sj {
	width: 100%;
	display: none;
}


.conent_box {
	width: 100%;
}


.safety_width {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.safety_width_1290 {
	width: 100%;
	max-width: 1290px;
}

/*pc端顶部*/
.pc_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #373737;
	padding: 0 6%;
	height: 40px;
}

.top-left {
	font-size: 13px;
	color: #fff;
}

.top-right {
	display: flex;
	justify-content: right;
	align-items: center;
}

.right_a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.right_a:hover,
.right_a:focus {
	color: #fff;
}

.right_search {
	width: 228px;
	height: 40px;
	margin-right: 30px;
	background: #ff0006;
	display: flex;
	justify-content: center;
	align-items: center;
}

.right_search input {
	width: 180px;
	height: 22px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	color: #fff;
	outline: none;
	border-radius: 0;
	margin-right: 10px;
}

.right_search a img {
	display: inline-block;
	width: 18px;
	height: 18px;
}

.pc_nav_box {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.pc_nav {
	width: 100%;
	height: 90px;
	background: #fff;
	padding: 0 6%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 4px 12px rgba(74, 74, 74, .1);
}

.logo_a img {
	display: inline-block;
	width: auto;
	height: auto;
}

.nav_li {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: right;
	align-items: center;
}

.nav_li li {
	height: 100px;
	padding: 0 30px;
	position: relative;
}

.nav_li li::before {
	width: 1px;
	height: 30px;
	background: #b5b5b5;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.nav_li li:last-child::after {
	width: 1px;
	height: 30px;
	background: #b5b5b5;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.nav_li li a {
	color: #000000 !important;
	display: inline-block;
	line-height: 100px;
	letter-spacing: 1.5px;
	padding: 0 20px;
	font-size: 14px;
	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;
}

.nav_li li.cur_li a::after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../images/nav_zs.png) no-repeat center center;
	background-size: 24px 24px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	-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;
}

/* .nav_li li:hover a::after {
	content: '';
	width: 28px;
	height: 28px;
	background: url(../images/nav_zs.png) no-repeat center center;
	background-size: 28px 28px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	-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;
} */


/*底部*/
.footer {
	width: 100%;
	background: #191817;
}

.footer-con {
	width: 100%;
	max-width: 1290px;
	min-width: 1200px;
	padding: 74px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #33312F;
}

.bottom_head {
	font-size: 26px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 30px;
	position: relative;
	margin: 0;
	padding: 0 0 16px 0;

}

.bottom_head::before {
	height: 2px;
	width: 26px;
	background: #FF0006;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
}

.bottom_head span {
	color: #FF0006;
}

.gs_info {
	margin-top: 40px;
}

.gs_info p {
	width: 100%;
	padding: 0;
	color: #ECF5FA;
	font-size: 14px;
	margin: 0;
	margin-bottom: 16px;
}

.footer_center {
	width: 34.8%;
}

.center_link {
	width: 100%;
	margin-top: 40px;
}

.center_link ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
}

.center_link ul li {
	width: 33.3%;
	margin-bottom: 36px;
}

.center_link ul li a {
	display: inline-block;
	font-size: 14px;
	color: #ECF5FA;
	text-decoration: none;
}

.center_link ul li a:hover {
	color: #FF0006;
	text-decoration: underline;
}

.footer_right {
	text-align: right;
}

.bottom_share {
	display: flex;
	justify-content: right;
	align-items: center;
	padding: 0;
	margin: 70px 0 0 0;
}

.bottom_share li {
	margin-left: 18px;
	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;
}

.bottom_share li:nth-child(1)::before {
	width: 90px;
	opacity: 0;
	height: 90px;
	content: none;
	background: url(../images/wx_ewm.jpg) no-repeat center center;
	background-size: 90px 90px;
	position: absolute;
	top: -98px;
	left: 50%;
	margin-left: -45px;
	-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;
}

.bottom_share li:nth-child(1):hover::before {
	content: '';
	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;
}

.bottom_share li a img {
	width: 31px;
	height: 31px;
}

.go_top {
	cursor: pointer;
}

.footer-bottom {
	width: 100%;
	text-align: center;
	background: #191817;
	font-size: 13px;
	color: #DDDDDD;
	line-height: 70px;
}.footer-bottom a{ color:#ddd;text-decoration:none}


/*公共banner*/
.other_banner {
	width: 100%;
}

.other_banner img {
	width: 100%;
	height: auto;
}

.other_head {
	width: 100%;
	padding: 72px 0 0 0;
	border-bottom: 1px solid #D9D9D9;
}

.other_head h5 {
	line-height: 34px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 30px;
	color: #FF0006;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.other_head p {
	font-size: 20px;
	color: #121212;
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: normal;
	line-height: 56px;
}


/*页码*/

.page_div {
	width: 100%;
	padding-right: 15px;
	text-align: center;
	margin: 30px 0 70px 0;
}



.page_div .pagination>li>a {
	border: none;
	font-size: 16px;
	background: #ededed;
	color: #333;
	border: 1px solid #ededed;
	margin-left: 10px;
	border-radius: 0px;
}

.page_div .pagination>li.active>a,
.page_div .pagination>li>a:hover {
	background: #FF0006;
	border-color: #FF0006;
	color: #fff;
}


@media screen and (max-width:1680px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {
	.footer-con {
		padding: 74px 20px;
	}
}

@media screen and (max-width:1279px) {
	.safety_width {
		padding: 0 20px;
	}

	.safety_width_1300 {
		padding: 0px;

	}
}



@media screen and (max-width:1024px) {
	body {
		min-width: 100%;
		width: 100%;
		overflow-x: hidden;
		padding-top: 62px;
	}

	.block_pc {

		display: none;
	}

	.block_sj {

		display: inline-block;
	}


	.safety_width {
		padding: 0;
		max-width: 100%;

	}

	.safety_width_1290 {
		width: 100%;
		max-width: 100%;
	}

	.safety_width_1300 {
		width: 1300px;
	}




	.m_top {
		width: 100%;
		background-color: #373737;
		line-height: 18px;
		padding: 0 10px;
		color: #fff;
		font-size: 12px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 11;
	}

	.nav_mobile {

		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;
		position: fixed;
		top: 18px;
		left: 0;
		z-index: 2;
		box-shadow: 0 4px 12px rgba(74, 74, 74, .1);
	}

	.nav_m_con a.logo_a_m {
		width: 118px;
		height: 38px;
		display: inline-block;
		background: url(../images/logo_mobile.png) no-repeat center center;

		-webkit-background-size: 118px 33px;
		background-size: 118px 33px;
	}




	.m_r_show img {
		display: inline-block;
		width: 16px;
		height: 16px;
	}


	.m_menu_box {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		background: rgba(0, 0, 0, 0);
		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: 18px;
		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;
		box-shadow: 0 4px 12px rgba(74, 74, 74, .1);
	}

	.menu_right {
		display: flex;
		justify-content: right;
		align-items: center;
	}

	.m_r_search {
		margin-right: 20px;
	}

	.m_r_search img {
		display: inline-block;
		width: 19px;
		height: 19px;
	}


	.close_nav img {
		display: inline-block;
		width: 16px;
		height: 16px;
	}

	.menu_head a.logo_a_m {
		display: inline-block;
		width: 118px;
		height: 33px;
		background: url(../images/logo_mobile.png) no-repeat center center;

		-webkit-background-size: 118px 33px;
		background-size: 118px 33px;
	}



	.m_nav_box {
		width: 100%;

		box-sizing: border-box;
		height: 100%;
		position: relative;
	}



	.m_nav_ul {
		width: 100%;
		margin: 0;
		padding: 0 10px;
		height: 100%;
		list-style: none;
		overflow: auto;
		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: 60px;
		font-size: 16px;
		color: #000;
	}

	.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;
	}

	.top_search {
		display: none;
		width: 150px;
		height: 30px;
		position: relative;
	}

	.top_search input {

		width: 100%;
		height: 30px;
		border: none;
		border-bottom: 1px solid #222222;
		background: url(../images/m_search.png) no-repeat 125px center;
		background-size: 19px 19px;
		padding: 0 35px 0 0px;
		outline: none;
		font-size: 13px;
		color: #222;
	}

	.top_search a {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: rgba(0, 0, 0, .0);
		position: absolute;
		top: 0;
		right: 0;
	}

	.search_show img {
		display: none;
	}

	.search_show .top_search {
		display: inline-block;
	}




	/*底部*/
	.footer {
		width: 100%;
		background: #191817;
	}

	.footer-con {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding: 35px 15px;
		flex-direction: column;
	}

	.bottom_head {
		font-size: 20px;
		line-height: 22px;
		padding: 0 0 8px 0;

	}

	.bottom_head::before {
		height: 1px;
		width: 20px;
		content: '';
	}



	.gs_info {
		margin-top: 25px;
	}

	.gs_info p {
		width: 100%;
		padding: 0;
		font-size: 15px;
		line-height: 20px;
		margin: 0;
		margin-bottom: 22px;
	}

	.footer_center {
		width: 100%;
		margin-top: 25px;
	}

	.center_link {
		margin-top: 22px;
	}



	.center_link ul li {
		width: 33.3%;
		margin-bottom: 25px;
	}

	.center_link ul li a {
		font-size: 14px;
	}



	.footer_right {
		text-align: center;
		width: 100%;
		margin-top: 25px;
	}

	.bottom_share {
		display: none;
	}




	.go_top {
		cursor: pointer;
	}

	.go_top img {
		display: inline-block;
		width: 64px;
		height: auto;
	}

	.footer-bottom {
		width: 100%;
		padding: 22px 10px;
		font-size: 12px;
		color: #BFBFBF;
		line-height: 18px;
	}
	.footer-bottom a{color:#BFBFBF}


	/*其他页面共用head*/

	.other_head {

		padding: 35px 0 0 0;
		width: 90%;
		margin: 0 auto;

	}

	.other_head h5 {
		line-height: 24px;
		font-size: 20px;
		letter-spacing: unset;
	}

	.other_head p {
		font-size: 16px;
		margin: 0 0 12px 0;
		line-height: 30px;
	}

}

@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) {




	.top_search {
		width: 120px;
	}

	.top_search input {

		background: url(../images/m_search.png) no-repeat right center;
		background-size: 19px 19px;
	}
}