body {
	background: #f6f7f9;
	/*font-family: 宋体;*/
}

.header {
	width: 100%;
	margin: 0 auto;
	/*height: 120px;*/
	background-color: #FFFFFF;
}

.header .left .font12 {
	font-size: 22px;
	font-weight: bold;
	color: #282828;
	margin-left: 6px;
}

.header .seach {
	width: 660px;
	height: 45px;
	position: relative;
}

/* #seach_value {
	display: block;
	float: left;
	height: 45px;
	background: rgba(33, 93, 162, 0.03);
	border-radius: 5px;
	border: 1px solid #005CA7;
	padding-left: 15px;
	font-size: 14px;
	line-height: 52px;
} */

.header .seach .button {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 55px;
	height: 45px;
	padding-right: 10px;
	cursor: pointer;
	/*background: url('../images/icon/b_seach.png') no-repeat center;*/
	background: #215DA2;
	border: none;
	border-radius: 0 5px 5px 0;
}

.header .code .flex-column-center {
	margin-left: 38px;
}

.header .code img {
	width: 80px;
	height: 80px;
	border-radius: 2px;
}

.header .code p {
	padding: 0 5px;
}

.tab {
	/*height: 80px;*/
	background-color: #FFFFFF;
}

.tab ul {
	/*width: 1480px;*/
	/*margin: 0 auto;*/
}

.tab ul>li {
	padding: 0 17px;
	/*height: 80px;*/
	margin-right: 33px;
	line-height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	position: relative;
	font-weight: bold;
	color: #3E3E3E;
}

.tab>ul>li:hover {
	/*color: #215DA2;*/
}

.tab ul li i {
	display: block;
	width: 25px;
	height: 25px;
	transition: transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	background: url(../images/index/icon.png) no-repeat;
	background-position: -100px 0;
}

.tab>ul>li:hover i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.tab ul li span {
	font-size: 16px;

}

.tab >ul >li.focus {
	height: 36px;
	line-height: 40px;
	padding: 0 17px;
	background: #215DA2;
	font-weight: bold;
	position: relative;
	color: #FFFFFF;
	border-radius: 20px;
}

/*.tab >ul >li.focus::before {*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	content: '';*/
/*	height: 4px;*/
/*	background-color: #215DA2;*/
/*}*/

.tab >ul >li >ol {
	display: none;
	background-color: #FFFFFF;
	color: #333333;
	position: absolute;
	text-align: center;
	top: 80px;
	box-shadow: 0px 1px 15px 5px rgba(67, 95, 127, 0.15);
	left: 50%;
	transform: translate(-50%, 0);
	width: 160px;
	z-index: 997;
}

.tab >ul >li ol >li:hover {
	color:#FF6D00;
/* 	background-color: #005CA7; */
}
.tab >ul >li >ol >li.foucs{
	color:#FF6D00;
}
.region-warp {
	/*width: 1650px;*/
	/*margin: 0 auto 25px auto;*/
	/*height: 140px;*/
	/*background: #FFFFFF;*/
	/*border-radius: 5px;*/

}

.item-time {
	font-size: 18px;
	color: #979797;
}

.regio {
	width: 1480px;
	padding: 30px 0;
	margin: 0 auto;
	flex-wrap: warp;
}

.regio .regio-item {
	display: flex;
}

.ggk-item1 {
	width: 100%;
}

.zbz {
	color: #D54242;
}

.ggk-item .ggk-text {
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ggk-item>div {
	width: 70%;
}

.bulletin-board a {
	font-size: 18px;
}

.regio li:nth-last-child(1) {
	margin-right: 0px;
}

.regio li:nth-last-child(1) span {
	margin-right: 0px;
}

.regio li span {
	line-height: 30px;
	display: inline-block;
	font-size: 24px;
	text-align: center;
	padding: 6px 22px;
	border-radius: 5px;
}

.regio li.foucs span {
	background-color: #215DA2;
	color: #FFFFFF;
}

/*.region-warp .site-list {*/
	/*background: #FFFFFF;*/
	/*width: 100%;*/
	/*border-radius: 4px;*/
	/*height: 60px;*/
	/*line-height: 60px;*/
	/*padding: 0 20px;*/
/*}*/

/*.region-warp .site-list li {*/
	/*margin-right: 80px;*/
/*}*/

.region-warp .site-list li.focus {
	line-height: 40px;
	padding: 0 17px;
	background: #215DA2;
	font-weight: bold;
	position: relative;
	color: #FFFFFF;
	border-radius: 20px;
}

.site {
	width: 1480px;
	margin: 25px auto 25px auto;
	color: #666666;
	font-size: 18px;
}


.centent1 {
	width: 1650px;
	align-items: flex-start;
	margin-bottom: 60px;
	margin-top: 30px;
}

.centent1 .left {
	width: 1247px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	padding-bottom:142px;
	border-radius: 7px;
	position: relative;
	background-color: #FFFFFF;
	font-weight: 400;
	color: #2D2D2D;
}
.centent1 .left .list {
	padding: 30px 30px 0 30px;
}
.centent1 .left .list > i {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #CACACA;
	margin-top: -10px;
	position: absolute;
	left: 0px;
	top: 20px;
}

.centent1 .left .list li a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}

