body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
input {
	margin: 0px;
	padding: 0px;
}

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}

/*解决IE6下滚动抖动的问题*/
img {
	border: none;
}

body {
	color: #464646;
	font: 16px/1.8 Arial, microsoft yahei;
	width: 100%;
	background-color: #fff;
}

ul,
ol,
li,
form,
dl {
	list-style: none;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover,
a.active,
a:focus {
	text-decoration: none;
	color: unset;
}

img {
	max-width: 100%;
}

div {
	/* 	margin: 0 auto; */
	font-family: "microsoft yahei";
}

html,
body {
	font-size: 16px;
}
body {
		padding-top: 100px;
	}
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	padding: 10px 0;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
}

header .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .top::after,
header .top:before {
	display: none;
}
header .logo {
    height: 80px;
}
header .logo img {
	height: 40px;
	width: 270px;
	margin-top: 20px;
}

header .pcnav ul {
	display: flex;
}

header .pcnav a {
	display: block;
	padding: 0 10px;
	margin: 0 20px;
	position: relative;
	transition: .3s;
}

header .pcnav a:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	transform: scale(0, 1);
	background-color: #EB6231;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: .3s;
}


header .pcnav a.active,
header .pcnav a:hover {
	color: #EB6231;
}

header .pcnav a.active:after,
header .pcnav a:hover::after {
	transform: scale(1, 1);
}

header .navBtn {
	width: 26px;
	height: 20px;
	/* border: 1px solid; */
	position: relative;
	cursor: pointer;
}

header .navBtn span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #EB6231;
	left: 0;
	top: 9px;
	transition: .5s;
}

header .navBtn::before,
header .navBtn::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #EB6231;
	left: 0;
	transition: .5s;
}

header .navBtn::before {
	top: 0;
}

header .navBtn::after {
	bottom: 0;
}

header .navBtn.active span {
	transform: rotateZ(360deg);
	opacity: 0;
}

header .navBtn.active::before {
	transform: rotateZ(-135deg);
	top: 9px;
}

header .navBtn.active::after {
	transform: rotateZ(135deg);
	bottom: 9px;
}

header .wapnav {
	display: none;
	position: absolute;
	width: 100%;
	top: 80px;
	box-sizing: border-box;
	border-top: 1px solid #2460b1;
	text-align: center;
	line-height: 2;
}

header .wapnav a {
	display: block;
    background: #15417D;
    border-bottom: 1px solid #000;
    border-top: 1px solid #2460b1;
    color: #fff;
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #0E0E0E;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	color: #fff;
}

.banner .swiper-button-prev {
	left: 10%;
}

.banner .swiper-button-next {
	right: 10%;
}

.banner .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
	width: 14px;
	height: 14px;
}

.banner .swiper-pagination-bullet-active {
	background-color: #EB6231;
	width: 32px;
	border-radius: 8px;
	box-shadow: 0px 0px 2px #fff;
}


.title {
	margin: 100px 0;
	position: relative;
	display: flex;
	align-items: flex-start;
}
.about-title {
    margin: 0 0 50px 0;
}

.title h2 {
	font-size: 24px;
	color: #EB6231;
	font-weight: bold;
	letter-spacing: 2px;
}
.title span {
    font-size: 18px;
    color: #EB6231;
    margin: 0 6px;
}
.title p {
    font-size: 18px;
    color: #EB6231;
}

.title:before {
	content: '';
	display: block;
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #EB6231;
	left: 0;
	bottom: -10px;
}

/*.title p {*/
/*	text-transform: uppercase;*/
/*}*/

.about {
    background-color: #0E0E0E;
}
.about-container {
    padding-top: 200px;
}

.about .pic {
	text-align: center;
}

.about .text {
	position: relative;
}

.about .desc {
	margin-top: 20px;
	color: #fff;
}

.about .desc p {
	text-align: justify;
	color: #C0C0C0;
}
.about .desc a.more:hover {
	color: #BDBDBD;
	background-color: #EB6231;
}
.about .desc a.more {
	display: inline-block;
	padding: 4px 30px;
	line-height: 2;
	color: #EB6231;
	border: 1px solid #EB6231;
}

.about .container {
	position: relative;
	/*padding-bottom: 220px;*/
}

