@import url("/assets/guomai/fonts/css/font-awesome.css");
body {
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
}


.header .banner .swiper-index-banner {
	position: relative;
	width: 100%;
}

.header .banner .swiper-index-banner .swiper-slide {
	position: relative;
}

.header .banner .swiper-index-banner .swiper-slide img {
	display: block;
	width: 100%;
}

.header .banner .swiper-index-banner .swiper-slide .title {
	position: absolute;
	left: 50%;
	top: 35%;
	width: 1400px;
	margin-left: -700px;
}

.header .banner .swiper-index-banner .swiper-slide .title h1 {
	font-size: 58px;
	color: #fff;
	font-weight: 600;
	padding: 0;
	margin: 0;
}

.header .banner .swiper-index-banner .swiper-slide .title h5 {
	font-family: "Alternate";
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.6);
	padding: 0;
	margin: 45px 0 35px;
}

.header .banner .swiper-index-banner .swiper-slide .title h4 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	padding: 0;
	margin: 0;
}

.header .banner .swiper-index-banner .index-banner-pagination {
	position: absolute;
	width: 1400px;
	left: 50%;
	bottom: 190px;
	text-align: left;
	margin-left: -700px;
}

.header .banner .swiper-index-banner .index-banner-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background-color: transparent;
	opacity: 1;
	margin-right: 25px;
	border: solid 1px rgba(255, 255, 255, 0.6);
}

.header .banner .swiper-index-banner .index-banner-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff;
	border: solid 1px #fff;
}

/*澳门十大正规娱乐平台愿景*/

.main-content .vision {
	width: 100%;
	margin-top: -115px;
}

