@font-face {
	font-family: "AlibabaPuHuiTi";
	src: url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.eot) format('embedded-opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.otf) format('opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.ttf) format('TrueType'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff) format('woff'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff2) format('woff2');
}

@font-face {
	font-family: "AlibabaPuHuiTi-Heavy";
	src: url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.eot) format('embedded-opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.otf) format('opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.ttf) format('TrueType'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff) format('woff'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff2) format('woff2');
}

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'AlibabaPuHuiTi', "Microsoft YaHei", 'Montserrat', sans-serif;
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #dc0000;
	text-decoration: none;
}

a:active {
	color: #333333;
}

p,
div {
	font-size: 12px;
}

p {
	color: #333333;
}

strong {
	font-weight: bold;
}

.iconfont {
	font-size: 24px;
	color: #fff;
}

.container:after,
.map:after,
.nav-list:after,
.inner-content:after,
.product-list:after,
.i-banner .container:after,
.i-contact:after {
	content: "";
	display: table;
	clear: both;
}

body {
	min-width: 1200px;
	background: #fff;
}

.container {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

@keyframes caption-down {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes caption-down {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.slide-full {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 10;
	background: rgba(0, 0, 0, 0.15);
}

#top {
	width: 100%;
	height: 90px;
	padding: 10px 30px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	z-index: 9999;
}

#top .logo {
	width: 150px;
}

#top .logo img {
	display: block;
	width: 100%;
}

.nav-list {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	justify-content: center;
}

.nav-list>li {
	position: relative;
	margin: 0 30px;
}

.nav-list>li>a {
	position: relative;
	display: inline-block;
	color: #000;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}

#top.fixed .nav-list>li>a {
	color: #000;
}

.nav-list>li>a:hover {
	text-decoration: none;
}

.nav-list>li>a span {
	display: block;
	color: #000;
	padding: 0 3px;
	font-size: 18px;
	text-transform: uppercase;
	transition: all ease-out .3s;
}

.nav-list>li>a div {
	width: 0;
	border-bottom: 1px solid #f00;
	margin: 10px auto 0 auto;
	transition: all ease-out .3s;
}

.nav-list>li>a span:after {
	content: attr(data-title);
	position: absolute;
	color: #f30000;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(100%);
	width: 100%;
}

.nav-list>li>a:hover span,
.nav-list>li:hover span,
.nav-list>li>a.cur span {
	color: #f00;
	transform: translateY(-100%);
}

.nav-list>li>a:hover div,
.nav-list>li:hover>a>div,
.nav-list>li>a.cur div {
	width: 100%;
}

.nav-list>li span.icon {
	font-size: 32px;
	color: #fff;
}

.down-menu {
	display: none;
	position: absolute;
	min-width: 184px;
	left: 0;
	padding-top: 22px;
	margin: auto;
	white-space: nowrap;
	z-index: 9999;
}

.down-menu-list {
	display: flex;
	flex-direction: column;
	padding: 10px 3px;
	background: #fff;
	filter: Alpha(opacity=85);
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 5px #ccc;
	/* background-image: linear-gradient(#009f52 20%, #09914f 60%, #006634); */
}

.down-menu-list a {
	display: block;
	color: #000;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding: 10px;
	text-align: left;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.down-menu-list a:hover {
	color: #fff;
	background: #dc0000;
	text-decoration: none;
}

.down-menu-list a:last-child {
	border-bottom: none;
}

.header-right {
	display: flex;
	align-items: center;
}

.header-right .language {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.header-right .language a {
	color: #000;
	margin-left: 10px;
	font-size: 16px;
}

.header-right .language a:hover {
	color: #ed1c24;
}

.top-search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #ed1c24;
	border-radius: 50%;
	cursor: pointer;
}

.top-search-btn img {
	display: block;
	width: 30px;
	margin: 0 auto;
}

#top.fixed {
	position: fixed;
	-webkit-animation: caption-down .5s;
	animation: caption-down .5s;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
	align-items: center;
	box-shadow: 0 0 5px #bdbdbd;
}

