
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration:none!important;
}
img {
	border: none;
	vertical-align: top;
}
li {
	list-style-type: none;
}
ul, dl, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
h2 {
	font-size: 18px;
	font-family: "Microsoft Yahei","微软雅黑";
}
body {
	font-size: 14px;
	font-family: "微软雅黑", Microsoft Yahei;
}
address, cite, code, em, th {
	font-weight: normal;
	font-style: normal;
}
.clear {
	clear: both;
}
a {
	outline: none;
}
.web_black a, .web_black {
	color: #333333;
	text-decoration: none;
}
.web_black a:hover, .web_black:hover {
	color: #0082ff;
	text-decoration: underline;
}
.web_zcyl a, .web_zcyl {
	color: #999999;
	text-decoration: none;
}
.web_zcyl a:hover, .web_zcyl:hover {
	color: #0082ff;
	text-decoration: underline;
}
.cBlack a, .cBlack {
	color: #cccccc;
	text-decoration: none;
}
.cBlack a:hover, .cBlack:hover {
	text-decoration: underline;
	color: #ffffff;
}
.aWhite a, .aWhite {
	color: #ffffff;
	text-decoration: none;
}
.aWhite a:hover, .aWhite:hover {
	text-decoration: underline;
}
.aRed a, .aRed {
	color: #0082ff;
	text-decoration: none;
}
.aRed a:hover, .aRed:hover {
	text-decoration: underline;
}
.bodyBg {
	background: #f7f8fa;
	position: relative;
}
.web_header {
	width: 100%;
	height: 40px;
}
.headerah {
	width: 100%;
	height: 100px;
	background: #ffffff;
	position: fixed;
	z-index: 100;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
}
.headerlg {
	width: 1430px;
	margin: auto;
}
.weblogo {
	float: left;
	width: 200px;
	height: 90px;
	margin-top: 2px;
}
.weblogo a {
	display: block;
	width: 200px;
	height: 90px;
}
.webnav {
	float: left;
	width: 825px;
	margin-top: 36px;
}
.webnav li {
	float: left;
	margin-left: 29px;
}
.webnav li .webnavag {
	position: relative;
}
.webnav li .webnavag .webnavtit a {
	display: block;
	text-decoration: none;
	height: 30px;
}
.webnav li .webnavag .webnavtit a em {
	display: block;
	float: left;
	padding: 0 5px;
	height: 15px;
	line-height: 15px;
	background: #fd5050;
	border-radius: 8px;
	color: #FFFFFF;
	position: absolute;
	top: -6px;
	right: -18px;
	font-size: 12px;
}
.webnav li .webnavag .webnavtit a h2 {
	font-size: 16px;
	color: #333333;
	float: left;
}
.webnav li .webnavag .webnavtit a b {
	display: block;
	float: left;
	width: 9px;
	height: 5px;
	background: url(../images/bg1.png) no-repeat -245px 0px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -245px 0px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -245px 0px;
	margin: 8px 0px 0px 7px;
}
.webnav li .webnavag .webnavtit a:hover b {
	background: url(../images/bg1.png) no-repeat -260px 0px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -260px 0px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -260px 0px;
}
.webnav li .webnavag .web_navcb {
	/*width: 100px;*/
	background: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
	position: absolute;
	left: -10px;
	top: 30px;
	display: none;
	z-index: 10;
	border-radius: 6px;
}
/*.webnav li .webnavag .web_navcb a {
	display: block;
	width: 80px;
	height: 35px;
	padding-left: 20px;
	color: #333333;
	text-decoration: none;
	line-height: 35px;
	overflow: hidden;
}*/
.webnav li .webnavag .web_navcb a:hover:first-child {
	border-radius: 6px 6px 0px 0px;
}
.webnav li .webnavag .web_navcb a:hover:last-child {
	border-radius: 0px 0px 6px 6px;
}
.webnav li .webnavag .web_navcb a:hover {
	background: #f2f2f2;
	color: #0082ff;
	font-weight: bold;
}
.webnav li .webnavag .webnavtit2 a {
	display: block;
	text-decoration: none;
	height: 30px;
}
.webnav li .webnavag .webnavtit2 a b {
	display: block;
	width: 12px;
	height: 18px;
	background: url(../images/bg1.png) no-repeat 0px -25px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat 0px -25px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat 0px -25px;
	float: left;
	margin-right: 5px;
}
.webnav li .webnavag .webnavtit2 a h2 {
	float: left;
	font-size: 16px;
	color: #0082ff;
}
.webnav li .webnavag .web_navcb1 {
	width: 142px;
	height: 157px;
	background: #ffffff;
	border-radius: 12px;
	position: absolute;
	left: -10px;
	top: 30px;
	display: none;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
}
.webnav li .webnavag .web_navcb1 img {
	width: 100px;
	height: 100px;
	margin: 15px 0px 0px 20px;
}
.webnav li .webnavag .web_navcb1 p {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 22px;
}
.webnav li .webnavag .web_navcb1 p em {
	font-weight: bold;
	color: #0082ff;
}
.webnav li .webnavag .webnavtit3 {
	margin-top: 10px;
	margin-left:10px;
}
.webnav li .webnavag .webnavtit3 a {
	display: block;
	text-decoration: none;
	height: 30px;
}
.webnav li .webnavag .webnavtit3 a b {
	display: block;
	width: 16px;
	height: 4px;
	background: url(../images/bg1.png) no-repeat -20px -35px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -20px -35px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -20px -35px;
}
.webnav li .webnavag .web_xsbg1 {
	left: -25px;
	border-radius: 12px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
	z-index: 10;
}
.webnav li .webnavag .web_xsbg2 {
	left: -10px;
	width: auto;
}

.webnav li .webnavag .web_xsbg2 a{
	display: block;
	width: 80px;
	height: 35px;
	padding-left: 20px;
	color: #333333;
	text-decoration: none;
	line-height: 35px;
	overflow: hidden;
}






