.fixed{position: fixed;left: 0;right: 0;bottom: 0;top: 0;margin: auto;}
/* 按钮放大缩小 */
.btnBigOrSmall{-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;}

/* 文字超出元素高度... */
.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;}
.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{display: flex;flex-wrap: wrap;}
.flex-align-self{align-self: flex-end;}


/* banner */
.header_banner{width: 100%;height: 500px;background-repeat: no-repeat;background-position: center top;background-image: url(../images/bannerBg.jpg);padding-top: 366px;box-sizing: border-box;}
.header_banner a.qtBtn{display: block;font-size: 20px;color: #ffffff;font-weight: bold;background: #f65b29;width: 289px;height: 38px;line-height: 38px;text-align: center;margin: 0 auto ;border-radius: 50px;}
.jieshao{background: url(../images/jieshao.png) no-repeat center top;width:100%;height: 197px;margin-top: 40px;display: flex;justify-content: space-around;}
.jieshao .m1200{display: flex;justify-content: flex-start;padding-top: 36px;}
.jieshao .m1200 h2{font-size: 30px;color: #fadeb9;width: 148px;text-align: center;padding-top: 20px;line-height: 40px;text-shadow: 0 5px 5px #1d73d0;}
.jieshao .m1200 .dec{width: 960px;}
.jieshao .m1200 .dec p{color: #102676;font-size: 20px;margin-left: 45px;}
.jieshao .m1200 .dec a{color: #e76b2f;font-size: 20px;font-weight: bold;width: 100%;text-align: right;display: block;margin-top: 20px;text-decoration: underline;}

.conentQt{}

.btnKf{width: 340px;height: 44px;line-height: 44px;border-radius: 40px;background: #de2128;font-size: 16px;text-align: center;color: #ffffff;font-weight: bold;display: block;margin:20px auto 0;cursor: pointer;}


/* 本页面公共代码 */


.page{padding: 50px 0;}
.page div.tit{text-align: center;margin: 0 0 60px 0;font-size: 40px;font-weight: bold;position: relative;line-height: 40px;color: #001641;}
.page div.tit b{color: #000635;padding-left: 20px;display: inline-block;}
.page div.tit::after{content: "";width: 355px;height: 21px;background:url(../images/titLine.png) no-repeat center top;position: absolute;left: 0;right: 0;bottom: -40px;margin: auto;}

.page1{padding-top: 176px;}
.page1 .m1200 ul{display: flex;justify-content: space-between;}
.page1 .m1200 ul li{width: 399px;height: 374px;background: #f8f8f8;cursor: pointer;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.page1 .m1200 ul li .img_wrap{background: url(../images/page1Img1.png) no-repeat center top;width: 399px;height: 210px;}
.page1 .m1200 ul li:nth-child(2) .img_wrap{background-image: url(../images/page1Img2.png);}
.page1 .m1200 ul li:nth-child(3) .img_wrap{background-image: url(../images/page1Img3.png);}
.page1 .m1200 ul li .dec{padding: 0 20px;}
.page1 .m1200 ul li .dec p{height: 112px;border-bottom: 1px solid #cdcdcd;font-size: 18px;color: #666666;line-height: 24px;padding-top:18px;box-sizing: border-box;}
.page1 .m1200 ul li .dec p b{color: #333333;}
.page1 .m1200 ul li .dec a{font-size: 14px;display: block;text-align: right;color: #999999;margin-top: 10px;}


.page2{background: linear-gradient(90deg,#e0e9f8,#aec6e5);}
.page2 div.tit::after{background-image: url(../images/titLine2.png);}
.page2 .con{display: flex;justify-content: space-between;}
.page2 .con .l{width:822px;height:698px;background:url(../images/page2Bg1.png) no-repeat center top;padding-top:62px;box-sizing: border-box;}
.page2 .con .l p{height: 70px;display: flex;align-items: center;font-size: 18px;color: #000635;}
.page2 .con .l p span{width: 326px;text-align: center;}
.page2 .con .l p span:nth-child(1){width: 145px;font-size: 20px;color: #000635;font-weight: bold;}
.page2 .con .l p:nth-child(1){font-size: 28px;font-weight: bold;color: #0458c5;}
.page2 .con .r{width:406px;height:582px;background:url(../images/dataImg.jpg) no-repeat center top;margin-top: 62px;margin-left: -8px;}

.page3 ul{display: flex;justify-content: space-between;}
.page3 ul li{width:231px;height:290px;background: url(../images/page3_li1.jpg) no-repeat center top;border-radius: 10px;overflow: hidden;cursor: pointer;}
.page3 ul li:nth-child(2){background: url(../images/page3_li2.jpg);}
.page3 ul li:nth-child(3){background: url(../images/page3_li3.jpg);}
.page3 ul li:nth-child(4){background: url(../images/page3_li4.jpg);}
.page3 ul li:nth-child(5){background: url(../images/page3_li5.jpg);}
.page3 ul li h2{font-size: 20px;color: #004cae;text-align: center;margin-top: 18px;position: relative;text-align: left;padding-left: 54px;margin-top: 56px;}
.page3 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;}
.page3 ul li:nth-child(2) h2:after{background-image: url(../images/02.png);}
.page3 ul li:nth-child(3) h2:after{background-image: url(../images/03.png);}
.page3 ul li:nth-child(4) h2:after{background-image: url(../images/04.png);}
.page3 ul li:nth-child(5) h2:after{background-image: url(../images/05.png);}
.page3 ul li p{padding: 23px 30px 0 30px;font-size: 14px;color: #ffffff;line-height: 160%;display: none;}
.page3 ul li.active h2{color: #ef8552;margin-top: 20px;}
.page3 ul li.active p{display: block;}
.page3 ul li:nth-child(1).active{background: url(../images/page3_li1H.jpg) no-repeat center top;}
.page3 ul li:nth-child(2).active{background: url(../images/page3_li2H.jpg) no-repeat center top;}
.page3 ul li:nth-child(3).active{background: url(../images/page3_li3H.jpg) no-repeat center top;}
.page3 ul li:nth-child(4).active{background: url(../images/page3_li4H.jpg) no-repeat center top;}
.page3 ul li:nth-child(5).active{background: url(../images/page3_li5H.jpg) no-repeat center top;}
.page3 ul li:nth-child(1).active h2::after{background-image: url(../images/01H.png);}
.page3 ul li:nth-child(2).active h2::after{background-image: url(../images/02H.png);}
.page3 ul li:nth-child(3).active h2::after{background-image: url(../images/03H.png);}
.page3 ul li:nth-child(4).active h2::after{background-image: url(../images/04H.png);}
.page3 ul li:nth-child(5).active h2::after{background-image: url(../images/05H.png);}
.page3 a{display: block;font-size: 20px;color: #ffffff;font-weight: bold;background: #f65b29;width: 289px;height: 38px;line-height: 38px;text-align: center;margin: 20px auto ;border-radius: 50px;}
.page4{padding-top: 0;background: linear-gradient(180deg,#ffffff,#f9fafc);}
.page4 .swiper-wrapper{justify-content: space-between;}
.page4 .swiper-container{padding: 5px;}
.page4 .swiper-container-al .swiper-slide{width: 386px;height: 480px;background: #ffffff;box-shadow: 0 0 10px #e0ecf8;padding: 35px;box-sizing: border-box;}
.page4 .swiper-container-al .swiper-slide .top{border-bottom: 1px solid #dfdfdf;display: flex;justify-content: space-between;padding-bottom: 20px;}
.page4 .swiper-container-al .swiper-slide .top .dec{text-align: right;}
.page4 .swiper-container-al .swiper-slide .top .dec h3{font-size: 26px;color: #062fad;}
.page4 .swiper-container-al .swiper-slide .top .dec p{font-size: 24px;color: #333333;margin-top: 5px;line-height: 120%;}
.page4 .swiper-container-al .swiper-slide .text{font-size: 16px;color: #333333;line-height: 160%;margin-top: 18px;}
.page4 .swiper-container-al .swiper-slide a{font-size: 16px;color: #f06624;font-weight: bold;position: absolute;bottom: 35px;right: 35px;}
.page5{padding-top: 0;}

/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display: block;}
.xdf_slide .xdf_slidebtn{width: 100%;height: 24px;line-height: 30px;text-align: center;left: 0;font-size: 16px;color: #ffffff;display: block;right: 0;bottom: 10px;position: absolute;margin: auto;font-weight: bold;}
.xdf_slide img{width: 142px;}
#xdf_bottomForm{display: none;}
.xdf_bottomForm_new .ax_img {background: url(../images/bottomFormImg.png) no-repeat center top;height: 136px;width:260px;bottom: initial;margin: 0;top: 0;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn{background: #fa6b26;color: #ffffff;font-weight: bold;}
.xdf_bottomForm_title_img .xdf_bottomForm.form-wrap .form{padding: 0 0 0 232px;}

@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)
    }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
    .page1 .m1200 ul li:hover{background: #0458c5;-webkit-transform: translateY(-5px);-ms-transform: translateY(-5px);transform: translateY(-5px);}
    .page1 .m1200 ul li:hover .dec p,
    .page1 .m1200 ul li:hover .dec p b,
    .page1 .m1200 ul li:hover .dec a{color: #ffffff;}
    .page1 .m1200 ul li:nth-child(1):hover .img_wrap{background-image: url(../images/page1Img1H.png);}
    .page1 .m1200 ul li:nth-child(2):hover .img_wrap{background-image: url(../images/page1Img2H.png);}
    .page1 .m1200 ul li:nth-child(3):hover .img_wrap{background-image: url(../images/page1Img3H.png);}
  }

@media screen and (max-width:1000px) {
    .xdf_slide{display: none;}
    .m1200{width: 94%;}
	.page{padding: 0.65rem 0;}
	
	 
	.header_banner{background: url(../images/m_bannerBg.jpg) no-repeat center top;height:6.27rem;background-size: 100% 6.27rem;padding-top: 4.57rem;}
    .header_banner a.qtBtn{width: 5.32rem;height: 0.62rem;line-height: 0.62rem;font-size: 0.24rem;}
    .jieshao{background-image: url(../images/m_jiehao.jpg);background-size: contain;height: 3.3rem;margin-top: 1rem;}
	.jieshao .m1200{padding-top: 0.38rem;justify-content: space-between;}
    .jieshao .m1200 h2{font-size: 0.3rem;width: 1.44rem;padding-top: 0;line-height: 120%;}
    .jieshao .m1200 .dec{width: 5.1rem;}
    .jieshao .m1200 .dec p{font-size: 0.26rem;margin-left: 0;}
    .jieshao .m1200 .dec a{font-size: 0.26rem;text-align: left;margin-top: 0.1rem;line-height: 120%;}



	.btnKf{width: 5.4rem;height: 0.8rem;line-height: 0.8rem;font-size: 0.24rem;border-radius: 0.5rem;margin: 0.2rem auto 0;}

    .conentQt{margin-top: 3.3rem;}
    .page div.tit{font-size: 0.4rem;margin: 0 0 0.4rem 0;line-height: 0.42rem;}
    .page div.tit b{padding-left: 0.48rem;}
    .page div.tit::after{width: 3.56rem;height: 0.22rem;background-size: contain;bottom: -0.4rem;}
	.tabwrap .tablists .tabList{width: 2rem;height: .56rem;line-height: .56rem;font-size: .24rem;margin: 0 .1rem;box-sizing: border-box;}
    .page1 .m1200 ul{ flex-direction: column;}
    .page1 .m1200 ul li{width: 6.89rem;height: 2.20rem;background:url(../images/m_page1Img1.png) no-repeat center top;background-size: contain;margin: 0.22rem auto 0;}
    .page1 .m1200 ul li:nth-child(2){background:url(../images/m_page1Img2.png) no-repeat center top;background-size: contain;}
    .page1 .m1200 ul li:nth-child(3){background:url(../images/m_page1Img3.png) no-repeat center top;background-size: contain;}
    .page1 .m1200 ul li .img_wrap{background: none !important;display: none;}
    .page1 .m1200 ul li .dec{width: 4.4rem;float: right;}
    .page1 .m1200 ul li .dec p{font-size: 0.24rem;line-height: 120%;padding-top: 0.4rem;height: 1.6rem;}
    .page1 .m1200 ul li .dec p,
    .page1 .m1200 ul li .dec p b{color: #ffffff;font-weight: normal;}
    .page1 .m1200 ul li .dec a{font-size: 0.24rem;color: #ffffff;margin-top: 0.1rem;width: 100%;}
    .page2 .m1200{width: 100%;}
    .page2 .con{flex-direction: column;background: url(../images/m_dataImg.png);background-size: contain;height: 16.56rem;}

    .page3 ul{display: block;margin-top: 0.8rem;}
    .page3 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;}
    .page3 ul li:nth-child(2){background: url(../images/m_page3_li2.png) no-repeat center top;background-size: contain;}
    .page3 ul li:nth-child(3){background: url(../images/m_page3_li3.png) no-repeat center top;background-size: contain;}
    .page3 ul li:nth-child(4){background: url(../images/m_page3_li4.png) no-repeat center top;background-size: contain;}
    .page3 ul li:nth-child(5){background: url(../images/m_page3_li5.png) no-repeat center top;background-size: contain;}
    .page3 ul li h2,
    .page3 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;}
    .page3 ul li p,
    .page3 ul li.active p{display: none;}
    .page3 ul li h2::after{width: 0.34rem;height: 0.34rem;background-size: contain;left: 0;right: 0;top: -0.45rem;bottom: auto;}
    .page3 ul li:nth-child(2) h2:after{background-image: url(../images/02H.png);}
    .page3 ul li:nth-child(3) h2:after{background-image: url(../images/03H.png);}
    .page3 ul li:nth-child(4) h2:after{background-image: url(../images/04H.png);}
    .page3 ul li:nth-child(5) h2:after{background-image: url(../images/05H.png);}
    .page3 ul li:nth-child(1){margin-left: 1.3rem;}
    .page3 ul li:nth-child(5){margin-right: 0;}
    .page3 a{width: 3.52rem;height: 0.6rem;line-height: 0.6rem;font-size: 0.24rem;margin: 0.2rem auto;}
    .page4{padding-top: 0;}
    .page4 .m1200{width: 100%;}
    .page4 .swiper-container{padding: 0.05rem;margin-top: 0.8rem;}
    .page4 .swiper-container-al .swiper-slide{width: 5.74rem !important;height: 7.04rem;transform: scale(0.9);padding: 0.52rem .45rem;}
    .page4 .swiper-container-al .swiper-slide.swiper-slide-active {
        transform: scale(1);
    }
    .page4 .swiper-container-al .swiper-slide .top{padding-bottom: 0.26rem;}
    .page4 .swiper-container-al .swiper-slide .top img{width: 1.12rem;height: 1.12rem;}
    .page4 .swiper-container-al .swiper-slide .top .dec h3{font-size: 0.36rem;}
    .page4 .swiper-container-al .swiper-slide .top .dec p{font-size: 0.34rem;margin-top: 0.1rem;}
    .page4 .swiper-container-al .swiper-slide .text{font-size: 0.26rem;margin-top: 0.2rem;}
    .page4 .swiper-container-al .swiper-slide a{font-size: 0.24rem;bottom: 0.2rem;right: 0.45rem;}
    .page5 div.tit{margin: 0 0 0.8rem 0;}

}