﻿.index-banner {
	height: 500px;
}

.index-banner {
	background-image: -webkit-gradient(linear, left top, right top, from(#0168f5), to(#0168f5));
	background-image: -webkit-linear-gradient(left, #0168f5, #0168f5);
	background-image: -o-linear-gradient(left, #0168f5, #0168f5);
	background-image: linear-gradient(to right, #0168f5, #0168f5);

}

.index-banner .warper,
.neiye-banner .warper {
	position: relative;
	z-index: 2;
	height: 100%;
}

.index-banner .content,
.neiye-banner .content {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	top: 16px;
}

.index-banner video {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	z-index: 1;
}

.index-banner .title {
	font-size: 48px;
	color: #FFF;
	letter-spacing: 4px;
}

.index-banner .ljzx_btn,
.neiye-banner .ljzx_btn {
	width: 160px;
	height: 48px;
	line-height: 48px;
	background: #FFFFFF;
	border-radius: 4px;
	background: #FFF;
	color: #333;
	font-size: 18px;
	display: block;
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
	letter-spacing: 2px;
}

.index-banner .ljzx_btn:hover,
.neiye-banner .ljzx_btn:hover {
	color: #267EF0;
}

.index-banner .img {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	z-index: 1;
}

.neiye-banner {
	height: 400px;
}

.neiye-banner .swiper-slide {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.neiye-banner .content {
	top: 20px;
	align-items: center;
}

.neiye-banner .title {
	font-size: 42px;
	color: #FFF;
	letter-spacing: 4px;
}

.index_part1 .part1_list {
	display: flex;
	justify-content: space-between;
}

.index_part1 .part1_list .list_item {
	width: 32.3%;
	background: #FFFFFF;
	box-shadow: 0px 4px 24px 0px rgba(0, 10, 40, 0.04);
	border-radius: 12px;
}

.index_part1 .part1_list .list_item .l_title {
	background: url(../images/index-img1.png) no-repeat center center;
	height: 88px;
	line-height: 88px;
	padding: 0 20px;
	font-size: 20px;
	color: #FFF;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background-size: cover;

}

.index_part1 .part1_list .list_item .l_content {
	padding: 20px;
}

.index_part1 .part1_list .list_item .detail {
	margin-top: 20px;
}

.index_part1 .part1_list .list_item .detail:first-child {
	margin-top: 0;
}

.index_part1 .part1_list .list_item .s_title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.index_part1 .part1_list .list_item .s_title .icon {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.index_part1 .part1_list .list_item .s_desc {
	margin-left: 28px;
	margin-top: 10px;
	line-height: 1.8;
}

.index_part2 .part2_list {
	display: flex;
	justify-content: space-between;

}

.index_part2 .part2_list .list_item {
	text-align: center;
}

.index_part2 .part2_list .list_item .l_title {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
}


.index_part2 .part2_list .list_item .l_desc {
	width: 290px;
}


.index_part3 .part3_list img {
	max-width: 100%;
}

.index_part3 .part3_list .img2 {
	display: none;
}

/* 腾讯云 */

.txy_part1 .part1_list {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}

.txy_part1 .part1_list:first-child {
	padding-top: 0;
}

.txy_part1 .part1_list .top {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.txy_part1 .part1_list .top img {
	width: 100px;
	height: 100px;
}

.txy_part1 .part1_list .top .title {
	font-size: 18px;
	color: #333;
	margin-top: 15px;
	font-weight: bold;
}

.txy_part1 .part1_list .desc {
	width: 320px;
	margin-top: 10px;
	text-align: center;
}

/* 常见问题 */
.problem_banner {
	height: 240px;
}

.problem_banner .content,
.problem_banner .warper {
	width: 100%;
	height: 240px;
}

.problem_banner .content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.problem_banner .title {
	font-size: 38px;
	color: #FFF;
	letter-spacing: 8px;
	margin-top: 20px;

}

.ptable-nav {
	background: #FFF;
	padding: 20px 0;
	box-shadow: 0px 4px 24px 0px rgba(0, 10, 40, 0.04);
}

.ptable-nav ul {
	display: flex;
	justify-content: space-between;
}

.ptable-nav ul li a {
	height: 42px;
	background: #F1F2F4;
	line-height: 42px;
	color: #6E7176;
	font-size: 16px;
	display: block;
	width: 106px;
	text-align: center;
	border-radius: 22px;

}

.ptable-nav ul li.active a {
	background: #267EF0;
	color: #FFF;
}

.ptable-nav ul li:hover a {
	background: #267EF0;
	color: #FFF;
}

.problem-list {
	margin-top: 24px;
}

.problem-list .list-item {
	background-color: #FFF;
	padding: 0 20px;

}

.problem-list .list-item:hover {
	background-color: #FBFBFB;
}

.problem-list .list-item a {
	border-bottom: 1px solid #eaeaea;
	display: block;
	padding: 20px 0;
}

.problem-list .list-item .title {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.problem-list .list-item .content {
	font-size: 16px;
	color: #6E7176;
	margin-top: 10px;

}

.problem-list .warper {
	background-color: #FFF;
}

#fenye {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

#fenye .layui-laypage a,
#fenye .layui-laypage span {
	font-size: 14px;
}

#fenye .layui-laypage a:hover,
#fenye .layui-laypage span:hover {
	color: #267EF0;
}

#fenye .layui-laypage .layui-laypage-curr .layui-laypage-em {
	background: #267EF0;
}

.detail-main .content {
	background: #FFF;
	margin-top: 100px;
	margin-bottom: 40px;
	padding: 0 20px;
	border-radius: 12px;

}

.detail-main .content .title {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #eaeaea;
	padding: 20px 0;
}

.detail-main .content .text {
	padding: 20px 0;
	font-size: 15px;
	line-height: 1.8;
	text-align: justify;
}

.detail-main .content .text img {
	max-width: 100%;
}

.detail-main .detail-fenye {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	padding-bottom: 40px;

}

.detail-main .detail-fenye .left,
.detail-main .detail-fenye .right {
	display: flex;
	max-width: 40%;
}

.detail-main .detail-fenye span {
	color: #6E7176;
}

.detail-main .detail-fenye a {
	color: #333;
	flex: 1;
}

.detail-main .detail-fenye a:hover {
	color: #267EF0;
}

.bzfw .small-title {
	text-align: center;
	font-size: 16px;
	margin: 20px 0 40px;
}

.qywx_table .table3 .fuhao {
	font-size: 20px;
	margin: 0 4px;
}

.sbjr-table tr td {
	text-align: center;
	height: 40px;
	background: #F5F5F6;
}

.sbjr-table tr:nth-child(even) td {
	background-color: #FBFBFB;
}

.sbjr-table .sbjr-font {
	font-weight: bold;
	color: #333;
}


.news_part .news_list {
	display: flex;
	justify-content: space-between;
}

.news_part .news_list .news_left {
	flex: 1;
}

.news_part .news_list .news_right {
	width: 320px;
	margin-left: 30px;
	background-color: #FFF;
	border-radius: 12px;
	padding: 0 20px;
}

.news_part .news_left {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.news_part .news_left .left_item {
	width: 33.33333%;
	margin-top: 24px;
}

.news_part .news_left .left_item:nth-child(1),
.news_part .news_left .left_item:nth-child(2),
.news_part .news_left .left_item:nth-child(3) {
	margin-top: 0;
}

.news_part .news_left .left_item a {
	display: block;
	margin: 0 10px;
}

.news_part .news_left .left_item .img {
	width: 100%;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	height: 150px;
	object-fit: cover;

}

.news_part .news_left .left_item:hover .n_title {
	color: #267EF0;
}

.news_part .content {
	padding: 12px;
	background: #FFF;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.news_part .n_title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.news_part .n_desc {
	font-size: 14px;
	color: #6E7176;
	margin-top: 10px;
	height: 45px;
}

.news_part .news_right .right_item {
	padding: 20px 0;
	display: block;
	border-bottom: 1px solid #eaeaea;
}

.news_part .news_right .right_item:last-child {
	border-bottom: none;
}

.problem-list .detail_content {
	display: flex !important;
	align-items: center;
}

.problem-list .detail_content .n_img {
	width: 240px;
	max-height: 135px;
	border-radius: 12px;
	margin-right: 20px;
}

.problem-list .detail_content .new_right {
	flex: 1;
}

@media screen and (max-width:1440px) {
	.detail-main .content .title {
		font-size: 26px;
	}

}

@media screen and (max-width:1366px) {
	.index-banner {
		height: 400px;
	}

	.index-banner .img {
		height: 400px;
	}

	.index-banner .content,
	.neiye-banner .content {
		top: 16px;
	}

	.index-banner video {
		height: 400px;
	}

	.index-banner .title {
		font-size: 40px;
	}

	.index-banner .ljzx_btn,
	.neiye-banner .ljzx_btn {
		width: 140px;
		height: 44px;
		line-height: 44px;
		font-size: 16px;
		margin-top: 30px;
	}

	.neiye-banner {
		height: 300px;
	}

	.neiye-banner .content {
		top: 20px;
		align-items: center;
	}

	.neiye-banner .title {
		font-size: 34px;
	}

	.detail-main .content .title {
		font-size: 24px;
	}

	.detail-main .content .text {
		padding: 20px 0;
		font-size: 14px;
		line-height: 1.7;
	}

	.detail-main .detail-fenye {
		font-size: 14px;
	}
}

.detail-main .rhrz-table tr td:first-child {
	padding-left: 20px;
	color: #333;
}

.detail-main .rhrz-table tr td:nth-child(2) {
	color: #0168f5;
}

.detail-main .rhrz-table .b-line {
	width: 2px;
	height: 14px;
	background-color: #0168f5;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.detail-main .rhrz-table .icon1 {
	width: 18px;
	height: 18px;
}

.detail-main .rhrz-table .icon2 {
	width: 25px;
	height: 22px;
}

@media screen and (max-width:1250px) {
	.index-banner .title {
		font-size: 36px;
	}

	.index-banner .warper,
	.neiye-banner .warper {
		padding: 0 30px;
	}
}

/* 小屏幕适配 */
@media screen and (max-width:768px) {
	.index-banner {
		height: 8rem;
		margin-top: 0.88rem;
		background: url(../images/mobile-banner.png) no-repeat cen ter center;
		background-size: cover;
	}


	.index-banner .content,
	.neiye-banner .content {
		top: 0;
		text-align: center;
	}


	.index-banner video {
		display: none;
	}

	.index-banner .title {
		font-size: 0.48rem;
		letter-spacing: 2px;
	}

	.index-banner .ljzx_btn,
	.neiye-banner .ljzx_btn {
		width: 3.2rem;
		height: 0.88rem;
		background: #FFFFFF;
		border-radius: 0.08rem;
		background: #FFF;
		color: #333;
		font-size: 0.3rem;
		display: block;
		text-align: center;
		margin: 0.8rem auto 0;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 0.88rem;
	}


	.neiye-banner {
		height: 6rem;
		margin-top: 0.88rem;
	}


	.neiye-banner .content {
		top: 0;
	}

	.neiye-banner .title {
		font-size: 0.42rem;
		letter-spacing: 2px;
	}

	.index_part1 .part1_list {
		flex-direction: column;
	}

	.index_part1 .part1_list .list_item {
		width: 100%;
		box-shadow: 0px 0.08rem 0.24rem 0px rgba(0, 10, 40, 0.04);
		border-radius: 0.16rem;
		margin-top: 0.4rem;
	}

	.index_part1 .part1_list .list_item:first-child {
		margin-top: 0;
	}

	.index_part1 .part1_list .list_item .l_title {
		height: 1rem;
		line-height: 1rem;
		padding: 0 0.2rem;
		font-size: 0.3rem;
		border-top-left-radius: 0.16rem;
		border-top-right-radius: 0.16rem;
		text-align: center;
	}

	.index_part1 .part1_list .list_item .l_content {
		padding: 0.3rem;
	}

	.index_part1 .part1_list .list_item .detail {
		margin-top: 0.3rem;
	}

	.index_part1 .part1_list .list_item .detail:first-child {
		margin-top: 0;
	}

	.index_part1 .part1_list .list_item .s_title {
		font-size: 0.28rem;

	}

	.index_part1 .part1_list .list_item .s_title .icon {
		width: 0.32rem;
		height: 0.32rem;
		margin-right: 0.16rem;
	}

	.index_part1 .part1_list .list_item .s_desc {
		margin-left: 0.48rem;
		margin-top: 0.16rem;
		line-height: 1.6;
	}

	.index_part2 .part2_list {
		flex-direction: column;
	}

	.index_part2 .part2_list .list_item {
		margin-top: 0.4rem;
	}

	.index_part2 .part2_list .list_item:first-child {
		margin-top: 0;
	}

	.index_part2 .part2_list .list_item .l_title {
		color: #333;
		font-size: 0.3rem;
		font-weight: bold;
		margin: 0.3rem 0;
	}


	.index_part2 .part2_list .list_item .l_desc {
		width: auto;
		font-size: 0.28rem;
	}

	.qywx_table table {
		padding: 0;
	}

	.qywx_table table th {
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.3rem;
	}

	.qywx_table .table2,
	.qywx_table .table3,
	.qywx_table .table4,
	.qywx_table .table5 {
		padding: 0.2rem 0;
	}

	.qywx_table table tr td {
		height: 0.8rem;
		font-size: 0.26rem;
		padding: 0.2rem 0;
	}

	.qywx_table .warper {
		padding: 0 0.2rem;
	}

	.qywx_table .icon1 {
		width: 0.24rem;
		height: 0.24rem;
	}

	.qywx_table .icon2 {
		width: auto;
		height: 0.32rem;
	}

	.qywx_table .table3 .fuhao {
		font-size: 0.28rem;
		margin: 0 0.04rem;
	}


	.hhcd_part2 .part2_list {
		flex-direction: column;
	}

	.hhcd_part2 .part2_list .list_item {
		margin-top: 0.4rem;
	}

	.hhcd_part2 .part2_list .list_item:first-child {
		margin-top: 0;
	}

	.hhcd_part2 .part2_list .h_title {
		margin: 0.3rem 0;
		font-size: 0.3rem;
	}

	.hhcd_part2 .part2_list .h_desc {
		width: auto;
		font-size: 0.28rem;
	}

	.hhcd_part2 .part2_list .circle {
		width: 1.8rem;
		height: 1.8rem;
	}

	.hhcd_part2 .part2_list .circle img {
		width: 1.8rem;
		height: 1.8rem;
	}

	.txy_part1 .part1_list {
		flex-direction: column;
		padding-top: 0.4rem;
	}


	.txy_part1 .part1_list:first-child {
		padding-top: 0;
	}

	.txy_part1 .part1_list .list_item {
		margin-top: 0.4rem;
	}

	.txy_part1 .part1_list .list_item:first-child {
		margin-top: 0;
	}


	.txy_part1 .part1_list .top img {
		width: 1.8rem;
		height: 1.8rem;
	}

	.txy_part1 .part1_list .top .title {
		font-size: 0.3rem;
		margin-top: 0.3rem;
	}

	.txy_part1 .part1_list .desc {
		width: auto;
		margin-top: 0.2rem;
	}

	.problem_banner {
		height: 2.4rem;
	}

	.problem_banner .content,
	.problem_banner .warper {
		width: 100%;
		height: 2.4rem;
	}

	.problem_banner .title {
		font-size: 0.44rem;
		letter-spacing: 0.12rem;
		margin-top: 0
	}

	.ptable-nav {
		padding: 0.3rem 0;
		box-shadow: 0px 0.08rem 0.24rem 0px rgba(0, 10, 40, 0.04);
	}

	.ptable-nav ul {
		display: flex;
		justify-content: space-between;
		overflow-y: auto;
	}

	.ptable-nav ul li {
		margin-left: 0.3rem;
	}

	.ptable-nav ul li:first-child {
		margin-left: 0;
	}

	.ptable-nav ul li a {
		height: 0.7rem;
		line-height: 0.7rem;
		font-size: 0.3rem;
		width: 2rem;
		text-align: center;
		border-radius: 0.7rem;

	}

	.problem-list {
		margin-top: 0.4rem;
	}

	.problem-list .list-item {
		background-color: #FFF;
		padding: 0;

	}

	.problem-list .list-item a {
		padding: 0.2rem 0;
	}

	.problem-list .list-item .title {
		font-size: 0.3rem;
	}

	.problem-list .list-item .content {
		font-size: 0.28rem;
		margin-top: 0.15rem;

	}

	.detail-main .content {
		margin-top: 1rem;
		margin-bottom: 0.6rem;
		padding: 0 0.3rem;
		border-radius: 0.16rem;

	}

	.detail-main .content .title {
		font-size: 0.36rem;
		padding: 0.3rem 0
	}

	.detail-main .content .text {
		padding: 0.3rem 0;
		font-size: 0.28rem;
	}

	.detail-main .content .text img {
		max-width: 100%;
	}

	.detail-main .detail-fenye {
		font-size: 0.28rem;
		padding-bottom: 0.3rem;
		flex-direction: column;

	}

	.detail-main .detail-fenye .left,
	.detail-main .detail-fenye .right {
		max-width: 90%;
	}

	.detail-main .detail-fenye .right {
		margin-top: 0.2rem;
	}

	.bzfw .small-title {
		font-size: 0.28rem;
		margin: 0.3rem 0 0.4rem;
	}

	.index_part3 .part3_list .img1 {
		display: none;
	}

	.index_part3 .part3_list .img2 {
		display: block;
	}

	.news_part .news_list {
		flex-direction: column;
	}

	.news_part .news_list .news_right {
		margin-left: 0;
		background: #FFF;
		margin: 0.2rem 0 0;
		width: calc(100% - 40px);
	}

	.news_part .news_right .right_item {
		padding: 0.2rem 0;
	}

}


@media screen and (max-width:640px) {
	.news_part .news_list .news_left {
		flex-direction: column;
	}

	.news_part .news_left .left_item {
		width: calc(100% - 0.4rem);
		padding: 0.2rem 0.2rem 0;
		margin-top: 0;
	}

	.news_part .news_left .left_item a {
		border-bottom: 1px solid #eaeaea;
	}

	.news_part .content {
		padding: 0.2rem 0;
	}

	.news_part .news_list {
		background: #FFF;
		border-radius: 12px;
	}

	.news_part .news_list .news_right {
		padding: 0 0.2rem;
	}

	.problem-list .detail_content {
		flex-direction: column;

	}

	.problem-list .detail_content .n_img {
		width: 100%;
		margin-right: 0;
		height: 1.35rem;
		margin-bottom: 0.2rem;
	}
}