.search-content {
	position: fixed;
	top: 90px;
	right: 0;
	left: 0;
	bottom: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}

.search-box {
	position: absolute;
	z-index: 99;
	display: flex;
	align-items: center;
	height: 60px;
}

.search-btn {
	display: flex;
	align-items: center;
	height: 100%;
	background: #dd0000;
	padding: 5px 20px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.search-btn .icon {
	font-size: 26px;
	color: #fff;
}

.search-input {
	width: 630px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-right: none;
	height: 100%;
	border-radius: 5px 0 0 5px;
	outline: none;
}

.search-content .slide-full {
	background: rgba(0, 0, 0, .8);
}

.index-tit {
	text-align: center;
}

.index-tit h2 {
	position: relative;
	display: inline-block;
	color: #dc0000;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	z-index: 5;
	font-family: 'AlibabaPuHuiTi-Heavy';
	text-transform: uppercase;
}

.index-tit span {
	background: #ffdddd;
	display: block;
	width: 300px;
	height: 3px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}

.index-tit span::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	left: 50%;
	margin-left: -20px;
	background: #dc0000;
}

.index-tit p {
	margin-top: 15px;
	padding: 0 40px;
	line-height: 24px;
	font-size: 16px;
	color: #555;
}

#banner {
	position: relative;
	min-width: 1200px;
	overflow: hidden;
}

#banner .swiper-slide .slide-full {
	background: rgba(0, 0, 0, 0.25);
	z-index: 99;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.swiper-slide img {
	display: block;
}

.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 35px !important;
	left: 0;
	right: 0;
	text-align: center;
}

.banner-paper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	line-height: 3px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px !important;
	opacity: 1;
}

.banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}

.banner-paper .swiper-pagination-bullet-active {
	border: solid 2px #dc0000;
	border-radius: 50%;
	background: none;
}

/*.swiper-button-next, .swiper-button-prev {
	display: none;
}
*/
/*.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
	display: block;
}*/

.cus-arrow .swiper-container .hide {
	opacity: 0;
}

.cus-arrow .swiper-button-next,
.cus-arrow .swiper-button-prev {
	transition: opacity 0.5s;
}

.cus-arrow .swiper-button-prev {
	left: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.cus-arrow .swiper-button-next {
	right: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.cus-arrow .swiper-button-next,
.cus-arrow .swiper-button-prev {
	width: 18px !important;
	height: 29px !important;
	background-size: 18px 29px !important;
}

.cus-arrow .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}

.cus-arrow .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}

#product .container {
	margin-top: 40px;
}

.product-box {
	display: flex;
}

.product-nav {
	position: relative;
	width: 350px;
	border-radius: 8px 0 0 8px;
	background: #f5f5f5;
	overflow: hidden;
}

.product-paper li {
	display: flex;
	align-items: center;
	height: 50px;
	padding: 15px 20px;
	border-bottom: 1px solid #e1e1e1;
}

.product-paper li:hover {
	cursor: pointer;
}

.product-paper li:first-child {
	border-left: none;
}

.product-paper li:last-child {
	border-right: none;
}

.product-paper li img {
	display: block;
	width: 35px;
	margin: 0 auto 5px auto;
}

.product-paper li p {
	font-size: 16px;
	text-shadow: 0 1px 0 #fff;
}

.product-paper li.on {
	background: #ed1c24;
}

.product-paper li.on {
	border-bottom: 1px solid #ed1c24;
}

.product-paper li.on p {
	color: #fff;
	text-shadow: none;
}

.pro-nav-logo {
	position: absolute;
	width: 150px;
	right: 10px;
	bottom: 10px;
}

.pro-nav-logo img {
	display: block;
	width: 100%;
	opacity: .06;
}

.product-container {
	/* flex: 1; */
	width: 850px;
	height: 650px;
}

