@charset "utf-8";

@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}
@font-face{ font-family:syr; src:url(../fonts/SOURCEHANSERIFCN-REGULAR.OTF);}

.header_top{z-index: 1000;width: 100%;position: fixed;top: 0px;left: 0;border-top: 0.06rem solid #695290;}
.header_top::after{width: 100%;height: 2.25rem;background: linear-gradient(181deg, rgba(0, 0, 0, 0.8) 7%, rgba(0, 152, 167, 0) 84%);bottom: auto;top: -1px;}
.fixed .header_top::after{height: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0.696) 2%, rgba(0, 0, 0, 0) 95%);}
.fixed .header_top .top{/* height:.8rem; */}
.header_top .wp{width: 100%;max-width: 100%;padding: 0 1rem 0 0.9rem;}
.header_top .top{justify-content: space-between;height: 1.2rem;align-items: center;width: 100%;}
#logo{position: relative;}
.header_top #logo img{transition: .5s;max-width:2.97rem;width: 2.97rem;}
.header_top #logo{align-items: center;}
.list_box1{flex:1;min-width: 0;padding-left: 10%;display: flex;align-items: center;justify-content: flex-end;}
.list_box1 .top-t{align-items: center;justify-content: flex-end;}
.list_box1 .li{display: flex;align-items: center;color: #fff;font-size: .15rem;padding: 0 .15rem;}
.list_box1 .li:last-child{padding-right: 0;}
.list_box1  a{color: rgba(255,255,255,1);font-size: 0.24rem;align-items: center;}
.list_box1 .li img{display:inline-block;margin-right:.1rem;width: .19rem;}
.list_box1 .search_btn img{width: 0.32rem;margin: 0;}
.list_box1 .ser .a{display:flex;align-items:center;justify-content: space-between;}
.list_box1 .li .input{width: calc(100% - .16rem);height: 100%;padding: 0 0.1rem 0 0rem;font-size: .16rem;color: #fff;line-height: .28rem;}
.list_box1 .li .serbtn {
    width: 0.16rem;
    background: url(../images/ser.png) no-repeat left center;
    background-size: 0.16rem;
    height: 100%;
}


/* .banner #nav{position: absolute;bottom: 0;left: 0;} */
#nav{width: 100%;position: relative;max-width: 12rem;flex: 1;}
#nav ul{display: flex;justify-content: space-between;width: 100%;}
#nav ul li{z-index:0;position: relative;}
#nav ul li a{display: flex;padding: 0;position: relative;z-index: 2;height: 100%;align-items: center;}
#nav ul li h3{font-size: .2rem;color:#fff;line-height: .5rem;position:relative;transition: .36s;padding: 0 0rem;font-weight: bold;}
#nav ul li i{display: block;width: 0.09rem;height: 0.04rem;background: url(../images/navdown.png) no-repeat;background-size: 100% !important;margin-left: 0.1rem;}
#nav ul li .sub{position:absolute;top: 95%;background: rgba(255,255,255,.9);width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 10px rgba(0,0,0,.3);overflow: hidden;z-index: 1000;}
#nav ul li .sub:after{content: '';height: .02rem;width: 100%;position: absolute;left: 0;top: 0;background: #695290;}
#nav ul li .sub .box{/* padding: .2rem 0; */text-align:center;}
#nav ul li .sub a{padding: 10px .16rem;line-height: 28px;transition:.6s;font-size: .16rem;color: #333;text-align: center;white-space: nowrap;min-width: 160px;display: block;}
#nav ul li .sub a img{ margin: 0 .1rem 0 0; opacity: .2; transition: .5s}
#nav ul li .sub a:hover{background: #695290;color: #fff;}
#nav ul li:hover .sub{opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav ul li.on h3,#nav ul li:hover h3{font-weight: bold;/* color: #695290; */}
#nav ul li.on h3::after,#nav ul li:hover h3::after{opacity: 1;}

/*手机端开始*/
.m_header_box {transition: .6s;display: none;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 0.15rem;height: .7rem;background: #695290;box-shadow: 0 3px 5px rgba(0,0,0,.05);position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
.m_header_box header #logo{padding:0;width: 75%;margin: 0;}
.m_header_box header #logo img{max-height: .6rem;}
/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn_box{position:relative;width: .7rem;height: .7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 10px solid;border-top: transparent .7rem solid;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: 0.40rem;height: 22px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: .28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 18px;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #695290;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 24px;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #695290;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 70px 20px 10px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: block;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;overflow-x: hidden;overflow-y: auto;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .search_box input.submit{ background: #695290 url(../images/submit.png) center no-repeat; background-size: .28rem;}
#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: .2rem 0 0;flex-wrap: wrap;height: 0.4rem;}
#m_nav .list_box0 .li{text-align: left;color: #695290;margin: 0 .12rem 0.15rem 0;font-size: 14px;padding: 0;min-width: 1rem;}

#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}
.act .font{padding:.15rem 0;width: 100%;text-align: center;}
.list_box_nav_mobile{width:100%;/* max-height: calc(100% - 120px); *//* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: auto;margin: 0;/* flex: 1; */}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid #e2e2e2;line-height: .5rem;color: #333;padding: 0;font-size: 16px;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .64rem;height: .5rem;display: inline-block;background: url(../images/arrow_down.png) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{border-bottom: 1px solid #e2e2e2;}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #666;line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;/* height: 85px; */display: block;margin-bottom: 0.1rem;}
.wap_search .header-search{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 10px auto;}
.wap_search .input{font-size: .16rem;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background: #fff;border-radius: 30px;/* background:none; */width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(../images/submit.png) center no-repeat #695290;background-size: .24rem;border-radius: 20px;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */
/* pc搜索 */
.search_btn { cursor: pointer; }
.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: #695290; transition: all 0.6s ease 0s; left: 0px; right: 0px; z-index: 1; opacity: 0.9; }
.search-dialog-box.on::before { height: 100%; display: none; }
.search-dialog-box .bubbles-bg { opacity: 0; visibility: hidden; display: none; }
.search-dialog-box .search-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 0px; margin: 0px; background:  0% 0% / cover no-repeat rgba(0, 0, 0, 0.7); transform-origin: center center; transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.search-dialog-box .wrap-inner { transform: translateY(100%); transition: all 0.6s ease 0s; }
.search-dialog { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }
.search-dialog .search-tit { font-size: 0.44rem; line-height: 0.56rem; color: rgb(255, 255, 255); text-align: center; overflow: hidden; display: none; }
.search-dialog .search-inner { overflow: hidden; margin-top: 0px; }
.search-dialog .search-input { width: 8rem; margin: 0px auto; background-color: rgba(255, 255, 255, 0.1); box-sizing: border-box; transition: all 0.3s ease 0s; max-width: 94%; }
.search-dialog .search-input input[type="text"] {float: left;height: 0.7rem;width: calc(100% - 1rem);background-color: rgb(255, 255, 255);font-size: 0.2rem;line-height: 0.08rem;color: #666;transition: all 0.3s ease 0s;padding: 0px 0.2rem;}
.search-dialog .search-input input[type="submit"], .search-dialog .search-input .clear-btn {float: right;height: 0.7rem;width: 1rem;}
.search-dialog .search-input input[type="submit"] {background-color: #695290;background-repeat: no-repeat;background-position: center center;background-size: 0.4rem;background-image: url("../images/search-btn.png");font-size: .2rem;color: #fff;}
.search-dialog .search-input .clear-btn { background-color: rgba(0, 0, 0, 0.2); background-repeat: no-repeat; background-position: center center; background-image: url("../images/close-btn.png"); background-size: 0.56rem; border-radius: 100%; margin-right: 0.16rem; display: none; }
.search-dialog .search-input.on { background-color: rgb(255, 255, 255); }
.search-dialog-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.header-right.is-open .search-btn .con-box { display: none; }
.header-right.is-open .close-btn { display: block; }
.header-right.is-open .item .search-bg { transform: scale(1); }
.search-dialog-box.on { opacity: 1; visibility: visible; }
.search-dialog-box.on .search-bg { height: 100vh; }
.search-dialog-box.on .bubbles-bg { opacity: 1; visibility: visible; }
.search-dialog-box.on .wrap-inner { transform: translateY(0px); }
.pub-close { position: absolute; width: 0.48rem; height: 0.48rem; z-index: 10; right: 0.24rem; top: 0.216rem; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #695290; transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-size: 0.12rem; background-repeat: no-repeat; background-image: url("../images/close-btn.png"); transition: all 0.6s ease 0s; }
.pub-close i:hover { transform: rotate(180deg); }
@keyframes spin { 
  100% { transform: rotate(1turn); }
}
@keyframes spin2 { 
  100% { transform: rotate(-1turn); }
}
@keyframes spin-reverse { 
  0% { transform: rotate(1turn); }
}
@keyframes spin-reverse2 { 
  0% { transform: rotate(-1turn); }
}

/* banner */
.main-visual-wrapper {width: 100%;position: relative;}
.main-visual-slider {overflow: hidden;width: 100%;position: relative;}
.main-visual-slider .swiper-slide { overflow: hidden; }
.main-visual-slider .swiper-container { width: 100%; height: 100%; position: relative; }
.swiper-box1 .imged{padding-bottom: 100vh;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: translate3d(0px, 0px, 0px) scale(1.05); transition: opacity 0.5s}
.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }
.main-visual-slider video{transform: scale(1.1)\0;}

.swiper-box1 .cir{bottom: .45rem;z-index: 10;width: auto;padding: 0 0.2rem;left: auto;right: 15%;align-items: center;height: .32rem;display: flex;}
.swiper-box1 .cir::before{content: "";position: absolute;width: .58rem;height: 0.07rem;background: url(../images/arr-l.png) no-repeat;background-size: 100%;top: 50%;transform: translateY(-50%);right: 100%;}
.swiper-box1 .cir::after{width: 1.33rem;height: 0.07rem;background: url(../images/arr-r.png) no-repeat;background-size: 100%;top: 50%;transform: translateY(-50%);left: 100%;bottom: auto;}

.swiper-box1 .cir span{margin: 0px .1rem !important;width: 0.32rem;height: 0.32rem;font-size: 0.22rem;color: #FFFFFF;opacity: 1;background: none;line-height: 0.32rem;border-radius: 0;font-family:sy;}
.swiper-box1 .cir .swiper-pagination-bullet-active{opacity: 1;background: url(../images/cir.png) no-repeat;background-size: 100%;font-size: 0rem;width:.39rem;}
.swiper-box1 .bb{left: 50%;transform: translateX(-50%);position: absolute;z-index: 10;bottom: 0.25rem;}
.swiper-box1 .bb a{display: flex;width: .3rem;height: .45rem;align-items: center;justify-content: center;}
.swiper-box1 .bb a::after{width: 3rem;height: .45rem;left: 50%;bottom: auto;top: 50%;transform: translate(-50%,-50%);}
.swiper-box1 .bb img{/* width: .18rem; *//* height: .18rem; */animation: shubiao 1.4s infinite linear;}

@keyframes shubiao { 0% { 
    transform: translateY(-3px);
     opacity: 0.7; }
   100% { 
    transform: translateY(3px);
     opacity: 1; } }




/* home1 */

.home1{padding: 0.8rem 0rem .3rem;width: 100%;overflow:hidden;}

.title{margin-bottom: .2rem;align-items: center;position: relative;height: .85rem;}
.title .tit .h3{cursor: pointer;opacity:.5}
.title .tit .h3.on{opacity:1}
.title .tit .h3{padding: 0 0.1rem;}
.title .h3{text-align: center;align-items: center;cursor: pointer;}
.title span{width: 0.86rem;height: 0.85rem;align-items: center;justify-content: center;background: url(../images/titbg1.png) no-repeat;background-size: 100% 100% !important;}
.title .con{padding-left: 0.05rem;position: relative;height: .85rem;display: flex;align-items: center;}
.title h3{font-size: 0.35rem;font-family: sy;/* padding-left: .15rem; */color: #695290;z-index: 10;}
.title p{font-size: 0.4rem;text-transform: uppercase;color: #F5F5FF;position: absolute;left: 0;top: 0.05rem;white-space: nowrap;z-index: 1;}
.more{position: absolute;right: 0;}
.more a{font-size: 0.12rem;transition: 0.5s;color: #8655BC;align-items: center;}
.more a img{display:inline-block;margin-left:.1rem;width: .21rem;}

.w-tab{position: relative;}
.w-tab .tab{width: 100%;top: 0;left: 0;position: absolute;opacity: 0;visibility: hidden;transition: 0.5s;}
.w-tab .tab.on{opacity: 1;visibility: visible;position: relative;z-index: 10;}
.more-t a{display: none;}
.more-t a.on{display: flex;}


.home1-t{justify-content: space-between;align-items: flex-start;}
.home1-t .left{width: 70%;}
.home1-t .right{width: 28%;}
.h1-l{width: 55%;}
.h1-r{width: 45%;padding-left: 0.25rem;}

.home1-t .left .h1-l a { position: relative; display: block;}
.home1-t .left .imged { padding-bottom: 3.85rem;}
.home1-t .left .scale{width: 100%;}
.home1-t .left .box{justify-content: flex-end;padding-left: 1rem;}
.home1-t .left a .con {padding: 0.1rem .4rem;position: relative;height: 1.7rem;background: url(../images/h1bg.png) no-repeat center/cover;width: 100%;margin: -.15rem 0 0px;z-index: 10;}

.home1-t .left a .con .date{text-align: center;}
.home1-t .left a .con .txt{flex: 1;min-width: 0;padding-left: 0.3rem;}
.home1-t .left a .con p{font-family: sy;font-size: 0.36rem;color: #fff;margin-bottom: 0.1rem;}
.home1-t .left a .con span{display: inline-block;line-height: 0.16rem;padding: 0 0.1rem;font-size: 0.14rem;color: #fff;font-family: sy;}

.home1-t .left a .con h3 { font-size: 0.18rem; color: #fff; line-height: 0.32rem; transition: all 0.5s ease 0s;font-weight: bold;padding-bottom: 0.15rem;border-bottom: 1px solid rgba(255, 255, 255, 0.33);;}
.home1-t .left a .con h4{color: #fff;font-size: 0.16rem;margin-top: 0.2rem;line-height: 0.26rem;opacity: .58;}
.home1-t .left .cir{bottom: .3rem;display: flex;align-items: center;width: auto;left: auto;right: 10%;padding: 0 0.1rem;}
.home1-t .left .cir::before{content: "";position: absolute;width: 0.26rem;height: 1px;right: 100%;bottom: 50%;background: #fff;}
.home1-t .left .cir::after{width: 0.26rem;height: 1px;left: 100%;bottom: 50%;background: #fff;}

.home1-t .left .cir span {width: 0.08rem;height: 0.08rem;background: none;opacity: 1;border-radius: 50%;margin: 0  0.05rem!important;border: 1px solid #fff;}
.home1-t .left .cir span.on {opacity: 1;background: #fff;}
.home1-t .left .arrow{align-items: center;justify-content: space-between;width: 0.84rem;position: absolute;left: 1.4rem;bottom: 0.3rem;z-index: 10;}
.home1-t .left .arror{width: 0.32rem;height: 0.32rem;border-radius: 50%;border: 1px solid #fff;position: relative;top: auto;left: auto;right: auto;margin: 0;}
.home1-t .left .arror::after{font-size: 0.12rem;font-weight: bold;color: #fff;}
.home1-t .left .arror:hover{background: #fff;}
.home1-t .left .arror:hover::after{color: #695290;}
.list1 li *{transition: 0.5s;}
.list1 li a{align-items: center;height: 0.8rem;background-size: 100%;}
.list1 li a::after{width: 0.6rem;height: 2px;background: #695290;bottom: 0.035rem;}
.home1-t .left .list1 li:last-child a{background: none;}
.list1 li span{font-size: 0.2rem;color: #695290;}
.list1 li h3{flex: 1;min-width: 0;padding-left: 0.2rem;font-size: 0.18rem;color: #050505;}
.home1-t .left .list1 li:last-child a::after{opacity: 0;}


.home1-t .right li a{align-items: center;height: 1.15rem;}
.home1-t .right li a::after{background: url(../images/h1bg.png) no-repeat center/cover;width: 100%;opacity: 0;}
.home1-t .right li *{transition: 0.5s;}
.home1-t .right li .date{text-align: center;padding-right: 0.1rem;}
.home1-t .right li .con{flex: 1;min-width: 0;padding-left: .15rem;}
.home1-t .right li .date::after{width: 1px;height:0.4rem;background: #eee;left: auto;right: 0;bottom: auto;top: 50%;transform: translateY(-50%);}
.home1-t .right li span{font-size: 0.27rem;color: #64558C;}
.home1-t .right li p{font-size: 0.15rem;color: #888888;line-height: 0.3rem;}
.home1-t .right li h3{font-size: 0.18rem;color: #050505;line-height: 0.28rem;max-height: 0.56rem\0;}
@media screen and (min-width: 1200px) {
  .home1-t .right li a:hover h3, .home1-t .right li a:hover span{font-weight: bold;color: #fff;}
  .home1-t .right li a:hover::after{opacity: 1;}
  .home1-t .right li a:hover p{color: #fff;}
  .home1-t .right li a:hover{padding:0 .15rem;}
  .list1 li a:hover span{font-weight: bold;}
  .list1 li a:hover h3{font-weight: bold;color: #695290;}
}
@media screen and (max-width: 1024px) {
  .home1{padding: 0.4rem 0 0.2rem;}
  .home1-t .left{width: 100%;}
  .home1-t .right{width: 100%;margin-top: 0.1rem;}
  

}
@media screen and (max-width: 768px) {
    .h1-l{width: 100%;}
    .h1-r{width: 100%;margin-top: 0.3rem;padding-left: 0;}
    .home1-t .left .imged { padding-bottom: 60%;}
  .home1-t .right li a{height:.85rem;}
}




/* home2 */
.home2{padding: 0.35rem 0;overflow: hidden;}
.home2::after{width:100%;height: 100%;background: url(../images/hbg2.png) no-repeat center/cover;left: auto;right: 0;bottom: 0rem;}
.h2-t{align-items: flex-start;}
.home2-t .left{width: 26%;}
.home2-t .mid{width: 38%;padding: 0 0.6rem 0 0.35rem;}
.home2-t .right{width: 36%;}
.home2-t .left .con{padding-top: 0.25rem;}
.home2-t .left li h3{font-weight: bold;color: #695290;font-size: 0.18rem;line-height: 0.3rem;max-height: 0.6rem\0;margin-bottom: 0.2rem;}
.home2-t .left li p{font-size: 0.2rem;color: #695290;}



.h2-b a{box-shadow: 0rem 0.04rem 0.1rem 0px rgba(118, 115, 176, 0.31);background: #FFFFFF;margin-bottom: 0.25rem;}
.h2-b .scale{width: 2.9rem;}
.h2-b .con{padding: 0 0.25rem;flex: 1;min-width: 0;}
.h2-b .imged{padding-bottom: 1.65rem;}
.h2-b span{width: 0.94rem;height: 0.25rem;background: url(../images/h2-t1.png) no-repeat;background-size: 100%;display: flex;align-items: center;padding-left: 0.1rem;color: #fff;font-size: 0.12rem;}

.h2-b h3{font-size: 0.18rem;line-height: 0.3rem;color: #333;max-height: 0.9rem\0;transition: 0.5s;margin-top: 0.25rem;}

.list2 li a{padding: 0.13rem 0;align-items: center;}
.list2 li *{transition: 0.5s;}

.list2 li span{font-size: 0.14rem;color: #695290;align-items: center;}
.list2 li h3{font-size: 0.18rem;line-height: 0.28rem;color: #444;flex: 1;min-width: 0;padding-right: 0.1rem;}
.list2 li span img{display: inline-block;margin-right: 0.1rem;width: 0.14rem;}



@media screen and (min-width: 1200px){
  .list2 li a:hover h3{color: #695290;font-weight: bold;}
  .home2-t .list1 li a:hover::after{width: 100%;}
}
@media screen and (max-width:1024px){
     .home2{padding: .2rem 0;}

}
@media screen and (max-width:768px){
  .home2-t .left{width: 100%;}
  .home2-t .mid{width: 100%;padding: 0.3rem 0;}
  .home2-t .right{width: 100%;}
}
@media screen and (max-width:420px){
   
}

/* home3 */
.home3{padding: 0.4rem 0;}
.home3-t{position: relative;}


.home3-t li *{transition: 0.5s;}
.h3-t1{justify-content: space-between;}
.h3-t1 .left{width: 49%;}
.h3-t1 .right{width: 49%;}
.h3li li .scale{width: 67%;}
.h3li li .con{width: 33%;height: 3.57rem;}
.h3li .imged{padding-bottom: 3.57rem;}
.h3-t2 .imged{padding-bottom: 2.6rem;}


.list3{background: #F8F7FF;padding: 0.15rem 0.25rem;}
.list3 li a{height: .70rem;align-items: center;border-bottom: 1px solid #E8E1F5;}
.list3 li:last-child a{border-bottom: none;}
.list3 li .date{text-align: center;padding:0 0.17rem;border-right: 1px solid rgba(194,175,222,.3);}
.list3 li .con{flex: 1;min-width: 0;padding-left: 0.22rem;}
.list3 li h3{font-size: 0.18rem;line-height: 0.3rem;color: #272727;}
.list3 li span{font-size: 0.3rem;color: #695290;font-family: sy;}
.list3 li p{font-size: 0.14rem;color: #8865B8;line-height: 0.28rem;font-family: syr;}

.h3li li .con{background:#64558C;padding: 0.5rem 0.2rem;z-index: 10;}
.h3li li .line{margin-bottom: 0.25rem;}
.h3li li h3{font-size: 0.2rem;font-weight: bold;line-height: 0.36rem;max-height: 0.72rem\0;color: #fff;margin-bottom: 0.3rem;}
.h3li li h4{font-size: 0.18rem;line-height: 0.32rem;color: #fff;margin-bottom: 0.2rem;opacity: .8;}
.h3li .tim{justify-content: flex-end;}
.h3li li .con::after{width: auto;height: auto;border: 0.15rem solid;border-color: transparent transparent transparent #64558C;left: 100%;bottom: 0.25rem;}

.h3li li span{font-size: 0.3rem;color: #fff;font-family: sy;}
.h3li li .con{background:#64558C;padding: 0.5rem 0.2rem;z-index: 10;} 
.h3li li p{font-size: 0.14rem;color: #fff;line-height: 0.28rem;font-family: syr;}
.h3li{margin-bottom: 0.25rem;}
.h3-t2{margin-top: 0.25rem;}
.h3-t2 ul{justify-content: space-between;}
.h3-t2 li{width: 48.5%;}
.h3-t2 li a{display: block;position: relative;}
.h3-t2 li .imged::after{width: 100%;height: 45%;background: linear-gradient(180deg, rgba(38, 19, 124, 0) 45%, rgba(0, 0, 0, 0.62) 100%);}

.h3-t2 li .con{width: 100%;position: absolute;left: 0;bottom: 0;padding: 0 0.25rem 0.1rem;align-items: center;z-index: 10;}
.h3-t2  li span{font-size: 0.3rem;color: #fff;font-family: sy;}
.h3-t2  li p{font-size: 0.14rem;color: #fff;line-height: 0.28rem;font-family: syr;}

.h3-t2 li span,.h3-t2 li p{color: #fff;}
.h3-t2 li .date{background: url(../images/h3-line2.png) no-repeat right;background-size: 1px;padding-right: .15rem;}
.h3-t2 li h3{flex: 1;min-width: 0;padding-left: 0.2rem;font-size: 0.18rem;line-height: 0.3rem;color: #fff;}




@media screen and (min-width:1200px){
  .list3 li a:hover h3{color: #571CB5;font-weight: bold;}

}


@media screen and (max-width:1024px){
     .home3{padding: 0rem 0 0rem;}
  
}
@media screen and (max-width:768px){
  .h3-t1 .left{width: 100%;}
  .h3-t1 .right{width: 100%;margin-top: 0.3rem;}
  .h3li .scale{width: 50% !important;}
  .h3li li .con{width: 50%;height: 3.57rem;}
}
@media screen and (max-width:600px){
  .h3-t1{margin-bottom: 0.3rem;}
  .h3li li .scale{width: 100% !important;}
  .h3li li .con{width: 100%;height: auto;padding: 0.2rem;}
  .h3li li .con:after{opacity:0;}
  .h3-t1 .imged{padding-bottom:60%;}
  .h3-t2 .imged{padding-bottom: 60%;}
 .h3-t2 li{width: 100%;margin-bottom:.2rem;}
}

/* home4 */
.home4{width: 100%;padding: 0.85rem 0rem 0.9rem;}
.home4::after{width: 100%;height: auto;background: url(../images/hbg4.png) no-repeat;background-size: 100%;top: 0;bottom: -0.5rem;}
.home4 .title .h3{margin: 0;}

.home4-t{justify-content: space-between;}
.home4-t .left{width: 36%;position: relative;}
.home4-t .right{width: 60%;}

.home4-t li *{transition: 0.5s;}
.home4-t .left ul{margin: 0 -0.15rem;}
.home4-t .left li{width: 50%;padding: 0 0.15rem;margin-bottom: 0.3rem;}
.h4-t{position: relative;}
.home4-t .left li .imged{padding-bottom: 1.3rem;}
.home4-t .left .swiper-container{height:3rem;}
.home4-t .left .arrow{position: absolute;left: 102%;top: 50%;transform: translateY(-50%);}
.home4-t .left .arror{width: 0.23rem;height: 0.23rem;border: 1px solid #695290;border-radius: 50%;margin: 0.3rem 0;position: relative;top: auto;left: auto;right: auto;}
.home4-t .left .arror::after{display: none;}
.home4-t .left .arror::before{ font-family: swiper-icons;font-size: 0.12rem;color: #695290;}


.home4-t .right li .imged{padding-bottom: 63%;}
.home4-t .right .h4-s{margin: 0 -0.18rem;}
.home4-t .right li{padding: 0 0.18rem;}
.home4-t .right .slick-arrow{width: 0.2rem;height: 0.35rem;background: rgba(0, 0, 0, 0.3);z-index: 10;}
.home4-t .right .slick-prev{left: .25rem;}
.home4-t .right .slick-next{right: 0.25rem;}




@media screen and (min-width: 1200px) {

 
 
}
@media screen and (max-width: 1024px) {
  .home4{padding: 0rem 0 .4rem;}
  .home4-t .left{width: 100%;}
  .home4-t .right{width: 100%;margin-top: 0.3rem;}
  .home4-t .h4-t{position: relative;padding-right: 0.35rem;}
  .home4-t .left .arrow{left: auto;right: 0;}
}
@media screen and (max-width: 768px) {

  .home4-t .right .h4-s{margin: 0 -0.1rem;}
  .home4-t .right li{padding: 0 0.1rem;}
 

}
@media screen and (max-width: 420px) {
  .home4-t .left li .imged{padding-bottom: 1.1rem;}
  .home4-t .left .swiper-container{height: 2.4rem;}
}

/* home5 */
.home5{padding: 0.8rem 0 0rem;position: relative;background: url(../images/h5bg.png) no-repeat center;background-size: 100% !important;}
.home5::after{width: 100%;height: 4.75rem;top: -0.6rem;bottom: 0rem;background: url(../images/hbg5.png) no-repeat top;background-size: 100%;}
.home5 .title .h3{margin: 0 auto;}
.home5 .title h3,.home5 .more a{color: #fff;}
.home5 .title span{background: url(../images/titbg2.png) no-repeat;}
.home5 .title p{color: rgba(227, 194, 255, 0.11);z-index: 1;}

.home5 .more a.on{display: flex;}

.home5-t li *{transition: 0.5s;}
.home5-t{position: relative;background: url(../images/h5-bg.png) no-repeat bottom/cover;padding: 0.7rem 0.28rem 0.7rem 0;}
.h5-b{position: relative;}

.home5-t .tab{position: absolute;width: 100%;top: 0;left: 0;opacity: 0;visibility: hidden;transition: 0.5s;}
.home5-t .tab.on{opacity: 1;visibility: visible;position: relative;z-index: 10;}
.h5-t{justify-content: space-between;}
.home5-t .left{width:44%;}
.home5-t .right{width:52%;}

.home5-t .left li a{height: 1.4rem;border-bottom: 1px solid #ddd;align-items: center;padding: 0 0.4rem;}
.home5-t .left li a::after{opacity: 0;width: 100%;background: #F2F1FF;}
.home5-t .left li .date{padding-right: 0.3rem;}
.home5-t .left li p{font-size: 0.3rem;color: #695290;line-height: 1.2;font-family: sy;}
.home5-t .left li i{display: inline-block;/* font-style: normal; */font-size: 0.16rem;margin-left: -0.05rem;color: #695290;font-weight: 100;}
.home5-t .left li span{font-size: 0.14rem;color: #AB88DB;font-family: syr;display: block;margin-top: 0.1rem;}
.home5-t .left li .img{width: 0.59rem;height: 0.46rem;}
.home5-t .left li img{max-height: 100%;}
.home5-t .left li h3{font-size: 0.18rem;line-height: 0.26rem;color: #353535;max-height: 0.52rem;flex: 1;min-width: 0;padding-left: 0.2rem;}
.home5-t .right li a{align-items: flex-start;}
.home5-t .right li .con{flex: 1;min-width: 0;padding-right: 0.6rem;}
.home5-t .right li .date{border: 1px solid #695290;width: 0.94rem;height: 1.2rem;text-align: center;padding-top: 0.1rem;}

.home5-t .right li span{
  font-size: 0.6rem;
  font-family: sy;
  color: #695290;
}
.home5-t .right li .date p{font-size: 0.18rem;color: #695290;font-family: syr;margin-top: 0.1rem;}
.home5-t .right li h3{
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.39rem;
  color: #353535;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home5-t .right li h4{font-size: 0.16rem;line-height: 0.27rem;color: #9E9E9E;margin: 0.22rem 0 0.22rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.home5-t .right li .con p{align-items: flex-start;justify-content: flex-end;font-size: 0.12rem;color: #695290;margin-bottom: 0.3rem;}
.home5-t .right li .con p img{display: inline-block;margin-left: 0.1rem;}
.home5-t .right li .pis{background: #F7F7F7;padding: 0.2rem;}
.home5-t .right li .pis .imged{
    padding-bottom: 58%;
}



.home5-t .arrow{position: absolute;bottom: 1rem;right: 0;}
.home5-t .arror{width: 0.48rem;height: 0.48rem;border-radius: 50%;margin: 0.45rem 0;position: relative;top: auto;left: auto;right: auto;background: #FFFFFF;box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.15);}
.home5-t .arror::after{display: none;}
.home5-t .arror::before{ font-family: swiper-icons;font-size: 0.12rem;color: #695290;font-weight: bold;}
.home5-t .arror:hover{background: #695290;}
.home5-t .arror:hover::before{color: #fff;}


@media screen and (min-width:1025px){
  .home5-t .left li a:hover::after{opacity: 1;}
  .home5-t li a:hover h3{color: #695290;font-weight: bold;}
    
}

@media screen and (max-width:1024px){
    .home5{padding: 0.4rem 0 0rem;background: url(../images/h5bg.png) no-repeat top;}
    .home5::after{top: -0.2rem;}
    .home5-t .left{width:44%;}
    .home5-t .right{width:54%;}
    .home5-t{padding:0 0 .3rem 0}
    .home5-t .left li p{font-size:.26rem;}
    .home5-t .right li .date{height:1rem;}
    .home5-t .right li span{font-size: 0.4rem;}
    .home5-t .right li .con{padding-right: 0.3rem;}
}

@media screen and (max-width:768px){
  .home5-t .left{width:100%;}
  .home5-t .right{width:100%;margin-top: 0.3rem;}
  .home5-t .left li a{height:auto;padding:.2rem 0;}
  .home5-t .left li p{font-size:.22rem;}
  .home5-t .right li span{font-size: 0.3rem;}
  .home5-t .right li .date{height:.8rem;}
  .home5-t .right li a{padding:.15rem;}
  .home5-t .right li .pis{padding: 0;}
  .home4-t .right li .imged{padding-bottom: 49%;}
  .home5 .title .h3{margin: 0;}
}


/* home6 */
.home6{width: 100%;padding:0rem 0 0.8rem;background: url(../images/hbg6.png) no-repeat bottom;background-size: 100%;}
.home6 .title{width: 100%;height: 100%;margin-bottom: 0;position: absolute;left: 0;bottom: 0;padding: 0 15%;justify-content: space-between;}
.home6 .title .h3{margin: 0;}
.home6 .title h3,.home6 .more a{color: #fff;}
.home6 .title span{background: url(../images/titbg2.png) no-repeat;}
.home6 .title p{color: rgba(227, 194, 255, 0.11);}
.home6 .more{position: relative;right: auto;}

.home6-t{position: relative;justify-content: space-between;}
.home6-t .left{width: 34%;}
.home6-t .mid{width: 31%;padding: 0 .2rem;}
.home6-t .right{width: 35%;}
.home6-t li{margin-bottom:.25rem;}
.home6-t li a{position: relative;display: block;}
.home6-t li .a{position: relative;}
.home6-t li .cont{width: 100%;position: absolute;left: 0;bottom: 0;z-index: 10;padding: 0 0.25rem 0.2rem;}
.home6-t li .cont h3{color: #fff;font-size: 0.18rem;line-height: 1.3;}
.home6-t li .imged::after{width: 100%;height: 30%;background: linear-gradient(180deg, rgba(58, 0, 0, 0) 51%, rgba(0, 0, 0, 0.58) 97%);}
.home6-t .left .list_vtc .imged::before{content: "";position: absolute;width: 0.8rem;height: 0.8rem;background: url(../images/bf.png) no-repeat;background-size: 100% 100%;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.home6-t .left .imged{padding-bottom: 7.96rem;}
.home6-t .mid .imged{padding-bottom: 3.85rem;}
.home6-t .right .imged{padding-bottom: 3.85rem;}
.home6-t .right li:first-child .imged{padding-bottom: 3.85rem;}



@media screen and (min-width:1200px){

}
@media screen and (max-width:1024px){
  .home6{padding: 0rem 0 0.2rem;}
}
@media screen and (max-width:768px){
  .home6-t{padding:0 15px;}
  .home6-t .left{width: 100%;}
  .home6-t .mid{width: 100%;margin: 0rem 0;padding:0;}
  .home6-t .right{width: 100%;order:-1;}
  .home6-t .left .imged{padding-bottom: 130%;}
  .home6-t .mid .imged{padding-bottom: 60%;}
  .home6-t .right .imged{padding-bottom: 60%;}
  .home6-t .right li:first-child .imged{padding-bottom: 65%;}
  .home6-t li{margin-bottom:.3rem;}
}








/* footer */
.footer{width: 100%;background: url(../images/fbg.jpg) no-repeat center/cover;}
.foot-t{margin: 0rem 0 0.4rem;position: relative;}
.foot-b{padding: 0.5rem 0;justify-content: space-between;align-items: center;}
.foot-b .fot-1{width: 25%;}
.foot-b .fot-2 {width: 40%;}
.foot-b .fot-2 li a{font-size: 0.2rem;color: #fff;line-height: 0.3rem;border: 1px solid #695290;border-radius: 0.04rem;padding: 0.07rem 0.1rem;display: inline-block;font-weight: 290;}

.ul-iconsb1{justify-content:flex-end;}
.ul-iconsb1 li{padding-left: 0.3rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}

.ul-iconsb1 .icon{width:0.52rem;height: .4rem;display:flex;align-items:center;justify-content:center;}
.ul-iconsb1 .icon img{max-height:100%;}
.ul-iconsb1 .qrbox{bottom: 100%;transform: translateY(-30%) translateX(-50%);opacity:0;visibility:hidden;margin-bottom: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 50%;}
.ul-iconsb1 .qrbox .qr{padding: .1rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-top:.1rem solid #fff;bottom: -0.1rem;transform: translateX(-50%);position: absolute;left: 50%;}
.ul-iconsb1 li:last-child .qrbox{left:auto;transform: translateX(0%) translateY(-30%);right: 0rem;}
.ul-iconsb1 li:last-child .qrbox::before{right: .2rem;left: auto;transform: translateX(0%);}
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;line-height: 1.5;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
.ul-iconsb1 li:last-child .con:hover .qrbox{transform: translateY(0%) translateX(0%);}   

.foot-t li a{border-radius: 0.04rem;display: block;border: 1px solid #695290;height: 1.6rem;text-align: center;padding-top: 0.26rem;}
.foot-t li span{width: 0.52rem;height: 0.5rem;display: flex;align-items: center;justify-content: center;margin: 0 auto;}
.foot-t li img{max-height: 100%;}
.foot-t li p{color: #ffffff;margin-top: 0.15rem;font-size: 0.18rem;transition: 0.5s;}
.foot-t .arror{margin-top: 0;transform: translateY(-50%);width: 0.12rem;height: 0.08rem;}
.foot-t .arror::after{color: #fff;font-size: 0.18rem;}
.foot-t .swiper-button-prev{left: -0.4rem;}
.foot-t .swiper-button-next{right: -0.4rem;}

.footer dl{padding: 0 10% 0.3rem;align-items: center;justify-content: space-between;}
.footer dt{align-items: center;}
.footer dt span{width: 0.22rem;height: 0.22rem;}
.footer dt p{font-size: 0.16rem;line-height: 0.26rem;color: #FFFFFF;padding-left: 0.15rem;}
.footer li:hover p{opacity: .8;}


.foot{padding: 0.12rem 0;text-align: center;border-top: 1px solid rgba(255,255,255,.1);}
.foot p{font-size: 0.15rem;line-height: 1.5;color: #fff;}
.foot p a{padding: 0 0.1rem;display: inline-block;}





@media screen and (max-width:1024px){
   .foot-b{padding: 0.3rem 0;}
   .footer dl{padding: 0 0% 0.3rem;align-items: center;justify-content: space-between;}
   .foot-t{padding: 0 0.3rem;margin-bottom: 0.2rem;}
   .foot-t .swiper-button-prev{left: 0;}
   .foot-t .swiper-button-next{right: 0rem;}
}
@media screen and (max-width:768px){
    .foot-b .fot-1{width: 100%;text-align: center;}
    .foot-b .fot-2{width: 100%;text-align: center;margin:.2rem 0 0;}
    .foot-b .fot-1 img{width: 60%;}
    .ul-iconsb1{justify-content:center;}
    .footer dl{justify-content: flex-start;}
    .footer dt{width: 100%;justify-content: center;margin-bottom: 0.15rem;}
    .ul-iconsb1 li{padding: 0 0.1rem;}
}
@media screen and (max-width:440px){
  .ul-iconsb1 .icon{width:0.4rem;height: .3rem;}

}



@media screen and (max-width: 1600px){
 .list_box1{padding-left: 5%;}
 .header_top #logo img{max-width: 3rem;}
}


@media screen and (max-width:1300px){
   .list_box1 .ser{padding-left:.5rem;}
   .header_top #logo img{max-width:5rem;}
  
}

@media screen and (max-width:1200px){
  .ph-con {display: block;padding: 0;}

}
@media screen and (max-width:1024px){
    .title{margin-bottom: .35rem;}
    .title h3{font-size: 0.3rem;}
    .title p{font-size: 0.16rem;}
    .swiper-box1 .swiper-pagination{bottom:.2rem;}
    .banner video{display: none;}
    .swiper-box1 .bb{display:none;}
}

@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;height: auto;}
    .title h3{font-size: 0.24rem;padding-left: 0;}
    .title .h3{margin: 0;text-align: left;}
    .title span{width:.55rem;height:.55rem;}
    .txt1 {font-size: 0.2rem !important;}
    .p1 {font-size: 0.16rem !important;}
    .swiper-box1 .imged{padding-bottom: 45%;}
    .title h3::after{width:1rem;bottom:0;}
    .title h3::before{display:none;}
    .title .con{height: 0.55rem;}
}

@media screen and (max-width:600px){
   
}
@media screen and (max-width:420px){
  
}

@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}
@media screen and (max-height:500px){
  .list_box_nav_mobile{/* max-height: calc(100% - 120px); */padding-left: 0rem;}
}