@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;
	width:70%;
}
.banner .item .box .title {
	font-size: 60px;
	font-family: MyriadPro, MyriadPro;
	font-weight:600;
	text-align:left;
	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;
	text-align:left;
}
.banner .item .box .btn {
	width: 150px;
	height: 40px;
	background: #19315D;
	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: #EF4138;
}

@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 .item .box {
		width: 90%;
	}

	.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: #ffffff;
	padding: 70px 0 50px;
}

.section1 .cate-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 24px;
}

.section1 .cate-box .cate-title {
	font-family: MyriadPro, MyriadPro;
	font-weight: bold;
	font-size: 48px;
	line-height: 48px;
	color: #19315D;
	padding-bottom: 26px;
	position: relative;
}

.section1 .cate-box .cate-title::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 4px;
	background: #EF4138;
	bottom: 0;
	left: 0;
}

.section1 .cate-box .more {
	width: 150px;
	height: 40px;
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #19315D;
	font-weight: 300;
	font-size: 16px;
	color: #19315D;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* 新闻列表 */
@media (max-width: 767px) {
.section1 .cate-box .cate-title {
	font-size: 24px;
}

.section1 .cate-box .more {display: none;}



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

.section3 .list {}

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

.section3 .list .item:nth-child(2n + 2) {
	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: 45px;
}

.section3 .list .item .box .title {
	font-size: 48px;
	font-family: MyriadPro, MyriadPro;
	line-height: 48px;
	font-weight: bold;
	color: #19315D;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
}

.section3 .list .item .box .title::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 4px;
	background: #ef4138;
	left: 0;
	bottom: 0;
}

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

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

.section3 .list .item .box .link {
	display: block;
	margin-top: 80px;
	text-align: center;
	width: 120px;
	height: 40px;
	border: 1px solid #19315D;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 300;
	color: #19315D;
	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: 24px;
		margin-bottom: 25px;
	}
	.section3 .list .item .box .link {
		margin-top: 30px;
	}
	.section3 .list .item .box .desc {
	font-size: 20px;
	line-height:30px;}
	
}

/* 企业产品 */

/* Why Partner With Us? */
.section2 {
	background: #efefef;
	padding: 110px 0;
}
.section2 .cate-title {
	font-size: 48px;
	color: #19315d;
	line-height: 48px;
	text-align: center;
	font-family: MyriadPro, MyriadPro;
	font-weight: bold;
	padding-bottom: 18px;
	position: relative;
	margin-bottom: 28px;
}
.section2 .cate-title::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 4px;
	background-color: #ef4138;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.section2 .cate-desc {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	margin-bottom: 60px;
}
.section2 .list {
	
}
.section2 .list .item {
	background: #ffffff;
	padding: 65px 0;
}
.section2 .list .item .litpic-box {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section2 .list .item .litpic-box .icon {
	
}
.section2 .list .item .title {
	margin-top: 24px;
	margin-bottom: 30px;
	font-size: 30px;
	color: #19315d;
	font-family: MyriadPro, MyriadPro;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
}
.section2 .list .item .desc {
	font-size: 18px;
	color: #333333;
	font-weight: lighter;
	line-height: 30px;
	text-align: center;
	max-width: 330px;
	margin: 0 auto;
	height: 120px;
}
/* Why Partner With Us? */
@media (max-width: 767px) {
	.section2 {
		padding: 60px 0;
	}

	.section2 .cate-title {
		font-size: 24px;
		}
	.section2 .cate-desc {
		font-size: 20px;
		}
	.section2 .list .item .title {
		margin-top: 24px;
		margin-bottom: 24px;
		font-size: 24px;
		line-height: 48px;
	}
	.section2 .list .item .desc {
		font-size: 16px;
		max-width: 330px;
		margin: 0 auto;
		height: 120px;
	}
	.section2 .list .item {
	padding: 50px 0;
	margin:15px 0;
	}
		
		
}
/* Who We Partner With? */
.section4 {
	background: #ffffff;
	padding: 110px 0;
}
.section4 .cate-title {
	font-size: 48px;
	color: #19315d;
	line-height: 48px;
	text-align: center;
	font-family: MyriadPro, MyriadPro;
	font-weight: bold;
	padding-bottom: 18px;
	position: relative;
	margin-bottom: 28px;
}
.section4 .cate-title::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 4px;
	background-color: #ef4138;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.section4 .cate-desc {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	margin-bottom: 60px;
}
.section4 .list {
	
}
.section4 .list .title {
	font-size: 24px;
	color: #19315d;
	font-weight: bold;
	line-height: 50px;
	padding-left: 24px;
	position: relative;
	white-space: nowrap;
}
.section4 .list .title::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	background: #19315d;
	border-radius: 100%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
/* Who We Partner With? */
@media (max-width: 767px) {
	.section4 {
		padding: 60px 0;
	}
	.section4 .cate-title {
		font-size: 24px;
		}
	.section4 .cate-desc {
		font-size: 20px;
		}
	.section4 .list .title {
		font-size: 20px;
		}
		
		
}
