.main {
	width: 1190px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

.main::after {
	content: "";
	display: block;
	clear: both;
}

header {
	height: 125px;
	background: #fff;
	box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
}

header .logo {
	float: left;
	display: block;
	margin-top: 11px;
}

header .logo img {
	display: block;
	float: left;
}

header .logo .txt {
	float: left;
	margin-left: 15px;
	margin-top: 34px;
}

header .logo .txt h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	color: #39aeff;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

header .logo .txt p {
	font-size: 12px;
	color: #39aeff;
}

header .nav {
	float: right;
	margin-top: 44px;
	z-index: 95;
}

header .nav>li {
	float: left;
	padding-left: 30px;
	position: relative;
}

header .nav>li>a {
	display: block;
	border-bottom: 5px solid transparent;
	line-height: 30px;
	transition: all 0.3s;
}

header .nav>li.active a,
header .nav>li:hover a {
	color: #39aeff;
	border-color: #39aeff;
	font-weight: bold;
}

header .nav .sub {
	position: absolute;
	background: #fff;
	z-index: 95;
	width: 100%;
	display: none;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 15px;
	top: 100%;
	border-radius: 5px;
	padding: 8px 0;
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.25);
}

header .nav .sub li a {
	line-height: 28px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #999999;
	transition: all 0.3s;
	font-weight: normal;
}

header .nav .sub li a:hover {
	background: #d7efff;
	color: #39adfe;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	opacity: 1;
	background: #fff;
	transition: all 0.3s;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 38px;
	border-radius: 7.5px;
	background: #39aeff;
}

.index_title {
	width: 848px;
	max-width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

.index_title h2 {
	font-size: 30px;
	color: #39aeff;
	line-height: 1;
	margin-bottom: 20px;
	text-align: center;
}

.index_title p {
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 1.4;
}

.index_fengcai {
	padding-top: 80px;
	padding-bottom: 80px;
}

.index_fengcai .gallery {
	margin-top: 50px;
}

.index_fengcai .gallery .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	float: left;
	transition: all 0.3s;
	position: relative;
}

.index_fengcai .gallery .item:after {
	content: "";
	display: block;
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
	background: url(../img/bg_a.png) repeat-x center bottom;
}

.index_fengcai .gallery .item:hover {
	box-shadow: 0px 1px 13px 0px rgba(19, 136, 216, 0.6);
}

.index_fengcai .gallery .item:nth-of-type(1) {
	width: 40%;
	height: 220px;
	margin-bottom: 30px;
}

.index_fengcai .gallery .item:nth-of-type(2) {
	width: 32%;
	height: 220px;
	margin: 0 3%;
	margin-bottom: 30px;
}

.index_fengcai .gallery .item:nth-of-type(3) {
	width: 22%;
	float: right;
	height: 470px;
}

.index_fengcai .gallery .item:nth-of-type(4) {
	width: 32%;
	height: 220px;
}

.index_fengcai .gallery .item:nth-of-type(5) {
	width: 40%;
	height: 220px;
	margin: 0 3%;
	margin-bottom: 30px;
}

.index_fengcai .gallery .item .txt {
	position: absolute;
	z-index: 5;
	left: 20px;
	bottom: 20px;
	line-height: 30px;
}

.index_fengcai .gallery .item .txt .tag {
	float: left;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	background: #39aeff;
	margin-right: 10px;
	border-radius: 5px;
}

