body,
html {
	width: 100%;
	height: 100%;
}

.w1200 {
	width: 1220px;
	margin: 0 auto;
	position: relative;
}

.w1900 {
	width: 1900px;
	margin: 0 auto;
	position: relative;
}

.head-container {}

.head {
	position: absolute;
	z-index: 15;
	width: 100%;
	top: 30px;
}

.head .head-top {
	width: 1920px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	padding: 20px 19%;
	left: 50%;
	transform: translate(-50%, 0);
	transition: .3s;
	background-color: rgba(0, 0, 0, 0.2);
}

.head.fixed .head-top {
	padding: 10px 19%;
	background-color: rgba(0, 0, 0, 0.5);
}

.head .head-top .left {
	position: relative;
	display: flex;
	flex: 0 0 19%;
	align-items: center;
}

.head .head-top .left .text {
	padding-left: 20px;
}

.head .head-top .left .text li {
	padding: 2px 0;
}



.head .head-nav {
	z-index: 15;
	display: flex;
}

.navA {
	color: white;
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
}
.navA:hover{
    color: #fff;
}
.nav-li {
	color: white;
	text-align: center;
	position: relative;
}



.home-banner {
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.home-banner .img{
	text-align: center;
}
.home-banner .video {
	height: 100vh;
}

.home-banner .video video {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	z-index: -1;
}

.home-banner .banner-box {
	width: 970px;
	height: 100px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #fff;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 100px;
}

.home-banner .banner-box .box {
	flex: 0 0 18%;
	text-align: center;
	display: flex;
	align-items: center;
}

.home-banner .banner-box .box img {
	max-height: 24px;
}

.home-banner .banner-box .box p {
	font-weight: bold;
	font-size: 18px;
	padding-left: 15px;
}

.banner-b {
	padding: 40px 0;
	background: url(../image/banner-bg.png) no-repeat;
	background-size: cover;
}

.banner-b .left {
	display: flex;
	flex: 0 0 37%;
}

.banner-b .left .num {
	border: 1px solid;
	border-radius: 10px;
	width: 230px;
	height: 93px;
	background: url(../image/bottom-icon.png) #fff 30px center no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-b .left .text {
	flex: 1;
	font-size: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
	padding-left: 30px;
	justify-content: flex-end;
}

.banner-b .left .num h2 {
	font-size: 40px;
	margin: 0;
	padding-left: 70px;
}

.banner-b .w1200 {
	display: flex;
	justify-content: space-between;
}

.banner-b .right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner-b .right h2 {
	font-size: 18px;
	margin: 0;
}

.banner-b .right p {
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}

.who {
	padding: 60px 0;
	background-color: #fcfcfc;
}

.title {
	padding-bottom: 30px;
	text-align: center;
}

.title h2 {
	font-size: 36px;
	margin-bottom: 15px;
}

.title h2 span {
	font-weight: bold;
}

.who .who-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.who .who-box .box {
	height: 310px;
	background: #666666;
	cursor: pointer;
	overflow: hidden;
	position: relative;

}

.who .who-box .box img {
	width: 100%;
	transform: scale(1);
	transition: .3s;
}

.who .who-box .box:hover img {
	transform: scale(1.2);
}

.who .who-box .box:first-child,
.who .who-box .box:nth-child(2) {
	flex: 0 0 600px;
	margin-bottom: 17px;
}

.who .who-box .box:nth-child(3),
.who .who-box .box:nth-child(4),
.who .who-box .box:nth-child(5) {
	flex: 0 0 393px;
}

.who .who-box .box .img {
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1.1);
	width: 100%;
	height: 100%;
	transition: .3s;
}

.who .box:first-child .img {
	background: url(../image/who1-icon.png) rgba(0, 0, 0, .6) center no-repeat;
}

.who .box:nth-child(2) .img {
	background: url(../image/who2-icon.png) rgba(0, 0, 0, .6) center no-repeat;
}

