﻿.index-slide img {
	display: block;
	width: 100%;
}

.index-slide {
	position: relative;
}

.index-slide .prev1 {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}

.index-slide .prev1 img,
.index-slide .next1 img {
	max-width: 50px;
	cursor: pointer;
}

.index-slide .next1 {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}

.home-about {}

.home-about .w1900 {
	background: url(../image/about-bg.jpg) left no-repeat;
	display: flex;
	justify-content: flex-end;
	padding-left: 5%;
}

.home-about .about-box {
	display: flex;
	max-width: 1650px;
}

.home-about .about-box .left {
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-right: 20px;
}

.home-about .about-box .about-top h2 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 40px;
	color: #012b7f;
	position: relative;
}

.home-about .about-box .about-top h2:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	bottom: 0;
	background-color: #012b7f;
}


.home-about .about-box .about-top a {
	display: inline-block;
	border-radius: 5px;
	padding: 12px 35px;
	border: 1px solid #012b7f;
	margin-top: 30px;
}
.home-about .about-box .about-top a:hover{
	background-color: #012b7f;
	color: white;
}

.home-about .about-box .about-top p {
	line-height: 40px;
}
@media (max-width: 1600px){
	.home-about .about-box .about-top p {
		line-height: 30px;
	}
}
.home-about .about-box .right {
	flex: 1;
}
.home-about .about-box .img{
	box-sizing: border-box;
	width: 100%;
}
.home-about .about-box img {
	width: 100%;
}

.home-about .about-box .about-icon {
	display: flex;
	flex-wrap: wrap;
}

.home-about .about-box .about-icon .box {
	flex: 0 0 50%;
	padding: 15px 0 15px 65px;
	margin-bottom: 20px;
}

.home-about .about-box .about-icon .box:nth-child(3),
.home-about .about-box .about-icon .box:nth-child(4) {
	margin-bottom: 0;
}

.home-about .about-box .about-icon .box:nth-child(1) {
	background: url(../image/about-icon1.png) left center no-repeat;
	background-size: 45px;
}

.home-about .about-box .about-icon .box:nth-child(2) {
	background: url(../image/about-icon2.png) left center no-repeat;
	background-size: 45px;
}

.home-about .about-box .about-icon .box:nth-child(3) {
	background: url(../image/about-icon3.png) left center no-repeat;
	background-size: 45px;
}

.home-about .about-box .about-icon .box:nth-child(4) {
	background: url(../image/about-icon4.png) left center no-repeat;
	background-size: 45px;
}

.home-about .about-box .about-icon h2 span {
	font-size: 36px;
}

.home-about .about-box .about-icon h2 {
	font-size: 16px;
}

.home-product {
	padding: 80px 0;
	background: url(../image/produce-bg.jpg) center no-repeat;
	background-size: cover;
}

.home-product .p-title {
	padding-bottom: 40px;
}

.home-product .p-title h2 {
	font-size: 40px;
	color: white;
	font-weight: 400;
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
}

.home-product .p-title h2:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	bottom: 0;
	background-color: #fff;
}

.home-product .p-title .bottom {
	display: flex;
	justify-content: space-between;
}

.home-product .p-title .bottom p {
	color: white;
	flex: 0 0 50%;
	line-height: 25px;
}

.home-product .p-title ul {
	display: flex;
}

.home-product .p-title ul li {
	padding: 12px 25px;
	display: inline-block;
	margin-left: 15px;
	color: white;
	border: 1px solid #fff;
	cursor: pointer;
	text-align: center;
	background-color: rgba(255,255,255,0.2);
}

.home-product .p-title ul li.active {
	background: #012b7f;
}

.home-product .p-box .box1,
.home-product .p-box .box2 {
	display: flex;
	flex-wrap: wrap;
}

.home-product .p-box .box {
	flex: 0 0 24%;
	margin-right: 1.2%;
	margin-bottom: 1.2%;
	background-color: #fff;
	text-align: center;
	transition: .3s;
}
.home-product .p-box .box .img{
	overflow: hidden;
	padding: 10px;
}
.home-product .p-box .box img{
	transition: .3s;
}
.home-product .p-box .box:hover img{
	transform: scale(1.1);
}
.home-product .p-box .box p {
	border-top: 1px solid #ccc;
	padding: 15px 0;
}

