.cursor{cursor:pointer;}
.box-sizing{box-sizing:border-box;}
/* 按钮放大缩小 */
.btnBigOrSmall{-webkit-animation:ball-scale-multiple 1s 0s linear infinite alternate;animation:ball-scale-multiple 1s 0s linear infinite alternate;}
.fixed {position:fixed;left:0;top:0;right:0;bottom:0;margin:auto;}
.flex{display:flex;}
.flex-column{display:flex;flex-direction:column;}
.flex-justify-center{display:flex;justify-content:center;}
.flex-justify-between{display:flex;justify-content:space-between;}
.flex-justify-around{display:flex;justify-content:space-around;}
.flex-items-center{display:flex;align-items:center;}
.flex-wrap{flex-wrap:wrap;}
.flex-align-self{align-self:flex-end;}
.flex1{flex:1;}

.fl{float:left;}
.fr{float:right;}

.line-clamp-1{overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.line-clamp-2{overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.line-clamp-3{overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.line-clamp-4{overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.line-clamp-5{overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;}
.line-clamp-6{overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;}



/* ::-webkit-scrollbar{width:10px;height:100%;}
::-webkit-scrollbar-thumb{background:#3fba98;}
::-webkit-scrollbar-track{background:#eee;} */


/* banner */
.header_banner{
	width:100%;
	height:400px;
	background:url(../images/banner.jpg) no-repeat center center;
	background-size:100% 100%;
}
.header_banner .bannerImg{
	padding: 110px 0 0 225px;
}
.header_banner .orangeBtn{margin-top: 20px;}

.page{padding:50px 0;}
.page .title{margin:0 0 30px 0;font-size:40px;color:#1d2766;font-weight:bold;line-height:40px;padding:0 0 30px 0;background:url(../images/titleBg.png) no-repeat center bottom;text-align:center;}
.page .title.blue{color:#e3cb97;background:url(../images/titleBlueBg.png) no-repeat center bottom;}
.page .title i{display:block;font-size:32px;font-weight:normal;line-height:30px;margin-top:12px;}

.orangeBtn{width:300px;height:40px;line-height:40px;background:#fa6b26;font-size:16px;color:#ffffff;text-align:center;margin:40px auto 0;border-radius:20px;display:block;}
.orangeBtn:hover{background:#f1bc55;color: #ffffff;}



.page1 .msg{font-size:14px;color:#333333;line-height:14px;text-align:center;}
.page1 .msg strong{font-weight:bold;}
.page1 .con ul{height:385px;border-bottom:6px solid #d7dbec;margin:30px 0 0 0;}
.page1 .con ul li{border-right:1px solid #eaeaea;background-color:#ffffff;background-repeat:no-repeat;background-position:center 150px;}
.page1 .con ul li:last-child{border-right:0;}
.page1 .con ul li h3{height:110px;font-size:20px;line-height:28px;text-align:center;border-bottom:1px solid #d8d8d8;color:#09319e;}
.page1 .con ul li:nth-of-type(1){background-image:url(../images/page1Icon1.png);}
.page1 .con ul li:nth-of-type(2){background-image:url(../images/page1Icon2.png);}
.page1 .con ul li:nth-of-type(3){background-image:url(../images/page1Icon3.png);}
.page1 .con ul li:nth-of-type(4){background-image:url(../images/page1Icon4.png);}
.page1 .con ul li:nth-of-type(5){background-image:url(../images/page1Icon5.png);}
.page1 .con ul li:nth-of-type(6){background-image:url(../images/page1Icon6.png);}
.page1 .con ul li p{font-size:14px;line-height:26px;color:#333333;margin:100px 22px 0;}


.page2 .con ul{display:flex;justify-content:space-between;}
.page2 .con ul li{width:231px;height:290px;background:url(../images/page3_li1.jpg) no-repeat center top;border-radius:10px;overflow:hidden;cursor:pointer;position:relative;}
.page2 .con ul li:nth-child(1){background:url(../images/page3_li1.jpg);}
.page2 .con ul li:nth-child(2){background:url(../images/page3_li2.jpg);}
.page2 .con ul li:nth-child(3){background:url(../images/page3_li3.jpg);}
.page2 .con ul li:nth-child(4){background:url(../images/page3_li4.jpg);}
.page2 .con ul li:nth-child(5){background:url(../images/page3_li5.jpg);}
.page2 .con ul li h2{font-size:20px;color:#09319e;text-align:center;position:relative;text-align:left;padding-left:54px;margin-top:56px;}
.page2 .con ul li h2::after{content:"";width:26px;height:28px;background:url(../images/01.png) no-repeat center top;position:absolute;left:20px;top:5px;margin:auto;}
.page2 .con ul li:nth-child(2) h2:after{background-image:url(../images/02.png);}
.page2 .con ul li:nth-child(3) h2:after{background-image:url(../images/03.png);}
.page2 .con ul li:nth-child(4) h2:after{background-image:url(../images/04.png);}
.page2 .con ul li:nth-child(5) h2:after{background-image:url(../images/05.png);}
.page2 .con ul li p{padding:23px 30px 0;font-size:14px;color:#ffffff;line-height:160%;display:none;}
.page2 .con ul li.active::before{
	content: '';
	width:100%;
	height:100%;
	background:linear-gradient(180deg, #09319e 0%, rgb(9 49 158 / 90%) 60%, rgb(9 49 158 / 37%) 100%);
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin: auto;
}
.page2 .con ul li.active h2{color:#ef8552;margin-top:20px;position:relative;}
.page2 .con ul li.active p{display:block;position:relative;}
/* .page2 .con ul li:nth-child(1).active{background:url(../images/page3_li1H.jpg) no-repeat center top;}
.page2 .con ul li:nth-child(2).active{background:url(../images/page3_li2H.jpg) no-repeat center top;}
.page2 .con ul li:nth-child(3).active{background:url(../images/page3_li3H.jpg) no-repeat center top;}
.page2 .con ul li:nth-child(4).active{background:url(../images/page3_li4H.jpg) no-repeat center top;}
.page2 .con ul li:nth-child(5).active{background:url(../images/page3_li5H.jpg) no-repeat center top;} */
.page2 .con ul li:nth-child(1).active h2::after{background-image:url(../images/01H.png);}
.page2 .con ul li:nth-child(2).active h2::after{background-image:url(../images/02H.png);}
.page2 .con ul li:nth-child(3).active h2::after{background-image:url(../images/03H.png);}
.page2 .con ul li:nth-child(4).active h2::after{background-image:url(../images/04H.png);}
.page2 .con ul li:nth-child(5).active h2::after{background-image:url(../images/05H.png);}

.page3{background: #032894 url(../images/bg4.jpg) no-repeat center bottom;}
.page3 .title{color: #ffffff;}
.page3 .con .tabs{width: 100%;background: url(../images/line.png) no-repeat center center;display: flex;justify-content: space-between;background-position: 0 60px;}
.page3 .con .tabs .tab{font-size:24px;color: #b6c3eb;font-weight: bold;position: relative;padding-bottom: 30px;cursor: pointer;text-align: center;}
.page3 .con .tabs .tab::after{width:14px;height:14px;background: url(../images/tab.png);position: absolute;bottom: 0;left: 0;right: 0;margin: auto;content: '';}
.page3 .con .tabs .tab.active{color: #fa6b26;}
.page3 .con .tabs .tab.active::after{background-image: url(../images/tabH.png);}
.page3 .con .tabs .tab b{font-size: 15px;line-height: 17px;display: block;color: #b6c3eb;font-weight: normal;margin-top: 10px;}
.page3 .con .tables{margin-top: 30px;}
.page3 .con .tables .item{display: none;}
.page3 .con .tables .item .wrap{background: #ffffff;border-radius: 10px;padding: 20px;}
.page3 .con .tables .item.active{display: block;}
.page3 .con .tables .item .flex{display: flex;justify-content: space-between;margin-bottom: 20px;}
.page3 .con .tables .item .list_con{width: 49%;}
.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con.offer{width: 40%;}
.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con{width: 59%;}
.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con .list:nth-child(1),
.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con .list:nth-child(2){width: 48%;float: left;margin-right: 1%;height: 300px;}
.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con .list.ys{overflow: hidden;width: 100%;}
.page3 .con .tables .item .list{background: rgba(208,208,208,.3);padding: 20px 20px 0 20px;box-sizing: border-box;position: relative;}
.page3 .con .tables .item .list h3,
.page3 .con .tables .item .list h4{font-size: 24px;color: #304a96;}
.page3 .con .tables .item .list h4{margin-top: 10px;}
.page3 .con .tables .item .list p{font-size:14px;color: #333333;line-height: 160%;margin-top: 5px;}
.page3 .con .tables .item .list.listAfter{padding-bottom: 83px;}
.page3 .con .tables .item .list.listAfter::after{content: '';width: 100%;background: url(../images/page3_icon1.png) no-repeat center top;position: absolute;bottom: 0;left: 0;height: 83px;}
.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con .list:nth-child(1)::after,
.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con .list:nth-child(2)::after{background-position: center right;}
.page3 .con .tables .item .list .swiper-container-img{margin-top: 10px;padding-bottom: 55px;}
.page3 .con .tables .item .list  .swiper-pagination-img{bottom: auto;left: auto;right:40px;top: 15px;}
.page3 .con .tables .item .list  .swiper-pagination-img .swiper-pagination-bullet{margin-left: 5px;background: #cccccc;opacity: 1;}
.page3 .con .tables .item .list  .swiper-pagination-img .swiper-pagination-bullet-active{background: #fa6b26;}
.page3 .con .tables .item .mb_20{margin-bottom: 20px;}
.page3 .con .tables .item .pd_20{padding-bottom: 20px;}
.page3 .con .tables .item2 {background: linear-gradient(180deg,#fffffe,#fbedda 5%);border-radius: 10px;}
.page3 .con .tables .item .itemTabs{padding: 26px;display: flex;justify-content: space-between; box-sizing: border-box;}
.page3 .con .tables .item .itemTabs .itemTab{width: 48%;color: #627bbe;font-weight: bold;font-size: 20px;background: #c5cbdf;padding: 16px 0;border-radius: 50px;text-align: center;cursor: pointer;margin-left: 10px;}
.page3 .con .tables .item .itemTabs .itemTab:first-child{margin-left: 0;}
.page3 .con .tables .item .itemTabs .itemTab.active{background-color: #09319e;color: #ffffff;}
.page3 .con .tables .item .itemTable .itemTable_item{display: none;}
.page3 .con .tables .item .itemTable .itemTable_item.active{display: block;}
.page3 .con .tables .item .list.rq p {position: relative;padding-left: 10px;}
.page3 .con .tables .item .list.rq p:last-child{margin-bottom: 50px;}
.page3 .con .tables .item .list.rq p::after{content: '';width: 5px;height: 5px;background: #fa6b26;border-radius: 50%;position: absolute;top: 8px;left: 0;}
.page3 .con .tables .item .list dl{margin-top: 8px;}
.page3 .con .tables .item .list dl dt{padding-left: 20px;position: relative;font-size: 14px;font-weight: bold;}
.page3 .con .tables .item .list dl dt::after{content: '';width: 5px;height: 5px;background: #fa6b26;border-radius: 50%;position: absolute;top: 10px;left: 0;}
.page3 .con .tables .item .list dl dd{font-size: 14px;color: #333;padding-left: 20px;line-height: 130%;}
.page3 .con .tables .item .list.rq::after{background-image: url(../images/page3_icon2.png);height: 132px;background-size: cover;}
.page3 .con .tables .item .list.ys::after{background-image: url(../images/page3_icon3.png);height: 126px;background-size: cover;}
.page3 .con .tables .item .list.ys{height: 100%;}
.page3 .con .tables .item .list.ds .flex .ds_con{background: #09319e;display: flex;justify-content: space-between;cursor: pointer;height: 124px;}
.page3 .con .tables .item .list.ds .flex .ds_con .dec {padding: 14px 0 14px 14px;display: none;width: 367px;box-sizing: border-box;}
.page3 .con .tables .item .list.ds .flex .ds_con.active .dec{display: block;}
.page3 .con .tables .item .list.ds .flex .ds_con .dec h4{font-size: 18px;color: #ffffff;}
.page3 .con .tables .item .list.ds .flex .ds_con .dec  p{font-size: 12px;color: #ffffff;}
.page3 .con .tables .item2 .list .scroll_con{min-height: 100px;margin-bottom: 10px;}
.page3 .con .tables .item4 .list .scroll_con{min-height: 150px;}
.page3 .con .tables .item5 .list .scroll_con{min-height: 180px;}
.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list{height: 220px;}
.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list.ys{height: 330px;margin-top: 20px;}
.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con{height: 936px;overflow: hidden;position: relative;cursor: pointer;}
.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con .img_con img{width: 100%;position: absolute;top: 0;left: 0;}
.page3 .con .tables .item5 .itemTable_item .zx_type{overflow: hidden;width: 100%;background: none;height: auto !important;padding-bottom: 0;}
.page3 .con .tables .item5 .itemTable_item .zx_type::after{display: none;}
.page3 .con .tables .item5 .itemTable_item .zx_type ul{display: flex;justify-content: space-between;margin-top: 20px;}
.page3 .con .tables .item5 .itemTable_item .zx_type ul li{width: 32%;background: #304a96;padding: 10px;box-sizing: border-box;height: 190px;}
.page3 .con .tables .item5 .itemTable_item .zx_type ul li h5{font-size: 20px;color: #ffffff;text-align: center;}
.page3 .con .tables .item5 .itemTable_item .zx_type ul li p{font-size:14px;color: #ffffff;}

.table-container {
	overflow-x: auto;
	background: #fff;
}
.table-container .w20{width: 8%;}
table {
	width: 100%;
	border-collapse: collapse;
}
table .center{text-align: center;}
th {
	background-color: #0047ab;
	color: white;
	padding: 12px 15px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

td {
	padding: 12px 15px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

tr:nth-child(even) {
	background-color: #f9f9f9;
}

tr:hover {
	background-color: #f1f1f1;
}

.highlight {
	background-color: #fff3cd;
	font-weight: bold;
}
/*顾问*/
.page4 .con .swiper-container{padding:10px 0;}
.page4 .con .swiper-slide{width:192px;height:306px;margin-right:10px;border-radius:20px;overflow:hidden;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.page4 .con .swiper-slide .gwImg_wrap{width:192px;height:192px;border-radius:20px 20px 0 0;overflow:hidden;position:relative;}
.page4 .con .swiper-slide .gwImg_wrap img{width:100%;height:auto;}
.page4 .con .swiper-slide .gwImg_wrap .dec_wrap{width:100%;height:100%;background:rgba(0,0,0,0.6);position:absolute;left:-500px;top:0;padding:35px 18px 0 18px;box-sizing:border-box;}
.page4 .con .swiper-slide .gwImg_wrap .dec_wrap p{font-size:12px;color:#ffffff;line-height:18px;margin-bottom:4px;}
.page4 .con .swiper-slide .gwImg_wrap .dec_wrap p b{color:#f39700;}
.page4 .con .swiper-slide .consultant{width:100%;height:114px;background:#ffffff;text-align:center;}
.page4 .con .swiper-slide .consultant .ConsultName{height:26px;line-height:26px;font-size:16px;color:#333333;overflow:hidden;padding-top:14px;}
.page4 .con .swiper-slide .consultant .ConsultTitle{height:16px;line-height:16px;font-size:12px;color:#666666;overflow:hidden;}
.page4 .con .swiper-slide .consultant p.Profile{display:none;}
.page4 .con .swiper-slide .consultant .btn{width:114px;height:24px;line-height:24px;font-size:14px;color:#ffffff;background:#fa6b26;display:block;margin:12px auto 0;border-radius:13px;}
.page4 .con .swiper-container .library h3{width:100%;text-align:center;font-size:20px;position:relative;padding-bottom:10px;padding-top:20px;margin-bottom:15px;}
.page4 .con .swiper-container .library h3::before{content:'';width:38px;height:3px;position:absolute;bottom:0;right:0;left:0;margin:auto;}
.page4 .con .swiper-container .case_library h3{color:#00695f;}
.page4 .con .swiper-container .case_library h3::before{background:#00695f;}
.page4 .con .swiper-container .case_library .btn{color:#ffffff;background:#09319e;border-color:#09319e;}
.page4 .con .swiper-container .consult_library h3{color:#d35716;}
.page4 .con .swiper-container .consult_library h3::before{background:#d35716;}
.page4 .con .swiper-container .consult_library .btn{color:#ffffff;background:#09319e;border-color:#09319e;}
.page4 .con .swiper-container.leng3 .swiper-slide{width:394px;height:192px;}
.page4 .con .swiper-container.leng3 .swiper-slide .gwImg_wrap{float:left;border-radius:0 0 0 0;}
.page4 .con .swiper-container.leng3 .swiper-slide .consultant{float:left;width:150px;height:100%;padding:0 26px;}
.page4 .con .swiper-container.leng3 .consultant .ConsultName{padding-top:20px;}
.page4 .con .swiper-container.leng3 .consultant .Profile{display:-webkit-box;font-size:12px;color:#666666;line-height:18px;height:54px;margin-top:10px;}
.page4 .con .swiper-container.leng3 .library h3{width:142px;text-align:right;}
.page4 .con .swiper-container.leng3 .library h3::before{content:'';width:38px;height:3px;position:absolute;bottom:0;right:0;left:auto;margin:auto;}



.bg2{background:url(../images/bg3.jpg) no-repeat center 240px;background-size:100%;}
.page5 .con{background:url(../images/page5_con.png) no-repeat center top;width:1200px;height:448px;padding-right:5px;box-sizing:border-box;}
.page5 .con ul{margin-left:408px;padding-top:26px;}
.page5 .con ul li{margin-bottom:10px;display:flex;justify-content:space-between;align-items: center;}
.page5 .con ul li b{display:inline-block;font-size:16px;color:#1c549b;width:180px;height:92px;text-align:center;background:linear-gradient(90deg,#cfe3fd,#ffffff);border:1px solid #ffffff;box-sizing:border-box;display: flex;align-items: center;justify-content: center;line-height: 20px;}
.page5 .con li span{display:inline-block;font-size:16px;color:#333333;width:590px;border:1px solid #ffffff;height:92px;line-height:26px;box-sizing:border-box;padding-left:24px;background:linear-gradient(90deg,#ffdab5,#fff2e6,#ffffff);display: flex;align-items: center;}



/* page8-新东方前途出国，值得信赖的品牌机构 */
.page8{padding-bottom:70px;}


/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display:block;}
#xdf_bottomForm{display:none;}
/* .xdf_bottomForm_new .ax_img{background:url(../images/bottomFormImg.png) no-repeat center top;height:202px;bottom:0;margin:auto 0;} */
.xdf_bottomForm_new .xdf_bottomForm.form-wrap{background: url(../images/xdf_bottomForm_new_bg.png) no-repeat center top;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .tiaokuan{font-size:12px;}
.xdf_slide .xdf_slidebtn{bottom:18px;left:0px;background: #fc7c45;color: #ffffff;font-weight: bold;width: 126px;height: 30px;line-height: 30px;}

.page8.pinxuanBgBlue2{padding-bottom: 50px !important;}




/* tabwrapDemo */
.tabwrap .tabs .tab{float:left;width:50%;height:50px;line-height:50px;text-align:center;font-size:20px;cursor:pointer;background:#7f8592;}
.tabwrap .tabs .tab.active{background:#f6ff6f;position:relative;color:#000000;}
.tabwrap .tablist .item{width:100%;display:none;}
.tabwrap .tablist .item.active{display:block;}


@media screen and (min-width:1000px) {
	.page1 .con ul li:hover{background-color:#09319e;}
	.page1 .con ul li:hover h3{color:#ffffff;}
	.page1 .con ul li:nth-of-type(1):hover{background-image:url(../images/page1Icon1_at.png);}
	.page1 .con ul li:nth-of-type(2):hover{background-image:url(../images/page1Icon2_at.png);}
	.page1 .con ul li:nth-of-type(3):hover{background-image:url(../images/page1Icon3_at.png);}
	.page1 .con ul li:nth-of-type(4):hover{background-image:url(../images/page1Icon4_at.png);}
	.page1 .con ul li:nth-of-type(5):hover{background-image:url(../images/page1Icon5_at.png);}
	.page1 .con ul li:nth-of-type(6):hover{background-image:url(../images/page1Icon6_at.png);}
	.page1 .con ul li:hover p{color:#a0b5f0;}

	.page4 .con .swiper-slide:hover{box-shadow:0 0 5px 2px #e4e4e4;-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);}
	.page4 .con .swiper-slide:hover .gwImg_wrap .dec_wrap{left:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
	.page4 .con .swiper-slide .consultant .btn:hover{background:#09319e;color:#ffffff;}
	.page4 .con .swiper-container .case_library .btn:hover{color:#ffffff;background:#09319e;border-color:#09319e;}
	.page4 .con .swiper-container .consult_library .btn:hover{color:#ffffff;background:#fa6b26;border-color:#fa6b26;}
}
@media screen and (max-width:1000px) {
	.xdf_slide{display:none;}

	.m_b_20{margin-bottom:.2rem;}
	.header_banner{height:5.3rem;background:url(../images/m_banner.jpg) no-repeat center top;background-size:cover;}
	.header_banner .m1200{justify-content:inherit;}
	.header_banner .bannerImg{margin:0 auto;width:6.78rem;height:2.53rem;padding: 1.56rem 0 0 0;}


	.page{padding:.5rem 0;}
	.page .m1200{width:94%;}
	.page .title{font-size:.4rem;margin:0 0 .3rem 0;padding:0 0 .1rem 0;background:url(../images/m_titleBg.png) no-repeat center bottom;background-size:3.51rem .21rem;}
	.page .title.blue{background:url(../images/m_titleBlueBg.png) no-repeat center bottom;background-size:3.51rem .21rem;}
	.page .title i{font-size:0.28rem;line-height:0.3rem;margin-top:0;}
	
	
	.page1 .msg{font-size:0.24rem;color:#333333;line-height:160%;text-align:center;}
	.page1 .msg strong{font-weight:bold;}
	
	
	.page1 .con ul{height:auto;border-bottom:none;margin:0.32rem 0 0 0;display:block;}
	.page1 .con ul li{width:100%;border-right:none;background-color:#ffffff;background-repeat:no-repeat;background-position:0.34rem 0.25rem;padding:0.2rem 0 0.2rem 0.95rem;box-sizing: border-box;line-height: 160%;background-size: 0.4rem 0.4rem;}
	.page1 .con ul li h3{height: auto;font-size: 0.3rem;color: #09319e;border: 0;text-align: left;display: block;}
	.page1 .con ul li p{margin: 0;font-size: 0.24rem;line-height: 160%;}
	.page1 .con ul li.active{background: #09319e;}
	.page1 .con ul li.active h3{color:#ffffff;}
	.page1 .con ul li.active:nth-of-type(1){background-image:url(../images/page1Icon1_at.png);background-repeat:no-repeat;background-size: 0.4rem 0.4rem;background-position:0.34rem 0.25rem;}
	.page1 .con ul li.active:nth-of-type(2){background-image:url(../images/page1Icon2_at.png);background-repeat:no-repeat;background-size: 0.4rem 0.4rem;background-position:0.34rem 0.25rem;}
	.page1 .con ul li.active:nth-of-type(3){background-image:url(../images/page1Icon3_at.png);background-repeat:no-repeat;background-size: 0.4rem 0.4rem;background-position:0.34rem 0.25rem;}
	.page1 .con ul li.active:nth-of-type(4){background-image:url(../images/page1Icon4_at.png);background-repeat:no-repeat;background-size: 0.4rem 0.4rem;background-position:0.34rem 0.25rem;}
	.page1 .con ul li.active:nth-of-type(5){background-image:url(../images/page1Icon5_at.png);background-repeat:no-repeat;background-size: 0.4rem 0.4rem;background-position:0.34rem 0.25rem;}
	.page1 .con ul li.active:nth-of-type(6){background-image:url(../images/page1Icon6_at.png);background-repeat:no-repeat;background-size: 0.4rem 0.4rem;background-position:0.34rem 0.25rem;}
	.page1 .con ul li.active p{color:#a0b5f0;}
	
	
	.page2 .con ul{display:block;margin-top:0.8rem;}
	.page2 .con ul li{background:url(../images/m_page3_li1.png) no-repeat center top;width:2.15rem;height:1.52rem;background-size:contain;border-radius:0.1rem;float:left;margin-right:0.22rem;margin-bottom:0.2rem;}
	.page2 .con ul li:nth-child(2){background:url(../images/m_page3_li2.png) no-repeat center top;background-size:contain;}
	.page2 .con ul li:nth-child(3){background:url(../images/m_page3_li3.png) no-repeat center top;background-size:contain;}
	.page2 .con ul li:nth-child(4){background:url(../images/m_page3_li4.png) no-repeat center top;background-size:contain;}
	.page2 .con ul li:nth-child(5){background:url(../images/m_page3_li5.png) no-repeat center top;background-size:contain;}
	.page2 .con ul li h2,
	.page2 .con ul li.active h2{font-size:0.24rem;font-weight:bold;color:#ffffff;text-align:center;padding-left:0;line-height:120%;margin-top:0.7rem;}
	.page2 .con ul li p,
	.page2 .con ul li.active p{display:none;}
	.page2 .con ul li h2::after{width:0.34rem;height:0.34rem;background-size:contain;left:0;right:0;top:-0.45rem;bottom:auto;}
	.page2 .con ul li:nth-child(2) h2:after{background-image:url(../images/02H.png);}
	.page2 .con ul li:nth-child(3) h2:after{background-image:url(../images/03H.png);}
	.page2 .con ul li:nth-child(4) h2:after{background-image:url(../images/04H.png);}
	.page2 .con ul li:nth-child(5) h2:after{background-image:url(../images/05H.png);}
	.page2 .con ul li:nth-child(1){margin-left:1.3rem;}
	.page2 .con ul li:nth-child(5){margin-right:0;}
	.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con{height: auto;}
	.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list,
	.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list.ys{height: 0.66rem;margin-top: 0;}
	.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list.rq{margin-bottom:0.2rem;}
	.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con .list:nth-child(1), .page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con .list:nth-child(2){width: 100%;height: 0.66rem;}
	.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con{width: 100%;}
	.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list.ys.active{height: auto;}
	.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con img{width: 100%;}
	.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con .list:nth-child(1).active.listAfter,
	.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con .list:nth-child(2).active.listAfter{height: auto;}
	.orangeBtn{width:3.52rem;height:0.6rem;line-height:0.6rem;font-size:0.24rem;margin:0.4rem auto 0;}
	.page3{background: #5171cf url(../images/m_bg4.jpg) no-repeat center top;background-size: cover;}
	.page3 .con .tabs{background: url(../images/m_line.png) no-repeat center center;background-size: cover;background-position: 0 0.5rem;}
	.page3 .con .tabs .tab{font-size: 0.28rem;padding-bottom: 0.44rem;}
	.page3 .con .tabs .tab::after{width: 0.2rem;height: 0.2rem;background-size: contain;}
	.page3 .con .tables{margin-top: 0.32rem;}
	.page3 .con .tables .item .wrap{border-radius: 0;padding: 0.2rem;}
	.page3 .con .tables .item .flex{display: block;margin-bottom: 0.2rem;}
	.page3 .con .tables .item .list_con{width: 100%;margin-bottom: 0.2rem;}
	.page3 .con .tables .item .list{padding:0 0.3rem 0 0.3rem;}
	.page3 .con .tables .item .list.active,
	.page3 .con .tables .item1 .list{padding: 0.3rem 0.3rem 0 0.3rem;}
	.page3 .con .tables .item .list.listAfter{padding-bottom: 0rem;height: 0.66rem;line-height: 0.66rem;}
	.page3 .con .tables .item .list.active.listAfter{padding-bottom: 1rem;height: auto;}
	.page3 .con .tables .item1 .list.listAfter{padding-bottom:5rem;}
	.page3 .con .tables .item3 .list.active.listAfter{padding-bottom: 1.5rem;}
	.page3 .con .tables .item .list h3,
	.page3 .con .tables .item .list h4{font-size: 0.3rem;line-height: 140%;padding-top: 0.1rem;position: relative;z-index: 2;}
	.page3 .con .tables .item .list.active.listAfter h3{padding-top: 0;}
	.page3 .con .tables .item .list p{font-size: 0.24rem;margin-top: 0.1rem;display: none;}
	.page3 .con .tables .item .list dl,
	.page3 .con .tables .item .list h4{display: none;}
	.page3 .con .tables .item .list h4{margin-top: 0.1rem;}
	.page3 .con .tables .item1 .list p,
	.page3 .con .tables .item .list.active p,
	.page3 .con .tables .item .list.active dl,
	.page3 .con .tables .item .list.active h4{display: block;}
	.page3 .con .tables .item .list dl{margin-top: 0.1rem;}
	.page3 .con .tables .item .list .swiper-container-img{margin-top: 0.1rem;padding-bottom: 0.4rem;}
	.page3 .con .tables .item .list .swiper-container-img img{width: 100%;}
	.page3 .con .tables .item .list .swiper-pagination-img{right: 0.2rem;top: 0.25rem;}
	.page3 .con .tables .item .list .swiper-pagination-img .swiper-pagination-bullet{width: 0.1rem;height: 0.1rem;}
	.page3 .con .tables .item2{border-radius: 0;background: none;}
	.page3 .con .tables .item2.active{display: flex;justify-content: space-between;}
	.page3 .con .tables .item .itemTabs{padding: 0;width: 2.65rem;display: block;border-left: 0.08rem solid #fa6b26;}
	.page3 .con .tables .item2 .wrap{width: 4.1rem;box-sizing: border-box;}
	.page3 .con .tables .item .itemTabs .itemTab{border-radius: 0;width: 100%;margin-left: 0;font-size: 0.24rem;color: #ffffff;background: none;position: relative;font-weight: normal;padding: 0.56rem 0;background: #3c60cf;}
	.page3 .con .tables .item .itemTabs .itemTab.active{background: #fa6b26;}
	.page3 .con .tables .item .itemTabs .itemTab.active::after{content: '';width:0.18rem;height:0.22rem ;background: url(../images/sj.png?1) no-repeat center top;position: absolute;top: 0;bottom: 0;right:-0.18rem;margin: auto;background-size: contain;}
	.page3 .con .tables .item .mb_20{margin-bottom: 0.2rem;}
	.page3 .con .tables .item .list.listAfter::after{background-image: url(../images/m_page3_icon1_tit.png);height: 0.65rem;background-size: cover;}
	.page3 .con .tables .item .list.listAfter.active::after,
	.page3 .con .tables .item1 .list.listAfter::after{background-image: url(../images/m_page3_icon1.png);height: 1.09rem;background-size: cover;}
	.page3 .con .tables .item .list.rq::after{background-image: url(../images/m_page3_icon2_tit.png);height: 0.65rem;line-height: 0.66rem;}
	.page3 .con .tables .item .list.ys::after{background-image: url(../images/m_page3_icon3_tit.png);height: 0.66rem;line-height: 0.66rem;}
	.page3 .con .tables .item .list.rq.active::after{background-image: url(../images/m_page3_icon2.png);height: 0.83rem;}
	.page3 .con .tables .item .list.ys.active::after{background-image: url(../images/m_page3_icon3.png);height: 0.75rem;}
	.page3 .con .tables .item .list dl dt{padding-left: 0.2rem;font-size: 0.24rem;line-height: 120%;}
	.page3 .con .tables .item .list dl dt::after{width: 0.1rem;height: 0.1rem;top: 0.2rem;}
	.page3 .con .tables .item .list dl dd{font-size: 0.24rem;padding-left: 0.2rem;}
	
	.page3 .con .tables .item3 .list.listAfter,
	.page3 .con .tables .item3 .list.listAfter.rq,
	.page3 .con .tables .item3 .list.listAfter.ys{height: 1rem;}

	.page3 .con .tables .item3 .list.listAfter::after,
	.page3 .con .tables .item3 .list.listAfter.rq::after,
	.page3 .con .tables .item3 .list.listAfter.ys::after{height: 1rem;}
	.page3 .con .tables .item .list.rq p:last-child{margin-bottom: 0;}
	.page3 .con .tables .item1 .list.listAfter::after,
	.page3 .con .tables .item3 .list.listAfter.active::after{height: 1.9rem;}
	.page3 .con .tables .item3 .list.listAfter.active.rq::after,
	.page3 .con .tables .item3 .list.listAfter.active.ys::after{height: 1.4rem;}
	.page3 .con .tables .item3 .list.rq.active::after,
	.page3 .con .tables .item3 .list.ys.active::after{height: 1.4rem;}
	.page3 .con .tables .item3 .list.listAfter.active,
	.page3 .con .tables .item3 .list.listAfter.rq.active,
	.page3 .con .tables .item3 .list.listAfter.ys.active{height: auto;}
	.page3 .con .tables .item3 .list h3{padding-top: 0.3rem;}

	.page3 .con .tables .item .list .scroll_con{max-height: 4.5rem;overflow-y: scroll;}
	.page3 .con .tables .item2 .list .scroll_con,
	.page3 .con .tables .item4 .list .scroll_con,
	.page3 .con .tables .item5 .list .scroll_con{min-height: auto;}

	.page3 .con .tables .item5 .itemTable_item:nth-child(1) .list_con.offer{width: 100%;}
	.page3 .con .tables .item5 .itemTable_item .zx_type{padding: 0;background: url(../images/m_page3_icon2_tit.png) no-repeat center top;}
	.page3 .con .tables .item5 .itemTable_item .zx_type ul{flex-direction: column;margin-top: 0.2rem;}
	.page3 .con .tables .item5 .itemTable_item .zx_type ul li{width: 100%;height: auto;padding: 0.15rem;margin-bottom: 0.2rem;}
	.page3 .con .tables .item5 .itemTable_item .zx_type ul li h5{font-size: 0.24rem;}
	.page3 .con .tables .item5 .itemTable_item .zx_type ul li p{display: block;font-size: 0.24rem;}
	.page3 .con .tables .item5 .itemTable_item .zx_type h3{padding-left: 0.2rem;}
	.page3 .con .tables .item5 .list.active.listAfter.zx_type h3{padding-top: 0.1rem;}
	.page3 .con .tables .item5 .itemTable_item .zx_type{height: 0.66rem !important;overflow: hidden;margin-bottom: 0.2rem;}
	.page3 .con .tables .item5 .itemTable_item .zx_type.active{height: auto !important;padding-bottom: 0;margin-bottom: 0;}



	

	.page4{padding-top:0.3rem;background:none;padding-bottom: 0.2rem;}
	.page4 .con .swiper-container-gwtd .swiper-wrapper{flex-wrap: wrap;justify-content: space-around;}
	.page4 .con .swiper-container{padding:0 0;}
	.page4 .con .swiper-slide{width:46%;height:5.47rem;margin:0 0;border-radius:0.2rem;position:relative;}
	.page4 .con .swiper-slide .gwImg_wrap{width:100%;height:3.3rem;border-radius:0.2rem 0.2rem 0 0;position:inherit;}
	.page4 .con .swiper-slide .gwImg_wrap::after{content:'';}
	.page4 .con .swiper-slide .consultant{width:100%;height:2.15rem;background:#ffffff;text-align:center;}
	.page4 .con .swiper-slide .consultant .consult{width:100%;height:1.5rem;background-size:100%;position:absolute;bottom:2.15rem;left:0;z-index:999;background: linear-gradient(180deg,rgba(0,0,0,0),#22409a);}
	.page4 .con .swiper-slide .consultant .ConsultName{height:0.5rem;line-height:0.5rem;font-size:0.28rem;color:#ffffff;padding-top:0.5rem;}
	.page4 .con .swiper-slide .consultant .ConsultTitle{height:0.3rem;line-height:0.3rem;font-size:0.24rem;color:#ffffff;}
	.page4 .con .swiper-slide .consultant p.Profile{display:none;}
	.page4 .con .swiper-slide .consultant .Profile{height:1.32rem;padding:0.12rem 0.2rem;box-sizing:border-box;}
	.page4 .con .swiper-slide .consultant .Profile p{font-size:0.22rem;color:#333333;height:0.36rem;line-height:0.36rem;text-align:left;}
	.page4 .con .swiper-slide .consultant .Profile p b{font-weight: normal;}
	.page4 .con .swiper-slide .consultant .btn{width:2rem;height:0.5rem;line-height:0.5rem;font-size:0.24rem;color:#ffffff;background:#fc7c45;display:block;margin:0.1rem auto 0;border-radius:0.25rem;border:none;}
	.page4 .con .swiper-slide.library{background:url(../images/gw_mb_library.png) no-repeat center center;background-size:100% 100%;}


	.page5{background:url(../images/m_bg2.jpg) no-repeat center top;background-size:100%;}
	.page5 .con{background:none;width:100%;margin:0.2rem auto 0;height:auto;padding-right:0;}
	.page5 .con ul{margin-left:0;padding-top:0;}
	.page5 .con ul li{margin-bottom:0.12rem;}
	.page5 .con ul li b{width:1.9rem;height:1.24rem;font-size:0.24rem;display:flex;justify-content:center;line-height:0.3rem;align-items:center;}
	.page5 .con li span{width:5.02rem;height:1.24rem;line-height:0.3rem;font-size:0.22rem;display:flex;align-items:center;padding:0 0.28rem;}
	


	.page8{background:none !important;}
	.page8.pinxuanBgBlue2{padding-bottom: 0.5rem !important;}
}