.centent1 .left .list li a>span {
	color: #979797;
	height: 27px;
	line-height: 27px;
	font-size: 16px;
}

.centent1 .left .list p {
	width: 850px;
	height: 27px;
	font-size: 18px;
	line-height: 27px;
	padding-left: 10px;
	color: #454545;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.centent1 .left .list li:hover a p{
	color:#2567B3;
}
.centent1 .left .zls-list li:hover a p{
	color:#2567b3;
}
.centent1 .left .list .xyd{
	width: 7px;
	height: 7px;
	background: #cdcdcd;
	border-radius: 50%;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}
.centent1 .left .list li:hover a p>span{
	background: #2567b3;
}

.centent1 .right {
	width: 377px;
	border-radius: 7px;
}
.centent1 .right .list{
	width: 100%;
	padding: 0 20px;
}
.centent1 .right .list img{
	width: 100%;
	height: auto;
}
.centent1 .right .top span {
	font-weight: 400;
}

.centent1 .right .top {
	/*border-bottom: 1px solid #e4e4e4;*/
	/*padding-bottom: 10px;*/
	/*margin-bottom: 10px;*/
}
.centent1 .right .list >a{
	width: 100%;
	min-height: 10px;
	display: block;
}
.centent1 .right .list >a >img {
	width: 100%;
	height: auto;
}

.centent1 .right .list ul li img {
	width: 136px;
	height: 77px;
	border-radius: 3px;
	/*border: 1px solid transparent;*/
}

.centent1 .right .list ul li:hover img {
	outline: 1px solid #215DA2;
}

.centent1 .right .list ul {
	width: 100%;
}

.centent1 .right .list ul li {
	/*height: 70px;*/
	/*margin-top: 18px;*/
	/*margin-bottom: 40px;*/
}
.centent1 .right .list ul li:first-child{
	margin-top: 0!important;
}
.centent1 .right .list ul li:nth-last-child(1) {
	margin-bottom: 20px!important;
}

.centent1 .right .list ul li .go {
	width: 68px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border: 1px solid #FAD0BD;
	font-size: 14px;
	font-weight: bold;
	color: #FF381F;
	align-self: flex-end;
	background: #FDECE4;
	border-radius: 12px;
}

.centent1 .right .list ul li .right1 {
	height: 70px;
	margin-left: 10px;
}

