@charset "utf-8";

/* 幻灯片 */
.banner .item {
	display: block;
	position: relative;
}
.banner .litpic {
	width: 100%;
	display: block;
}
.banner .item .box {
	width: max-content;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.banner .item .box .title {
	font-size: 60px;
	font-family: Impact;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 0px 2px 1px #060606;
	margin-bottom: 5px;
}
.banner .item .box .desc {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: lighter;
	margin-bottom: 50px;
}
.banner .item .box .btn {
	width: 150px;
	height: 40px;
	background: #0099d9;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 40px;
	margin: 0 auto;
}

.banner .swiper-pagination {
	bottom: 4%;
}

.banner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	margin: 0 7px !important;
	background: #7D7D7D;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #0099d9;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.banner .item .box .title {
		font-size: 40px;
	}
	.banner .item .box .desc {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.banner .item .box .btn {
		width: 140px;
    height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.banner .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 6px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner .item .box .title {
		font-size: 30px;
	}
	.banner .item .box .desc {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.banner .item .box .btn {
		width: 130px;
    height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.banner .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 0 4px !important;
	}
}

@media (max-width: 767px) {
	.banner .bg_litpic {
		height: 280px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
	.banner .item .box .title {
		font-size: 26px;
	}
	.banner .item .box .desc {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.banner .item .box .btn {
		width: 120px;
    height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.banner .swiper-pagination {
		bottom: 10px;
	}
	.banner .swiper-pagination-bullet {
		width: 4px;
		height: 4px;
		margin: 0 3px !important;
	}
}

/* 幻灯片 */

/* 新闻列表 */
.section1 {
	/*background: #EFEFEF;*/
	padding: 50px 0 60px;
}

.section1 .cate-title {
	font-size: 60px;
	/*font-family: Impact;*/
	font-weight: 800;
	color: #0099d9;
	text-align: center;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.section1 .list {}

.section1 .list .item {}

.section1 .list .item .litpic {
	height: 0;
	padding-bottom: 58%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section1 .list .item .box {
	background: #EFEFEF;
	padding: 24px 24px 30px;
}

.section1 .list .item .box .title {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	height: 60px;
	line-height: 30px;
	margin-bottom: 28px;
}

.section1 .list .item .box .time {
	font-size: 16px;
	font-weight: 300;
	color: #666666;
	margin-bottom: 15px;
}

.section1 .list .item .box .more {
	display: block;
	width: 120px;
	height: 40px;
	background: #0099d9;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.section1 .list .item {
		margin-bottom: 30px;
	}
	.section1 .list .item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.section1 .list .item {
		margin-bottom: 30px;
	}
	.section1 .list .item:last-child {
		margin-bottom: 0;
	}
}

/* 新闻列表 */

/* 关于我们 */
.section2 {
	padding: 55px 0 70px;
	background: #ffffff;
}

.section2 .content-box {}

.section2 .content-box .title {
	font-size: 60px;
	/*font-family: Impact;*/
	font-weight: 800;
	color: #0099d9;
	margin-bottom: 45px;
}

.section2 .content-box .desc {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	line-height: 26px;
	text-align: justify;
}

.section2 .content-box .more {
	margin-top: 50px;
	display: block;
	width: 120px;
	height: 40px;
	background: #0099d9;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}

.section2 .litpic-box {
	padding: 20px;
	/*background: #475a7d;*/
}

.section2 .litpic-box .litpic {
	padding-bottom: 78%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.section2 .content-box .title {
		font-size: 50px;
		margin-bottom: 35px;
	}
	.section2 .content-box .desc {
		font-size: 16px;
	}
	.section2 .content-box .more {
		margin-top: 40px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section2 .content-box {
		margin-bottom: 60px;
	}
	.section2 .content-box .title {
		font-size: 50px;
		margin-bottom: 35px;
	}
	.section2 .content-box .desc {
		font-size: 16px;
	}
	.section2 .content-box .more {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.section2 .content-box {
		margin-bottom: 50px;
	}
	.section2 .content-box .title {
		font-size: 40px;
		margin-bottom: 25px;
	}
	.section2 .content-box .desc {
		font-size: 14px;
	}
	.section2 .content-box .more {
		margin-top: 20px;
	}
	.section2 .litpic-box {
		padding: 10px;
	}
}
/* 关于我们 */

/* 广告栏 */
.adv-box {}

.adv-box .link {
	display: block;
	position: relative;
	height: 300px;
}

.adv-box .link .box {
	position: absolute;
	width: max-content;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.adv-box .link .box .title {
	font-size: 48px;
	font-family: Impact;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 100%;
	margin-bottom: 20px;
}

.adv-box .link .box .remark {
	font-size: 24px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 100%;
}

@media (min-width: 1200px) and (max-width: 1439px) {
	.adv-box .link .box .title {
		font-size: 40px;
	}
	.adv-box .link .box .remark {
		font-size: 18px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.adv-box .link .box .title {
		font-size: 30px;
	}
	.adv-box .link .box .remark {
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.adv-box .link .box .title {
		font-size: 26px;
	}
	.adv-box .link .box .remark {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.adv-box .link {
		height: 260px;
	}
	.adv-box .link .box {
		width: 95%;
	}
	.adv-box .link .box .title {
		font-size: 22px;
	}
	.adv-box .link .box .remark {
		font-size: 13px;
		line-height: 20px;
	}
}
/* 广告栏 */

/* 企业产品 */
.section3 {}

.section3 .list {}

.section3 .list .item {
	padding: 90px 0 80px;
}

.section3 .list .item:nth-child(2n + 1) {
	background: #EFEFEF;
}

.section3 .list .item .image {
	height: 0;
	padding-bottom: 78%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section3 .list .item .box {
	padding-top: 60px;
}

.section3 .list .item .box .title {
	font-size: 60px;
	font-family: Impact;
	font-weight: 400;
	color: #0099d9;
	margin-bottom: 60px;
}

.section3 .list .item .box .desc {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	line-height: 30px;
}

.section3 .list .item .box .box p {}

.section3 .list .item .box .link {
	display: block;
	margin-top: 80px;
	text-align: center;
	width: 120px;
	height: 40px;
	background: #0099d9;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 40px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
	.section3 .list .item .box {
		padding-top: 30px;
	}
	.section3 .list .item .box .title {
		font-size: 50px;
		margin-bottom: 45px;
	}
	.section3 .list .item .box .link {
		margin-top: 50px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.section3 .list .item .box {
		padding-top: 0px;
	}
	.section3 .list .item .box .title {
		font-size: 40px;
		margin-bottom: 35px;
	}
	.section3 .list .item .box .link {
		margin-top: 40px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section3 .list .item .box {
		padding-top: 0px;
	}
	.section3 .list .item .box .title {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.section3 .list .item .box .link {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.section3 .list .item {
		padding: 60px 0 40px;
	}
	.section3 .list .item .image {
		margin-bottom: 30px;
	}
	.section3 .list .item .box {
		padding-top: 0px;
		margin-bottom: 30px;
	}
	.section3 .list .item .box .title {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.section3 .list .item .box .link {
		margin-top: 30px;
	}
}

/* 企业产品 */