body {
    color: #333;
    font-size: 14px;
    font-family:"microsoft YaHei","Arial",Helvetica,"ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ",Arial,Tahoma;
    margin:0 auto;
    position:relative;
  overflow-x: hidden;
    background: #fffefe;
  padding-top:100vh;

}
.slick-slider{ touch-action: auto!important; }
.body-list{ padding-top: 0; }

html{  font-style: 100%;}
.img-hide{ overflow:hidden; display: block; }
.slick-slider{ touch-action: auto!important; }

.img-hide img,.ld-img,.img-hide div,.one-list-img div,.zt-slick a div,.rm-img{ transition: 0.5s all; transform: scale(1,1); }
.img-hide:hover img,.img-hide:hover .img-hide div,a:hover .ld-img,a:hover .one-list-img div,.zt-slick a:hover div,a:hover .rm-img{transform: scale(1.05,1.05); }
.txt-elise{overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;}
li{ list-style:none;}
a{ color: #333; }
ul{ padding:0; margin:0;}
a:hover,a{ text-decoration:none !important;}
a:focus{ text-decoration:none !important; outline: none !important;}
button:focus,button:hover,input:focus{ outline: none!important; }
p{ margin:0; }
img{max-width:100%;display: inline-block;vertical-align: middle;}
.index-page{ position: fixed; left: 0; top: 0; right: 0; height: 100vh; }
.tab-content{ position: relative; }
.tab-content .tab-pane{ display: block; position: absolute; left: 0; top: 0; width: 100%; z-index: -1; opacity: 0; filter:alpha(opacity=0); transition: 0.5s all;display: none; }
.tab-content .tab-pane.active{ position: relative; z-index: 10; opacity: 1; filter:alpha(opacity=100);display: block; }
.container{ width: 1440px;}

@keyframes bigScale {
    from {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.nav-click{ display: none; }
.menu-button { position: absolute; display: none; top: 18px; right: 15px; z-index: 1000; cursor: pointer; -webkit-transition: .3s; transition: .3s;}
.menu-button .bar:nth-of-type(1) { margin-top: 0px;}
.menu-button .bar:nth-of-type(3) { margin-bottom: 0px;}
.bar { position: relative; display: block; width: 24px; height: 2px; margin: 5px auto; background-color: #fff; border-radius: 10px; -webkit-transition: .3s; transition: .3s; }

.cross .bar{ margin:13px auto; }
.cross .bar:nth-of-type(1) { -webkit-transform: translateY(15px) rotate(-45deg);-ms-transform: translateY(15px) rotate(-45deg); transform: translateY(15px) rotate(-45deg);}
.cross .bar:nth-of-type(2) {  opacity: 0;}
.cross .bar:nth-of-type(3) { -webkit-transform: translateY(-15px) rotate(45deg); -ms-transform: translateY(-15px) rotate(45deg); transform: translateY(-15px) rotate(45deg);}
.search-box-c{ position: fixed; left: 50%; top: 50%; width: 800px; height: 54px; background: #fff; padding-right: 115px; margin-left: -400px; z-index: 1000010; }
.search-box-c .form-control{ height: 54px; border-radius: 0; font-size: 18px; box-shadow: none; border:none; }
.modal{ z-index: 100000001; }
.modal-backdrop{z-index: 10000000;}
.modal-box{ position: fixed; display: none; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000010; }
.btn-search-c,.btn-search-c:hover,.btn-search-c:focus{ position: absolute; right: 0; background: #9a0813; top: 0; width: 115px; height: 54px;border:none; border-radius: 0;padding:0}.modal-back{position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 100000; background: rgba(0,0,0,0.5);}
.search-a{ display: none; }
.layer{background:rgba(0,0,0,0.8);position: fixed;left:0;top:0;right:0;bottom:0;z-index:10;opacity:0; z-index: -1; transition:all 0.3s ease-out 0s;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.layer.showdiv{opacity:1;visibility:visible; z-index: 100000;}
.layer .close{font-size:60px; font-family: "ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ"; position:absolute;right:50px;top:50px;width:80px;height:80px;text-align: center;line-height:80px;cursor:pointer;color:#ccc;}
.layer .search_box{height:45px;line-height:45px;width:550px;display:-ms-flexbox;display:flex;transform:translateY(-50px);opacity:0;margin-top:-100px;}
.layer.showdiv .search_box{transform:none;transition:all 0.5s ease-out 0s;opacity:1;}
.layer .search_box .kw{background:#fff; border:none; -ms-flex:1;flex:1;padding:0 12px;font-size:16px;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer .search_box .ok{background:#0d3a7e;color:#fff; box-shadow: none; border:none; width:120px;text-align: center;font-size:18px;cursor: pointer;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer.active{ opacity: 1; z-index: 1000000; }
.body_b.showdiv{ z-index: 1000; }
.bb{ width: 64px; animation: container ease-in-out 2.7s infinite alternate; height: 64px; cursor: pointer;  position: absolute; bottom: 40px; left: 50%; width: 18px; margin-left: -9px;  }
@keyframes container{
  0%,
  100%,
  20%,
  50%,
  80% {
  transition-timing-function: cubic-bezier(0.215,.61,.355,1); /*ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â´Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¡Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¿ ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¦Ã‚Â¡ X1 Y1 X2 Y2*/
  transform: translate3d(0,0,0); /*ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¨ZÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â§Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨*/
  }
  40%,
  43%{
  transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);
  transform: translate3d(0,-30px,0);
  }
  70%{
  transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
  transform: translate3d(0,-15px,0);
  }
  90%{
  transform: translate3d(0,-4px,0);
  }
}


.index-s1 .pagination{ bottom: 30px; left: auto; position: absolute; width: auto; right: 50%; margin-right: -720px; }
.index-s1 .pagination span{ display: inline-block; outline: none!important; cursor: pointer; margin:0 10px; background: url(../images/dian01.png) center no-repeat; height: 23px; width: 13px; border:none; }


.index-s1 .pagination span.active{ background: url(../images/dian02.png) center no-repeat; width: 41px; }

.header{ position: absolute; left: 0; top: 0; right: 0; z-index: 20; padding: 0 1.1rem 0 0.6rem; z-index: 1001; }
.logo{ position: absolute; left: 0.6rem; top: 0.45rem; z-index: 10; }
.logo img{ width: 3.14rem; }
.header:before{display: block; content: "";position: absolute;left: 0;top: 0;right: 0;height: 3.52rem;background: url(../images/header-back.png) center no-repeat;background-size: 100% 100%;}
.fixed .header:before{display:none;}
.header-right{ padding-top: 0.45rem; position: relative; z-index: 20; }
.header-a{ position: relative; padding-right: 0.3rem; }
.header-a a{ font-size: 12px; color: #fff; }
.header-a span{ font-size: 12px; color: #fff; padding:0 0.15rem; }
.header-a div.hide-c{display: block;position: absolute;right: -51px;top: 0;width: 0.4rem;margin-top: -9px;}
.header-a div.input-box{ position: absolute; right: 0; top: 50%; width: 0px; transition: 0.3s all; overflow:hidden; top: 50%; transform: translate(0,-50%); }
.header-a div.input-box .form-control{ height: 0.4rem; min-height: 30px; font-size: 0.15rem; box-shadow: none; width: 260px; padding-right:35px;}
.btn-ss{ position: absolute; right: 0; top: 50%; transform: translate(0,-50%); z-index: 10; height: 0.4rem; background: url(../images/search.png) center no-repeat; width: 0.4rem; text-align: center; }
.header-a .hide-c:hover div.input-box{ width: 260px; }
.header-a .hide-c:hover .btn-ss{background: url(../images/search02.png) center no-repeat!important;}
.nav-click-r{ position: absolute; right: 0; z-index: 20; top: 0.53rem; }
.nav-click-r img{ width: 0.74rem; }
.nav-list li{ float: left; position: relative; padding-bottom: 0.2rem; margin-top: 0.2rem; margin-left: 0.4rem; }
.nav-list li a{ font-size: 0.18rem; color: #fff; font-weight: bold; }
.nav-list li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
    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);
    border-radius: 0 0 .08rem .08rem;
    overflow: hidden;
}
.nav-list li .sub .box {
    padding: 3px 0 0;
    text-align: center;
}
.nav-list li .sub:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #e2be8f;
}
.nav-list li .sub a {
    padding: 12px 30px;
    font-weight: normal;
    display: inline-block;
    transition: .6s;
    font-size: 16px;
    color: #666;
    text-align: center;
    white-space: nowrap;
    font-family: SourceHanSerifCN-Bold;
    min-width: 160px;
    justify-content: center;
}

.nav-list li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%)scaleY(1)
}

.nav-list li .sub a:hover {
  color: #fff;
  background: #99669e
}
.page-one{ position: relative; padding-top: 125px; z-index: 20; }
.one-img{ position: absolute; left: 50%; width: 446px; margin-left: -223px; top: 0; right: 0; }
.page-one-box{ background: #fff; }
.container{ width: 1470px; }
.title-top{ font-size: 34px; font-weight:bold;color: #99669e; line-height: 1; font-family: "ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ"; }
.title-b{ text-transform: uppercase; font-size: 15px; color: #99669e; position: relative; padding-left: 44px; line-height: 1; margin-top: 15px;    }
.title-b:before{ display: block; content: ""; position: absolute; left: 0; top: 50%; width: 32px; height: 2px; background: #99669e; margin-top: -1px; }
.title-box{ margin:70px 0 50px 0; position: relative; }
.title-more{ position: absolute; right: 0; top: 50%; transform: translate(0,-50%); font-size: 16px; color: #99669e; padding-left: 50px; background: url(../images/more.png) left center no-repeat; }
.title-more:hover{ color: #99669e; font-weight: bold; }
.one-left{ width: 50%; }
.ld-img{ height: 527px; width: 100%; }
.img-slick{ overflow:hidden; position: relative; height: 527px; }
.img-slick a{ display: block; position: relative; }
.img-slick a i{ position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; height: 179px; background: url(../images/txt-mask.png) center no-repeat; background-size: 100% 100%; }
.img-slick a p{ position: absolute; left: 30px; bottom: 30px; line-height: 1; font-size: 18px; color: #fff; right: 270px; z-index: 30; }
.img-slick .swiper-pagination{ left: auto; width: auto; right: 20px; bottom: 25px; }
.swiper-pagination-clickable .swiper-pagination-bullet{ margin-right: 15px!important;  border:none!important; outline: none!important; position: relative; font-size: 16px; color: #fff; width: auto; height: auto; background: none; position: relative; opacity: 1; }
.swiper-pagination-clickable .swiper-pagination-bullet:before{ display: block; content: ""; position: absolute; right: -13px; top: 50%; width: 10px; border-top: solid 1px #fff; }
.swiper-pagination-clickable .swiper-pagination-bullet:last-child:before{ display: none!important; }
.swiper-pagination-clickable .swiper-pagination-bullet-active{ color: #99669e; font-size: 20px; }
.one-right{ width: 50%; padding-left: 40px; }
.news-top-tt a{ font-size: 20px; color: #333; font-weight: bold; }
.news-top-tt a:hover{ color: #99669e; }
.news-top-tt{ line-height: 1; }
.news-top-p{ font-size: 16px; color: #666; line-height: 25px; height: 50px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; margin-top: 10px;
 }
.lb-hover{ border-top: solid 1px #ddd; margin-top: 20px; height: 426px; overflow:hidden; }
.lb-hover .swiper-wrapper{ display: block!important; }
.lb-hover .swiper-slide{ padding-top: 17px; height: auto!important; border:none!important; outline: none!important; width: 100%!important; display: block!important; }

.lb-hover .swiper-slide:after{ display: none!important; }
.lb-hover .swiper-slide a{ height: 68px; display: block; position: relative; padding-left: 95px; }
.lb-date{ position: absolute; left: 0; top: 0; bottom: 0; width: 68px; color: #99669e; border:solid 1px #99669e; }
.lb-date span{ display: inline-block; width: 100%; font-size: 26px; color: #fff; line-height: 38px; background: #99669e; margin-bottom: 4px; }
.lb-tt{ position: absolute; left: 95px; top: 50%; transform: translate(0,-50%); right: 0; font-size: 18px; color: #333; line-height: 30px; max-height: 60px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.lb-hover .swiper-slide.aaa a{ background: #c37eb3; }
.lb-hover .swiper-slide.aaa .lb-tt{ color: #fff; }
.lb-hover .swiper-slide.aaa .lb-date{ background: #99669e; color: #fff; }
.lb-hover .swiper-slide.aaa .lb-date:before{ display: block; content: ""; position: absolute; top: 50%; left: 50%; width: 30px; border-top: solid 1px #b894bb; margin-left: -15px; }
.page-one-box{ background:#fff url(../images/back01.jpg) center top no-repeat; background-size: cover; padding-bottom: 100px; }
.one-left-b{ width: 61.8%; }
.one-list-img{ width: 50%; float: left; }
.one-list-img div{ height: 300px; }
.one-list-back{ width: 50%; background: #fff; float: left; position: relative; height: 300px; padding:40px; }
.one-list-tt{ font-size: 18px; color: #333; font-weight: bold; line-height: 30px; height: 60px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; text-align: justify; }
.one-list-p{ font-size: 16px; margin-top: 20px; color: #666; line-height: 30px; height: 90px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; text-align: justify; }
.one-list-date{ background: url(../images/jt01.png) right center no-repeat; font-size: 16px; color: #666; margin-top: 30px; }
.one-list-ul li:nth-child(even) .one-list-img{ float: right; }
.one-list-ul li a:hover .one-list-back{ background: url(../images/back-h.png) left center no-repeat; background-size: 100% 100%; }
.one-list-ul li a:hover .one-list-back:before{ display: block; content: ""; position: absolute; right: 100%; top: 0; bottom: 0; width: 14px; background: url(../images/raw-l.png) center no-repeat; }
.one-list-ul li:nth-child(even) a:hover .one-list-back{ background: url(../images/back-h02.png) left center no-repeat; background-size: 100% 100%; }
.one-list-ul li:nth-child(even) a:hover .one-list-back:before{ left: 100%; right: auto; transform: rotate(180deg); }
.one-list-ul li a:hover .one-list-tt{ color: #fff; }
.one-list-ul li a:hover .one-list-p{ color: #fff; opacity: 0.5; }
.one-list-ul li a:hover .one-list-date{ color: rgba(255,255,255,0.5); background: url(../images/jt02.png) right center no-repeat; }
.one-right-b{ width: 34.72%; }
.back-r{ background: url(../images/back-r.png) center no-repeat; padding:15px 40px; background-size: cover; height: 900px; }
.back-r li a{ display: block; height: 110px; border-bottom: solid 1px rgba(255,255,255,0.2); position: relative; }
.back-r li a .tz-date{ position: absolute; left: 0; top: 50%; transform: translate(0,-50%); font-size: 14px; color: #fff; }
.back-r li a .tz-date span{ font-size: 28px; }
.tz-tt{ font-size: 18px; color: #fff; position: absolute; left: 80px; top: 50%;transform: translate(0,-50%); line-height: 30px; height: 60px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; text-align: justify; }
a:hover .tz-tt{ font-weight: bold; }
.back-r li:last-child a{ border:none; }
.page-tow{ position: relative; overflow:hidden; }
.page-tow .container{ position: relative; z-index: 100; }
.tow-top{ position:absolute; left: 0; top: 0; right: 0; }
.tow-top-img{ position: relative; height: 596px; }
.tow-top-img div{ transition: 0.3s all; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; }
.tow-top-img div.active{ opacity: 1; }
.tow-top:before{ display: block; content: ""; z-index: 10; position: absolute; left: 0; right: 0; top: 0; height: 239px; background: url(../images/mask-top.png) center top no-repeat; }
.page-tow .title-top{ color: #fff; }
.page-tow .title-b{ color: #fff; }
.page-tow .title-b:before{ background: #fff; }
.page-tow .title-more{ color: #fff; background: url(../images/more02.png) left center no-repeat; }
.ky-slick{ margin:0 -15px; margin-top: 300px; }
.ky-slick a{ display: block; position: relative; background: #fdf7ff; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding:10px; }
.ky-slick a:before{ display: block; content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 100%;background: url(../images/ky-back.png) center no-repeat; background-size: cover; transition: 0.3s all; }
.ky-slick-img div{ height: 220px; }
.page-tow{ background: url(../images/back02.png) center no-repeat; background-size: cover; }
.ky-slick-tt{ font-size: 18px; color: #333; line-height: 30px; height: 60px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; text-align: justify; margin-top: 15px; }
.ky-slick .slick-slide{ padding:0 15px 95px 15px; }
.ky-slick .slick-prev{ width:53px; height: 53px; margin:0; left: -60px; top: 175px; background: url(../images/left.png) center no-repeat; z-index: 100; }
.ky-slick .slick-next{ width:53px; height: 53px; margin:0; right: -60px; top: 175px; background: url(../images/right.png) center no-repeat; z-index: 100; }
.slick-prev:before,.slick-next:before{ display: none; }
.ky-slick a:hover:before{ right: 0; }
.ky-slick a:hover .ky-slick-tt{ color: #fff; }
.page-three{ padding-bottom: 65px; background: url(../images/back03.png) center top no-repeat; padding-top: 195px; }
.title-center .title-left{ display: inline-block; text-align: left; }
.zt-slick a div{ padding-top: 58.23%; }
.zt-slick a { display: block; border-radius: 10px; }
.zt-slick .slick-slide{ padding:0 15px; }
.zt-slick{ margin:55px -15px 0 -15px; padding-bottom: 90px; }
.zt-slick .slick-prev{ left: 50%; top: auto; bottom: 0; width:53px; height: 53px; margin-left: -68px; background: url(../images/left02.png) center no-repeat; z-index: 100; }
.zt-slick .slick-next{ right: 50%; top: auto; bottom: 0; width:53px; height: 53px; margin-right: -68px; background: url(../images/right02.png) center no-repeat; z-index: 100; }
.page-four{ background:#fff url(../images/back04.png) center no-repeat; padding-bottom: 85px; position: relative; z-index: 10; background-size: cover; }
.mt-img div{ height: 300px; transition: 0.3s all; width: 100%; display: block; }
.mt-img{ height: 330px; padding:15px 0; overflow:hidden; }
.mt-title{ font-size: 18px; color: #333; line-height: 30px; height: 60px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; display: none; text-align: justify; }
.mt-slick .slick-list{ padding:0!important; }
.swiper-slide-prev .mt-img div{--f: .1;
    float: right;
    display: block;
    --_f: calc(90%*var(--f)/(1 + var(--f)));
    --_a: calc(145deg*var(--f));

    aspect-ratio: calc(1 + var(--f));
    object-fit: cover;
    clip-path: inset(0 var(--_f) 0 0 round var(--r));
    transform: perspective(900px) var(--_t,rotateY(var(--_a)));}
.swiper-slide-next .mt-img div{--f: .1;
    float: right;

    display: block;
    --_f: calc(90%*var(--f)/(1 + var(--f)));
    --_a: calc(-145deg*var(--f));
    margin-left: -20px;
    aspect-ratio: calc(1 + var(--f));
    object-fit: cover;
    clip-path: inset(0 var(--_f) 0 0 round var(--r));
    transform: perspective(900px) var(--_t,rotateY(var(--_a)));}
.swiper-slide-active .mt-title{ display: block;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-align: justify; }
.mt-slick-bot .swiper-button-prev{ top: 160px; outline: none!important; left: -70px; width: 53px; height: 53px; background: url(../images/left.png) center no-repeat; }
.mt-slick-bot{ position: relative; }
.swiper-button-prev:after,.swiper-button-next:after{ display: none; }
.mt-slick-bot .swiper-button-next{ top: 160px; outline: none!important; right: -70px; width: 53px; height: 53px; background: url(../images/right.png) center no-repeat; }
.page-five{ background: url(../images/back05.png) center no-repeat; background-size: cover; padding:60px 0 85px 0; position: relative; z-index: 10; }
.swiper-slide-active .mt-img{ overflow:hidden; height:282px; margin-top: 24px; margin-bottom: 10px; padding:0; }
.swiper-slide-active .mt-img div{ transition: 0.3s all; height:282px; }
.swiper-slide-active a:hover .mt-img div{ transform: scale(1.05,1.05); }
.swiper-slide-active a:hover .mt-title{ color: #99669e; }
.number-box{ padding:160px 0 180px 0; position: relative; }
.number-swiper{ position: absolute; left: 0; top: 0; right: 0; top: 0; bottom: 0; }
.number-swiper .swiper-slide{ position: relative; }
.number-swiper .swiper-slide ul li{ position: absolute; }
.number-swiper .swiper-slide ul li.number-one{ left: 0; top: 0; right: 0; }
.number-li-box{ font-size: 18px; color: #fff; display: inline-block; position: relative; }
.number-li-box span{ font-size: 45px; color: #fff; }
.number-li-box i{ display: block; position: relative; width: 110px; text-align: center; line-height: 108px; height: 110px; border-radius: 50%; margin:20px auto 0 auto; }
.number-li-box i:before{ display: block; content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border:dashed 1px #fff; border-radius: 50%; }
.number-swiper .swiper-slide ul li.number-one02{ left: auto; right: 50%; margin-right: 210px; top: 220px; text-align: right; }
.swiper-slide ul li.number-one02 .number-li-box{ padding-right: 140px;}

.swiper-slide ul li.number-one02 .number-li-box i{ position: absolute; right: 0; top: 0; margin:0; }
.number-swiper .swiper-slide ul li.number-one03{ left: 50%; margin-left: 210px; top: 220px; text-align: left;}
.swiper-slide ul li.number-one03 .number-li-box{ padding-left: 140px;}
.swiper-slide ul li.number-one03 .number-li-box i{ position: absolute; left: 0; top: 0; margin:0; }
.number-swiper .swiper-slide ul li.number-one04{left: auto; right: 50%; margin-right: 315px; top: 465px; }
.swiper-slide ul li.number-one04 .number-li-box{ padding-right: 140px;}
.swiper-slide ul li.number-one04 .number-li-box i{ position: absolute; right: 0; top: 0; margin:0; }
.number-swiper .swiper-slide ul li.number-one05{ left: 1035px; right: auto; top: 465px; text-align: left;}
.swiper-slide ul li.number-one05 .number-li-box{ padding-left: 140px;}
.swiper-slide ul li.number-one05 .number-li-box i{ position: absolute; left: 0; top: 0; margin:0; }
.number-li-box:hover i:before{ animation: zq ease-in-out 1s infinite alternate; }
@keyframes zq{
  0% { transform: rotate(0deg);
  }
  50% { transform: rotate(360deg);
  }
  100% { transform: rotate(0deg);
  }
}

.number-swiper .swiper-slide ul li{   

  
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
  opacity: 0;
   }
.number-swiper .swiper-slide-active ul li{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; opacity: 1;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}


.number-swiper .swiper-button-prev{ outline: none!important; opacity: 1!important; left: 50%; margin-left: -240px; top: auto; bottom: 0; width: 55px; height: 55px; background: url(../images/left03.png) center no-repeat; }
.number-swiper .swiper-button-next{ outline: none!important; opacity: 1!important; right: 50%; margin-right: -240px; top: auto; bottom: 0; width: 55px; height: 55px; background: url(../images/right03.png) center no-repeat; }
.qiu-center{ display: block; overflow:hidden; position: absolute; left:-390px; top: -370px; line-height: 400px; width: 400px; height: 400px; border-radius: 50%;  }
.qiu-center:before,.qiu-tt-e,.qiu-tt-c{ display: block; content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border-radius: 50%; background: rgba(255,255,255,0.15); }
.qiu-center:hover:before{animation: aa ease-in-out 1s alternate;}
.qiu-tt{ transition: 0.5s all; position: relative; z-index: 10; }
@keyframes aa{
  0% { transform: scale(1,1);
  }
  50% { transform: scale(0.82,0.82);
  }
    100% { transform: scale(1,1);
  }
}
.qiu-center.tow .qiu-tt{ transform: rotate(120deg); }
.qiu-center.three .qiu-tt{ transform: rotate(240deg); }
.qiu-tt-e{ background: none; }
.qiu-tt-c{ background: none;}
.qiu-center:hover .qiu-tt-c{animation: bb ease-in-out 1s alternate; }
@keyframes bb{
  0% { transform: rotate(0deg);
  }
  50% { transform: rotate(180deg);
  }
    100% { transform: rotate(0deg);}
}
.back-six{ position: relative; z-index: 10; background: url(../images/back060707.png) center no-repeat; background-size: cover; padding-bottom: 80px; }
.ewm-ul{ position: absolute; right: 195px; top: 50%; transform: translate(0,-50%); }
.ewm-ul li{ float: left; margin-left: 17px; }
.ewm-ul li a{ position: relative; display: inline-block; }
.ewm-ul li a span{ position: absolute; left: 50%; bottom: 100%; transform: translate(-50%,0); width: 120px; display: none; box-shadow: 0 0 10px rgba(153,102,158,.3);}
.ewm-ul li a:hover span{ display: block; }
.ewm-ul li a span img{ width: 100%!important; }
.rm-img{ height: 360px; }
.rm-list li{ float: left; width: 32.5%; }
.rm-list li a{ display: block; position: relative; z-index: 10; overflow:hidden; }
.rm-list li a i{ position: absolute; left: 0; right: 0; bottom: 0; height: 108px; background: url(../images/txt-c.png) center no-repeat; background-size: 100% 100%; z-index: 5; }
.rm-list-bottom{ position: absolute; z-index: 10; left: 20px; right: 20px; bottom: 20px; padding-left: 60px; }
.rm-list-date{ font-size: 12px; color: #fff; opacity: 0.7; }
.rm-list-tt{ font-size: 18px; line-height: 1; margin-top: 5px; color: #fff; }
.rm-list-bottom span{ position: absolute; left: 0px; top: 50%; margin-top: -20px;  }
.rm-list li:nth-of-type(2){ width: 32.5%; }
.rm-list li:nth-of-type(3){ width: 35%; }
.rm-list li:nth-of-type(4){ width: 35%; }
.footer{ background: url(../images/footer.png) center no-repeat; position: relative; z-index: 10; background-size: cover; padding:60px 0 60px 0; }
.friends-list li{ float: left; margin:0 40px 30px 0; }
.friends-list li a{ font-size: 18px; color: #fff; }
.friends-list li a:hover{ font-weight: bold; }
.footer-lind{ border-top: solid 1px #fff; opacity: 0.25; margin-bottom:50px; }
.footer-p p{ font-size: 18px; color: #fff; margin-bottom: 10px; }
.footer-p{ margin-left: 170px; }
.footer-p p span{ padding-right: 20px; display: inline-block; }
.footer-p p a{color:#fff;}
/**************ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Âª****************/
.slide_down_nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
}
.slide_down_nav.on {
    visibility: visible;
}
.slide_down_nav .slide_down_nav_content {
    position: relative;
    z-index: 10;
    transition: .6s;
    height: 100%;
    opacity: 0;
    padding: 1rem 0 0;
}
.slide_down_nav .slide_down_nav_content.on {
    transition: .6s;
    opacity: 1;
}
.w1256 {
    max-width: 76%;
    padding: 0;
    margin: .9rem auto 0;
    height: 100%;
    display: flex;
}
.miso_wzmap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem;
}
.miso_wzmap li {
    padding: .25rem .2rem;
    transform: translateY(.5rem);
    transition: .5s;
    opacity: 0;
    flex: 1;
    width: 12.5%\0;
    text-align: center;
}
.miso_wzmap li:nth-child(1) {
    transition-delay: .1s;
}
.slide_down_nav_content.on .miso_wzmap li {
    transform: translateY(0);
    opacity: 1;
}
h3{ margin:0; }
.miso_wzmap li h3 a {
    font-size: .22rem;
    color: #fff;
    position: relative;
    display: block;
    padding: 0 0 .18rem;
    margin-bottom: .16rem;
    font-weight: 700;
}
.miso_wzmap li h3 a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 1.2s 1.2s;
    transform: translateX(-50%);
}
.slide_down_nav_content.on .miso_wzmap li h3 a:before {
    width: .3rem;
}
.miso_wzmap li dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.25rem;
}
.miso_wzmap li dl dd {
    width: 100%;
    padding: 0 .25rem;
}
.miso_wzmap li dl dd a {
    font-size: .17rem;
    color: #fff;
    line-height: .36rem;
    display: block;
    transition: .5s;
}
.slide_down_nav .slide_down_nav_bg {
    position: fixed;
    right: 0;
    top: 0;
    height: 0;
    left: 0;
    background: #fff;
    background: #fff url(../images/slide_down_nav_bg.jpg)50% no-repeat;
    background-size: cover;
    transition: .9s cubic-bezier(.165,.84,.44,1).2s;
}

.slide_down_nav.on .slide_down_nav_bg{
    height: 100%;
}
.nav-list.active,.hide-c.active{ display: none!important; }

.miso_btn1 {
    display: flex;
    width: .74rem;
    height: .42rem;
    background: #99669e;
    border-radius: .37rem 0 0 .375rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s;
    padding-right: .1rem;
}
.miso_btn1:hover {
    background: #e2be8f;
}
#openBtn {
    cursor: pointer;
    display: inline-block;
}
#openBtn .lcbody {
    width: .38rem;
    height: .19rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
}
#openBtn .lcbody .lcitem {
    width: 100%;
    height: 1.5px;
    position: absolute;
    transition: transform .36s ease;
    right: 0;
}
#openBtn .lcbody .top {
    top: 0;
}
.miso_btn1 .box span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff
}
#openBtn .lcbody .lcitem:nth-child(1), #openBtn .lcbody .lcitem:nth-child(3) {
    width: 84%;
}
#openBtn .lcbody .lcitem div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background: #fff
}

#openBtn .lcbody .top {
  top: 0
}

#openBtn .lcbody .center {
  display: block;
  top: 50%;
  margin-top: -.015rem
}

#openBtn .lcbody .bottom {
  top: calc(100% - .03rem)
}

#openBtn .lcbody:hover .lcitem.top .rect {
  animation: move .4s ease-in-out 1
}

#openBtn .lcbody:hover .lcitem.center .rect {
  animation: move .4s ease-in-out .1s 1
}

#openBtn .lcbody:hover .lcitem.bottom .rect {
  animation: move .4s ease-in-out .2s 1
}

.active#openBtn .lcitem.top {
  transform: rotateZ(45deg);
  top: 49%
}

.active#openBtn .lcitem.center {
  opacity: 0
}

.active#openBtn .lcitem.bottom {
  transform: rotateZ(-45deg);
  top: 49%
}

@keyframes move {
  0% {
    right: 0
  }

  40% {
    right: 0;
    width: 0
  }

  60% {
    right: auto;
    width: 0%
  }

  100% {
    right: auto;
    width: 100%
  }
}

.n_header #openBtn .lcbody .lcitem div {
  background: #fff
}

body.fixed{ overflow:hidden; }
body.fixed .header-a{ margin-top: 0.4rem; padding-right: 0; }
.header-tow{ position: fixed; transition: 0.5s all; left: 0; top: -100%; right: 0; z-index: 1002; height: 0.8rem; }
.header-tow:before{transition: 0.3s all; display: block; content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #99669e;
    opacity: .9; }
.logo-tow{ position: absolute; left: 0.6rem; top: 0; bottom: 0; line-height: 0.8rem; z-index: 10; }
.logo-tow img{ height: 0.6rem; }
.header-tow .nav-list li a{ line-height: 0.8rem; display: block; }
.header-tow .nav-list{ margin:0 1.3rem 0 0; }
.header-tow .nav-list li{ margin-top: 0; }
.header-tow .nav-list li .sub a{ line-height: 1; }
.header-tow .nav-list li .sub{ top: 70%; }
.header-tow .nav-click-r{ top: 0.25rem; background: none; }
.header-tow .nav-list.active{
    display: block!important;
}
body.fixed .header-tow:before{ transform: translate(0,-100%); }
.header-tow.active{ top:0; }
.m-header{ display: none; }
html, body {
    min-height: 100vh;
}


.list-left {width: 290px;padding-bottom: 55px;margin-top: 40px;box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;background:#fff;}
.list-left-tt span { display: block; font-size: 24px; color: rgb(255, 255, 255); font-weight: bold; }
.list-left-tt {height: 88px;background: #99669e;line-height: 88px;}
.left-nav li a { display: block; position: relative; /*line-height: 60px; */font-size: 20px; color: rgb(51, 51, 51); text-align: center; padding:15px 5px;}
.left-nav li { position: relative; }
.left-nav li a::before {display: block;content: "";position: absolute;left: 25px;right: 25px;bottom: 0px;border-bottom: 1px solid #ddd;}
.left-nav-down li a { line-height: 40px; font-size: 16px; color: rgb(51, 51, 51); padding-left: 25px; }
.left-nav-down li a::before { display: none; }
.left-nav li.active {/* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; */margin-top: -1px;background: #eeeef7;}
.left-nav li.active::before { display: block; content: ""; position: absolute; left: 0px; top: 0px; bottom: 0px; width: 4px; background: #99669e; }
.left-nav li.active a { color: #99669e; font-weight: bold; }
.left-nav li.active .left-nav-down li a { color: rgb(51, 51, 51); font-weight: normal; }
.left-nav-down { padding: 10px 0px; display: none; }
.left-nav-down-three{ box-shadow: 0 0 10px rgba(0,0,0,0.1); display: none; margin-left: 5px; }
.left-nav-down-three li a{ padding-left: 40px; }
.left-nav li a:hover { color: #99669e !important; }
.left-nav { padding-top: 20px; }
.container-list {max-width: 1440px;}
.list-ssjgy { width: 1300px; margin-top: 40px; }
.list-right {width: 1050px;margin-top: 40px;}
.nav-b { color: rgb(153, 153, 153); font-size: 14px; padding-left: 28px; background: url("../images/icon-home.png") left center no-repeat; }
.nav-b a { color: rgb(153, 153, 153); }
.list-top { border-bottom: 1px solid rgb(221, 221, 221); padding-bottom: 15px; }
.article-tt { font-size: 24px; color: rgb(51, 51, 51); font-weight: bold; margin-top: 20px; margin-bottom: 0px; }
.article-sm {border-top: 1px dashed rgb(221, 221, 221);/* max-width: 780px; */margin: 30px auto 0px;border-bottom: 1px dashed rgb(221, 221, 221);padding: 15px 0px;font-size: 16px;}
.article-sm span {padding: 0px 4px;}
.article-p p,.article-p span {text-align: justify;font-size: 16px !important;color: rgb(51, 51, 51);line-height: 1.75 !important;margin-bottom: 10px;text-indent: 2em;font-family: calibri!important;background:none !important;}

.article-p { margin-top: 40px; }
.article-link p a {font-size: 16px;color: rgb(51, 51, 51);/* display: block; */}
.article-link p a span { font-weight: bold; }
.article-link {border-top: 1px dashed rgb(221, 221, 221);padding-top: 30px;margin-top: 30px;margin-bottom: 110px;}
.article-link p { margin-bottom: 20px; }
.list-box { padding-bottom: 100px;}
.list-left-tt-phone { display: none; }
.img-lb li { padding: 0px 25px; margin-bottom: 50px; width: 33.33%; }
.img-lb { margin: 0px -25px; padding-top: 20px;     display: flex;
    flex-wrap: wrap;}

.img-lb li a:hover .img-lb-tt{background:#99669e;color:#fff;}
.img-lb-tt {font-size: 16px;color: rgb(51, 51, 51);padding: 15px 5px;text-align:center;border: 1px solid #ddd;border-top:0;}
.img-lb-img {position: relative;padding-top: 67%;}
.img-lb-img div {position: absolute;left: 0px;top: 0px;height: 100%;width: 100%;/* border: 1px solid #ddd; */}
.img-lb li a { display: block; }
.img-lb .img-lb-img{border: 1px solid #ddd;}
.img-ul-left div { width: 260px; height: 175px; }

.img-ul-a li a{ padding: 35px 0px; display: block; border-bottom: 1px dashed rgb(221, 221, 221); transition: all 0.5s ease 0s; }
.img-ul-a li a:hover{background:#f5f5fc;padding: 35px 15px;border:1px solid #99669e}
.img-ul-right {margin-left: 280px;}
.img-ul-tt {display: block; margin-bottom: 10px; font-size: 18px; color: rgb(51, 51, 51); }
.img-ul-p {color: rgb(153, 153, 153);font-size: 14px;line-height: 25px;height: 75px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.img-ul-date { color: rgb(153, 153, 153); font-size: 14px; margin-top: 20px; background: url("../images/icon-date.png") left center no-repeat; padding-left: 20px; }
.img-ul-a li:hover { background: rgb(255, 255, 255); border-color: transparent;}
.img-ul-a li:last-child { border: none; }
.img-ul-a { padding-bottom: 30px; }
.wz-ul-date { width: 80px; height: 80px; background: rgb(246, 246, 246); padding-left: 15px; padding-top: 12px; line-height: 25px; }
.wz-ul-date span { font-weight: bold; font-size: 18px; }
.wz-ul li { padding: 20px 0px; border-bottom: 1px dashed rgb(221, 221, 221); }
.wz-ul-right { margin-left: 105px; padding-top: 10px; }
.wz-ul-tt a { font-size: 18px; color: rgb(51, 51, 51); font-weight: bold; /*display: block; */}
.wz-ul-p { margin-top: 15px; color: rgb(153, 153, 153); font-size: 14px; }
.wz-ul { margin-bottom: 30px; font-size: 14px; }
.wz-ul li:hover .wz-ul-date { background: rgb(187, 1, 14); color: rgb(255, 255, 255); }
.wz-ul li:hover .wz-ul-tt a { color: rgb(187, 1, 14); }
.table-bordered { border: none; }
.table-bordered > thead > tr > th {background: rgb(255 242 242);font-size: 22px;color: rgb(51, 51, 51);font-weight: normal;padding: 20px 20px 20px 120px;border-bottom: none;font-weight: bold;}
.table-bordered > tbody > tr > td {font-size: 20px;color: rgb(51, 51, 51);padding: 20px 20px 20px 120px;border-color: #dbdbdb;background: rgb(255, 255, 255);}
.table-box {margin: 50px 0px;padding-bottom: 70px;}
.ld-img a div { width: 260px; height: 200px; margin:0 auto; }
.ld-right { margin-left: 290px; padding-top: 15px; }
.ld-name a { font-size: 22px; color: rgb(51, 51, 51); font-weight: bold; }
.ld-txt { color: rgb(153, 153, 153); line-height: 25px; margin-top: 15px; text-align: justify; }
.ld-ul li { border-bottom: 1px dashed rgb(221, 221, 221); font-size: 14px; padding: 40px 0px; }
.ld-ul { padding-bottom: 30px; }
.jg-title { font-size: 30px; padding-bottom: 20px; margin-top: 40px; border-bottom: 1px solid rgb(221, 221, 221); }
.jg-title span { float: left; width: 50px; }
.jg-ul li {float: left;height: 60px;width: 23%;border: 1px solid #dbdbdb;line-height: 60px;text-align: center;margin: 0 2% 2% 0;}
.jg-ul li a {display: block;font-size: 16px;color: rgb(51, 51, 51);}
.jg-ul {margin-top: 20px;margin-bottom: 0;}
.jg-ul li a:hover { color: #99669e;); }
.img-ul-tt a:hover, .nav-b a:hover, .ld-name a:hover, a:hover .img-lb-tt { color: #99669e; }

.banner-list img{ width: 100%; }
.article-link p a:hover{ color: #99669e; }

.title-more-b{margin-top: 0.3rem;margin-left:0;}
.tow-title a{ color: #fff; }
.tow-title a:hover{ text-decoration: underline!important; }
    .cx-box-left{ width: 310px; }
    .cx-box-right{ width: 760px; }
.header-list.one{ background: #99669e; }



      .list-right {width: 1060px;}
  .table-bordered > thead > tr > th, .table-bordered > tbody > tr > td { padding-left: 60px; }
  .xs-list li a{ height: 370px; }

  .nav-list-news li a{ font-size: 18px;padding: 0 31px; }
  .ss-list li{ width: 330px; }
  .ss-list-img img{ height: 122px; }





/********ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¢Ãƒâ€¦Ã‚Â¾********/

.xz-article .col-xs-6{ font-size: 16px; color: #666; margin-bottom: 20px; }
.xz-article{ margin-top: 50px; padding: 0px 25px 0 25px; border-bottom: dashed 1px #ddd; }

.article-tt-xz{ padding-top: 30px; }
.bt-lb{ padding:20px 0; width: 100%; }
.bt-lb li a{display: block;position:relative;line-height: 60px;position: relative;font-size: 18px;padding-right: 120px;background: #f5f5fc;margin-bottom: 15px;padding-left: 25px;z-index: 0;}
.bt-lb li a:before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: #99669e;z-index: -1;transform: translateY(101%);transition: transform .5s;}
.bt-lb li a:after{content:"";position:absolute;width:10px;height:3px;background:#99669e;left:8px;top:50%;transform:translateY(-50%)}
.bt-lb li a:hover:before {transform: translateY(0) }
.bt-lb li a span{position: absolute;right: 7px;top: 0;font-size: 16px;color: #99669e;}
.zp-list li a{ display: block; padding:20px 0; border-bottom: dashed 1px #ddd; }
.bt-lb li:hover  *{color: #fff;}
.bt-lb li:hover a:after{background:#fff;}
.zp-list-tt{ font-size: 18px; color: #333; font-weight: bold; }
.zp-list-p{ margin-top: 15px; font-size: 16px; color: #666; }
.zp-list-p span.da{ padding-left: 20px; margin-right: 20px; background: url(../images/icon-date-a.png) left center no-repeat;  }
.zp-list-p span.dz{ padding-left: 16px; background: url(../images/icon-dz.png) left center no-repeat;  }
.zp-list{ margin-bottom: 30px; }
a:hover .zp-list-tt,.one-news li a:hover,a:hover .tow-news-tt{ color: #99669e; }
.tow-news li a:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.8); }
/********ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¢Ãƒâ€¦Ã‚Â¾********/

.xz-article .col-xs-6{ font-size: 16px; color: #666; margin-bottom: 20px; }
.xz-article{ margin-top: 50px; padding: 0px 25px 0 25px; border-bottom: dashed 1px #ddd; }

.article-tt-xz{ padding-top: 30px; }
.bt-lb{ padding:20px 0; }
.zp-list li a{ display: block; padding:20px 0; border-bottom: dashed 1px #ddd; }
.zp-list-tt{ font-size: 18px; color: #333; font-weight: bold; }
.zp-list-p{ margin-top: 15px; font-size: 16px; color: #666; }
.zp-list-p span.da{ padding-left: 20px; margin-right: 20px; background: url(../images/icon-date-a.png) left center no-repeat;  }
.zp-list-p span.dz{ padding-left: 16px; background: url(../images/icon-dz.png) left center no-repeat;  }
.zp-list{ margin-bottom: 30px; }
a:hover .zp-list-tt,.one-news li a:hover,a:hover .tow-news-tt,a:hover .img-ul-tt{ color: #99669e; }
.tow-news li a:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.8); }




@media( max-width: 1630px){
   .nav-list li a{ font-size: 0.2rem; }
  .ky-slick{ margin-left: 70px; margin-right: 70px; }
  .mt-slick-bot{ margin-left: 70px; margin-right: 70px; }
}
@media( max-width: 1479px){
    .container{ width: 1230px; }
    .footer-p{ margin-left: 80px; }
    .number-box{ width: 1440px; transform: scale(0.8,0.8); margin-left: -105px; }
    .page-five{ padding:0px 0; }
    .mt-img div{ height: 254px; }
    .mt-img{ height: 284px; }
  .mt-slick-bot .swiper-button-next,.mt-slick-bot .swiper-button-prev{ top: 150px; }
  .rm-img{ height: 300px; }
  .index-s1 .pagination{ margin-right: -600px; }
  .swiper-slide-active .mt-img{ height: 243px; margin-top: 21px; }


  .list-right{width: 870px;}

}
@media( max-width: 1279px){
  .list-left-tt .nav-click{ line-height: 60px; }
    .container{ width: 970px; }
    .index-s1 .pagination{ margin-right: -470px; }
  .header,.header-tow{ display: none!important; }
.number-box{ transform: scale(0.7,0.7); margin-left: -235px; margin-top: -50px; }
.page-five{ height: 600px; }
.mt-title{ font-size: 16px; line-height: 25px; height: 50px; }
.mt-img div{ height: 197px; }
.mt-img{ height: 227px; }
  .m-header{padding: 0 0 0 15px; display: block;
    height: 70px;
    background: url(../images/footer_bg.jpg)50% no-repeat;
    box-shadow: 0 3px 5px rgba(0,0,0,5%);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;

    justify-content: space-between;
    align-items: center; }
.mt-slick-bot .swiper-button-next,.mt-slick-bot .swiper-button-prev{ top: 120px; }
.rm-img{ height: 250px; }
.logo-m{ float: left; line-height: 70px; }
.logo-m img{ height: 40px; }
#nav_btn_box {
    position: absolute;
     right: 0; top: 0;
    width: 85px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #e6c390;

}
#nav_btn_box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #e6c390;
}
#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none;
}
#nav_btn .point {
    display: inline-block;
    width: 34px;
    height: 18px;
    position: relative;
    outline: none;
}
#nav_btn .navbtn {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    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: #fff;
    margin-top: -1px;
}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    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: #fff;
}
#nav_btn .navbtn::before {
    top: 8px;
}
#nav_btn .navbtn::after {
    top: -8px;
}
#nav_btn_box:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -6px;
    border-right: #e6c390 7px solid;
    border-bottom: transparent 75px solid;
}
.logo-b{ float: none!important; text-align: center; }
.footer-right{ width: 100%; margin-top: 30px; }
.footer{ padding:40px 0; }


.phone-box{ position: fixed; transition: 0.3s all; padding:20px 0 30px 0; left: 100%; right: 0; width: 100%; bottom: 0; top: 70px; overflow-y: auto; background-image: -webkit-linear-gradient( 0,#75237d 0%,#9b3379 100%);
    background-image: -ms-linear-gradient( 0,#75237d 0%,#9b3379 100%);z-index:10; }
.phone-box.active{ left: 0; }
.phone-box a{ display: inline-block; font-size: 14px; margin:0 10px; }
.nav-phone li{ position: relative; border-bottom: 1px solid rgba(255,255,255,.15); }
.nav-phone li a{ display: block; 
    line-height: 40px;
    color: rgba(255,255,255,.8);
    padding: 0;
    font-size: 16px;

    position: relative;
    transition: .5s;}
  .nav-click {display: block;transition: 0.3s all;z-index: 10000;position: absolute;color: #fff;right: 0;top: 0px;width: 40px;height: 40px;text-align: center;line-height: 40px;}
  .nav-click.active{ transform: rotate(180deg); }
.nav-down li a{ font-size: 14px;  line-height: 35px; }
.nav-down li{ border:none; } 
.nav-down{border-top: 1px solid rgba(255,255,255,.15); display: none;}
.phone-search{ margin:20px 20px 0 20px; position: relative; padding-right: 34px; }
.phone-search .form-control{ border:none; box-shadow: none; border-radius: 0; }
.phone-search .btn-ss-phone{ position: absolute; right: 0; top: 0; bottom: 0; width: 34px; background: #e6c390!important; border-radius: 0; padding:0; }
#nav_btn .point.on .navbtn {
    background: 0 0;
}
#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: 0;
}
#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: 0;
}
.swiper-slide-active .mt-img{ height: 190px; margin-top:19px; }


  .list-left{    width: 220px;}
  .list-right { width: 680px; }
}


@media( max-width: 1023px){

.container{ width: 750px; }
.index-s1 .pagination{ margin-right: -360px; }
.one-img img{ width: 220px; }
.one-img{ top: -60px; }
.page-one{ padding-top: 0px; }
body,.body-list{ padding-top: 70px; }
.index-page{ position: relative; height: auto; }
.bb{ bottom: 0px; }
.one-left{ width: 100%; }
.title-box{ margin:30px 0; }
.title-top{ font-size: 24px; }
.title-b{ font-size: 14px; padding-left: 30px; }
.title-b:before{ width: 20px; }
.ld-img{ height: auto; padding-top: 68%; }
.img-slick{ height: auto; }
.one-right{ width: 100%; padding:30px 0 0 0; }
.one-left-b,.one-right-b{ width: 100%; }
.tow-top-img{ height:350px; }
.ky-slick{ margin-top: 180px; }
.ky-slick-img div{ height: auto; padding-top: 68.75%; }
.ky-slick .slick-next,.ky-slick .slick-prev{ top: 100px; }
.ky-slick-tt{ font-size: 16px; line-height: 25px; height: 50px; margin-top: 5px; }
.mt-img div{ height: auto !important; padding-top: 66%; }
.mt-img{ height: auto; padding:0; }
.mt-title{ margin-top: 10px; }
.mt-slick-bot .swiper-button-next, .mt-slick-bot .swiper-button-prev{ top: 50%; }
.page-four{ padding-bottom: 30px; }
.number-box{ transform: scale(0.6,0.6); margin-left: -360px; margin-top: -100px; }
.page-five{ height: 520px; }
.ewm-ul{ right: 130px; }
.ewm-ul li{ margin-left: 10px; }
.footer-p{ margin-left: 0; width: 50%; }
.footer-p p{ font-size: 16px; }
.friends-list li a{ font-size: 16px; }
.friends-list li{ margin:0 15px 10px 0; }
.footer-lind{ margin:20px 0 30px 0; }
.page-one-box{ padding-bottom: 50px; }
.swiper-slide-active .mt-img{ height: auto; margin:0; }



.list-left{width:100%;padding-bottom: 0;}
.list-left-tt{display:none;}
.left-nav{display:none;}
.list-left-tt-phone{display: block;position: relative;line-height: 60px;height: 60px;}
.list-right {width: 100%;margin-top: 20px;}
.nav-list li a{ padding:0 15px; }
.login-tt{ display: none; }
.login-center{ width: auto; padding-left: 25px; }
.btn-login{ margin-left: 10px; }
.about-img{ width: 100%; text-align: center; }
.about-right{ width: 100%; margin-top: 20px; }
.link-box-tt{ border:none; line-height: 1; float: none!important; height: auto; padding:0; border:none; text-align: center; margin:30px 0; font-size: 36px; width: 100%; }
.link-ul{ position: static; transform: translate(0,0); } 

/*******ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¢Ãƒâ€¦Ã‚Â¾****/
.xz-article .col-xs-6{ width: 100%; margin-bottom: 3px; font-size: 14px; }
.xz-article{ padding:0 0 15px 0; margin-top: 20px; }
.article-tt-xz{ padding-top: 0; }
}
@media( max-width: 850px){


}
@media( max-width: 767px){
.rm-list-tt{font-size:16px;}
.rm-list-bottom span img{width:35px;height:35px;}
.rm-list-bottom span{margin-top:-17px;}
.rm-list-bottom{padding-left:45px;}
  .ewm-ul li a span{ width: 60px; }
  .index-s1 .pagination{ margin-right: 0px; left: 0; right: 0; bottom: 0px; }
  .title-b{ margin-top: 10px; }
  .container{ width: 100%; }
  .img-slick a i{ height: 50%; }
  .title-box{ margin:20px 0; }
  .one-img{ display: none; }
  .img-slick .swiper-pagination{ display: none!important; }
  .img-slick a p{ font-size: 16px; right: 20px; left: 20px; bottom: 20px;}
  .one-right{ padding-top: 20px; }
  .lb-tt{ font-size: 16px; }
  .one-list-img{ width: 100%; }
  .one-list-back{ width: 100%; padding:20px; height: auto; }
  .one-list-img div{ height: auto; padding-top: 67.4%; }
  .one-list-p{ margin-top: 10px; -webkit-line-clamp: 2; height: 60px; }
  .one-list-date{ margin-top: 15px; }
  .back-r{ padding:15px; height: auto; }
  .tow-top-img{ height: 200px; }
  .ky-slick{ margin-top: 50px; }
.ky-slick {
    margin-left: 60px;
    margin-right: 60px;
}
.ky-slick .slick-slide{ padding-bottom: 30px; }
.page-three{ background: url(../images/back03-a.png) center top no-repeat; padding:30px 0; }
.zt-slick{ margin-top: 20px; padding-bottom: 70px; }
.number-swiper .swiper-button-next,.number-swiper .swiper-button-prev{ display: none!important; }
.number-swiper .swiper-slide{display: block!important;opacity: 1!important;transform: translate3d(0px, 0px, 0px)!important;height: auto !important;!i;!;}
.number-link{ display: none!important; }
.number-box{ width: 100%; margin:0; transform: scale(1,1); }
.number-swiper .swiper-slide ul li {
    transition: 0s all;
    -webkit-transform: perspective(00px) rotate3d(0,0,0,0deg);
    transform: perspective(0px) rotate3d(0,0,0,0deg);
}
.number-swiper .swiper-slide ul li{position: static!important;right: 0!important;top: 0!important;height: 60px;bottom: 0!important;margin:0 0 15px 0!important;text-align: left!important;opacity:1;border-bottom: 1px solid rgba(255,255,255,.2);}
.page-five{ height: auto; }
.number-li-box{ display: block; width: 100%; text-align: left; padding:0 0 0 80px!important; position: relative; }
.number-li-box i{ position: absolute; left: 0; top: 50%!important; line-height: 58px; width: 60px; height: 60px; margin-top: -30px!important; }
.number-li-box i img{ transform: scale(0.5,0.5); }
.number-swiper{ position: static; }
.number-swiper .swiper-wrapper{ display: block; padding-top: 10px;height:740px; }
.number-box{ padding:30px 0; }
.number-li-box{ font-size: 16px; }
.number-li-box span{ font-size: 28px; }
.ewm-ul{ top: 80px; left: 0; right: 0; z-index: 20; }
.header-a a{ margin:0 2px; }
.header-a{ padding-bottom: 10px; }
.back-six .title-box{ margin-bottom:70px; }
.title-b{ font-size: 12px; }
.ewm-ul li img{ width: 40px; }
.ewm-ul li{ margin:0 10px 0 0; }
.rm-list li{ width: 100%!important; }
.rm-img{ height: auto; padding-top: 65%; }
.back-six{ padding-bottom: 30px; }
.footer{ padding:20px 0; }
.friends-list li a{ font-size: 14px; }
.footer-lind{ margin:10px 0 20px 0; }
.footer-p{ width: 100%; text-align: center; }
.footer-p p{ font-size: 14px; margin-bottom: 0; line-height: 25px; }
.footer-right{ margin-top: 15px; }
.page-one-box{ padding-bottom: 30px; }


.list-left { width: 100%; margin-top: 20px; padding: 0px; }
  .list-left-tt { height: 60px; line-height: 60px; font-size: 18px; text-align: left; padding-left: 20px; }
  .list-left-tt span { font-size: 18px; }
  .left-nav { padding: 0px; display: none; }
  .list-right { width: 100%; margin-top: 20px; }
  .article-tt { font-size: 18px; }
  .article-sm span { font-size: 14px; line-height: 25px; }
  .article-p p {font-size: 14px !important;line-height: 25px !important;margin-bottom: 10px;}
  .article-p { margin-top: 20px; }
  .article-link p a { font-size: 14px; }
  .article-link p { margin-bottom: 10px; }
  .article-link {padding: 20px 0px;margin-bottom: 0;}
  .list-left-tt { display: none; }
  .list-left-tt-phone { display: block; position: relative; }
  .list-left-tt-phone .nav-click { height: 60px; line-height: 60px; color: rgb(255, 255, 255); }
  .left-nav li a { line-height: 40px; font-size: 16px; }
  .img-lb-tt { font-size: 14px; margin-top: 0px; }
  .img-lb li {padding: 0px 8px;margin-bottom: 15px;width: 50%;height: auto !important;}
  .img-lb { margin: 0px -8px; padding-bottom: 15px; }
  .list-box { padding-bottom: 30px; }
  .img-ul-left img { width: 130px; height: 80px; }
  .img-ul-right {/* margin-left: 140px; */}
  .img-ul-p {/* height: 50px; */margin-top: 5px;height:auto;}
  .img-ul-date {/* display: none; */}

 
  .img-ul-tt a {font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
  .table-bordered > thead > tr > th, .table-bordered > tbody > tr > td { font-size: 14px; padding: 8px 15px; }
  .table-box { margin: 20px 0px; }
  .jg-title { margin-top: 20px; padding-bottom: 10px; font-size: 24px; }
  .ld-img { width: 100%; text-align: center; float: none !important; }
  .ld-right { margin: 0px 0px 0px; }
  .ld-name{ text-align: center; }
  .gd-slick { margin-top: 20px; }
  .close img{ width: 40px; }
  .layer .close{ right: 15px; top: 15px; }

  .img-ul-left{ width: 260px; margin:0 auto; float: none!important; }
  .img-ul-right{ margin-top: 15px; }
  .img-ul-a li a{ padding:20px 0; }
  .img-ul-date{ margin-top: 10px; }
  .img-ul-right{ margin-left: 0; }
}

@media( max-width: 640px){
.img-ul-right{margin-left: 0;}
.pic{padding-top: 50% !important; width: 100% !important;}

}
@media( max-width: 480px){
.jg-ul li{    width: 100%;}
.layer .close{right: 0px;}

}