.product-container .swiper-slide img {
	display: block;
	max-width: 850px;
}

.product-txt {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 15px;
	background: rgb(0, 0, 0, .4);
	z-index: 999;
}

.product-txt p {
	color: #fff;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
}

.product-list {
	margin: 0 -10px;
	margin-top: 40px;
}

.product-list .swiper-container {
	padding-bottom: 35px;
}

.product-list .swiper-pagination-bullet-active {
	background: #dc0000;
}

.product-list dl {
	position: relative;
	width: 224px;
	border-radius: 0 0 5px 5px;
	background: #e7e7e7;
	overflow: hidden;
}

.product-list dl:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px #b0b0b0;
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.product-list dl dt {
	display: table;
	width: 224px;
	height: 224px;
	overflow: hidden;
}

.product-list dl dt img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.5s ease-out;
	-moz-transition: transform 0.5s ease-out;
	-ms-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.product-list dl:hover dt img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.product-list dl dd {
	font-size: 15px;
	padding: 20px 0;
	color: #000;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}

.product-list dl:hover dd {
	color: #fff;
	background: #ed1c24;
	text-shadow: none;
}

#slogn {
	background: #b50007;
	overflow: hidden;
}

#slogn .container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
}

.slogn-decoration {
	position: absolute;
	top: 0;
	right: 0;
}

#slogn .container p {
	font-size: 40px;
	color: #fff;
	font-family: "AlibabaPuHuiTi-Heavy";
}

#trade {
	margin-top: 50px;
}

#about {
	padding: 50px 0 50px 0;
}

.about-box {
	position: relative;
	margin-top: 50px;
	padding: 50px 0;
	/* height: 390px; */
	border-top: 1px solid #f7f7f7;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/about-bg.jpg);
	background-position: center center;
	z-index: 9;
}

.about-box .container {
	height: 100%;
}

.about-content {
	display: flex;
	align-items: flex-start;
}

.about-content .about-instro {
	width: 660px;
	margin-right: 40px;
}

.about-content .about-instro p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.8;
}

.about-content .about-num {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	justify-content: space-between;
}

.about-content .about-num dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 240px;
	padding: 15px;
	margin-bottom: 20px;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
}

.about-content .about-num dl dt .icon {
	font-size: 40px;
	color: #000;
	background: linear-gradient(250deg, #ff810b 0, #ed1c24 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-content .about-num dl dd {
	text-align: center;
}

.about-content .about-num dl dd h2 {
	font-size: 36px;
	color: #dc0000;
	font-family: "AlibabaPuHuiTi-Heavy";
	font-weight: bold;
	margin: 2px 0;
}

.about-content .about-num dl dd span {
	font-size: 16px;
}

.about-content .about-num dl dd p {
	font-size: 14px;
	color: #686868;
}

.about-list-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	margin-top: 40px;
}

.about-list-card a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 380px;
	min-height: 260px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 9;
}

.about-list-card a:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.about-tit {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
}

.about-tit .iconfont {
	/* width: 60px;
    height: 63px;
    background: url(../images/about-icon.png) no-repeat; */
	display: block;
	color: #000;
	font-size: 52px;
	margin: 0 auto 15px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	background: linear-gradient(250deg, #ff810b 0, #ed1c24 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-tit .icon-2 {
	background-position: -60px 0;
}

.about-tit .icon-3 {
	background-position: -120px 0;
}

.about-list-card a:hover .about-tit .iconfont {
	transform: rotateY(180deg);
}

.about-list-card .about-tit h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-family: 'AlibabaPuHuiTi-Heavy';
}

.about-list-card a:hover .about-tit h3 {
	color: #dd0000;
}

.about-tit p {
	text-align: center;
	font-size: 15px;
	color: #808080;
}

.line_odd {
	width: 0%;
	height: 6px;
	background: #de3232;
	position: absolute;
}

