@charset "utf-8";

body {
	margin: 0 !important;
}

.w1900 {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

.w1600 {
	padding: 0 50px;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

div,
a,
p,
span {
	font-size: 14px;
}

ul {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

div {
	box-sizing: border-box;
}

img {
	display: block;
}

.swiper {
	position: relative;
	overflow: hidden;
}

.header {
	background: rgba(0, 0, 0, 0);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head a {
	color: white;
}

.head-pc {
	background-color: rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	transition: .3s;
}

.head-pc.fixed {}

.head-pc.fixed .center ul li {
	padding: 45px 0;
}

.head .center ul {
	display: flex;
	align-items: center;
}

.head .center ul li {
	padding: 56px 0;
	margin: 0 5px;
	position: relative;
	transition: .3s;
}

.head .center ul li a {
	padding: 8px 14px;
	font-size: 14px;
}

.head .center ul ul {
	position: absolute;
	flex-direction: column;
	width: 200px;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	background-color: #fff;
	display: none;
}

.head .center ul ul li {
	width: 100%;
	text-align: center;
	padding: 0 !important;
	margin: 0;
}

.head .center ul li:hover ul {
	display: block;
}

.head .center ul ul li a {
	display: block;
	padding: 20px;
	font-size: 14px;
	border-bottom: 1px dashed #ddd;
	color: #000;
}

.head .center ul ul li a:hover {
	color: #fff;
	background-color: #1c458e;
}

.head .right {
	position: relative;
	display: flex;
	align-items: center;
}

.head .right .s-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/search-icon.png) center no-repeat;
	cursor: pointer;
}

.head .right .search {
	position: absolute;
	width: 500px;
	bottom: 0;
	right: 0;
	padding: 15px;
	background-color: #fff;
	transform: translate(0, 190%);
	display: none;
}

.head .right .search .close {
	position: absolute;
	width: 30px;
	height: 30px;
	border: 1px solid #eee;
	background: #fff;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
	cursor: pointer;
	border-radius: 50%;
	color: #04468c;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}

.head .right .search form {
	display: flex;
}

.head .right .search form input {
	flex: 0 0 88%;
	box-sizing: border-box;
	padding: 15px;
	background-color: #eee;
	border: none;
}

.head .right .search form button {
	box-sizing: border-box;
	flex: 1;
	border: none;
	background: #04468c url(../images/search-icon.png) center no-repeat;
}

.head .a {
	background: url(../images/head-icon.png) right center no-repeat;
	background-size: 10px;
}

.home-product .swiper {
	position: relative;
	padding: 5px;
}

.swiper1 img {
	width: 100%;
}

.swiper1 .next1,
.swiper1 .prev1 {
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 80px;
	z-index: 1;
	opacity: 0.7;
}

.swiper1 .prev1 {
	top: 50%;
	left: 50px;
	transform: translate(0, -50%);
	background: url(../images/prev.png) center no-repeat;
	background-size: cover;
}

.swiper1 .next1 {
	top: 50%;
	right: 50px;
	transform: translate(0, -50%);
	background: url(../images/next.png) center no-repeat;
	background-size: cover;
}

.home-about .about-box {
	display: flex;
}

.home-about .about-box .left {
	flex: 0 0 50%;
}

.home-about .about-box .text {
	background: url(../images/about-bg.jpg) center no-repeat;
	background-size: cover;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0 50px 0 250px;
	height: 60%;
}

@media (max-width: 1600px) {
	.home-about .about-box .text {
		padding: 0 50px 0 100px;
	}
}

.home-about .about-box .text h2 {
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 20px;
}

.home-about .about-box .text h3 {
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 40px;
}

.home-about .about-box .text p {
	line-height: 35px;
}

.home-about .about-box .text a {
	display: inline-block;
	padding: 15px 55px;
	color: white;
	border: 1px solid white;
	border-radius: 10px;
	margin-top: 40px;
}
.home-about .about-box .text a:hover{
	background-color: #fff;
	color: #0061b8;
}
.home-about .about-box .about-icon {
	height: 40%;
	display: flex;
}

.home-about .about-box .about-icon .box {
	height: 100%;
	flex: 0 0 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
}

.home-about .about-box .about-icon .box:nth-child(1) {
	background-color: #0058a6;
}

.home-about .about-box .about-icon .box:nth-child(2) {
	background-color: #0061b8;
}

.home-about .about-box .about-icon .box:nth-child(3) {
	background-color: #016bca;
}

.home-about .about-box .about-icon .box:nth-child(4) {
	background-color: #0273d9;
}

.home-about .about-box .about-icon .box .top {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-about .about-box .about-icon .box .top h2 {
	font-size: 16px;
	padding: 20px 0;
	font-weight: 500;
}

.home-about .about-box .about-icon .box .bottom {
	width: 120px;
	height: 120px;
	border: 2px solid white;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.home-about .about-box .about-icon .box .bottom h2 {
	font-size: 14px;
	font-weight: 500;
}

.home-about .about-box .about-icon .box .bottom h2 span {
	font-size: 26px;
}

.home-about .about-box .right {
	flex: 1;
}

.home-about .about-box .right img {
	max-width: 100%;
}

.home-product {
	background: url(../images/product-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.home-product .product-title {
	display: flex;
	align-items: center;
	color: white;
	justify-content: space-between;
	margin-bottom: 60px;
}

.home-product .product-title h2 {
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 25px;
}

.home-product .product-title p {
	font-size: 14px;
	font-weight: 500;
}

.home-product .product-title ul {
	display: flex;
}

.home-product .product-title ul li {
	margin-right: 10px;
}

.home-product .product-title ul li a {
	display: inline-block;
	padding: 18px 15px 18px 60px;
	border-radius: 10px;
	color: white;
}

.home-product .product-title ul li:nth-child(1) a {
	background: url(../images/pro-icon1.png) 15px center no-repeat;
}

.home-product .product-title ul li:nth-child(2) a {
	background: url(../images/pro-icon2.png) 15px center no-repeat;
}

.home-product .product-title ul li:nth-child(3) a {
	background: url(../images/pro-icon3.png) 15px center no-repeat;
}

.home-product .product-title ul li:nth-child(4) a {
	background: url(../images/pro-icon4.png) 15px center no-repeat;
}

.home-product .product-title ul li:nth-child(5) a {
	background: url(../images/pro-icon5.png) 15px center no-repeat;
}

.home-product .product-title ul li:nth-child(6) a {
	background: url(../images/pro-icon6.png) 15px center no-repeat;
}

.home-product .product-title ul li:nth-child(1):hover a,
.home-product .product-title ul li:nth-child(1).active a {
	background: #0061b8 url(../images/pro-icon1.png) 15px center no-repeat;
}

.home-product .product-title ul li:nth-child(2):hover a,
.home-product .product-title ul li:nth-child(2).active a {
	background: #0061b8 url(../images/pro-icon2.png) 15px center no-repeat;
}

.home-product .product-title ul li:nth-child(3):hover a,
.home-product .product-title ul li:nth-child(3).active a {
	background: #0061b8 url(../images/pro-icon3.png) 15px center no-repeat;
}

.home-product .product-title ul li:nth-child(4):hover a,
.home-product .product-title ul li:nth-child(4).active a {
	background: #0061b8 url(../images/pro-icon4.png) 15px center no-repeat;
}

.home-product .product-title ul li:nth-child(5):hover a,
.home-product .product-title ul li:nth-child(5).active a {
	background: #0061b8 url(../images/pro-icon5.png) 15px center no-repeat;
}

.home-product .product-title ul li:nth-child(6):hover a,
.home-product .product-title ul li:nth-child(6).active a {
	background: #0061b8 url(../images/pro-icon6.png) 15px center no-repeat;
}

.home-product .productbox .box {
	padding: 60px;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
}

.home-product .productbox .box .top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.home-product .productbox .box .top .img {
	box-shadow: 0 0 10px #f7f7f7;
	background-color: #fff;
	box-sizing: border-box;
	flex: 0 0 30%;
}

.home-product .productbox .box .top .img p {
	padding: 15px 0;
	text-align: center;
	background-color: #0061b8;
	color: white;
}

.home-product .productbox .box img {
	width: 255px;
	transition: .3s;
}

.home-product .productbox .img img {
	width: 100%;
}

.home-product .productbox .box .top .text {
	flex: 0 0 66%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.home-product .productbox .box .top .text h2 {
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	font-weight: 500;
}

.home-product .productbox .box .top .text p {
	line-height: 30px;
	margin-bottom: 20px;
}

.home-product .productbox .box .top .text a {
	color: #0061b8;
}

.home-product .productbox .box .swiper2 .img {
	background-color: #f7f7f7;
	box-sizing: border-box;
	overflow: hidden;
}
.home-product .productbox .box .swiper2 .img img:hover{
	transform: scale(1.05);
}
.home-product .productbox .box .swiper2 a {
	display: inline-block;
	box-shadow: 0 0 10px #f7f7f7;
}

.home-product .productbox .box .swiper2 p {
	padding: 15px 0;
	text-align: center;
	background-color: #0061b8;
	color: white;
}

.home-workshop .workshop-box {
	display: flex;
}

.home-workshop .workshop-box .left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex: 0 0 50%;
	background: url(../images/workshop-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 0 50px 0 250px;
	color: white;
}

.home-workshop .workshop-box .left h2 {
	font-size: 32px;
	margin-bottom: 40px;
}

.home-workshop .workshop-box .left p {
	font-size: 18px;
	line-height: 40px;
}

.home-workshop .workshop-box .left a {
	display: inline-block;
	padding: 15px 55px;
	color: white;
	border: 1px solid #fff;
	border-radius: 10px;
	margin-top: 40px;
}
.home-workshop .workshop-box .left a:hover{
	background-color: #fff;
	color: #0061b8;
}

@media (max-width: 1600px) {
	.home-workshop .workshop-box .left {
		padding: 0 50px 0 100px;
	}
}

.home-workshop .workshop-box .right {
	flex: 1;
}

.home-workshop .workshop-box .right img {
	max-width: 100%;
}

.home-workshop .workshop-box .right .bottom {
	padding: 60px 0;
	text-align: center;
	background: url(../images/ce-bg.jpg) center no-repeat;
}

.home-workshop .workshop-box .right .bottom p {
	color: #868686;
	line-height: 30px;
}

.home-workshop .workshop-box .right .bottom h2 {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 25px;
}

.home-workshop .workshop-box .right .bottom a {
	display: inline-block;
	padding: 15px 55px;
	color: white;
	background-color: #0061b8;
	border-radius: 10px;
	margin-top: 25px;
	border: 1px solid #0061b8;
}
.home-workshop .workshop-box .right .bottom a:hover{
	background-color: #fff;
	color: #0061b8;
}
.home-advs {
	padding: 80px 0;
	background: url(../images/advs-bg.jpg) center no-repeat;
	background-size: cover;
}

.home-advs .advs-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-advs .advs-box .left {
	flex: 0 0 60%;
	display: flex;
	flex-wrap: wrap;
}

.home-advs .advs-box .box {
	flex: 0 0 50%;
	padding: 40px;
}

.home-advs .advs-box .box h2 {
	padding: 45px 0 15px;
	margin-bottom: 25px;
	position: relative;
}

.home-advs .advs-box .box:nth-child(1) {
	border: 1px solid #dcdcdc;
	border-top: none;
	border-left: none;
}

.home-advs .advs-box .box:nth-child(2) {
	border-bottom: 1px solid #dcdcdc;
}

.home-advs .advs-box .box:nth-child(3) {
	border-right: 1px solid #dcdcdc;
}

.home-advs .advs-box .box:nth-child(1) h2 {
	background: url(../images/advs-icon1.png) no-repeat;
}

.home-advs .advs-box .box:nth-child(2) h2 {
	background: url(../images/advs-icon2.png) no-repeat;
}

.home-advs .advs-box .box:nth-child(3) h2 {
	background: url(../images/advs-icon3.png) no-repeat;
}

.home-advs .advs-box .box:nth-child(4) h2 {
	background: url(../images/advs-icon4.png) no-repeat;
}

.home-advs .advs-box .box h2:before {
	content: "";
	position: absolute;
	width: 140px;
	height: 1px;
	background-color: #999999;
	bottom: 0;
	left: 0;
}

.home-advs .advs-box .box p {
	line-height: 30px;
	color: #6c6c6c;
}

.home-advs .advs-box .box:hover {
	background-color: #0061b8;
}

.home-advs .advs-box .box:hover h2,
.home-advs .advs-box .box:hover p {
	color: white;
}

.home-advs .advs-box .box:hover h2:before {
	background-color: white;
}

.home-advs .advs-box .box:nth-child(1):hover h2 {
	background: url(../images/advs-icon1a.png) no-repeat;
}

.home-advs .advs-box .box:nth-child(2):hover h2 {
	background: url(../images/advs-icon2a.png) no-repeat;
}

.home-advs .advs-box .box:nth-child(3):hover h2 {
	background: url(../images/advs-icon3a.png) no-repeat;
}

.home-advs .advs-box .box:nth-child(4):hover h2 {
	background: url(../images/advs-icon4a.png) no-repeat;
}

.home-advs .advs-box .right {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.home-advs .advs-box .right .txt{
	text-align: right;
	padding-right: 100px;
	transform: translate(0,27%);
}
.home-advs .advs-box .right h2{
	font-size: 50px;
	right: 0;
	top: 50%;
	transform: rotate(90deg) translate(-27%,-48%);
	position: absolute;
	font-weight: bold;
	color: #d1d1d1;
}
.home-advs .advs-box .right h3{
	font-size: 35px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #0061b8;
}
.home-advs .advs-box .right p{
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: bold;
}
.home-advs .advs-box .right span{
	font-size: 18px;
	color: #979696;
}






.home-app {
	overflow: hidden;
	width: 100%;
	height: 850px;
}

.home-app .bg .img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 1.5s;
}

.home-app .bg .img.active {
	opacity: 1;
}

.home-app .app-box,
.home-app .w1900 {
	height: 100%;
}

.home-app ul {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.home-app ul li {
	flex: 0 0 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 50%;
	color: white;
	box-sizing: border-box;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	transition: 1.5s;
	cursor: pointer;
}

.home-app ul li:nth-child(4n) {
	border-right: none;
}

.home-app ul li:nth-child(5),
.home-app ul li:nth-child(6),
.home-app ul li:nth-child(7),
.home-app ul li:nth-child(8) {
	border-bottom: none;
}

.home-app ul li.active {
	background-color: rgba(0, 97, 184, 0.4);
}

.home-app ul li.active h2 {
	font-weight: bold;
}

.home-app ul li h2 {
	font-weight: 500;
	padding-bottom: 25px;
	margin-bottom: 35px;
	background: url(../images/app-icon.png) center bottom no-repeat;
}

.home-news {
	padding: 60px 0;
	background: url(../images/news-bg.jpg) center no-repeat;
	background-size: cover;
}

.home-news .news-title {
	padding-bottom: 40px;
	text-align: center;
}

.home-news .news-title h2 {
	font-size: 32px;
	padding-bottom: 20px;
	color: #0061b8;
	font-weight: 500;
}

.home-news .news-title p {
	font-size: 14px;
	color: #737373;
}

.home-news .text {
	padding: 20px;
	background-color: #fff;
	min-height: 215px;
}

.home-news .text h2 {
	font-size: 20px;
	font-weight: 500;
	color: #0061b8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 15px;
}

.home-news img {
	width: 100%;
}

.home-news .text p {
	color: #8a8a8a;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	margin: 15px 0 25px;
	padding-top: 15px;
	border-top: 1px solid #d6d6d6;
}

.home-news .news-btn {
	display: flex;
	justify-content: space-between;
	padding: 0 25px 25px;
	background-color: #fff;
}

.home-news .news-btn .time {
	color: #8a8a8a;
	font-size: 14px;
}

.home-news .news-btn span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/news-icon.png) center no-repeat;
	background-size: cover;
}

.home-news a {
	display: inline-block;
	border-radius: 15px;
	overflow: hidden;
}

.footer {
	background: url(../images/footer-bg.jpg) center no-repeat;
	background-size: cover;
	padding-top: 60px;
}

.footer .footer-box {
	display: flex;
}

.footer .footer-box .left {
	flex: 0 0 25%;
}

.footer .footer-box .left .img {
	margin-bottom: 30px;
}

.footer .footer-box .left ul {
	display: flex;
	flex-wrap: wrap;
}

.footer .footer-box .left ul li {
	flex: 0 0 50%;
	margin-bottom: 15px;
}

.footer .footer-box .left ul li a {
	display: inline-block;
	padding: 15px 40px 15px 0;
	color: white;
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid #fff;
	background: url(../images/footer-icon.png) right center no-repeat;
}

.footer .footer-box .left ul li:nth-child(2n) a {
	padding: 15px 50px 15px 30px;
}

.footer .footer-box .center {
	flex: 0 0 60%;
	box-sizing: border-box;
	padding-left: 100px;
}

.footer .footer-box .center h2 {
	font-size: 24px;
	margin: 30px 0 40px;
	color: white;
}

.footer .footer-box .center span {
	font-size: 14px;
}

.footer .footer-box .center ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer .footer-box .center ul li:nth-child(1),
.footer .footer-box .center ul li:nth-child(4) {
	flex: 0 0 45%;
}

.footer .footer-box .center ul li:nth-child(4),
.footer .footer-box .center ul li:nth-child(5),
.footer .footer-box .center ul li:nth-child(6) {
	margin-bottom: 0;
}

.footer .footer-box .center ul li {
	color: white;
	line-height: 30px;
	margin-bottom: 30px;
	flex: 0 0 25%;
}

.footer .footer-box .right {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-bottom: 30px;
	flex: 1;
}

.copyright {
	margin-top: 60px;
	text-align: center;
	color: white;
	padding: 20px 0;
	border-top: 1px solid white;
}

.pagebanner img {
	display: block;
	width: 100%;
}

.main-position {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
	color: #666;
}

.main-position .w1600 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-position .w1600 .left {
	flex: 0 0 70%;
}

.main-position a {
	color: #666;
}

.main-box {
	padding: 60px 0;
}

.main-title {
	text-align: center;
}

.main-title h2 {
	font-size: 34px;
	margin: 0;
	padding-bottom: 40px;
	color: #0061b8;
}

.about-text img {
	width: 400px;
	float: right;
	margin: 0 0 30px 30px;
}

.about-text {
	padding-bottom: 60px;
}

.about-text p {
	line-height: 40px;
	text-indent: 30px;
	color: #333;
}

.partner-box .box {
	flex: 0 0 19% !important;
}

.partner-box .box:nth-child(4n) {
	margin-right: 1% !important;
}

.partner-box .box:nth-child(5n) {
	marker-start: 0 !important;
}

.partner-box h3 {
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-top: 30px;
}

.list-box {
	display: flex;
	flex-wrap: wrap;
}

.list-box .box {
	text-align: center;
	flex: 0 0 24%;
	margin-right: 1%;
	margin-bottom: 1%;
	display: flex;
	justify-content: center;
}

.list-box .box p {
	padding: 10px 0;
	color: #666;
}

.list-box .box:nth-child(4n) {
	margin-right: 0;
}

.list-box .box img {
	max-width: 100%;
	border: 1px solid #eee;
}

.celist {
	display: flex;
	flex-wrap: wrap;
}

.celist .box {
	text-align: center;
	flex: 0 0 19%;
	margin-right: 1%;
	margin-bottom: 1%;
}

.celist .box p {
	padding: 10px 0;
	color: #666;
}

.celist .box:nth-child(5n) {
	margin-right: 0;
}

.celist .box img {
	max-width: 100%;
	border: 1px solid #eee;
}

.product-box {
	display: flex;
}

.product-box .left {
	padding-right: 2%;
	flex: 0 0 22%;
}

.product-box .right {
	flex: 1;
}

.product-box .left h2 {
	padding: 20px 30px;
	color: #fff;
	margin-bottom: 10px;
	background-color: #1c458e;
}

.product-box .left ul li {
	background-color: #eee;
	margin-bottom: 10px;
	border-right: 4px solid transparent;
}

.product-box .left ul li a {
	padding: 20px 30px;
	display: block;
	width: 100%;
}

.product-box .left ul li:hover {
	border-color: #1c458e
}

.product-box .right .goods-box {
	display: flex;
	flex-wrap: wrap;
}

.product-box .right .goods-box .box {
	flex: 0 0 24%;
	margin: 0 1.3% 1% 0;
}

.product-box .right .goods-box .box:nth-child(4n) {
	margin-right: 0;
}

.product-box .right .goods-box .box .img {
	background-color: #f7f7f7;
	overflow: hidden;
}

.product-box .right .goods-box .box img {
	width: 100%;
	transition: .3s;
}

.product-box .right .goods-box .box:hover p {
	background-color: #235cbe;
}

.product-box .right .goods-box .box p {
	text-align: center;
	margin: 0;
	padding: 15px 0;
	background-color: #1c458e;
	color: white;
}

.product-box .right .goods-box .box:hover img {
	transform: scale(1.05);
}

.pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pages li {
	padding: 0 10px;
}

.product-box .goods-details {
	display: flex;
	flex-wrap: wrap;
}

.product-box .goods-details .img {
	flex: 0 0 40%;
	border: 1px solid #ddd;
}

.product-box .goods-details .img img {
	width: 100%;
}

.product-box .goods-details .p-title {
	flex: 0 0 57%;
	margin-left: 3%;
}

.product-box .goods-details .p-title h2 {
	margin: 0;
	padding: 0 0 20px 30px;
	margin-bottom: 35px;
	font-size: 26px;
	color: #333;
	font-weight: 500;
	border-bottom: 1px solid #eee;
}

.product-box .goods-details .p-title p {
	margin-bottom: 10px;
	line-height: 25px;
	padding-left: 30px;
}

.product-box .goods-details .content {
	flex: 0 0 100%;
	margin-top: 60px;
}

.product-box .goods-details .content .table {
	margin: 0 !important;
}

.product-box .goods-details .content table {
	background-color: transparent !important;
}

.product-box .goods-details .content table td {
	padding: 10px 15px;
	border: 1px solid #ddd !important;
	background-color: transparent !important;
}

.product-box .goods-details .content-title h2 {
	font-size: 18px;
}

.product-box .goods-details .content-title {
	align-items: center;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	padding: 15px;
	background-color: #f2f2f2;
	border-bottom: 2px solid #1c458e;
	margin-bottom: 15px;
}

.news-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-box .box {
	box-sizing: border-box;
	flex: 0 0 100%;
	padding: 30px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.news-box .box h2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	font-weight: 500;
}

.news-box .box h2 a {
	font-size: 18px;
}

.news-box .box p {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-box .box span {
	display: block;
	padding-bottom: 10px;
}

.news-details .news-title {
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.news-details .news-title h2 {
	padding-bottom: 25px;
	font-size: 24px;
	font-weight: 500;
}

.news-details .news-title p {
	color: #666;
}

.news-details .news-content p {
	margin: 0;
	line-height: 30px;
}

.join-text p {
	line-height: 30px;
	text-indent: 30px;
}

.join-text p:nth-child(1) {
	padding-bottom: 30px;
}

.join-text p:nth-child(2) {
	padding-bottom: 10px;
}

.join-text p:nth-child(3) {
	padding-bottom: 60px;
}

.join-text p:nth-child(4),
.join-text p:nth-child(5),
.join-text p:nth-child(6) {
	text-align: right;
	padding-bottom: 10px;
}

.contact-box {
	display: flex;
}

.contact-box .left {
	flex: 0 0 60%;
}

.contact-box .right {
	flex: 1;
	padding-left: 70px;
}

.contact-box .right h2 {
	color: #0061b8;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.contact-box .right ul li {
	padding-bottom: 15px;
	line-height: 30px;
}

#map {
	height: 495px;
}

.head-m {
	display: none;
}

.news-m {
	display: none;
}

.pages {
	min-height: auto !important;
}

@media (max-width: 440px) {
	.head-pc {
		display: none;
	}

	.head-m {
		display: flex;
	}

	.head-m {
		position: relative;
		width: 100%;
		z-index: 2;
		justify-content: space-between;
		align-items: center;
		padding: 10px 0;
	}

	.head-m .left {
		padding-left: 25px;
		flex: 0 0 45%;
	}

	.head-m .left img {
		width: 100%;
	}

	.head-m .right {
		padding-right: 25px;
		flex: 0 0 30%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.head-m .right span {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../images/headm-icon.png) center no-repeat;
	}

	.head-m .head-menu {
		position: absolute;
		top: 100%;
		background-color: white;
		width: 100%;
		left: 0;
	}

	.head-m .head-menu a {
		display: block;
		padding: 10px 0 10px 25px;
	}

	.w1600 {
		padding: 0 15px;
	}

	.swiper1 .next1,
	.swiper1 .prev1 {
		width: 30px;
		height: 40px;
	}

	.swiper1 .prev1 {
		left: 10px;
	}

	.swiper1 .next1 {
		right: 10px;
	}

	.swiper1 a {
		height: 40px;
		bottom: 10px;
	}

	.home-about .about-box .text {
		padding: 20px 15px;
		height: auto;
		box-sizing: border-box;
	}

	.home-about .about-box .left {
		flex: 0 0 100%;
	}

	.home-about .about-box {
		flex-wrap: wrap;
	}

	.home-about .about-box .about-icon {
		height: auto;
		flex-wrap: wrap;
	}

	.home-about .about-box .about-icon .box {
		flex: 0 0 50%;
	}

	.home-about .about-box .about-icon .box .bottom {
		width: auto;
		height: auto;
		border: none;
	}

	.home-about .about-box .about-icon .box {
		padding: 15px 0;
	}

	.home-about .about-box .about-icon .box .top h2 {
		font-size: 16px;
		padding: 10px 0;
	}

	.home-about .about-box .about-icon .box .top img {
		height: 40px;
	}

	.home-about .about-box .text h2 {
		font-size: 24px;
	}

	.home-about .about-box .text h3 {
		padding-bottom: 20px;
	}

	.home-about .about-box .text a {
		margin-top: 15px;
		padding: 10px 30px;
	}

	.home-product .product-title {
		flex-wrap: wrap;
	}

	.home-product .product-title ul {
		justify-content: space-between;
		padding-top: 25px;
		flex-wrap: wrap;
	}

	.home-product .product-title ul li {
		flex: 0 0 49%;
		margin: 0;
	}

	.home-product .product-title h2 {
		padding-bottom: 10px;
		font-size: 24px;
	}

	.home-product .product-title {
		margin-bottom: 30px;
	}

	.home-product {
		padding: 20px 15px;
	}

	.home-product .productbox .box .top {
		display: none;
	}

	.home-product .productbox .box img {
		width: 100%;
	}

	.home-product .productbox .box {
		padding: 0;
		background-color: transparent;
	}

	.home-product {
		background: url(../images/product-bg.jpg) center top no-repeat;
	}

	.home-workshop {
		display: none;
	}

	.home-advs {
		padding: 20px 15px;
	}

	.home-advs .advs-box .box {
		flex: 0 0 100%;
		border-right: none !important;
		border-left: none !important;
		border-bottom: 1px solid #dcdcdc !important;
		padding: 20px;
	}

	.home-advs .advs-box .left {
		flex: 0 0 100%;
	}

	.home-advs .advs-box .right {
		display: none;
	}

	.home-advs .advs-box .box:last-child {
		border-bottom: none !important;
	}

	.news-pc {
		display: none;
	}

	.news-m {
		display: block;
	}

	.home-app {
		display: none;
	}

	.news-m h2 {
		font-size: 18px;
		padding-bottom: 10px;
		font-weight: 500;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.news-m span {
		display: block;
		padding-bottom: 10px;
	}

	.news-m p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.news-m .box {
		padding: 20px 0;
		border-bottom: 1px solid #dcdcdc;
	}

	.news-m .box:last-child {
		border: none;
	}

	.home-news {
		padding: 20px 15px;
	}

	.home-news .news-title {
		padding-bottom: 20px;
	}

	.home-news .news-title h2 {
		font-size: 24px;
	}

	.footer .footer-box {
		flex-wrap: wrap;
	}

	.footer .footer-box .left {
		flex: 0 0 100%;
	}

	.footer .footer-box .left ul {
		display: none;
	}

	.footer .footer-box .center {
		padding-left: 0;
		flex: 0 0 100%;
	}

	.footer {
		padding: 20px 15px;
	}

	.footer .footer-box .center h2 {
		margin-top: 0;
	}

	.footer .footer-box .center ul li {
		flex: 0 0 50% !important;
		box-sizing: border-box;
	}

	.footer .footer-box .center ul li:nth-child(2n) {
		padding-left: 20px;
	}

	.footer .footer-box .center ul li:nth-child(4),
	.footer .footer-box .center ul li:nth-child(5),
	.footer .footer-box .center ul li:nth-child(6) {
		margin-bottom: 20px !important;
	}

	.footer .footer-box .right {
		justify-content: center;
	}

	.copyright {
		margin-top: 0;
	}

	.main-title h2 {
		padding-bottom: 15px;
		font-size: 24px;
	}

	.about-box .about-text img {
		width: 100%;
		margin: 0;
	}

	.about-box p {
		line-height: 30px;
	}

	.partner-box h3 {
		font-size: 18px;
	}

	.list-box .box {
		flex: 0 0 49% !important;
	}

	.list-box .box:nth-child(5n) {
		margin-right: 1% !important;
	}

	.list-box .box:nth-child(3n) {
		marker-start: 1% !important;
	}

	.product-box {
		flex-wrap: wrap;
	}

	.product-box {
		flex-wrap: wrap;
	}

	.product-box .left {
		flex: 0 0 100%;
		padding-right: 0;
	}

	.product-box .right {
		flex: 0 0 100%;
	}

	.product-box .goods-box {
		padding: 15px 0;
		justify-content: space-between;
	}

	.product-box .right .goods-box .box {
		flex: 0 0 49%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.product-box .left h2 {
		font-size: 18px;
	}

	.product-box .left ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.product-box .left ul li {
		flex: 0 0 49%;
		box-sizing: border-box;
	}

	.product-box .left ul li a {
		box-sizing: border-box;
	}

	.goods-details a {
		color: white;
	}

	.product-box .goods-details .content-title h2 {
		font-weight: 500;
	}

	.product-box .goods-details .p-title h2 {
		padding-left: 0;
		font-size: 18px;
		margin-bottom: 20px;
	}

	.product-box .goods-details .img {
		flex: 0 0 100%;
	}

	.product-box .goods-details .title {
		flex: 0 0 100%;
		margin: 0;
	}

	.product-box .goods-details .title .tel-box {
		justify-content: space-between;
	}

	.product-box .goods-details .title .tel-box p {
		margin: 0 0 10px;
		padding: 0;
		flex: 0 0 49%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 0;
	}

	.product-box .goods-details .title .tel-box a {
		font-size: 12px;
		display: inline-block;
		padding-left: 20px;
	}

	.product-box .goods-details .title h2 {
		padding-bottom: 10px;
		font-size: 18px;
		margin: 10px 0;
	}

	.product-box .goods-details .content {
		margin-top: 20px;
	}

	.product-box .goods-details .p-title {
		flex: 0 0 100%;
		padding-top: 20px;
		margin-left: 0;
	}

	.product-box .goods-details .p-title p {
		display: none;
	}

	.news-box .box {
		flex: 0 0 100%;
		padding: 15px 20px;
	}

	.main-box {
		padding: 20px 0;
	}

	.contact-box {
		flex-wrap: wrap;
	}

	.contact-box .left {
		flex: 0 0 100%;
	}

	.contact-box .right {
		padding: 20px 0;
		flex: 0 0 100%;
	}
}