@charset "UTF-8";
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}
::selection {
	background-color: #004ea1;
	color: #fff;
}
::-moz-selection {
	background-color: #004ea1;
	color: #fff;
}
::-webkit-selection {
	background-color:#004ea1;
	color: #fff;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
html,body {
	font-family: 'Lato', "Microsoft YaHei", sans-serif;
	min-width: 1280px;
	font-size: 14px;
	line-height: 1.5;
}
:focus {
	outline: 1;
}
li {
	list-style: none;
	list-style: none;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	outline: 0;
}
a {
	text-decoration: none;
	color: #666;
	text-decoration: none;
	outline: 0;
	color: #666;
}
.p-w {
	width: 1280px;
}
.m-a {
	margin: 0 auto;
}


/* header */
header {
	display: flex;
	flex-direction: column;
}
header > #header-top {
	height: 47px;
	background-color: #252525;
	display: flex;
}
header > #header-top > .header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #E2E2E2;
}
header > #header-top > .header-top > span {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
header > #header-top > .header-top > .header-top-right {
	display: flex;
	margin-right: 3%;
}
header > #header-top > .header-top > .header-top-right > .header-top-right-item {
	display: flex;
}
header > #header-top > .header-top > .header-top-right > .header-top-right-item > img {
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
header > #header-top > .header-top > .header-top-right > cite {
	margin: 0 10px;
	font-style: normal;
	color: #fff;
	width: 1px;
	height: 15px;
	background-color: #c0c0c0;
	align-self: center;
}
header > #header-logo {
	height: 107px;
}
header > #header-logo > .header-logo {
	height: inherit;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header > #header-logo > .header-logo > a > img {
	height: 80px;
}
header > #header-logo > .header-logo > form {
	display: flex;
}
header > #header-logo > .header-logo > form > input {
	height: 44px;
	width: 390px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #202020;
	outline: 0;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 16px;
}
header > #header-logo > .header-logo > form > span {
	height: 44px;
	background-color: #ff0000;
	width: 65px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
header > #header-logo > .header-logo > .header-logo-right {
	display: flex;
}
header > #header-logo > .header-logo > .header-logo-right > .header-logo-right-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 10px;
}
header > #header-logo > .header-logo > .header-logo-right > .header-logo-right-item > img {
	height: 27px;
	width: 25px;
}
header > .header-nav {
	height: 60px;
	background-color: #ff0000;
}
header > .header-nav > nav > .nav {
	height: 60px;
	padding: 0 10%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header > .header-nav > nav > .nav > li.nLi {
	display: flex;
	flex-direction: column;
	width: 16.66%;
	height: inherit;
	position: relative;
}
header > .header-nav > nav > .nav > li.nLi > a {
	color: #ffe021;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: inherit;
	justify-content: center;
}
header > .header-nav > nav > .nav > li.nLi > a:hover,header > .header-nav > nav > .nav > li.nLi.on > a {
	background-color: #ffe021;
	color: #000;
}
header > .header-nav > nav > .nav > li.nLi > a > img {
	width: 13px;
	height: 7px;
	margin-top: 10px;
}
header > .header-nav > nav ul li > .sub {
	display: none;
	position: absolute;
	background-color: #ffe021;
	width: 100%;
	top: 60px;
	border-top: 1px solid #fff;
	z-index: 999;
}
header > .header-nav > nav ul li > .sub > li {
	height: 50px;
}
header > .header-nav > nav ul li > .sub > li > a {
	height: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	border-bottom: 1px solid #fff;
}
header > .header-nav > nav ul li > .sub > li > a:hover {
	background-color: #ff0000;
	color: #ffe021;
}


/* product */
section#product {
	height: 870px;
	padding: 80px  0 80px 0;
	box-sizing: border-box;
	/* background-color: #c0c0c0; */
}
section#product > .product {
	display: flex;
	flex-direction: column;
}
section#product > .product > .product-title {
	display: flex;
	justify-content: space-between;
	height: 85px;
}
section#product > .product > .product-title > span:first-of-type,section#product > .product > .product-title > span:last-of-type {
	background-color: #ff0000;
	height: 85px;
	flex: 1;
	border-radius: 15px;
}
section#product > .product > .product-title > span:nth-child(2) {
	font-size: 55px;
	margin: 0 10px;
}
section#product > .product > .product-cont {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
}
section#product > .product > .product-cont > .product-cont-title {
	display: flex;
	justify-content: center;
}
section#product > .product > .product-cont > .product-cont-title > a {
	height: 55px;
	width: 160px;
	background-color: #ffe021;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	margin: 0 10px;
}
section#product > .product > .product-cont > .product-cont-title > a:hover {
	background-color: #ff0000;
	color: #fff;
}
section#product > .product > .product-cont > .product-cont-c {
	margin-top: 90px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	box-sizing: border-box;
}
section#product > .product > .product-cont > .product-cont-c > a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
section#product > .product > .product-cont > .product-cont-c > a > img {
	width: 235px;
	height: 235px;
	border-radius: 50%;
	transition: all 0.3s;
}
section#product > .product > .product-cont > .product-cont-c > a > img:hover {
	transform: scale(1.1);
}
section#product > .product > .product-cont > .product-cont-c > a > .product-cont-c-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 85px;
}
section#product > .product > .product-cont > .product-cont-c > a > .product-cont-c-title > img {
	margin-top: 30px;
}


