/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:hover,a:active,a:focus{text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}




/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


.pos{position: relative;width:1920px;left:50%;margin-left:-960px;}
.wh{width:1200px;margin:0 auto;}
.w1200{margin:0 auto;width: 1200px;}

.com-img{overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}


.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}










@media(min-width: 991px){

    .allx {
        transition-duration: 2.2s;
        opacity: 0;
    }

    .active .allx {
        opacity: 1;
    }
      .active2 .allx {
        opacity: 1;
    }  
    .leftx {
        transform: translateX(-500px);
    }
    .rightx {
        transform: translateX(500px);
    }
    .bottomx {
        transform: translateY(500px);
    }
    .active .leftx {
        transform: translateX(0);
    }
    .active .rightx {
        transform: translateX(0);
    }
    .active .bottomx {
        transform: translateY(0);
    }
    .active2 .allx {
        opacity: 1;
    }
    .active2 .bottomx {
        transform: translateY(0);
    }
}





.sun-delay0 {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
    }

    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s;
    }

    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
                transition-delay: 0.6s;
    }

    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
                transition-delay: 0.8s;
    }

    .sun-delay4 {
        -webkit-transition-delay: 1s;
                transition-delay: 1s;
    }

    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s;
    }

    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
                transition-delay: 1.4s;
    }

    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
                transition-delay: 1.6s;
    }

    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
                transition-delay: 1.8s;
    }

    .sun-delay9 {
        -webkit-transition-delay: 2s;
                transition-delay: 2s;
    }

    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
                transition-delay: 2.2s;
    }

    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 2s;
                transition-duration: 2s;
    }

    .sun-ani-left {
        -webkit-transform: translateX(-900px);
                transform: translateX(-900px);
    }

    .sun-ani-down {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }


.sun-ani-up {
        -webkit-transform: translateY(-100px);
                transform: translateY(100px);
    }

    .sun-ani-right {
        -webkit-transform: translatex(100px);
                transform: translatex(100px);
    }

    .active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    .active .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    .active .sun-ani-up {
        /* opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); */
    }

    .active .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
                transform: translatex(0);
   }


    .x-banner .active .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }



















/*头部样式*/
.tops{height:125px;overflow:hidden;position:absolute;width:100%;left:0;top:0;z-index:9999;}
.logo{line-height:125px;}


.section{position: relative;width:100%;overflow:hidden;height:100vh;}
.x-banner{height:100vh;overflow: hidden;position: relative;}
.banner-item{position:relative;height:100vh;}
.bannerwz{position:absolute;left:0%;top:45%;right:0;display:none;}
.bannerwz h2{width:937px;margin:0 auto;}
.bannerwz h3{width:698px;margin:0 auto;margin-top:15px;}

.x-banner .owl-carousel .banner-item a {overflow: hidden;}
.x-banner .owl-carousel .banner-item a img{animation: banner 10s linear infinite;display: block;width: 100%;}
@keyframes banner { 0%{transform: scale(1)}50%{transform: scale(1.1)}100%{transform: scale(1)} }




