.w1200 {
	width: 1440px;
	margin: 0 auto;
	position: relative;
}
.w1900 {
	width: 1900px;
	margin: 0 auto;
	position: relative;
}

.head-container {}

.head {
	position: absolute;
	width: 100%%;
	left: 50%;
	transform: translate(-50%,0);
	top: 0;
	background-color: transparent;
	border-radius: 15px;
}

.head .head-top {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.head .head-top .left {
	position: relative;
	display: flex;
	flex: 0 0 28%;
	align-items: center;
}
.head .head-top .left .text{
	padding-left: 20px;
}
.head .head-top .left .text li {
	padding: 2px 0;
}

.head .head-top .right {
	display: flex;
	flex: 1;
	position: relative;
}
.head .head-top .right h2 {
	margin: 0;
	font-size: 24px;
	color: #215ab1;
}

.head .head-top .right .text p {
	color: #666666;
}

.head .head-top .right .icon {
	padding: 5px 5px 0 0;
}

.logoimg {
	width: 100%;
}

.head-nav {
	padding: 0 80px 0 30px;
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-evenly;
}

.nav-li {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	position: relative;
}

.navA {
	color: white;
	font-size: 14px;
	width: 100%;
	line-height: 28px;
	text-align: center;
}

.navA:hover {
	color: #e62129;
}

.lightblue {
	color: #e62129;
	font-weight: bold;
}
.head-tel{
	right: -200px;
	top: 20px;
	position: absolute;
	display: flex;
	align-items: center;
}
.head-tel:before{
	content: "";
	position: absolute;
	background-color: #e62129;
	top: -8px;
	left: -60px;
	width: 200%;
	height: 130%;
	transform: skewX(-25deg);
}
.head-tel .tel{
	padding-left: 10px;
	max-width: 180px;
}
.head-tel .img{
	position: relative;
}
.head-tel .tel h2{
	line-height: 23px;
	position: relative;
	color: white;
	font-size: 22px;
	margin: 0;
}

.swiper1{
	z-index: -1 !important;
}

.about {
	padding: 40px 0;
}
.about .top h2{
	font-size: 36px;
	margin-bottom: 20px;
}
.about .about-box{
	text-align: center;
	padding: 0 300px;
}
.about .bottom{
	padding-top: 30px;
	display: flex;
	justify-content: center;
}
.about .bottom .box{
	flex: 0 0 33.33%;
	border-right: 2px solid #e5e5e5;
}
.about .bottom .box h2{
	margin: 0;
	font-weight: bold;
	font-size: 40px;
}
.about .bottom .box p{
	font-size: 12px;
}
.about .bottom .box:last-child{
	border: none;
}
.goods-box .show-li img{
	width: 100%;
}
.goods-box .show-li{
	position: relative;
	overflow: hidden;
}
.goods-box .show-li .show-title	{
	transform: translateY(100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(230, 33, 41, 0.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 50px;
	transition: all 0.4s;
}
.goods-box .show-li:hover .show-title{
	transform: translateY(0);
}
.goods-box .show-li .goods-link{
    padding-top: 15px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid white;
	color: white;
	padding-bottom: 10px;
}
.goods-box .show-li h2{
	margin: 0;
	color: white;
}
.goods-box .show-li p{
	padding: 5px 0;
	color: white;
}
.goods-swiper{
	padding-bottom: 80px !important;
}
.goods-box .swiper-button-next,.goods-box .swiper-button-prev{
	background-image: none;
	font-size: 24px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #e62129;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
	color: white;
	z-index: 999;
	top: 95%;
}
.goods-box .swiper-button-next{
	left: 51.5%;
}
.goods-box .swiper-button-prev{
	left: 48.5%;
}
.title{
	padding-bottom: 50px;
}
.title .titlename{
	text-align: center;
	font-size: 34px;
	position: relative;
}
.title .titlename:before{
	position: absolute;
	content: "";
	width: 35px;
	height: 4px;
	background-color: #000;
	bottom: -25px;
	left: 50%;
	transform: translate(-50%,0);
}
.workshop{
	margin-top: 30px;
	padding: 40px 0;
	background-color: #eaeaea;
	overflow: hidden;
}
.workshop .title h2{
	text-align: left;
}
.workshop .title h2:before{
	left: 15px;
	top: -40px;
}
.workshop .workshop-box{
	position: relative;
	padding-left: 120px;
	display: flex;
	flex-wrap: wrap;
}
.workshop .workshop-box img{
	position: relative;
	width: 100%;
}
.workshop .workshop-box:before{
	content: "";
	position: absolute;
	background-color: #e62129;
	height: 128%;
	width: 130%;
	top: -13%;
	right: -35%;
	transform: skewX(-35deg);
}
.workshop .workshop-box .box{
	flex: 0 0 22%;
	margin-right: 4%;
	margin-bottom: 40px;
}
.workshop .workshop-box .box:nth-child(4n){
	margin-right: 0;
}
.box-btn{
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.box-btn a{
	display: flex;
	justify-content: space-between;
	width: 670px;
	color: white;
	margin-right: 100px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}

.news{
	padding: 40px 0;
}
.news-box .news-ul{
	display: flex;
	flex-wrap: wrap;
}
.news-box .news-ul .news-li{
	flex: 0 0 23.8%;
	margin-right: 1.5%;
	margin-bottom: 20px;
	box-shadow: 0 0 5px #a2a2a2;
	padding: 25px;
}
.gypages-content .news-box .news-ul{
	display: block;
}
.gypages-content .news-box .news-ul .news-li{
	margin-right: 0;
	margin-bottom: 20px;
	box-shadow: 0 0 5px #a2a2a2;
	padding: 10px 25px;
}
.gypages-content .news-box .news-li h2{
	padding: 10px 0;
}
.news-box .news-ul .news-li:nth-child(4n){
	margin-right: 0;
}
.news-box .news-li p{
	font-size: 14px;
}
.news-box .news-li h2{
	font-size: 16px;
	margin: 0;
	font-weight: bold;
	padding: 20px 0 5px;
}
.news-box .news-li .news-content{
	font-size: 14px;
}
.news-box .news-li .news-btn{
	padding-top: 10px;
	text-align: right;
}
.news-box .news-li a{
    color: #000;
}
.news-box .news-li .news-btn .news-link{
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	display: inline-block;
	width: 45px;
	height: 45px;
	color: #444444;
	background-color: transparent;
	border: 1px solid #e0e0e0;
}
.news-box .news-li .news-btn .news-link:hover{
	border-color: #e62129;
	background-color: #e62129;
	color: white;
}
.news .box-btn a{
	border-color: #7e7e7e;
	color: #7e7e7e;
}
.news .box-btn a span:last-child{
	color: #e62129;
}
.application{
	padding: 40px 0;
}
.application .app-box img{
	width: 100%;
}
.contacthide{
	display: none;
}
.footer{
	padding: 40px 0 10px;
	background-color: #1a1a1a;
	color: white;
}
.footer a{
	color: white;
}
.footer .footer-ul{
	display: flex;
	flex: 0 0 40%;
}
.footer .footer-nav{
	display: flex;
	justify-content: space-between;
}
.footer .wechat-img img{
	width: 140px;
}
.footer .wechat-img{
	text-align: center;
	flex: 0 0 20%;
}
.footer .wechat-img .img{
	padding-bottom: 10px;
}
.footer .wechat-img h2{
	margin: 0;
	font-size: 40px;
	padding: 15px 0 0;
}
.footer .wechat-img h2 img{
    width: 120px;
}
.footer .footer-contact{
	flex: 0 0 40%;
	text-align: right;
}
.footer .footer-ul .footer-li{
	flex: 0 0 25%;
	position: relative;
	padding-left: 15px;
}
.footer .footer-ul .footer-li:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 20px;
	background-color: #e62129;
}
.footer .footer-ul .footer-link{
	display: block;
	padding-bottom: 15px;
}
.footer .footer-ul ul li{
	padding-bottom: 5px;
}
.footer .footer-contact li{
	padding-bottom: 5px;
}.footer .footer-contact li:first-child p:last-child{
	font-size: 18px;
}

.copys {
    padding: 10px 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
	position: relative;
	text-transform: uppercase;
}
.copys span{
    padding-right: 340px;
}
.copys:before{
	content: "";
	position: absolute;
	width: 45%;
	height: 1px;
	background-color: #fff;
	top: -40px;
	left: 0;
}
.copys:after{
	content: "";
	position: absolute;
	width: 45%;
	height: 1px;
	background-color: #fff;
	top: -40px;
	right: 0;
}

.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;
}
.gypages-title{
	text-align: center;
}
.gypages-title{
	position: relative;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #c9c9c9;
}
.gypages-title h2{
	margin: 0;
	font-size: 32px;
}
.about-img{
	margin-top: 20px;
}
.about-img img{
	width: 100%;
}
.main-nav{
	padding-top: 20px;
}
.main-nav h2{
	margin-bottom: -1px;
	padding-bottom: 10px;
	color: #e62129;
	border-bottom: 2px solid #e62129;
}
.main-nav .w1200{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #e0e0e0;
}
.about-text{
	padding: 0 250px;
}
.about-text p{
	text-align: center;
}
.about-text .bottom{
	display: flex;
	padding-top: 30px;
}
.about-text .bottom .box{
	flex: 0 0 33.33%;
	text-align: center;
	border-right: 1px solid #e5e5e5;
}
.about-text .bottom .box h2{
	margin: 0;
	font-size: 40px;
}
.about-text .bottom .box:last-child{
	border: none;
}

.main-goods{
	display: flex;
}
.newspages-li{
	padding: 30px 0;
	border-bottom: 1px dashed #e5e5e5;
}
.newspages-li:last-child{
	border: none;
}
.newspages-li .news-title{
	display: flex;
	justify-content: space-between;
	padding-bottom: 8px;
}
.newspages-li .news-title .newspagesA{
	display: inline-block;
	flex: 0 0 80%;
	font-size: 16px;
}
.newspages-li .newspages-content{
	color: #333333;
	padding-bottom: 10px;
	font-size: 12px;
}
.contact-box{
	padding-top: 30px;
}
.contact-box .right #map{
	height: 350px;
}
.contact-box .contact-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.contact-box .contact-list ul li{
	flex: 0 0 27%;
	color: white;
	background-color: #e62129;
	border-radius: 12px;
	min-height: 140px;
	max-height: 140px;
	margin-bottom: 20px;
	text-align: center;
	padding: 0 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contact-box .contact-list ul li:last-child{
	background-color: transparent;
	justify-content: flex-start;
	padding: 0;
}
.contact-box .contact-list ul li p{
	font-size: 18px;
	line-height: 30px;
}
.contact-box .contact-list ul li h2{
	font-weight: bold;
}
.contact img{
	width: 150px;
	height: 150px;
}