.who .box:nth-child(3) .img {
	background: url(../image/who3-icon.png) rgba(0, 0, 0, .6) center no-repeat;
}

.who .box:nth-child(4) .img {
	background: url(../image/who4-icon.png) rgba(0, 0, 0, .6) center no-repeat;
}

.who .box:nth-child(5) .img {
	background: url(../image/who5-icon.png) rgba(0, 0, 0, .6) center no-repeat;
}

.who .box:first-child:hover .img {
	background: url(../image/who1-icon.png) rgba(12, 102, 191, .6) center no-repeat;
}

.who .box:nth-child(2):hover .img {
	background: url(../image/who2-icon.png) rgba(12, 102, 191, .6) center no-repeat;
}

.who .box:nth-child(3):hover .img {
	background: url(../image/who3-icon.png) rgba(12, 102, 191, .6) center no-repeat;
}

.who .box:nth-child(4):hover .img {
	background: url(../image/who4-icon.png) rgba(12, 102, 191, .6) center no-repeat;
}

.who .box:nth-child(5):hover .img {
	background: url(../image/who5-icon.png) rgba(12, 102, 191, .6) center no-repeat;
}

.who .who-box .box:hover .img {
	opacity: 1;
	transform: scale(1);
}

.who-button {
	text-align: center;
	padding-top: 30px;
}

.who-button a {
	display: inline-block;
	font-size: 14px;
	padding: 10px 15px;
	border: 2px solid;
	border-radius: 5px;
}

.who-button a:hover {
	color: #000;
	border-color: #000;
}

.about {
	padding: 60px 0;
	background: url(../image/about-bg.png) no-repeat;
	background-size: cover;
}

.about .w1200 {
	display: flex;
}

.about .left {
	flex: 0 0 48%;
	padding-right: 30px;
}

.about .left h2 {
	font-size: 22px;
	margin-bottom: 30px;
	line-height: 40px;
	letter-spacing: 1px;
}

.about .left h2 span {
	font-weight: bold;
	color: #1066bf;
	font-size: 26px;
}

.about .left .content {
	line-height: 40px;
	color: #000;
	font-weight: 500;
	font-size: 16px;
}

.about a {
	margin-top: 40px;
	display: inline-block;
	width: 150px;
	line-height: 50px;
	font-size: 16px;
	color: white;
	text-align: center;
	letter-spacing: 1px;
	background: url(../image/button-icon.png) no-repeat;
	background-size: cover;
}

.about .right {
	flex: 1;
	padding-top: 50px;
	display: flex;
	justify-content: flex-end;
}

.about .right img {
	margin-right: -10px;
}

.banner-img {
	width: 100%;
	height: 345px;
}

.case {
	padding: 60px 0;
	background: url(../image/case-bg.jpg) no-repeat;
	background-size: cover;
	height: 900px;
}

.case .title {
	color: #1066bf;
	margin-bottom: 150px;
}

.case .title h2 {
	font-weight: bold;
}

.case-s {
	width: 100%;
}

.case img {
	width: 100%;
}

.case .img {
	border-radius: 10px;
	overflow: hidden;
}

.case .swiper-container {
	width: 100%;
	height: auto;
	padding: 90px 0;
	margin-left: auto;
	margin-right: auto;
	overflow: inherit;
}

.case .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;
	height: 200px;

	/* Center slide text vertically */
	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;
	transition-property: all;
}

.case .swiper-slide-prev .img {
	margin-left: -900px;
	transform: scale(0.9) translate(0%, 15%);
}

.case .swiper-slide-active .img {
	transform: scale(1.8);
}

.case .swiper-slide-next .img {
	margin-right: -900px;
	transform: scale(0.9) translate(0%, 15%);
}

.case .swiper-button-prev {
	left: 19%;
}

.case .swiper-button-next {
	right: 19%;
}