.home-product .p-box .box img {
	width: 100%;
}
.home-product .p-box .box:hover{
	box-shadow: 0 0 20px rgba(255,255,255,0.5);
}

.home-product .p-box .box:nth-child(4n) {
	margin-right: 0;
}

.home-product .p-btn {
	text-align: center;
}

.home-product .p-btn a {
	display: inline-block;
	padding: 12px 55px;
	margin-top: 45px;
	color: white;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,.2);
}
.home-product .p-btn a:hover{
	background-color: #012b7f;
	color: white;
}
.home-advs {
	padding: 80px 0;
}

.home-advs .advs-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-advs .advs-box .left {
	flex: 0 0 26%;
}

.home-advs .advs-box .center {
	flex: 0 0 42%;
	padding: 0 50px;
}

.home-advs .advs-box .center img {
	width: 100%;
	transition: .3s;
}
.home-advs .advs-box .center img:hover{
	transform: scale(1.05);
}

.home-advs .advs-box .right {
	flex: 0 0 26%;
}

.home-advs .advs-box h2 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 500;
	color: #012b7f;
	padding: 15px 0 15px 100px;
}

.home-advs .advs-box p {
	line-height: 25px;
	font-size: 14px;
}

.home-advs .advs-box .left .box:nth-child(1) {
	margin-bottom: 40px;
}

.home-advs .advs-box .right .box:nth-child(1) {
	margin-bottom: 40px;
}

.home-advs .advs-box .left .box:nth-child(1) h2 {
	background: url(../image/advs-icon1.png) left center no-repeat;
}

.home-advs .advs-box .left .box:nth-child(2) h2 {
	background: url(../image/advs-icon2.png) left center no-repeat;
}

.home-advs .advs-box .right .box:nth-child(1) h2 {
	background: url(../image/advs-icon3.png) left center no-repeat;
}

.home-advs .advs-box .right .box:nth-child(2) h2 {
	background: url(../image/advs-icon4.png) left center no-repeat;
}

.title {
	text-align: center;
}

.title h2 {
	font-size: 40px;
	color: #012b7f;
	padding-bottom: 30px;
	margin-bottom: 50px;
	position: relative;
	text-transform: uppercase;
}

.title h2:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #000;
}

