body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	line-height:1;
	margin: 0;
	padding: 0;
}
body {
	color:#333;
	font-size: 14px !important;
	background:#fff;
	font-family: "PingFang SC","Arial","Microsoft YaHei", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	line-height: 1.6;

			-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Chrome/Safari/Opera */
		-khtml-user-select: none; /* Konqueror */
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none; /* Non-prefixed version, currently not supported by any browser */
}
@font-face {
	font-family: "other";
	src: url("../fonts/other.otf");
}


td,
th,
caption {
	font-size: 14px;
}
a {
	color:#333;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
	text-decoration: none;
	color: #333;
}
.swiper-pagination-bullet,
.swiper-button-next,
.swiper-button-prev {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}
img {
	border: 0;
	vertical-align: middle;
}
img {
	border: none;
}
ol,
ul,
li {
	list-style: none;
}
input,
textarea,
select,
button {
	vertical-align: middle;
	font-size: 14px;
	font-family: inherit;
	line-height: normal;
	outline: none;
}
button {
	cursor: pointer;
}
table {
	border-collapse: collapse;
}
video {
	object-fit: contain;
}
.block{
	width:1400px;
	margin: 0 auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	*zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}



/*通用标题*/
.public-title{
	text-align:center;
	position:relative;
}
.public-title .line{
	width:70px;
	height:25px;
	border:2px solid #fff;
	border-bottom:none;
	margin:0 auto;
}
.public-title .title-box{
	position:relative;
	padding-bottom:17px;
}
.public-title .title-box:before{
	position:absolute;
	content:'';
	width:70px;
	height:2px;
	background:#ffffff;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.public-title .title-box h3{
	font-size:36px;
	color:#fff;
	margin-top:10px;
	margin-bottom:28px;
}
.public-title .title-box p{
	font-size:16px;
	color:#fff;
}
.public-title .en_title{
	position:absolute;
	top:3px;
	left:50%;
	transform:translateX(-50%);
	font-size:123px;
	font-weight:400;
	opacity:0.03;
	color:#fff;
	font-family:'other';
}
.public-title-color .line{
	border-color:#D00707;
}
.public-title-color .title-box h3{
	color:#D00707;
}
.public-title-color .title-box p{
	color:#666666;
}
.public-title-color .en_title{
	opacity:0.06;
	color:#000;
}
.public-title-color .title-box:before{
	background:#D00707;
}










/*顶部*/
.public-header {
	position: fixed;
	top: 0;
	z-index: 999999;
	left: 0;
	right: 0;
	height: 90px;
	line-height: 90px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
.public-header .body-box {
	padding-left:80px;
	padding-right:80px;
	box-sizing: border-box;
}
.public-header .body-box .logo-box {
	float: left;
	line-height:90px;
}
.public-header .body-box .logo-box img {
	height:60px;
}
.public-header .body-box .tel-box {
	float: right;
	font-size:28px;
	margin-left:28px;
	line-height:90px;
	color:#D00707;
	font-family:'other';
	font-weight:700;
}
.public-header .body-box .tel-box img {
	position: relative;
	top: -2px;
	margin-right: 12px;
}
.public-header .body-box .link-box {
	float:right;
}
.public-header .body-box li {
	position: relative;
	float: left;
	text-align: center;
	line-height:90px;
}
.public-header .body-box li a {
	display: inline-block;
	position: relative;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	width: 100%;
	padding-left: 28px;
	padding-right: 28px;
	box-sizing: border-box;
}
.public-header .body-box li:hover > a,
.public-header .body-box li.active > a {
	color:#D00707 !important;
}






/*底部*/
.public-footer {
	background:url('../images/img_8.png') center center no-repeat;
	background-size:100% 100%;
	height:300px;
	padding-top: 108px;
	padding-bottom:20px;
	box-sizing:border-box;
}
.public-footer .block {
	width: 1600px;
	padding-left:12.5%;
	box-sizing:border-box;
}
.public-footer .left-box {
	float: left;
}
.public-footer .left-box h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: -5px;
	line-height: 1;
}
.public-footer .left-box ul li {
	font-size: 15px;
	color: #eeeeee;
	margin-top: 35px;
}
.public-footer .left-box ul li em {
	display: inline-block;
	margin-left: 35px;
	margin-right: 35px;
}
.public-footer .left-box ul li span {
	display: inline-block;
	margin-left: 30px;
}
.public-footer .right-box {
	float: right;
	text-align: center;
}
.public-footer .right-box .item-box {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}
.public-footer .right-box .item-box .img-box img{
	width:123px;
	height:123px;
}
.public-footer .right-box .item-box p {
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	margin-top: 18px;
}






/*视频*/
.video-pop {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999999;
}
.video-pop .pop-bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.video-pop .iframe-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1300px;
	height: 700px;
}
.video-pop .iframe-box iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/*更多*/
.public_a {
	position: relative;
	height: 45px;
	line-height: 45px;
	width: 150px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-color: #fff;
	overflow: hidden;
	border-radius:23px;
}
.public_a span {
	position: relative;
	color:#999999;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
}
.public_a:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	border-radius:23px;
}
.public_a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #D00707;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 2;
}
.public_a:hover:before,
.public_a:focus:before,
.public_a:hover:before {
	right: auto;
	left: 0;
	width: 100%;
}
.public_a:hover span {
	color: #fff;
}


/*圆点*/
.swiper-pagination .swiper-pagination-bullet{
	width:15px;
	height:15px;
	background:#E4E4E4;
	opacity:1;
	border-radius:100%;
	margin:0 10px !important;
	box-sizing:border-box;
}
.swiper-pagination .swiper-pagination-bullet-active{
	width:56px;
	height:16px;
	border-radius:8px;
	background:#D00707;
}
.public-pagination .swiper-pagination-bullet{
	width:8px;
	height:8px;
	background:#BFBFBF;
	margin:0 5px !important;
	box-sizing:border-box;
	opacity:1;
}
.public-pagination-w .swiper-pagination-bullet{
	background:#ffffff;
	opacity:1;
}
.public-pagination .swiper-pagination-bullet-active{
	width:22px;
	background:#D00707;
	border-radius:4px;
}
.public-pagination-w .swiper-pagination-bullet-active{
	width:22px;
	background:#D00707;
	border-radius:4px;
}





@media screen and (max-width:1680px) {
	.block {
		width: 1300px!important;
	}
	.public-footer .block{
		width:1300px;
		padding-left:18%;
		box-sizing:border-box;
	}
}
/*# sourceMappingURL=common.css.map */