* {
	padding: 0;
	margin: 0;
}

a {
	color: #000 !important;
	text-decoration: none !important;
}
li {
	list-style: none;
}
/* 第一区域 */
.top {
	width: 100%;
	height: 672px;
	overflow: hidden;
}

.logo-content {
	position: absolute;
	width: 60vw;
	min-width: 1200px;
	height: 114px;
	z-index: 1;
	top: 73px;
	left: 50%;
	transform: translateX(-50%);
}

.logo {
	position: relative;
	width: 256px;
	height: 50px;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.logo span {
	font-family: PingFang SC;
	font-size: 32px;
	font-weight: 500;
	line-height: 44.8px;
	text-align: left;
	line-height: 50px;
	color: #fff;
}

nav {
	position: relative;
	width: 100%;
	height: 64px;
	z-index: 1;
	top: 40px;
}

.lunbo {
	height: 672px;
}

.carousel-item img {
	object-fit: cover;
}

.carousel-caption {
	top: 308px;
}

.carousel-caption h3 {
	font-family: Alibaba PuHuiTi;
	font-size: 54px;
	font-weight: 700;
	line-height: 81px;
}

.carousel-caption p {
	font-family: Microsoft YaHei;
	font-size: 26px;
	font-weight: 400;
	line-height: 39px;
}

/* 第二区域 */
.section1 {
	width: 60vw;
	min-width: 1200px;
	margin: 0 auto;
	height: 580px;
	padding-top: 48px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.section1-l {
	width: 50%;
	height: 488px;
}

.s-title {
	position: relative;
	height: 58px;
	width: 100%;
	background: url(../img/navbac.png) no-repeat left;
}

.s-title span {
	font-family: Microsoft YaHei;
	font-size: 26px;
	font-weight: 400;
	line-height: 58px;
	color: #fff;
	padding-left: 50px;
}

.s-box {
	width: 100%;
	height: 372px;
	margin: 15px 0;
}

.s-more {
	height: 14px;
	font-family: Microsoft YaHei;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	text-align: left;
	color: #737373;
}

.section1-r {
	width: 50%;
	height: 450px;
}

.sr-box {
	width: 100%;
	height: 377px;
	margin: 15px 0 0 0;
}

.swiper {
	width: 100%;
	height: 100%;
}

.slide-box {
	width: 100%;
	height: 346px;
	display: flex;
	align-content: center;
	justify-content: space-between;
	flex-direction: row;
}

.t-item {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.t-item img {
	width: 134px;
	height: 134px;
	border-radius: 50%;
}

.t-item h1 {
	font-family: Microsoft YaHei;
	font-size: 25px;
	font-weight: 700;
}

.t-item p {
	text-indent: 2em;
	font-size: 18px;
	padding: 13px;
	color: #737373;
}

.swiper-pagination .swiper-pagination-bullet-active {
	width: 32px;
	border-radius: 12px;
	background-color: #354D97;
}

/* 第三区域 */

.section2 {
	position: relative;
	width: 100%;
	height: 320px;
	background: url('../img/s2-bac.png') no-repeat center;
	background-size: 100% 100%;
}

.s2-left {
	position: absolute;
	left: 0;
	height: 320px;
	width: 220px;
	background-color: #AE0524;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.s2-left ul {
}

.s2-left ul li {
	margin: 10px 0;
}

.s2-left ul li a {
	color: #FFFFFF !important;
	font-size: 20px;
	margin-left: 8px;
}

.s2-box {
	position: relative;
	width: 60vw;
	min-width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.s2-img {
	width: 420px;
	height: 273px;
	position: absolute;
	top: -30px;
}

.s2-content {
	position: absolute;
	right: 0;
	width: 40vw;
	min-width: 740px;
	height: 100%;
	padding: 20px 0;
}

.s2c-top {
	position: relative;
	width: 100%;
	height: 58px;
}

.s2c-r {
	position: absolute;
	display: inline-block;
	right: 0;
	width: 290px;
	height: 58px;
	border-bottom: 2px solid #E6E6E6;
	font-size: 30px;
	text-align: right;
	color: #fff;
}

.s2-content p {
	text-indent: 2em;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
}

/* 第四区域 */
.section3 {
	width: 100%;
	height: 459px;
	padding: 40px 0;
}

.s3-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 60vw;
	height: 380px;
	min-width: 1200px;
	margin: 0 auto;
}

.s3-l {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 65%;
	height: 100%;
}

.s3-r {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 30%;
	height: 100%;
}

.s3-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 300px;
	width: 100%;
}

.s3-item {
	height: 100%;
	width: 30%;
	background-color: #F1F1F1;
	padding: 30px 25px;
}

.s3-item p {
	color: #737373;
	text-indent: 2em;
	line-height: 30px;
	margin-top: 20px;
}

.s3-title {
	display: flex;
	align-items: center;
	width: 100%;
	height: 55px;
	padding: 15px 0;
	border-bottom: 2px solid #C3C3C3;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
}
.s3-bottom video {
	width: 100%;
	height: 100%;
}
/* 第五区域 */
.section4 {
	width: 100%;
	height: 380px;
	background-color: #F1F5F8;
}
.s4-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 60vw;
	min-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 40px 0;
}
.s4-img {
	width: 100%;
	height: 200px;
        overflow:hidden;
}
/* 第六区域 */
.section5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 460px;
	padding: 50px 0 10px 0;
}
.s5-content {
	width: 60vw;
	min-width: 1200px;
	margin: 0 auto;
}
.s5-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 300px;
}
.sb-1 {
	width: 21vw;
	height: 100%;
}
.sb-1 img {
	width: 100%;
	height: 100%;
}
.sb-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 21vw;
	height: 100%;
}
.sb-2 div img {
	width: 100%;
	height: 100%;
}
.sb-3 {
	width: 21vw;
	height: 100%;
}
.sb-3 img {
	width: 100%;
	height: 100%;
}
.sb-4 {
	width: 12vw;
	height: 100%;
}
.sb-4 img {
	width: 100%;
	height: 100%;
}
.sb-5 {
	width: 21vw;
	height: 100%;
}
.sb-5 img {
	width: 100%;
	height: 100%;
}
/* 第七区域 */
.footer {
	width: 100%;
	height: 390px;
	background: url('../img/footerbac.png') no-repeat cadetblue;
	background-size: 100% 100%;
}
.footer-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 60vw;
	height: 390px;
	margin: 0 auto;
}
.fc-l {
	width: 50%;
	height: 144px;
}
.fc-l ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 50%;
}
.fc-l ul li{
	margin: 0 20px;
}
.fc-l ul li a{
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF!important;
}
.fc-r {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 50%;
	height: 144px;
}
.fr-logo {
	width: 66px;
	height: 66px;
	margin-right: 10px;
}
.fr-logo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.fr-title {
	height: 66px;
	font-size: 30px;
	line-height: 66px;
	color: rgba(255, 255, 255, 1);
}

.fr-title2 {
	width: 400px;
	font-size: 17px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4);
}