@charset "utf-8";
/* =====================关于乐盈welcome样式======================== */

/* 公司先容 s */
.ab_profile{}
.profile_view{}
.profile_text{
	position: relative;
	width: 50%;
	padding: 3% 5% 0.2rem 0;
}
.profile_text .ab_tit{
	margin-bottom: 0.1rem;
}
.profile_text .info{
	font-size: 18px;
	line-height: 1.8;
	height: 4.2rem;
	padding-right: 20px;
	overflow-y: auto;
	margin-top: 0.25rem;
	text-align: justify;
}


.profile_text .info::-webkit-scrollbar {
	width: 6px;
	height: 16px;
	background-color: #F5F5F5;
}

/*界说转动条轨道 内阴影+圆角*/
.profile_text .info::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

/*界说滑块 内阴影+圆角*/
.profile_text .info::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.profile_pic{
	position: relative;
	width: 50%;
}
.profile_pic img{
	width: 100%;
	height: 100%;
	/* position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s; */
	-o-object-fit: cover;
	object-fit: cover;
}
.profile_pic .swiper{
	height: 100%;
}
.profile_pic .swiper-slide{
	height: 100%;
}

.profile_pic .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 1;
}
.profile_pic .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #ff5200;
}

.profile_ul{
	background: #ff5200;
	width: 100%;
	margin-top: 0.4rem;
}
.profile_ul li{
	position: relative;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	padding: 0.45rem 0;
	width: 25%;
}
.profile_ul li .num{
	font-size: 0.42rem;
	color: white;
	font-weight: bold;
}
.profile_ul li .num i{}
.profile_ul li .num span{}
.profile_ul li p{
	color: #fff;
	margin-top: 0.15rem;
	font-size: 0;
}
.profile_ul li p span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}
.profile_ul li:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 56px;
	top: 50%;
	right: 0;
	margin-top: -28px;
	background: rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.38);
}
/* 公司先容 e */


/* 企业文化 s */
.ab_culture{
	position: relative;
	background: url(/template/cn/images/ab_culture_bg.jpg) no-repeat center;
	background-size: cover;
}

.ab_culture .ab_tit h3{
	position: relative;
	color: white;
}
.ab_culture .ab_tit p{
	color: white;
}
.ab_culture::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(37, 89, 159, 0.28);
	z-index: 0;
}
.ab_culture ul{
	position: relative;
	z-index: 2;
	margin-top: 0.4rem;
}
.ab_culture ul li{
	position: relative;
	width: 25%;
	min-height: 390px;
	padding: 30px;
	color: #333;
	text-align: center;
	background-color: white;
}


.ab_culture ul li:nth-child(2n){
	background-color: #ff5200;
	color: white;
}
.ab_culture ul li .box{
	width: 100%;
}
.ab_culture ul li .box .icon{}
.ab_culture ul li .box .icon img{
	width: 33px;
	margin: 0 auto;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.ab_culture ul li:hover .box .icon img{
    margin-top: -20px;
}
.ab_culture ul li .box h4{
	padding: 14px 0;
	font-size: 24px;
	line-height: 30px;
}
.ab_culture ul li .box p{
	font-size: 16px;
	line-height: 1.5;
	color: #5f5f5f;
	letter-spacing: 1px;
	padding: 0 4%;
}

.ab_culture ul li .box p i{
	display: block;
}
.ab_culture ul li:nth-child(2n) .box p{
	color: white;
}
.ab_culture ul li .box p:after {
    display: block;
    content: "";
    width: 25px;
    height: 1px;
    background: #000;
    margin: 15px auto 20px;
}
.ab_culture ul li:nth-child(2n) .box p:after{
	background-color: white;
}
.ab_culture ul li .box span{
	font-size: 2.6vw;
	display: inline-block;
	line-height: 58px;
	font-weight: 600;
	text-transform: capitalize;
	color: #ff5200;
}
.ab_culture ul li:nth-child(2n) .box span{
		color: white;
}
/* 企业文化 e */


/* 声誉资质 s */
.ab_honor{}
.ab_honor .honor_view{}
.ab_honor .honor_view .fl{
	width: 66.66%;
	float: none;
}
.ab_honor .fl .honor_tit{
	margin-bottom: 0.3rem;
}
.ab_honor .fl .honor_tit .ab_tit{}
.ab_honor .fl .honor_tit .box{}
.ab_honor .fl .swiper-button-next,.ab_honor .fl .swiper-button-prev{
	position: relative;
	display: inline-block;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	width: 50px;
	height: 50px;
	background-size: 25px !important;
	border: none;
	border-radius: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	margin-left: 5px;
}
.ab_honor .fl .swiper-button-next::after,.ab_honor .fl .swiper-button-prev::after{
	display: none;
}
.ab_honor .fl .honor_tit .box .swiper-button-prev{
	background: #ff5200 url(../images/honor_left.png) no-repeat center;
}
.ab_honor .fl .honor_tit .box .swiper-button-prev:hover,.ab_honor .fl .honor_tit .box .swiper-button-next:hover{
	-moz-box-shadow: 2px 2px 6px #DDDDDD;
	-webkit-box-shadow: 2px 2px 6px #dddddd;
	box-shadow: 2px 2px 6px #dddddd;
}
.ab_honor .fl .honor_tit .box .swiper-button-next{
	background: #ff5200 url(../images/honor_right.png) no-repeat center;
}
.ab_honor .fl ul{}
.ab_honor .fl ul li{}
.ab_honor .fl ul li a{}
.ab_honor .fl ul li a .pic{}
.ab_honor .fl ul li a .pic img{}
.ab_honor .fl ul li a p{}

.ab_honor .fr{
	position: relative;
	float: none;
	width: 30.33%;
	margin-left: 3%;
}
.ab_honor .fr img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    -o-object-fit: cover;
    object-fit: cover;
}
/* 声誉资质 e */

