@charset "utf-8";

/* CSS Document */
body {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";
	background: #FBFBFB;
	max-width: 680px;
	margin: 0 auto
}

ul,
li,
dl,
dt,
dd,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
textarea,
input,
span,
div,
i {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

.yed {
	width: 100%;
	height: auto;
	background: url(../images/banner2.png);
	background-size: 100% 100%;
	/*  -webkit-animation-name: flymove;-webkit-animation-duration: 30s; -webkit-animation-timing-function: linear;-webkit-animation-iteration-count: 20000;-moz-animation-name: flymove;-moz-animation-duration: 30s;-moz-animation-timing-function: linear;-moz-animation-iteration-count: 20000;
-ms-animation-name: flymove;-ms-animation-duration: 30s;-ms-animation-timing-function: linear;-ms-animation-iteration-count: 20000; */
}

@-webkit-keyframes flymove {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 500px 0px;
	}
}

@-moz-keyframes flymove {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 500px 0px;
	}
}

@-ms-keyframes flymove {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 500px 0px;
	}
}

.bbx {
	margin-bottom: 5px;
}

/**/
.head {
	position: fixed;
	/*20171018暂时取消顶部导航下滑显示官方号关注*/
	width: 100%;
	top: 0px;
	z-index: 9999;
}

.nav2 {
	display: none;
}

.nav2 {
	width: 100% !important;
	background: #fff;
	position: relative;
	z-index: 999;
}

.nav2 .q2 {
	margin-bottom: 0px !important;
}

/*弹框样式2*/
.checkbox {
	width: 100%;
	height: 100px;
	margin: 100px auto;
	text-align: center
}

.checkbox a {
	display: inline-block;
	width: 100px;
	height: 40px;
	border: solid 1px #f00;
	color: #f00;
	text-align: center;
	line-height: 40px;
	text-decoration: none
}

.cd-popup1 {
	position: fixed;
	left: 0;
	top: -20px;
	height: 100%;
	width: 100%;
	/* background-color: rgba(0, 0, 0, 0.5); */
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999;
}

.cd-popup1.is-visible1 {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container1 {
	position: relative;
	width: 100%;
	margin: 0px auto;
	/* height:250px; */
	background: #FFF;
	border-radius: .4rem .4rem .4rem .4rem;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.26);
	-webkit-transform: translateY(-60px);
	-moz-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	-o-transform: translateY(-60px);
	transform: translateY(-60px);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding-top: 7px;
}

.cd-popup-close {
	position: absolute;
	right: 5%;
	top: 34px;
	z-index: 99;
	width: auto;
	height: 26px;
	display: block;
	font-size: 14px;
	width: 26px;
	/* background: #ccc; */
}

.is-visible1 .cd-popup-container1 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/**/
.mmp {
	/* padding-top: 65px; */
}

.mc {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 99;
	overflow: hidden;
	border-bottom: #F4F4F4 1px solid;
	padding-bottom: 10px;
	padding-top: 12px;
}

.mc ul li img {
	width: 29px;
	height: 29px;
}

.mc ul li {
	width: 25%;
	float: left;
	margin-bottom: 15px;
}

.mc ul li a {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #666666;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}

.span17 {
	width: 63px;
	height: 24px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 100px;
	display: block;
	float: right;
}

.ii {
	display: block;
	background: url(../images/Shape.png) no-repeat;
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
	margin-top: 7px;
	margin-left: 7px;
}

.nav1 {}

a {
	cursor: pointer;
}

.q1 {
	width: 100%;
	background: url(../images/banner.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

/**/
.ul_ {
	overflow: hidden;
	padding-bottom: 8px;
}

.ul_ img {
	width: 36px;
	height: 36px;
}

.ul_ li {
	font-size: 12px;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	float: left;
	height: 60px;
	width: 25%;
	text-align: center;
	margin-bottom: 20px;
}

.xn {
	margin-right: 0px !important;
	margin-left: 0px;
}

/**/
.q2 {
	width: 100%;
}

.q2 {
	width: 90%;
	height: 43px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 17px;
	margin-bottom: 20px;
}

.xe {
	width: 140px;
	height: auto;
	float: left;
}

.xwww {
	background: #F9F9F9;
	display: block;
	float: right;
	border-radius: 100PX;
	height: 28px;
	width: 56PX
}

.xw {
	background: #F9F9F9;
	display: block;
	float: right;
	border-radius: 50%;
	height: 28px;
	width: 28px;
}

.xq {
	width: 78%;
	height: 22px;
	float: left;
	margin-left: 10px;
	margin-top: 1px;
	line-height: 22px;
	background: none;
	display: block;
	outline: none;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #999;
}

.xr {
	width: 12px;
	height: 12px;
	padding-top: 6px;
	float: right;
	margin-right: 13px;
}
/**/
.q3 {
	width: 100%;
	background: #fff;
	overflow: hidden;
	border-bottom: #F4F4F3 1px solid;
	padding-top: 15px;
}

.q3 li {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 25%;
	float: left;
}

.q3 li img {
	box-shadow: 0px 3px 6px 0px #ccc;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	margin-bottom: 10px;
}

.q3 li i {
	opacity: 0.6;
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #333;
	font-style: normal;
	display: block;
	margin-bottom: 10px;
}

/**/
.q4 {
	width: 88%;
	padding-left: 6%;
	padding-right: 6%;
	background: #fff;
	overflow: hidden;
	padding-top: 15px;
}

.q4 li {
	height: 80px;
	margin-bottom: 18px;
	position: relative;
	overflow: hidden;
}

.q4 li div {
	width: 55%;
	float: left;
}

.img1 {
	width: 126px;
	height: 90px;
	float: right;
	/* border-radius:3px;margin-right:15px; */
}

.q4 li h2 {
	font-size: 14px;
	color: #333;
	text-align: justify;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 5px;
	/* letter-spacing:-1px; */
	padding-right: 5%;
}

.q4 li i {
	font-size: 12px;
	color: #999;
	font-style: normal;
}

.xm {
	float: right;
	margin-top: 29px;
}

/**/
.q5 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: PingFangSC-Light;
	padding-bottom: 15px;
	padding-top: 25px;
	background: #fff;
	font-size: 8px;
	font-size: 8px;
	color: #151515;
	line-height: 14px;
}

.q5 h2 {
	display: flex;
	justify-content: center;
	font-family: PingFangSC-Semibold;
	font-size: 16px;
	color: #333;
}

.q5 h2 img {
	width: 17px;
	height: 17px;
	margin-top: -1px;
	margin-right: 5px;
}

.q5 h2 a {
	color: #333;
}

.q5 i {
	font-style: normal;
	display: block;
	padding-top: 5px;
	font-family: PingFangSC-Light;
	font-size: 8px;
	color: #151515;
	line-height: 14px;
}

/**/
.q6 {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #999;
	background: #fff;
	padding-bottom: 6px;
	overflow: hidden;
	padding-left: 1.5%;
	padding-right: 1.5%;
}

.q6 li {
	width: 12.5%;
	float: left;
	text-align: center;
	/* font-family: PingFangSC-Light; */
	/* color: #999999; */
	padding-bottom: 13px;
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #999999;
}

.q6 li a {
	color: #302D2D;
}

.xp {
	color: #78BDFF !important;
}

.xp a {
	color: #78BDFF !important;
}

.ada4 {
	color: #78BDFF !important;
}

.ada4 a {
	color: #78BDFF !important;
}

/**/
.xo {
	background: #EAF4FF;
	height: 100px;
	width: 100%;
}

/**/



/* 本例子css -------------------------------------- */

.focus {
	width: 100%;
	height: 180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: #eaf4ff;
}

.focus .hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	text-align: center;
}

.focus .hd ul {
	display: inline-block;
	height: 5px;
	padding: 3px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0;
	vertical-align: top;
}

.focus .hd ul li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #cac7c7;
	margin: 0 3px;
	vertical-align: top;
	overflow: hidden;
}

.focus .hd ul .on {
	background: #5a9ae0;
}

.focus .bd {
	position: relative;
	z-index: 0;
	background: #EAF4FF;
	padding-top: 16px;
}

.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}

.focus .bd li span {
	display: block;
	width: 25%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	float: left;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin-bottom: 20px
}

.focus .bd li span i {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	width: 36px;
	height: 36px;
	background: #fff;
	margin-bottom: 13px;
}

.focus .bd li span i img {
	width: 18px;
	height: auto;
}

/**/
.xx {
	display: block;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	border: 1px solid #E9E9E9;
	border-radius: 100px;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #999;
	margin-bottom: 15px;
	clear: both;
}

.xx a {
	color: #999;
	display: block;
}

/**/
.q7 {
	justify-content: space-between;
	display: flex;
	padding-left: 6%;
	padding-right: 6%;
	background: #fff;
	padding-top: 4px;
	padding-bottom: 20px;
}

.q7 li {
	background: #EAF4FF;
	border-radius: 6.4px;
	width: 22.5%;
	font-family: PingFangSC-Light;
	font-size: 9px;
	color: #666;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 8px;
	float: left;
	letter-spacing: -1px;
}

.q7 li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: #666;
}