.partner {
	padding: 40px 0;
	background: url(../image/partner-bg.png) no-repeat;
	background-size: cover;
}
.partner .w1200 {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.partner .left {
	flex: 0 0 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.partner .left h2 {
	margin: 0;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 40px;
}

.partner .left h2 span {
	font-weight: bold;
	color: #1066bf;
	font-size: 26px;
}
.partner-box img{
    max-height: 40px;
    max-width: 80%;
}
.partner-box .box{
    padding: 20px 0;
    text-align: center;
}
.partner .swiper{
    overflow: hidden;
}


.bottom-banner {
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.bottom-banner::before {
	position: absolute;
	content: "";
	left: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.35);
	width: 100%;
	height: 450px;
}

.bottom-banner .text {
	z-index: 10;
	width: 663px;
	height: 149px;
	background: url(../image/text.png) no-repeat;
}

.footer {
	background: url(../image/footer-bg.png) no-repeat;
	background-size: cover;
	padding: 40px 0 30px;
}

.footer .footer-container {
	display: flex;
}

.footer .left {
	flex: 0 0 20%;
	background: url(../image/footer-logo.png) no-repeat;
	background-size: contain;
	margin-right: 20px;
}

.footer .center {
	flex: 0 0 70%;
}

.footer .center ul {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.footer .center ul li {
	display: flex;
	align-items: center;
	color: white;
	padding-right: 90px;
	margin-bottom: 30px;
}

.footer .center ul li:nth-child(3) {
	padding-right: 0;
}

.footer .center ul li:nth-child(4),
.footer .center ul li:nth-child(5) {
	margin-bottom: 0;
}

.footer .center ul li .img {
	padding-right: 10px;
}

.footer .right {
	flex: 0 0 10%;
	text-align: right;
}

.footer .right .img {
	margin-bottom: 10px;
}
.footer .right img{
	width: 120px;
}
.footer .copy {
	color: white;
	text-align: center;
	padding-top: 30px;
	margin-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.main-nav {
	border-bottom: 1px solid #cccccc;
}

.main-nav .w1200 {
	display: flex;
	justify-content: space-between;
}

.pages-title {
	padding-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}

.pages-title h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}

.about1-top {
	display: flex;
}

.about1-top .left {
	flex: 0 0 520px;
	height: 330px;
	background: url(../image/about1-img.jpg) no-repeat;
	background-size: cover;
}

.about1-top .right {
	padding-left: 50px;
}

.about-title {
	font-size: 24px;
	font-weight: bold;
	padding-left: 33px;
	margin-bottom: 20px;
	position: relative;
}

.about-title::before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	background-color: #1066bf;
}

.about1-top .right .about1-content {
	line-height: 30px;
	text-indent: 27px;
}

.about1 .about1-center {
	padding: 40px 0;
}

.about1 .about1-center .box {
	display: flex;
	padding: 15px 0;
}

.about1 .about1-center .box .img {
	flex: 0 0 32%;
}

.about1 .about1-center .box p {
	line-height: 35px;
	text-indent: 28px;
}

.about1 .about1-center .box:first-child .text {
	padding-right: 50px;
	padding-top: 60px;
}

.about1 .about1-center .box img {
	width: 100%;
}

.about1 .about1-center .box:last-child .text {
	padding-left: 50px;
	padding-top: 60px;
}

.about1 .about1-bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

.about1 .about1-bottom .box {
	flex: 0 0 21%;
	text-align: center;
}

.about1 .about1-bottom .box h2 {
	font-size: 16px;
	padding: 20px 0 30px;
	position: relative;
}

.about1 .about1-bottom .box h2::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #eeeeee;
}

.about1 .about1-bottom p {
	color: #989896;
}

.about2 .top {
	display: flex;
}

.about2 .top-left {
	flex: 0 0 350px;
	height: 350px;
	background: url(../image/about2-img.jpg) no-repeat;
}

.about2 .top-right {
	padding-top: 25px;
	flex: 1;
	padding-left: 110px;
	display: flex;
	flex-wrap: wrap;
}

.about2 .top-right .box {
	flex: 0 0 31%;
	margin-right: 3.5%;
}

.about2 .top-right .box:nth-child(3) {
	margin-right: 0;
}

.about2 .top-right .box h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 13px;
}

