body {
	line-height: 1.5;
}

.cont {
	padding: 3.3% 0 0;
	background: url(../img/social_bg.jpg) center center no-repeat;
	background-size: cover;
}

.cont svg {
	margin: 0 !important;
}

.cont .tit .title {
	text-align: center;
	color: #141515;
}

.cont .tit .line {
	width: 100px;
	background: #e94620;
	height: 3px;
	margin: 25px auto 66px;
}

.cont .tit .line::after {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background: #008cd6;
}

.cont .tit .des {
	text-align: center;
	color: #222222;
	line-height: 2;
}

.cont .list li {
	width: 100%;
	position: relative;
	padding: 5.3% 0;
}

.cont .list li:nth-child(1) {
	padding-top: 0;
}

.cont .list li .w1440 {
	position: relative;
}

.cont .list li .img {
	width: 58.33%;
	border-radius: 10px;
	overflow: hidden;
}

.cont .list li .img:hover img {
	transform: scale(1.05);
}

.cont .list li .txt {
	width: 47.22%;
	position: absolute;
	top: 10%;
	bottom: 10%;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	padding: 5% 4%;
}

.cont .list li .txt p {
	display: block;
	color: #222222;
}

.cont .list li .txt .line {
	background: #ebf0f5;
	width: 100%;
	height: 2px;
	margin-top: 3%;
}

.cont .list li .txt .line::after {
	content: '';
	display: block;
	background: #008cd6;
	width: 60px;
	height: 100%;
}

.cont .list li .txt span {
	display: block;
	position: relative;
	margin-top: 6%;
	color: #222222;
}

.cont .list li .txt .btn_b a {
	color: #008cd6;
	position: relative;
}

.cont .list li .txt .btn_b a::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 1px;
	width: 0;
	background: #008cd6;
	transition: all 0.3s;
}

.cont .list li .txt .btn_b a:hover::after {
	width: 100%;
}

.cont .list li:nth-child(2n) {
	background: rgba(180, 186, 200, 0.3);
}

.cont .list li:nth-child(2n) .img {
	float: right;
}

.cont .list li:nth-child(2n) .txt {
	right: auto;
	left: 0;
}

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1101;
}

.popup .pop_layer {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
}

.popup .pop_ctn {
	width: 75%;
	height: 80%;
	transform: translateY(-100px);
	opacity: 0;
	transition: all 0.5s;
	position: relative;
	background: #fff;
}

.popup .pop_ctn .close {
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: -40px;
}

.popup .pop_ctn .close svg {
	transition: all 0.5s;
}

.popup .pop_ctn .close:hover svg {
	transform: rotate(180deg);
}

.popup .pop_ctn .img {
	width: 100%;
	height: 100%;
	overflow: overlay;
	margin: 0 auto;
}

.popup .pop_ctn .img img {
	max-width: 980px;
	margin: 0 auto;
}

.popup.on .pop_ctn {
	transform: translateY(0);
	opacity: 1;
}

/* 125% */
@media screen and (max-width: 1440px) {
	.cont .list li .txt span {
		font-size: 16px;
	}
}

@media screen and (max-width: 1366px) {
	.cont .list li .txt {
		top: 5%;
		bottom: 5%;
	}
}

/* 150 */
@media screen and (max-width: 1024px) {
	.cont .tit .des br {
		display: none;
	}

	.cont .tit {
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 998px) {
	.cont .list li .w1440 {
		border-radius: 10px;
	}

	.cont .list li .img {
		width: 100%;
		border-radius: 0;
	}

	.cont .list li .txt {
		position: static;
		width: 100%;
		border-radius: 0;
		padding: 25px;
	}

	.cont .list li .txt span {
		font-size: 14px;
	}

	.cont .tit .line {
		margin: 10px auto 40px;
		width: 60px;
		height: 2px;
	}

	.cont {
		padding: 40px 0;
	}

	.cont .list li .txt .line {
		margin-top: 10px;
	}

	.cont .list li .txt span {
		margin-top: 15px;
	}

	.cont .list li .txt .btn_b {
		margin-top: 30px;
	}

	.popup .pop_ctn {
		height: auto;
	}

	.popup .pop_ctn .close {
		top: 0px;
		right: -28px;
	}
}