.line_even {
	width: 6px;
	height: 0%;
	background: #de3232;
	position: absolute
}

.line_top {
	top: 0;
	left: 0;
}

.line_right {
	top: 0;
	right: 0;
}

.line_bottom {
	right: 0;
	bottom: 0;
}

.line_left {
	left: 0;
	bottom: 0;
}

.cin-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	height: 44px;
	width: 120px;
	line-height: 44px;
	border: 1px solid transparent;
	padding: 0 18px;
	background-color: #dc0000;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	outline: 0;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box;
}

.cin-btn:hover::before {
	pointer-events: none;
	content: "";
	position: absolute;
	display: block;
	transition: all 0.6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: wave 1.3s infinite;
	animation: wave 1.3s infinite;
	z-index: 1;
}

@keyframes wave {
	0% {
		background: rgba(0, 0, 0, .25);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}

.map {
	position: relative;
	margin: 50px 0;
}

.map-content img {
	width: 100%;
}

.dot {
	position: absolute;
	z-index: 3;
	font-size: 0;
}

.dot .dot_circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: opc_bShadow 2s infinite;
	background: rgb(255 255 255 / 80%);
}

.dot .dot_circle img {
	width: 100%;
}

.dot:before {
	animation: opc_scale 2s infinite;
}

.dot:after {
	animation: opc_scale 2s .35s infinite;
}

.dot:before,
.dot:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	background: rgba(165, 165, 165, 0.15);
	border-radius: 50%;
	box-shadow: 0 0 4px rgba(255, 255, 255);
}

.dots-train .dot01 {
	left: 80%;
	top: 54%;
}

.dot01 .dot_circle {
	width: 40px;
	height: 40px;
}

.dot01:before {
	width: 44px;
	height: 44px;
	margin-left: -22px;
	margin-top: -22px;
}

.dot01:after {
	width: 48px;
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
}

.delay1 {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.dots-train .dot02 {
	left: 63%;
	top: 8%;
}

.dot02:before {
	width: 36px;
	height: 36px;
	margin-left: -18px;
	margin-top: -18px;
}

.dot02:after {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}

.delay2 {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.dots-train .dot03 {
	left: 22%;
	top: 23%;
}

.dot03:before {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}

.dot03:after {
	width: 44px;
	height: 44px;
	margin-left: -22px;
	margin-top: -22px;
}

.delay3 {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.dots-train .dot04 {
	left: 76%;
	top: 37%;
}

.dots-train .dot04 .dot_circle {
	width: 32px;
	height: 32px;
}

.dot04:before {
	width: 36px;
	height: 36px;
	margin-left: -18px;
	margin-top: -18px;
}

.dot04:after {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}

.delay4 {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.dots-train .dot05 {
	left: 75%;
	top: 44%;
}

.dots-train .dot05 .dot_circle {
	width: 32px;
	height: 32px;
}

.dot05:before {
	width: 36px;
	height: 36px;
	margin-left: -18px;
	margin-top: -18px;
}

.dot05:after {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}

.delay5 {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.map-list {
	position: absolute;
	bottom: 80px;
	left: 10px;
}

.map-list li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.map-list li .map-circle {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #dc0000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.map-list li .map-circle .icon {
	font-size: 30px;
}

.map-list li p {
	display: flex;
	align-items: center;
	font-size: 16px;
}

.map-list li p span {
	font-size: 36px;
	font-weight: bold;
	margin: 0 2px;
	color: #fea020;
}

@keyframes opc_scale {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	50% {
		opacity: 1;
		transform: scale(1.2);

	}

	100% {
		opacity: 0;
	}
}

@keyframes opc_bShadow {
	0% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}

	50% {
		box-shadow: 0 0 10px 3px rgba(1, 47, 130, .2);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}
}

@-webkit-keyframes opc_bShadow {
	0% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}

	50% {
		box-shadow: 0 0 10px 3px rgba(1, 47, 130, .2);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}
}

@-moz-keyframes opc_bShadow {
	0% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}

	50% {
		box-shadow: 0 0 10px 3px rgba(1, 47, 130, .2);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}
}

#contact {
	padding-bottom: 40px;
}

#contact .container {
	margin-top: 40px;
}

