body {
	min-width: 300px;
	padding: 0;
	margin: 0;
}
.btn-more {
	color: #FFF;
	border: 1px solid;
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin-top: 50px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-more:hover {
	background: #FFF;
	color: #075ee0;
	text-decoration: unset;
}
.navbar-toggler {
	/* margin-right: 10px; */
}
/* .nav-item {
	padding: 0 !important;
} */
/* .nav-item.active {
	background: rgba(255, 150, 0, .5);
} */
.slide1.swiper-container {
	margin-top: 60px;
	height: 500px;
}
.slide1 .swiper-wrapper {
    -webkit-transition-delay:.3s;
         -o-transition-delay:.3s;
            transition-delay:.3s;
}
.slide1 .swiper-slide {
	background-position: center;
	background-size: cover;
}
/* .carousel-indicators li {
	width: 60px;
	height: 6px;
} */
.banner-text {
	position: absolute;
	z-index: 14;
	top: 45%;
	left: 13%;
	right: 0;
	color: #FFF;
	width: 550px;
	height: 550px;
	background: rgba(0,91,172,.8);
	padding: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border-top-right-radius: 40px;
	-webkit-transform: translate(-50px, -50%);
		-ms-transform: translate(-50px, -50%);
			transform: translate(-50px, -50%);
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.banner-subtitle {
	margin-top: 3em;
}
.banner-desc {
	margin-top: 2em;
}
.slide1 .ani-slide .banner-text{
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	opacity: 1;
}
.slide1 .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border: 1px solid #FFF;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.slide2 {
	height: 570px;
	background: #FFF;
	position: relative;
}
.slide2-left {
	height: 100%;
	width: 570px;
	background: #075ee0;
}
.slide2 .slide2-right {
	height: 100%;
	padding: 75px 0 75px 500px;
	position: absolute;
	width: 100%;
	top: 0;
}
.swiper-container {
	height: 100%;
}
.slide2 .swiper-slide {
	width: 320px;
	border: 1px solid #075ee0;
	border-bottom-width: 10px;
	background: #FFF;
}
.s2-img {
	width: 100%;
	height: 44%;
	background-position: center;
	background-size: cover;
}
.s2-text-box {
	padding: 20px 20px 0;
	word-break: break-all;
}
.slide2 .slide2-pagination {
	position: absolute;
	left: 250px;
	bottom: 140px;
	width: auto;
	text-align: right;
	padding: 0 20px 0 10px;
	min-width: 100px;
	text-align: right;
	border-bottom: 2px solid #FFF;
	color: rgba(255, 255, 255, 0.5);
	font-size: 20px;
}
.slide2 .swiper-pagination-current {
	font-size: 50px;
	color: #FFF;
}
.slide2 .swiper-button-next,
.slide2 .swiper-button-prev {
	position: absolute;
	left: 280px;
	top: 125px;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	outline: none;
}
.slide2 .swiper-button-next::after,
.slide2 .swiper-button-prev::after {
	font-size: 20px !important;
	content: '' !important;
}
.slide2 .swiper-button-next {
	top: 225px;
}
.m3-box {
	width: 100%;
	height: 740px;
	position: relative;
}
.m3-left, .m3-right {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
}
.m3-left, .m3-box-odd .m3-right {
	left: 0;
	right: auto;
}
.m3-right, .m3-box-odd .m3-left {
	left: auto;
	right: 0;
}
.m3-left {
	padding: 9% 9% 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.main3 .btn-more {
	color: #075ee0;
}
.main3 .btn-more:hover {
	background-color: #075ee0;
	color: #FFF;
}
.m3-right {
	background-position: center;
	background-size: cover;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
    padding-left: 2.7%;
}
.m3-box-odd .m3-right {
	padding: 0;
    padding-right: 2.7%;
}
.m3-img {
	width: 100%;
	height: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	/* clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 40px 100%, 40px 29%,0% 25%,40px 21%); */
	clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 5% 20%, 0% 25%, 5% 30%);
	-webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 5% 20%, 0% 25%, 5% 30%);
}
.m3-box-odd .m3-img {
	/* clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 40px 100%, 40px 29%,0% 25%,40px 21%); */
	clip-path: polygon(0 0, 95% 0, 95% 20%, 100% 25%, 95% 30%,95% 100%,0 100%);
	-webkit-clip-path: polygon(0 0, 95% 0, 95% 20%, 100% 25%, 95% 30%,95% 100%,0 100%);
}
.bottom4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 100px 50px;
	background: #0d314b;
	color: #FFF;
}
.b4-item {
	width: 20%;
	padding: 0 3%;
	text-align: center;
	white-space: nowrap;
}
.b4-icon {
	width: 70%;
	max-width: 150px;
	height: 0;
	padding-bottom: 70%;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.b4-img {
	width: 100%;
	height: auto;
}
.b4-desc {
	opacity: 0.7;
	white-space: normal;
}








/* 禁止被选中 */
.not-select {
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/ /*早期浏览器*/
    user-select:none;
}
.bg-orange {
	background: #ff8a00;
}
.text-666 {
	color: #666 !important;
}
.text-999 {
	color: #999 !important;
}
.text-yellow {
	color: #ffb32f !important;
}
.text-deep-yellow {
	color: #7a5423 !important;
}
.font-12 {
	font-size: 12px !important;
}
.font-14 {
	font-size: 14px !important;
}
.font-16 {
	font-size: 16px !important;
}
.font-18 {
	font-size: 18px !important;
}
.font-20 {
	font-size: 20px !important;
}
.font-24 {
	font-size: 24px !important;
}
.font-26 {
	font-size: 26px !important;
	line-height: 28px;
}
.font-28 {
	font-size: 28px !important;
}
.font-30 {
	font-size: 30px !important;
}
.font-34 {
	font-size: 34px !important;
}
.font-45 {
	font-size: 45px !important;
	line-height: 47px;
}
.font-50 {
	font-size: 50px !important;
}
.font-60 {
	font-size: 60px !important;
}
.word-break {
	word-break: break-all;
}
.banner-btn {
	width: 340px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	border-radius: 25px;
	color: #fff;
}

.mask {
	position: absolute;
	background: rgba(40, 40, 40, 0.9);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.lh26 {
	line-height: 26px;
}
.h40 {
	height: 40px;
}
.h46 {
	height: 46px;
}
.lh40 {
	line-height: 40px;
}
.lh90 {
	line-height: 90px;
}
.fw-normal {
	font-weight: normal;
}
.ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ellipsis-1 {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}
.ellipsis-2 {
	-webkit-line-clamp: 2;
}
.ellipsis-3 {
	-webkit-line-clamp: 3;
}
.ellipsis-4 {
	-webkit-line-clamp: 4;
}






.go-top {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: fixed;
	right: 10px;
	bottom: 30px;
	background: rgba(255, 255, 255, 0.13);
	font-size: 14px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	z-index: 999;
	cursor: pointer;
	color: #fff;
	background: rgb(0,143,211);
}





@media (min-width: 561px) {
}

@media (max-width: 1440px) {
	/* .nav-item {
		padding: 0 40px;
	} */
	.yewu {
		background-size: 36%;
	}
	.banner-text {
		width: 450px;
		height: 450px;
	}
	.banner-subtitle {
		margin-top: 2em;
	}
	.banner-desc {
		margin-top: 1em;
	}
	.slide2 {
		height: 500px;
	}
	.slide2-left {
		width: 500px;
	}
	.slide2 .slide2-right {
		padding: 75px 0 75px 425px;
	}
	.slide2 .swiper-slide {
		width: 250px;
	}
}

@media (max-width: 1366px) {
	/* .nav-item {
		padding: 0 20px;
	} */
	.yewu {
		background-size: 42%;
	}
	.banner-text {
		width: 400px;
		height: 400px;
		padding: 45px;
	}
	.banner-text .font-45 {
		font-size: 38px !important;
		line-height: 40px;
	}
	.banner-text .font-26 {
		font-size: 22px !important;
		line-height: 24px;
	}
	.banner-text .btn-more {
		margin-top: 30px;
	}
}
@media (max-width: 768px) {
	.w-28 {
		width: 28% !important;
	}
	.w-36 {
		width: 36% !important;
	}
	.flex-md-1 {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
			-ms-flex: 1;
				flex: 1;
	}
	.yewu {
		background: url(../images/yewu.jpg) left bottom no-repeat;
		background-size: 40%;
	}
}
@media (max-width: 560px) {
	.go-top {
		width: 40px;
		height: 40px;
		font-size: 12px;
	}
	.anli-img {
		height: 197px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.logo-img {
		height: 92px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.navbar {
		min-height: 46px;
	}
	.slide1.swiper-container {
		margin-top: 14px;
	}
	/* .carousel-indicators li {
		display: none;
	} */
	.hidden-xs {
		display: none !important;
	}
	.show-xs {
		display: block !important;
	}
	.font-50 {
		font-size: 30px;
	}
	.banner-text {
		width: 100%;
		height: auto;
		bottom: 0;
		top: auto;
		-webkit-transform: translate(0,0) !important;
		    -ms-transform: translate(0,0) !important;
		        transform: translate(0,0) !important;
		left: 0;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(46%, rgba(0,0,0,.65)), to(rgba(0,0,0,.65)));
		background: -o-linear-gradient(transparent 0, rgba(0,0,0,.65) 46%, rgba(0,0,0,.65) 100%);
		background: linear-gradient(transparent 0, rgba(0,0,0,.65) 46%, rgba(0,0,0,.65) 100%);
	}
	.btn-more {
		margin-top: 30px;
		width: 100px;
		height: 30px;
		line-height: 30px;
		background: #075ee0;
		color: #FFF;
		border: 0;
		font-size: 12px;
	}
	.btn-more:hover {
		opacity: 0.8;
	}
	.banner-text .font-18 {
		font-size: 12px;
	}
	.banner-text .font-26 {
		font-size: 18px !important;
		padding-bottom: 10px;
	}
	.banner-text .font-30 {
		font-size: 14px;
	}
	.banner-text .font-45 {
		font-size: 30px !important;
	}
	.banner-text .font-60 {
		font-size: 18px;
	}
	.slide1 .swiper-pagination-bullet {
		width: 14px;
		height: 14px;
		margin: 6px !important;
	}
	.banner-btn {
		width: 170px;
		height: 24px;
		line-height: 24px;
		border-radius: 12px;
		font-size: 12px;
	}
	.block-title .line {
		display: none;
	}
	.block-title .title-text {
		/* font-size: 24px; */
		padding: 0;
	}
	.block-title .down {
		/* margin-top: 0; */
	}
	.logo {
		height: 36px;
	}
	.slide2 {
		height: 400px;
	}
	.slide2-left {
		width: 100%;
	}
	.slide2 .slide2-right {
		padding: 30px 0;
	}
	.slide2 .swiper-slide {
		-webkit-transition: 300ms;
		-o-transition: 300ms;
		transition: 300ms;
		-webkit-transform: scale(0.8) !important;
		    -ms-transform: scale(0.8) !important;
		        transform: scale(0.8) !important;
    }
	.slide2 .swiper-slide-active,
	.slide2 .swiper-slide-duplicate-active{
		-webkit-transform: scale(1) !important;
		    -ms-transform: scale(1) !important;
		        transform: scale(1) !important;
	}
	.slide2-options {
		display: none;
	}



	/* .m3-box {
		height: 430px;
	}
	.m3-left {
		position: absolute;
		width: 100%;
		height: auto;
		z-index: 2;
		top: auto;
		bottom: 0;
		color: #FFF;
		background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(46%, rgba(0,0,0,.65)), to(rgba(0,0,0,.65)));
		background: linear-gradient(transparent 0, rgba(0,0,0,.65) 46%, rgba(0,0,0,.65) 100%);
	}
	.m3-right {
		position: relative;
		width: 100%;
		box-sizing: border-box;
	}
	.m3-mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: .3;
		z-index: 1;
		background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, rgba(0,0,0,.65)), to(rgba(0,0,0,.65)));
		background: linear-gradient(to bottom, transparent 0, rgba(0,0,0,.65) 75%, rgba(0,0,0,.65) 100%);
	}
	.m3-img {
		clip-path: unset !important;
	}
	.main3 .btn-more {
		color: #FFF;
	} */

	.m3-box {
		height: 220px;
	}
	.main3 .font-34 {
		font-size: 22px !important;
		line-height: 24px;
	}
	.m3-left {
		padding: 6% 8% 2%;
	}
	.m3-left .font-20 {
		font-size: 14px !important;
		line-height: 20px;
	}
	.main3 .btn-more {
		color: #FFF;
		margin-top: 0;
	}




	.bottom4 {
		padding: 6% 3%;
	}
	.b4-item {
		width: 24%;
		padding: 0 1%;
	}
	.b4-icon {
		width: 80%;
	}
	.bottom4 .font-20 {
		font-size: 13px !important;
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		   text-overflow: ellipsis;
	}
	.bottom4 .font-14 {
		font-size: 10px !important;
	}
}