.home-workshop {
	background: url(../image/video-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.home-workshop p{
    text-align: center;
    padding: 15px 0;
    background-color: #fff;
}
.home-workshop .workshop-ul{
	display: flex;
	margin-bottom: 40px;
	justify-content: space-between;
}
.home-workshop .workshop-ul li{
	padding: 15px 30px;
	flex: 0 0 24%;
	text-align: center;
	border: 1px solid #000;
	cursor: pointer;
}
.home-workshop .workshop-ul li.active{
	background-color: #012b7f;
	color: white;
}
.home-workshop img{
	width: 100%;
}

.home-video .swiper2 {
	padding-top: 20px;
}

.home-app{
	padding: 80px 0;
	background-color: #f7f7f7;
}
.home-app .app-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-app .app-box .box{
	flex: 0 0 24%;
	margin-bottom: 1%;
}
.home-app .app-box .box img{
	width: 100%;
}
.home-app .app-box .box p{
	padding: 10px;
	text-align: center;
	background-color: #fff;
	text-transform: capitalize;
}





.home-news {
	padding: 80px 0;
}

.home-news .news-box {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.home-news .news-box .box {
	flex: 0 0 31.5%;
	margin-right: 2.5%;
	border: 1px solid #b8b8b8;
	padding: 15px;
	margin-bottom: 35px;
}

.home-news .news-box .box:nth-child(3n) {
	margin-right: 0;
}

.home-news .news-box .box .top {
	padding-bottom: 15px;
	border-bottom: 1px solid #b8b8b8;
	margin-bottom: 15px;
	display: flex;
}

.home-news .news-box .box .top .time {
	flex: 0 0 18%;
	border-right: 1px solid #b8b8b8;
}

.home-news .news-box .box .top .time {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.home-news .news-box .box .top .time h2 {
	font-size: 34px;
	padding-bottom: 5px;
}

.home-news .news-box .box .top .text {
	padding-left: 25px;
}

.home-news .news-box .box .top .text h2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	margin-bottom: 15px;
}

.home-news .news-box .box .top .text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #b8b8b8;
}

.home-news .news-box .box .bottom {
	display: flex;
	justify-content: space-between;
	padding: 5px 15px 5px 0;
}

.home-news .news-box .box:hover {
	background-color: #012b7f;
	border-color: white;
}

.home-news .news-box .box:hover a {
	color: white;
}

.home-news .news-box .box:hover p {
	color: white !important;
}

.home-news .news-box .box:hover .top,
.home-news .news-box .box:hover .top .time {
	border-color: white;
}

.banner {
	text-align: center;
}

.banner img {
	width: 100%;
}

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

.main-nav .left {
	background: url(../image/nav-icon.png) left center no-repeat;
	background-size: 20px;
	padding: 25px 0 25px 25px;
}

.main-nav .left a {
	display: inline-block;
	padding: 0 5px;
}

.main-nav .right a {
	padding: 10px 30px;
	background-color: #10338b;
	color: #fff;
}

.main-title h2 {
	text-transform: uppercase;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	color: #10338b;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

.main-page .about-text {
	line-height: 45px;
	padding-bottom: 60px;
}

.main-page .about-text img {
	width: 500px;
	float: right;
	margin-left: 30px;
}

.main-page .home-advs {
	background-color: #fff;
}

.index-pic {
	display: none;
}

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

.pagination {
	text-align: center;
	margin-bottom: 20px;
}

.pagination .paging-ul {
	display: flex;
	justify-content: center;
}

.pagination .paging-ul li span,
.pagination .paging-ul li a {
	display: inline-block;
	padding: 10px 15px;
	background-color: #fff;
	margin: 0 5px;
	font-size: 14px;
}

.pagination .paging-ul li.paging-active span {
	background-color: #10338b;
	color: white;
}

.main-nav ul {
	display: flex;
}

.main-nav ul li {
	padding-left: 30px;
}

.main-page.goods .w1200 {
	display: flex;
	justify-content: center;
}

.main-page.goods .left {
	flex: 0 0 20%;
}
.main-page.goods .left .current-menu-item a{
   border-color: #012b7f;
}
.main-page.goods .left h2 {
	font-size: 24px;
	padding: 15px 20px 15px 30px;
	background-color: #10338b;
	border-bottom: 1px solid white;
	color: white;
	margin-bottom: 10px;
}
.main-page.goods .left .sub-menu{
	padding-left: 20px;
}
.main-page.goods .left ul li a {
	display: block;
	padding: 20px 20px 20px 30px;
	background-color: #fff;
	margin-bottom: 10px;
	border-right: 4px solid transparent;
}

.main-page.goods .left ul li a:hover{
	border-color: #012b7f;
}

.main-page.goods .right {
	flex: 1;
	padding-left: 30px;
}

.main-page.goods .right .goods-box {
	display: flex;
	flex-wrap: wrap;
}

.main-page.goods .right .box {
	flex: 0 0 24.2%;
	margin-right: 1%;
	margin-bottom: 2%;
	border-bottom: 3px solid transparent;
}

.main-page.goods .right .box .img {
	padding: 10px;
	background-color: #fff;
}

.main-page.goods .right .box img {
	width: 100%;
}

.main-page.goods .right .box p {
	text-align: center;
	padding: 5px 0 15px;
	background-color: #fff;
}

.main-page.goods .right .box:nth-child(4n) {
	margin-right: 0;
}

.details-content table tr:first-child {
	color: #10338b;
	font-weight: bold;
	font-size: 16px;
}

.goods-details {
	display: flex;
	flex-wrap: wrap;
}

.goods-details .img {
	flex: 0 0 35%;
}

.goods-details .img img {
	width: 100%;
	padding: 10px;
	background-color: #fff;
}

.goods-details .goods-title {
	flex: 0 0 65%;
	padding-left: 50px;
}

.goods-details .goods-title h2 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}

.goods-details .goods-title a {
	display: inline-block;
	padding: 15px 45px;
	background-color: #012b7f;
	text-align: center;
	color: white;
}

.goods-details ul {
	padding-top: 20px;
}

.goods-details ul li {
	padding: 0 0 25px 35px;
}

.goods-details ul li p {
	padding-bottom: 10px;
	font-size: 16px;
}

.goods-details ul li p:first-child {
	font-weight: bold;
}

.goods-details ul li:first-child {
	background: url(../image/p-icon1.png) left 5px no-repeat;
}

.goods-details ul li:last-child {
	background: url(../image/p-icon2.png) left 5px no-repeat;
}

.goods-details .goods-content {
	margin-top: 40px;
	flex: 0 0 100%;
}

.goods-details .goods-content .details-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #10338b;
	color: white;
}
.goods-details .goods-content .details-content p{
	line-height: 40px;
}
.goods-details .goods-content .details-title h2 {
	font-size: 18px;
}

.goods-details .goods-content .details-title a {
	padding: 10px 30px;
	background-color: #fff;
	color: #10338b;
}

.postnext {
	width: 100%;
	padding-top: 40px;
	border-top: 1px dashed #ccc;
	margin-top: 40px;
}

.postnext a {
	display: inline-block;
	padding: 10px 0;
}

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

.news-box .news-li {
	box-sizing: border-box;
	padding: 25px 40px;
	box-shadow: 0 5px 10px 0 #ccc;
	margin-bottom: 25px;
	background-color: #fff;
	flex: 0 0 49%;
}
.news-box .news-li img{
	width: 100%;
}
.news-box .news-li .news-title {
	padding: 0 10px 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.news-box .news-li .news-title .time {
	display: inline-block;
	padding-top: 15px;
}

.news-box .news-li .news-title h2 {
	font-weight: bold;
	font-size: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-box .news-li p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-box .news-li:hover h2 {
	color: #10338b;
}

.news-box .news-li span {
	display: inline-block;
	padding: 10px 30px;
	margin-top: 20px;
	border: 1px solid #10338b;
}

.news-box .news-li:hover span {
	background-color: #10338b;
	color: white;
	border-color: #10338b;
}

.news-details h3 {
	padding-bottom: 35px;
	margin-bottom: 35px;
	text-align: center;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 24px;
	border-bottom: 1px dashed #ccc;
}

.news-details .text {
	line-height: 30px;
}

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

.knowledge-box .k-box {
	flex: 0 0 100%;
	margin-bottom: 20px;
	box-shadow: 0 0 10px #ccc;
	padding: 25px;
	background-color: #fff;
	border-bottom: 2px solid #10338b;
	transition: .3s;
}

.knowledge-box .k-box .k-content {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
	line-height: 30px;
}

.knowledge-box .k-box .k-content p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	overflow: hidden;
}

.knowledge-box .k-box .k-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.knowledge-box .k-box .k-title span {
	display: inline-block;
	flex: 0 0 30px;
	height: 30px;
	cursor: pointer;
	background: url(/wp-content/themes/xinda/images/k-btn.png) no-repeat;
	background-size: cover;
}

.knowledge-box .k-box .k-title a {
	display: block;
	font-size: 16px;
	line-height: 25px;
	height: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.knowledge-box .k-box .k-btn a {
	display: inline-block;
	color: #10338b;
	padding: 7px 30px;
	margin-top: 20px;
	border: 1px solid #10338b;
}

.knowledge-box .k-box .k-btn a:hover {
	background-color: #10338b;
	color: white;
}

.knowledge-box .k-box:hover {
	box-shadow: 0 0 10px #10338b;
}

.margin-top {
	margin-top: 150px;
}

.contact #map {
	height: 400px;
}

.contact .bottom {
	display: flex;
}

.contact .bottom .left {
	flex: 0 0 60%;
	padding: 40px;
	background-color: #fff;
}

.contact .bottom .left h2 {
	font-size: 30px;
	color: #012b7f;
}

.contact .bottom .left p {
	font-size: 24px;
	padding-bottom: 20px;
}

.contact .bottom .left li {
	padding-left: 35px;
}

.contact .bottom .left li:nth-child(1) {
	background: url(../image/p-icon1.png) left center no-repeat;
	display: flex;
}
.contact .bottom .left li:nth-child(1) span{
    display: inline-block;
    line-height: 30px;
}
.contact .bottom .left li:nth-child(2) {
	background: url(../image/p-icon2.png) left center no-repeat;
}

.contact .bottom .left li:nth-child(3) {
	background: url(../image/p-icon4.png) left center no-repeat;
}

.contact .bottom .left li:nth-child(4) {
	background: url(../image/p-icon3.png) left center no-repeat;
}

.contact .right {
	flex: 1;
}

.contact .right form {
	background-color: #0d5db8;
	padding: 40px;
	display: flex;
	flex-direction: column;
}

.contact .right form input {
	background-color: #053a90;
	border: none;
	padding: 18px 25px;
	margin-bottom: 20px;
	border-radius: 25px;
	color: white;
}

.contact .right form input::-webkit-input-placeholder,
.contact .right form textarea::-webkit-input-placeholder {
	color: white;
}

.contact .right form textarea {
	resize: none;
	background-color: #053a90;
	border: none;
	padding: 18px 25px;
	margin-bottom: 20px;
	border-radius: 25px;
	color: white;
}

.contact .right a {
	display: block;
	width: 100%;
	text-align: center;
	color: white;
	border-radius: 25px;
	background-color: #012b7f;
}


.ce-box {
	display: flex;
	flex-wrap: wrap;
}

.ce-box .ce-li {
	flex: 0 0 24%;
	margin: 0 10px 10px 0;
}

.ce-box .ce-li:hover img {
	transform: scale(1.02);
}

.ce-box .ce-li img {
	background-color: #fff;
	transition: .3s;
}

.ce-box .ce-li:nth-child(4n) {
	margin-right: 0;
}

.ce-box .ce-li img {
	width: 100%;
}
.ce-box .ce-li p{
    text-align: center;
    padding: 15px;
}
.head-m {
	display: none;
}

.home-news .news-box-m {
	display: none;
}

.partner img{
	padding: 0 20px !important;
	background-color: transparent !important;
}

@media (max-width: 980px) {
	.position-fixed {
		display: none;
	}

	.head-pc {
		display: none;
	}

	.head-m {
		display: flex;
	}

	.head-m {
		position: relative;
		width: 100%;
		z-index: 2;
		justify-content: space-between;
		padding: 10px 0;
	}

	.head-m .left {
		padding-left: 25px;
		flex: 0 0 30%;
	}

	.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 .head-nav {
		flex-direction: column;
	}

	.head-m .right span {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../image/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 .sub-menu{
		display: none !important;
	}
	.head-m .head-menu a {
		text-align: left;
		display: block;
		padding: 15px 0 15px 25px;
	}

	.head.fixed li a {
		padding: 15px 0 15px 25px;
	}
	.head-m .language {
		display: flex;
		margin-left: 25px;
		padding-bottom: 15px;
	}
	.head-m .language a{
		padding: 0;
		margin-right: 10px;
	}
	.w1200 {
		padding: 0;
	}

	.w1900 {
		padding: 0 !important;
	}

	.index-slide .prev1 img,
	.index-slide .next1 img {
		max-width: 20px;
	}

	.home-advs .advs-box {
		flex-wrap: wrap;
	}

	.index-slide {
		padding-top: 60px;
	}

	.home-about {
		padding: 30px 0;
	}

	.home-about .about-box {
		flex-wrap: wrap;
		padding: 0 15px;
	}

	.home-about .about-box .left {
		padding: 0;
		flex: 0 0 100%;
	}

	.home-about .about-box .about-top h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.home-about .about-box .about-icon {
		justify-content: space-between;
	}

	.home-about .about-box .about-icon h2 span {
		font-size: 24px;
	}

	.home-about .about-box .about-icon .box {
		flex: 0 0 49%;
	}

	.home-product {
		padding: 30px 15px;
	}

	.home-product .p-title h2 {
		margin-bottom: 20px;
		font-size: 30px;
	}

	.home-product .p-title .bottom {
		flex-wrap: wrap;
	}
	.home-product .p-box .box1, .home-product .p-box .box2{
		justify-content: space-between;
	}
	.home-product .p-title .bottom p {
		flex: 0 0 100%;
	}

	.home-product .p-title .bottom ul {
		flex-wrap: wrap;
		flex: 0 0 100%;
		margin-top: 10px;
	}

	.home-product .p-title {
		padding-bottom: 20px;
	}
	.home-product .p-title ul{
		justify-content: space-between;
	}
	.home-product .p-title ul li {
		margin: 0;
		margin-bottom: 10px;
		flex: 0 0 49%;
	}

	.home-product .p-box {
		justify-content: space-between;
	}

	.home-product .p-box .box {
		flex: 0 0 49%;
	}

	.home-product .p-box .box:nth-child(2n) {
		margin-right: 0;
	}

	.home-advs {
		padding: 30px 15px;
	}
	.home-workshop{
		display: none;
	}

	.title h2 {
		font-size: 30px;
		margin-bottom: 0;
		padding-bottom: 15px;
	}

	.home-advs .advs-box .left {
		margin-bottom: 20px;
	}

	.home-advs .advs-box .left,
	.home-advs .advs-box .right {
		flex: 0 0 100%;
	}

	.home-advs .advs-box .center {
		display: none;
	}

	.home-video {
		display: none;
	}

	.home-ce .ce-box {
		flex-wrap: wrap;
	}

	.home-ce .ce-box .box {
		flex: 0 0 100%;
	}

	.home-news {
		padding: 30px 15px;
	}

	.home-news .news-box .box {
		flex: 0 0 100%;
		margin-bottom: 10px;
	}

	.footer .right .text {
		padding: 0;
	}

	.footer .left {
		display: none;
	}

	.footer .footer-box {
		width: 100% !important;
		padding: 30px 15px;
	}

	.footer .footer-box .right {
		flex-wrap: wrap;
	}

	.footer .right .text {
		flex: 0 0 100%;
		padding-bottom: 20px;
	}

	.footer .right .form {
		flex: 0 0 100%;
		display: none;
	}

	.main-nav {
		display: none;
	}

	.main-page {
		padding: 20px 15px;
	}

	.about-text .txt img {
		float: none;
		width: 100%;
		padding: 0;
	}

	.about-text {
		padding: 0;
	}

	.main-page .about-text img {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 10px;
	}

	.main-title h2 {
		font-size: 26px;
		margin-bottom: 0;
	}

	.main-page .about-text {
		padding-bottom: 30px;
		line-height: 30px;
	}

	.main-page.goods .w1200 {
		display: block;
	}

	.main-page.goods .left h2 {
		font-size: 20px;
	}

	.main-page.goods .left ul li a {
		padding: 10px 20px;
	}

	.main-page.goods .right {
		padding: 0;
	}

	.main-page.goods .right .box {
		margin-right: 0;
		flex: 0 0 49%;
	}

	.main-page.goods .right .goods-box {
		justify-content: space-between;
		padding-top: 20px;
	}

	.main-page.goods .right .box p {
		padding: 5px 0;
	}

	.goods-details .img {
		flex: 0 0 100%;
		margin-top: 20px;
	}

	.goods-details .goods-title {
		padding: 0;
		flex: 0 0 100%;
		margin-top: 20px;
	}

	.goods-details ul {
		display: none;
	}

	.goods-details .goods-content {
		margin-top: 0;
	}

	.goods-details .goods-content .details-title {
		display: none;
	}

	.details-content {
		line-height: 30px;
	}

	.news-box .news-li {
		padding: 15px;
		flex: 0 0 100%;
		margin-right: 0;
	}

	.news-details h3 {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.news-box .news-li span {
		display: none;
	}

	.ce-box .ce-li {
		flex: 0 0 49%;
		margin-right: 0;
	}

	.ce-box {
		justify-content: space-between;
	}

	.contact .bottom .left {
		flex: 0 0 100%;
		padding: 25px;
	}

	.contact .bottom .left h2 {
		padding-bottom: 15px;
	}

	.contact .bottom .right {
		flex: 0 0 100%;
		display: none;
	}

	.contact .right a {
		padding: 10px 0;
	}

	.contact .bottom {
		flex-wrap: wrap;
	}

	.contact .bottom .left p {
		font-size: 18px;
	}

	.main-contact .about-text {
		padding-bottom: 0;
	}

	.main-page.goods .left {
		margin-bottom: 15px;
	}
}