.contact-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.contact-content dl {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 290px;
	padding: 30px 20px;
	background: #f5f5f5;
	overflow: hidden;
}

.contact-content dl:nth-last-child(-1n+2) {
	margin-bottom: 0;
}

.contact-content dl dt {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 80px;
}

.contact-content dl dt img {
	display: inline-block;
	width: 25px;
}

.contact-content dl dt p {
	display: inline-block;
	color: #868686;
	margin: 8px 0;
	font-size: 18px;
}

.contact-content dl dt span.iconfont {
	color: #ed1c24;
	font-size: 40px;
}

.contact-content dl dd {
	font-size: 16px;
	text-align: center;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.contact-map {
	flex: 1;
}

#i-banner {
	position: relative;
	min-width: 1200px;
	height: 500px;
	overflow: hidden;
}

#i-banner img {
	position: absolute;
	width: 2000px;
	height: 500px;
	margin-left: -1000px;
	left: 50%;
}

.banner-content {
	position: absolute;
	left: 0;
	width: 580px;
	height: auto;
	padding: 20px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .8)
}

.banner-content h2 {
	font-size: 36px;
	font-weight: bold;
}

.banner-desc {
	margin-top: 15px;
}

.banner-desc p {
	font-size: 18px;
	line-height: 1.5;
}

#inner {
	padding: 40px 0;
	background: #f3f3f3;
}

.i-bread-nav p span {
	font-family: serif;
}

.i-bread-nav img {
	display: inline-block;
	width: 25px;
	vertical-align: middle;

}

.i-bread-nav p {
	display: inline-block;
	font-size: 14px;
	padding-left: 3px;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
}

.inner-content {
	position: relative;
	margin-top: 40px;
	padding: 15px;
	background: #fff;
	box-shadow: 0 3px 5px #e0e0e0;
	border-radius: 5px;
}

.i-left {
	position: absolute;
	width: 280px;
	min-height: 300px;
	padding: 30px 20px;
	border-right: 1px solid #eee;
	top: 0;
	left: 0;
	bottom: 0;
}

.i-tit {
	margin-bottom: 20px;
}

.i-tit h3 {
	font-size: 18px;
}

.i-line {
	width: 28px;
	height: 2px;
	background: #dc0000;
	border-radius: 2px;
	margin: 10px 0;
}

.i-left-list a {
	display: block;
	font-size: 14px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.i-left-list a:hover {
	text-decoration: none;
	color: #dc0000;
	border-bottom: 1px solid #dc0000;
}

.i-right {
	width: 905px;
	padding: 30px 15px 30px 30px;
	float: right;
}

.i-product-list {
	margin-top: 0px;
}

.i-product-list dl {
	width: 200px;
	margin: 0 10px 20px 10px;
	float: left;
}

.i-product-list dl dt {
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.i-details {
	padding-top: 40px;
	text-align: justify;
}

.i-details h1 {
	font-size: 30px;
	font-family: "AlibabaPuHuiTi-Heavy";
	text-align: center;
	margin-bottom: 30px;
}

.i-details p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 28px
}

.i-pic {
	text-align: center;
	margin-bottom: 15px;
}

.i-pic img {
	max-width: 860px;
}

.i-details-con {
	padding-top: 30px;
}

.i-details-con img,
.i-details p img {
	max-width: 860px;
	vertical-align: top;
}

.i-new a {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
}

.i-new a h3 {
	flex: 1;
	font-size: 14px;
}

.i-new a span {
	width: 100px;
	font-size: 12px;
	text-align: right;
}

.i-new a:before {
	background: #ed1c24;
}

.i-new a:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

.factory-list {
	padding: 60px 0 40px 0;
}

.factory-list .swiper-container {
	padding-bottom: 60px;
}

.factory-list .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	flex-direction: column;
}