.q7 li a span {
	width: 70px;
	margin: 0 auto;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.q7 li img {
	margin-bottom: 5px;
	padding-top: 9px;
	width: 43px;
	height: 43px;
}

.q7 li span {
	width: 70px;
	margin: 0 auto;
	height: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.span_ {
	background: rgba(0, 0, 0, 0.30);
	border-radius: 6.4px;
	width: 100% !important;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.span_ img {
	width: 15px !important;
	height: 17px !important;
}

.li_ {
	position: relative;
}

/**/
.div23 li {
	float: left;
	padding-bottom: 20px;
	/* border-bottom:#FBFBFB 5px solid; */
	width: 100%;
}

.span13 {
	display: block;
	/* font-size:14px; */
	/* color:#666; */
	/* font-family:PingFangSC-Light; */
	/* font-size:14px; */
	/* color:#666; */
	overflow: hidden;
	width: 88%;
	margin: 0 auto;
	margin-bottom: 14px;
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #666666;
	line-height: 23.2px;
}

.span13 a {
	color: #666;
}

.span13 a:hover {
	color: #78BDFF;
}

.span13 i {
	float: left;
	font-style: normal;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	line-height: 20px;
	margin-right: 8px;
	text-align: center;
	background: #78BDFF;
	border-radius: 3.2px;
	font-family: PingFangSC-Semibold;
	font-size: 12px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3px;
}

.span13 h3 {
	float: left;
	width: 91%;
	font-family: PingFangSC-Light;
	font-weight: normal;
	font-size: 14px;
	color: #666;
	line-height: 23.2px;
}

.div22 {
	width: 80%;
	border-radius: 5px;
	font-size: 14px;
	color: #999;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 28px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 12px;
	padding-bottom: 15px;
	margin: 0 auto;
	background: #EAF4FF;
}

.div22 p {
	text-overflow: -o-ellipsis-lastline;
	height: 45px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* font-family:PingFangSC-Light; */
	/* font-size:12px; */
	/* color:#666; */
	/* letter-spacing:0.86px; */
	/* text-align:justify; */
	/* line-height:22.4px; */
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.86px;
	text-align: justify;
	line-height: 22.4px;
}

.div22 p a {
	color: #999;
}

.div22 p a:hover {
	color: #78BDFF;
}

#triangle-topleft {
	width: 0px;
	height: 0px;
	border-top: 10px solid #e3f1ff;
	border-left: 10px solid transparent;
	margin-left: 7%;
	clear: both;
	margin-bottom: 12px;
}

.span14 {
	height: 25px;
	line-height: 25px;
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #999;
	letter-spacing: 0;
}

.span14 a {
	color: #999;
}

.span14 a:hover {
	color: #78BDFF;
}

.span14 i {
	font-style: normal;
	margin-left: 15px;
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #999999;
}

.span14 img {
	width: 25px;
	height: 25px;
	border-radius: 100px;
	float: left;
	margin-right: 8px;
}

.m_l {
	margin-left: 8%;
	display: block;
}

.div23 {
	background: #fff;
	overflow: hidden;
	margin-bottom: 5px;
}

/**/
.xa {
	/* border-bottom: #FBFBFB 5px solid; */
	background: #fff;
	padding-top: 15px;
}

/**/
.ul_1 {
	padding-left: 5%;
	padding-right: 5%;
	overflow: hidden;
	background: #fff;
	width: 90%;
}

.ul_1 li {
	width: 45%;
	float: left;
	margin-left: 2.5%;
	margin-right: 2.5%;
	text-align: center;
	margin-bottom: 20px;
}

.img2 {
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 78px;
	height: 78px;
}

.xy {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #333;
	text-align: center;
	display: block;
	padding-bottom: 3px;
}

/**/
.footer {
	background: url(../images/banner2.png);
	background-size: 100% 100%;
	height: 85px;
	width: 100%;
	text-align: center;
}

.xb {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #FFF;
	display: block;
	padding-top: 24px;
	padding-bottom: 10px;
}

.xb a {
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}

.xc {
	opacity: 0.6;
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #FFF;
}

/*成考*/
.ck {
	width: 90%;
	margin: 0 auto;
}

.ck a {
	display: block;
}

.ck img {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	display: block;
}

/**/

.bg_ {
	background: url(../images/banner1.png) no-repeat !important;
	background-size: 100% 100% !important;
}


.bg_3 {
	background: url(../images/banner3.png) no-repeat !important;
	background-size: 100% 100% !important;
}

.bg_5 {
	background: url(../images/banner5.png) no-repeat !important;
	background-size: 100% 100% !important;
}

.bg_6 {
	background: url(../images/banner6.png) no-repeat !important;
	background-size: 100% 100% !important;
}

.bg_7 {
	background: url(../images/banner7.png) no-repeat !important;
	background-size: 100% 100% !important;
}

.bg_8 {
	background: url(../images/banner8.png) no-repeat !important;
	background-size: 100% 100% !important;
}

.bg_9 {
	background: url(../images/banner9.png) no-repeat !important;
	background-size: 100% 100% !important;
}

/**/
.span1 {
	float: left;
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #FFF;
	padding-top: 4px;
	margin-left: 14px;
}

.span1 a {
	color: #fff;
}

.span2 {
	float: left;
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #FFF;
	padding-top: 4px;
}

.span2 a {
	color: #fff;
}

/**/
.span15 {
	float: left;
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #FFF;
	padding-top: 4px;
	margin-left: 14px;
}

.span15 a {
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #333333;
}

.span16 {
	float: left;
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #FFF;
	padding-top: 4px;
}

.span16 a {
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #999999;
}


.img3 {
	float: left;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 10px;
	width: 5px;
	height: 9px;
}

.img4 {
	float: right;
	width: 24px;
	height: 24px;
}

.img5 {
	float: right;
	width: 24px;
	height: 24px;
	margin-left: 15px;
	cursor: pointer;
}

/**/
.p_ {
	padding-top: 18px;
	/* margin-bottom:5px; */
}

.p_a {
	margin-bottom: 5px;
	padding-bottom: 1px;
	padding-top: 14px;
}

/**/
.ul_2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	justify-content: space-between;
	display: flex;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 5px;
}

.ul_2 li {
	width: 20%;
	opacity: 0.6;
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #333;
	text-align: center;
}

.ul_2 li a {
	color: #333;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.img6 {
	width: 23px;
	height: 23px;
	padding-bottom: 13px;
}

.img7 {
	width: 23px;
	height: 23px;
	padding-bottom: 13px;
}

.img8 {
	width: 23px;
	height: 23px;
	padding-bottom: 13px;
}

.img9 {
	width: 23px;
	height: 23px;
	padding-bottom: 13px;
}

.img10 {
	width: 23px;
	height: 23px;
	padding-bottom: 13px;
}

/**/
.xv {
	margin-bottom: 5px;
}

.xd {
	margin-bottom: 4px;
	display: flex;
	justify-content: space-between;
	padding-left: 4%;
	padding-right: 4%;
}

.xd span {
	font-family: PingFangSC-Light;
	font-size: 10px;
	line-height: 17px;
	color: #999;
}

/* 本例子css -------------------------------------- */
.xa .hd ul .on {
	color: #78BDFF;
}

.xt {
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #AEAEAE;
	line-height: 16.8px;
	text-align: right;
	background: #fff;
	line-height: 22px;
}

.xt ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xt ul li {
	padding-left: 3.5%;
	padding-right: 3.5%;
	/* font-size: 12px; */
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #999999;
}

.xt ul li a {
	color: #AEAEAE;
}

.xt ul .on {
	color: #78BDFF;
}

.bc {
	font-family: PingFangSC-Light;
	font-size: 8px;
	color: #AEAEAE;
	line-height: 16.8px;
	text-align: right;
	background: #E3F1FF;
	height: 33px;
	line-height: 33px;
}

.bc ul {
	display: flex;
	padding-right: 4%;
	padding-left: 4%;
	/* justify-content: space-between; */
	width: 72%;
	float: left;
	/* display: block; */
	/* overflow: hidden; */
	justify-content: space-between;
}

.bc ul li {
	/* letter-spacing: -1.5px; */
	font-size: 12px;
	float: left;
	/* margin-right: 10px; */
}

.bc ul li a {
	color: #AEAEAE;
}

.bc ul .on {
	color: #78BDFF;
}

.xk {
	background: #fff;
	overflow: hidden;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 10px;
}

.xk li {
	text-align: center;
	float: left;
	width: 33.3%;
}

.xk li a {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 19.42px;
}

.xk li img {
	width: 96px;
	height: 60px;
	border: 3px solid #E9E9E9;
	border-radius: 8px;
	display: block;
	margin: 0 auto;
}

.xk li span {
	display: block;
	padding-bottom: 12px;
	padding-top: 10px;
}

/*网教*/
.bg_2 {
	background: url(../images/banner2.png) no-repeat !important;
	background-size: 100% 100% !important;
}

/*学历攻略*/
.ul_3 {
	width: 96%;
	height: auto;
	overflow: hidden;
	justify-content: space-between;
	display: flex;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	padding-left: 2%;
	padding-right: 2%;
}

.ul_3 li {
	width: 20%;
	opacity: 0.6;
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #333;
	text-align: center;
}

.ul_3 li a {
	color: #333;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.bo {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.mm {
	padding-bottom: 18px !important;
	border-bottom: 0 !important;
}

/*文章列表*/
.uy {
	display: flex;
	justify-content: center;
	padding-top: 3px;
}

.uy ul {
	justify-content: space-between;
	display: flex;
}

.uy ul li {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 12px;
}

.px {
	padding-left: 0 !important;
}

/**/
#AspNetPager1 {
	clear: both;
	margin-top: 15px;
	background: #E3F1FF;
	justify-content: space-between;
	display: flex !important;
	padding-left: 5%;
	padding-right: 5%;
	height: 33px;
	line-height: 33px;
	margin-bottom: 10px;
}

#AspNetPager1 A {
	color: #333;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #333;
	margin-right: 0px !important;
}

#AspNetPager1 span {
	color: #78BDFF !important;
	font-size: 12px;
	text-decoration: underline;
}

/**/
.xh li {
	border-radius: 0 !important;
}

.xh .span_ {
	border-radius: 0 !important;
}

/**/
.xg {
	width: 20%;
	height: 33px;
	background: #FFA749;
	float: left;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xg img {
	padding-left: 5px;
}

/*内容页*/

h1 {
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 14px;
	padding-top: 12px;
	background: #fff;
	font-family: 'PingFang SC', SimHei, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	white-space: pre-wrap;
	border: 0px solid black;
	position: relative;
	box-sizing: border-box;
	display: block;
	-webkit-box-orient: vertical;
	flex-direction: column;
	align-content: flex-start;
	flex-shrink: 0;
	font-size: 20px;
	color: rgb(51, 51, 51);
	font-weight: 600;
	line-height: 28px;
}

.xi {
	font-family: PingFangSC-Light;
	font-size: 12px;
	text-align: center;
	display: block;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	font-style: normal;
	color: #999;
	display: block;
}

.xi img {
	width: 20px;
	height: 20px;
	border-radius: 100px;
	margin-right: 9px;
}

.co {
	background: #fff;
	width: 88%;
	margin-bottom: 5px;
	padding-left: 6%;
	padding-right: 6%;
}

.co h2 {
	font-family: PingFangSC-Light;
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
	padding-top: 13px;
	padding-bottom: 13px;
	font-family: 'PingFang SC', SimHei, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	font-weight: 400;
	display: flex;
	align-items: center;
}

.co p {
	font-family: 'PingFang SC', SimHei, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	padding-top: 13px;
	padding-bottom: 13px;
	font-weight: 300;
	line-height: 28px;
	font-size: 15px;
	color: #333;
	word-break: break-all;
	display: block;
	text-align: justify;
}

.co p img {
	width: 100%;
	height: auto !important;
	min-width: 100%;
	max-width: 100%;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
}

.co table {
	width: 100%;
	color: #444;
	border-left: #bababa 1px solid !important;
	border-top: #bababa 1px solid !important;
	margin-top: 13px;
	margin-bottom: 13px;
}

.co table tr {
	border: #bababa 1px solid;
}

.co table tr:hover {
	background: #d6d5d3;
}

.co table th {
	border-right: #bababa 1px solid;
	border-bottom: #bababa 1px solid;
	background-color: #e9f5fc;
}

.co table td {
	border-bottom: #bababa 1px solid;
	border-right: #bababa 1px solid;
	text-align: center;
	height: 25px;
	font-size: 13px;
}

.co table tbody {
	border: #bababa 1px solid;
}

.xs {
	width: 88%;
	height: 47px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding-left: 6%;
	padding-right: 6%;
	line-height: 47px;
	margin-bottom: 5px;
}

.xs img {
	padding-top: 18px;
}

.xl {
	font-family: PingFangSC-Semibold;
	font-size: 13px;
	color: #333333;
}

.xl i {
	font-style: normal;
	color: #FFA749;
}

.xj {
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #333333;
}

.xv {
	padding-top: 15px;
}

.xv li {}

.im {
	width: 46px;
	height: 46px;
	border-radius: 100px;
	margin-right: 12px;
	float: left;
}

.spa {
	width: 70px;
	height: 26px;
	background: #78BDFF;
	border-radius: 100px;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
	margin-top: 12px;
}

.spa a {
	color: #fff;
}

.cz {
	width: 50%;
	float: left;
	margin-top: 4px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 40px;
}

.cz h2 {
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}

.cz h2 i {
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: #999999;
	font-style: normal;
	padding-left: 5px;
}

.cz span {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #333333;
}

.cz span i {
	color: #FFA749;
	font-style: normal;
}

.cq {
	padding-left: 6%;
	padding-right: 6%;
	background: #fff;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.cq li {
	padding-bottom: 14px;
	border-bottom: #f5f5f5 1px solid;
	overflow: hidden;
	padding-top: 13px;
}

.pq {
	padding-top: 4px !important;
}

.pw {
	border-bottom: 0 !important;
}

.pr {
	margin-bottom: 5px;
}

.xf {
	background: #fff;
}

/**/
.bg_4 {
	background: url(../images/banner4.png) no-repeat !important;
	background-size: 100% 100% !important;
}

/*问答列表*/
.wq {
	background: #fff;
	padding-left: 5%;
	overflow: hidden;
	padding-bottom: 22px;
	padding-top: 22px;
}

.wq li {
	width: 14%;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	background: #F8F8F8;
	border-radius: 3px;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #999999;
	margin-right: 2%;
}

.wq li a {
	color: #999999;
}

.ww {
	background: #FFA749 !important;
	color: #fff !important;
}

.ww a {
	color: #fff !important;
}

.vx li {
	border-bottom: 0 !important;
}

.vq {
	padding-top: 20px;
	margin-bottom: 5px;
}

.mx {
	margin-bottom: 0 !important;
	padding-bottom: 12px;
}

.me {
	margin-bottom: 5px !important;
}

.iu {
	padding-left: 6%;
	padding-right: 6%;
	background: #fff;
	text-overflow: -o-ellipsis-lastline;
	padding-bottom: 5px;
}

.iu p {
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #999999;
	text-align: justify;
	line-height: 31.1px;
	text-overflow: -o-ellipsis-lastline;
	margin-bottom: 15px;
}

.div20 {
	width: 80%;
	border-radius: 5px;
	font-size: 14px;
	color: #999;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 28px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto;
	background: #EAF4FF;
}

.div20 p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #666;
	letter-spacing: -0.5px;
	text-align: justify;
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	padding-bottom: 9px;
	padding-top: 9px;
}