/* public-title */
.public-title {
	background-color: #ff0000;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
}
.public-title > span:first-of-type {
	font-size: 45px;
	color: #ffe021;
}
.public-title > span:last-of-type {
	font-size: 20px;
	color: #ffffff;
}
.public-title-2 {
	background-color: #ff0000;
	height: 55px;
	border-radius: 15px;
}

/* 奖励和证书 */
section#ad {
	/* height: 950px; */
}
section#ad > .ad {
	display: flex;
	flex-direction: column;
}
section#ad > .ad > .ad-cont {
	padding: 70px 50px 40px 50px;
	box-sizing: border-box;
}
section#ad > .ad > .ad-cont > img {
	width: 100%;
}

/* about */
section#about {
	
}
section#about > .about {
	display: flex;
	flex-direction: column;
}
section#about > .about > .about-cont {
	background: url('../img/about-bg.jpg') no-repeat center;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}
section#about > .about > .about-cont > .about-cont-left {
	margin-right: 135px;
	margin-top: 50px;
}
section#about > .about > .about-cont > .about-cont-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
section#about > .about > .about-cont > .about-cont-right > span {
	padding: 90px 90px 10px 30px;
	box-sizing: border-box;
	line-height: 29px;
	letter-spacing: 1px;
}
section#about > .about > .about-cont > .about-cont-right > a {
	width: 185px;
	height: 55px;
	background-color: #ff0000;
	color: #ffe021;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
section#about > .about > #certify {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top:50px;
}
section#about > .about > #certify .swiper-slide {
  width: 886px;
  height: 730px;
  position: relative;
}
section#about > .about > #certify .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
section#about > .about > #certify .swiper-slide::after {
	position: absolute;
	width: 100%;
	height:100%;
	content: "";
	left:0px;
	top:0px;
	background: rgba(0, 0, 0, .3);
	z-index: 1;
}
section#about > .about > #certify .swiper-slide.swiper-slide-active::after {
	opacity: 0;
}
section#about > .about > #certify .dvc {
	position: absolute;
	width: 100%;
	text-align: center;
	top:50%;
	transform: translateY(-50%);
	z-index:22;
}
section#about > .about > #certify .dvc .dgg {
	width: 70px;
	margin:0 auto;
	height:70px;
	background:url(../img/cert-1.png)no-repeat center top;
	margin-top: 25px;
}
section#about > .about > #certify .dvc h3 {	
	font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}