.img-box {
	width: 520px;
	height: 310px;
	overflow: hidden;
}

.factory-list .swiper-slide img {
	display: block;
}

.factory-list .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.factory-list .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.factory-list .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	opacity: 1;
	box-sizing: content-box;
}

.factory-list .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #dc0000;
	background-color: #fff;
	box-sizing: content-box;
}

.factory-list .swiper-button-prev {
	top: 40%;
	left: 0;
	width: 45px !important;
	height: 45px !important;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.factory-list .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

.factory-list .swiper-button-next {
	top: 40%;
	right: 0;
	width: 45px !important;
	height: 45px !important;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

.factory-list .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.i-contact-content {
	width: auto;
	margin-right: 0;
}

.i-contact-content dl {
	width: 280px;
	margin-bottom: 0;
}

.i-contact-map {
	width: 100%;
	height: 400px;
	margin-top: 15px;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

textarea::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

input:-ms-input-placeholder {
	color: #ccc;
}

input::-ms-input-placeholder {
	color: #ccc;
}

#footer {
	position: relative;
	padding: 30px 0;
	background: #181818;
	z-index: 99;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-logo img {
	width: 180px;
}

.footer-content {
	display: flex;
	justify-content: space-between;
}

.footer-content .social-icons {
	margin-top: 0;
}

.f-nav li {
	margin-right: 60px;
	float: left;
}

.f-nav li h3,
.f-nav li h3 a {
	font-size: 17px;
	color: #fff;
	margin-bottom: 20px;
}

.f-nav li a {
	display: block;
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.f-nav li a:hover {
	color: #bbb;
}

.footer-contact-box h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

.footer-contact-list dl {
	display: flex;
	margin-bottom: 10px;
}

.footer-contact-list dl dt {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.footer-contact-list dl dt,
.footer-contact-list dl dd {
	font-size: 15px;
}

.footer-contact-list dl dd a,
.footer-contact-list dl dd {
	color: #999;
}

.footer-contact-list dl dt span.iconfont {
	width: 30px;
	color: #999;
	font-size: 24px;
}

.footer-contact-list dl dt p {
	flex: 1;
	font-size: 16px;
	color: #999;
}

.footer-line {
	width: 1px;
	background: #303030;
}

.footer-code {
	display: flex;
	align-items: center;
}

.footer-code dl dt img {
	width: 140px;
}

.footer-code dl dd {
	font-size: 14px;
	color: #999;
	text-align: center;
}

.f-code {
	padding-left: 105px;
	border-left: 1px solid #565656;
	float: left;
}

.f-code img {
	display: block;
	width: 10px;
	margin-bottom: 5px;
}

.f-code p {
	font-size: 13px;
	text-align: center;
	color: #fff;
}

.website-group h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

.website-group-list a {
	display: block;
	color: #999;
	font-size: 15px;
	margin-bottom: 10px;
}

.website-group-list a:hover {
	color: #bbb;
}

#copy {
	min-width: 1200px;
	padding: 10px;
	background: #000;
}

#copy p,
#copy p a {
	text-align: center;
	color: #999;
	font-size: 12px;
	margin-bottom: 3px;
}

@-webkit-keyframes move {
	0% {
		left: -38px;
		opacity: .6
	}

	25% {
		left: 100%;
		opacity: .2
	}

	50% {
		left: 100%;
		opacity: .2
	}

	75% {
		left: -38px;
		opacity: .6
	}

	to {
		left: -38px;
		opacity: .6
	}
}

@keyframes move {
	0% {
		left: -38px;
		opacity: .6
	}

	25% {
		left: 100%;
		opacity: .2
	}

	50% {
		left: 100%;
		opacity: .2
	}

	75% {
		left: -38px;
		opacity: .6
	}

	to {
		left: -38px;
		opacity: .6
	}
}