.about2 .top-right .box ul li {
	padding-bottom: 5px;
}

.about2 .top-right .box:nth-child(4),
.about2 .top-right .box:nth-child(5) {
	padding-top: 50px;
}

.about2 .bottom {
	margin-top: 60px;
}

.about2 .bottom-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about2 .bottom-box .box {
	flex: 0 0 24%;
	text-align: center;
	margin-bottom: 30px;
	padding: 25px 40px;
	cursor: pointer;
}

.about2 .bottom-box .box:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

.about2 .bottom-box .box h2 {
	margin: 0;
	font-size: 18px;
	padding: 25px 0 10px;
}

.cppages-ul {
	display: flex;
	flex-wrap: wrap;
}

.cppages-ul li {
	flex: 0 0 32%;
	margin-right: 1.9%;
	margin-bottom: 25px;
	position: relative;
}

.cppages-ul li:nth-child(3n) {
	margin-right: 0;
}

.cppages-ul img {
	width: 100%;
}

.cppages-ul .cppages-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 8px 0;
	text-align: center;
	width: 100%;
	background-color: #d5d5d5;
}

.cppages-ul li:hover .cppages-title {
	background-color: #1066bf;
	color: white;
}

.gypages-text {
	font-size: 16px;
	line-height: 30px;
}

.gypages-detail {
	padding: 0 0 25px;
}

.gypages-detail h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	position: relative;
}

.gypages-detail span {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}

.gypages-detail p {
	font-size: 14px;
	color: #717171;
	line-height: 30px;
}

.cppages-img img {
	width: 100%;
}

.newspage-ul li {
	color: #666666;
	background-color: #f5f5f5;
	margin-bottom: 10px;
	padding: 20px 32px;
}

.newspage-ul li .news-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newspage-ul li .news-btn a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid;
}

.newspage-ul li .news-btn p {
	font-size: 16px;
}

.newspage-ul li h2 {
	font-size: 24px;
	padding-bottom: 25px;
	margin: 0;
	color: #403e3e;
	position: relative;
}

.newspage-ul li h2::before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 270px;
	height: 1px;
	background-color: #403e3e;
}

.newspage-ul li p {
	color: #403e3e;
}

.newspage-ul li:hover .news-btn a {
	background-color: #1066bf;
	color: white;
}

.goods-category {
	display: flex;
	align-items: center;
}

.goods-category ul {
	display: flex;
}

.goods-category ul a {
	display: inline-block;
	padding: 8px 20px;
	margin-left: 20px;
	background-color: #aeaeae;
}

.goods-category ul a.active {
	background-color: #1066bf;
	color: white;
}

.goods-category ul a:hover {
	background-color: #1066bf;
	color: white;
}

.contact {
	padding: 40px 0 0 !important;
}

.contact-box .top {
	margin-bottom: 20px;
}

.contact-box .top ul {
	display: flex;
	flex-wrap: wrap;
}

.contact-box .top ul li .img {
	padding-right: 10px;
}

.contact-box .top ul li {
	flex: 0 0 25%;
	padding: 30px 30px 20px 100px;
	border: 1px solid #eeeeee;
}

.contact-box .top ul li:nth-child(5) {
	flex: 1;
}

.contact-box .top ul li h2 {
	display: flex;
	font-size: 14px;
	line-height: 8px;
	align-items: center;
}

.code-img img {
	width: 80px;
	height: 80px;
}

#map {
	height: 500px;
}

.goods-content {
	width: 100%;
	padding: 50px 0;
	background: url(../image/goods-bg.png) no-repeat;
	background-size: cover;
}