@charset "utf-8";

.pro_msg a {
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.w1500 {
	max-width: 1500px;
	margin: auto;
}

/* 产品中心 */
.Honor {
	position: relative;
}
.Honor .swiper-wrapper{
	    display: flex;
	    /*align-items: flex-end;*/
}
.Honor .swiper-slide {
	position: relative;
	padding-bottom: 30px;
}

.pro .img {
	overflow: hidden;
	/* height: 375px; */
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 99;
	padding-bottom: 20px;
}
.pro {
	width: 1600px;
	margin: auto;
}
.pro .swiper-container{
	padding: 0 20px;
}
.pro_msg a .img img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pro_msg a:hover .img img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_msg .text {
	padding: 20px 30px 36px 30px;
}
.pro_msg .text {
	font-size: 24px;
    line-height: 30px;
    color: #333;
    font-family: Arial;
    font-weight: bold;
}
.pro_msg a .text h4:after {
    content: "—";
    display: block;
    margin-top: 15px;
    font-weight: normal;
}
.pro_msg a .text h6 {
    font-size: 16px;
    line-height: 30px;
    color: #444;
    height: 60px;
    margin-top: 20px;
}
.pro_msg a .text .btn {
    width: 200px;
    height: 48px;
    border: 2px solid #f6ab00;
    border-radius: 48px;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0.6px;
    color: #f6ab00;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 32px auto 0;
    position: relative;
    overflow: hidden;
}


.pro_msg a .text .btn span {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: #f6ab00;
}
.pro_msg a .text .btn i {
	display: inline-block;
	background: url(../images/arrow.png) center no-repeat;
    width: 34px;
    height: 12px;
    margin-left: 10px;
}
.pro_msg a:hover .text .btn {
  	background: #f6ab00;
  	border-color: #f6ab00;
}
.pro_msg a:hover .text .btn span {
  	color: #fff;
}
.pro_msg a:hover .text .btn i {	
	background: url(../images/arrow0.png) center no-repeat;
}



.Honor .swiper-button-next {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid rgb(193, 193, 193);
	border-radius: 50%;
	right: 60px;
	outline: none;
}

.Honor .swiper-button-prev {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid rgb(193, 193, 193);
	border-radius: 50%;
	left: 60px;
	outline: none;
}

.Honor .swiper-button-next::after {
	color: rgb(193, 193, 193);
	font-size: 22px;
}

.Honor .swiper-button-prev::after {
	color: rgb(193, 193, 193);
	font-size: 22px;
}

@media (max-width: 768px) {


}


@media (max-width: 1024px) {
.Honor .swiper-button-prev, .Honor .swiper-button-next {
    display: none; }

.pro {
	max-width: 100%;
	padding: 0 4vw;
	margin: auto;
}
.pro .swiper-container {
	padding: 0;
}



}