body {
	line-height: 1.5;
}


.cont .page2 .sw2_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 5px;
	background: #008cd6;
}

.cont .page2 .sw2_box .mCSB_scrollTools .mCSB_draggerRail {
	background: #ebedf0;
	width: 5px;
}

.w1440_f {
	width: 75%;
	margin: 0 auto;
}

.cont svg {
	margin: 0 !important;
}

.cont .page1 {
	background: #f5f7fa;
	padding: 5% 0;
}

.cont .page1 .tit {
	text-align: center;
	color: #141515;
}

.cont .page1 .tit span {
	color: #e94620;
}

.cont .page1 .line {
	width: 100px;
	background: #e94620;
	height: 3px;
	margin: 27px auto 37px;
}

.cont .page1 .line::after {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background: #008cd6;
}

.cont .page1 .subtit {
	text-align: center;
	color: #222222;
	line-height: 2;
}

.cont .page1 ul {
	margin-top: 5%;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.cont .page1 ul li {
	width: 31%;
	text-align: center;
	padding: 2.8%;
	background: #fff;
	transition: all 0.5s;
	border-radius: 10px;
}

.cont .page1 ul li .img {
	box-sizing: border-box;
	border-radius: 100%;
	background: #e9f2fd;
	display: inline-block;
	padding: 20px;
	transition: all 0.5s;
}

.cont .page1 ul li .img .ic {
	width: 50px;
	height: 50px;
	position: relative;
	overflow: hidden;
}

.cont .page1 ul li .img img {
	position: absolute;
	top: 0;
	left: 0;
}

.cont .page1 ul li .txt {
	text-align: center;
	color: #222222;
	transition: all 0.3s;
	margin-top: 10px;
}

.cont .page1 ul li:hover {
	background: #008cd6;
}

.cont .page1 ul li:hover .img {
	background: rgba(233, 242, 253, 0.1);
}

.cont .page1 ul li:hover .img img {
	top: auto;
	bottom: 0;
}

.cont .page1 ul li:hover .txt {
	color: #fff;
}

.cont .page1 .pic {
	margin-top: 5%;
	border-radius: 10px;
	overflow: hidden;
}

.cont .page1 .pic:hover img {
	transform: scale(1.01);
}

.cont .page2 {
	padding: 5% 0;
	background: #e6ebf0;
}

.cont .page2 .tit {
	text-align: center;
	color: #141515;
}

.cont .page2 .line {
	width: 100px;
	background: #e94620;
	height: 3px;
	margin: 27px auto 37px;
}

.cont .page2 .line::after {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background: #008cd6;
}

.cont .page2 .sw_t {
	position: relative;
}

.cont .page2 .sw_t .sw_btn {
	width: 46px;
	height: 46px;
	transition: all 0.3s;
	overflow: hidden;
	position: absolute;
	top: 70%;
	transform: translateY(-50%);
	z-index: 2;
	background: #c0c6cc;
	border-radius: 100%;
	cursor: pointer;
}

.cont .page2 .sw_t .sw_btn:hover {
	background: #008cd6;
}

.cont .page2 .sw_t .sw_btn:hover svg path {
	fill: #fff;
}

.cont .page2 .sw_t .sw_btn svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: auto;
	margin: 0 !important;
}

.cont .page2 .sw_t .sw_btn.swiper-button-disabled {
	background-color: #c0c6cc;
}

.cont .page2 .sw_t .sw_btn.prev {
	left: 0%;
}

.cont .page2 .sw_t .sw_btn.next {
	right: 0%;
}

.cont .page2 .sw1 {
	width: 85%;
	margin: 0 auto;
}

.cont .page2 .sw1 .sw_line {
	position: absolute;
	height: 2px;
	background: #c9d0d6;
	bottom: 30px;
}

.cont .page2 .sw1 .swiper-slide {
	cursor: pointer;
}

.cont .page2 .sw1 .swiper-slide p {
	display: block;
	text-align: center;
	color: #777777;
	transition: all 0.3s;
}

.cont .page2 .sw1 .swiper-slide .dian {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: rgba(168, 174, 179, 0.2);
	position: relative;
	margin: 10px auto 0;
	transition: all 0.3s;
}