section#about > .about > #certify .swiper-slide.swiper-slide-active .dvc .dgg {
	background:url(../img/cert-2.png)no-repeat center top;
}
section#about > .about > #about-al {
	margin-top: 90px;
}
section#about > .about > #about-al > .about-al {
	display: flex;
	justify-content: space-evenly;
}
section#about > .about > #about-al > .about-al > .about-al-item {
	width: 28%;
	display: flex;
	align-items: flex-start;
	/* outline: 1px solid red; */
}
section#about > .about > #about-al > .about-al > .about-al-item:nth-child(2) {
	margin: 0 1%;
}
section#about > .about > #about-al > .about-al > .about-al-item > img {
	width: 75px;
	height: 75px;
}
section#about > .about > #about-al > .about-al > .about-al-item > .about-al-right {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
}
section#about > .about > #about-al > .about-al > .about-al-item > .about-al-right > span:first-of-type {
	font-size: 16px;
	color: #000;
}

/* news */
section#news {
	margin-top: 75px;
}
section#news > .news {
	display: flex;
	flex-direction: column;
}
section#news > .news > .news-cont {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}
section#news > .news > .news-cont > .news-cont-item {
	display: flex;
	width: 48%;
}
section#news > .news > .news-cont > .news-cont-item > .news-cont-item-img {
	width: 270px;
	height: 355px;
}
section#news > .news > .news-cont > .news-cont-item > .news-cont-item-img > .img {
	width: 100%;
	height: 100%;
}
section#news > .news > .news-cont > .news-cont-item > .news-cont-item-right {
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	width: 50%;
}
section#news > .news > .news-cont > .news-cont-item > .news-cont-item-right > .news-cont-item-right-info {
	padding: 25px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
section#news > .news > .news-cont > .news-cont-item > .news-cont-item-right > .news-cont-item-right-info > .news-cont-item-right-info-item {
	display: flex;
	align-items: center;
}
section#news > .news > .news-cont > .news-cont-item > .news-cont-item-right > .news-cont-item-right-info > .news-cont-item-right-info-item > span {
	margin-left: 10px;
	color: #202020;
}
section#news > .news > .news-cont > .news-cont-item > .news-cont-item-right > .news-cont-item-right-con {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
}
section#news > .news > .news-cont > .news-cont-item > .news-cont-item-right > .news-cont-item-right-con > span:first-of-type {
	font-size: 16px;
	color: #2b2b2b;
}
section#news > .news > .news-cont > .news-cont-item > .news-cont-item-right > .news-cont-item-right-con > span:last-of-type {
	margin-top: 25px;
	font-size: 14px;
	color: #2b2b2b;
}
section#news > .news > .news-cont > .news-cont-item > .news-cont-item-right > .news-cont-item-right-con > a {
	margin-top: 25px;
	width: 180px;
	height: 55px;
	background-color: #ff0000;
	color: #ffe021;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
section#news > .news > .news-cont > .news-cont-item:hover > .news-cont-item-right > .news-cont-item-right-con > a {
	background-color: #ffe021;
	color: #000;
}


/* footer */
footer {
	margin-top: 45px;
}
footer > .footer {
	display: flex;
	justify-content: space-between;
	padding: 60px 0 80px 0;
	box-sizing: border-box;
}
footer > .footer > .footer-left {
	display: flex;
	flex-direction: column;
	width: 36%;
}
footer > .footer > .footer-left > .footer-left-logo {
	display: flex;
	flex-direction: column;
	align-items: start;
}
footer > .footer > .footer-left > .footer-left-logo > img {
	height: 110px;
}
footer > .footer > .footer-left > .footer-left-logo > span {
	color: #3a3a3a;
	margin-top: 20px;
}
footer > .footer > .footer-left > .footer-left-info {
	margin-top: 40px;
}
footer > .footer > .footer-left > .footer-left-info > img:nth-child(2) {
	margin: 0 10px;
}
footer > .footer > .footer-right {
	flex: 1;
	display: flex;
	justify-content: space-between;
	padding-top: 65px;
	box-sizing: border-box;
	margin-left: 25px;
}
footer > .footer > .footer-right > .footer-right-item {
	display: flex;
	flex-direction: column;
}
footer > .footer > .footer-right > .footer-right-item:nth-child(2) {
	margin: 0 45px;
}
footer > .footer > .footer-right > .footer-right-item > span {
	font-size: 20px;
}
footer > .footer > .footer-right > .footer-right-item > .footer-item-info-cont {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
}
footer > .footer > .footer-right > .footer-right-item > .footer-item-info-cont > a {
	margin-bottom: 10px;
}