.div20 p a {
	color: #999;
}

.div20 p a:hover {
	color: #78BDFF;
}

.xbb {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #999;
	display: flex;
	justify-content: space-between;
	margin-left: 4%;
	margin-right: 4%;
	border-bottom: #F7F7F7 1px solid;
	height: 20px;
	line-height: 20px;
}

.xbb span {
	color: #999;
}

.xsc {
	display: flex;
	justify-content: space-between;
	height: 35px;
	width: 88%;
	margin: 0 auto;
	border-bottom: #F7F7F7 1px solid;
}

.xsc span {
	font-family: PingFangSC-Light;
	font-size: 10px;
	line-height: 20px;
	color: #999;
}

.sl {
	font-family: PingFangSC-Light;
	font-size: 12px;
	text-align: center;
	display: block;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	font-style: normal;
	color: #999;
	display: block;
	line-height: 20px;
}

.sl img {
	width: 20px;
	height: 20px;
	border-radius: 100px;
	margin-right: 9px;
	float: left;
}

.szn {
	float: right;
	margin-right: 6%;
}

.szt {
	float: right;
	margin-right: 6%;
}

/**/
.qb {
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding-top: 13px;
}

.qb li {
	position: relative;
	overflow: hidden;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 12px;
	padding-bottom: 14px;
}

.qb li div {
	width: 74%;
	float: left;
}

.qb li h2 {
	text-align: justify;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 5px;
	letter-spacing: -1px;
	float: left;
	font-family: PingFangSC-Semibold;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
}

.qi {
	font-size: 9px;
	color: #fff;
	background: #78BDFF;
	border-radius: 2px;
	font-style: normal;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 5px;
	line-height: 14px;
	margin-top: 3px;
	float: left;
	margin-bottom: 11px;
}

.img11 {
	width: 75px;
	height: 75px;
	margin-top: 14px;
}

.xkn {
	text-align: left;
	overflow: hidden;
	height: 38px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #666;
	text-align: justify;
	line-height: 20.78px;
	margin-bottom: 11px;
}

.xio {
	width: 100% !important;
	margin-bottom: 8px;
}

.kwx {
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: #999999;
	letter-spacing: 0.16px;
}

.kwx i {
	font-style: normal;
	padding-right: 3px;
}

.bgx {
	background: #F9F9F9;
}

.nix {
	width: 12px;
	height: 12px;
	float: left;
	margin-left: 10px !important;
	margin-top: 1px;
}

.xbn {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 4%;
	padding-right: 4%;
	overflow: hidden;
	border-bottom: #F7F7F7 1px solid;
}

.xbn span {
	float: left;
}

.qks {
	float: right !important;
	margin-left: 3px;
}

.mxs {
	margin-bottom: 20px;
}

.bg_1 {
	background: #fff;
}

.xsa {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.xsa img {
	width: 100%;
	height: auto;
}

.xtl {
	margin-bottom: 25px;
	overflow: hidden;
}

.xtl h2 {
	color: #fff;
	font-weight: normal;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 25.12px;
	padding-bottom: 6px;
	line-height: 29.12px;
}

.xtl i {
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.17px;
	font-style: normal;
	background: #78BDFF;
	border-radius: 2px;
	padding-left: 8px;
	padding-right: 8px;
	height: 14px;
	line-height: 14px;
	display: block;
	float: left;
	margin-right: 4px;
}

.xbe {
	width: 82px;
	height: 82px;
	float: left;
	background: #FFFFFF;
	box-shadow: inset 2px 2px 6px 0 #527394;
	border-radius: 8px;
	margin-right: 3%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sax {
	width: 55px !important;
	height: 55px !important;
	border-radius: 50px;
}

.p {
	display: block;
	color: #fff;
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: #E9E9E9;
	letter-spacing: 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0.8;
}

.span3 {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 18px;
}

.xnx {
	width: 68%;
	float: left;
}

.img13 {
	width: 8px !important;
	height: 10px !important;
	margin-top: 3px;
	float: left;
	margin-right: 5px;
}

.xxa {
	background: #FFA749 !important;
}

.jix {
	width: 100%;
	height: auto;
	justify-content: space-between;
	display: flex;
	margin-bottom: 25px;
}

.jix li {
	width: 25%;
	height: 42px;
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.60);
	letter-spacing: 0.16px;
	text-align: center;
}

.jix li a {
	display: flex;
	color: rgba(255, 255, 255, 0.60);
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 11px;
	height: 42px;
	border-right: #3a3a3a 1px solid;
}

.jix li span {
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #FFA749;
	letter-spacing: 0.19px;
	text-align: center;
}

.xwr {
	width: 90%;
	height: 35px;
	border: 1px solid #E9E9E9;
	border-radius: 100px;
	text-align: center;
	line-height: 35px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.xwr a {
	color: #999;
}

.xnm {
	background: #fff;
	padding-top: 15px;
}

.xnm p {
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #666;
	text-align: justify;
	line-height: 26.83px;
	padding-left: 4%;
	padding-right: 4%;
}

.mn_ {
	margin-bottom: 5px;
}

.biao {
	/*列表的整体属性*/
	color: #666;
	text-align: center;
	/*对齐方式，left左对齐，center居中，这两个比较常用*/
	width: 100%;
	/*列表宽度，也可以用%的方法来表示*/
	background: #fff;
	margin-bottom: 5px;
	padding-bottom: 20px;
}

.biao table {
	width: 100%;
	padding-bottom: 10px;
}

.biao table td {
	/*表单内容的样式*/
	font-size: 16px;
	/*字体大小*/
	border-radius: 0px;
	/*圆角*/
	font-size: 14px;
	color: #7E7E7E;
	text-align: center;
}

.biao table td,
.biao table th {
	/* padding: 1.6%; */
	/*表格的宽高*/
	height: 47px;
}

.biao table tr:nth-child(odd) {
	background-color: #F6FBFF;
	/*隔行变色，第一行的背景颜色*/
}

.biao table tr:nth-child(even) {
	background-color: #EAF4FF;
	/*隔行变色，第二行的背景颜色*/
}

.biao table td {
	border-right: #fff 1px solid;
}

.biao table td a {
	color: #7e7e7e;
	display: block;
}

.biao table th {
	background-color: #78BDFF;
	/*表头one two three...的背景颜色*/
	border-radius: 0px;
	/*圆角*/
	/* font-family: MicrosoftYaHei; */
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	border-right: #fff 1px solid;
}

.biao table td:first-child {
	/*first-child百度翻译为第一个儿童，恰好今天儿童节，应该是子集的意思吧；last-child是最后一个*/
	color: #666;
	/*表格第一个子集的字体颜色*/
}

.biao table tr:hover {
	background-color: #fff;
}

/*;鼠标经过后背景颜色*/
.biao table td:hover {
	background-color: #C0E0FF;
	/*鼠标经过后td的背景颜色*/
	color: #78BDFF;
	/*鼠标经过后文字的颜色*/
	box-shadow: #A8D4FF -1px 1px, #A8D4FF -2px 2px, #A8D4FF -3px 3px, #A8D4FF -4px 4px, #A8D4FF -5px 5px, #A8D4FF -6px 6px;
	/*鼠标经过后四周阴影*/
	transform: translate3d(6px, -6px, 0);
	/*变换，3D变换*/
	transition-delay: 0s;
	/*这个是鼠标放上去之后要多长时间开始执行，这里是鼠标放上去0.3n秒后开始动画*/
	transition-duration: 0.2s;
	/*动画开始到结束的总时长*/
	transition-property: all;
	/*平滑过渡的效果，all是默认值，意思就是所有动画都加过渡效果*/
	transition-timing-function: line;
	/*line规定以相同速度开始至结束的过渡效果；ease慢速开始，然后变快，然后慢速结束；ease-in慢速开始；ease-out慢速结束；ease-in-out慢速开始和结束；cubic-bezier(n,n,n,n)	在 cubic-bezier 函数中定义自己的值。可能的值是 0 至 1 之间的数值。*/
}

/* 本例子css -------------------------------------- */

.sck {
	margin-bottom: 5px;
	padding-bottom: 20px;
	overflow: hidden;
	background: #fff;
}

.sck .hd {
	font-size: 20px;
	background: #fff;
}

.sck .hd ul {
	height: 55px;
	line-height: 55px;
	display: flex;
	justify-content: space-around;
	padding-left: 10%;
	padding-right: 10%;
}

.sck .hd ul li {
	float: left;
	padding: 0 10px;
	color: #666;
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.sck .hd ul .on {
	color: #78BDFF;
}

.sck .hd ul li a {
	color: #666;
}

.sck .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
.yek {
	margin: 0 auto;
}

.yek table {
	width: 92%;
	margin: 0 auto;
}

.xrc {
	margin-top: 0px !important;
}

.ogc {
	width: 26%;
	height: auto;
	float: left;
}

.aai6 {
	padding-left: 2.6%;
	padding-right: 2.6%;
	padding-top: 4%;
	background: #FBFBFB;
	overflow: hidden;
}

.aai6 li {
	width: 12.5%;
	float: left;
	text-align: center;
	padding-bottom: 15px;
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #999999;
}

.aai6 li a {
	color: #999;
}

.aw {
	letter-spacing: -1px;
}

/*导航栏滚动*/
.search-box-cover {
	background: #ccc;
	overflow: hidden;
	height: 80px;
	width: 100%;
}

.module-layer {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.module-layer-content {
	position: relative;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.module-layer-bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.layer-head-name {
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 50px;
	font-size: 20px;
}

.layer-return,
.layer-share {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 1;
}

.layer-return {
	left: 0;
}

.layer-share {
	right: 0;
}

.pr {
	position: relative;
}

#shop-input::-webkit-input-placeholder {
	color: #fff;
}

#shop-input:-moz-placeholder {
	color: #fff;
}

#shop-input::-moz-placeholder {
	color: #fff;
}

#shop-input:-ms-input-placeholder {
	color: #fff;
}

#shop-input {
	border: none;
	outline: none;
	background: transparent;
}