.centent1 .right .list ul li .right1 .title {
	width: 190px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.centent1 .right .list ul li:hover .right1 .title {
	color: #215DA2;
}

.centent1 .right .list ul li .go {
	/*width: 70px;*/
	/*height: 22px;*/
	/*background: #215DA2;*/
	/*border-radius: 2px;*/
	/*text-align: center;*/
	/*font-size: 12px;*/
	/*line-height: 22px;*/
}

.centent1 .right .v {
	width: 100%;
	margin-top: 22px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 100px;
}

.centent1 .right .v .top {
	width: 100%;
	align-items: flex-end;
}

.centent1 .right .v .gzh {
	width: 100%;
	padding: 10px 0 15px 0;
}

.centent1 .right .v .gzh .title {
	height: 35px;
	line-height: 35px;
}

.centent1 .right .v .gzh .text {
	height: 35px;
	line-height: 20px;
}

.centent1 .right .v .btn {
	width: 70px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #215DA2;
	color: white;
	font-size: 14px;
	border-radius: 3px;
}

.centent1 .right .v .wb {
	width: 100%;
	margin-top: 17px;
	text-align: center;
}

.centent1 .right .v .wb .midde {
	margin-left: 8px;
	margin-right: 50px;
}

.top-wrap {
	background-color: #FFFFFF;
	padding: 20px 0;
	border-radius: 7px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
}
.top-wrap .top h3{
	padding: 0 20px;
}
.gg-left {
	width: 1247px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	/*padding: 24px 40px;*/
	padding: 80px 51px 30px 58px;
	background-color: #FFFFFF;
	border-radius: 7px;
	position: relative;
}

.fixed-left{
    position: absolute;
    top: 5%;
    left: -8%;
}
.look i{
    background-image: url('../images/new_index/look.png');
}
.course i{
    background-image: url('../images/new_index/course.png');
}
.book i{
    background-image: url('../images/new_index/book.png');
}
.collection i{
    background-image: url('../images/new_index/collection.png');
}
.use-collection{
    background-image: url('../images/new_index/use_conection.png') !important;
}
.look,.course,.book,.collection{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.look i,.course i,.book i,.collection i{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 36px;
    height: 36px;
}
.fixed-left span{
    font-weight: 500;
    font-size: 13px;
    color: #777777;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/* .gg-left .gg-list{
	width: 1247px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);

	padding: 80px 51px 30px 55px;
	background-color: #FFFFFF;
	border-radius: 7px;
} */



.bsTop {
	width: 208px !important;
}

.bsFrameDiv {
	width: 208px;
	height: 208px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab1 {
	width: 100%;
	height: 239px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.tab1 .swiper-container {
	width: 1480px !important;
	height: 239px !important;
	padding: 60px 0;
}


.tab1 .swiper-container .swiper-slide {
	text-align: center;
	font-size: 18px;
	height: calc((100% - 40px) / 2);
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-pagination-bullet{
	width: 7px !important;
	height: 6px !important;
	background: #b1b1b1 !important;
	border-radius: 8px !important;
	opacity: 1!important;
}
.swiper-pagination-bullet-active{
	width: 17px !important;
	height: 6px !important;
	background: #2567B3 !important;
	border-radius: 8px !important;
}

.hylx-left .list{
	width: 1110px;
	background-color: #FFFFFF;
	border-radius: 2px;
	padding: 30px;
}
.hylx-left .list:nth-child(n + 2){
	margin-top: 30px;
}
.hylx-left .list .title-left{
	position: relative;
	padding-left: 20px;
	font-size: 26px;
	color: #215DA2FF;
	font-weight: bold;
}
.hylx-left .list .list-title{
	margin-bottom: 40px;
}
.hylx-left .list .title-left::before{
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translate(0,-50%);
	content: '';
	width: 4px;
	height: 20px;
	background-color: #215DA2;
}

.hylx-left .list ul {
	width: 100%;
	padding-left: 20px;
}
.hylx-left .list ul li{
	position: relative;
}
.hylx-left .list ul li a span{
	height: 30px;
	line-height: 30px;
	margin-bottom: 35px;
	font-size: 18px;
	position: relative;
}
.hylx-left .list ul li::before{
	position: absolute;
	left: -10px;
	top: 25%;
	transform: translate(0,-50%);
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #000000;
}

.hylx-left .list ul li a .title{
	width: 750px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zls-list{
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 10px;
	padding: 30px 0;
	margin: 0 30px;
} 
.zls-list li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
} 
.zls-list li:nth-last-child(1){
	margin-bottom: 0;
}
.zls-list li p{
	width: 800px;
	height: 27px;
	font-size: 20px;
	line-height: 27px;
	margin-left: 10px;
	color: #454545;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
/*.zls-list li:hover a p{color:#215DA2;}*/
.zls-list li >span {
    color: #979797;
    height: 27px;
    line-height: 27px;
    font-size: 20px;
}

.centent1 .gg-left .is-vip{
	background: url(../images/indexv3/162.png) no-repeat  left top;
	padding:40px 10px 0 10px;
	width: 100%;
	/*height: 184px;*/
	background-size: 100% auto;
	margin-top: 50px;
}
.centent1 .gg-left .is-vip .tips{
	font-size: 18px;
	color: #FFFFFF;
	align-content: center;
	margin: 30px 0 64px 300px;
}

.centent1 .is-vip .bchy{
	margin-top: 20px;
	font-size: 27px;
	font-weight: bold;
	margin-left: 300px;
	color: #FFFFFF;
	background: linear-gradient(-10deg, #FFDFA8 0%, #FFF4AB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.centent1 .re:hover{
	background: #ffe2b1!important;
}
.centent1 .lo:hover{
	background: #2283ff!important;
}
.centent1 .vipm:hover{
	background: #ffe2b1!important;

}

.centent1 .gg-left .is-vip .btn{
	font-size: 16px;
	background-color: #FFD999;
	color: #F51818;
	width: 116px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 23px;
}
.centent1 .gg-left .is-vip .btn1{
	background-color: #0673FF;
	color: #FFFFFF;
	margin-left: 30px;
	cursor: pointer;
}
.centent1 .gg-left .vip1{
	width: 100%;
	background-color: #f5f5f5;
	height: 123px;
	padding: 12px 0;
	margin-top: 40px;
	text-align: center;
}
.centent1 .gg-left .vip1 .download{
	font-size: 12px;
	border-radius: 5px;
	background-color: red;
	color: #f0f1f2;
	padding: 10px 25px;
	vertical-align: middle;
	cursor:pointer;
}
.subheading{
	margin-bottom: 20px;
	padding: 20px;
	border-bottom: 1px solid #EFEFEF;
}
.content-text >p >img{
	max-width: 100%;
}
.hylx-left{
	position: relative;
	padding-bottom: 110px;
}
.hylx-left a:hover .title{
	color: #215DA2;
}

.fy{
	border-top: 1px solid #EFEFEF;
	margin-top: 40px;
	padding-top: 40px;
}
.fy >a{
	display: block;
	margin-bottom: 40px;
	font-size: 16px;
	/*font-family: 宋体;*/
}
.fy >a >span{
	color: #2567B3;
	padding-right: 10px;
	font-size: 16px;
	/*font-family: 宋体;*/
}
.fy >a:hover{
	color: #2567B3;
}
.content-text *{
	/*font-family: 宋体;*/
}

/*表格加边框*/
.content-text table{
	width: 100%!important;
	border:1px solid #000;
	border-collapse: collapse;
}
.content-text table tr{
	border:1px solid #000;
	text-align: center;
}
.content-text table td{
	border:1px solid #000;
	text-align: center;
}
.content-text table th{
	border:1px solid #000;
	text-align: center;
}
.region-warp .site-list{
	/*height: 50px;*/
	/*padding-top: 55px;*/
	width: 100%;
	border-radius: 4px;
	padding: 0 0 0 9px;
	flex-wrap: wrap;
	/*height: 140px;*/
}
.region-warp .site-list li{
	margin-right: 20px;
	line-height: 40px;
	padding: 0 17px;
	background: #FBFBFB;
	/*font-weight: bold;*/
	position: relative;
	color: #090909;
	border-radius: 20px;
	margin-bottom: 20px;
}
.region-warp span:hover{
	/*font-weight: bold;*/
	/*color: #215DA2;*/
	cursor: pointer;
}
.swiper-wrapper .foucs{color: #215DA2;font-weight: bold}

.content-text p span{
	white-space:unset!important;
}
.content-text p a img{
	max-width: 100%;
}
.region-warp .site-list li:hover {
	background-color: #215DA2;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold
}

table ,tbody{
	max-width: 1200px!important;
	overflow:hidden;
	width: 100%; table-layout: fixed; word-break: break-all;
}


.header-new .tab-new1{padding-top: 6px;}
.header-new .tab-new1 .fldh{
	font-size: 15px;
	font-weight: 400;
	color: #888888;
	margin-right: 30px;
}
.header-new .tab-new1 li{
	padding: 0 20px;
	font-size: 18px;
	/*font-weight: bold;*/
	color: #3A3A3A;
	margin-right: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;

}
.header-new .tab-new1 li:hover{
	cursor: pointer;
}
.header-new .tab-new1 li.focus{
	padding: 0 20px;
	height: 36px;
	background: #2567B3;
	line-height: 36px;
	text-align: center;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
}

.shade .opacity{
	width: 107%;
	height: 82px;
	background: #F6F7F9;
	margin-top: -300px;
	margin-left: -40px;
	opacity: 0.8;
	background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255, 255, 255, 0));
}
.shade .text{
	width: 107%;
	height: 66px;
	background: #fff;
	margin-left: -40px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shade .text span{
	margin-top: 20px;
	cursor: pointer;
	height: 28px;
	font-weight: bold;
	font-size: 20px;
	color: #0065FF;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.shade .benefits{
	width: 100%;
	position: relative;
	border-radius: 10px;
	cursor: pointer;
	background: #fff;
}

.shade .benefits .vip-top{
	margin: 33px auto 0px auto;
    width: 837px;
    height: 62px;
    background: linear-gradient(90deg, #4F4F53 0%, #323334 100%);
    font-weight: 500;
    font-size: 20px;
    color: #FBC19F;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border-radius: 20px 20px 0px 0px;
    line-height: 62px;
}

.shade .top{
	margin: 26px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	width: 457px;
	height: 62px;
	background: linear-gradient( 90deg, #4F4F53 0%, #323334 100%);
	border-radius: 16px; 
	color: #FBC19F;


}
.shade .text2{
	margin: 14px;
	font-size: 26px;
	display: none;
}
.vip-bottom{
	width: 837px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 0px 0px 20px 20px;
	background-color: #fff;
}

.vip-bottom ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 41px 38px;
}

.vip-bottom ul li{
	width: calc(100% / 3);
	margin-bottom: 34px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.vip-bottom ul li img{
	width: 46px;
	height: 46px;
}
.vip-bottom ul li div{
	display: block;
	float: left;
	height: 72px;
	margin: 10px 4px;
	width: 170px;
}
.vip-bottom ul li div h3{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	text-transform: none;
}
.vip-bottom ul li div span{
	font-weight: 400;
	font-size: 13px;
	color: #777777;
	font-style: normal;
	text-transform: none;
}
.shade .ad{
	width: 98%;
	margin-left: 13px;
	margin-top: 30px;
}