@charset "utf-8";

/* CSS Document */
body {
	color: #333;
	font-size: 12px;
	font-family: "微软雅黑", arial;
	margin: 0 auto;
	padding: 0;
	word-wrap:break-word;
}
/* 重置 */

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 {
	/* add */
	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 {
	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;
}

@media screen and (max-width: 1024px) {

	body,
	html {
		overflow-x: hidden;
	}
}

#root {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}

:root {
	--color: #113618
}

#header {
	width: 100%;
}

.headerPc {
	display: block;
	position: relative;
}

.headerSj {
	display: none;
}

@media screen and (max-width: 1024px) {
	.headerPc {
		display: none;
	}

	.headerSj {
		display: block;
	}

	/* 手机端顶部 */
	.headerSj1 {
		height: 3rem;
		padding: 0 0.7rem;
		position: relative;
		background-color: #ffffff;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.logoSj {
		width: 8rem;
		display: flex;
		align-items: center;
	}

	.logoSj img {
		width: 100%;
		vertical-align: top;
	}

	.header_right {
		width: 1.25rem;
	}

	.header_right_up {
		width: 100%;
	}

	.header_right_up img {
		width: 100%;
		vertical-align: top;
	}

	.menu_bj {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.5);
		display: none;
	}

	.menu {
		width: 7.5rem;
		position: fixed;
		z-index: 999;
		top: 0rem;
		bottom: 0;
		height: 100%;
		right: -9.2rem;
		background-color: #ffffff;
		padding-top: 0.8rem;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		opacity: 0;
		visibility: hidden;
	}

	.header_right_up1 {
		text-align: right;
		padding-right: 0.5rem;
	}

	.header_right_up1 img {
		width: 0.975rem;
		height: 0.975rem;
	}

	.nav {
		width: 100%;
		background-color: #ffffff;
	}

	.nav ul li {
		padding-top: 0.7rem;
		padding-bottom: 0.7rem;
		border-bottom: #d9d9d9 0.025rem solid;
		padding-left: 1rem;
	}

	.nav ul li a {
		font-family: "微软雅黑", "宋体";
		font-size: 0.7rem;
		color: #212121;
	}

	.nav ul li a img {
		width: 1.25rem;
		height: 1.25rem;
		vertical-align: middle;
		margin-right: 0.25rem;
	}
}

.headerPc1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logP {
	padding-left: 8%;
	padding-right: 8%;
}

.logP img {
	vertical-align: top;
	width: 247px;
}

.navP {
	flex: 1,
}

.navP ul {
	flex: 1;
	height: 116px;
	display: flex;
}

.navP ul li {
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 112px;
}

.navP ul li:hover {
	border-bottom: #007AFF 4px solid;
}

.navP ul li .navP_on {
	border-bottom: #007AFF 4px solid;
}

.navP_on {
	width: 36px;
	height: 4px;
	background-color: #007AFF;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 113px;
	transform: translateX(-18px);
	display: none;
}

.navP ul li a {
	font-size: 18px;
	color: #333333;
	white-space: nowrap;
}

.navP ul .nav_on .navP_on {
	display: block;
}

.navP ul li:hover .navP_on {
	display: block;
}

.navP ul li .nav_erji {
	position: absolute;
	z-index: 9999999999999999;
	top: 116px;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 6px 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: none;
	/* height: 0; */
}

.navP ul .nav_on .nav_erji {
	display: block;
	/* height: 100px; */
}

.navP ul li:hover .nav_erji {
	display: block;
	/* height: 100px; */
}

.navP ul li .nav_erji ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.navP ul li .nav_erji li {
	padding: 0 20px;
	height: 40px;
	text-align: center;
	align-items: center;
}

.navP ul li .nav_erji li:hover {
	border-bottom: none;
}

.navP ul li .nav_erji li a {
	font-size: 16px;
	color: #333;
}

.navP ul li .nav_erji li a:hover {
	color: #007AFF;
}

.souP {
	width: 80px;
	min-width: 80px;
	height: 116px;
	background-color: #666666;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.souP a{
	width: 100%;
	height: 50%;
	background-color: #efefef;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #333;
}
.souP a:first-child{
	background-color: #e3e3e3;
	color: #333;
}
.souP img {
	width: 100%;
	height: 100%;
}

.telP {
	width: 184px;
	min-width: 184px;
	height: 116px;
}

.telP img {
	width: 100%;
}




#foot {
	width: 100%;
	background-color: #2B323B;
}

.foot_up {
	padding: 65px 0 40px;
	margin: 0 10%;
	display: flex;
}

.foot_up_1 {
	padding-right: 30px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
}

.foot_up_1 p {
	opacity: 0.5;
}

.foot_up_1 p:last-child {
	margin-top: 2px;
}

.foot_up_1 h2 {
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 10px;
}

.foot_up_2 {
	flex: 1;
	display: flex;
}

.foot_up_2_item {
	margin: 0 50px;
}

.foot_up_2_item h2 {
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 10px;
}

.foot_up_2_item ul li {
	height: 30px,
}

.foot_up_2_item ul li a {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	opacity: 0.5;
}

.foot_up_2_item_TILE {
	font-size: 14px;
	color: #fff;
}

.foot_up_3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

.foot_up_3 img {
	width: 116px;
	height: 150px;
	margin-bottom: 6px;
}

.foot_down {
	padding: 25px 0;
	text-align: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	border-top: rgba(255, 255, 255, 0.2) 1px solid;
}

.foot_down a {
	color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1024px) {
	.foot_up {
		padding: 1rem 0;
		flex-direction: column;
	}

	.foot_up_1 {
		padding-right: 0;
		font-size: 0.58rem;
		line-height: 1.3rem;
	}

	.foot_up_1 p {
		margin: 0.45rem 0;
	}

	.foot_up_1 h2 {
		font-size: 0.7rem;
	}

	.foot_up_2 {
		display: none;
	}

	.foot_up_3 {
		margin-top: 0.5rem;
	}

	.foot_down {
		font-size: 0.45rem;
		padding: 0.5rem 0;
	}
}

#banner {
	width: 100%;
}

#banner img {
	width: 100%;
	vertical-align: top;
}