.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:#ffcf62;font-size:16px;color:#8a1d19;text-align:center;margin:40px auto 0;border-radius:20px;display:block;font-weight: bold;}
.orangeBtn:hover{color: #8a1d19;}


.header_banner{width:100%;height:392px;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:539px;height:220px;}
.header_banner .orangeBtn{position: absolute;left: 430px;bottom: 50px;}

/* nav */
.navTopH{z-index:998;margin:32px auto 0;width:100%;height: 56px;}
.navTopH .m1200{box-shadow:0 0 10px 0px rgba(0,0,0,0.1); border-radius:14px;background:linear-gradient(180deg,#efe9d9,rgba(255,255,255,.5));border-top: 1px solid #b0922f;top: 0;z-index: 100;}
.navTopH li{width:16.66666666%;float:left;cursor:pointer;position: relative;}
.navTopH li a{font-size:18px;padding:15px 0;color:#203678;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: #b39b4c;}
.navTopH li.current a,
.navTopH li a:hover{color:#886a21;font-weight:bold;}
.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;}

.conentQt{background: #ffffff url(../images/bodyBg.jpg) no-repeat center top;background-size: 100% auto;}

.page{padding:50px 0 0;}
.page .tit{color:#333333;text-align:center;margin:0 0 45px 0px;}
.page .tit.pink{color:#ffe2e8;}
.page .tit.ql{color:#dee5f4;}
.page .tit p{font-size: 20px;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 .tit h5{font-size: 24px;font-weight: normal;color: #7b2f3a;margin-top: 20px;line-height: 32px;}
.page .tit i{font-size:16px;color:#999999;font-weight:normal;margin:0 0 0 10px;position:absolute;bottom:0;line-height:16px;}
.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;margin-left: 10px;}
.page .title b{position: relative;z-index: 2;line-height: 40px;}
.page1 .title{font-size: 44px;}
/* .page1{padding-top:0px;}
.page1 .title{display: inline-block;margin-bottom: 10px;color: #0c5a71;padding-left: 20px;}
.page1 .title::after{content: '';width: 5px;height: 28px;border-radius: 10px;background: linear-gradient(180deg,#1a6389,#469aa0);position: absolute;left: 0;top: 0;bottom: 0;margin:auto;}
.page1 .title i{text-align: left;position: absolute;left:0px;top: 0;} */
.page1 .dec_js{width: 100%;background: linear-gradient(180deg,#185c74,rgba(0,0,0,0));font-size: 16px;padding: 38px 34px;border-radius: 20px;border-left: 1px solid #ffffff;border-top: 1px solid #ffffff;border-right: 1px solid #ffffff;color: #ffffff;box-sizing: border-box;}

.page1 .video_con_page{margin-top: 20px;}
.page1 .video_con_page .swiper-container{padding: 10px 0 40px 0;}
.page1 .video_con_page .swiper-container .swiper-pagination-bullet{width: 45px;border-radius: 0;}
.page1 .video_con_page .swiper-container .swiper-pagination-bullet-active{background: #0c5a71;}
.page1 .video_con_page .list {width: 292px;border-radius: 20px;overflow: hidden;float: left;box-sizing: border-box;box-shadow: 0 2px 4px rgba(0,0,0,.1);cursor: pointer;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.page1 .video_con_page .list:hover {-webkit-transform: translateY(-5px);-ms-transform: translateY(-5px);transform: translateY(-5px)}
.page1 .video_con_page .list a {color: #333333;}
.page1 .video_con_page .list .listTop {width: 100%;overflow: hidden;position: relative;}
.page1 .video_con_page .list .listTop img {width: 100%;}
.page1 .video_con_page .list .listTop b {position: absolute;top: 10px;right: 10px;}
.page1 .video_con_page .list .listTop b span {font-size: 12px;float: left;width: 80px;height: 24px;line-height: 24px;box-sizing: border-box;border-radius: 16px;position: relative;color: #ffffff;font-weight: normal;background: rgba(0,0,0,.6);text-align: center;}
.page1 .video_con_page .list.future .listTop b span::after {content: '';position: absolute;width: 10px;height: 10px;background: url(//liuxue.xdf.cn//image/activity/image/activity_icon.png) 0 -13px no-repeat;top: 0;bottom: 0;margin: auto;left: 8px;}
.page1 .video_con_page .list.ing .listTop b span::after {content: '';position: absolute;width: 10px;background: url(//liuxue.xdf.cn//image/activity/image/ing.gif) center center no-repeat;top: 0;bottom: 0;
margin: auto;left: 8px;background-size: contain;}
.page1 .video_con_page .list.future .listTop b span,
.page1 .video_con_page .list.ing .listTop b span,
.page1 .video_con_page .list.end .listTop b span{padding-left: 22px;}
.page1 .video_con_page .list.end .listTop b span::after {content: '';position: absolute;width: 11px;height: 10px;background: url(//liuxue.xdf.cn//image/activity/image/activity_icon.png) -13px -26px no-repeat;top: 0;bottom: 0;margin: auto;left: 8px;}
.page1 .video_con_page .list .listBot .text_con{margin-bottom: 20px;}
.page1 .video_con_page .list .listBot {padding: 10px;background: #ffffff;}
.page1 .video_con_page .list .listBot h3{font-size: 16px;color: #333333;line-height: 20px;height: 48px;}
.page1 .video_con_page .list .listBot p {font-size: 12px;color: #666666;line-height: 14px;height: 15px;margin-bottom: 5px;}
.page1 .video_con_page .list .listBot p span {color: #333;}
.page1 .video_con_page .list .listBot p span:nth-child(2){display: block;padding-left: 36px;}
.page1 .video_con_page .list .listBot p.p2 {background: url(https://qtfile.xdf.cn/template/image/entry/images/entrySprite.png?we) no-repeat -487px -147px;}
.page1 .video_con_page .list .listBot p.p3 {height: 35px;background: url(https://qtfile.xdf.cn/template/image/entry/images/entrySprite.png?we) no-repeat -487px -190px;}
.page1 .video_con_page .list .listBot p.xingshi {background-position: -487px -462px;}
.page1 .video_con_page .list .listBot .listBot_b {height: 30px;}
.page1 .video_con_page .list .listBot .listBot_b b {font-size: 12px;color: #999999;width: 36px;float: left;height: 26px;line-height: 26px;font-weight: normal;}
.page1 .video_con_page .list .listBot .listBot_b dl {width: 178px;float: left;line-height: 26px;position: relative;}
.page1 .video_con_page .list .listBot .listBot_b dl dt {width: 26px;height: 26px;overflow: hidden;border-radius: 50%;float: left;margin-right: 5px;}
.page1 .video_con_page .list .listBot .listBot_b dl dd {font-size: 12px;color: #333333;}
.page1 .video_con_page .list .listBot .listBot_b dl dd.jiabinNum {margin-left: 63px;color: #999999;}
.page1 .video_con_page .list .listBot .listBot_b dl dd.jiabinNum i {font-style: normal;color: #f39800;font-weight: bold;}
.page1 .video_con_page .list .listBot .listBot_b dl dt img {width: 100%;vertical-align: top;}
.page1 .video_con_page .list .listBot .listBot_b .newBtn {width: 84px;float: right;margin-top: 0;color: #0c5a71;border: 1px solid #0c5a71;border-radius: 50px;text-align: center;cursor: pointer;font-size: 12px;}
.page1 .video_con_page .list:hover .listBot .listBot_b .newBtn {color: #ffffff;background: #0c5a71;}
.page1 .video_con_page .list .listBot .listBot_b.noBlog dl {width: 110px;}
.page1 .video_con_page .list .listBot .listBot_b dl.many dt {border: 2px solid #ffffff;}
.page1 .video_con_page .list .listBot .listBot_b dl.many dt.many2 {left: 14px;position: absolute;top: 0;}
.page1 .video_con_page .list .listBot .listBot_b dl.many dt.many3 {left: 28px;position: absolute;top: 0;}
.page1 .video_con_page .swiper-container .swiper-button-prev, .page1 .video_con_page .swiper-container-rtl .swiper-button-next {
    background: url(https://qtfile.xdf.cn/template/image/icon/swiper-button_40_40.png) no-repeat 0px 0;
    background-size: 100px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	width: 42px;
}
.page1 .video_con_page .swiper-container .swiper-button-next, .page1 .video_con_page .swiper-container-rtl .swiper-button-prev {
    background: url(https://qtfile.xdf.cn/template/image/icon/swiper-button_40_40.png) no-repeat 0 -61px;
    background-size: 100px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
	width: 42px;
}
.page1 .shrq ul{display: flex;justify-content: space-between;}
.page1 .shrq ul li{width: 286px;height: 130px;background: linear-gradient(180deg,#ffffff,#d1eaf3);border: 1px solid #d0dee4;border-radius: 20px;padding: 0 14px;box-sizing: border-box;display: flex;justify-content: center;flex-direction: column;}
.page1 .shrq ul li h3{font-size: 16px;color: #333333;}
.page1 .shrq ul li p{font-size: 12px;color: #666666;line-height: 140%;margin-top: 5px;}
.bg1{background: url(../images/bg1.jpg) no-repeat center bottom;}
.page2 .con{background: linear-gradient(180deg,#fff9e4,#ffffff);padding: 28px 0 0 0;border-radius: 20px;padding-bottom: 20px;}
.page2 ul{display: flex;justify-content: space-between;justify-content: space-evenly;}
.page2 ul li{text-align: center;cursor: pointer;width: 200px;position: relative;}
.page2 ul li::after{content: '';width: 1px;height: 100px;background: #dedede;position: absolute;right: 0;top: 50px;}
.page2 ul li:last-child::after{display: none;}
.page2 ul li .img_wrap{-webkit-transition: .3s;-o-transition: .3s;transition: .3s;position: relative;padding-top: 66px;}
.page2 ul li .img_wrap::after{content: '';width: 66px;height:60px ;background: url(../images/icon2.png) no-repeat center center;position: absolute;top: 0;left: 0;right: 0;margin: auto;}
.page2 ul li:nth-child(2) .img_wrap::after{background-image: url(../images/icon3.png);}
.page2 ul li:nth-child(3) .img_wrap::after{background-image: url(../images/icon4.png);}
.page2 ul li:nth-child(4) .img_wrap::after{background-image: url(../images/icon5.png);}
.page2 ul li:nth-child(5) .img_wrap::after{background-image: url(../images/icon6.png);}
.page2 ul li:nth-child(6) .img_wrap::after{background-image: url(../images/icon7.png);}
.page2 ul li .img_wrap h3{font-size: 18px;color: #333;margin-bottom: 20px;}
.page2 ul li p{font-size: 14px;color: #666666;line-height: 160%;}
.page2 ul li:hover .img_wrap{margin-top: -10px;}
.page2 ul li a{font-size: 16px;color: #1d2d58;font-weight: bold;display: none;margin-top: 20px;}
.page2 ul li:hover a{display: block;}
.page2 ul li:hover .img_wrap h3{color: #8e6e10;}
.page2 ul li:hover .img_wrap::after{background-image: url(../images/icon2_h.png);}
.page2 ul li:nth-child(2):hover .img_wrap::after{background-image: url(../images/icon3_h.png);}
.page2 ul li:nth-child(3):hover .img_wrap::after{background-image: url(../images/icon4_h.png);}
.page2 ul li:nth-child(4):hover .img_wrap::after{background-image: url(../images/icon5_h.png);}
.page2 ul li:nth-child(5):hover .img_wrap::after{background-image: url(../images/icon6_h.png);}
.page2 ul li:nth-child(6):hover .img_wrap::after{background-image: url(../images/icon7_h.png);}
.page2 .btn{font-size: 14px;background: #ffe985;width: 315px;height: 42px;line-height: 42px;border-radius: 20px;margin: 20px auto 0;display: block;text-align: center;color: #1b677e;font-weight: bold;}
.page3{padding-bottom: 50px;}
.page3 .tit h4{color: #ffe985;}
.page3 .tit p{color: #ffffff;}
.page3 .con{background: linear-gradient(180deg,#ffffff,rgba(0,0,0,0));border-radius: 20px;padding: 1px;box-sizing: border-box;}
.page3 .con_box{background: linear-gradient(180deg,#6b9d8b,rgba(0,0,0,0));border-radius: 20px;padding: 22px 30px 0 30px;box-sizing: border-box;}
.page3 .con .list{margin-bottom: 40px;}
.page3 .con .list h5{font-size: 30px;color: #ffe985;margin-bottom: 18px;}
.page3 .con .list .swiper-container  .swiper-wrapper{display: block;}
.page3 .con .list .swiper-container .swiper-slide{display: flex;justify-content: space-between;margin-bottom: 10px;}
.page3 .con .list .swiper-container p{width: 370px;height: 82px;background: linear-gradient(180deg,#bdf4f9,#ffffff);border-radius:10px;padding:0 22px;box-sizing: border-box;font-size: 16px;display: flex;flex-direction: column;
justify-content: center;line-height: 140%;}
.page3 .con .list .swiper-container p i{font-size: 14px;color: #666666;}
.page3 .con .list2 .dec{font-size: 14px;color: #ffffff;}
.page3 .table_wrap{border-top-right-radius: 20px;border-bottom-right-radius: 20px;position: relative;z-index: 2;background: linear-gradient(90deg,rgba(0,0,0,0),#ffffff);padding: 1px;margin-top: 20px;}
.page3 .table_wrap .box{border-radius: 20px;z-index: 1;background: linear-gradient(90deg,rgba(0,0,0,0),#165a75);padding: 20px 0 0 0;display: flex;justify-content: space-evenly;align-items: center;}
.page3 .table_wrap ul{width: 758px;}
.page3 ul li{width:172px;height:88px;background: #2c7487;float: left;margin-right: 22px;position: relative;text-align: center;border-radius: 10px;box-sizing: border-box;padding: 0 10px;cursor: pointer;margin-bottom: 20px;}
.page3 ul li:hover,
.page3 ul li.active{background: #ffe985;}
.page3 ul li::after{content: '';width:26px;height:21px;background: url(../images/icon_sj.png) no-repeat center top;position: absolute;right: -20px;top: 0;bottom: 0;margin:auto;}
.page3 ul li:nth-child(4)::after{transform:rotate(90deg);left: 0;right: 0;top: auto;bottom: -16px;}
.page3 ul li:nth-child(5)::after,
.page3 ul li:nth-child(6)::after,
.page3 ul li:nth-child(7)::after{transform:rotate(180deg);}

.page3 ul li:nth-child(8)::after{display: none;}
.page3 ul li:nth-child(4),
.page3 ul li:nth-child(8){margin-right: 0;}

.page3 ul li h3{font-size: 20px;color: #ffffff;padding-top: 50px;margin-bottom: 10px;position: relative;}
.page3 ul li:hover h3,
.page3 ul li.active h3{color: #0b455b;}
.page3 ul li h3::after{content: '';width: 41px;height: 41px;position: absolute;top: 5px;left: 0;right: 0;margin: 0 auto;background: url(../images/page4_icon1.png) no-repeat center top;}
.page3 ul li:nth-child(2) h3::after{background-image: url(../images/page4_icon2.png);}
.page3 ul li:nth-child(3) h3::after{background-image: url(../images/page4_icon3.png);}
.page3 ul li:nth-child(4) h3::after{background-image: url(../images/page4_icon4.png);}
.page3 ul li:nth-child(5) h3::after{background-image: url(../images/page4_icon8.png);}
.page3 ul li:nth-child(6) h3::after{background-image: url(../images/page4_icon10.png);}
.page3 ul li:nth-child(7) h3::after{background-image: url(../images/page4_icon12.png);}
.page3 ul li:nth-child(8) h3::after{background-image: url(../images/page4_icon5.png);}
.page3 ul li:nth-child(9) h3::after{background-image: url(../images/page4_icon9.png);}
.page3 ul li:nth-child(10) h3::after{background-image: url(../images/page4_icon10.png);}
.page3 ul li:nth-child(11) h3::after{background-image: url(../images/page4_icon11.png);}
.page3 ul li p{font-size:14px;color: #666666;line-height: 160%;}
.page3 ul li p b{color: #508ac4;}
.page3 .btn{font-size: 14px;background: #ffe985;width: 315px;height: 42px;line-height: 42px;border-radius: 20px;margin: 0 auto ;display: block;text-align: center;color: #1b677e;font-weight: bold;} 
.page3 .table{width: 326px;}
.page3 .table .item{position: relative;width: 100%;height: 218px;display: none;flex-direction: column;justify-content: center;}
.page3 .table .item h3{font-size: 20px;color: #ffe985;margin-bottom: 5px;}
.page3 .table .item p{font-size: 16px;color: #ffffff;}
.page3 .table .item i{font-size: 46px;font-weight: bold;opacity: .1;position: absolute;top: 20px;right: 0;color: #ffffff;}
.page3 .table .item.active{display: flex;}

.fm{background:linear-gradient(to right,#196189,#7ab6bb);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: 192px;height: 185px;}
.fm h5{padding-left: 260px;font-size: 24px;color: #ffffff;}
.fm h5 em{font-weight: bold;}
.fm .fmL{flex: 1;}
.fm .form-wrap .xdf_formbtn{width: 80px;flex-shrink: 0;height: 40px;line-height: 40px;border-radius: 20px;background: #f6df77;font-size: 16px;color: #296e91;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: #183691;font-size: 16px;color: #ffffff;text-align: center;margin: 10px 0 0 10px;cursor: pointer;}
.fm .form-wrap .fmT{padding-left: 260px;}
.fm .form-wrap .tiaokuan{padding-left: 260px;font-size: 14px;text-align: left;}
.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;}

.page4{background: url(../images/mapBg.jpg) no-repeat center top;height: 630px;}
.page4 .tit{text-align: left;color: #ffe985;}
.page4 .tit p{color: #ffffff;}
.page4 .con{position: relative;}
.page4 .con .tabs .po{width:30px;height:31px;background: url(../images/iconStar.png) no-repeat center top;position: absolute;cursor: pointer;}
.page4 .con .tabs .po1{top: 45px;left: 398px;}
.page4 .con .tabs .po2{top: 72px;left: 405px;}
.page4 .con .tabs .po3{top: 56px;left: 437px;}
.page4 .con .tabs .po4{top: 85px;left: 434px;}
.page4 .con .tabs .po5{top: 137px;left: 142px;}
.page4 .con .tabs .po6{top: 159px;left: 620px;}
.page4 .con .tabs .po7{top: 371px;right: 220px;}
.page4 .con .tabs .po.active,
.page4 .con .tabs .po:hover{width:30px;height: 31px;background: url(../images/iconStarH.png) no-repeat center center;background-size: cover;}
.page4 .con .dec span{font-size: 16px;color: #1c668a;font-weight: bold;display: inline-block;padding: 5px 20px;background: linear-gradient(180deg,rgba(255,255,255,.8),rgba(119,170,229,.8));border-radius: 50px;position: absolute;display: none;}
.page4 .con .dec span.tit1{top: 44px;left: 182px;}
.page4 .con .dec span.tit2{top: 69px;left: 255px;}
.page4 .con .dec span.tit3{top: 53px;left: 468px;}
.page4 .con .dec span.tit4{top: 85px;left: 464px;}
.page4 .con .dec span.tit5{top: 135px;left: 170px;}
.page4 .con .dec span.tit6{top: 157px;left: 520px;}
.page4 .con .dec span.tit7{top: 368px;right: 53px;}
.page4 .con .dec span.active{display: inline-block;}
.page4 .con .video_yx{width: 466px;background: #ffffff;border-radius: 10px;margin-top: -126px;height: 469px;float: right;}
.page4 .con .video_yx .top_video,
.page4 .con .video_yx .top_video video{width: 100%;border-top-left-radius: 10px;border-top-right-radius: 10px;height: 262px;position: relative;}
.page4 .con .video_yx .video_dec{padding: 18px 20px;}
.page4 .con .video_yx .video_dec h3{font-size: 16px;line-height: 140%;}
.page4 .con .video_yx .video_dec p.title_yx{font-size: 14px;color: #666666;position: relative;line-height: 120%;}
.page4 .con .video_yx .video_dec p.title_yx::after{content: '';width: 54px;height: 3px;background: #398b93;position: absolute;bottom: -10px;left: 0;}
.page4 .con .video_yx .video_dec p.dec{font-size: 14px;line-height: 160%;margin-top: 20px;}
.page4 .con .video_yx .top_video span{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: url(../images/video/pcImg1.png) no-repeat center top;z-index: 1;background-size: contain;cursor: pointer;}
.page4 .con .video_yx .top_video span i{position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;background: rgba(0,0,0,.2) url(../images/play.png) no-repeat center center;}

.page5{padding-bottom: 50px;}
.page5 .video_wrap{width:690px;height:388px;}
.page5 .video_wrap video{width:100%;height:100%;}
.page5 .video_wrap p{font-size:20px;line-height:30px;color:#333333;text-align:center;}
.page5 .swiper-container{width:480px;height:420px;margin:0 0 0 20px;}
.page5 .swiper-container .swiper-slide{display:flex;flex-wrap:wrap;align-content:flex-start;}
.page5 .swiper-container .swiper-slide .item{width:235px;height:122px;background:url() no-repeat center top;background-size:100% auto;margin:0 0 10px 0;box-sizing:border-box;cursor:pointer;border-radius:4px;position:relative;}
.page5 .swiper-container .swiper-slide .item:nth-of-type(odd){margin:0 10px 10px 0;}
.page5 .swiper-container .swiper-slide .item:nth-last-of-type(1),
.page5 .swiper-container .swiper-slide .item:nth-last-of-type(2){margin-bottom:0;}
.page5 .swiper-container .swiper-slide .item.active{border:3px solid #b79e20;}
.page5 .swiper-container .swiper-slide .item p{font-size:14px;line-height:30px;color:#ffffff;background:#044573 url(../images/play.png) no-repeat 96% center;background-size:18px;padding:0 30px 0 10px;border-radius:0 0 4px 4px;position:absolute;left:0;bottom:0;right:0;margin:auto;}
.page5 .swiper-container .swiper-pagination{bottom:0;}
.page5 .swiper-container .swiper-pagination .swiper-pagination-bullet{width:16px;border-radius:4px;}
.page5 .swiper-container .swiper-pagination .swiper-pagination-bullet-active{background:#b79e20;}

/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display:block;width: 123px;height: 140px;}
.xdf_slide .xdf_slidebtn{font-size:16px;color:#0e5446;bottom:10px;width:80%;}
#xdf_bottomForm{display:none;}
.xdf_bottomForm_title_img .xdf_bottomForm.form-wrap .m1200 .ax_img{background:url() no-repeat center top;width:438px;height:149px;left:-74px;bottom:0;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap{background: url(../images/btTL.png) no-repeat center top;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn {background:#b79e20;font-weight:bold;}


.xdf_bottomForm_title_img .xdf_bottomForm.form-wrap .form{padding: 0px 0 0 262px;}
/* 查看资料 */
.qt_pop_lqzl_form{background:rgba(0,0,0,0.5);z-index:9999;display:none;}
.qt_pop_lqzl_form .qt_popFormCon{position:fixed;z-index:9999;width:750px;height:400px;left:50%;top:50%;margin-top:-200px;margin-left:-375px;background:#ffffff;border-radius:20px;overflow:hidden;}
.qt_pop_lqzl_form .qt_popFormCon .popImg{width:350px;position:relative;}
.qt_pop_lqzl_form .qt_popFormCon .popImg .popLogo{position:absolute;top:20px;left:25px;}
.qt_pop_lqzl_form .qt_popFormCon .popForm{position:relative;width:400px;}
.qt_pop_lqzl_form .qt_popFormCon .popForm .close{width:14px;height:14px;line-height:14px;position:absolute;right:20px;top:20px;background:url(//liuxue.xdf.cn/image/icon/close.png?bebe97cÃ¢â‚¬Â¦) no-repeat -7px -176px;cursor:pointer;}
.qt_pop_lqzl_form .qt_popFormCon .popForm h6{font-size:24px;text-align:center;padding:66px 0 30px 0;}

.qt_form_common.qt_form{width:340px;margin:0 auto;}
.qt_form_common.qt_form .select_wrap{float:left;position:relative;background:#fff;border-radius:5px;width: 100%;margin-bottom: 10px;}
/* .qt_form_common.qt_form .select_wrap::after{content:'';width:10px;height:6px;position:absolute;right:10px;top:13px;background:url(//liuxue.xdf.cn/image/entry/images/icon/select6.png) no-repeat center top;} */
.qt_form_common.qt_form .input{width:100%;color:#999999;background:url(//liuxue.xdf.cn/image/entry/images/form_icon_gray.png) no-repeat 7px 3px;background-size:19px;padding:0 22px 0 32px;float:left;border-radius:5px;border: 1px solid #e4e4e4;box-sizing: border-box;height: 40px;}
.qt_form_common.qt_form .Name{background-position:7px 13px;}
.qt_form_common.qt_form .Phone{height:40px;background:#fff url(//liuxue.xdf.cn/image/entry/images/form_icon_gray.png) no-repeat 7px -22px;}
.qt_form_common.qt_form .SmsCode{width:198px;height:40px;background-position:7px -128px;}
.qt_form_common.qt_form .SmsCodeBtn{width:130px;height:40px;float:right;text-align:center;line-height:40px;font-size:16px;color:#9a9a9c;background:#eeeeee;border-radius:10px;margin:0;}
.qt_form_common.qt_form .SmsCodeBtn.active{background:#f39200;color:#fff;}
.qt_form_common.qt_form .btn{width:100%;background:#3fba98;border-radius:5px;font-size:14px;color:#fff;text-align:center;float:left;cursor:pointer;font-weight: bold;margin-top: 10px;}

.qt_form_common.qt_form .tiaokuan{width:100%;font-size:12px;line-height: 16px;margin-top:20px;}
.qt_form_common.qt_form .tiaokuan .checked{background: url(//liuxue.xdf.cn/image/entry/images/entrySprite.png) no-repeat -24px -62px;}
.qt_form_common.qt_form .tiaokuan .checked.active{background-position:-44px -62px;}
.qt_form_common.qt_form .tiaokuan a{color:#3fba98 !important;}
.qt_form_common.qt_form .btn{height:45px;line-height:45px;font-size:16px;font-weight:normal;background:linear-gradient(90deg,#72cab2,#3f9594);border-radius:12px;margin-top:20px;}
.qt_form_common.qt_form .btn:hover{background:linear-gradient(-90deg,#72cab2,#3f9594);}




@media screen and (max-width:1000px) {
	body{background:url(../images/m_bannerBg.jpg) no-repeat center  0.8rem;background-size: 100% auto;}
	.m1200{width:94%;}
	.header_banner{height:4.5rem;background-size:100% 100%;padding:0;background: none;}
	.header_banner .banner_img{padding:1.7rem 0 0;}
	.header_banner .banner_img img{width:6.85rem;height:2.84rem;}
	.header_banner .orangeBtn{position: static;}
	.orangeBtn{width:3.78rem;height:0.82rem;line-height:0.82rem;font-size:0.3rem;margin:0.3rem auto 0;border-radius:0.4rem;}
	.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;}
	.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 .title b{font-size: .4rem;}
	.page1 .dec_js{box-sizing: border-box;font-size: 0.26rem;padding: 0.2rem;border-radius: 0.2rem;}
	.page1 .dec_js a{font-size: 0.28rem;color: #b79e20;text-align: right;position: relative;padding-right: 0.4rem;}
	.page1 .dec_js a::after{content: '';width:0.27rem;height: 0.21rem;background: url(../images/aIcon.png) no-repeat center top;position: absolute;right: 0;top: 0;bottom: 0;margin: auto;background-size: contain;}
	.page1 .video_con_page{margin-top: 0.4rem;}
	.page1 .video_con_page .swiper-container{padding-bottom: 0.7rem;padding-top: 0;}
	.page1 .video_con_page .list{margin:0;}
	.page1 .video_con_page .list .listBot{padding: 0.2rem;}
	.page1 .video_con_page .list .listBot .listBot_b{height: auto;}
	.page1 .video_con_page .list .listBot .listBot_b dl{width: 4.5rem;line-height: 160%;}
	.page1 .video_con_page .list .listBot .listBot_b dl dt{width: 0.4rem;height: 0.4rem;}
	.page1 .video_con_page .list .listBot .listBot_b .newBtn{width: 2rem;border-radius: 0.5rem;font-size: 0.24rem;}
	.page1 .video_con_page .swiper-container .swiper-pagination-bullet{width: 0.5rem;height: 0.1rem;}
	.page1 .video_con_page .list .listBot .text_con{margin-bottom: 0.2rem;}
	.page1 .video_con_page .list .listBot p{font-size: 0.24rem;line-height: 160%;height: 0.3rem;margin-bottom: 0.1rem;}
	.page1 .video_con_page .list .listBot p span:nth-child(2){display: inline-block;padding-left: 0.2rem;}
	.page1 .shrq ul{flex-wrap: wrap;}
	.page1 .shrq ul li{width: 3.4rem;height: 1.15rem;border-radius: 0.1rem;padding: 0 0.2rem;margin-bottom: 0.32rem;}
	.page1 .shrq ul li h3{display: none;}
	.page1 .shrq ul li p{font-size: 0.26rem;color: #333333;}

	.bg1{background: none;}
	.page2{background: #ffffff;}
	.page2 .con{padding: 0.25rem 0.2rem 0 0.2rem;border-radius: .2rem;box-shadow: 0 0rem 0.08rem 0rem rgba(0,0,0,.2);position: relative;padding-bottom: 0.8rem;}
	.page2 ul{flex-direction: column;}
	.page2 ul li{height: auto;width:100%;border:0;box-sizing: border-box;margin-bottom: 0.3rem;}
	.page2 ul li::after{display: none;}
	.page2 ul li:hover .img_wrap{margin-top: 0;}
	.page2 ul li:nth-child(2n){border-right: 0;}
	.page2 ul li:nth-child(3),
	.page2 ul li:nth-child(4){border-bottom: 0;padding-top: 0.2rem;}
	.page2 ul li .img_wrap h3{font-size: 0.28rem;margin-bottom: 0;}
	.page2 ul li .img_wrap{padding-top: 0;text-align: left;padding-left: 0.9rem;}
	.page2 ul li .img_wrap::after{width: 0.78rem;height: 0.78rem;background-size: contain;left: 0;right: auto;}
	.page2 ul li p{font-size: 0.24rem;line-height: 120%;text-align: left;padding-left: 0.9rem;}
	.page2 .btn{width: 5.58rem;height: 0.64rem;font-size: 0.3rem;line-height: 0.64rem;}



	.page3{padding-bottom:0.3rem;background: url(../images/bg1.jpg) no-repeat center top;margin-top: 0.8rem;background-size: cover;}
	.page3 .con{border-radius: 0.2rem;padding: 0.02rem;background:#d4e2e9;}
	.page3 .con_box{border-radius: 0.2rem;padding: 0.32rem;background: linear-gradient(180deg, #6b9d8b, #175b76);}
	

	.page4{padding-bottom: 0.5rem;background-size: cover;margin-top: 0.8rem;}
	.page4 .con{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.page3 .table_wrap{border-radius: 0.2rem;margin-top: 0.2rem;padding: 0;background:  none;}
	.page3 .table_wrap .box{border-radius: 0.2rem;padding-top: 0;    background: none;flex-direction: column;}
	.page3 .table_wrap ul{width: 100%;}
	.page3 .table{width: 100%;}
	.page3 ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.page3 ul li{width:1.96rem;height:1.06rem;margin-right: 0;background-size: contain;float: none;order: 1;padding: 0;margin-bottom: 0.2rem;}
	.page3 ul li::after{content: '';width:0.28rem;height:0.28rem;right: -0.22rem;top: 0;bottom: 0;background-size: contain;z-index: 1;}
	.page3 ul li h3{font-size: 0.22rem;line-height: 0.28rem;margin-bottom: 0.2rem;padding-top: 0.68rem;}
	.page3 ul li h3::after{width: 0.48rem;height: 0.48rem;background-size: contain;top: 0.1rem;}
	.page3 ul li:nth-child(2){background-size: contain;order: 1;}
	.page3 ul li:nth-child(3){background-size: contain;order: 1;}
	.page3 ul li:nth-child(4){background-size: contain;order: 3;}
	.page3 ul li:nth-child(7){background-size: contain;order: 2;}
	.page3 ul li:nth-child(8){background-size: contain;order: 2;}
	.page3 ul li:nth-child(6){background-size: contain;order: 3;}
	.page3 ul li:nth-child(5){background-size: contain;order: 10;}
	.page3 ul li:nth-child(9){background-size: contain;order: 10;}
	.page3 ul li:nth-child(10){background-size: contain;order: 12;width: 48%;}
	.page3 ul li:nth-child(11){background-size: contain;order: 11;width: 48%;}
	.page3 ul li p{font-size: 0.22rem;line-height: 120%;}
	.page3 ul li:nth-child(3)::after,
	.page3 ul li:nth-child(7)::after,
	.page3 ul li:nth-child(9)::after{transform: rotate(90deg);bottom: -0.1rem;top: auto;right: 0;left: 0;z-index: 1;}
	.page3 ul li:nth-child(5)::after,
	.page3 ul li:nth-child(6)::after{transform: rotate(0deg);}
	.page3 ul li:nth-child(8)::after,
	.page3 ul li:nth-child(4)::after,
	.page3 ul li:nth-child(10)::after{display: block;transform: rotate(180deg);right: auto;left: -0.4rem;}
	.page3 ul li:nth-child(4)::after{bottom: 0;top: 0;left: -0.2rem;}
	.page3 ul li:nth-child(8)::after{left: -0.2rem;}
	.page3 ul li:nth-child(7)::after{bottom: -0.2rem;}
	.page3 ul li:nth-child(5){position: relative;left: -2.2rem;}
	.page3 ul li:nth-child(5)::after{display: none;}
	.page3 .con .list{margin-bottom:0rem ;}
	.page3 .con .list h5{font-size: 0.3rem;margin-bottom: 0.2rem;}
	.page3 .con .list .swiper-container{padding-bottom: 0.2rem;}
	.page3 .con .list .swiper-container .swiper-wrapper{display: flex;}
	.page3 .con .list .swiper-container .swiper-slide{flex-direction: column;}
	.page3 .con .list .swiper-container p{width: 100%;height: 1.32rem;margin-bottom: 0.16rem;border-radius: 0.1rem;padding: 0 0.36rem;font-size: 0.26rem;}
	.page3 .con .list .swiper-container .swiper-pagination-bullet-active,
	.page4 .con .swiper-container .swiper-pagination-bullet-active{background: #ffe985;}
	.page3 .con .list2 .dec{font-size: 0.24rem;line-height: 140%;}
	.page3 .table .item{height: auto;padding-bottom: 0.32rem;}
	.page3 .table .item i{font-size: 0.52rem;bottom: 0;top: auto;right: 0;}
	.page3 .table .item h3{font-size: 0.26rem;}
	.page3 .table .item p{font-size: 0.24rem;line-height: 140%;}
	.page3 .btn{        width: 5.58rem;
        height: 0.64rem;
        font-size: 0.3rem;
        line-height: 0.64rem;margin: 0.2rem auto 0;}
	.page4{height: auto;}
	.page4 .tit{text-align: center;color: #333333;}
	.page4 .tit p{color: #333333;}
	.page4{background: linear-gradient(90deg,#e2edf0,#3f879c);}
	.page4 .con .video_yx{margin: 0 auto;width: 6.7rem;background: none;height: auto;}
	.page4 .con .video_yx .swiper-slide{background: #ffffff;border-radius: 0.2rem;height: 6rem;}
	.page4 .con .video_yx .top_video, .page4 .con .video_yx .top_video video{height: 2.62rem;border-top-left-radius: 0.2rem;border-top-right-radius: 0.2rem;}
	.page4 .con .video_yx .top_video img{width: 100%;}
	.page4 .con .video_yx .video_dec{padding: 0.25rem;}
	.page4 .con .video_yx .video_dec h3{font-size: 0.24rem;}
	.page4 .con .video_yx .video_dec p.title_yx{font-size: 0.22rem;}
	.page4 .con .video_yx .video_dec p.title_yx::after{width: 0.76rem;height: 0.06rem;bottom: -0.08rem;}
	.page4 .con .video_yx .video_dec p.dec{font-size: 0.2rem;margin-top: 0.2rem;}
	
	.page5{padding:0.4rem 0;}
	.page5 .video_wrap{width:100%;height:auto;}
	.page5 .video_wrap video{width:100%;height:auto;}
	.page5 .video_wrap p{font-size:0.28rem;line-height:0.36rem;}
	.page5 .swiper-container{width:100%;height:auto;margin:0.3rem 0 0 0;padding-bottom:0.46rem;}
	.page5 .swiper-container .swiper-slide .item{width:32%;height:2rem;margin:0 2% 0.2rem 0;border-radius:0.08rem;}
	.page5 .swiper-container .swiper-slide .item:nth-of-type(odd){margin:0 2% 0.2rem 0;}
	.page5 .swiper-container .swiper-slide .item:nth-of-type(3n){margin-right:0;}
	.page5 .swiper-container .swiper-slide .item:nth-last-of-type(1),
	.page5 .swiper-container .swiper-slide .item:nth-last-of-type(2),
	.page5 .swiper-container .swiper-slide .item:nth-last-of-type(3){margin-bottom:0;}
	.page5 .swiper-container .swiper-slide .item.active{border:0.03rem solid #b79e20;}
	.page5 .swiper-container .swiper-slide .item p{font-size:0.24rem;line-height:0.32rem;height:0.72rem;background-size:0.3rem;padding:0.06rem 0.4rem 0.06rem 0.1rem;border-radius:0 0 0.08rem 0.08rem;box-sizing:border-box;}
	.page5 .swiper-container .swiper-pagination .swiper-pagination-bullet{width:0.3rem;border-radius:0.08rem;}

	.fm_m .form-wrap{width:100%;height:6.94rem;margin:1.2rem 0 0 0;border-radius:0.1rem;padding:0.1rem 0.3rem;    box-sizing: border-box;
		position: relative;    background: linear-gradient(180deg, #297690, #297690 100%);}
	.fm_m .form-wrap::before{content:'';width:1.98rem;height:1.89rem;position:absolute;top:-0.8rem;right:0.8rem;background: url(../images/book0.png) no-repeat center center;background-size: contain;}
	.fm_m .form-wrap dl{padding:0.2rem 0 0.16rem;    }
	.fm_m .form-wrap dl dt{font-size:0.42rem;line-height:0.48rem;    color: #ffffff;
		font-weight: bold;}
	.fm_m .form-wrap dl dd{font-size:0.36rem;line-height:0.4rem;    color: #ffffff;}
	.fm_m .form-wrap .qt_form{border-radius:0.1rem;padding:0.4rem 0.08rem 0.28rem;background: #ffffff;}
	.fm_m .form-wrap .qt_form .label{width:90%;height:0.8rem;margin:0 5% 0.3rem;}
	.fm_m .form-wrap .qt_form .label input{padding-top:0;height:100%;}
	.fm_m .form-wrap .qt_form .tiaokuan{font-size:0.2rem;line-height:0;text-align:left;padding:0 0 0 0.2rem;}
	.fm_m .form-wrap .qt_form .xdf_formbtn{width:90%;height:0.64rem;line-height:0.64rem;font-size:0.3rem;border-radius:0.4rem;margin:0.1rem 5% 0.3rem;    background: #297690;    color: #ffffff;    cursor: pointer;}
	.fm_m .form-wrap .qt_form .preview_btn{width:90%;height:0.64rem;line-height:0.64rem;font-size:0.3rem;border-radius:0.4rem;margin:0 5%;border:1px solid #297690;    background: #ffffff;    color: #297690;text-align: center;
		cursor: pointer;
		box-sizing: border-box;}
	
	
}