.search-box {
	height: 30px;
	border-radius: 20px;
	top: 10px;
	overflow: hidden;
	z-index: 10;
}

.search-box:after {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background: #fff;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: -1;
}

#shop-input {
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 30px;
}

.yxn {
	background: #FFA749 !important;
}

.bxn {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.ywx {
	border-bottom: none;
}

.gang {
	background: #78BDFF;
	border-radius: 2px;
	width: 6px;
	height: 19px;
	display: block;
	float: left;
	margin-right: 6px;
}

.color_ {
	color: #78BDFF !important;
}

.bcu {
	font-family: PingFangSC-Light;
	font-size: 8px;
	color: #AEAEAE;
	line-height: 16.8px;
	text-align: right;
	background: #E3F1FF;
	height: 33px;
	line-height: 33px;
}

.bcu ul {
	display: flex;
	justify-content: space-between;
	padding-left: 6%;
	padding-right: 6%;
	font-size: 12px;
}

.bcu ul li {
	/* letter-spacing: -1px; */
}

.bcu ul li a {
	color: #AEAEAE;
}

.bcu ul .on {
	color: #78BDFF !important;
}

.xu {
	width: 100%;
	height: auto;
}

.xu ul {
	padding-left: 4%;
	padding-right: 4%;
}

.xu ul li {
	height: 60px;
	border-bottom: #F4F4F4 1px solid;
	padding-bottom: 20px;
	margin-top: 20px;
}

.xu ul li a {
	/* display: flex; */
}

.xu ul li span {
	width: 20%;
	height: 60px;
	background: #78BDFF;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	overflow: hidden;
	margin-right: 13px;
	margin-top: 1px;
}

.xu ul li span img {
	width: 35px;
	height: 35px;
}

.ec {
	/* width: 100%; */
}

.ecv {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.ecv h2 {
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	font-weight: normal;
	float: left;
}

.ec p {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #7E7E7E;
	text-align: justify;
	line-height: 20.78px;
	height: 38px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* width: 70%; */
}

.qd {
	background: #78BDFF;
	border-radius: 2px;
	font-style: normal;
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.17px;
	/* display: block; */
	width: 32px;
	height: 14px;
	line-height: 14px;
	/* display: flex; */
	/* justify-content: center; */
	margin-left: 9px;
	margin-top: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qx {
	background: #F5A623 !important;
}

.qt {
	background: #78BDFF;
	box-shadow: none;
}

.qt img {
	width: 38px;
	height: 41px;
}

.qw {
	border-bottom: 0 !important
}

.qe {
	margin-bottom: 20px;
}

.qy {
	float: left;
	margin-right: 5px;
	padding-bottom: 2px !important;
}

.qu {
	width: 32px;
	background: #78BDFF;
	height: 14px;
	border-radius: 2px;
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.17px;
	display: block;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
}

.qo {
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.14px;
	width: 100%;
	display: block;
	padding-bottom: 13px;
	opacity: 0.8;
}

.qa {
	width: 100%;
	float: left;
}

.qs {
	background: #78BDFF;
	height: 23px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 4px;
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: #E9E9E9;
	letter-spacing: 0;
	display: block;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}

.qf {
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: #E9E9E9;
	letter-spacing: 0;
	background: #FFA749;
	border-radius: 4px;
	display: block;
	float: left;
	height: 23px;
	padding-left: 6px;
	padding-right: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qs a {
	color: #fff;
}

.qf a {
	color: #fff;
}

.vs {
	padding-left: 4%;
	padding-right: 4%;
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: #999999;
	letter-spacing: 0.16px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.img15 {
	width: 61px;
	height: 61px;
	float: left;
	border-radius: 3px;
	margin-right: 15px;
}

.mq {
	width: 71% !important;
}

/**/
.q44 {
	background: #fff;
	overflow: hidden;
	margin-bottom: 5px;
}

.q44 li {
	height: 66px;
	position: relative;
	overflow: hidden;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 18px;
	padding-top: 20px;
	border-bottom: #fbfbfb 5px solid;
}

.q44 li div {
	width: 49.5%;
	float: left;
}

.q44 li h2 {
	font-size: 14px;
	color: #333;
	text-align: justify;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 10px;
	letter-spacing: -1px;
	padding-right: 5%;
}

.q44 li i {
	font-size: 9px;
	color: #999;
	font-style: normal;
}

.span7 {
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: #999999;
	letter-spacing: 0.16px;
	display: block;
	margin-bottom: 7px;
}

.span7 span {
	width: 44%;
	padding-right: 5px;
	display: block;
	float: left;
	padding-bottom: 4px;
}

.s1 {
	border-bottom: 0px !important;
}

.s2 {
	width: 92%;
	height: 45px;
	padding-left: 4%;
	padding-right: 4%;
	background: #fff;
	margin-bottom: 5px;
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #7E7E7E;
	line-height: 45px;
}

.s3 {
	width: 13px;
	height: 13px;
	float: left;
	padding-top: 15px;
	padding-right: 7px;
}

.s4 {
	height: 35px;
	width: 90%;
	margin: 0 auto;
	border-bottom: #F7F7F7 1px solid;
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #999999;
}

.s4 span {
	padding-right: 20px;
}

.s5 {
	text-align: center;
	line-height: 22px;
}

.s6 {
	margin-bottom: 0px !important;
}


.q7s {
	padding-left: 4%;
	background: #fff;
	padding-top: 4px;
	padding-bottom: 20px;
	overflow: hidden;
	margin-bottom: 5px;
}

.q7s li {
	background: #EAF4FF;
	width: 22.5%;
	font-family: PingFangSC-Light;
	font-size: 9px;
	color: #666;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	float: left;
	letter-spacing: -1px;
	margin-right: 2.1%;
	margin-bottom: 2.1%;
	height: 85px;
	overflow: hidden;
	/* padding-bottom: 10px; */
}

.q7s li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: #666;
}

.q7s li img {
	margin-bottom: 9px;
	margin-top: 9px;
	width: 43px;
	height: 43px;
	display: block;
}

.q7s li span {
	width: 70px;
	margin: 0 auto;
	height: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.qdx {
	padding-top: 5px !important;
}

.qxn {
	margin-left: 4%;
	margin-right: 4%;
	width: 92%;
}

.ppd {
	padding-bottom: 0px !important;
}

.xg {
	width: 20%;
	height: 33px;
	background: #FFA749;
	float: left;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xg img {
	padding-left: 5px;
}

.bcc {
	font-family: PingFangSC-Light;
	font-size: 8px;
	color: #AEAEAE;
	line-height: 16.8px;
	text-align: right;
	background: #E3F1FF;
	height: 33px;
	line-height: 33px;
	width: 100%;
	text-align: center;
}

.bcc ul {
	padding-right: 4%;
	padding-left: 4%;
	width: 72%;
	float: left;
	display: flex;
	justify-content: space-between;
}

.bcc ul li {
	font-size: 12px;
	float: left;
	/* margin-right: 10px; */
}

.bcc ul li a {
	color: #AEAEAE;
}

.bcc ul .on {
	color: #78BDFF;
}

.qcx {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	clear: both;
	text-align: center;
	float: none;
	margin: 0 auto;
}

.qcx li {
	margin-right: 0px !important;
	display: inline-block;
	clear: both;
	float: none !important;
	padding-left: 7px;
	padding-right: 7px;
}

.sos {
	background: #fff;
}

.sosuo {
	background: #F9F9F9;
	padding-left: 4%;
	padding-right: 4%;
	height: 60px;
}

.so {
	background: #78BDFF;
	width: 15%;
	height: 24px;
	border-radius: 50px;
	float: right;
	margin-left: 3%;
	margin-top: 17px;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	outline: none;
}

.ss {
	width: 7px;
	height: 13px;
	float: left;
	background: url(../images/Fill2Copy.png) no-repeat;
	background-size: 7px 13px;
	margin-top: 22px;
}

.span18 {
	float: right;
	width: 65%;
	display: block;
	border-radius: 50px;
	background: #fff;
	margin-top: 17px;
}

.span18 input {
	width: 90%;
	height: 25px;
	margin-left: 5%;
	line-height: 25px;
	outline: none;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #999999;
}

.xsx {
	position: absolute;
}

.xso {
	width: 65%;
	height: 35px;
	line-height: 35px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
}

.xso li a {
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #333333;
	text-align: justify;
}

.xs_ {
	border-bottom: #78BDFF 3px solid;
}

.po {
	padding-left: 4%;
	padding-right: 4%;
}

.po p {
	font-family: PingFangSC-Light;
	font-size: 15px;
	color: #666666;
	letter-spacing: 1.07px;
	text-align: justify;
	line-height: 31.3px;
	margin-bottom: 27px;
}

.bx {
	background: #fff;
}

.bz {
	width: 76% !important;
}

.bz img {
	padding-bottom: 30px;
}

/*弹框样式3*/
.cd-popup3 {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999;
}

.cd-popup3.is-visible3 {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container3 {
	position: relative;
	width: 84%;
	margin: 110px auto;
	/* height:250px; */
	/* background: #FFF; */
	border-radius: .4rem .4rem .4rem .4rem;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.cd-popup-container3 img {
	width: 100%;
	height: auto;
}

.cd-popup-close1 {
	position: absolute;
	right: 10%;
	top: 18%;
	z-index: 10;
	width: auto;
	height: 1.25rem;
	display: block;
	font-size: 14px;
	width: 10%;
	height: 8%;
	/* background: #ccc; */
}

.is-visible3 .cd-popup-container3 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ssp {
	background: #E5C489;
	border-radius: 100px;
	width: 84%;
	height: 36px;
	display: block;
	text-align: left;
	/* padding-left: 20px; */
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
}

.ssp input {
	margin-left: 20px;
	height: 30px;
	margin-top: 3px;
	width: 80%;
	background: #e5c489;
	outline: none;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #CA744C;
	text-align: center;
}

.ssp input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #CA744C;
}

.ssp input::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #CA744C;
}

.ssp input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #CA744C;
}

.ssp input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #CA744C;
}

.hh {
	/* padding-left: 4% !important; */
	/* padding-right: 4% !important; */
}

.xh {
	/* width:92% !important; */
}




.listRandom {
	width: 120px !important;
	height: 70px;
	float: right !important;
}

.listRandom span {
	display: block;
	width: 100%;
	height: auto;
	max-height: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 80px;
}



.listRandom0 {
	background: url(../images/listRandom0.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.listRandom1 {
	background: url(../images/listRandom1.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.listRandom2 {
	background: url(../images/listRandom2.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.listRandom3 {
	background: url(../images/listRandom3.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.listRandom4 {
	background: url(../images/listRandom4.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.listRandom5 {
	background: url(../images/listRandom5.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.listRandom6 {
	background: url(../images/listRandom6.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.listRandom7 {
	background: url(../images/listRandom7.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.listRandom8 {
	background: url(../images/listRandom8.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.listRandom9 {
	background: url(../images/listRandom9.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

@charset "utf-8";

/* CSS Document */
body {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";
	background: #FBFBFB;
	max-width: 680px;
	margin: 0 auto
}

ul,
li,
dl,
dt,
dd,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
textarea,
input,
span,
div,
i {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

.yed {
	width: 100%;
	height: auto;
	background: url(../images/banner1.png);
	background-size: 100% 100%;
	/*  -webkit-animation-name: flymove;-webkit-animation-duration: 30s; -webkit-animation-timing-function: linear;-webkit-animation-iteration-count: 20000;-moz-animation-name: flymove;-moz-animation-duration: 30s;-moz-animation-timing-function: linear;-moz-animation-iteration-count: 20000;
-ms-animation-name: flymove;-ms-animation-duration: 30s;-ms-animation-timing-function: linear;-ms-animation-iteration-count: 20000; */
}

@-webkit-keyframes flymove {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 500px 0px;
	}
}

@-moz-keyframes flymove {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 500px 0px;
	}
}

@-ms-keyframes flymove {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 500px 0px;
	}
}

.bbx {
	margin-bottom: 5px;
}

/**/
.head {
	position: fixed;
	/*20171018暂时取消顶部导航下滑显示官方号关注*/
	width: 100%;
	top: 0px;
	z-index: 9999;
}

.nav2 {
	display: none;
}

.nav2 {
	width: 100% !important;
	background: #fff;
	position: relative;
	z-index: 999;
}

.nav2 .q2 {
	margin-bottom: 0px !important;
}

/*弹框样式2*/
.checkbox {
	width: 100%;
	height: 100px;
	margin: 100px auto;
	text-align: center
}

.checkbox a {
	display: inline-block;
	width: 100px;
	height: 40px;
	border: solid 1px #f00;
	color: #f00;
	text-align: center;
	line-height: 40px;
	text-decoration: none
}

.cd-popup1 {
	position: fixed;
	left: 0;
	top: -20px;
	height: 100%;
	width: 100%;
	/* background-color: rgba(0, 0, 0, 0.5); */
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999;
}

.cd-popup1.is-visible1 {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container1 {
	position: relative;
	width: 100%;
	margin: 0px auto;
	/* height:250px; */
	background: #FFF;
	border-radius: .4rem .4rem .4rem .4rem;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.26);
	-webkit-transform: translateY(-60px);
	-moz-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	-o-transform: translateY(-60px);
	transform: translateY(-60px);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding-top: 7px;
}

.cd-popup-close {
	position: absolute;
	right: 5%;
	top: 34px;
	z-index: 99;
	width: auto;
	height: 26px;
	display: block;
	font-size: 14px;
	width: 26px;
	/* background: #ccc; */
}

.is-visible1 .cd-popup-container1 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/**/
.mmp {
	/* padding-top: 65px; */
}

.mc {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 99;
	overflow: hidden;
	border-bottom: #F4F4F4 1px solid;
	padding-bottom: 10px;
	padding-top: 12px;
}

.mc ul li img {
	width: 29px;
	height: 29px;
}

.mc ul li {
	width: 25%;
	float: left;
	margin-bottom: 15px;
}

.mc ul li a {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #666666;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}

.span17 {
	width: 63px;
	height: 24px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 100px;
	display: block;
	float: right;
}

.ii {
	display: block;
	background: url(../images/Shape.png) no-repeat;
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
	margin-top: 7px;
	margin-left: 7px;
}

.nav1 {}

a {
	cursor: pointer;
}

.q1 {
	width: 100%;
	background: url(../images/banner.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

/**/
.ul_ {
	overflow: hidden;
	padding-bottom: 8px;
}

.ul_ img {
	width: 36px;
	height: 36px;
}

.ul_ li {
	font-size: 12px;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	float: left;
	height: 60px;
	width: 25%;
	text-align: center;
	margin-bottom: 20px;
}

.xn {
	margin-right: 0px !important;
	margin-left: 0px;
}

/**/
.q2 {
	width: 100%;
}

.q2 {
	width: 90%;
	height: 43px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 17px;
	margin-bottom: 20px;
}



.xr {
	width: 12px;
	height: 12px;
	padding-top: 6px;
	float: right;
	margin-right: 13px;
}



/**/
.q7 {
	justify-content: space-between;
	display: flex;
	padding-left: 6%;
	padding-right: 6%;
	background: #fff;
	padding-top: 4px;
	padding-bottom: 20px;
}

.q7 li {
	background: #EAF4FF;
	border-radius: 6.4px;
	width: 22.5%;
	font-family: PingFangSC-Light;
	font-size: 9px;
	color: #666;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 8px;
	float: left;
	letter-spacing: -1px;
}

.q7 li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: #666;
}

.q7 li a span {
	width: 70px;
	margin: 0 auto;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.q7 li img {
	margin-bottom: 5px;
	padding-top: 9px;
	width: 43px;
	height: 43px;
}

.q7 li span {
	width: 70px;
	margin: 0 auto;
	height: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.span_ {
	background: rgba(0, 0, 0, 0.30);
	border-radius: 6.4px;
	width: 100% !important;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.span_ img {
	width: 15px !important;
	height: 17px !important;
}

.li_ {
	position: relative;
}

/**/
.div23 li {
	float: left;
	padding-bottom: 20px;
	/* border-bottom:#FBFBFB 5px solid; */
	width: 100%;
}

.span13 {
	display: block;
	/* font-size:14px; */
	/* color:#666; */
	/* font-family:PingFangSC-Light; */
	/* font-size:14px; */
	/* color:#666; */
	overflow: hidden;
	width: 88%;
	margin: 0 auto;
	margin-bottom: 14px;
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #666666;
	line-height: 23.2px;
}

.span13 a {
	color: #666;
}

.span13 a:hover {
	color: #78BDFF;
}

.span13 i {
	float: left;
	font-style: normal;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	line-height: 20px;
	margin-right: 8px;
	text-align: center;
	background: #78BDFF;
	border-radius: 3.2px;
	font-family: PingFangSC-Semibold;
	font-size: 12px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3px;
}

.span13 h3 {
	float: left;
	width: 91%;
	font-family: PingFangSC-Light;
	font-weight: normal;
	font-size: 14px;
	color: #666;
	line-height: 23.2px;
}

.div22 {
	width: 80%;
	border-radius: 5px;
	font-size: 14px;
	color: #999;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 28px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 12px;
	padding-bottom: 15px;
	margin: 0 auto;
	background: #EAF4FF;
}

.div22 p {
	text-overflow: -o-ellipsis-lastline;
	height: 45px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* font-family:PingFangSC-Light; */
	/* font-size:12px; */
	/* color:#666; */
	/* letter-spacing:0.86px; */
	/* text-align:justify; */
	/* line-height:22.4px; */
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.86px;
	text-align: justify;
	line-height: 22.4px;
}

.div22 p a {
	color: #999;
}

.div22 p a:hover {
	color: #78BDFF;
}

#triangle-topleft {
	width: 0px;
	height: 0px;
	border-top: 10px solid #e3f1ff;
	border-left: 10px solid transparent;
	margin-left: 7%;
	clear: both;
	margin-bottom: 12px;
}

.span14 {
	height: 25px;
	line-height: 25px;
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #999;
	letter-spacing: 0;
}

.span14 a {
	color: #999;
}

.span14 a:hover {
	color: #78BDFF;
}

.span14 i {
	font-style: normal;
	margin-left: 15px;
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #999999;
}

.span14 img {
	width: 25px;
	height: 25px;
	border-radius: 100px;
	float: left;
	margin-right: 8px;
}

.m_l {
	margin-left: 8%;
	display: block;
}

.div23 {
	background: #fff;
	overflow: hidden;
	margin-bottom: 5px;
}

/**/
.xa {
	/* border-bottom: #FBFBFB 5px solid; */
	background: #fff;
	padding-top: 15px;
}

/**/
.ul_1 {
	padding-left: 5%;
	padding-right: 5%;
	overflow: hidden;
	background: #fff;
	width: 90%;
}

.ul_1 li {
	width: 45%;
	float: left;
	margin-left: 2.5%;
	margin-right: 2.5%;
	text-align: center;
	margin-bottom: 20px;
}

.img2 {
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 78px;
	height: 78px;
}

.xy {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #333;
	text-align: center;
	display: block;
	padding-bottom: 3px;
}

/**/
.footer {
	background: url(../images/banner2.png);
	background-size: 100% 100%;
	height: 85px;
	width: 100%;
	text-align: center;
}

.xb {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #FFF;
	display: block;
	padding-top: 24px;
	padding-bottom: 10px;
}

.xb a {
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}

.xc {
	opacity: 0.6;
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #FFF;
}

/*成考*/
.ck {
	width: 90%;
	margin: 0 auto;
}

.ck a {
	display: block;
}

.ck img {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	display: block;
}

/**/

.bg_ {
	background: url(../images/banner1.png) no-repeat !important;
	background-size: 100% 100% !important;
}


.bg_3 {
	background: url(../images/banner3.png) no-repeat !important;
	background-size: 100% 100% !important;
}

.bg_5 {
	background: url(../images/banner5.png) no-repeat !important;
	background-size: 100% 100% !important;
}

.bg_6 {
	background: url(../images/banner6.png) no-repeat !important;
	background-size: 100% 100% !important;
}

.bg_7 {
	background: url(../images/banner7.png) no-repeat !important;
	background-size: 100% 100% !important;
}

.bg_8 {
	background: url(../images/banner8.png) no-repeat !important;
	background-size: 100% 100% !important;
}

.bg_9 {
	background: url(../images/banner9.png) no-repeat !important;
	background-size: 100% 100% !important;
}

/**/
.span1 {
	float: left;
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #FFF;
	padding-top: 4px;
	margin-left: 14px;
}

.span1 a {
	color: #fff;
}

.span2 {
	float: left;
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #FFF;
	padding-top: 4px;
}

.span2 a {
	color: #fff;
}

/**/
.span15 {
	float: left;
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #FFF;
	padding-top: 4px;
	margin-left: 14px;
}

.span15 a {
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #333333;
}

.span16 {
	float: left;
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #FFF;
	padding-top: 4px;
}

.span16 a {
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #999999;
}


.img3 {
	float: left;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 10px;
	width: 5px;
	height: 9px;
}

.img4 {
	float: right;
	width: 24px;
	height: 24px;
}

.img5 {
	float: right;
	width: 24px;
	height: 24px;
	margin-left: 15px;
	cursor: pointer;
}

/**/
.p_ {
	padding-top: 18px;
	/* margin-bottom:5px; */
}

.p_a {
	margin-bottom: 5px;
	padding-bottom: 1px;
	padding-top: 14px;
}

/**/
.ul_2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	justify-content: space-between;
	display: flex;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 5px;
}

.ul_2 li {
	width: 20%;
	opacity: 0.6;
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #333;
	text-align: center;
}

.ul_2 li a {
	color: #333;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.img6 {
	width: 23px;
	height: 23px;
	padding-bottom: 13px;
}

.img7 {
	width: 23px;
	height: 23px;
	padding-bottom: 13px;
}

.img8 {
	width: 23px;
	height: 23px;
	padding-bottom: 13px;
}

.img9 {
	width: 23px;
	height: 23px;
	padding-bottom: 13px;
}

.img10 {
	width: 23px;
	height: 23px;
	padding-bottom: 13px;
}

/**/
.xv {
	margin-bottom: 5px;
}

.xd {
	margin-bottom: 4px;
	display: flex;
	justify-content: space-between;
	padding-left: 4%;
	padding-right: 4%;
}

.xd span {
	font-family: PingFangSC-Light;
	font-size: 10px;
	line-height: 17px;
	color: #999;
}

/* 本例子css -------------------------------------- */
.xa .hd ul .on {
	color: #78BDFF;
}

.xt {
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #AEAEAE;
	line-height: 16.8px;
	text-align: right;
	background: #fff;
	line-height: 22px;
}

.xt ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xt ul li {
	padding-left: 3.5%;
	padding-right: 3.5%;
	/* font-size: 12px; */
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #999999;
}

.xt ul li a {
	color: #AEAEAE;
}

.xt ul .on {
	color: #78BDFF;
}

.bc {
	font-family: PingFangSC-Light;
	font-size: 8px;
	color: #AEAEAE;
	line-height: 16.8px;
	text-align: right;
	background: #E3F1FF;
	height: 33px;
	line-height: 33px;
}

.bc ul {
	display: flex;
	padding-right: 4%;
	padding-left: 4%;
	/* justify-content: space-between; */
	width: 72%;
	float: left;
	/* display: block; */
	/* overflow: hidden; */
	justify-content: space-between;
}

.bc ul li {
	/* letter-spacing: -1.5px; */
	font-size: 12px;
	float: left;
	/* margin-right: 10px; */
}

.bc ul li a {
	color: #AEAEAE;
}

.bc ul .on {
	color: #78BDFF;
}

.xk {
	background: #fff;
	overflow: hidden;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 10px;
}

.xk li {
	text-align: center;
	float: left;
	width: 33.3%;
}

.xk li a {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 19.42px;
}

.xk li img {
	width: 96px;
	height: 60px;
	border: 3px solid #E9E9E9;
	border-radius: 8px;
	display: block;
	margin: 0 auto;
}

.xk li span {
	display: block;
	padding-bottom: 12px;
	padding-top: 10px;
}

/*网教*/
.bg_2 {
	background: url(../images/banner2.png) no-repeat !important;
	background-size: 100% 100% !important;
}

/*学历攻略*/
.ul_3 {
	width: 96%;
	height: auto;
	overflow: hidden;
	justify-content: space-between;
	display: flex;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	padding-left: 2%;
	padding-right: 2%;
}

.ul_3 li {
	width: 20%;
	opacity: 0.6;
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #333;
	text-align: center;
}

.ul_3 li a {
	color: #333;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.bo {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.mm {
	padding-bottom: 18px !important;
	border-bottom: 0 !important;
}

/*文章列表*/
.uy {
	display: flex;
	justify-content: center;
	padding-top: 3px;
}

.uy ul {
	justify-content: space-between;
	display: flex;
}

.uy ul li {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 12px;
}

.px {
	padding-left: 0 !important;
}

/**/
#AspNetPager1 {
	clear: both;
	margin-top: 15px;
	background: #E3F1FF;
	justify-content: space-between;
	display: flex !important;
	padding-left: 5%;
	padding-right: 5%;
	height: 33px;
	line-height: 33px;
	margin-bottom: 10px;
}

#AspNetPager1 A {
	color: #333;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #333;
	margin-right: 0px !important;
}

#AspNetPager1 span {
	color: #78BDFF !important;
	font-size: 12px;
	text-decoration: underline;
}

/**/
.xh li {
	border-radius: 0 !important;
}

.xh .span_ {
	border-radius: 0 !important;
}

/**/
.xg {
	width: 20%;
	height: 33px;
	background: #FFA749;
	float: left;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xg img {
	padding-left: 5px;
}

/*内容页*/

h1 {
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 14px;
	padding-top: 12px;
	background: #fff;
	font-family: 'PingFang SC', SimHei, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	white-space: pre-wrap;
	border: 0px solid black;
	position: relative;
	box-sizing: border-box;
	display: block;
	-webkit-box-orient: vertical;
	flex-direction: column;
	align-content: flex-start;
	flex-shrink: 0;
	font-size: 20px;
	color: rgb(51, 51, 51);
	font-weight: 600;
	line-height: 28px;
}

.xi {
	font-family: PingFangSC-Light;
	font-size: 12px;
	text-align: center;
	display: block;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	font-style: normal;
	color: #999;
	display: block;
}

.xi img {
	width: 20px;
	height: 20px;
	border-radius: 100px;
	margin-right: 9px;
}

.co {
	background: #fff;
	width: 88%;
	margin-bottom: 5px;
	padding-left: 6%;
	padding-right: 6%;
}

.co h2 {
	font-family: PingFangSC-Light;
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
	padding-top: 13px;
	padding-bottom: 13px;
	font-family: 'PingFang SC', SimHei, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	font-weight: 400;
	display: flex;
	align-items: center;
}

.co p {
	font-family: 'PingFang SC', SimHei, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	padding-top: 13px;
	padding-bottom: 13px;
	font-weight: 300;
	line-height: 28px;
	font-size: 15px;
	color: #333;
	word-break: break-all;
	display: block;
	text-align: justify;
}

.co p img {
	width: 100%;
	height: auto !important;
	min-width: 100%;
	max-width: 100%;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
}

.co table {
	width: 100%;
	color: #444;
	border-left: #bababa 1px solid !important;
	border-top: #bababa 1px solid !important;
	margin-top: 13px;
	margin-bottom: 13px;
}

.co table tr {
	border: #bababa 1px solid;
}

.co table tr:hover {
	background: #d6d5d3;
}

.co table th {
	border-right: #bababa 1px solid;
	border-bottom: #bababa 1px solid;
	background-color: #e9f5fc;
}

.co table td {
	border-bottom: #bababa 1px solid;
	border-right: #bababa 1px solid;
	text-align: center;
	height: 25px;
	font-size: 13px;
}

.co table tbody {
	border: #bababa 1px solid;
}

.xs {
	width: 88%;
	height: 47px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding-left: 6%;
	padding-right: 6%;
	line-height: 47px;
	margin-bottom: 5px;
}

.xs img {
	padding-top: 18px;
}

.xl {
	font-family: PingFangSC-Semibold;
	font-size: 13px;
	color: #333333;
}

.xl i {
	font-style: normal;
	color: #FFA749;
}

.xj {
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #333333;
}

.xv {
	padding-top: 15px;
}

.xv li {}

.im {
	width: 46px;
	height: 46px;
	border-radius: 100px;
	margin-right: 12px;
	float: left;
}

.spa {
	width: 70px;
	height: 26px;
	background: #78BDFF;
	border-radius: 100px;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
	margin-top: 12px;
}

.spa a {
	color: #fff;
}

.cz {
	width: 50%;
	float: left;
	margin-top: 4px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 40px;
}

.cz h2 {
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}

.cz h2 i {
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: #999999;
	font-style: normal;
	padding-left: 5px;
}

.cz span {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #333333;
}

.cz span i {
	color: #FFA749;
	font-style: normal;
}

.cq {
	padding-left: 6%;
	padding-right: 6%;
	background: #fff;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.cq li {
	padding-bottom: 14px;
	border-bottom: #f5f5f5 1px solid;
	overflow: hidden;
	padding-top: 13px;
}

.pq {
	padding-top: 4px !important;
}

.pw {
	border-bottom: 0 !important;
}

.pr {
	margin-bottom: 5px;
}

.xf {
	background: #fff;
}

/**/
.bg_4 {
	background: url(../images/banner4.png) no-repeat !important;
	background-size: 100% 100% !important;
}

/*问答列表*/
.wq {
	background: #fff;
	padding-left: 5%;
	overflow: hidden;
	padding-bottom: 22px;
	padding-top: 22px;
}

.wq li {
	width: 14%;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	background: #F8F8F8;
	border-radius: 3px;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #999999;
	margin-right: 2%;
}

.wq li a {
	color: #999999;
}

.ww {
	background: #FFA749 !important;
	color: #fff !important;
}

.ww a {
	color: #fff !important;
}

.vx li {
	border-bottom: 0 !important;
}

.vq {
	padding-top: 20px;
	margin-bottom: 5px;
}

.mx {
	margin-bottom: 0 !important;
	padding-bottom: 12px;
}

.me {
	margin-bottom: 5px !important;
}

.iu {
	padding-left: 6%;
	padding-right: 6%;
	background: #fff;
	text-overflow: -o-ellipsis-lastline;
	padding-bottom: 5px;
}

.iu p {
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #999999;
	text-align: justify;
	line-height: 31.1px;
	text-overflow: -o-ellipsis-lastline;
	margin-bottom: 15px;
}

.div20 {
	width: 80%;
	border-radius: 5px;
	font-size: 14px;
	color: #999;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 28px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto;
	background: #EAF4FF;
}

.div20 p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #666;
	letter-spacing: -0.5px;
	text-align: justify;
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	padding-bottom: 9px;
	padding-top: 9px;
}

.div20 p a {
	color: #999;
}

.div20 p a:hover {
	color: #78BDFF;
}

.xbb {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #999;
	display: flex;
	justify-content: space-between;
	margin-left: 4%;
	margin-right: 4%;
	border-bottom: #F7F7F7 1px solid;
	height: 20px;
	line-height: 20px;
}

.xbb span {
	color: #999;
}

.xsc {
	display: flex;
	justify-content: space-between;
	height: 35px;
	width: 88%;
	margin: 0 auto;
	border-bottom: #F7F7F7 1px solid;
}

.xsc span {
	font-family: PingFangSC-Light;
	font-size: 10px;
	line-height: 20px;
	color: #999;
}

.sl {
	font-family: PingFangSC-Light;
	font-size: 12px;
	text-align: center;
	display: block;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	font-style: normal;
	color: #999;
	display: block;
	line-height: 20px;
}

.sl img {
	width: 20px;
	height: 20px;
	border-radius: 100px;
	margin-right: 9px;
	float: left;
}

.szn {
	float: right;
	margin-right: 6%;
}

.szt {
	float: right;
	margin-right: 6%;
}

/**/
.qb {
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding-top: 13px;
}

.qb li {
	position: relative;
	overflow: hidden;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 12px;
	padding-bottom: 14px;
}

.qb li div {
	width: 74%;
	float: left;
}

.qb li h2 {
	text-align: justify;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 5px;
	letter-spacing: -1px;
	float: left;
	font-family: PingFangSC-Semibold;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
}

.qi {
	font-size: 9px;
	color: #fff;
	background: #78BDFF;
	border-radius: 2px;
	font-style: normal;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 5px;
	line-height: 14px;
	margin-top: 3px;
	float: left;
	margin-bottom: 11px;
}

.img11 {
	width: 75px;
	height: 75px;
	margin-top: 14px;
}

.xkn {
	text-align: left;
	overflow: hidden;
	height: 38px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #666;
	text-align: justify;
	line-height: 20.78px;
	margin-bottom: 11px;
}

.xio {
	width: 100% !important;
	margin-bottom: 8px;
}

.kwx {
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: #999999;
	letter-spacing: 0.16px;
}

.kwx i {
	font-style: normal;
	padding-right: 3px;
}

.bgx {
	background: #F9F9F9;
}

.nix {
	width: 12px;
	height: 12px;
	float: left;
	margin-left: 10px !important;
	margin-top: 1px;
}

.xbn {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 4%;
	padding-right: 4%;
	overflow: hidden;
	border-bottom: #F7F7F7 1px solid;
}

.xbn span {
	float: left;
}

.qks {
	float: right !important;
	margin-left: 3px;
}

.mxs {
	margin-bottom: 20px;
}

.bg_1 {
	background: #fff;
}

.xsa {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.xsa img {
	width: 100%;
	height: auto;
}

.xtl {
	margin-bottom: 25px;
	overflow: hidden;
}

.xtl h2 {
	color: #fff;
	font-weight: normal;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 25.12px;
	padding-bottom: 6px;
	line-height: 29.12px;
}

.xtl i {
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.17px;
	font-style: normal;
	background: #78BDFF;
	border-radius: 2px;
	padding-left: 8px;
	padding-right: 8px;
	height: 14px;
	line-height: 14px;
	display: block;
	float: left;
	margin-right: 4px;
}

.xbe {
	width: 82px;
	height: 82px;
	float: left;
	background: #FFFFFF;
	box-shadow: inset 2px 2px 6px 0 #527394;
	border-radius: 8px;
	margin-right: 3%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sax {
	width: 55px !important;
	height: 55px !important;
	border-radius: 50px;
}

.p {
	display: block;
	color: #fff;
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: #E9E9E9;
	letter-spacing: 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0.8;
}

.span3 {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 18px;
}

.xnx {
	width: 68%;
	float: left;
}

.img13 {
	width: 8px !important;
	height: 10px !important;
	margin-top: 3px;
	float: left;
	margin-right: 5px;
}

.xxa {
	background: #FFA749 !important;
}

.jix {
	width: 100%;
	height: auto;
	justify-content: space-between;
	display: flex;
	margin-bottom: 25px;
}

.jix li {
	width: 25%;
	height: 42px;
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.60);
	letter-spacing: 0.16px;
	text-align: center;
}

.jix li a {
	display: flex;
	color: rgba(255, 255, 255, 0.60);
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 11px;
	height: 42px;
	border-right: #3a3a3a 1px solid;
}

.jix li span {
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #FFA749;
	letter-spacing: 0.19px;
	text-align: center;
}

.xwr {
	width: 90%;
	height: 35px;
	border: 1px solid #E9E9E9;
	border-radius: 100px;
	text-align: center;
	line-height: 35px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.xwr a {
	color: #999;
}

.xnm {
	background: #fff;
	padding-top: 15px;
}

.xnm p {
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #666;
	text-align: justify;
	line-height: 26.83px;
	padding-left: 4%;
	padding-right: 4%;
}

.mn_ {
	margin-bottom: 5px;
}

.biao {
	/*列表的整体属性*/
	color: #666;
	text-align: center;
	/*对齐方式，left左对齐，center居中，这两个比较常用*/
	width: 100%;
	/*列表宽度，也可以用%的方法来表示*/
	background: #fff;
	margin-bottom: 5px;
	padding-bottom: 20px;
}

.biao table {
	width: 100%;
	padding-bottom: 10px;
}

.biao table td {
	/*表单内容的样式*/
	font-size: 16px;
	/*字体大小*/
	border-radius: 0px;
	/*圆角*/
	font-size: 14px;
	color: #7E7E7E;
	text-align: center;
}

.biao table td,
.biao table th {
	/* padding: 1.6%; */
	/*表格的宽高*/
	height: 47px;
}

.biao table tr:nth-child(odd) {
	background-color: #F6FBFF;
	/*隔行变色，第一行的背景颜色*/
}

.biao table tr:nth-child(even) {
	background-color: #EAF4FF;
	/*隔行变色，第二行的背景颜色*/
}

.biao table td {
	border-right: #fff 1px solid;
}

.biao table td a {
	color: #7e7e7e;
	display: block;
}

.biao table th {
	background-color: #78BDFF;
	/*表头one two three...的背景颜色*/
	border-radius: 0px;
	/*圆角*/
	/* font-family: MicrosoftYaHei; */
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	border-right: #fff 1px solid;
}

.biao table td:first-child {
	/*first-child百度翻译为第一个儿童，恰好今天儿童节，应该是子集的意思吧；last-child是最后一个*/
	color: #666;
	/*表格第一个子集的字体颜色*/
}

.biao table tr:hover {
	background-color: #fff;
}

/*;鼠标经过后背景颜色*/
.biao table td:hover {
	background-color: #C0E0FF;
	/*鼠标经过后td的背景颜色*/
	color: #78BDFF;
	/*鼠标经过后文字的颜色*/
	box-shadow: #A8D4FF -1px 1px, #A8D4FF -2px 2px, #A8D4FF -3px 3px, #A8D4FF -4px 4px, #A8D4FF -5px 5px, #A8D4FF -6px 6px;
	/*鼠标经过后四周阴影*/
	transform: translate3d(6px, -6px, 0);
	/*变换，3D变换*/
	transition-delay: 0s;
	/*这个是鼠标放上去之后要多长时间开始执行，这里是鼠标放上去0.3n秒后开始动画*/
	transition-duration: 0.2s;
	/*动画开始到结束的总时长*/
	transition-property: all;
	/*平滑过渡的效果，all是默认值，意思就是所有动画都加过渡效果*/
	transition-timing-function: line;
	/*line规定以相同速度开始至结束的过渡效果；ease慢速开始，然后变快，然后慢速结束；ease-in慢速开始；ease-out慢速结束；ease-in-out慢速开始和结束；cubic-bezier(n,n,n,n)	在 cubic-bezier 函数中定义自己的值。可能的值是 0 至 1 之间的数值。*/
}

/* 本例子css -------------------------------------- */

.sck {
	margin-bottom: 5px;
	padding-bottom: 20px;
	overflow: hidden;
	background: #fff;
}

.sck .hd {
	font-size: 20px;
	background: #fff;
}

.sck .hd ul {
	height: 55px;
	line-height: 55px;
	display: flex;
	justify-content: space-around;
	padding-left: 10%;
	padding-right: 10%;
}

.sck .hd ul li {
	float: left;
	padding: 0 10px;
	color: #666;
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.sck .hd ul .on {
	color: #78BDFF;
}

.sck .hd ul li a {
	color: #666;
}

.sck .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
.yek {
	margin: 0 auto;
}

.yek table {
	width: 92%;
	margin: 0 auto;
}

.xrc {
	margin-top: 0px !important;
}

.ogc {
	width: 26%;
	height: auto;
	float: left;
}

.aai6 {
	padding-left: 2.6%;
	padding-right: 2.6%;
	padding-top: 4%;
	background: #FBFBFB;
	overflow: hidden;
}

.aai6 li {
	width: 12.5%;
	float: left;
	text-align: center;
	padding-bottom: 15px;
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #999999;
}

.aai6 li a {
	color: #999;
}

.aw {
	letter-spacing: -1px;
}

/*导航栏滚动*/
.search-box-cover {
	background: #ccc;
	overflow: hidden;
	height: 80px;
	width: 100%;
}

.module-layer {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.module-layer-content {
	position: relative;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.module-layer-bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.layer-head-name {
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 50px;
	font-size: 20px;
}

.layer-return,
.layer-share {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 1;
}

.layer-return {
	left: 0;
}

.layer-share {
	right: 0;
}

.pr {
	position: relative;
}

#shop-input::-webkit-input-placeholder {
	color: #fff;
}

#shop-input:-moz-placeholder {
	color: #fff;
}

#shop-input::-moz-placeholder {
	color: #fff;
}

#shop-input:-ms-input-placeholder {
	color: #fff;
}

#shop-input {
	border: none;
	outline: none;
	background: transparent;
}

.search-box {
	height: 30px;
	border-radius: 20px;
	top: 10px;
	overflow: hidden;
	z-index: 10;
}

.search-box:after {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background: #fff;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: -1;
}

#shop-input {
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 30px;
}

.yxn {
	background: #FFA749 !important;
}

.bxn {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.ywx {
	border-bottom: none;
}

.gang {
	background: #78BDFF;
	border-radius: 2px;
	width: 6px;
	height: 19px;
	display: block;
	float: left;
	margin-right: 6px;
}

.color_ {
	color: #78BDFF !important;
}

.bcu {
	font-family: PingFangSC-Light;
	font-size: 8px;
	color: #AEAEAE;
	line-height: 16.8px;
	text-align: right;
	background: #E3F1FF;
	height: 33px;
	line-height: 33px;
}

.bcu ul {
	display: flex;
	justify-content: space-between;
	padding-left: 6%;
	padding-right: 6%;
	font-size: 12px;
}

.bcu ul li {
	/* letter-spacing: -1px; */
}

.bcu ul li a {
	color: #AEAEAE;
}

.bcu ul .on {
	color: #78BDFF !important;
}

.xu {
	width: 100%;
	height: auto;
}

.xu ul {
	padding-left: 4%;
	padding-right: 4%;
}

.xu ul li {
	height: 60px;
	border-bottom: #F4F4F4 1px solid;
	padding-bottom: 20px;
	margin-top: 20px;
}

.xu ul li a {
	/* display: flex; */
}

.xu ul li span {
	width: 20%;
	height: 60px;
	background: #78BDFF;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	overflow: hidden;
	margin-right: 13px;
	margin-top: 1px;
}

.xu ul li span img {
	width: 35px;
	height: 35px;
}

.ec {
	/* width: 100%; */
}

.ecv {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.ecv h2 {
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	font-weight: normal;
	float: left;
}

.ec p {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #7E7E7E;
	text-align: justify;
	line-height: 20.78px;
	height: 38px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* width: 70%; */
}

.qd {
	background: #78BDFF;
	border-radius: 2px;
	font-style: normal;
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.17px;
	/* display: block; */
	width: 32px;
	height: 14px;
	line-height: 14px;
	/* display: flex; */
	/* justify-content: center; */
	margin-left: 9px;
	margin-top: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qx {
	background: #F5A623 !important;
}

.qt {
	background: #78BDFF;
	box-shadow: none;
}

.qt img {
	width: 38px;
	height: 41px;
}

.qw {
	border-bottom: 0 !important
}

.qe {
	margin-bottom: 20px;
}

.qy {
	float: left;
	margin-right: 5px;
	padding-bottom: 2px !important;
}

.qu {
	width: 32px;
	background: #78BDFF;
	height: 14px;
	border-radius: 2px;
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.17px;
	display: block;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
}

.qo {
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.14px;
	width: 100%;
	display: block;
	padding-bottom: 13px;
	opacity: 0.8;
}

.qa {
	width: 100%;
	float: left;
}

.qs {
	background: #78BDFF;
	height: 23px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 4px;
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: #E9E9E9;
	letter-spacing: 0;
	display: block;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}

.qf {
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: #E9E9E9;
	letter-spacing: 0;
	background: #FFA749;
	border-radius: 4px;
	display: block;
	float: left;
	height: 23px;
	padding-left: 6px;
	padding-right: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qs a {
	color: #fff;
}

.qf a {
	color: #fff;
}

.vs {
	padding-left: 4%;
	padding-right: 4%;
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: #999999;
	letter-spacing: 0.16px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.img15 {
	width: 61px;
	height: 61px;
	float: left;
	border-radius: 3px;
	margin-right: 15px;
}

.mq {
	width: 71% !important;
}

/**/
.q44 {
	background: #fff;
	overflow: hidden;
	margin-bottom: 5px;
}

.q44 li {
	height: 66px;
	position: relative;
	overflow: hidden;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 18px;
	padding-top: 20px;
	border-bottom: #fbfbfb 5px solid;
}

.q44 li div {
	width: 49.5%;
	float: left;
}

.q44 li h2 {
	font-size: 14px;
	color: #333;
	text-align: justify;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 10px;
	letter-spacing: -1px;
	padding-right: 5%;
}

.q44 li i {
	font-size: 9px;
	color: #999;
	font-style: normal;
}

.span7 {
	font-family: PingFangSC-Light;
	font-size: 11px;
	color: #999999;
	letter-spacing: 0.16px;
	display: block;
	margin-bottom: 7px;
}

.span7 span {
	width: 44%;
	padding-right: 5px;
	display: block;
	float: left;
	padding-bottom: 4px;
}

.s1 {
	border-bottom: 0px !important;
}

.s2 {
	width: 92%;
	height: 45px;
	padding-left: 4%;
	padding-right: 4%;
	background: #fff;
	margin-bottom: 5px;
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #7E7E7E;
	line-height: 45px;
}

.s3 {
	width: 13px;
	height: 13px;
	float: left;
	padding-top: 15px;
	padding-right: 7px;
}

.s4 {
	height: 35px;
	width: 90%;
	margin: 0 auto;
	border-bottom: #F7F7F7 1px solid;
	font-family: PingFangSC-Light;
	font-size: 10px;
	color: #999999;
}

.s4 span {
	padding-right: 20px;
}

.s5 {
	text-align: center;
	line-height: 22px;
}

.s6 {
	margin-bottom: 0px !important;
}


.q7s {
	padding-left: 4%;
	background: #fff;
	padding-top: 4px;
	padding-bottom: 20px;
	overflow: hidden;
	margin-bottom: 5px;
}

.q7s li {
	background: #EAF4FF;
	width: 22.5%;
	font-family: PingFangSC-Light;
	font-size: 9px;
	color: #666;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	float: left;
	letter-spacing: -1px;
	margin-right: 2.1%;
	margin-bottom: 2.1%;
	height: 85px;
	overflow: hidden;
	/* padding-bottom: 10px; */
}

.q7s li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: #666;
}

.q7s li img {
	margin-bottom: 9px;
	margin-top: 9px;
	width: 43px;
	height: 43px;
	display: block;
}

.q7s li span {
	width: 70px;
	margin: 0 auto;
	height: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.qdx {
	padding-top: 5px !important;
}

.qxn {
	margin-left: 4%;
	margin-right: 4%;
	width: 92%;
}

.ppd {
	padding-bottom: 0px !important;
}

.xg {
	width: 20%;
	height: 33px;
	background: #FFA749;
	float: left;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xg img {
	padding-left: 5px;
}

.bcc {
	font-family: PingFangSC-Light;
	font-size: 8px;
	color: #AEAEAE;
	line-height: 16.8px;
	text-align: right;
	background: #E3F1FF;
	height: 33px;
	line-height: 33px;
	width: 100%;
	text-align: center;
}

.bcc ul {
	padding-right: 4%;
	padding-left: 4%;
	width: 72%;
	float: left;
	display: flex;
	justify-content: space-between;
}

.bcc ul li {
	font-size: 12px;
	float: left;
	/* margin-right: 10px; */
}

.bcc ul li a {
	color: #AEAEAE;
}

.bcc ul .on {
	color: #78BDFF;
}

.qcx {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	clear: both;
	text-align: center;
	float: none;
	margin: 0 auto;
}

.qcx li {
	margin-right: 0px !important;
	display: inline-block;
	clear: both;
	float: none !important;
	padding-left: 7px;
	padding-right: 7px;
}

.sos {
	background: #fff;
}

.sosuo {
	background: #F9F9F9;
	padding-left: 4%;
	padding-right: 4%;
	height: 60px;
}

.so {
	background: #78BDFF;
	width: 15%;
	height: 24px;
	border-radius: 50px;
	float: right;
	margin-left: 3%;
	margin-top: 17px;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	outline: none;
}

.ss {
	width: 7px;
	height: 13px;
	float: left;
	background: url(../images/Fill2Copy.png) no-repeat;
	background-size: 7px 13px;
	margin-top: 22px;
}

.span18 {
	float: right;
	width: 65%;
	display: block;
	border-radius: 50px;
	background: #fff;
	margin-top: 17px;
}

.span18 input {
	width: 90%;
	height: 25px;
	margin-left: 5%;
	line-height: 25px;
	outline: none;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #999999;
}

.xsx {
	position: absolute;
}

.xso {
	width: 65%;
	height: 35px;
	line-height: 35px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
}

.xso li a {
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #333333;
	text-align: justify;
}

.xs_ {
	border-bottom: #78BDFF 3px solid;
}

.po {
	padding-left: 4%;
	padding-right: 4%;
}

.po p {
	font-family: PingFangSC-Light;
	font-size: 15px;
	color: #666666;
	letter-spacing: 1.07px;
	text-align: justify;
	line-height: 31.3px;
	margin-bottom: 27px;
}

.bx {
	background: #fff;
}

.bz {
	width: 76% !important;
}

.bz img {
	padding-bottom: 30px;
}

/*弹框样式3*/
.cd-popup3 {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999;
}

.cd-popup3.is-visible3 {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container3 {
	position: relative;
	width: 84%;
	margin: 110px auto;
	/* height:250px; */
	/* background: #FFF; */
	border-radius: .4rem .4rem .4rem .4rem;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.cd-popup-container3 img {
	width: 100%;
	height: auto;
}

.cd-popup-close1 {
	position: absolute;
	right: 10%;
	top: 18%;
	z-index: 10;
	width: auto;
	height: 1.25rem;
	display: block;
	font-size: 14px;
	width: 10%;
	height: 8%;
	/* background: #ccc; */
}

.is-visible3 .cd-popup-container3 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ssp {
	background: #E5C489;
	border-radius: 100px;
	width: 84%;
	height: 36px;
	display: block;
	text-align: left;
	/* padding-left: 20px; */
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
}

.ssp input {
	margin-left: 20px;
	height: 30px;
	margin-top: 3px;
	width: 80%;
	background: #e5c489;
	outline: none;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #CA744C;
	text-align: center;
}

.ssp input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #CA744C;
}

.ssp input::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #CA744C;
}

.ssp input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #CA744C;
}

.ssp input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #CA744C;
}

.hh {
	/* padding-left: 4% !important; */
	/* padding-right: 4% !important; */
}

.xh {
	/* width:92% !important; */
}

.app-position {
	width: 100%;
	color: #302D2D;
	font-size: 16px;
	font-weight: 700;
	float: left;
	background: #FFF;
}

.app-position a {
	color: #302D2D;
}

.hot-title {
	height: 50px;
	line-height: 50px;
	border-bottom-color: rgb(230, 0, 0);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 14px;
	padding-left: 6%;
	padding-right: 6%;
}



.fangshi {
	margin-top: 10px;
	padding-bottom: 30px;

	background: white;
	margin-bottom: 0px;
}

.nav {
	margin-top: 30px;
	margin-left: 25px;
}

.nav>p {
	font-size: 24px;
	color: #4d4d4d;
}

.diqu {
	margin-top: 25px;
	margin-left: 5%;
	height: 30px;
}

.diqu li {
	float: left;
	font-size: 20px;
	color: #333;

	line-height: 30px;
}

.diqu li:nth-child(2) a {
	border-left: 3px solid #c40000;
}

.diqu li>a {
	font-size: 15px;
	color: #4c4c4c;
	padding-left: 10px;
}

.li-first {
	padding-right: 15px;
	margin-left: 0;

}

.diqu-cont {
	padding: 40px 25px;
	background: white;
	border-radius: 10px;
	width: 700px;
	margin: 0 auto;
}

.chengshi+.chengshi {
	margin-top: 30px;
}

.chengshi-head {
	display: flex;
	align-items: center;
	width: 115px;
	margin: 0 auto;
	text-align: center;
}

.chengshi-head span {
	margin-left: 10px;
	font-size: 27px;
	color: #626262;
}

.chengshi-tab {
	margin-top: 30px;
}

iframe[id^="utp_"],
iframe[id^="head_"],
div[class^="am-"] {
	display: none;
}
.main-page {
		border-top: 1px solid #e9e9e9;
		padding: 20px 0;
		color: #585858;
		width: 100%;
		text-align: center
	}

	.detail-page {
		color: #585858;
		width: 100%;
		text-align: center;
		padding: 15px 0
	}

	.main-page a, .main-page span, .detail-page a, .detail-page span {
		border: 1px solid #e9e9e9;
		background: #f6f6f6;
		color: #585858;
		margin: 0 5px;
		padding: 5px;
		display: inline-block
	}

	.main-page a.active, .detail-page a.active, .jpages .jp-current {
		border: 1px solid #2bb866;
		background-color: #2bb866;
		color: #fff
	}

	.main-page a:hover, .detail-page a:hover {
		border: 1px solid #2bb866;
		background-color: #2bb866;
		color: #fff
	}

	.detail-page a.disabled, .jpages .jp-disabled {
		text-decoration: none;
		cursor: default;
		color: #B9B9B9
	}

	.detail-page a.disabled:hover, .jpages .jp-disabled:hover {
		border: 1px solid #e9e9e9;
		background-color: #f6f6f6;
		color: #B9B9B9
	}