.webnav li .webnavag .webnavtit a:hover h2 {
	color: #0082ff;
	font-weight: bold;
}
.webnav li .webnavag .webnavtit a.hover h2 {
	color: #0082ff;
	font-weight: bold;
}
.webnav li .webnavag .webnavtit a.hover b {
	background: url(../images/bg1.png) no-repeat -260px 0px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -260px 0px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -260px 0px;
}
.webnav li .webnavag .webnavtit1 {
	width: 65px;
}
.web_serch {
	float: left;/**/
	width: 380px;
	height: 36px;
	border-radius: 100px;
	background: #f7f8fa;
	margin-top: 30px;
	border: 1px solid #cccccc;
	margin-right: 30px;
}
.web_serch input.text1 {
	float: left;
	width: 210px;
	height: 36px;
	border: none;
	background: none;
	margin: 0px 0px 0px 20px;
	outline: none;
	font-size: 12px;
	color: #999999;
}
.web_serch input.submit1 {
	width: 17px;
	height: 17px;
	border: none;
	background: none;
	background: url(../images/bg1.png) no-repeat -45px -25px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -45px -25px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -45px -25px;
	float: right;
	margin-right: 15px;
	margin-top: 9px;
}
.web_serch:hover input.submit1 {
	background: none;
	background: url(../images/bg1.png) no-repeat -70px -25px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -70px -25px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -70px -25px;
}
.web_main {
	width: 1430px;
	margin: auto;
	margin-top: 80px;
}
.web_right {
	width: 100px;
	background: #ffffff;
	border-radius: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	position: fixed;
	z-index: 99;
	margin-top: -230px;
}
.web_rightlb {
	width: 100px;
	margin-top: 22px;
	margin-bottom: 10px;
}
.web_rightlb li {
	width: 100px;
	height: 38px;
	margin-top: 3px;
}
.web_rightlb li a {
	display: block;
	width: 100px;
	height: 38px;
	color: #999999;
	text-decoration: none;
	line-height: 38px;
}
.web_rightlb li a span {
	display: block;
	margin-left: 20px;
}
.web_rightlb li a:hover {
	background: #f2f2f2;
	color: #0082ff;
}
.web_rightlb li a.lockup {
	background: #f2f2f2;
	color: #0082ff;
}
.web-xstop {
	width: 100px;
	height: 38px;
	border-top: 1px solid #f4f4f4;
}
.web-xstop a {
	display: block;
	width: 100px;
	height: 38px;
	color: #999999;
	line-height: 38px;
	text-decoration: none;
}
.web-xstop a span {
	display: block;
	margin-left: 20px;
}
.web-xstop a:hover {
	background: #fef6f6;
	color: #0082ff;
	border-radius: 0px 0px 12px 12px;
}
/*新加css*/
.web-yc-show {
	width: 1430px;
	float: left;
	height: 200px;
	margin: 20px 0 0 0;
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.3);
	border-radius: 12px;
}
.web-yc-show .show-box {
	display: block;
	width: 192px;
	height: 45px;
	float: left;
	margin-left: 16px;
	margin: 28px -10px 0px 15px;
	cursor: pointer
}
.web-yc-show .show-box .web-yc-icon {
	float: left;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-size: cover;
	margin-right: 8px;
	transition: all .2s
}
.web-yc-show .show-box .describe {
	float: left
}
.web-yc-show .show-box .describe h4 {
	width: 139px;
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #1c1f21;
	letter-spacing: .76px;
	line-height: 22px;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden
}
.web-yc-show .show-box .describe p {
	width: 139px;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #545c63;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden
}
.web-yc-show .show-box:hover .web-yc-icon {
	transform: translateY(-2px)
}
.web-yc-show .show-box:hover .describe h4 {
	color: #f01414
}
.advs-box {
	margin: 14px -15px 0;
	text-align: center;
	font-size: 0;
}
.advs-box .imgbox {
	display: inline-block;
	width: 34px;
	margin-bottom: 5px;
	border-radius: 50%;
	background: #ff4d6b;
	background: -moz-linear-gradient(top left, #f00028, #ff4d6b);
	background: -webkit-gradient(linear, 0 0, right bottom, from(#f00028), to(#ff4d6b));
	background: -o-linear-gradient(top left, #f00028, #ff4d6b);
}
.advs-box .imgbox img {
	width: 100%;
}
.item-advicon {
	display: inline-block;
	width: 50px;
	margin: 0 8px 14px;
}
.item-advicon .adv-text {
	margin-top: 2px;
	color: #88919f;
	font-size: 12px;
}
.margin-v-minus8 {
	margin-right: -8px;
	margin-left: -8px;
}
.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.web-mtypes div {
	background-size: cover
}
.web-mtypes {
	width: 1430px;
	margin-left: auto;
	margin-right: auto;
	padding: 32px 0
}
.web-mtypes.new-course .list {
	display: none
}
.web-mtypes.new-course .list.show {
	display: block
}
.web-mtypes.new-course .list .item {
	position: relative;
	width: 339px;
	height: 300px;
	margin: 0 24px 24px 0;
	background: #fff;
	box-shadow: 0 6px 10px 0 rgba(95,101,105,.15);
	border-radius: 8px;
	float: left;
	transition: all .2s
}
.list .item:nth-child(4n), .web-mtypes.new-course .list .item:nth-child(4n) {
	margin-right: 0
}
.web-mtypes.new-course .list .item:nth-last-child(-n+4) {
	margin-bottom: 0
}
.web-mtypes.new-course .list .item:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 20px 0 rgba(95,101,105,.15)
}
.web-mtypes.new-course .list .item .img {
	height: 180px;
	margin-bottom: 8px;
	border-radius: 8px 8px 0 0
}
.web-mtypes.new-course .list .item .title {
	color: #545c63;
	line-height: 20px;
	height: 40px;
	margin-bottom: 8px;
	padding: 0 8px
}
.web-mtypes.new-course .list .item .title.ellipsis2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.web-mtypes.new-course .list .item .difficulty {
	display: block;
	color: #9199a1;
	font-size: 12px;
	margin-bottom: 8px;
	padding: 0 8px
}
.web-mtypes.new-course .list .item .bottom {
	font-size: 12px;
	color: #9199a1;
	line-height: 18px;
	padding: 0 8px;
	margin-bottom: 18px
}
.w {
	margin: auto;
	width: 1430px;
}
.clear {
	display: block;
	clear: both;
}
.webque_class {
	background-color: #fff;
	padding-bottom: 0px;
}
.webque_class > .w {
	height: 100%;
}
.webque_class > .w > .courses {
	width: 1014.5px;
	height: 100%;
	float: left;
}
.webque_class > .w > .courses > .title {
	margin-top: 15px;
	margin-left: 25px;
}
.webque_class > .w > .courses > .title > div:nth-child(1) > h2 {
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}
.webque_class > .w > .courses > .detail {
	margin-top: 20px;
	margin: 25px;
}
.webque_class > .w > .courses > .detail > ul > li {
	width: 295px;
	display: inline-block;
	margin-bottom: 32px;
	vertical-align: top;
}
.webque_class > .w > .courses > .detail > ul > li:nth-child(2) {
	margin: 0 30px;
}
.webque_class > .w > .courses > .detail > ul > li:nth-child(5) {
	margin: 0 30px;
}
.webque_class > .w > .courses > .detail > ul > li:nth-child(8) {
	margin: 0 30px;
}
.webque_class > .w > .courses > .detail > ul > li:nth-child(11) {
	margin: 0 30px;
}
.webque_class > .w > .courses > .detail > ul > li > a {
	display: block;
	width: 100%;
	border-radius: 10px;
	box-sizing: border-box;
}
.webque_class > .w > .courses > .detail > ul > li > a:hover > .left_img > .img_up {
	top: -5px;
	left: 0px;
}
.webque_class > .w > .courses > .detail > ul > li > a:hover > .left_img > .img_mid {
	top: 0px;
	left: 6px;
	width: 281px;
}
.webque_class > .w > .courses > .detail > ul > li > a:hover > .left_img > .img_down {
	top: 5px;
	left: 11px;
	width: 265px;
}
.webque_class > .w > .courses > .detail > ul > li > a:hover > .left_img .learn-info {
	bottom: 5px;
}
.webque_class > .w > .courses > .detail > ul > li > a:hover > .source_name {
	color: #0082ff;
}
.webque_class > .w > .courses > .detail > ul > li > a > .left_img {
	width: 100%;
	height: 181px;
	position: relative;
}
.webque_class > .w > .courses > .detail > ul > li > a > .left_img .learn-info {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.webque_class > .w > .courses > .detail > ul > li > a > .left_img > img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	border-radius: 10px;
	position: absolute;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.webque_class > .w > .courses > .detail > ul > li > a > .left_img > .img_up {
	left: 0px;
	top: 0;
	width: 295px;
	height: 181px;
	z-index: 3;
}
.webque_class > .w > .courses > .detail > ul > li > a > .left_img > .img_mid {
	top: 4px;
	left: 4px;
	width: 287px;
	height: 100%;
	opacity: 0.4;
	z-index: 2;
}
.webque_class > .w > .courses > .detail > ul > li > a > .left_img > .img_down {
	top: 8px;
	left: 8px;
	width: 271px;
	height: 100%;
	opacity: 0.2;
	z-index: 1;
}
.webque_class > .w > .courses > .detail > ul > li > a > .source_name {
	font-size: 15px;
	color: #11233f;
	font-weight: bold;
	margin-top: 20px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.webque_class > .w > .courses > .detail > ul > li > a > .source_detail {
	font-size: 12px;
	color: #11233f;
	margin-top: 14.5px;
}
.webque_class > .w > .courses > .detail > ul > li > a > .source_detail > span:nth-child(1) > .iconfont {
	display: inline-block;
	width: 11px;
	height: 14.5px;
	background-image: url('../images/fire.png');
	background-repeat: no-repeat;
	background-size: 11px 14.5px;
	float: left;
	margin: 1px;
}
.webque_class > .w > .courses > .detail > ul > li > a > .source_detail > span:nth-child(1) > .study_week {
	padding: 0 8px 0 3px;
}
.webque_class > .w > .courses > .detail > ul > li > a > .source_detail > span:nth-child(1) > .username {
	margin-left: 5px;
}
.webque_class > .w > .courses > .detail > ul > li > a > .source_detail > span:nth-child(2) {
	color: #e73451;
	float: right;
	margin-right: 20px;
}
.webque_class > .w > .webycgg {
	width: 410px;
	height: 100%;
	float: right;
	box-sizing: box-sizing;
}
.webque_class > .w > .webycgg > .title {
	height: 35px;
	line-height: 35px;
	display: inline-block;
	margin-bottom: 32px;
	margin-top: 40px;
	width: 100%;
}
.webque_class > .w > .webycgg > .title > h3 {
	font-size: 16px;
	color: #11233f;
	font-weight: normal;
	float: left;
}
.webque_class > .w > .webycgg > .detail {
	margin-top: 70px;
	width: 100%;
	height: 600px;
	position: relative;
}
.price-wrapper {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}
.train-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #11233f;
	font-size: 12px;
}
.price-wrapper .avatar {
	width: 12px;
	height: 13px;
	margin-right: 5px;
}
.train-desc {
	width: 100%;
	max-height: 25px;
	margin-top: 10px;
	font-size: 12px;
	color: #9299a7;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}
.price-wrapper {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}
.webque_class .courses .apply {
	width: 82px;
	height: 24px;
	color: #fff;
	font-size: 12px;
	background: linear-gradient(to right, #0082ff, #0082ff);
	border-radius: 12px;
	text-align: center;
	line-height: 24px;
}
/*底部css*/
.footer_web {
	background: #293c60;
	line-height: 1.75;

}
.friend-link {
	width: 1200px;
	padding: 27px 25px 27px 25px;
	margin: 0 auto;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
	color:#FFF;
}
.friend-link h6 {
	font-size: 18px;
	font-weight: normal;
}
.friend-link h6 span {
	font-size: 12px;
	float: right;
	color: #999;
	margin-top: 5px;
	font-weight: normal;
}
.friend-link p {
	padding: 10px 0;
}
.friend-link p a {
	color: #999;
	padding-right: 10px;
	display: inline-block;
	font-size: 12px;
}
.friend-link p a:hover {
	color: #333;
}
.footer {
	width: 1200px;
	padding: 24px 40px 52px 20px;
	margin: 0 auto;
	color:#FFF;
}
.footer_list {
	float: left;
	width: 183px;
	color:#FFF;
}
.footer_list .list_title {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 2px;
}
.footer h2 {
	display: inline-block;
	font-size: 18px;
	color: #333;
	margin-right: 10px;
	color:#FFF;
}
.footer h3 {
	font-size: 34px;
	color: #fff;
}
.footer_list a {
	font-size: 14px;
	color: #fff;
	line-height: 34px;
}
.web_company {
	width: 1280px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #f5f5f5;
	padding-bottom: 20px;
	padding-top: 20px;
	color:#FFF;
}
.web_company>a {
	display: inline-block;
	padding: 0 16px;
	margin-top: -16px;
	color:#FFF;
}
.web_company .bottom_logo_pic_new {
	margin: auto;
	margin-bottom: 10px;
}
.web_company div, .web_company div a {
	font-size: 12px;
	color: #999;
	line-height: 1;
	color:#FFF;
}
.footer_last {
	font-size: 14px;
}
.footer_last .telbox {
	line-height: 1;
	margin: 3px 0 4px;
}
.footer_last .telbox span {
	font-size: 24px;
	font-family: fontDIN;
}
.footer_last .time {
	color: #999;
}
.footer_last li:last-child {
	margin-top: 11px;
	float: right;
}
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.color-333 {
	color: #333333;
}
.color-666 {
	color: #666666;
}
.color-999 {
	color: #999999;
}
.center {
	text-align: center;
}
.m-r-26 {
	margin-right: 26px;
}
.font-size-12 {
	font-size: 12px;
}
.zl-wx {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 32px 0
}
.zl-wx.zlcol .zl_item {
	float: left;
	width: 220px;
	background: rgba(133,189,255,.05);
	box-shadow: 0 6px 10px 0 rgba(95,101,105,.15);
	border-radius: 8px;
	margin-right: 24px;
	padding: 22px 13px;
	box-sizing: border-box;
	transition: all .2s
}
.zl-wx.zlcol .zl_item:last-child {
	margin-right: 0
}
.zl-wx.zlcol .zl_item:hover img {
	transition: all .2s;
	transform: scale(1.1)
}
.zl-wx.zlcol .zl_item .zl-box {
	text-align: center;
	margin-bottom: 10px
}
.zl-wx.zlcol .zl_item .zl-box img {
	width: 147px;
	height: 166.5px;
	image-rendering: -webkit-optimize-contrast
}
.zl-wx.zlcol .zl_item .webtit {
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: webll;
	margin-bottom: 4px;
	color: #545c63
}
.zl-wx.zlcol .zl_item .webbot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-zl_items: center;
	align-zl_items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.zl-wx.zlcol .zl_item .webbot .websd {
	color: #4180ff;
	background-color: #ecf1fd;
	border-radius: 2px;
	font-size: 12px;
	line-height: 1;
	padding: 3px 4px
}
.zl-wx.zlcol .zl_item .webbot .webjg {
	font-weight: 700;
	font-size: 12px;
	color: #f01414;
	line-height: 18px
}
.zl-wx.zlcol .zl-tit {
	background-image: url(../images/title-bg5.png)
}
.zl-wx .zl-tit {
	height: 36px;
	background: no-repeat left center/auto 29px;
	padding-left: 180px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-zl_items: center;
	align-zl_items: center
}
/*首页新闻*/
.w1200 {
	margin: auto;
	width: 1430px;
}
.index_news {
	padding-bottom: 50px;
}
.index_news > .w1200 {
	height: 100%;
}
.index_news > .w1200 > .detail {
	margin-top: 34px;
}
.index_news > .w1200 > .detail > div {
	font-size: 14px;
	width: 465px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 35px 33px 25px;
	box-sizing: border-box;
}
.index_news > .w1200 > .detail > div:hover {
	box-shadow: 0 0 10px #ccc;
}
.index_news > .w1200 > .detail > div:nth-child(1) {
	float: left;
}
.index_news > .w1200 > .detail > div:nth-child(2) {
	float: left;
	margin-left: 25px;
}
.index_news > .w1200 > .detail > div > a {
	display: block;
	padding: 0px 0;
	height: 0px;
}
.index_news > .w1200 > .detail > div > a:nth-child(1) {
	padding-top: 0px;
}
.index_news > .w1200 > .detail > div > a > span {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_news > .w1200 > .detail > div > a > span:nth-child(1) {
	color: #11233f;
	width: 80%;
}
.index_news > .w1200 > .detail > div > a > span:nth-child(1):hover {
	color: #e31436;
}
.index_news > .w1200 > .detail > div > a > span:nth-child(2) {
	color: #9299a6;
	width: 19%;
	text-align: right;
}
.index_news > .w1200 > .detail > div > ul {
	padding: 23px 33px;
	height: 100%;
}
.index_news > .w1200 > .detail > div > ul > li {
	padding: 8px 0;
}
.index_news > .w1200 > .detail > div > ul > li > span {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_news > .w1200 > .detail > div > ul > li > span:nth-child(1) {
	color: #11233f;
	width: 80%;
}
.index_news > .w1200 > .detail > div > ul > li > span:nth-child(2) {
	color: #9299a6;
	width: 19%;
	text-align: right;
}
.webzsff .swiper-wrapper .zsffont p, .web_jrtj .web_lbkc p {
	font-size: 16px;
	color: #FD432C;
}
.indenews {
	margin-bottom:42px
}
/*分页*/
.pagelist {
	text-align: center;
	color: #666;
	width: 100%;
	clear: both;
}
.pagelist a {
	color: #666;
	margin: 0 5px 20px;
	padding: 5px 10px;
	background: #F7F7F7;
	display: inline-block;
}
.pagelist a:nth-child(1) {
	display: none
}
.pagelist a:hover, .pagelist>b {
	color: #3690cf;
	color: #FFF;
	background: #0082ff;
}
.pagelist>b {
	padding: 5px 10px;
}
a.curPage {
	color: #ffffff;
	font-weight: bold;
	background: #000;
}






.web-louser {
    float: right;
    margin-right: 35px;
    margin-top: 15px;
}

.web-louser li {
    float: left;
    line-height: 60px;
    width: 80px;
}

.web-louser li span {
    color: #333333;
    text-align: center;
    display: block;
   
}
.web-louser li a {
	font-size: 16px;
	color: #333333;
    
}


/*
.web-louser li .webnavag .web_navcb3 {
	width: 100px;
	background: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
	position: absolute;
	left: -10px;
	top: 30px;
	display: none;
	z-index: 10;
	border-radius: 6px;
}
.web-louser li .webnavag .webnavtit3 {
	margin-top: 10px;
	margin-left:10px;
}
.web-louser li .webnavag .webnavtit3 a {
	display: block;
	text-decoration: none;
	height: 30px;
}
*/



















.w1200 {
    width: 1280px;
    margin: 0 auto;
}
.clearfix {
    zoom: 1;
}
.fbi-wrap {
    width: 214px;
    height: 165px;
}
.fl {
    float: left;
}

.footer-benefit-wrap {
	width: 100%;
/*	height: 165px;*/
	background-color: #ffffff;
	margin-top: 10px;
}
.footer-benefit-list {
	position: relative;
	width: 299px;
	height: 165px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:20px;
}
.footer-benefit-list::after {
	position: absolute;
	top: 50px;
	right: 0;
	content: "";
	width: 1px;
	height: 46px;
	background: #e4e4e4
}
.footer-benefit-list4::after {
	width: 0
}
.fbi-img {
	display: block;
	width: 47px;
	height: 40px;
	margin: 53px 20px 0 18px
}
.footer-benefit-list1 .fbi-img {
	margin-left: 0
}
.fbi-wrap {
	width: 214px;
	height: 165px
}
.fbi-wrap .p1 {
	font: 18px/18px "寰蒋闆呴粦";
	color: #333;
	padding: 38px 0 18px
}
.fbi-wrap .p2 {
	font: 14px/14px "寰蒋闆呴粦";
	color: #999;
	padding-bottom: 10px
}
.footer-meta-wrap .footer-top {
	font-size: 0;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.footer-meta-wrap .footer-top .footer-left {
	width: 519px;
	height: 190px;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px
}
.footer-meta-wrap .footer-top .footer-left .footer-title {
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 18px
}
.footer-meta-wrap .footer-top .footer-left .footer-tags {
	margin-top: 25px;
	font-size: 0;
	white-space: normal;
}
.footer-meta-wrap .footer-top .footer-left .footer-tags .tag {
	display: inline-block;
	vertical-align: top;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	background: #1b1b1b;
	color: #737373;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 14px;
}
.footer-meta-wrap .footer-top .footer-left .footer-tags .tag a {
	display: block;
	color: #737373
}
.footer-meta-wrap .footer-top .footer-left .footer-tags .tag:hover {
	background: #30c8c6
}
.footer-meta-wrap .footer-top .footer-left .footer-tags .tag:hover a {
	color: #fff
}
.footer-meta-wrap .footer-top .footer-qr-wraper {
	width: 216px;
	height: 124px;
	border-left: 1px solid #2c2c2e;
	border-right: 1px solid #2c2c2e;
	margin-top: 40px;
	display: inline-block;
	vertical-align: top
}
.footer-meta-wrap .footer-top .footer-qr-wraper .qr-img img {
	width: 100%;
	height: 100%
}
.footer-meta-wrap .footer-top .footer-qr-wraper .gz-text {
	line-height: 18px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 10px
}
.footer-meta-wrap .footer-top .footer-rx-wraper {
	display: inline-block;
	vertical-align: top;
	width: 464px;
	height: 190px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 42px;
	padding-left: 47px;
	font-size: 0;
	text-align: left;
	white-space: normal
}
.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item {
	display: inline-block;
	vertical-align: top;
	width: 208px
}
.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top {
	font-size: 0;
	text-align: left
}
.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top .rx-icon {
	width: 27px;
	height: 27px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px 0 0
}
.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top .rx-num {
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	vertical-align: top
}
.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top .rx-num a {
	color: #fff;
}
.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-text {
	height: 26px;
	line-height: 26px;
	color: #6b6b6b;
	font-size: 14px;
	padding-left: 32px
}
.footer-mid {
	height: 60px;
	font-size: 0;
	border-top: 1px solid #2c2c2e
}
.footer-mid span {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	font-size: 14px;
	line-height: 60px;
	color: #7c7c7c
}
.footer-mid span a {
	display: block;
	line-height: 60px;
	color: #7c7c7c;
	font-size: 14px
}
.footer-bottom {
	border-top: 1px solid #2c2c2c;
	height: 56px;
	line-height: 56px;
	font-size: 12px;
	color: #7c7c7c
}



@charset "utf-8";
/* CSS Document 1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111*/

 /* 容器固定宽度900px并居中 */
       /* 主容器固定宽度900px并居中 */
        
        
        /* 主容器固定宽度900px并居中 */
       
        /* 导航菜单容器 */
        .nav-containeraa {
            overflow: hidden;
			width: 900px;           
            background-color: #fff;
            padding: 20px;            
        }
        
        /* 导航列 - 使用浮动布局 */
        .nav-columnaa {
            float: left;
            width: 20%;
        }
        
        /* 导航项样式 */
        .nav-itemaa {
            margin-bottom: 20px;
        }
        
        /* 导航标题 */
        .nav-itemaa dt {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
            line-height: 1.4;
        }
        
        /* 导航列表 */
        .nav-itemaa dd {
            margin-bottom: 10px;
			margin-left:10px;
        }
        
        .nav-itemaa a {
            color: #666;
            text-decoration: none;
            font-size: 14px;
            display: inline-block;
            transition: color 0.2s;
        }
        
        .nav-itemaa a:hover {
            color: #3498db;
            text-decoration: none;
        }
        
        /* NEW标签样式 */
        .new-tagaa {
            background-color: #e74c3c;
            color: white;
            font-size: 11px;
            padding: 2px 5px;
            border-radius: 3px;
            margin-left: 5px;
            vertical-align: middle;
            display: inline-block;
        }




.web_ycbox {
	width:1110px;
	margin-top: 0px;
	background: #ffffff;
}
.web_zcbox {
	float: left;
	width: 916px;
	background: #ffffff;
    border-radius: 12px;
	position: relative;
}
.web_agh {
	width: 130px;
	height: 392px;
	background: #ffffff;
	border-radius: 12px;
	padding-top: 8px;
}
.web_aghdh {
	width: 126px;
	margin: auto;
}
.web_aghdh li a {
	display: block;
	width: 126px;
	height: 40px;
	margin-top: 7px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	box-sizing: border-box;
}
.web_aghdh li.current a {
	width: 126px;
	height: 41px;
	background: #f2f2f2;
	/*border-radius: 100px;*/
	color: #0082ff;
	box-sizing: border-box
}
.web_aghax {
	width: 750px;
	height: 100%;
	background: #ffffff;
	/*border-radius: 12px;*/
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
	position: absolute;
	left: 166px;
	top: 0px;
	z-index: 8;
}
.web_aghgr {
	width: 640px;
	margin: auto;
	position: relative;
	height: 415px;
}
.web_aghgr dl {
	width: 640px;
	margin-top: 18px;
}
.web_aghgr dl dt {
	font-weight: bold;
}
.web_aghgr dl dd {
	line-height: 32px;
	margin-top: 5px;
}
.web_aghgr dl dd a {
	display: inline-block;
	position: relative;
}
.web_aghgr dl dd span {
	display: inline-block;
	color: #e7e7e7;
	margin: 0px 20px 0px 20px;
}
.web_aghgr dl dd em {
	display: inline-block;
	position: absolute;
	top: 0px;
}
.web_aghgr dl dd em.icon1 {
	width: 22px;
	height: 12px;
	display: inline-block;
	background: url(../images/hot.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.web_aghgr dl dd em.icon2 {
	width: 22px;
	height: 12px;
	display: inline-block;
	background: url(../images/new.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.web_ctui {
	width: 640px;
	position: absolute;
	left: 0px;
	bottom: -10px;
}
.web_ctuitit {
	font-weight: bold;
	color: #333333;
}
.web_aghlb {
	width: 640px;
}
.web_aghlb li {
	float: left;
	width: 300px;
	margin-top: 15px;
	margin-left: 40px;
}
.web_aghlb li:nth-child(2n+1) {
	margin-left: 0px;
}
.web_aghlb li span a img {
	display: block;
	width: 80px;
	height: 52px;
	border-radius: 3px;
	float: left;
}
.web_aghlb li .web_aghyoub {
	float: right;
	width: 205px;
	margin-top: 5px;
}
.web_aghlb li .web_aghyoub h2 a {
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	font-size: 14px;
}
.web_aghlb li .web_aghyoub p {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	color: #c3c3c3;
	margin-top: 10px;
	font-size: 12px;
}
.web_aghlb li .web_aghyoub p b {
	display: block;
	width: 11px;
	height: 11px;
	background: url(../images/bg1.png) no-repeat -300px -65px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/new/bg1-2x.png) 2x) no-repeat -300px -65px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/new/bg1-2x.png) 2x) no-repeat -300px -65px;
	float: left;
	margin: 3px 5px 0px 0px;
}
.web_huand {
	width: 100%;
	float: left;
	margin-left: 0px;
	margin-top:60px;
/*	margin-bottom:20px;*/
}
.web_banner {
	width: 100%;
	height: 400px;
	/*border-radius: 12px;*/
}
.web_banner img {
	width: 100%;
	min-height: 400px;   
	transition: transform 0.5s;
}
.web_banner li:hover img {
	transform: scale(1.1);
	transition: transform 0.5s;
}
.web_banner .swiper-pagination {
	width: 1400px;
	left: initial;
	right: 18px;
	bottom: 27px;
}
.web_banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fafafa;
	opacity: 0.3;
	border-radius: 100px;
}
.web_banner .swiper-pagination-bullet-active {
	background: #0082ff;
	width: 26px;
	height: 12px;
	opacity: 1;
}
.web_ycdl {
	float: right;
	width: 190px;
	height: 400px;
	background: #ffffff;
	border-radius: 12px;
}
.web_ycdltit {
	width: 190px;
	height: 141px;
	border-bottom: 1px solid #eeeeee;
}
.web_ychytx {
	width: 150px;
	margin: auto;
}
.web_ychytx span a img {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: block;
	margin-top: 20px;
	filter: grayscale(100%);
}
.web_ychytx dl {
	float: right;
	width: 96px;
	margin-top: 33px;
}
.web_ychytx dl dt {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	color: #999999;
}
.web_login {
	width: 150px;
	margin: auto;
	margin-top: 25px;
}
.web_login a.bg1 {
	float: left;
	display: block;
	width: 70px;
	height: 34px;
	background: #0082ff;
	line-height: 34px;
	overflow: hidden;
	text-align: center;
	border-radius: 100px;
	color: #ffffff;
	text-decoration: none;
}
.web_login a.bg2 {
	width: 70px;
	height: 34px;
	float: right;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	background: #fafafa;
	line-height: 34px;
	overflow: hidden;
	text-align: center;
	border-radius: 100px;
	text-decoration: none;
	color: #666666;
}
.web_login a.bg3 {
	width: 70px;
	height: 34px;
	float: right;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	background: #F11716;
	line-height: 33px;
	overflow: hidden;
	text-align: center;
	border-radius: 100px;
	text-decoration: none;
	color: #ffffff;
}
.web_tout {
	width: 150px;
	margin: auto;
	padding-top: 7px;
}
.web_tout p.cont1 {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
}
.web_tout p.cont1 span {
	color: #333333;
}
.web_tout p.cont1 a {
	display: inline-block;
	width: 31px;
	height: 16px;
	background: #ff583d;
	border-radius: 2px;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
}
.web_tout p.cont2 {
	height: 41px;
	line-height: 22px;
	overflow: hidden;
}
.web_tout p.cont2 a {
	color: #b6b6b6;
	text-decoration: none;
}
.web_tout p.cont2 a:hover {
	color: #0082ff;
	text-decoration: underline;
}
.web_tout p.cont3 {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.web_tout p.cont3 a {
	color: #b6b6b6;
	text-decoration: none;
}
.web_tout p.cont3 a:hover {
	color: #0082ff;
	text-decoration: underline;
}
.web_tout p {
	margin-top: 17px;
}
.web_tout p.cont2 span {
	display: block;
	float: left;
}
.web_tout p.cont2 em {
	display: block;
	float: right;
	width: 108px;
}
.web_tout p.cont2 em i {
	font-style: normal;
	display: block;
	overflow: hidden;
}
.web_hdxm {
	width: 1430px;
	margin-top: 20px;
}
.web_wxgzh {
	float: right;
	width: 190px;
	height: 100px;
	background: #fff;
	border-radius: 12px;
	position: relative;
}
.web_wxmenu {
	width: 190px;
}
.web_wxmenu li {
	float: left;
	width: 70px;
	margin-top: 20px;
	margin-left: 20px;
}
.web_wxmenu li a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
.web_wxmenu li a b {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/bg1.png) no-repeat;
	background: image-set(url(../images/bg1.png) 1x, url(../images/new/bg1-2x.png) 2x) no-repeat;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/new/bg1-2x.png) 2x) no-repeat;
}
.web_wxmenu li a b.icon1 {
	background-position: 0px -60px;
}
.web_wxmenu li a b.icon2 {
	background-position: -40px -60px;
}
.web_wxmenu li a h2 {
	font-size: 12px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 5px;
}
.web_wxmenu li span {
	display: block;
	width: 100px;
	background: #ffffff;
	position: absolute;
	z-index: 100;
	top: 74px;
	left: 0px;
	border: 1px solid #eeeeee;
	border-radius: 6px;
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.05);
	padding-bottom: 5px;
}
.web_wxmenu li span img {
	width: 100px;
	height: 100px;
	border-radius: 6px 6px 0px 0px;
}
.web_wxmenu li span p {
	text-align: center;
	margin-top: 2px;
	font-size: 12px;
}
.web_jrtj {
	width: 1430px;
	margin-top: 40px;
}
.webjrtit h2 {
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
.webjrtit a {
	display: block;
	width: 78px;
	height: 32px;
	background: #f0f1f4;
	float: right;
	border-radius: 100px;
	text-align: center;
	line-height: 32px;
	overflow: hidden;
	color: #999999;
	text-decoration: none;
}
.webjrtit a:hover {
	background: #0082ff;
	color: #ffffff;
}
.web_lbkc {
	width: 1430px;
}
.web_lbkc li {
	float: left;
	width: 270px;
	height: 270px;
	border-radius: 6px;
	background: #ffffff;
	margin: 30px 0px 0px 20px;
}
.web_lbkc li:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
}
.web_lbkc li:nth-child(5n+1) {
	margin-left: 0px;
}
.web_lbkc li span a {
	display: block;
	width: 270px;
	height: 152px;
	overflow: hidden;
	border-radius: 6px 6px 0px 0px;
}
.web_lbkc li span a img {
	width: 270px;
	height: 152px;
	border-radius: 6px 6px 0px 0px;
	transition: all 0.2s;
}
.web_lbkc li span a:hover img {
	transform: scale(1.1);
}
.web_lbkc li dl {
	width: 188px;
	margin: auto;
}
.web_lbkc li dl dt {
	margin-top: 18px;
	height: 45px;
	overflow: hidden;
	line-height: 25px;
}
.web_lbkc li dl dt i {
	display: block;
	float: left;
	width: 28px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	text-align: center;
	font-style: normal;
	font-size: 11px;
	color: #ffffff;
	margin-right: 10px;
	margin-top: 3px;
	border-radius: 2px;
	padding: 2px 4px;
}
.web_lbkc li dl dt i.bg1 {
	background: #E0E8FC;
	color: #298AFD;
}
.web_lbkc li dl dt i.bg2 {
	background: #FCE7E0;
	color: #FD4029;
}
.web_lbkc li dl dt i.bg3 {
	background: #FCF3E0;
	color: #FB6401;
}
.web_lbkc li dl dd {
	margin-top: 15px;
}
.web_lbkc li dl dd p {
	float: left;
	width: 110px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	font-size: 12px;
	color: #b7b7b7;
}
.web_lbkc li dl dd em a {
	display: block;
	float: right;
	font-size: 12px;
	color: #b7b7b7;
	text-decoration: none;
}
.web_lbkc li dl dd em a b {
	display: block;
	width: 11px;
	height: 11px;
	background: url(../images/bg1.png) no-repeat -80px -65px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/new/bg1-2x.png) 2x) no-repeat -80px -65px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/new/bg1-2x.png) 2x) no-repeat -80px -65px;
	float: left;
	margin: 3px 5px 0px 0px;
}
.webshimenu {
	float: left;
	margin-left: 10px;
}
.webshimenu li {
	float: left;
	height: 32px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	line-height: 32px;
	border-radius: 100px;
	padding: 0px 18px;
	color: #999999;
	cursor: pointer;
	margin-left: 10px;
}
.webshimenu li.current {
	background: #0082ff;
	color: #ffffff;
	border: 1px solid #0082ff;
}
.web_xzkj {
	width: 1200px;
	margin-top: 40px;
}
.web_xzkjzb {
	float: left;
	width: 955px;
}
.web_xzmenu {
	float: left;
	margin-left: 10px;
}
.web_xzmenu li {
	float: left;
	margin-left: 20px;
}
.web_xzmenu li a {
	display: block;
	border: none;
	background: none;
	color: #999999;
	height: 32px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	padding: 0px 18px;
	width: auto;
}
.web_xzmenu li.current a {
	border: 1px solid #0082ff;
	background: #0082ff;
	color: #ffffff;
}
.web_xzmenu li a:hover {
	border: 1px solid #0082ff;
}
.xiazaiyoub {
	float: right;
	width: 224px;
}
.xiazaiday {
	width: 224px;
	height: 423px;
	background: #ffffff;
	margin-top: 30px;
	border-radius: 12px;
	overflow: hidden;
}
.xiazaiaoc {
	width: 195px;
	margin: auto;
}
.xiazaiaoc li {
	width: 195px;
	margin-top: 24px;
}
.xiazaiaoc li span {
	display: block;
	float: left;
	width: 25px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 20px;
	color: #d7d9e1;
}
.xiazaiaoc li span.bg1 {
	color: #e62021;
}
.xiazaiaoc li span.bg2 {
	color: #f09324;
}
.xiazaiaoc li span.bg3 {
	color: #fbd978;
}
.xiazaiaoc li a {
	display: block;
	float: left;
	width: 101px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-left: 5px;
}
.xiazaiaoc li a b {
	display: block;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin: 0px 5px 0px 0px;
}
.xiazaiaoc li a b img {
	max-width: 25px;
	max-height: 25px;
}
.xiazaiaoc li em {
	display: block;
	float: right;
	width: 64px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 12px;
	color: #b7b7b7;
	text-align: right;
}
/**技术文章**/
.webxzph {
	width: 1200px;
	margin-top: 40px;
}
.xzphzb {
	float: left;
	width: 955px;
}
.web_xzyoub {
	width: 955px;
	height: 423px;
	background: #ffffff;
	border-radius: 12px;
	margin-top: 30px;
}
.xiazailb {
	width: 900px;
	margin: auto;
}
.xiazailb li {
	float: left;
	width: 435px;
	margin: 30px 0px 0px 30px;
}
.xiazailb li:nth-child(2n+1) {
	margin-left: 0px;
}
.xiazailb li span a {
	display: block;
	float: left;
	width: 68px;
	height: 68px;
	overflow: hidden;
	border-radius: 3px;
}
.xiazailb li span a img {
	height: 68px;
	border-radius: 3px;
	transition: all 0.2s;
}
.xiazailb li span a:hover img {
	transform: scale(1.1);
}
.xiazailb li dl {
	float: right;
	width: 345px;
	margin-top: 6px;
}
.xiazailb li dl dt a {
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.xiazailb li dl dd {
	margin-top: 15px;
}
.xiazailb li dl dd em {
	display: block;
}
.xiazailb li dl dd em.name1 {
	float: left;
	max-width: 175px;
	height: 22px;
	overflow: hidden;
}
.xiazailb li dl dd em.name1 a {
	display: block;
	float: left;
	height: 22px;
	background: #fef6f6;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 22px;
	overflow: hidden;
	border-radius: 3px;
	padding: 0px 5px;
	margin-left: 10px;
}
.xiazailb li dl dd em.name1 a:first-child {
	margin-left: 0px;
}
.xiazailb li dl dd em.name1 a:hover {
	background: #0082ff;
	color: #ffffff;
}
.xiazailb li dl dd em.name2 {
	float: left;
	max-width: 90px;
	height: 22px;
	overflow: hidden;
	font-size: 12px;
	color: #c3c3c3;
	line-height: 22px;
	margin-left: 20px;
}
.xiazailb li dl dd em.name2 b {
	display: block;
	float: left;
	width: 18px;
	height: 12px;
	background: url(../images/bg1.png) no-repeat -170px -65px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/new/bg1-2x.png) 2x) no-repeat -170px -65px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/new/bg1-2x.png) 2x) no-repeat -170px -65px;
	margin: 6px 5px 0px 0px;
}
.xiazailb li dl dd em.name3 {
	float: right;
	width: 40px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	font-size: 12px;
	color: #c5c5c5;
	text-align: right;
}
.webxzphyb {
	float: right;
	width: 224px;
}
.webwenz {
	width: 450px;
	height: 400px;
	background: #ffffff;
	border-radius: 12px;
	margin-top: 34px;
	overflow: hidden;
}
.webwenzzb {
	width: 415px;
	margin: auto;
}
.webwenzzb li {
	width: 415px;
	margin-top: 18px;
}
.webwenzzb li a {
	display: block;
}
.webwenzzb li a span {
	display: block;
	float: left;
	width: 80px;
	height: 60px;
	border-radius: 3px;
	overflow: hidden;
}
.webwenzzb li a span img {
	height: 80px;
	transition: all 0.2s;
}
.webwenzzb li a span img:hover {
	transform: scale(1.1);
}
.webwenzzb li a dl {
	float: right;
	width: 310px;
}
.webwenzzb li a dl dt {
	height: 39px;
	line-height: 18px;
	overflow: hidden;
}
.webwenzzb li a dl dd {
	height: 21px;
	background: #fef6f6;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 21px;
	overflow: hidden;
	border-radius: 3px;
	padding: 0px 5px;
	float: left;
	max-width: 90px;
}
.webwenzzb li a dl dd b {
	display: block;
	float: left;
	width: 9px;
	height: 11px;
	background: url(../images/bg1.png) no-repeat -200px -65px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/new/bg1-2x.png) 2x) no-repeat -200px -65px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/new/bg1-2x.png) 2x) no-repeat -200px -65px;
	margin: 5px 5px 0px 0px;
}
.webask {
	width: 1200px;
	margin-top: 10px;
}
.webasklb {
	width: 1200px;
	margin-bottom: 30px;
}
.webasklb li {
	float: left;
	width: 386px;
	height: 105px;
	background: #ffffff;
	border-radius: 12px;
	margin: 30px 0px 0px 21px;
}
.webasklb li:nth-child(3n+1) {
	margin-left: 0px;
}
.webasklb li:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
}
.webasklb li dl {
	width: 327px;
	margin: auto;
}
.webasklb li dl dt {
	margin-top: 23px;
}
.webasklb li dl dt a {
	display: block;
	float: left;
	max-width: 285px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.webasklb li dl dt em {
	display: block;
	float: left;
	width: 33px;
	height: 22px;
	box-sizing: border-box;
	border: 1px solid #0082ff;
	border-radius: 3px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #0082ff;
	margin-left: 5px;
}
.webasklb li dl dd {
	margin-top: 15px;
}
.webasklb li dl dd span {
	display: block;
	float: left;
	width: 175px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	color: #999999;
}
.webasklb li dl dd em {
	display: block;
	float: right;
}
.webasklb li dl dd em i {
	display: block;
	float: left;
	margin-left: 20px;
	font-size: 12px;
	color: #c3c3c3;
	font-style: normal;
}
.webasklb li dl dd em i b {
	display: block;
	margin: 3px 5px 0px 0px;
	float: left;
}
.webasklb li dl dd em i b.icon1 {
	background: url(../images/bg1.png) no-repeat -250px -65px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/new/bg1-2x.png) 2x) no-repeat -250px -65px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/new/bg1-2x.png) 2x) no-repeat -250px -65px;
	width: 18px;
	height: 12px;
}
.webasklb li dl dd em i b.icon2 {
	background: url(../images/bg1.png) no-repeat -275px -65px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/new/bg1-2x.png) 2x) no-repeat -275px -65px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/new/bg1-2x.png) 2x) no-repeat -275px -65px;
	width: 12px;
	height: 12px;
}
.webasklb li dl dd em i h3 {
	display: block;
	float: left;
	max-width: 35px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
.webjrtit p {
	float: left;
	margin-top: 3px;
	color: #333333;
	margin-left: 5px;
}
.webjrtit h2.size {
	font-size: 18px;
}
.course_live_back {
	position: absolute;
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #727274;
	color: #fff;
	border-top-left-radius: 6px;
	font-size: 12px;
	z-index: 99999;
}
.course_live {
	position: absolute;
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #F85867;
	color: #fff;
	border-top-left-radius: 6px;
	font-size: 12px;
	z-index: 99999;
}
.course_live img {
	vertical-align: middle;
}
.webzsff {
	margin-left: -39px;
}
.web_donw {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}
.web_xs .new_icon {
	width: 22px;
	height: 12px;
	display: inline-block;
	background: url(../images/new.png) no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
	top: -7px;
	right: -2px;
}
.web-index {
	background-color: #f3f5f7;
}
.webzsff {
	width: 1280px;
	margin-top: 5px;
}
.zsff_banner {
	width: 1510px;
	height: 350px;
}
.zsff_banner .swiper-wrapper {
	width: 1430px;
	margin-left: 40px;
}
.zsff_banner .swiper-wrapper .swiper-slide {
	float: left;
}
.zsffont {
	width: 336px;
	height: 300px;
	background: #ffffff;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	float: left;
	position: relative;
	margin: 20px 0px 0px 28.5px;
}
.zsffont:nth-child(5n+1) {
	margin-left: 0px;
}
.zsffont a img {
	width: 336px;
	height: 195px;
	border-radius: 8px 8px 0px 0px;
}
.zsffont dl {
	width: 260px;
	margin: auto;
	margin-top: 20px;
}
.zsffont dl dt {
	line-height: 22px;
	overflow: hidden;
	height: 40px;
}
.zsffont dl dt span {
	display: block;
	height: 20px;
	background: #FCE7E0;
	padding: 0px 5px;
	border-radius: 2px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin: 0px 5px 0px 0px;
}
.zsffont dl dt span.bg1 {
	background: #E0E8FC;
	color: #298AFD;
}
.zsffont dl dt span.bg2 {
	background: #FCE7E0;
	color: #FD4029;
}
.zsffont dl dt span.bg3 {
	background: #FCF3E0;
	color: #FB6401;
}
.zsffont dl dd.cont1 {
	margin-top: 12px;
}
.zsffont dl dd.cont1 p {
	float: left;
	width: 100px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	font-size: 12px;
	color: #93999F;
}
.zsffont dl dd.cont1 span {
	display: block;
	float: right;
	width: 80px;
	font-size: 12px;
	color: #93999F;
	display: flex;
	justify-content: flex-end;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
.zsffont dl dd.cont1 span a {
	display: block;
	color: #93999F;
	text-decoration: none;
}
.zsffont dl dd.cont1 span a b {
	display: block;
	float: left;
	background: url(../images/bg1.png) no-repeat;
	background: image-set(url(../images/bg1.png) 1x, url(../images/jpk/bg1-2x.png) 2x) no-repeat;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/jpk/bg1-2x.png) 2x) no-repeat;
	width: 11px;
	height: 11px;
	margin: 3px 5px 0px 0px;
}
.zsffont dl dd.cont1 span a b.icon1 {
	background-position: -80px -65px;
}
.zsffont dl dd.cont1 span a b.icon2 {
	background-position: -95px -65px;
}
.zsffont dl dd.cont2 {
	height: 18px;
	border-radius: 3px;
	border: 1px solid #FD4029;
	box-sizing: border-box;
	line-height: 16px;
	overflow: hidden;
	max-width: 187px;
	display: inline-block;
	font-size: 10px;
	color: #FD4029;
	padding: 0px 5px;
	margin-top: 10px;
}
.zsffont dl dd.cont3 {
	height: 20px;
	overflow: hidden;
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 187px;
}
.zsffont dl dd.cont3 span {
	display: block;
}
.zsffont dl dd.cont3 span.left {
	float: left;
}
.zsffont dl dd.cont3 span.left em {
	font-size: 16px;
	color: #FD432C;
	display: block;
	float: left;
	margin-right: 5px;
}
.zsffont dl dd.cont3 span.left i {
	display: block;
	float: left;
	font-size: 12px;
	color: #93999F;
	font-style: normal;
	margin-top: 4px;
	text-decoration: line-through;
}
.zsffont dl dd.cont3 span.right1 {
	float: right;
	width: 60px;
	height: 20px;
}
.zsffont dl dd.cont3 span.right1 em {
	display: block;
	width: 60px;
	height: 20px;
	background: #FCEAC0;
	border-radius: 2px;
	font-size: 12px;
	color: #633B00;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}
.zsffont dl dd.cont3 span.right2 {
	float: right;
}
.zsffont dl dd.cont3 span.right2 em {
	display: block;
	float: left;
	width: 31px;
	height: 20px;
	background: #585858;
	border-radius: 2px 0px 0px 2px;
	color: #FCEAC0;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
}
.zsffont dl dd.cont3 span.right2 i {
	display: block;
	float: left;
	height: 20px;
	background: #FCEAC0;
	border-radius: 0px 2px 2px 0px;
	color: #633B00;
	font-size: 12px;
	padding: 0px 5px;
	font-style: normal;
	line-height: 20px;
}
.zsffont dl dd.cont4 {
	width: 78px;
	height: 25px;
	background: #FD4029;
	border-radius: 0px 8px 0px 6px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	position: absolute;
	right: 0px;
	top: 0px;
}
.zsff_banner .swiper-button-prev {
	width: 32px;
	height: 87px;
	background: url(../images/hhl-bg14.png) no-repeat -260px 0px;
	background: image-set(url(../images/hhl-bg14.png) 1x, url(../images/jpk/hhl-bg14-2x.png) 2x) no-repeat -260px 0px;
	background: -webkit-image-set(url(../images/hhl-bg14.png) 1x, url(../images/jpk/hhl-bg14-2x.png) 2x) no-repeat -260px 0px;
	position: absolute;
	left: 0px;
	top: 115px;
}
.zsff_banner .swiper-button-next {
	width: 32px;
	height: 87px;
	background: url(../images/hhl-bg14.png) no-repeat -295px 0px;
	background: image-set(url(../images/hhl-bg14.png) 1x, url(../images/jpk/hhl-bg14-2x.png) 2x) no-repeat -295px 0px;
	background: -webkit-image-set(url(../images/hhl-bg14.png) 1x, url(../images/jpk/hhl-bg14-2x.png) 2x) no-repeat -295px 0px;
	position: absolute;
	right: 0px;
	top: 115px;
}
.zsff_banner .swiper-button-prev:hover {
	background-position: -330px 0px;
}
.zsff_banner .swiper-button-next:hover {
	background-position: -365px 0px;
}



.containerindex {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .keywords-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 20px;
        }
        
        .keyword-category {
            flex: 1;
            min-width: 280px;
        }
        
        .category-header {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 15px;
            font-size: 18px;
            font-weight: 500;
            color: #1a73e8;
        }
        
        .category-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background-color: #e8f0fe;
            color: #1a73e8;
            font-size: 12px;
        }
        
        .keywords-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        
        .keyword-tag {
            display: inline-block;
            padding: 4px 12px;
            font-size: 14px;
            border-radius: 16px;
            background-color: #f5f5f5;
            color: #555;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        
        .keyword-tag:hover {
            background-color: #e8f0fe;
            color: #1a73e8;
            transform: translateY(-1px);
        }