.cont .page2 .sw1 .swiper-slide .dian i {
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #c0c6cc;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

.cont .page2 .sw1 .swiper-slide .dian i::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #c0c6cc;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

.cont .page2 .sw1 .swiper-slide.on p,
.cont .page2 .sw1 .swiper-slide:hover p {
	color: #008cd6;
}

.cont .page2 .sw1 .swiper-slide.on .dian,
.cont .page2 .sw1 .swiper-slide:hover .dian {
	background: rgba(0, 140, 214, 0.2);
}

.cont .page2 .sw1 .swiper-slide.on .dian i,
.cont .page2 .sw1 .swiper-slide:hover .dian i {
	border: 2px solid #008cd6;
}

.cont .page2 .sw1 .swiper-slide.on .dian i::after,
.cont .page2 .sw1 .swiper-slide:hover .dian i::after {
	background: #008cd6;
}

.cont .page2 .sw2_box {
	margin-top: 4%;
}

.cont .page2 .sw2_box .swiper-slide {
	border-radius: 10px;
	padding: 30px 35px;
	background: #fff;
	height: auto;
	opacity: 0.5;
	transition: all 0.5s;
}

.cont .page2 .sw2_box .swiper-slide.on,
.cont .page2 .sw2_box .swiper-slide:hover {
	opacity: 1;
}

.cont .page2 .sw2_box .swiper-slide .title {
	color: #333333;
	margin-bottom: 30px;
}

.cont .page2 .sw2_box .swiper-slide .txt-scroll {
	padding-top: 30px;
	border-top: 1px solid #eeeeee;
	height: 420px;
	overflow: hidden;
}

.cont .page2 .sw2_box .swiper-slide .txt-scroll ul {
	padding-left: 34px;
}

.cont .page2 .sw2_box .swiper-slide .txt-scroll ul li {
	margin-bottom: 35px;
}

.cont .page2 .sw2_box .swiper-slide .txt-scroll ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.cont .page2 .sw2_box .swiper-slide .txt-scroll ul li p {
	color: #222222;
	display: block;
	position: relative;
}

.cont .page2 .sw2_box .swiper-slide .txt-scroll ul li p::after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	border: 2px solid #008cd6;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
}

.cont .page2 .sw2_box .swiper-slide .txt-scroll ul li span {
	color: #777777;
	display: block;
	line-height: 1.87;
}

@media screen and (max-width: 1600px) {
	.w1440_f {
		width: 80%;
	}
}

/* 125% */
@media screen and (max-width: 1200px) {
	.w1440_f {
		width: 90%;
	}
}

/* 150 */
@media screen and (max-width: 998px) {

	.cont .page1,
	.cont .page2 {
		padding: 40px 0;
	}

	.cont .page1 ul li {
		border-radius: 5px;
	}

	.cont .page1 .pic {
		border-radius: 5px;
	}

	.cont .page1 ul li .img {
		padding: 10px;
	}

	.cont .page1 ul li .img .ic {
		width: 30px;
		height: 30px;
	}

	.cont .page1 .line,
	.cont .page2 .line {
		width: 60px;
		height: 2px;
		margin: 10px auto 15px;
	}

	.cont .page1 .subtit {
		text-align: justify;
	}
}

@media screen and (max-width: 768px) {
	.cont .page2 .sw2_box .swiper-slide .txt-scroll {
		overflow-y: auto;
	}

	.cont .page2 .sw_t .sw_btn {
		width: 30px;
		height: 30px;
		top: 74%;
	}

	.cont .page2 .sw1 .swiper-slide .dian {
		width: 40px;
		height: 40px;
	}

	.cont .page2 .sw1 .swiper-slide .dian i {
		width: 16px;
		height: 16px;
	}

	.cont .page2 .sw1 .swiper-slide .dian i::after {
		width: 8px;
		height: 8px;
	}

	.cont .page2 .sw1 .sw_line {
		bottom: 19px;
	}

	.cont .page2 .sw1 {
		width: calc(100% - 70px);
	}

	.cont .page2 .sw2_box {
		padding-left: 0;
		width: 90%;
		margin: 15px auto 0;
	}

	.cont .page2 .sw2_box .swiper-slide {
		padding: 15px 15px;
	}

	.cont .page2 .sw2_box .swiper-slide .txt-scroll ul {
		padding-left: 15px;
	}

	.cont .page2 .sw2_box .swiper-slide .txt-scroll ul li p::after {
		left: -15px;
		width: 10px;
		height: 10px;
	}

	.cont .page2 .sw2_box .swiper-slide .txt-scroll {
		padding-top: 15px;
	}

	.cont .page2 .sw2_box .swiper-slide .title {
		margin-bottom: 15px;
	}
}