.index_fengcai .gallery .item .txt .name {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.index_teacher {
	background: #e9f4ff;
	padding-top: 80px;
	padding-bottom: 80px;
}

.index_teacher .main {
	margin-top: 45px;
	width: 970px;
	margin-bottom: 50px;
}

.index_teacher .main h2 {
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	color: #39aeff;
	text-align: center;
	margin-bottom: 14px;
}

.index_teacher .main p {
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.index_teacher .img_box {
	width: 100%;
	height: 200px;
	border-radius: 5px;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	transition: all 0.3s;
	top: 0;
}

.index_teacher .swiper-button-prev,
.index_teacher .swiper-button-next {
	width: 38px;
	height: 62px;
	top: 60px;
	margin-top: 0;
	opacity: 0;
	transition: all 0.4s;
	background: url(../img/icon_right.png) no-repeat center;
}

.index_teacher .swiper-button-prev:hover,
.index_teacher .swiper-button-next:hover {
	opacity: 1;
}

.index_teacher .swiper-button-prev {
	left: -50px;
	background: url(../img/icon_left.png) no-repeat center;
}

.index_teacher .swiper-button-next {
	right: -50px;
}

.index_teacher:hover .swiper-button-prev,
.index_teacher:hover .swiper-button-next {
	opacity: 1;
}

.index_teacher .swiper-container {
	padding-top: 15px;
}

.index_teacher .swiper-slide {
	position: relative;
	top: 0;
	transition: all 0.3s;
}

.index_teacher .swiper-slide:hover {
	top: -8px;
}

.index_teacher .swiper-slide:hover .img_box {
	box-shadow: 0px 1px 13px 0px rgba(19, 136, 216, 0.6);
}

.btn_index {
	width: 156px;
	height: 46px;
	border-radius: 5px;
	border: 2px solid #39aeff;
	background: #39aeff;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	display: block;
	margin: 0 auto;
	transition: all 0.3s;
}

.btn_index:hover {
	background: #fff;
	color: #39aeff;
}

.index_active {
	padding-top: 80px;
	padding-bottom: 80px;
}

.index_active .box {
	margin-top: 50px;
}

.index_active .box .left {
	width: 58%;
	float: left;
}

.index_active .box .left .swiper-slide {
	height: 355px;
	border-radius: 5px;
	box-shadow: 0px 1px 13px 0px rgba(57, 174, 255, 0.5);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.index_active .box .left .swiper-slide p {
	width: 100%;
	line-height: 80px;
	background: rgba(0, 0, 0, 0.75);
	bottom: 0;
	left: 0;
	position: absolute;
	text-indent: 1em;
	font-size: 18px;
	color: #fff;
}

.index_active .box .left .swiper-container {
	position: relative;
}

.index_active .box .left .swiper-container .swiper-pagination {
	bottom: 26px;
	right: 0;
	width: 120px;
	left: auto;
}

.index_active .box .left .swiper-container .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	opacity: 1;
	background: #fff;
}

.index_active .box .left .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #39aeff;
}

.index_active .box .right {
	width: 38%;
	float: right;
	margin-top: 28px;
}

.index_active .box .right .tab {
	margin-bottom: 20px;
}

.index_active .box .right .tab a {
	display: block;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #999999;
	line-height: 20px;
	font-size: 18px;
	color: #666666;
	transition: all 0.3s;
}

.index_active .box .right .tab a.active,
.index_active .box .right .tab a:hover {
	font-weight: bold;
	color: #39aeff;
}

.index_active .box .right .tab a:last-of-type {
	border: none;
}

.index_active .box .right li {
	line-height: 30px;
	position: relative;
	padding-right: 70px;
	font-size: 16px;
	color: #666666;
}

.index_active .box .right li:hover {
	color: #39aeff;
}

.index_active .box .right li a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_active .box .right li span {
	width: 70px;
	position: absolute;
	right: 0;
	top: 0;
}

.index_active .box .right .tab_con {
	display: none;
}

.index_active .box .right .tab_con:first-of-type {
	display: block;
}

.index_mes {
	background: #f4f9ff;
	padding-top: 80px;
	padding-bottom: 80px;
}

.index_mes .main {
	margin-top: 45px;
}

.index_mes .main h2 {
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	color: #39aeff;
	text-align: center;
	margin-bottom: 10px;
	text-align: left;
}

.index_mes .main p {
	text-align: center;
	font-size: 14px;
	color: #666666;
	text-align: left;
}

.index_mes .img_box {
	width: 100%;
	height: 200px;
	border-radius: 5px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	top: 0;
	transition: all 0.3s;
}

.index_mes .txt {
	border-left: 6px solid #666666;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	transition: all 0.3s;
}

.index_mes .swiper-container {
	padding-top: 15px;
}

.index_mes .swiper-slide {
	position: relative;
	top: 0;
	transition: all 0.3s;
}

.index_mes .swiper-slide:hover {
	top: -8px;
}

.index_mes .swiper-slide:hover .img_box {
	box-shadow: 0px 1px 13px 0px rgba(19, 136, 216, 0.6);
}

.index_mes .swiper-slide:hover .txt {
	border-color: #39aeff;
}

.index_mes .swiper-button-prev,
.index_mes .swiper-button-next {
	width: 38px;
	height: 62px;
	top: 60px;
	margin-top: 0;
	background: url(../img/icon_right.png) no-repeat center;
	opacity: 0;
	transition: all 0.3s;
}

.index_mes .swiper-button-prev {
	left: -50px;
	background: url(../img/icon_left.png) no-repeat center;
}

.index_mes .swiper-button-next {
	right: -50px;
}

.index_mes:hover .swiper-button-prev,
.index_mes:hover .swiper-button-next {
	opacity: 1;
}

footer {
	background: #c3e7ff;
	padding-top: 45px;
	padding-bottom: 35px;
}

footer .foot_logo {
	display: block;
	float: left;
	margin-left: 20px;
	margin-right: 30px;
	width: 110px;
}

footer .foot_txt {
	float: left;
	margin-top: 25px;
}

footer .foot_txt .foot_nav {
	margin-bottom: 15px;
}

footer .foot_txt .foot_nav li {
	float: left;
	color: #4c4c4c;
	font-weight: bold;
	margin-right: 25px;
}

footer .foot_txt .foot_nav li:hover {
	color: #39aeff;
}

footer .code {
	float: right;
}

footer .code img {
	display: block;
	margin: 0 auto 14px;
}

footer .code img p {
	color: #4c4c4c;
}

.nav_btn {
	display: none;
}

@media (max-width: 1170px) {
	header .logo img {
		width: 90px;
	}

	header .logo .txt {
		margin-top: 27px;
	}

	header .nav>li {
		padding-left: 15px;
	}

	.index_fengcai {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.index_teacher {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.index_active {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.index_mes {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	footer .foot_logo {
		margin-left: 0;
	}
}

@media (max-width: 992px) {
	body {
		padding-top: 80px;
	}

	header {
		height: auto;
		position: fixed;
		z-index: 999;
		width: 100%;
		top: 0;
		left: 0;
		border-bottom: 1px solid #ccc;
		height: 80px;
	}

	header .nav {
		padding-bottom: 35px;
		display: none;
		border-bottom: 1px solid #999;
		position: absolute;
		background: #fff;
		left: 0;
		top: 100%;
		height: calc(100vh - 80px);
		margin-top: 0;
		padding-top: 15px;
		width: 100%;
		overflow-y: scroll;
	}

	header .nav li {
		width: 100%;
		text-align: center;
		padding: 0 15px;
		line-height: 2;
		width: 90px;
		float: none;
		margin: 0 auto;
		padding: 0;
	}

	header .nav .sub {
		margin-left: 0;
		position: static;
		transform: translateX(0);
		display: block;
		box-shadow: none;
		padding-top: 0;
	}

	header .logo {
		margin-bottom: 10px;
	}

	header .logo img {
		width: 60px;
	}

	header .logo .txt {
		margin-top: 15px;
		margin-left: 5px;
	}

	header .logo .txt h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	header .logo .txt p {
		font-size: 10px;
	}

	.nav_btn {
		display: block;
		width: 35px;
		height: 26px;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -13px;
	}

	.nav_btn span {
		display: block;
		transition: all 0.3s;
		height: 4px;
		width: 100%;
		position: absolute;
		left: 0;
		border-radius: 2px;
		background: #39aeff;
		transition: all 0.3s;
	}

	.nav_btn span:nth-of-type(1) {
		top: 0;
	}

	.nav_btn span:nth-of-type(2) {
		top: 50%;
		margin-top: -2px;
	}

	.nav_btn span:nth-of-type(3) {
		bottom: 0;
	}

	.nav_btn.active span:nth-of-type(1) {
		top: 50%;
		transform: rotate(45deg);
	}

	.nav_btn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.nav_btn.active span:nth-of-type(3) {
		top: 50%;
		transform: rotate(-45deg);
	}
}

@media (max-width: 768px) {
	.banner .swiper-pagination-bullet {
		height: 8px;
		width: 8px;
		border-radius: 4px;
	}

	.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 20px;
	}

	.index_title h2 {
		font-size: 20px;
	}

	.index_title p {
		font-size: 12px;
	}

	.index_fengcai .gallery .item {
		width: 100% !important;
		margin: 0 0 20px !important;
		height: 220px !important;
	}

	.index_teacher .swiper-button-prev {
		left: 0;
	}

	.index_teacher .swiper-button-next {
		right: 0;
	}

	.index_teacher .swiper-button-prev,
	.index_teacher .swiper-button-next {
		width: 15px;
		background-size: 100% auto;
	}

	.index_teacher .main {
		margin-bottom: 20px;
	}

	.index_active .box .left {
		width: 100%;
	}

	.index_active .box .left .swiper-slide p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-right: 10px;
		line-height: 32px;
		font-size: 14px;
		padding-bottom: 20px;
	}

	.index_active .box .left .swiper-container .swiper-pagination {
		bottom: 4px;
	}

	.index_active .box .left .swiper-container .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.index_active .box .right {
		width: 100%;
	}

	.index_mes .swiper-button-prev {
		left: 0;
	}

	.index_mes .swiper-button-next {
		right: 0;
	}

	.index_mes .swiper-button-prev,
	.index_mes .swiper-button-next {
		width: 15px;
		background-size: 100% auto;
	}

	footer {
		padding-top: 15px;
	}

	footer .foot_logo {
		display: none;
	}

	footer .foot_txt .foot_nav li {
		width: 20%;
		margin-right: 0;
		font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
	}

	footer .foot_txt .foot_nav {
		margin-bottom: 5px;
	}

	footer .foot_txt p {
		text-align: center;
	}

	footer .foot_txt p span {
		display: block;
		margin-bottom: 10px;
	}

	footer .code {
		width: 100%;
		text-align: center;
	}
}

@media (min-width: 993px) {
	header .nav {
		display: block !important;
	}
}

.sub_banner {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 420px;
	position: relative;
}

.sub_banner .main {
	height: 100%;
}

.sub_banner .banner_btn {
	width: 310px;
	height: 98px;
	text-align: center;
	background: url(../img/btn_bg.png) no-repeat center/cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 35px;
	line-height: 98px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
	border-top-left-radius: 53px;
	border-bottom-right-radius: 53px;
}

.co_nav {
	font-size: 14px;
	color: #999999;
	line-height: 70px;
}

.co_nav a:hover {
	color: #39aeff;
}

.position_list {
	margin-bottom: 70px;
}

.position_list li {
	margin-bottom: 13px;
}

.position_list .top {
	line-height: 62px;
	position: relative;
	padding-left: 92px;
	padding-right: 190px;
	background: #f7f7f7;
	font-size: 18px;
	color: #4c4c4c;
}

.position_list .top .date {
	position: absolute;
	width: 92px;
	height: 100%;
	left: 0;
	top: 0;
	text-align: right;
	padding-right: 10px;
}

.position_list .top .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.position_list .top .view {
	width: 190px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	font-size: 16px;
	color: #39aeff;
	background: #d7efff;
	transition: all 0.3s;
	cursor: pointer;
}

.position_list .top .view:hover,
.position_list .top .view.active {
	background: #39aeff;
	color: #fff;
}

.position_list .bottom {
	background: #fff;
	padding: 15px 20px;
	display: none;
}

.position_list .bottom .mail {
	margin-top: 30px;
	font-weight: bold;
}

.page {
	text-align: center;
	margin-bottom: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.page li.active a{
  color: #fff;
  background-color: #39aeff;
  border-color: #fff;
}
.page a {
	display: inline-block;
	padding: 8px 10px;
	border: 1px solid #a8a8a8;
	transition: all 0.3s;
	font-size: 14px;
	color: #a8a8a8;
	margin: 0 3px;
}

.page span {
	display: inline-block;
	padding: 8px 10px;
	border: 1px solid #a8a8a8;
	transition: all 0.3s;
	font-size: 14px;
	color: #a8a8a8;
	margin: 0 3px;
}

.page b {
	display: inline-block;
	padding: 8px 10px;
	border: 1px solid #a8a8a8;
	transition: all 0.3s;
	font-size: 14px;
	color: #a8a8a8;
	margin: 0 3px;
}

.page a:hover,
.page a.on {
	border-color: #39aeff;
	background: #39aeff;
	color: #fff;
}

@media (max-width: 768px) {
	.sub_banner {
		height: 250px;
	}

	.sub_banner .banner_btn {
		width: 196px;
		height: 62px;
		line-height: 62px;
		font-size: 30px;
		left: 50%;
		transform: translate(-50%, -50%);
		border-top-left-radius: 35px;
		border-bottom-right-radius: 35px;
	}

	.position_list .top {
		line-height: 40px;
		padding-bottom: 40px;
		padding-right: 0;
		padding-left: 0;
	}

	.position_list .top .date {
		height: 50%;
		width: 50%;
		text-align: center;
		padding-right: 0;
		bottom: 0;
		top: auto;
		background: #f7f7f7;
	}

	.position_list .top .view {
		width: 50%;
		height: 50%;
		bottom: 0;
		top: auto;
	}

	.position_list .top .title {
		padding: 0 10px;
		border-bottom: 1px solid #39aeff;
	}

	.position_list {
		margin-bottom: 30px;
	}

	.page a {
		padding: 4px 8px;
	}

	.page b {
		padding: 4px 8px;
	}

	.page span {
		padding: 4px 8px;
	}
}

.container .left {
	width: 27.5%;
	float: left;
	background: #fafafa;
	padding: 25px 30px;
}

.container .left .t {
	font-size: 24px;
	font-weight: bold;
	color: #39aeff;
	line-height: 1;
	padding-bottom: 10px;
	display: inline-block;
	padding-right: 40px;
	border-bottom: 2px solid #d9d9d9;
	margin-bottom: 25px;
}

.container .left li {
	width: 100%;
	padding-left: 25px;
	margin-bottom: 10px;
	background: #fff;
	color: #999999;
	border: 1px solid #e6e6e6;
	line-height: 38px;
}

.container .left li:hover,
.container .left li.active {
	background-image: -moz-linear-gradient(-175deg, #57c8ff 0%, #0090e3 100%);
	background-image: -webkit-linear-gradient(-175deg, #57c8ff 0%, #0090e3 100%);
	background-image: -ms-linear-gradient(-175deg, #57c8ff 0%, #0090e3 100%);
	color: #fff;
}

.container .left li a {
	display: block;
}

.container .right {
	width: 69.5%;
	float: right;
}

.en_list {
	margin-bottom: 60px;
}

.en_list li {
	width: 32%;
	float: left;
	text-align: center;
	color: #666666;
	margin-bottom: 30px;
	height: 228px;
}

.en_list li:nth-of-type(3n-1) {
	margin-right: 2%;
	margin-left: 2%;
}

.en_list li .img_box {
	width: 100%;
	height: 180px;
	margin-bottom: 12px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s;
}

.en_list li p {
	font-size: 14px;
}

.en_list li:hover {
	color: #39aeff;
}

.en_list li:hover .img_box {
	box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 992px) {
	.en_list li {
		width: 49%;
	}

	.en_list li:nth-of-type(3n-1) {
		margin: 0;
		margin-bottom: 30px;
	}

	.en_list li:nth-of-type(2n) {
		float: right;
	}
}

@media (max-width: 768px) {
	.container .left {
		display: none;
	}

	.container .right {
		width: 100%;
	}

	.en_list li .img_box {
		height: 150px;
	}
}

.news_list {
	margin-bottom: 60px;
}

.news_list li {
	line-height: 35px;
	padding-left: 22px;
	padding-right: 100px;
	color: #333333;
	position: relative;
	transition: all 0.3s;
}

.news_list li:hover {
	background: #f2f2f2;
}

.news_list li:nth-of-type(5n + 1) {
	margin-top: 40px;
}

.news_list li:nth-of-type(5n + 1):after {
	content: "";
	display: block;
	width: 92%;
	border-top: 1px dashed #e5e5e5;
	position: absolute;
	top: -20px;
}

.news_list li:nth-of-type(1) {
	margin-top: 0;
}

.news_list li:nth-of-type(1):after {
	display: none;
}

.news_list li span {
	display: block;
	position: absolute;
	width: 100px;
	right: 0;
	top: 0;
}

.news_list li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

@media (max-width: 768px) {
	.news_list li {
		padding-left: 0;
	}

	.news_list li span {
		font-size: 14px;
		width: 90px;
	}
}

.txt_con {
	margin-bottom: 60px;
}

.txt_con img {
	max-width: 100%;
}

.news_d {
	padding: 30px;
	background: #fff;
	margin-top: 25px;
	box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 26px;
	max-width: 98%;
}

.news_d .co_nav {
	border-bottom: 1px solid #f2f2f2;
	line-height: 30px;
	margin-bottom: 45px;
}

.news_d .title {
	text-align: center;
	font-size: 24px;
	color: #39aeff;
	margin-bottom: 10px;
}

.news_d .date {
	font-size: 14px;
	text-align: center;
	color: #999999;
	position: relative;
	margin-bottom: 75px;
}

.news_d .date::after {
	content: "";
	display: block;
	height: 1px;
	width: 92px;
	background: #f2f2f2;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -46px;
}

.news_d .c_con {
	line-height: 2;
}

.news_d .c_con img {
	max-width: 100%;
}

.news_d .share {
	line-height: 38px;
	overflow: hidden;
	border-radius: 3px;
	background: #f7f7f7;
	margin-top: 40px;
}

.news_d .share .back {
	float: left;
	display: block;
	color: #ffffff;
	font-size: 14px;
	width: 118px;
	position: relative;
	text-align: center;
	background-color: #57c8ff;
	transition: all 1s;
	background-image: -moz-linear-gradient(78deg, #00a8fa 0%, #57c8ff 100%);
	background-image: -webkit-linear-gradient(78deg, #00a8fa 0%, #57c8ff 100%);
	background-image: -ms-linear-gradient(78deg, #00a8fa 0%, #57c8ff 100%);
}

.news_d .share .back::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: -moz-linear-gradient(78deg, #00a8fa 15%, #57c8ff 50%);
	background-image: -webkit-linear-gradient(78deg, #00a8fa 15%, #57c8ff 50%);
	background-image: -ms-linear-gradient(78deg, #00a8fa 15%, #57c8ff 50%);
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
}

.news_d .share .back:hover::after {
	opacity: 1;
}

.news_d .share .back span {
	display: block;
	position: relative;
	z-index: 2;
}

.news_d .share .bshare-custom {
	float: right;
	margin-top: 10px;
}

.news_d .ar_link {
	overflow: hidden;
}

.news_d .ar_link p {
	width: 46%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
	font-size: 14px;
	margin-top: 15px;
}

.news_d .ar_link p:nth-of-type(2) {
	float: right;
	text-align: right;
}

.news_d .ar_link p a {
	transition: all 0.3s;
	color: #666;
}

.news_d .ar_link p a:hover {
	color: #39aeff;
}

.fc_body {
	background: #fcfcfc;
}

@media (max-width: 768px) {
	.news_d .co_nav {
		margin-bottom: 20px;
	}

	.news_d .date {
		margin-bottom: 30px;
	}

	.news_d {
		padding: 10px;
	}
}

.qa_list {
	position: relative;
	margin-bottom: 50px;
}

.qa_list .qa_btn {
	width: 141px;
	height: 40px;
	position: absolute;
	right: 0;
	top: -56px;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background-color: #57c8ff;
	transition: all 1s;
	background-image: -moz-linear-gradient(-175deg, #57c8ff 0%, #0090e3 100%);
	background-image: -webkit-linear-gradient(-175deg, #57c8ff 0%, #0090e3 100%);
	background-image: -ms-linear-gradient(-175deg, #57c8ff 0%, #0090e3 100%);
	cursor: pointer;
	line-height: 40px;
}

.qa_list .qa_btn::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: -moz-linear-gradient(78deg, #00a8fa 15%, #57c8ff 50%);
	background-image: -webkit-linear-gradient(78deg, #00a8fa 15%, #57c8ff 50%);
	background-image: -ms-linear-gradient(78deg, #00a8fa 15%, #57c8ff 50%);
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
}

.qa_list .qa_btn:hover::after {
	opacity: 1;
}

.qa_list .qa_btn span {
	display: block;
	position: relative;
	z-index: 2;
}

.qa_list li {
	background: #fafafa;
	margin-bottom: 13px;
	padding: 20px;
	transition: all 0.3s;
	text-align: justify;
}

.qa_list li:hover {
	box-shadow: 0px 1px 13px 0px rgba(4, 0, 0, 0.15);
	cursor: pointer;
}

.qa_list li h2 {
	font-weight: bold;
	font-size: 16px;
	color: #39aeff;
	margin-bottom: 14px;
}

.qa_list li p {
	color: #666666;
}

@media (max-width: 768px) {
	.qa_list .qa_btn {
		position: relative;
		top: 0;
		margin: 0 auto 20px;
	}
}

.total_mask {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	opacity: 0.65;
	display: none;
}

.o_form {
	position: fixed;
	display: none;
	background: #fff;
	top: 50%;
	left: 50%;
	width: 816px;
	max-width: 96%;
	transform: translate(-50%, -50%);
	z-index: 99999;
}

.o_form .t {
	background-image: -moz-linear-gradient(-78deg, #39aeff 0%, #57c8ff 100%);
	background-image: -webkit-linear-gradient(-78deg, #39aeff 0%, #57c8ff 100%);
	background-image: -ms-linear-gradient(-78deg, #39aeff 0%, #57c8ff 100%);
	padding: 35px 25px 20px;
	position: relative;
}

.o_form .t h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.o_form .t p {
	font-size: 14px;
	color: #fff;
}

.o_form .b {
	background: #fafafa;
	padding: 25px 35px;
}

.o_form .b input[type="text"] {
	width: 48%;
	float: left;
	height: 42px;
	padding: 0 15px;
	border: 1px solid #b2b2b2;
	background: #fff;
	font-size: 14px;
	transition: all 0.3s;
}

.o_form .b input[type="text"]:nth-of-type(2) {
	float: right;
}

.o_form .b input[type="text"]:focus {
	border-color: #60bdfe;
}

.o_form .b textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #b2b2b2;
	height: 100px;
	padding: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 14px;
}

.o_form .b textarea:focus {
	border-color: #60bdfe;
}

.o_form .b input[type="submit"] {
	width: 147px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #39aeff;
	color: #fff;
	font-size: 15px;
	border: none;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}

.o_form .b input[type="submit"]:hover {
	background: #0097ff;
}

.o_form .close {
	width: 28px;
	height: 36px;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	top: 38px;
	right: 35px;
	z-index: 999;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	transform: scaleY(0.8);
	cursor: pointer;
	color: #39aeff;
}

@media (max-width: 768px) {
	.o_form .b input[type="text"] {
		width: 100%;
		margin-bottom: 15px;
		float: none;
	}

	.o_form .b textarea {
		margin-top: 0;
		margin-bottom: 15px;
	}
}

.nav li:last-child ul {

	opacity: 0;

}