.about .aboutData {
	width: calc(100% - 30px);
	position: absolute;
	padding: 40px 0;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 1px 1px 10px 5px #ddd;
	bottom: -80px;
	left: 15px;
}

.about .aboutData ul:after {
	content: '';
	display: block;
	clear: both;
}

.about .aboutData li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about .aboutData h3 {
	font-size: 50px;
	font-weight: bold;
	color: #EB6231;
	text-shadow: 2px 2px 1px #f17f7f;
}

.about .aboutData p {
	color: #db1417;
	line-height: 2;
	margin-top: 10px;
	font-size: 20px;
}

.competition {
    background-color: #0E0E0E;
}

.competition-box {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background-color: #282828;
    border-radius: 6px;
}

.competition-pic {
    width: 80px;
    height: 80px;
    margin: 10px auto;
}
.competition-pic-s {
    width: 90px;
}

.competition-pic img {
    width: 80px;
    height: 80px;
}
.competition-pic-s img {
    width: 90px;
}
.competition-desc {
    color: #C0C0C0;
}

.product {
	background-color: #0E0E0E;
}

.prolist .box {
	width: 100%;
	position: relative;
}

.prolist img {
	width: 100%;
}

.prolist .text {
	width: 90%;
	position: absolute;
	display: flex;
	top: 4%;
	left: 5%;
	flex-direction: column;
	align-items: center;
	height: 92%;
	justify-content: center;
	color: #fff;
	padding: 0 15px;
	line-height: 2;
}

.prolist .text:before,
.prolist .text::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transition: .3s;
}

.prolist .text:before {
	top: 0;
	left: 0;

}

.prolist .text::after {
	bottom: 0;
	right: 0;

}

.prolist li:hover .text:before {
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.prolist li:hover .text::after {
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.prolist .desc {
	text-align: center;
}

.prolist .line {
	width: 80px;
	height: 2px;
	background-color: #fff;
	margin: 10px 0;
}

.navitem-name {
    text-align: center;
    color: #C0C0C0;
    margin-top: 10px;
}

.news {
	position: relative;
	background-color: #0E0E0E;
}

.newslist {
	width: 100%;
	overflow: hidden;
}

.newslist .pic {
	width: 100%;
	height: 250px;
	overflow: hidden;
	display: flex;
	align-self: center;
	justify-content: center;
}

.newslist img {
	width: 100%;
}

.newslist .box {
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	box-sizing: border-box;
}

.newslist .text {
    height: 260px;
	background-color: #282828;
	padding: 10px 20px 50px;
}

.newslist h3 {
	font-size: 18px;
	color: #C0C0C0;
	text-align: center;
	line-height: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newslist p {
	text-align: center;
	color: #C0C0C0;
}

.newslist .desc {
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	text-align: justify;
	color: #C0C0C0;
}

.news .swiper-pagination-bullet-active {
	background-color: #c42525;
}

.news .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 10px;
}
.join{
	padding-bottom: 90px;
	background-color: #0E0E0E;
}
.joinlist ul::after{
	content: '';
	display: block;
	clear: both;
}
.joinlist li {
	padding: 0;
	position: relative;
}
.joinlist img{
	width: 100%;
}
.joinlist li .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.joinlist li .text p{
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
}

.join-desc {
    color: #C0C0C0;
    text-align: center;
    padding-top: 10px;
}

.join-desc h3 {
    font-size: 26px;
    letter-spacing: 6px;
    margin-bottom: 16px;
}
.join-desc h5 {
    font-size: 18px;
    margin-bottom: 30px;
}
.join-line {
    width: 200px;
    height: 2px;
    background-color: #A2A0A3;
    margin: 0 auto 10px;
}
.consult {
    display: inline-block;
	padding: 4px 30px;
	line-height: 2;
	color: #EB6231;
	border: 1px solid #EB6231;
	border-radius: 4px;
}
.consult:hover {
	color: #BDBDBD;
	background-color: #EB6231;
}
footer{
	padding: 80px 0 30px;
	background-color: #333;
	color: #fff;
}
footer li{
	height: 100%;
	margin-bottom: 10px;
}
footer li a{
	font-size: 14px;
	display: block;
}
footer li a:first-child{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
footer .ewm{
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer .lxfs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0;
}
footer .copyright{
	font-size: 16px;

}
.prolist .bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
      border-radius: 9px;
}