.main-content .vision .content {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.main-content .vision .content .left {
	width: 510px;
	padding: 40px;
	background-color: #fff;
}

.main-content .vision .content .left .icon {
	width: 52px;
	height: 52px;
	margin-bottom: 30px;
}

.main-content .vision .content .left .icon img {
	display: block;
	width: 100%;
}

.main-content .vision .content .left .title {
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	color: #333333;
	line-height: 36px;
	margin-bottom: 30px;
}

.main-content .vision .content .left p {
	width: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}

.main-content .vision .content .right {
	width: calc(100% - 510px);
	height: 230px;
	background-color: #3150D4;
	padding: 50px 40px;
}

.main-content .vision .content .right .title {
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	line-height: 36px;
	margin-bottom: 30px;
}

.main-content .vision .content .right p {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}


/*关于澳门十大正规娱乐平台*/

.main-content .about {
	width: 100%;
	margin-top: 80px;
	padding-bottom: 60px;
}

.main-content .about .content {
	display: flex;
	justify-content: space-between;
	width: 1400px;
	margin: 0 auto;
}

.main-content .about .content .left {
	width: 660px;
}

.main-content .about .content .left img {
	display: block;
	width: 100%;
	height: 405px;
}

.main-content .about .content .right {
	width: calc(100% - 660px);
	padding-left: 40px;
}

.main-content .about .content .right .title {
	width: 100%;
}

.main-content .about .content .right .title h2 {
	font-size: 34px;
	font-weight: 700;
	color: #04287e;
	line-height: 36px;
	margin-bottom: 5px;
}

.main-content .about .content .right .title h5 {
	font-family: "Alternate";
	font-size: 20px;
	color: #cccccc;
	line-height: 36px;
}

.main-content .about .content .right p {
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.main-content .about .content .right a.view {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 150px;
	height: 50px;
	border-radius: 25px;
	padding: 2px 2px 2px 20px;
	background-color: #04287E;
}

.main-content .about .content .right a.view span {
	font-size: 16px;
	color: #fff;
}

.main-content .about .content .right a.view img {
	display: block;
	width: 46px;
	height: 46px;
}


/*产品推荐*/
/* 
.main-content .product {
	width: 100%;
	padding: 60px 0;
	background: url(/assets/guomai/img/image/product_bg.png) no-repeat center;
	background-size: cover;
}

.main-content .product .content {
	width: 100%;
}

.main-content .product .content .title {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

.main-content .product .content .title h2 {
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	line-height: 36px;
	margin-bottom: 5px;
}

.main-content .product .content .title h5 {
	font-family: "Alternate";
	font-size: 20px;
	color: #fff;
	line-height: 36px;
}

.main-content .product .content .swiperBox {
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
	width: 100%;
}

.main-content .product .content .swiperBox .left {
	width: 525px;
	height: 540px;
	overflow: hidden;
}

.main-content .product .content .swiperBox .left .swiper-product-left {
	position: relative;
	width: 100%;
	height: 540px;
}
.main-content .product .content .swiperBox .left .swiper-product-left .items {
	position: relative;
	font-size: 20px;
	color: #efefef;
	padding-left: 250px;
	line-height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.main-content .product .content .swiperBox .left .swiper-product-left .cur {
	font-size: 24px !important;
	font-weight: 600;
	color: #fff;
}
.main-content .product .content .swiperBox .left .swiper-product-left .items::before {
	content: '';
	position: absolute;
	left: 0;
	top: 30px;
	display: block;
	width: 0;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.main-content .product .content .swiperBox .left .swiper-product-left .cur::before {
	width: 240px;	
}



.main-content .product .content .swiperBox .right {
	width: calc(100% - 525px);
}

.main-content .product .content .swiperBox .right .swiper-product-right {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.main-content .product .content .swiperBox .right .swiper-product-right .equipment {
	display: flex;
	width: 100%;
	padding: 65px 45px;
	justify-content: space-between;
	background: url(/assets/guomai/img/image/equipment_bg.png) no-repeat center;
	background-size: cover;
}

.main-content .product .content .swiperBox .right .swiper-product-right .equipment .left_info {
	width: 465px;
	padding-right: 150px;
}

.main-content .product .content .swiperBox .right .swiper-product-right .equipment .left_info h3 {
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	color: #04287e;
	line-height: 36px;
	margin-bottom: 30px;
}

.main-content .product .content .swiperBox .right .swiper-product-right .equipment .left_info .infolist {
	width: 100%;
	margin-bottom: 120px;
}

.main-content .product .content .swiperBox .right .swiper-product-right .equipment .left_info .infolist p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #999;
}

.main-content .product .content .swiperBox .right .swiper-product-right .equipment .left_info .infolist p span {
	color: #333;
}

.main-content .product .content .swiperBox .right .swiper-product-right .equipment .left_info a.more {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #04287E;
	border-top: solid 1px #ddd;
	padding: 15px 0;
}

.main-content .product .content .swiperBox .right .swiper-product-right .equipment .rirht_img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 465px);
}

.main-content .product .content .swiperBox .right .swiper-product-right .equipment .rirht_img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.main-content .product .content .swiperBox .right .swiper-product-right .swiper-slide {
	width: 920px;
	padding-right: 60px;
}

.main-content .product .content .swiperBox .right .swiper-product-right .swiper-control {
	position: absolute;
	left: 760px;
	bottom: 0;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-color: #D5CE04;
	z-index: 99;
}

.main-content .product .content .swiperBox .right .swiper-product-right .swiper-control .product-next {
	position: absolute;
	right: 15px;
	left: auto;
	bottom: 50%;
	top: auto;
	margin-bottom: -12px;
	width: 14px;
	height: 24px;
	background: url(/assets/guomai/img/icon/next.png) center no-repeat;
}

.main-content .product .content .swiperBox .right .swiper-product-right .swiper-control .product-next::after {
	content: '';
}

.main-content .product .content .swiperBox .right .swiper-product-right .swiper-control .product-prev {
	position: absolute;
	right: 68px;
	left: auto;
	bottom: 50%;
	top: auto;
	margin-bottom: -12px;
	width: 14px;
	height: 24px;
	background: url(/assets/guomai/img/icon/prev.png) center no-repeat;
}

.main-content .product .content .swiperBox .right .swiper-product-right .swiper-control .product-prev::after {
	content: '';
} */

.main-content .product {
	width: 100%;
	padding: 60px 0;
	background: url(/assets/guomai/img/image/product_bg.png) no-repeat center;
	background-size: cover;
}

.main-content .product .content {
	width: 100%;
}

.main-content .product .content .title {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

.main-content .product .content .title h2 {
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	line-height: 36px;
	margin-bottom: 5px;
}

.main-content .product .content .title h5 {
	font-family: "Alternate";
	font-size: 20px;
	color: #fff;
	line-height: 36px;
}
.main-content .product .content .productList{
	position: relative;
	width: 1400px;
	margin: 0 auto;
}
.main-content .product .content .productList:after{
	content: '';
	display: block;
	clear: both;
}
.main-content .product .content .productList .item{
	float: left;
	width: 320px;
	height: 335px;
	padding: 10px;
	margin-right: 40px;
	margin-top: 40px;
	background: #ffffff;
}
.main-content .product .content .productList .item:nth-child(4n){
	margin-right: 0;
}
.main-content .product .content .productList .item .imgs{
	width: 300px;
	height: 200px;
	border: 1px solid #eeeeee;
}
.main-content .product .content .productList .item .imgs img{
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
}
.main-content .product .content .productList .item .texts{
	width: 100%;
	padding-top: 25px;
}
.main-content .product .content .productList .item .texts .name{
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 20px;	
	font-weight: 700;
	color: #333333;
	text-align: center;
	height: 36px;
	line-height: 36px;
}
.main-content .product .content .productList .item .texts .type{
	width:100%;
	font-size: 16px;
	color: #cccccc;
	text-align: center;
	height: 36px;
	line-height: 36px;
}
.main-content .product .content .view-more{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.main-content .product .content .view-more a{
	display: block;
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 30px;
}

/*新闻动态*/

.main-content .dynamic {
	width: 100%;
	padding: 60px 0;
}

.main-content .dynamic .content {
	width: 1400px;
	margin: 0 auto;
}

.main-content .dynamic .content .top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-content .dynamic .content .top .title {
	width: 250px;
}

.main-content .dynamic .content .top .title h2 {
	font-size: 34px;
	font-weight: 700;
	color: #04287E;
	line-height: 36px;
	margin-bottom: 5px;
}

.main-content .dynamic .content .top .title h5 {
	font-family: "Alternate";
	font-size: 20px;
	color: #cccccc;
	line-height: 36px;
}

.main-content .dynamic .content .top a.more {
	display: flex;
	width: 100px;
	height: 28px;
	justify-content: flex-end;
	align-items: center;
}

.main-content .dynamic .content .top a.more span {
	font-size: 16px;
	color: #04287E;
	padding-right: 5px;
}

.main-content .dynamic .content .top a.more img {
	display: block;
}

.main-content .dynamic .content .bottom {
	width: 100%;
	margin-top: 40px;
}

.main-content .dynamic .content .bottom ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.main-content .dynamic .content .bottom ul li {
	width: 320px;
	margin-right: 40px;
}

.main-content .dynamic .content .bottom ul li:last-child {
	margin-right: 0;
}

.main-content .dynamic .content .bottom ul li .imgs {
	width: 100%;
}

.main-content .dynamic .content .bottom ul li .imgs img {
	display: block;
	width: 100%;
    height: 210px;
}

.main-content .dynamic .content .bottom ul li .texts {
	width: 100%;
	padding: 15px 20px;
	background-color: #fff;
}

.main-content .dynamic .content .bottom ul li .texts h3 {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	line-height: 32px;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 64px;
}

.main-content .dynamic .content .bottom ul li .texts h3 a {
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.main-content .dynamic .content .bottom ul li .texts h3:hover a {
	color: #04287E;	
}

.main-content .dynamic .content .bottom ul li .texts p {
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 56px;
}

.main-content .dynamic .content .bottom ul li .texts .infos {
	display: flex;
	width: 100%;
	height: 40px;
	padding: 0 12px;
	align-items: center;
	justify-content: space-between;
	background-color: #f5f5f5;
}

.main-content .dynamic .content .bottom ul li .texts .infos .time {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.main-content .dynamic .content .bottom ul li .texts .infos .time img {
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.main-content .dynamic .content .bottom ul li .texts .infos .time span {
	font-size: 14px;
	color: #04287E;
}

.main-content .dynamic .content .bottom ul li .texts .infos .labels {
	font-size: 14px;
	color: #CCCCCC;
}


/*相助同伴*/

.main-content .partner {
	position: relative;
	padding: 60px 0;
	width: 100%;
	background-color: #fff;
}

.main-content .partner::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 365px;
	background-color: #314FD2;
	z-index: 0;
}

.main-content .partner .content {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	z-index: 2;
}

.main-content .partner .content .title {
	width: 100%;
	text-align: left;
	margin-bottom: 60px;
}

.main-content .partner .content .title h2 {
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	line-height: 36px;
	margin-bottom: 5px;
}

.main-content .partner .content .title h5 {
	font-family: "Alternate";
	font-size: 20px;
	color: #fff;
	line-height: 36px;
}

.main-content .partner .content ul {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	flex-flow: wrap;
	background-color: #F7F8FC;
}

.main-content .partner .content ul li {
	display: flex;
	width: 25%;
	padding: 30px 0;
	justify-content: center;
	align-items: center;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.main-content .partner .content ul li:nth-child(4n) {
	border: none;
}

.main-content .partner .content ul li .partner_img {
	width: 80%;
	height: auto;
	text-align: center;
}
.main-content .partner .content ul li .partner_img img{
	display: inline-block;
	max-width: 100%;
}



@media only screen and (min-width:1280px) and (max-width:1440px) {
	.header .banner .swiper-index-banner .swiper-slide .title,
	.header .banner .swiper-index-banner .index-banner-pagination {
		width: 1200px;
		margin-left: -600px;
	}

	.header .banner .swiper-index-banner .swiper-slide .title h1 {
		font-size: 48px;
	}

	.header .banner .swiper-index-banner .swiper-slide .title h5 {
		margin: 30px 0;
	}

	.main-content .vision .content .right p,
	.main-content .vision .content .left p {
		font-size: 14px;
		line-height: 32px;
	}
	.header .position-box .content,
	.main-content .vision .content,
	.main-content .about .content,
	.main-content .dynamic .content,
	.main-content .partner .content,
	.footer .content {
		width: 1200px;
	}
	.main-content .about .content .right .title h2,
	.main-content .product .content .title h2,
	.main-content .dynamic .content .top .title h2,
	.main-content .partner .content .title h2 {
		font-size: 32px;
	}

	.main-content .about .content .right p {
		margin-top: 20px;
	}

	.main-content .about .content .left {
		width: 510px;
	}

	.main-content .about .content .right {
		width: calc(100% - 510px);
	}

	.main-content .about .content .right p {
		width: 100%;
	}

	/* .main-content .product .content .title {
		margin-bottom: 40px;
	}

	.main-content .product .content .swiperBox .left {
		width: 425px;
	}

	.main-content .product .content .swiperBox .right {
		width: calc(100% - 425px);
	} */
	.main-content .product .content .productList{
		width: 1200px;
	}
	.main-content .product .content .productList .item{
		width: 285px;
		height: auto;
		padding-bottom: 20px;
		margin-right: 20px;
		margin-top: 20px;
	}
  .main-content .product .content .productList .item .imgs{
		width: 100%;
		height: 175px;
	}
	.main-content .product .content .productList .item .imgs img{
		width: 100%;
		height: 175px;
	}
	.main-content .product .content .productList .item .texts{
		padding-top: 20px;
	}

	.swiper-product-left .items {
		font-size: 18px !important;
		padding-left: 150px !important;
	}

	.swiper-product-left .cur::before {
		width: 135px !important;
	}

	.swiper-product-left .cur {
		font-size: 22px !important;
	}

	.swiper-product-right .swiper-slide {
		width: 720px !important;
	}

	.swiper-product-right .equipment .left_info {
		width: 270px !important;
		padding-right: 0 !important;
	}

	.swiper-product-right .equipment .rirht_img {
		width: calc(100% - 300px) !important;
	}

	.swiper-product-right .equipment .rirht_img img {
		display: block;
		width: 100% !important;
	}

	.swiper-product-right .equipment {
		height: 540px !important;
	}

	.swiper-product-right .equipment .left_info .infolist {
		margin-bottom: 90px;
	}

	.swiper-product-right .swiper-control {
		left: 560px !important;
	}

	.main-content .dynamic .content .bottom ul li {
		width: 270px;
	}

	.main-content .dynamic .content .bottom ul li .texts h3 {
		font-size: 16px;
		line-height: 28px;
	}

	.main-content .dynamic .content .bottom ul li .texts p {
		width: 100%;
	}

	.main-content .partner .content .title {
		margin-bottom: 40px;
	}

	
}

@media only screen and (min-width:0) and (max-width:640px) {
	.header .position-box .content,
	.main-content .vision .content,
	.main-content .about .content,
	.main-content .dynamic .content,
	.main-content .partner .content,
	.footer .content {
		width: 100%;
		padding: 0 15px;
	}
	
	.main-content .about .content .right .title h2,
	.main-content .product .content .title h2,
	.main-content .dynamic .content .top .title h2,
	.main-content .partner .content .title h2 {
		font-size: 22px;
		margin-bottom: 0;
	}

	.main-content .about .content .right .title h5,
	.main-content .product .content .title h5,
	.main-content .dynamic .content .top .title h5,
	.main-content .partner .content .title h5 {
		font-size: 14px;
		line-height: 24px;
	}

	.header .position-box {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header .banner .swiper-index-banner .swiper-slide .title {
		padding: 0 15px;
		width: 100%;
		left: 0;
		top: auto;
		bottom: 20%;
		margin-left: 0;
	}

	.header .banner .swiper-index-banner .index-banner-pagination {
		width: 100%;
		left: 0;
		top: auto;
		bottom: 12px;
		margin-left: 0;
		text-align: center;
	}

	.header .banner .swiper-index-banner .swiper-slide .title h1 {
		font-size: 15px;
	}

	.header .banner .swiper-index-banner .swiper-slide .title h5 {
		font-size: 12px;
		margin: 10px 0 5px;
	}

	.header .banner .swiper-index-banner .swiper-slide .title h4 {
		display: none;
		font-size: 12px;
		font-weight: normal;
	}
	
	.main-content .vision {
		margin-top: 0;
		padding-top: 30px;
	}

	.main-content .vision .content {
		display: flex;
		flex-wrap: wrap;
	}

	.index-banner-pagination .swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
		margin-right: 14px !important;
	}

	.main-content .vision .content .left {
		width: 100%;
		padding: 20px;
	}

	.main-content .vision .content .right {
		width: 100%;
		padding: 20px;
		height: auto;
	}

	.main-content .vision .content .left .icon {
		width: 42px;
		height: 42px;
		margin-bottom: 20px;
	}

	.main-content .vision .content .left .title {
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.main-content .vision .content .left p {
		font-size: 14px;
		line-height: 24px;
	}

	.main-content .vision .content .right .title {
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.main-content .vision .content .right p {
		font-size: 14px;
		line-height: 24px;
	}

	.main-content .about {
		margin-top: 40px;
		padding-bottom: 30px;
	}

	.main-content .about .content {
		flex-wrap: wrap;
	}

	.main-content .about .content .left {
		width: 100%;
	}

	.main-content .about .content .left img {
		display: block;
		height: auto;
	}

	.main-content .about .content .right {
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}

	.main-content .about .content .right p {
		font-size: 14px;
		margin-top: 15px;
		line-height: 28px;
		margin-bottom: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.main-content .about .content .right a.view span {
		font-size: 14px;
	}

	.main-content .about .content .right a.view {
		padding: 2px 5px 2px 20px;
	}

	.main-content .about .content .right a.view img {
		width: 40px;
		height: 40px;
	}
/* 
	.main-content .product {
		padding: 30px 0;
	}

	.main-content .product .content .title {
		margin-bottom: 20px;
	}

	.main-content .product .content .swiperBox .left {
		display: none;
	}

	.main-content .product .content .swiperBox .right {
		width: 100%;
		padding: 0 15px;
	} */
	.main-content .product {
		padding: 30px 0;
	}

	.main-content .product .content .title {
		margin-bottom: 0;
	}
  .main-content .product .content .productList{
		width: 100%;
		padding: 0 15px;
	}
	.main-content .product .content .productList .item{
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-top: 20px;
	}
	.main-content .product .content .productList .item .imgs{
		width: 100%;
		height: 180px;
		padding-bottom: 10px;
	}
	.main-content .product .content .productList .item .imgs img{
		height: 180px;
	}
	.main-content .product .content .productList .item .texts{
		padding-top: 10px;
	}
	.main-content .product .content .productList .item .texts .name{
		font-size: 16px;
	}
	.main-content .product .content .productList .item .texts .type{
		font-size: 15px;
	}
	.main-content .product .content .view-more{
		margin-top: 30px;
	}
	.main-content .product .content .view-more a {
		width: 150px;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		border-radius: 30px;
	}

	.swiper-product-right .swiper-slide {
		width: 100% !important;
		padding-right: 0 !important;
	}

	.swiper-product-right .equipment {
		padding: 30px 20px !important;
	}

	.swiper-product-right .equipment .left_info {
		width: 70% !important;
		padding-right: 20px !important;
	}

	.swiper-product-right .equipment .left_info h3 {
		font-size: 20px !important;
		margin-bottom: 20px !important;
	}

	.swiper-product-right .equipment .left_info .infolist {
		margin-bottom: 40px !important;
	}

	.swiper-product-right .equipment .left_info .infolist p {
		font-size: 14px !important;
		margin-bottom: 10px !important;
	}

	.swiper-product-right .equipment .rirht_img {
		width: 30% !important;
		align-items: baseline !important;
	}

	.swiper-product-right .equipment {
		height: auto !important;
	}

	/* .main-content .product .content .swiperBox .right .swiper-product-right .swiper-control {
		width: 80px;
		height: 80px;
	} */

	.swiper-product-right .swiper-control {
		left: auto !important;
		right: 0;
	}

	.swiper-product-right .swiper-control .product-prev {
		right: 48px !important;
	}

	.main-content .dynamic {
		padding: 30px 0;
	}

	.main-content .dynamic .content .bottom {
		margin-top: 0;
	}

	.main-content .dynamic .content .bottom ul {
		flex-wrap: wrap;
	}

	.main-content .dynamic .content .bottom ul li {
		width: 48%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.main-content .dynamic .content .bottom ul li:last-child {
		margin: 0;
		margin-top: 20px;
	}

	.main-content .dynamic .content .bottom ul li:nth-child(2n) {
		margin-left: 2%;
		margin-right: 0;
	}

	.main-content .dynamic .content .bottom ul li .texts {
		padding: 12px 10px 15px;
	}

	.main-content .dynamic .content .bottom ul li .texts h3 {
		font-size: 16px;
		line-height: 24px;
		font-weight: normal;
		margin-bottom: 0px;
	}

	.main-content .dynamic .content .bottom ul li .texts h3 a {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.main-content .dynamic .content .bottom ul li .texts p {
		line-height: 18px;
	}

	.main-content .dynamic .content .bottom ul li .texts .infos {
		height: 36px;
		padding: 0 5px;
	}

	.main-content .dynamic .content .bottom ul li .texts .infos .time span,
	.main-content .dynamic .content .bottom ul li .texts .infos .labels {
		font-size: 12px;
	}

	.main-content .partner {
		padding: 30px 0;
	}

	.main-content .partner .content .title {
		margin-bottom: 20px;
	}

	.main-content .partner .content ul li {
		width: 50%;
		height: auto;
		min-height: 150px;
	}
	
}

<!--耗时1774178603.8721秒-->