.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;right:0;bottom:0;top: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;}

.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;}


#iconDiv1{display:none;}
.isPc2{display:none;}

body{background: #ffffff;}
.orangeBtn{width:260px;height:40px;line-height:40px;background:#e8d296;font-size:16px;color:#634e23;text-align:center;margin:40px auto 0;border-radius:20px;display:block;font-weight: bold;}
.orangeBtn:hover{color: #5c4519;}


.header_banner{width:100%;height:450px;background:url(../images/bannerBg.jpg) no-repeat center top;background-size:100% 100%;}
.header_banner .banner_img{padding:79px 0 0 0;position: relative;}
.header_banner img{margin:0 auto 0;display:block;width:531px;height:231px;}
.header_banner .orangeBtn{}

/* nav */
.navTopH{z-index:998;margin:0 auto 0;width:100%;height: 60px;}
.navTopH .navigation{background:#eff0f4;top: 0;z-index: 100;left: 0;right: 0;margin: auto;}
.navTopH li{width:16.66666666%;float:left;cursor:pointer;position: relative;}
.navTopH li a{font-size:16px;padding:17px 0;color:#2b3b6f;display:block;text-align:center;font-weight:normal;}
.navTopH li::after{content: '';width: 1px;height:26px;position: absolute;right: 0;top: 0;bottom: 0;margin: auto;background: #2b3b6f;}
.navTopH li.current a,
.navTopH li a:hover{font-weight:bold;color: #847243;}
.navTopH li:last-child::after{display: none;}

.stuckMenu.isStuck{top:0;;}
.sticky {position:-webkit-sticky;position:sticky;top:0; color:white;}
.sticky--desktop {display:none;}

.page{padding:80px 0 0;}
.page .tit{color:#0b2259;text-align:center;margin:0 0 26px 0px;}
.page .tit.pink{color:#ffe2e8;}
.page .tit.ql{color:#dee5f4;}
.page .tit p{font-size: 18px;color: #666666;margin-top: 20px;}

.page .tit span{font-size:12px;font-weight:bold;line-height:12px;}
.page .tit h4{font-size:44px;line-height:34px;position:relative;}

.page .qt_53Btn{-webkit-transition:background-color .3s, color .3s;transition:background-color .3s, color .3s;}
.page1 .qt_53Btn:hover {-webkit-transition:background-color .1s .3s, color .1s .3s;transition:background-color .1s .3s, color .1s .3s;-webkit-animation:anim-moema-1 .3s forwards;animation:anim-moema-1 .3s forwards}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform:scale3d(.8, .8, 1);
		transform:scale3d(.8, .8, 1)
	} 
	85% {
		-webkit-transform:scale3d(1.1, 1.1, 1);
		transform:scale3d(1.1, 1.1, 1)
	}
	100% {
		-webkit-transform:scale3d(1, 1, 1);
		transform:scale3d(1, 1, 1)
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity:0;
		-webkit-transform:scale3d(1, 1, 1);
		transform:scale3d(1, 1, 1)
	}
}
@keyframes anim-moema-2 {
	to {
		opacity:0;
		-webkit-transform:scale3d(1, 1, 1);
		transform:scale3d(1, 1, 1)
	}
}





.page .title{font-size: 30px;color: #333333;position: relative;margin-bottom: 36px;text-align: center;}
.page .title b{position: relative;z-index: 2;line-height: 40px;}

.bg1{background: linear-gradient(180deg,#d5dce7,#ffffff);}
.page1 .lq_con{border-radius: 20px;background: linear-gradient(180deg,#e8d093,#ffffff 80%);border: 1px solid #ffffff;box-sizing: border-box;}
.page1 .lq_con .top{display: flex;justify-content: space-between;align-items: center;}
.page1 .lq_con .top .con{display: flex;justify-content: space-between;}
.page1 .lq_con .top .item{height: 129px;width: 300px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.page1 .lq_con .top .item1{font-size: 24px;color: #f1e3b5;background: url(../images/page1Bg1.jpg) no-repeat center top;}
.page1 .lq_con .top .item1 b{font-size: 30px;display: block;line-height: 160%;}
.page1 .lq_con .top .item span{font-size: 36px;color: #1f366c;font-weight: bold;position: relative;}
.page1 .lq_con .top .item span i{position: absolute;width: 30px;height: 30px;font-size: 18px;border: 1px solid #1f366c;border-radius: 50%;right: -30px;top: 0;bottom: 0;margin: auto;background: #d2b166;text-align: center;line-height: 30px;}
.page1 .lq_con .top .item p{font-size: 14px;margin-top: 15px;}
.page1 .lq_con .top .item p em{color: #a38030;font-weight: bold;}
.page1 .lq_con .bot{padding: 30px;box-sizing: border-box;background: linear-gradient(180deg,#ffffff,#f4eedb);border-radius: 20px;border-top-left-radius: 0;}
.page1 .lq_con .bot .bot_flex{display: flex;justify-content: space-between;}
.page1 .lq_con .bot .l dl{width:172px;height: 85px;background: linear-gradient(0deg,#ffffff,#ead29a);border-radius: 10px;display: flex;align-items: center;justify-content: center;flex-direction: column;margin-bottom: 12px;border: 1px solid #eed9a8;}
.page1 .lq_con .bot .l dl dt{font-size: 14px;color: #5c491a;}
.page1 .lq_con .bot .l dl dd{font-size: 14px;color: #1f366c;}
.page1 .lq_con .bot .l dl dd b{font-size: 36px;}
.page1 .lq_con .bot .r{width: 969px;}
.page1 .lq_con .bot .r .swiper-wrapper{flex-wrap: wrap;}
.page1 .lq_con .bot .r .swiper-slide{width:464px;height:112px;background: url(../images/usa.png) no-repeat center top;margin-left: 18px;margin-bottom: 20px;padding: 0 30px 0 32px;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;}
.page1 .lq_con .bot .r .swiper-slide h3{font-size: 26px;color: #1f366c;}
.page1 .lq_con .bot .r .swiper-slide p{font-size: 12px;color: #666666;line-height: 140%;margin-top: 10px;}
.page1 .lq_con .bot .r .swiper-slide dd{padding-right: 30px;}
.page1 .lq_con .bot .r .swiper-slide dd span{font-size: 36px;color: #1f366c;font-weight: bold;position: relative;}
.page1 .lq_con .bot .r .swiper-slide dd span i{position: absolute;width: 30px;height: 30px;font-size: 18px;border: 1px solid #1f366c;border-radius: 50%;right: -30px;top: 0;bottom: 0;margin: auto;background: #d2b166;text-align: center;line-height: 30px;}
.page1 .lq_con .bot .r .swiper-slide:nth-child(2){background-image: url(../images/au.png);}
.page1 .lq_con .bot .r .swiper-slide:nth-child(3){background-image: url(../images/uk.png);}
.page1 .lq_con .bot .r .swiper-slide:nth-child(4){background-image: url(../images/yz.png);}
.page1 .lq_con .bot .r .swiper-slide:nth-child(5){background-image: url(../images/ca.png);}
.page1 .lq_con .bot .r .swiper-slide:nth-child(6){background-image: url(../images/oz.png);}
.page1 .lq_con .bot a{background: #284585;color: #ffffff;margin-top: 20px;}

.page2{padding-bottom: 50px;}
.page2 ul{display: flex;justify-content: space-between;}
.page2 ul li{width:387px;height: 313px;background: url(../images/page2_img1.jpg) no-repeat center top;position: relative;cursor: pointer;}
.page2 ul li:nth-child(2){background-image: url(../images/page2_img2.jpg);}
.page2 ul li:nth-child(3){background-image: url(../images/page2_img3.jpg);}
.page2 ul li::after{content: '';width: 100%;height: 100%;background: linear-gradient(180deg,rgba(0,0,0,0.1),#152f6b);position: absolute;top: 0;;left:0;}
.page2 ul li h3{font-size: 24px;color: #ffffff;position: relative;padding-top: 50px;text-align: center;z-index: 1;margin-top: 200px;}
.page2 ul li h3::after{content: '';width:38px;height:38px;background: url(../images/page2_icon1.png) no-repeat center top;position: absolute;left: 0;right: 0;top: 0;margin: 0 auto;}
.page2 ul li:nth-child(2) h3::after{background-image: url(../images/page2_icon2.png);}
.page2 ul li:nth-child(3) h3::after{background-image: url(../images/page2_icon3.png);}
.page2 ul li p{font-size: 16px;line-height: 160%;color: #f0cb6d;display: none;position: relative;z-index: 1;text-align: center;margin-top: 40px;}
.page2 ul li.active::after{background: rgba(26,50,104,.8);}
.page2 ul li.active h3{margin-top: 30px;}
.page2 ul li.active p{display: block;}

.page3{background: linear-gradient(180deg,#2d4c8d,#0b2258);padding-bottom: 50px;}
.page3 .tit h4{color: #ebd6a0;}
.page3 .con{display: flex;justify-content: space-between;}
.page3 .tit p{color: #ffffff;}
.page3 .con .l{width: 398px;}
.page3 .con .l h4,
.page3 .con .r h4{font-size: 20px;color: #bf5100;background: linear-gradient(90deg,rgba(0,0,0,0),#ffe784,rgba(0,0,0,0));text-align: center;height: 46px;line-height: 46px;}
.page3 .con .r h4{background: linear-gradient(90deg,rgba(0,0,0,0),#3b7afa,rgba(0,0,0,0));color: #ffffff;}
.page3 .con .l .tabs{display: flex;   flex-wrap: wrap;margin-top: 28px;}
.page3 .con .l .tabs span{background: #ffffff;color: #1b3672;font-size: 16px;font-weight: bold;border-radius: 10px;width: 180px;height: 50px;display: flex;align-items: center;padding-left: 20px;box-sizing: border-box;position: relative;margin-bottom: 10px;margin-right: 15px;cursor: pointer;}
.page3 .con .l .tabs span::after{content: '';width:15px;height:12px;background: url(../images/page3_icon.png) no-repeat center top;position: absolute;top: 0;bottom: 0;right: 20px;margin: auto;display: none;}
.page3 .con .l .tabs span:hover,
.page3 .con .l .tabs span.active{background: #fdf0ce;color: #5f4c1a;}
.page3 .con .l .tabs span:hover::after,
.page3 .con .l .tabs span.active::after{display: block;}
.page3 .con .r{width: 802px;}
.page3 .con .r .tables .item{background: linear-gradient(90deg,#596c97,rgba(0,0,0,0));border-radius: 20px;padding:30px;display: none;justify-content: space-between;margin-top: 7px;height: 320px;box-sizing: border-box;}
.page3 .con .r .tables .item:nth-child(5) dl{width: 70%;}
.page3 .con .r .tables .item:nth-child(5) dl:nth-child(2),
.page3 .con .r .tables .item p.m{display: none;}
.page3 .con .r .tables .item:nth-child(5) dl dd:nth-child(3){background: none;}
.page3 .con .r .tables .item:nth-child(5) dl dd:last-child{margin-bottom: 14px;}
.page3 .con .r .tables .item.active{display: flex;}
.page3 .con .r .tables .item dl{display: flex;justify-content: space-between;width: 340px;align-items:center;}
.page3 .con .r .tables .item dl dt{width: 114px;height: 114px;background: #ffffff;border-radius: 50%;text-align: center;color: #1d3975;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.page3 .con .r .tables .item dl dt b{font-size:18px;display: block;position: relative;padding-top: 26px;}
.page3 .con .r .tables .item dl dt b::after{content: '';width:22px;height:21px;background: url(../images/page3_icon2.png) no-repeat center top;position: absolute;left: 0;right: 0;top: 0;margin: 0 auto;}
.page3 .con .r .tables .item dl dt p{font-size: 16px;}
.page3 .con .r .tables .item dl dd{background: url(../images/page3_icon3.png) no-repeat center left;position: relative;padding-left: 30px;}
.page3 .con .r .tables .item dl dd span{font-size: 14px;background: #ebd6a0;font-weight: bold;display: block;width: 52px;height: 24px;text-align: center;line-height: 24px;border-radius: 20px;color: #1d3975;position: absolute;top: 0;left: -30px;bottom: 0;margin:auto;}
.page3 .con .r .tables .item dl dd p{width: 162px;height: 52px;background: #ebd6a0;border-radius: 10px;color: #1d3975;display: flex;justify-content: space-between;align-items: center;padding: 0 12px;box-sizing: border-box;margin-bottom: 14px;position: relative;}
.page3 .con .r .tables .item dl dd p:last-child{margin-bottom: 0;}
.page3 .con .r .tables .item dl dd p.add::after{content: '';width: 23px;height:24px;background: url(../images/page3_icon4.png) no-repeat center top;position: absolute;bottom: -20px;left: 0;right: 0;margin:  auto;z-index: 1;}
.page3 .tip{font-size: 14px;    color: #ebd6a0;text-align: center;margin-top: 10px;position: relative;bottom: 0px;left: 107px;}
.page3 .qt_53Btn{background: #e7843a;color: #ffffff;margin-top: 20px;}

.page4{background: url(../images/page4Bg.jpg) no-repeat center top;padding-bottom: 80px;}
.page4 ul{display: flex;justify-content: center;}
.page4 ul li{width: 305px;height: 479px;background: #ffffff;border-right: 1px solid #d1d1d1;box-sizing: border-box;position: relative;padding-left: 28px;display: flex;flex-direction: column;justify-content: center;cursor: pointer;}
.page4 ul li i{font-size: 30px;color: #d1d1d1;border-bottom: 4px solid #d1d1d1;position: absolute;right: 20px;top: 10px;line-height: 140%;font-weight: bold;}
.page4 ul li h3{font-size: 22px;color: #333;position: relative;padding-top: 80px;}
.page4 ul li h3::after{content: '';width:49px;height:55px;background: url(../images/page4_icon1.png);position: absolute;top: 0;left: 0;}
.page4 ul li .tabs{height: 120px;position: relative;margin-top: 28px;}
.page4 ul li .tabs p{font-size: 14px;color: #666666;line-height: 200%;width: 256px;position: relative;}
.page4 ul li:nth-child(2) h3::after{background-image: url(../images/page4_icon2.png);}
.page4 ul li:nth-child(3) h3::after{background-image: url(../images/page4_icon3.png);}
.page4 ul li .con{display: flex;justify-content: flex-start;align-items: center;}
.page4 ul li .tabs::after{content: '';width: 40px;height: 2px;background: #646f95;position: absolute;bottom: -20px;left: 0;}
.page4 ul li:last-child{border: 0;}
.page4 ul li .tables{display: none;margin-left: 50px;}
.page4 ul li .tables .item{display: none;}
.page4 ul li .tables dl{margin-bottom: 25px;}
.page4 ul li .tables dl dt{color: #f1d690;font-size: 16px;background: #0b2359;border-radius: 10px;display: inline-block;padding: 2px 15px;margin-bottom: 10px;}
.page4 ul li .tables dl dd p{font-size: 14px;color: #ffffff;line-height: 160%;position: relative;padding-left: 10px;}
.page4 ul li .tables dl dd p::after{content: '';width: 5px;height: 5px;background: #f1d690;border-radius: 50%;position: absolute;left: 0;top: 0;bottom: 0;margin:  auto;}
.page4 ul li.active{background: url(../images/page4li1_H.jpg) no-repeat center top;width: 604px;}
.page4 ul li.active:nth-child(2){background-image: url(../images/page4li2_H.jpg);}
.page4 ul li.active:nth-child(3){background-image: url(../images/page4li3_H.jpg);}
.page4 ul li.active .tables{display: block;}
.page4 ul li.active i{color: #ffffff;border-bottom: 4px solid #ffdb7c;}
.page4 ul li.active h3{font-size: 36px;color: #ffffff;position: absolute;top: 70px;}
.page4 ul li.active h3::after,
.page4 ul li.active .tabs::after{display: none;}
.page4 ul li.active .con{margin-top: 10px;}
.page4 ul li.active .tabs p{font-size: 16px;color: #ffffff;font-weight: bold;padding-left: 5px;margin-bottom: 5px;}
.page4 ul li.active .tabs p.active{color: #0b2359;background: #f1d690;}
.page4 ul li.active .tabs p.active::after{content: '>';position: absolute;right: 5px;top: 0;bottom: 0;margin: 0 auto;}
.page4 ul li .tables .item.active{display: block;}

.fm{background:linear-gradient(to right,#ddca90,#ddba5c);padding: 0;height: 140px;order: 1;}
.fm .m1200{position: relative;height: 100%;display: flex;justify-content: center;flex-direction: column;}
.fm .fmBook{position: absolute;left:0px;bottom: 0;background: url(../images/book0.png) no-repeat center bottom;width: 162px;height: 189px;}
.fm h5{padding-left: 194px;font-size: 24px;color: #333;font-weight: normal;}
.fm h5 em{font-size: 20px;}
.fm .fmL{flex: 1;}
.fm .form-wrap .xdf_formbtn{width: 200px;flex-shrink: 0;height: 40px;line-height: 40px;border-radius: 20px;background: #19336d;font-size: 16px;color: #ffffff;text-align: center;margin: 10px 0 0 0;cursor: pointer;}
.fm .form-wrap .preview_btn{width:80px;flex-shrink: 0;height: 40px;line-height: 40px;border-radius: 20px;background: #203678;font-size: 16px;color: #ffffff;text-align: center;margin: 10px 0 0 10px;cursor: pointer;}
.fm .form-wrap .fmT{padding-left: 194px;}
.fm .form-wrap .tiaokuan{padding-left:194px;font-size: 14px;text-align: left;color: #333;}
.fm .form-wrap .tiaokuan a{color: #333;}
.fm .form-wrap form .label{flex: 1;height: 40px;line-height: 40px;border: 0;width: auto;overflow: hidden;margin: 10px 2% 0 0;padding-left: 30px;}
.fm .form-wrap .label.Code{display: flex;min-width: 220px;}
.fm .form-wrap .label.Code input{width: 40%;}
.fm .form-wrap form .label span{background: none;font-size: 16px;margin: 12px 0;flex: 1;width: auto;height: 16px;line-height: 16px;border-left: 1px solid #999999;border-radius: 0;padding-right: 10px;}
.fm .form-wrap form .label i.iconDown{left: 82%;}
.fm .form-wrap form .label input, .form-wrap form .label select{padding: 0 0 0 6px;height: 40px;line-height: 40px;font-size: 16px;}
.qt_pop_trial_reading_wrap .trial_reading.active .lxsc_tit{display: none;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-container-trial-reading{float: none !important;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-container .swiper-slide img{margin: 0 auto;display: block;}
.qt_comment_result_wrap .comment_result .comment_result_fl{padding-top: 52px;}
.fm .result {padding-left: 200px;font-size: 16px;}
.fm .big-font{margin-top: 5px;}
.qt_comment_result_wrap .flex-items-center{background: #ffffff;width: 100%;padding: 10px;margin-top: 5px;}

.bg2{background:#e6e5e5;}
.page5 .con{display: flex;justify-content: space-between;}
.page5 .con .item{width: 285px;border-radius: 10px;padding-bottom: 20px;border: 1px solid #ead39d;}
.page5 .con .item h3{font-size: 22px;color: #19336d;border-radius: 10px;background: linear-gradient(180deg,#f6ebd0,#ead39d);text-align: center;line-height: 50px;}
.page5 .con .item:hover{background: linear-gradient(180deg,#ffffff,#d2c4a0);}
.page5 .con .item .list{width:245px;height:150px;background: url(../images/page5_bg1.png) no-repeat center top;margin: 20px auto 0;padding: 14px 10px 10px 10px;box-sizing: border-box;}
.page5 .con .item .list i{width:34px;height:22px;display: block;margin-left: 8px;}
.page5 .con .item .list h4{font-size: 16px;color: #ffffff;margin-left: 8px;}
.page5 .con .item .list p{font-size: 14px;color: #ecc88c;margin-left: 8px;}
.page5 .con .item .list span{display: block;width: 225px;height: 40px;line-height: 40px;border-radius: 6px;background: linear-gradient(90deg,#e7eaf0,rgba(255,255,255,0.5));padding: 0 0 0 8px;box-sizing: border-box;margin-top: 15px;font-size: 14px;color: #4e3a07;}
.page5 .con .item .list span b{font-size: 18px;color: #002584;}
.page5 a{background: #284585;color: #ffffff;}

.page6{padding-bottom: 40px;}
.page6 .con{margin-top: 70px;}
.page6 .con .item{width: 100%;border-radius: 20px;background: #344e8b;position: relative;margin-bottom: 40px;padding: 35px 30px;box-sizing: border-box;}
.page6 .con .item h3{display: flex;position: absolute;top: -20px;background: linear-gradient(90deg,#018281,rgba(0,0,0,0));border-radius: 10px;padding: 5px 20px;width: 428px;left: 30px;}
.page6 .con .item h3 b{font-size: 20px;color: #fff0cd;text-shadow: 0 2px 5px rgba(0,0,0,0.5);}
.page6 .con .item h3 a{font-size: 14px;font-weight: bold;background: linear-gradient(90deg,#f1e1bd,#d8bd79);border: 1px solid #ffffff;border-radius: 50px;color: #0d245a;padding: 0 20px;margin-left: 40px;}
.page6 .con .item h3 a:hover{color: #bf5100;}
.page6 .con .item{display: flex;justify-content: space-around;}
.page6 .con .item1 p{color: #ffffff;width: 544px;}
.page6 .con .item1 .item_con{display: flex;justify-content: space-between;width: 550px;}
.page6 .con .item1 dl{width: 238px;height: 60px;border-radius: 10px;background: linear-gradient(90deg,#ffffff,#ead399);border: 1px solid #ffffff;display: flex;justify-content: space-evenly;align-items: center;}
.page6 .con .item1 dl dt{color: #0d245a;font-size: 14px;position: relative;padding-right: 10px;}
.page6 .con .item1 dl dt::after{content: '';width: 1px;height:30px;background: #836927;position: absolute;top: 0;bottom: 0;right: 0;margin: 0 auto;}
.page6 .con .item1 dl dt b{font-size: 26px;}
.page6 .con .item1 dl dd{font-size: 14px;color: #836927;}
.page6 .con .item1 .item_con dl:nth-child(2){width: 278px;}
.page6 .con .item2{background: #0d245a;}
.page6 .con .item2 h3{background: linear-gradient(90deg,#ca7201,rgba(0,0,0,0));}
.page6 .con .item2 .dec{width: 478px;position: relative;color: #ffffff;line-height: 180%;font-weight: bold;font-size: 16px;display: flex;align-items: center;}
.page6 .con .item2 .dec::after{content: '';width:74px;height:227px;background: url(../images/page6_icon1.png) no-repeat center top;position: absolute;right: 0;top: 0;bottom: 0;margin: auto;}
.page6 .con .item2 .teach_con{width: 647px;}
.page6 .con .item2 .teach_con .tables .list{display: none;}
.page6 .con .item2 .teach_con .tables .list.active{display: block;}
.page6 .con .item2 .teach_con .tables .list dl{display: flex;justify-content: center;align-items: center;}
.page6 .con .item2 .teach_con .tables .list dl dt{font-size: 24px;color: #5fa8e0;font-weight: bold;}
.page6 .con .item2 .teach_con .tables .list dl dd{font-size: 16px;color: #ebd49e;margin-left: 20px;}
.page6 .con .item2 .teach_con .tables .list .teach_dec{border-radius: 20px;background: linear-gradient(90deg,rgba(0,0,0,0),#7294c2);border-right: 1px solid #ffffff;box-sizing: border-box;position: relative;font-weight: normal;color: #ffffff;padding: 18px 26px 18px 200px;height: 116px;margin-top: 20px;}
.page6 .con .item2 .teach_con .tables .list .teach_dec img{position: absolute;top: -60px;left: 0;}
.page6 .con .item2 .teach_con .tabs{display: flex;justify-content: space-between;margin-top: 24px;cursor: pointer;}
.page6 .con .item2 .teach_con .tabs .tab{width:69px;height:67px;background: url(../images/img/sm_img1.png) no-repeat center top;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.page6 .con .item2 .teach_con .tabs .tab:nth-child(2){background-image: url(../images/img/sm_img2.png);}
.page6 .con .item2 .teach_con .tabs .tab:nth-child(3){background-image: url(../images/img/sm_img3.png);}
.page6 .con .item2 .teach_con .tabs .tab:nth-child(4){background-image: url(../images/img/sm_img4.png);}
.page6 .con .item2 .teach_con .tabs .tab:nth-child(5){background-image: url(../images/img/sm_img5.png);}
.page6 .con .item2 .teach_con .tabs .tab:nth-child(6){background-image: url(../images/img/sm_img6.png);}
.page6 .con .item2 .teach_con .tabs .tab:nth-child(7){background-image: url(../images/img/sm_img7.png);}
.page6 .con .item2 .teach_con .tabs .tab:nth-child(8){background-image: url(../images/img/sm_img8.png);}
.page6 .con .item2 .teach_con .tabs .tab.active{background-image: url(../images/img/sm_img1_h.png);margin-top: -10px;}
.page6 .con .item2 .teach_con .tabs .tab.active:nth-child(2){background-image: url(../images/img/sm_img2_h.png);}
.page6 .con .item2 .teach_con .tabs .tab.active:nth-child(3){background-image: url(../images/img/sm_img3_h.png);}
.page6 .con .item2 .teach_con .tabs .tab.active:nth-child(4){background-image: url(../images/img/sm_img4_h.png);}
.page6 .con .item2 .teach_con .tabs .tab.active:nth-child(5){background-image: url(../images/img/sm_img5_h.png);}
.page6 .con .item2 .teach_con .tabs .tab.active:nth-child(6){background-image: url(../images/img/sm_img6_h.png);}
.page6 .con .item2 .teach_con .tabs .tab.active:nth-child(7){background-image: url(../images/img/sm_img7_h.png);}
.page6 .con .item2 .teach_con .tabs .tab.active:nth-child(8){background-image: url(../images/img/sm_img8_h.png);}
.page6 .con .item3{background: #152447;}
.page6 .con .item3 h3{background: linear-gradient(90deg,#b92642,rgba(0,0,0,0));}
.page6 .con .item3 .dec{width: 453px;color: #ffffff;font-size: 16px;line-height: 160%;}
.page6 .con .item3 .swiper_con{width: 650px;display: flex;justify-content: space-between;}
.page6 .con .item3 .swiper_con .list{width: 210px;}
.page6 .con .item3 .swiper_con .list h4{font-size: 18px;color: #5fa8e0;}
.page6 .con .item3 .swiper_con .list p{width: 100%;color: #ffffff;font-size: 12px;height: 30px;line-height: 30px;box-sizing: border-box;text-align: center;background: url(../images/page6_icon2.png) no-repeat center top;margin-top: 9px;}
.page6 .con .item3 .swiper_con .list p b{font-size: 14px;color: #f6dbac;}
.page6 .con .item4{background: #0d245a;display: block;}
.page6 .con .item4 h3{background: linear-gradient(90deg,#7b2778,rgba(0,0,0,0));}
.page6 .con .item4 .dec{color: #ffffff;font-size: 16px;}
.page6 .con .item4 ul{display: flex;justify-content: space-between;margin-top: 26px;}



/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display:block;width: 120px;height: 194px;}
.xdf_slide .xdf_slidebtn{font-size:16px;color:#ffffff;bottom:10px;width:80%;}
#xdf_bottomForm{display:none;}
.xdf_bottomForm_title_img .xdf_bottomForm.form-wrap .m1200 .ax_img{width:161px;height:173px;left:0;bottom:0;background: url(../images/bdImg.png) no-repeat center top;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn {background:#3963c3;font-weight:bold;}


.xdf_bottomForm_title_img .xdf_bottomForm.form-wrap .form{padding: 0px 0 0 204px;}
.xdf_bottomForm_title_img .xdf_bottomForm.form-wrap.form-wrap-flex .form_title i{font-weight: normal;font-size: 18px;}


@media screen and (max-width:1000px) {
	.m1200{width:94%;}
	.header_banner{height:4.78rem;background-size:contain;padding:0;background:url(../images/m_bannerBg.jpg) no-repeat center  top;}
	.header_banner .banner_img{padding:0.7rem 0 0;}
	.header_banner .banner_img img{width:5.84rem;height:2.65rem;}
	.header_banner .orangeBtn{position: static;}
	.orangeBtn{width:4.5rem;height:0.7rem;line-height:0.7rem;font-size:0.34rem;margin:0.3rem auto 0;border-radius:0.4rem;font-weight: bold;}
	.page{padding:.7rem 0 0;}
	.page .tit{margin:0 0 .45rem 0;}
	.page .tit h4{position:initial;margin:0;font-size:.4rem;line-height:.34rem;}
	.page .tit h5{font-size: 0.3rem;margin-top: 0.2rem;line-height: 0.38rem;}
	.page .tit h5 b{font-size: 0.4rem;}
	.page .tit p{font-size: 0.24rem;margin-top: 0.2rem;line-height: 120%;}
	.flex-justify-between{flex-direction: column;}
	.conentQt{background: none;}
	.page .title{font-size: 0.36rem;margin-bottom: 0.2rem;}
	.page .title b{line-height: 100%;}
	.page .title i{font-size: 0.3rem;}

	.page1 .lq_con{border-radius: 0.2rem;}
	.page1 .lq_con .top{display: block;}
	.page1 .lq_con .top .item{width: 33.33%;height: auto;padding: 0.2rem 0;text-align: center;}
	.page1 .lq_con .top .item1{width: 100%;background-image: url(../images/m_page1Bg1.jpg);background-size: cover;height: 0.97rem;font-size: 0.24rem;padding: 0;}
	.page1 .lq_con .top .item1 b{font-size: 0.3rem;display: block;line-height: 120%;}
	.page1 .lq_con .top .item span{font-size: 0.36rem;}
	.page1 .lq_con .top .item span i{width: 0.3rem;height: 0.3rem;font-size: 0.18rem;line-height: 0.3rem;right: -0.3rem;}
	.page1 .lq_con .top .item p{font-size: 0.18rem;margin-top: 0.12rem;line-height: 120%;text-align: center;}
	.page1 .lq_con .bot{border-radius: 0.2rem;padding: 0.24rem;}
	.page1 .lq_con .bot .bot_flex{flex-direction: column;}
	.page1 .lq_con .bot .bot_flex .l{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.page1 .lq_con .bot .l dl{width: 3.02rem;height: 0.82rem;border-radius: 0.1rem;margin-bottom: 0.2rem;display: flex;justify-content: space-evenly;flex-direction: row;}
	.page1 .lq_con .bot .l dl dt{font-size: 0.2rem;}
	.page1 .lq_con .bot .l dl dd{font-size: 0.14rem;}
	.page1 .lq_con .bot .l dl dd b{font-size: 0.36rem;}
	.page1 .lq_con .bot .r{width: 100%;}
	.page1 .lq_con .bot .r .swiper-container_lq{padding-bottom: 0.6rem;}
	.page1 .lq_con .bot .r .swiper-wrapper{flex-wrap: nowrap;}
	.page1 .lq_con .bot .r .swiper-slide{height: 1.55rem;background-size: cover;margin: 0;padding: 0 0.44rem;}
	.page1 .lq_con .bot .r .swiper-slide h3{font-size: 0.36rem;}
	.page1 .lq_con .bot .r .swiper-slide p{font-size: 0.16rem;margin-top: 0.1rem;}
	.page1 .lq_con .bot .r .swiper-slide dd{padding-right: 0.44rem;}
	.page1 .lq_con .bot .r .swiper-slide dd span{font-size: 0.48rem;}
	.page1 .lq_con .bot .r .swiper-slide dd span i{font-size: 0.24rem;width: 0.4rem;height: 0.4rem;line-height: 0.4rem;right: -0.4rem;}
	.page1 .lq_con .bot a{margin-top: 0rem;}

	.page2{padding-bottom: 0.5rem;}
	.page2 ul{flex-direction: column;}
	.page2 ul li{width: 100%;height: 1.64rem;background-size:cover;padding: 0.1rem 0.3rem;box-sizing: border-box;margin-bottom: 0.2rem;}
	.page2 ul li.active h3{margin: 0;}
	.page2 ul li h3{font-size: 0.3rem;padding-top: 0;padding-left: 0.52rem;text-align: left;}
	.page2 ul li h3::after{width: 0.42rem;height: 0.42rem;background-size: contain;right: auto;left: 0;}
	.page2 ul li p{text-align: left;font-size: 0.24rem;padding-left: 0.52rem;margin-top: 0.05rem;line-height: 120%;}

	.page3{padding-bottom: 0.5rem;}
	.page3 .con .l{width: 2.18rem;}
	.page3 .con .l h4, .page3 .con .r h4{font-size: 0.24rem;height: 0.48rem;line-height: 0.48rem;}
	.page3 .con .l .tabs{margin-top: 0.2rem;flex-direction: column;}
	.page3 .con .l .tabs span{font-size: 0.18rem;width:2.2rem;height: 0.62rem;margin-right: 0;margin-bottom: 0.15rem;border-radius: 0.1rem;padding-left: 0.28rem;}
	.page3 .con .l .tabs span::after{width: 0.2rem;height: 0.14rem;background-size: contain;right: 0.2rem;}
	.page3 .con .r{width: 4.54rem;}
	.page3 .con .r .tables .item{padding: 0.24rem 0 0 0.24rem;border-radius: 0.1rem;margin-top: 0.2rem;height: auto;}
	.page3 .con .r .tables .item dl{width: 100%;margin-bottom: 0.32rem;}
	.page3 .con .r .tables .item:nth-child(5) dl:nth-child(2){display: flex;}
	.page3 .con .r .tables .item:nth-child(5) dl{width: 100%;}
	.page3 .con .r .tables .item.active{flex-direction: column;}
	.page3 .con .r .tables .item p.m{display: flex;}
	.page3 .con .r .tables .item dl dt{width: 1.4rem;height: 1.4rem;}
	.page3 .con .r .tables .item dl dt b{font-size: 0.22rem;padding-top: 0.3rem;}
	.page3 .con .r .tables .item dl dt p{font-size: 0.19rem;}
	.page3 .con .r .tables .item dl dt b::after{width: 0.28rem;height: 0.25rem;background-size: contain;}
	.page3 .con .r .tables .item dl dd{padding-left: 0.55rem;background-size: auto;}
	.page3 .con .r .tables .item dl dd span{width: 0.63rem;height: 0.28rem;font-size: 0.18rem;line-height: 0.28rem;border-radius: 0.1rem;left: -0.05rem;}
	.page3 .con .r .tables .item dl dd p{width: 2.3rem;height: 0.62rem;border-radius: 0.1rem;padding: 0 0.2rem;margin-bottom: 0.2rem;font-size: 0.24rem;line-height: 120%;}
	.page3 .con .r .tables .item dl dd p.add::after{width: 0.28rem;height: 0.28rem;background-size: contain;bottom: -0.22rem;}
	.page3 .tip{font-size: 0.24rem;margin-top: 0.2rem;line-height: 160%;position: static;}
	.page3 .qt_53Btn{margin-top: 0.2rem;}

	.page4{background-size: cover;padding-bottom: 0.5rem;}
	.page4 ul{flex-direction: column;}
	.page4 ul li{width: 100%;height: 1.65rem;padding-left: 0.26rem;border-right: 0;border-bottom: 1px solid #d1d1d1;}
	.page4 ul li.active{width: 100%;height: 5.43rem;background-size: cover;}
	.page4 ul li h3::after{width: 0.5rem;height: 0.54rem;background-size: contain;}
	.page4 ul li i{font-size: 0.3rem;right: 0.4rem;top: 0.15rem;}
	.page4 ul li h3{font-size: 0.32rem;padding-top: 0;padding-left: 0.6rem;}
	.page4 ul li .tabs{height: auto;margin-top: 0.2rem;display: flex;justify-content: space-around;}
	.page4 ul li .tabs p{font-size: 0.24rem;width: auto;position: relative;padding-left: 0.2rem;line-height: 140%;}
	.page4 ul li .tabs p::before{content: '·';font-size: 0.3rem;color: #666666;position: absolute;top: 0;bottom: 0;margin: auto;left: 0.1rem;}
	.page4 ul li .tabs::after{display: none;}
	.page4 ul li.active h3{font-size: 0.4rem;top: 1rem;padding-left: 0;}
	.page4 ul li.active .con{margin-top: 0.2rem;}
	.page4 ul li.active .tabs{flex-direction: column;}
	.page4 ul li.active .tabs p{width: 2.88rem;font-size: 0.18rem;height: 0.36rem;line-height: 0.36rem;padding-left: 0.1rem;margin-bottom: 0.1rem;}
	.page4 ul li.active .tabs p::before{display: none;}
	.page4 ul li.active .tabs p.active::after{right: 0.1rem;font-size: 0.2rem;}
	.page4 ul li.active .tables{margin-left: 0.7rem;}
	.page4 ul li .tables dl{margin-bottom: 0.26rem;}
	.page4 ul li .tables dl dt{font-size: 0.2rem;padding: 0rem 0.2rem;border-radius: 0.1rem;margin-bottom: 0.1rem;}
	.page4 ul li .tables dl dd p{font-size: 0.18rem;padding-left: 0.1rem;}
	.page4 ul li .tables dl dd p::after{width: 0.05rem;height: 0.05rem;}

	/* 中部表单（M端隐藏） */
    .m-fm-center{background: linear-gradient(90deg,#ddca90,#dcb95c);position: relative;padding:.4rem 0 .5rem;background-size: cover;}
	.m-fm-center .big-font{font-size: .4rem;color: #ffffff;font-weight: bold;line-height: .4rem;}
	.m-fm-center .fm_tit{font-size: .34rem;color: #333333;margin: 0 0 0.2rem 0;text-align: center;width: 4.8rem;position: relative;}
	.m-fm-center .fm_tit i{font-size: 0.24rem;font-weight: normal;display: block;}
	.m-fm-center .fm_tit::after{content: '';width:1.61rem;height:2.19rem;background: url(../images/formLine.png) no-repeat center top;position: absolute;right: -1.61rem;bottom: -0.2rem;background-size: contain;}
	.m-fm-center form{padding: 0 .4rem;}
	.m-fm-center form .label{width: 100%;margin: 0;border: 0;line-height: .86rem;height: .86rem;overflow: hidden;}
	.m-fm-center form .label input{height: .86rem ;}
	.m-fm-center form .label.phone{margin: .2rem 0;}
	.m-fm-center form .label.Code{width: 100%;margin: 0 0 .2rem;}
	.m-fm-center form .label.Code input{width: 65%;}
	.m-fm-center form .label.Code .SmsCodeBtn{ margin: 0; right: 0; width: 1.7rem; background: transparent; color: #1c3290; border-left:.01rem solid #1c3290; border-radius: 0;height: .54rem;line-height: .54rem;margin: .17rem 0; }
	.m-fm-center form .tiaokuan{font-size: .22rem;text-align: left;margin: .1rem 0;}
	.form-wrap .xdf_formbtn{width: 100%;margin: 0;background: #19336d;font-size: .34rem;color: #ffffff;font-weight: bold;height: .86rem;line-height: .86rem;position: relative;border-radius: 0.4rem;}
	.form-wrap .xdf_formbtn:hover{background: #19336d;}
	.form-wrap .previewPDF{text-align: center;color: #ffffff;font-size: .34rem;line-height: .34rem;z-index: 2;margin: .2rem 0 0;}
	.form-wrap .result {padding: 0 .4rem;display: none;margin-top: 0.2rem;}
	.form-wrap .result .url-msg{font-size: .24rem;line-height: .6rem;color: #ffffff;}
	.form-wrap .result .url-txt{width: 100%;height: 2.18rem;background: #ffffff;padding: 0 .3rem;box-sizing: border-box;}
	.form-wrap .result .url-txt p{text-align: center;}
	.form-wrap .result .url-txt p.download_url{font-size: .24rem;line-height: .4rem;color: #333333;width: 100%;box-sizing: border-box;word-break: break-word; white-space: pre-line;}
	.form-wrap .result .url-txt .codeP{font-size: .28rem;color: #0242b5;margin: .2rem 0 0 0;}
	.form-wrap .result .copy_btn{width: 100%;height: .86rem;color: #ffffff;background: #19336d;text-align: center;line-height: .86rem;margin: .2rem 0 0 0;font-size: .34rem;font-weight: bold;}
	.form-wrap .result .tip{font-size: .22rem;color: #ffffff;line-height: .6rem;text-align: center;}

	.bg2{padding-bottom: 0.3rem;}
	.page5 .con{flex-direction: column;}
	.page5 .con .item{width: 100%;border-radius: 0.1rem;background: linear-gradient(180deg,#ffffff,#d3c5a1);margin-bottom: 0.2rem;height: 0.5rem;overflow: hidden;padding-bottom: 0;}
	.page5 .con .item.active{height: auto;padding-bottom: 0.2rem;}
	.page5 .con .item .list_con{display: flex;justify-content: space-evenly;}
	.page5 .con .item h3{font-size: 0.24rem;height: 0.5rem;line-height: 0.5rem;border-radius: 0.1rem;}
	.page5 .con .item .list_con .list{width: 3.06rem;height: 1.88rem;background-size: contain;margin: 0.18rem 0 0 0;padding: 0.15rem 0 0.15rem 0.1rem;}
	.page5 .con .item .list i{width: 0.4rem;height: 0.3rem;}
	.page5 .con .item .list h4{font-size: 0.22rem;margin-left: 0.05rem;}
	.page5 .con .item .list p{font-size: 0.16rem;margin-left: 0.05rem;line-height: 120%;}
	.page5 .con .item .list span{width: 2.9rem;height: 0.46rem;font-size: 0.18rem;line-height: 0.46rem;border-radius: 0.1rem;margin-top: 0.2rem;}
	.page5 .con .item .list span b{font-size: 0.22rem;}
	.page5 a{width: 5.5rem;}
	.page5 a:hover{background: #ffffff;}

	.page6 .con{margin-top: 0.58rem;}
	.page6 .con .item{border-radius: 0.2rem;margin-bottom: 0.46rem;padding: 0.5rem 0.3rem;flex-direction: column;}
	.page6 .con .item h3{top: -0.2rem;border-radius: 0.1rem;padding: 0.05rem 0.2rem;width: 5.1rem;left: 0.3rem;}
	.page6 .con .item h3 b{font-size: 0.28rem;}
	.page6 .con .item h3 a{font-size: 0.24rem;border-radius: 0.5rem;padding: 0 0.1rem;margin-left: 0.5rem;}
	.page6 .con .item1 p{width: 100%;font-size: 0.26rem;line-height: 160%;}
	.page6 .con .item1 .item_con{margin-top: 0.2rem;width: 100%;}
	.page6 .con .item1 dl{width: 2.88rem;height: 0.7rem;border-radius: 0.1rem;}
	.page6 .con .item1 dl dt{font-size: 0.16rem;padding-right: 0.1rem;}
	.page6 .con .item1 dl dt b{font-size: 0.32rem;}
	.page6 .con .item1 dl dt::after{height: 0.5rem;}
	.page6 .con .item1 dl dd{font-size: 0.16rem;line-height: 160%;}
	.page6 .con .item1 .item_con dl:nth-child(2){width: 3.3rem;}
	.page6 .con .item2 .dec{width: 100%;font-size: 0.26rem;}
	.page6 .con .item2 .dec::after{display: none;}
	.page6 .con .item2 .teach_con{width: 100%;margin-top: 0.32rem;}
	.page6 .con .item2 .teach_con .tables .list dl dt{font-size: 0.4rem;}
	.page6 .con .item2 .teach_con .tables .list dl dd{font-size: 0.2rem;line-height: 140%;margin-left: 0.2rem;}
	.page6 .con .item2 .teach_con .tables .list .teach_dec{border-radius: 0.2rem;margin-top: 0.1rem;padding: 0.1rem 0.24rem 0.1rem 2rem;height: auto;font-size: 0.24rem;line-height: 160%;}
	.page6 .con .item2 .teach_con .tables .list .teach_dec img{width: 2rem;top: -0.18rem;}
	.page6 .con .item2 .teach_con .tabs .tab{width: 0.72rem;height: 0.72rem;background-size: contain;}
	.page6 .con .item3 .dec{width: 100%;font-size: 0.24rem;}
	.page6 .con .item3 .swiper_con{width: 100%;flex-wrap: wrap;}
	.page6 .con .item3 .swiper_con .list{width: 100%;margin-top: 0.2rem;}
	.page6 .con .item3 .swiper_con .list .swiper-wrapper{flex-wrap: wrap;}
	.page6 .con .item3 .swiper_con .list .swiper-wrapper .swiper-slide{width: 50%;}
	.page6 .con .item4 .dec{font-size: 0.24rem;}
	.page6 .con .item4 ul{flex-wrap: wrap;margin-top: 0.2rem;}
	.page6 .con .item3 .swiper_con .list h4{font-size: 0.32rem;}
	.page6 .con .item3 .swiper_con .list p{height: 0.4rem;line-height: 0.4rem;background-size: contain;margin-top: 0.1rem;font-size: 0.18rem;}
	.page6 .con .item3 .swiper_con .list p b{font-size: 0.2rem;}
	.page6 .con .item3 .swiper_con .list3{margin: 0.2rem auto 0;}
	.page6 .con .item4 .ul_con{overflow-x: auto;}
	.page6 .con .item4 ul{display: block;width: 13rem;}
	.page6 .con .item4 ul li{float: left;width: 4rem;margin-right: 0.2rem;}
	.page6 .con .item4 ul li img{width: 100%;}
	.page6 .con .item4 ul li:last-child{margin:auto;}
}