/* 声誉资质改 s */
.ab_honor2.innov_con2{
	background-color: white;
}
.innov_con3{
	padding-top: 0.8rem;
}
/* 声誉资质改 e */

/* 专利证书 s */
.innov_con2{
	padding: 0.2rem 0 0.8rem;
	background-color: #f5f5f5;
}
.innov_con2 .honor_ul{
	margin-top: 0.4rem;
}
.innov_con2 .honor_ul li{
	position: relative;
	top: 0;
	width: 11.5%;
	padding: 2.5% 1.5%;
	margin-right: calc(8% / 7);
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}
.innov_con2 .honor_ul li:nth-child(8n){
	margin-right: 0;
}
.innov_con2 .honor_ul li:hover,.innov_con2 .honor_ul li.active{
	border-color: #ff5200;
	background-color: #ff5200;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.innov_con2 .honor_ul li img{
	display: block;
	width: auto;
	max-width: 100%;
	height: 80px;
	margin: 0 auto;
	
}
.innov_con2 .honor_ul li p{
	margin: 12px 0 0;
	font-size: 18px;
	text-align: center;
	color: #333;
}
.innov_con2 .honor_ul li:hover p,.innov_con2 .honor_ul li.active p{
	color: #FFFFFF;
	/* color: #ff5200; */
}

.innov_con2 .honor_view{
	margin-top: 0.4rem;
}


.innov_con2 .honor_view ul{}
.innov_con2 .honor_view ul li{}
.innov_con2 .honor_view ul li .pic{
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
	background: #fff;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
}
.innov_con2 .honor_view ul li:hover .pic{
	border-color: #ff5200;
}
.innov_con2 .honor_view ul li .pic img{
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	width: 100%;
}
.innov_con2 .honor_view ul li:hover .pic img {
	transform: scale(0.98);
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	-o-transform: scale(0.98);
	-ms-transform: scale(0.98);
}