/*热门搜索*/
.sou{margin: 15px 0;}
.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;color:#0d0d0d;font-size:14px;}
.hotSearch a{margin-right:6px;color:#0d0d0d;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}




.product_list1{margin-top:38px;}
.product_list1 li{float:left;margin-right:57px;margin-bottom:28px;}
.product_list1 li:nth-child(4n){margin-right:0;}
.product_list1 li img{width:257px;height:293px;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#3f3f3f;font-size:20px;}





/*应用场景*/
    .slideTxtBox{position:relative;height:100vh;overflow:hidden;}
    .yybt{position:absolute;left:360px;top:110px;}
    .yybt .tt1{color:#ffffff;font-size:25px;background: url(../images/x1.png) no-repeat left center;padding-left:20px;}
    .yybt .tt2{color:#ffffff;font-size:25px;font-weight:bold;line-height:70px;border-bottom:1px solid #eaeaea;margin-top:70px;width:380px;}

    .slideTxtBox .bd ul{zoom:1;}
    .slideTxtBox .bd li{position:relative;}
    .slideTxtBox .bd li .img{overflow:hidden;}
    .slideTxtBox .bd li .det{position:absolute;left:360px;top:320px;width:530px;}
    .slideTxtBox .bd li h2{color:#fff;font-size:60px;}
    .slideTxtBox .bd li h4{color:#fff;font-size:15px;line-height:30px;height:90px;overflow:hidden;margin-top:33px;}
    .slideTxtBox .bd li .img img{animation: banner 10s linear infinite;display: block;width: 100%;}


    .slideTxtBox .hd{position:absolute;left:360px;bottom:110px;}
    .slideTxtBox .hd ul{}
    .slideTxtBox .hd ul li{float:left;cursor:pointer;width:123px;text-align:center;margin-right:32px;}
  .slideTxtBox .hd ul li .tu{border-radius: 50%;background-color: rgb(255, 255, 255);width: 123px;height: 123px;border:2px solid rgb(171, 171, 172);line-height:123px;}
   .slideTxtBox .hd ul li .img1{display:block;}
   .slideTxtBox .hd ul li .img2{display:none;}
   .slideTxtBox .hd ul li h3{font-size:15px;color:#fff;margin-top:14px;}
   .slideTxtBox .hd ul li.on .tu{background:#0f5db7;border-color:#0f5db7;}
    .slideTxtBox .hd ul li.on .img1{display:none;}
    .slideTxtBox .hd ul li.on .img2{display:block;}

    .section1 .bd { position: relative; }
    .section1 .bd ul { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
    .section1 .bd ul{ opacity: 0; visibility: hidden; transition: all .5s ease; }
    .section1 .bd ul.on { position: static; opacity: 1; visibility: visible;  }

.section1 .bd ul.on .det{
        animation: sf1 2s ;
}

    @keyframes sf1 {
        0% { transform: translateY(50px); opacity:0; }
        25% { transform: translateY(50px); opacity:0; }
        100% {  transform: translateY(0px); opacity:1; } 
    }


/*产品中心*/
.section2{background: url(../images/bj3.jpg) no-repeat;background-size:cover;position:relative;}
.pbt{}
.ptt{color:#3d3d3d;font-size:40px;letter-spacing:3px;background: url(../images/x2.png) no-repeat left center;padding-left:20px;}
.pdh{color:#fc6c0a;font-size:15px;}
.pdh p:nth-child(2){font-size:34px;font-weight:bold;font-family:"Arial";line-height:28px;}
        .picMarquee-left{ overflow:hidden; position:relative;margin-left:360px;margin-top:100px;z-index:9999;}

        .picMarquee-left .bd{}
        .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
        .picMarquee-left .bd ul li{ margin:0 14px; float:left; _display:inline; overflow:hidden; text-align:center;background:#0f5db7;width:380px;height:515px;padding-top:7px;}
        .picMarquee-left .bd ul li .img img{width:366px;height:329px;display:block;margin:0 auto;}
        .picMarquee-left .bd ul li h2{color:#fff;font-size:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:25px 0 11px;}
        .picMarquee-left .bd ul li h3{color:#fff;font-size:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
        .picMarquee-left .bd ul li .pm{width: 178px;height:43px;margin:0 auto;border:2px solid #fff;margin-top:26px;}
        .picMarquee-left .bd ul li h4{color:#fff;font-size:15px;background:url(../images/jm.png) no-repeat right center;width:135px;margin:0 auto;line-height:41px;text-align:left;}
         .picMarquee-left .bd ul li:hover{background:#fc6c0a;}
         .picMarquee-left .bd ul li:hover .pm{background:#fff;}
         .picMarquee-left .bd ul li:hover h4{color:#fc6c0a;background:url(../images/jm2.png) no-repeat right center;}

    .tit-white {
        position: absolute;top:-130px;
        right: 0;
        font-size:350px;
        text-transform: uppercase;
        width: auto;
       color:rgba(61,61,61,.1);font-family: "Arial";font-weight:bold;
    }
    .tit-white2 {
        position: absolute;
        left: 0;
        bottom:-140px;
        font-size:350px;
        text-transform: uppercase;
        width: auto;
       color:rgba(61,61,61,.1);font-family: "Arial";font-weight:bold;
    }






/*关于我们*/
.ab_img{overflow:hidden;position:absolute;left:0;top:0;}
.ab_img img{animation: banner 10s linear infinite;display: block;width: 100%;}
.ab_cont{position:relative;z-index:9999;}
.abt1{color:#ffffff;font-size:25px;background: url(../images/x1.png) no-repeat left center;padding-left:20px;}
.abt2{color:#fff;font-size:60px;line-height:80px;margin:80px 0 32px;}
.ab{color:#fff;font-size:15px;line-height:30px;width:630px;}
.am{width: 178px;height:43px;border:2px solid #fff;margin-top:50px;}
.am h4{color:#fff;font-size:15px;background:url(../images/jm.png) no-repeat right center;width:135px;margin:0 auto;line-height:41px;text-align:left;}


.ads{text-align:center;margin-top:115px;}
.ads li{display:inline-block;text-align:center;padding:0 72px;}
.ads li .img{height:42px;}
.ads li h3{color:#fff;font-size:15px;margin-top:9px;}
.ads li+li{background: url(../images/x3.png) no-repeat left center;}



/*新闻*/
.section4{background: url(../images/bj4.jpg) no-repeat;background-size:cover;position:relative;}
.xtt{color:#ffffff;font-size:25px;background: url(../images/x1.png) no-repeat left center;padding-left:20px;}
.xbt a{color:#fff;font-size:15px;}
.xw_cont{margin-top:70px;}
.xw1{background:#fff;width:558px;height:599px;padding:35px 29px 0;}
.xw1 li img{width:500px;height:354px;display:block;}
.xw1 li h3{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#333333;font-size:18px;margin:27px 0 13px;}
.xw1 li h4{color:#adadad;font-size:12px;}
.xw1 li p{color:#666666;font-size:15px;line-height:24px;text-indent:25px;margin:18px 0 23px;display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.xw1 li h5{color:#adadad;font-size:12px;text-align:right;}

.xw2{width:588px;}
.xw2 li{width:588px;height:180px;background:#fff;margin-bottom:30px;}
.xw2 li .time{width:120px;height:180px;background: url(../images/x4.png) no-repeat right center;font-weight:bold;color:#666666;font-size:36px;font-family:"Arial";text-align:center;line-height:33px;padding-top:56px;}
.xw2 li .time span{font-size:20px;display:block;}
.xw2 li .det{width:406px;margin-right:32px;}
.xw2 li h3{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#666666;font-size:18px;margin:33px 0 13px;}
.xw2 li h4{color:#adadad;font-size:12px;}
.xw2 li p{color:#666666;font-size:15px;line-height:24px;text-indent:25px;margin:15px 0 8px;display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.xw2 li .mo{background: url(../images/xm.png) no-repeat;width:25px;height:5px;display:block;float:right;}
.xw2 li:hover .time{color:#fc6c0a;}
.xw2 li:hover h4{color:#fc6c0a;}
.xw2 li:hover h3{color:#fc6c0a;}
.xw2 li:hover p{color:#fc6c0a;}
.xw2 li:hover .mo{background: url(../images/xm2.png) no-repeat;}



/*联系我们*/
.section5{background: url(../images/bj6.jpg) no-repeat;background-size:cover;position:relative;}
.lx_cont{margin-top:62px;}
.lxz{width:710px;}
.lxtt{font-weight:bold;color:#333333;font-size:62px;line-height:78px;}
.fwrx{color:#0f5db7;font-size:18px;margin-top:42px;}
.lx{color:#0f5db7;font-size:30px;font-family:"Arial";line-height:35px;margin-top:5px;}
.lx2{color:#666666;font-size:18px;line-height:36px;margin-top:62px;}
.lxy{width:367px;}
.flogo{width:125px;margin:0 auto;margin-top:93px;}
.cos{margin-top:41px;}
.codes{width:163px;text-align:center;}
.codes p{color:#666666;font-size:16px;margin-top:22px;}


.bq{color:#666666;font-size:14px;margin-top:100px;}
.bq a{color:#666666;}



/*内页底部*/
.nfoot{background: url(../images/nft.jpg) no-repeat;height:490px;padding-top:86px;}
.nfoot .cont{height:287px;overflow:hidden;}

.nylx{width:490px;}
.ftt{color:#0f5db7;font-size:18px;margin-bottom:15px;}
.nylxwz{color:#222222;font-size:15px;line-height:30px;}
.nylxwz a{color:#222222;}

.nyp{width:160px;}
.psec li{font-size:15px;line-height:30px;}
.psec li a{color:#222222;}

.nycos{width:380px;float:right;}


.nybq{color:#666666;font-size:15px;text-align:center;border-top:1px solid #dbdbdb;padding-top:48px;}
.nybq a{color:#666666;}




/*内页左侧样式*/
.container{width: 1200px!important;margin: 0 auto;padding: 0;}
.page-product-inquiry a{color: #fff;}

.n_nav {
  float: left;
}

.n_position {
  text-align: right;
  font-size: 13px;
  color: #6a6a6a;float:right;
}

.n_position a {
  font-size: 13px;
  color: #7b7b7b;
  position: relative;
  line-height: 44px;
}



.table {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 100%
}

.table_cell {
  display: table-cell;
  vertical-align: middle
}

.slow img:hover {
  transform: scale(1.05);
}

/*图片放大*/

.slow img {
  -moz-transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}


/*缓慢效果*/

.n_case .fl01 ul {
  font-size: 0;
  margin: 0 -0.8125rem
}

.n_case .fl01 ul li {
  display: inline-block;
  width: 33.333333%;
  padding: 0 0.8125rem;
  text-align: center;
  overflow: hidden;
}

.n_case .fl01 ul li a {
  display: block
}

.n_case .fl01 ul li a .img {
  overflow: hidden;
  position: relative
}

.n_case .fl01 ul li a .img img {
  width: 100%;
  object-fit: cover
}

.n_case .fl01 ul li a .img .top {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.n_case .fl01 ul li a .img .top h5 {
  font-size: 15px;
  color: #fff;
  padding: 0 15px;
  line-height: 30px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.n_case .fl01 ul li a .con h5 {
  font-size: 15px;
  color: #747474;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 1.875rem 0 1.375rem;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}



@media(min-width: 768px) {
  .container02 .miso_bd ul li a:hover .img .top {
    background: rgba(0, 0, 0, 0.5);
    top: 0
  }
  .container02 .miso_bd ul li a:hover .img img {
    transform: scale(1.06)
  }
  .container02 .miso_bd ul li a:hover .con h5 {
    opacity: 0;
    transform: scale(0.5)
  }
  .container02 .miso_bd ul li a:hover .img .top h5 {
    opacity: 1;
    transform: scale(1)
  }
  .tc_case h5 a:hover img {
    transform: translateX(-10px)
  }
  .container03 ul li a:hover .icon {
    transform: scale(1.15);
  }
  .container03 ul li a:hover .con {
    transform: translateY(1rem);
  }
  .container03 ul li a:hover .icon:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .container03 ul li a:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    -webkit-animation: jello 1s;
    -moz-animation: jello 1s;
    animation: jello 1s;
  }
  @keyframes jello {
    from, 11.1%, to {
      -webkit-transform: none;
      -moz-transform: none;
      transform: none
    }
    22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      -moz-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
      -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
      -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
      transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
      -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
      -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
      transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
  }
  .container03 ul li a:hover .dt-arrow {
    opacity: 1
  }
  .container04 ul li a:hover .wenzi {
    background: #636363
  }
  .container04 ul li a:hover .wenzi:before {
    border-left: transparent 12px solid;
    border-right: transparent 12px solid;
    left: 36px;
  }
  .container04 ul li a:hover .wenzi h5 {
    color: #fff
  }
  .container04 ul li a:hover .wenzi h6, .container04 ul li a:hover .wenzi p {
    color: #a1a1a1
  }
  .container04 ul li a:hover:before {
    transform: translateX(15px) translateY(-15px)
  }
  footer .right button:hover {
    background: #3d3d3d
  }
  .n_news ul li:hover:after {
    width: 100%;
  }
  .n_news ul li:hover .right .img img {
    transform: scale(1.06)
  }
  .n_case ul li a:hover .img .top {
    background: rgba(0, 0, 0, 0.5);
    top: 0
  }
  .n_case ul li a:hover .img img {
    transform: scale(1.06)
  }
  .n_case ul li a:hover .con h5 {
    opacity: 0;
    transform: scale(0.5)
  }
  .n_case ul li a:hover .img .top h5 {
    opacity: 1;
    transform: scale(1)
  }
  .n_team ul li a:hover .img .top {
    background: rgba(0, 0, 0, 0.45);
    transform: scale(1);
    opacity: 1
  }
}

.n_nav_box {
  position: relative;
  line-height: 60px;
  z-index: 2;
  background: #f8f9fb;
  margin-bottom: 0rem;
}



/*内页新闻*/
#n_news {
  /*background: #fff;*/
  width: 100%;
  overflow: hidden;
  position: relative;
}

#n_news .s_tt {
  text-align: center;
  margin-bottom: 3.2rem;
}

#n_news .s_tt span {
  font-size: 1.625rem;
  color: #3c3c3c;
  font-family: arial;
  text-transform: uppercase;
}

#n_news .s_tt h3 {
  font-size: 1.125rem;
  color: #3c3c3c;
}

#n_news .container {
  padding-top: 0;
}

#n_news ul {
  margin-top: -3rem;
}

#n_news li {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #e6e6e6;
}

#n_news li a {
  display: block;
  max-width: 480px;
  margin: 0 auto;
}

#n_news li .img {
  margin-top: 1.5625rem;
  overflow: hidden;
}

#n_news li .img img {
  transition: 1s;
  width: 100%;height:260px;display:block;
}

#n_news li .img:hover img {
  transform: scale(1.1);
}

#n_news li span {
  font-size: 13px;
  color: #b2b2b4;
}

#n_news li h5 {
  text-align: left;
  font-size:16px;
  color: #222225;
  margin-top: 1.1rem;
  margin-bottom: 1.175rem;
  line-height:30px;
  height:30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#n_news li i {
  display: block;
  width: 15px;
  height: 3px;
  background: #828286;
  transition: .3s;
}

#n_news li:hover i {
  width: 55px;
  background: #0f5db7;
}

#n_news li p {
  font-size: 14px;
  color: #868686;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 1.125rem;
  margin-bottom: 1.5625rem;
}

#n_news li .more {
  font-size: 14px;
  color: #868686;
  font-family: arial;
  transition: .3s;
}

#n_news li .more:hover {
  color: #076c88;
}

li.am-pagination-select select {
  padding: 0;
}



/*侧边栏*/
.headers {
    transform: translateX(-68px);
    z-index: 99999;
    width:530px;
    height: 100vh;
    position: fixed;
    left: 100%;
    top: 0;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.16,1,.3,1);
    transition: -webkit-transform .6s cubic-bezier(.16,1,.3,1);
    transition: transform .6s cubic-bezier(.16,1,.3,1);
    transition: transform .6s cubic-bezier(.16,1,.3,1),-webkit-transform .6s cubic-bezier(.16,1,.3,1);
}

.headers.active{
     -webkit-transform: translateX(-100%)!important;
    transform: translateX(-100%)!important;
}

.asas.active2{
     -webkit-transform: translateX(-100%)!important;
    transform: translateX(-100%)!important;
}


.asideMenu{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fdfcfb;
}

.leftaa{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width:68px;
    -webkit-box-shadow: -8px 0 6px 0 rgb(51 51 51 / 25%);
    box-shadow: -8px 0 6px 0 rgb(51 51 51 / 25%);
}


.leftbb{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.x-header2 {
  width:68px;
  height:76px;padding-top:26px;padding-left:20px;
}


.xymob-navbtn1 {
/*  position: absolute;
  z-index: 9;
  top:26px;
  bottom: 0;
  left:20px;
  width:100%;*/
  cursor:pointer;
}

.xymob-navbtn1 span, .xymob-navbtn1:after, .xymob-navbtn1:before {
  display: block;
  height:2px;
  width:28px;
  background: #0f5db7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-navbtn1 span {
  width:20px;height:2px;margin:8px 0;
}

.xymob-navbtn1:after, .xymob-navbtn1:before {
  content: '';
  -webkit-transform-origin:4%;
  transform-origin:4%;
}

.xymob-navbtn1.clicked span {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.xymob-navbtn1.clicked:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.xymob-navbtn1.clicked:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.mu{}
.mu li{width:68px;height:200px;padding-left:28px;padding-top:60px;}
.mu li span{width:16px;line-height:17px;background: url(../images/hx1.png) no-repeat center bottom;padding-bottom:7px;display:block;}
.mu li a{color:#666666;font-size:15px;}
.mu li:hover{background:#0f5db7;}
.mu li:hover a{color:#fff;}
.mu li.clicked{background:#0f5db7;}
.mu li.clicked a{color:#fff;}



.xymob-menu1 {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  top:0;
  width:456px;
}

.xymob-menu1 .xymob-menu-box1 {
  height: 100vh;
  display: flex;
  background:#fff;
}


.xymob-nav1{position:relative;width:388px;margin:0 auto;height:100vh;}
.xymob-nav1 li{padding-left:50px;height:155px;padding-top:57px;background: url(../images/nvm1.png) no-repeat 86% center;}
.xymob-nav1 li+li{border-top:1px solid #c0d4ec;}
.xymob-nav1 li a{color:#0f5db7;font-size:20px;font-weight:bold;}
.xymob-nav1 li p{color:#0f5db7;font-size:12px;font-weight:normal;font-family:"Arial";text-transform:uppercase;}
.xymob-nav1 li:hover{
    background: url(../images/nvm.png) no-repeat 86% center;
}
.xymob-nav1 li:hover a,
.xymob-nav1 li:hover p{
    color: #fc6c0a;
}



.xymob-menu2 {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  top:0;
  width:456px;
}

.xymob-menu2 .xymob-menu-box2 {
  height: 100vh;
  display: flex;
  background: url(../images/pmu.png) repeat;
}


.xymob-nav2{position:relative;width:388px;margin:0 auto;height:100vh;}
.xymob-nav2 li{padding-left:50px;height:155px;padding-top:57px;position:relative;}
.xymob-nav2 li+li{border-top:1px solid #c0d4ec;}
.xymob-nav2 li a{color:#fff;font-size:20px;font-weight:bold;position:relative;z-index:999;background: url(../images/jm66.png) no-repeat 86% center;width:100%;display:block;}
.xymob-nav2 li p{color:#fff;font-size:12px;font-weight:normal;font-family:"Arial";text-transform:uppercase;position:relative;z-index:999;}
.xymob-nav2 li:hover:before{content:"";width:455px;height:155px;background:#0f5db7;position:absolute;display: block;left:-33px;top:0;z-index:9;}
