@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

em,
i {
	font-style: normal;
}

img {
	width: 100%;
	height: 100%;
	border: 0;
	vertical-align: top;
}

input,
select,
textarea {
	font-size: 100%;
	border: 0;
	outline: none;
	resize: none;
	background: transparent;
}

/* 获取焦点时，去掉黄色背景 */
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset !important;
}

input:disabled {
	background-color: #eee;
	color: #fff;
	cursor: no-drop;
}

button {
	border: 0;
	background: none;
}

/* 视频标签 */
video {
	/* width: 100%;
	height: 100%; */
	background: none;
	object-fit: fill;
}

/* 去除 video 标签里面的按钮 */
*::-webkit-media-controls-panel {
	display: none !important;
	-webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
	display: none !important;
	-webkit-appearance: none;
}


*::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

/*清除css中select的下拉箭头样式*/

select {
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**清除浮动**/

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after,
.clf:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ' ';
}

.clearfix,
.clf,
.zoom {
	zoom: 1;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden
}

a {
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease 0s;
}

a:hover {
	text-decoration: none;
	color: #2CAB68;
}

body,
html {
	font-family: PingFang SC-Regular, siyuan, Helvetica Neue, Helvetica, microsoft yahei, arial, STHeiTi, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #4C4C4C;
}

.wrap {
	width: 1320px;
	margin: 0 auto;
}


/************************************************全局通用头部css 开始*******************************************************/

.header_box {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}

.header_box .logo {
	float: left;
	font-size: 24px;
	line-height: 70px;
}

.header_box .logo img {
	width: 370px;
	height: 70px;
}

.header_box .nav {
	float: right;
}

.header_box .navUl {
	float: left;
}

.header_box .navUl li {
	float: left;
	width: 110px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	margin-left: 50px;
	cursor: pointer;
}


/************************************************全局通用头部css 结束*******************************************************/

/************************************************全局通用底部css 开始*******************************************************/
.footer_box {
	width: 100%;
	background-color: #303030;
	overflow: hidden;
}

.footerLogo_con {
	padding: 100px 0;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
}

.footerLogo_con .logoPic {
	width: 100%;
}

.footerLogo_con .logoPic img {
	width: 140px;
	height: 140px;
}

.footerLogo_con .logoName {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

.footerCopy_con {
	padding: 30px 0;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.footerCopy_con a{
	color: #fff;
}