.innov_con2 .honor_view ul li p{
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-top: 15px;
	font-weight: 500;
	padding: 0 2%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.innov_con2 .honor_view ul li:hover p{
	color: #ff5200;
}
.innov_con2 .swiper-button-next,.innov_con2 .swiper-button-prev{
	color: #000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.innov_con2 .swiper-button-prev{
	left: -40px;
}
.innov_con2 .swiper-button-next{
	right: -40px;
}
.innov_con2 .swiper-button-next:hover,.innov_con2 .swiper-button-prev:hover{
	color: #ff5200;
}

/* 专利证书 e */


/* 下载中心 s */
.ab_download{
	background-color: #f7f7f7;
}
.ab_download .con{
	padding: 0.4rem 0;
	height: calc(0.8rem + 480px);
}
.ab_download .con ul{
	
}
.ab_download .con ul li{
	margin-bottom: 30px;
	height: 90px;
}
.ab_download .con ul li:before,.ab_download .con ul li:after {
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    transition: all .4s ease;
	z-index: 2;
}
.ab_download .con ul li:before {
    background-image: url(/template/cn/images/down_ico1.png);
    width: 90px;
    border-right: 1px solid #f7f7f7;
    left: 0;
}
.ab_download .con ul li:after {
    background-image: url(/template/cn/images/down_ico2.png);
    width: 120px;
    right: 0;
}
.ab_download .con ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 0 120px 0 90px;
	position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.ab_download .con ul li .item{
	height: 90px;
	display: flex;
	align-items: center;
	padding-left: 32px;
	float: left;
	width: 20%;
}
.ab_download .con ul li .item:nth-child(1) {
    width: 40%;
}
.ab_download .con ul li .item h4{
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	font-weight: 500;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-transform: capitalize;
}
.ab_download .con ul li .item p{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ab_download .con ul li:hover a{background-color: #ff5200;}
.ab_download .con ul li:hover:before{background-image: url('/template/cn/images/down_ico1_on.png');border-right: 1px solid rgba(255, 255, 255, .1);}
.ab_download .con ul li:hover:after{background-image: url("/template/cn/images/down_ico2_on.png");}
.ab_download .con ul li:hover .item h4, .ab_download .con ul li:hover .item p{color: #fff;}

.ab_download .swiper-pagination-bullet{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ab_download .swiper-pagination-bullet-active{
	background-color: #ff5200;
	width: 30px;
	height: 8px;
	border-radius: 4px;
	
}
/* 下载中心 e */

/* 治理团队 s */
.ab_team{
	padding: 0.8rem 0 0.2rem;
}
.ab_team .con{
	padding: 0.4rem 0 0.2rem;
}
.ab_team .con ul{}
.ab_team .con ul li{}
.ab_team .con ul li .com-img{}
.ab_team .con ul li .com-img img{}
.ab_team .con ul li .info{
	padding: 0.2rem 0;
	color: #333;
}
.ab_team .con ul li .info p{
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
.ab_team .con ul li .info span{
	height: 60px;
	font-size: 18px;
	line-height: 30px;
}
/* 治理团队 e */

/* 生长历程 s */
.ab_his{
	position: relative;
	width: 100%;
	padding: 0.8rem 0 0.8rem;
	background: url(/template/cn/images/history_bg.png) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.ab_his::after {
    content: "";
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 0;
}
.ab_his .ab_tit{
	position: relative;
	padding: 0.9rem 0 0.5rem;
	z-index: 2;
}
.ab_his .con{
	position: relative;
	z-index: 2;
}
.ab_his .con .swiper{
	margin: 0 8% 0;
	margin-right: 20%;
}
.ab_his .con::after{
	content: "";
	display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 57px;
    background: #d0d0d0;
}
.ab_his .con ul{}
.ab_his .con ul li{
	/* width: 33.33%; */
	height: 350px;
	display: flex;
	/* align-items: center; */
	cursor: pointer;
}
.ab_his .con ul li .his_time{
	width: 100%;
}

.ab_his .con ul li .his_time h4{
	font-size: 26px;
	line-height: 1.8;
	font-weight: bold;
	color: #d0d0d0;
}
.ab_his .con ul li.swiper-slide-next + .swiper-slide  .his_time h4{
    color: #ff5200;
}
/* .ab_his .con ul li.swiper-slide-active .his_time h4{
	color: #ff5200;
} */
.ab_his .con ul li .his_time i{
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin-left: 25px;
	position: relative;
	margin-bottom: 10px;
}
.ab_his .con ul li .his_time i::after{
	content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #d0d0d0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ab_his .con ul li .his_time .info{
	width: 100%;
	padding-top: 5px;
	padding-right: 10%;
	font-size: 14px;
	line-height: 1.6;
}

.ab_his .his_pic{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(60%, -50%);
	padding: 50px;
	border: 1px solid #d0d0d0;
	border-radius: 100%;
	z-index: 2;
}
.ab_his .his_pic::before {
    content: '';
    position: absolute;
    left: 120px;
    bottom: 85px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #d0d0d0;
    background: #fff;
}
.ab_his .his_pic::after {
    content: '';
    position: absolute;
    left: 120px;
    top: 85px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #d0d0d0;
    background: #fff;
}
.ab_his .his_pic .pic{
	-webkit-animation: xuanzhuan 10s linear infinite;
	-o-animation: xuanzhuan 10s linear infinite;
	animation: xuanzhuan 10s linear infinite;
}
.ab_his .his_pic .pic img{
	width: 100%;
	vertical-align: middle;
	border: 0;
}


@-webkit-keyframes xuanzhuan {
	from{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	to{
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
	}

}
/* 生长历程 e */





/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
	
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
	
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
	.ab_culture ul{
		flex-wrap: wrap;
	}
	.ab_culture ul li{
		width: 50%;
		min-height: 320px;
	}
	
	.innov_con2 .swiper-button-next, .innov_con2 .swiper-button-prev{
		display: none;
	}
}

@media screen and (min-width: 769px) and (max-width: 1359px){
	.ab_culture ul li:nth-child(3){
	    background-color: #ff5200;
	    color: white;
	}
	.ab_culture ul li:nth-child(3) .box .icon{
		position: relative;
		filter: drop-shadow(100vw 0px 0 white);
		-webkit-filter: drop-shadow(100vw 0px 0 white);
		right: 100vw;
	}
	.ab_culture ul li:nth-child(3) .box p{
		color: white;
	}
	.ab_culture ul li:nth-child(3) .box span{
		color: white;
	}
	.ab_culture ul li:nth-child(3) .box p:after{
		background-color: white;
	}
	.ab_culture ul li:nth-child(4){
		background-color: white;
		color: #333;
	}
	.ab_culture ul li:nth-child(4) .box p{
		color: #5f5f5f;
	}
	.ab_culture ul li:nth-child(4) .box p:after{
		background-color: #000;
	}
	.ab_culture ul li:nth-child(4) .box span{
		color: #ff5200;
	}
	.ab_culture ul li:nth-child(4) .box .icon{
		position: relative;
		filter: drop-shadow(100vw 0px 0 #161616);
		-webkit-filter: drop-shadow(100vw 0px 0 #161616);
		right: 100vw;
	}
	
	
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
	.profile_text .info{
		font-size: 16px;
	}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板装备 720 适配 */
	.ab_tit h3{
		font-size: 28px;
	}
	
	.profile_view{
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	.profile_pic,.profile_text{
		width: 100%;
		padding-right: 0;
	}
	.profile_pic img{
		position: relative;
		width: 100%;
		height: auto;
	}
	.profile_text .info{
		height: auto;
	}
	.profile_ul li h4{
		font-size: 36px;
	}
	.profile_ul li p{
		font-size: 14px;
	}
	
	.ab_download .con ul li .item:nth-child(1){
		width: 100%;
		height: 42px;
	}
	.ab_download .con ul li .item{
		width: 33.33%;
		height: 48px;
		padding-left: 0.2rem;
	}
	
	.profile_ul li .num{
		font-size: 0.54rem;
	}
	.profile_ul li p span{
		font-size: 15px;
	}
	
	.ab_his .con .swiper{
		margin: 0 4%;
	}
	.ab_his .his_pic{
		display: none;
	}
	.ab_his .con ul li{
		height: auto;
	}
	.ab_his .con ul li .his_time .info{
		height: 200px;
		padding-right: 20px;
		overflow-y: auto;
	}
	.ab_his .con ul li .his_time .info::-webkit-scrollbar {
		width: 6px;
		height: 16px;
		background-color: #F5F5F5;
	}
	
	/*界说转动条轨道 内阴影+圆角*/
	.ab_his .con ul li .his_time .info::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		background-color: #F5F5F5;
	}
	
	/*界说滑块 内阴影+圆角*/
	.ab_his .con ul li .his_time .info::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		background-color: #555;
	}
	
}

@media all and (max-width:768px) {
	.profile_ul{
		flex-wrap: wrap;
	}
	.profile_ul li{
		width: 100%;
	}
	
	.ab_culture ul li{
		width: 100%;
		height: auto;
		padding: 0.4rem;
	}
	
	.ab_his .con ul li .his_time h4{
		font-size: 22px;
	}
	
	/* .ab_download .con ul li{
		height: 60px;
		margin-bottom: 20px;
	}
	.ab_download .con ul li .item{
		height: 60px;
		padding-left: 0.2rem;
	}
	.ab_download .con ul li .item:nth-child(1){
		width: 100%;
	}
	.ab_download .con ul li .item:nth-child(2),.ab_download .con ul li .item:nth-child(3),.ab_download .con ul li .item:nth-child(4){
		display: none;
	}
	.ab_download .con ul li a{
		padding-right: 80px;
	}
	.ab_download .con ul li:after{
		width: 80px;
	}
	.ab_download .con ul li .item h4{
		font-size: 18px;
	}
	.ab_download .con ul li .item p{
		font-size: 16px;
	} */
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.profile_text{
		padding: 0.4rem 0 0;
	}
	.ab_tit h3{
		font-size: 24px;
	}
	.profile_text .info{
		line-height: 1.6;
	}
	.profile_ul li h4{
		font-size: 32px;
	}
	
	.ab_culture ul li .box span{
		font-size: 20px;
	}
	
	.ab_download .con{
		height: calc(0.8rem + 540px);
	}
	.ab_download .con ul li{
		height: 150px;
	}
	.ab_download .con ul li a{
		padding: 60px 20px 10px;
	}
	.ab_download .con ul li:before, .ab_download .con ul li:after{
	    width: 100%;
	    height: 60px;
	}
	.ab_download .con ul li:before {
	    background-position: left 20px center;
	}
	.ab_download .con ul li:after {
	    background-position: right 20px center;
	}
	.ab_download .con ul li .item{
		padding-left: 0;
	}
	.ab_download .con ul li .item h4{
		font-size: 16px;
	}
	.ab_download .con ul li .item p{
		font-size: 16px;
	}
}

@media all and (max-width:480px) {
	
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	
}
<!--耗时1751335287.7163秒-->