body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,p,th,td,span,a,b,i,strong{margin:0; padding:0; box-sizing: border-box;}
body {font-size:62.5%; line-height: 1.5; color: #333; background: #fff; font-family: "Microsoft YaHei","Arial";} 
html,body{width: 100%;overflow-x: hidden;}
img{border:0;display: block;max-width: 100%;transition: all .5s ease-out;}
.pic img{width: 100%;}
table{border-collapse: collapse;} 
input{border: none;}
textarea{font-family: inherit;}
button{outline: none;border: none;}
a{text-decoration: none;background: none;color: inherit;font-size: inherit;}
a:hover{color: var(--primary-color);}
ul, li, ol{ list-style: none; }
:focus{ outline:none;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}
:root {--primary-color: #006ab4;--vice-color: #003333;}
.wrapper{width: 90%;margin: 0 auto;}
.pic_constant{width: 100%;overflow: hidden;}
.pic_constant .inner{width: 100%;position: relative;}
.pic_constant .inner::after{content: '';width: 100%;display: block;}
.pic_constant .inner img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all .5s ease-out;}
.bgCover{background-repeat: no-repeat;background-position: center;background-size: cover;}
.txtEllipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.txtEllipsisTwo{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.txtEllipsisThree{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.swiper-pagination-bullet-active{background-color: var(--primary-color);}
.color_primary{color: var(--primary-color);}
.color_white{color: #fff;}
.color_white_translucent{color: rgba(255, 255, 255, .9);}
.flex_center{display: flex;justify-content: center;align-items: center;}
.flex_between{display: flex;flex-wrap: wrap;justify-content: space-between;}
.flex_align_center{display: flex;align-items: center;}
.relative{position: relative;}
.flex{display: flex;}
.mg_t_60{margin-top: 80px;}
.mg_t_50{margin-top: 50px;}
.mg_t_40{margin-top: 40px;}
.mg_t_30{margin-top: 30px;}
.mg_t_20{margin-top: 20px;}
.mg_t_10{margin-top: 10px;}
.mg_t_5{margin-top: 5px;}
.indent{text-indent: 2em;}
.text_center{text-align: center;}
.text_right{text-align: right;}
.font_bold{font-weight: bold;}
h2{font-size: 3em;}
h3{font-size: 2.4em;}
h4{font-size: 2em;}
.fs70{font-size: 7em;}
.fs40{font-size: 4em;}
.fs24{font-size: 2.4em;}
.fs22{font-size: 2.2em;}
.fs20{font-size: 2em;}
.fs18{font-size: 1.8em;}
.fs16{font-size: 1.6em;}
.fs14{font-size: 1.4em;}
.fs12{font-size: 1.2em;}

/*导航开始*/

/*导航开始*/
.menu{width:100%;overflow:hidden;height:80px;}
.menu ul{position:relative;float:left;left:50%;}
.menu ul li {
    position: relative;
    float: left;
    left: -50%;
    margin: 0 9px;
    font-size: 1em;
    color: #666666;
    overflow: hidden;
    margin-top: 30px;
    cursor: pointer;
}
.menu ul li div{padding-bottom:10px;}
.menu ul li a,.menu ul li a:hover{color:#666666;}
.menu ul li i{width: 100%; height: 1px;display: block;
-webkit-transform: translateX(-110%);
   -moz-transform: translateX(-110%);
     -o-transform: translateX(-110%);
        transform: translateX(-110%);
    background:#006fb7;
-moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
  } 
.menu ul li:hover i,.menu ul li.cur i{
  -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
}

@media (min-width: 768px){
  .menu{height:120px;}
  .menu ul li{margin:0 20px;margin-top:45px;}
}
@media (min-width:992px) {
  .menu{height:140px;}
  .menu ul li{margin:0 20px;margin-top:60px;}
}

@media (max-width:992px){
  .menu ul li div{padding-bottom:2px;}
  .menu {
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .menu ul li {
    margin: 0 17px;
  }
}

@media (max-width:544px){
  .menu {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .menu ul li {
    margin: 7px;
    font-size: 13px;
  }
}

.gf-logo{margin: 0;}
.gf-logo a{background:url(../images/logo.png) no-repeat left center/contain;display:block;height:64px;width:164px;}
.gf-logo a:focus {outline: none;}

.header-nav{position: absolute;top: 0;left: 0;z-index: 9999;padding: 30px 4%;display: flex !important;justify-content: space-between;align-items: center;width: 100%;transition: all .3s ease-out;}
.header-nav.show{position: fixed;background-color: #fff;padding: 15px 4%;box-shadow: 0 0 10px #ccc;}
.header-nav.show .gf-logo a{background-image: url(../images/logo2.png);}
.header-nav.show .h_nav a{color: #666;}
.header-nav .h_nav a {
    color: #fff;
    font-size: 16px;
    margin-left: 40px;
    padding: 10px 0;
    display: inline-block;
    position: relative;
}
.header-nav .h_nav a:focus {
    outline: none;
}
.header-nav .h_nav a::after{content: '';display: block;position: absolute;bottom: 0;left: 0;width: 0; height: 1px;
        background:#006fb7;
-moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
} 
.header-nav .h_nav a:hover::after{
    width: 100%;
}

@media (max-width: 768px){
  html:has(.h_nav.h_nav_show) {overflow: clip;}

  /* .header-nav{padding: 20px 4%;background-color: rgba(0, 0, 0, .8);} */
  .header-nav{padding: 20px 4%;}
  .header-nav .h_nav{position: fixed;top: -100vh;left: 0;width: 100%;height: calc(100vh - 80px);background-color: rgba(0, 0, 0, .8);opacity: 0;transition: all .4s ease-out;}
  .header-nav .h_nav a{width: 92%;border-bottom: 1px solid rgba(255, 255, 255, .1);margin-left: 4%;padding-bottom: 15px;}
  .header-nav.show .h_nav{height: calc(100vh - 60px);}

  .header-nav.show{padding: 10px 4%;}
  .header-nav.show .h_nav.h_nav_show{top: 60px;}
  .header-nav.show .h_nav{background-color: rgba(255, 255, 255, .95);}
  .header-nav.show .h_nav a{border-color: rgba(0, 0, 0, .1);}
  .header-nav.show .nav-moblie a,
  .header-nav.show .nav-moblie a::before,
  .header-nav.show .nav-moblie a::after{background-color: #333;}

  .gf-logo a{width: 117px;height: 40px;}

  .header-nav .h_nav.h_nav_show{top: 80px;opacity: 1;}


}





.gf-header .focus-text{position: absolute;left: 4%;z-index: 2;color:#fff;}
.gf-state{border-bottom: 1px solid #dedede; }

.neirong{display: none;} 

/*手机菜单样式开始-----------*/

.buttonset {
    
 transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 -moz-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99),-moz-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99),-webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99),-moz-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99),-o-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99),-webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-tap-highlight-color: transparent;
    
}
.nav-moblie {
    width: 25px;
    height:35px;
    position: relative;
    cursor: pointer;
    display: table;
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    
}
.nav-moblie a {
    background-color: #fff;
    display: block;
    height: 2px;
    position: relative;
    top: 50%;
    width: 100%;
    -moz-border-radius:2px;
         border-radius:2px;
    
    -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    
    -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.nav-moblie a:after,
.nav-moblie a:before {
    background-color: #fff;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    -moz-border-radius:2px;
         border-radius:2px;
    content:'';
    -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.nav-moblie a:after { 
    top: 8px;
    width: 80%;
}
.nav-moblie a:before { 
    left: auto;
    right: 0;
    top: -8px;
    width: 70%;
}
.nav-moblie a:focus{
    outline:none;
}
.buttonset.on{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
         transform: rotate(90deg);
}
.buttonset.on .nav-moblie a:after,.buttonset.on .nav-moblie a:before{
    width: 100%;

 transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 -o-transition: -o-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 -moz-transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -moz-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -moz-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -o-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    top:0;
    
}
.buttonset.on .nav-moblie a:before{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
.buttonset.on .nav-moblie a{
    background: rgba(0, 0, 0, 0);
}
.buttonset.on .nav-moblie a:after{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
}


/*fixed头部样式*/
.navbar-fixed {
    position: fixed;
    top: -87px;
    opacity: 0;
    filter: alpha(opacity:0);
    background: #fff;
    height: 87px;
    width: 100%;
    z-index: 999;
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3), 0 0 6px 2px rgba(0, 0, 0, .15);
         box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3), 0 0 6px 2px rgba(0, 0, 0, .15);
    -moz-transition: all .5s .1s ease;
    -o-transition: all .5s .1s ease;
    transition: all .5s .1s ease;
}
.logo{padding:11.5px 0;}
.right_menu a {
    display: inline-block;
    padding-top: 32px;
    margin-left: 40px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
}
.right_menu a:focus,
.logo a:focus {
    outline: none;
}
.right_menu i{width: 100%; height: 1px;margin-top:10px; display: block;
-webkit-transform: translateX(-100%);
   -moz-transform: translateX(-100%);
     -o-transform: translateX(-100%);
        transform: translateX(-100%);background:#006fb7;
-moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
} 
.right_menu a:hover i{
    -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
}
.navbar-fixed.show{opacity:1;top:0px;}

.navbar-fixed .nav-moblie a,.navbar-fixed .nav-moblie a:before,.navbar-fixed .nav-moblie a:after{background-color:#666666;}
@media(max-width:768px){
    .navbar-fixed{height: 63px;top:-50px;}
    .navbar-fixed .container{height: 100%;}
    .logo img{height:40px;margin-top: 7px;}
    .logo{padding:5px 0;}
}


/*手机菜单样式结束*/
@media (max-width: 767px){
    .gf-pnav {display: none;}
    .gf-logo h1{margin-top:10px;}
    .gf-logo h1, .gf-logo h1 a {width: 117px;height: 40px;line-height: 40px;-moz-background-size:auto 40px;-o-background-size:auto 40px;background-size:auto 40px;}
}

@media(min-width:768px){
    .buttonset{display:none;}
}
@media(min-width:992px){
    .buttonset{display:none;}
    .gf-pnav a{margin-left:40px;}

  .m-totop,
  .f-footer {
    display: none;
  } 

  i.f-arrow {
    display: none;
  }
}

@media (max-width: 992px) {
  .m-totop {
    line-height: 52px;
    font-size: 16px;
    color: #606060;
    text-align: center;
    background: #000;
  }


@media (min-width: 768px) {
  span.br-pc {
    display: block;
  }
  span.br-m {
    display: inline;
  }
}

@media (max-width: 1200px){
  .QQ_s{display: none}
}

@media (max-width: 768px){
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }  

  span.br-pc {
    display: inline;
  }
  span.br-m {
    display: block;
  }

 
}


@media (min-width: 768px) {
  .fix-nav-btm {
    display: none;
  }
}

@media (max-width: 768px) {
  html, body {
  }
  
  
  .aside-nav {display: none;}

  .suspension {display: none;}
  
  .fix-nav-btm-all {
  }
  .content,
  .fix-nav-btm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 63px;
    background: #0c0c0c;
  }
  .fix-nav-btm {
    top: auto;
    bottom: 0;
    z-index: 999;
    font-size: 0;
    text-align: center;
  }
  .fnb-one {
    display: inline-block;
    margin: 9px 5% 0;
    vertical-align: top;
  }
  .fnb-one-img {
    margin-bottom: 3px;
  }
  .fnb-one-img img {
    width: 28px;
  }
  .fnb-one-desc {
    font-size: 12px;
  }
  .fnb-one-desc img {
    position: relative;
    top: 0px;
    margin-left: 4px;
    width: 4px;
  }

  .prevnext-m {
    display: none;
  }

 
}

}
/*导航结束*/

/*导航结束*/

.neimenu{width:100%;overflow:hidden;height:105px;}
.neimenu ul{position:relative;float:left;left:50%;}
.neimenu ul li {
    position: relative;
    float: left;
    left: -50%;
    margin: 0 20px;
    font-size: 1.8em;
    color: #666666;
    overflow: hidden;
    margin-top: 55px;
    cursor: pointer;
}
.neimenu ul li div{padding-bottom:10px;}
.neimenu ul li a,.menu ul li a:hover{color:#666666;}
.neimenu ul li i{width: 100%; height: 1px;display: block;
-webkit-transform: translateX(-110%);
   -moz-transform: translateX(-110%);
     -o-transform: translateX(-110%);
        transform: translateX(-110%);
    background:#006fb7;
-moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
  } 
.neimenu ul li:hover i,.menu ul li.cur i{
  -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
}

.swiper-free-mode>.swiper-wrapper {-webkit-transition-timing-function: linear !important;-moz-transition-timing-function: linear !important;-ms-transition-timing-function: linear !important;-o-transition-timing-function: linear !important;transition-timing-function: linear !important;}

.space{padding-top: 10vh !important;padding-bottom: 10vh !important;}

::-webkit-scrollbar{width: 8px;}
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);background: #fff;border-radius: 2px;}
::-webkit-scrollbar-thumb{border-radius: 3px;-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);background: var(--primary-color);}
::-webkit-scrollbar-thumb:hover{-webkit-box-shadow: none;}

/* .footer{margin-bottom: 40px;} */
.m_footer{display: none;}

.right-pop {
  width: .55rem;
  position: fixed;
  right: .15rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999
}

@media (max-width: 2900px) {
  .right-pop {
      width: 3.8rem
  }
}

@media (max-width: 767px) {
  .right-pop {
      display: none !important
  }
}

.right-pop .box1 {
  width: .55rem;
  border-radius: 1.4rem;
  background: #fff;
  box-shadow: 0 0 1.1rem 0 rgba(0, 0, 0, 0.06);
  padding: .09rem .07rem
}

@media (max-width: 2900px) {
  .right-pop .box1 {
      width: 2.8rem;
      height: 6.8em;
      padding: 1em 0;
  }
}

.right-pop .box1 a {
  width: 100%;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: .09rem;
  margin-bottom: .07rem;
  position: relative
}

.right-pop .box1 a:last-child {
  border-bottom: none
}

.right-pop .box1 a .icons {
  width: 2rem;
  height: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto
}

.right-pop .box1 a .icons img {
  width: .24rem;
  height: .24rem;
  position: relative;
  z-index: 2
}

@media (max-width: 2900px) {
  .right-pop .box1 a .icons img {
      width: 1.3rem;
      height: 1.3rem
  }
}

.right-pop .box1 a .icons svg {
  width: .24rem;
  height: .24rem;
  position: relative;
  z-index: 2
}

@media (max-width: 2900px) {
  .right-pop .box1 a .icons svg {
      width: .3rem;
      height: .3rem
  }
}

.right-pop .box1 a .icons svg path {
  fill: #006fb7
}

.right-pop .box1 a .icons.icons1 {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: #006fb7;
  margin: 0 auto .16rem
}

@media (max-width: 2900px) {
  .right-pop .box1 a .icons.icons1 {
      width: .46rem;
      height: .46rem
  }
}

.right-pop .box1 a .icons.icons1::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 204, 102, 0.8);
  border: 1px solid #006fb7;
  animation: yuanRun 2s infinite linear
}

.right-pop .box1 a .icons.icons1::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 204, 102, 0.8);
  border: 1px solid #006fb7;
  animation: yuanRun 2s 1s infinite linear
}

.right-pop .box1 a .icons.icons1 img {
  width: .24rem;
  height: .24rem
}

@media (max-width: 2900px) {
  .right-pop .box1 a .icons.icons1 img {
      width: .3rem;
      height: .3rem
  }
}

.right-pop .box1 a .icons.icons1 svg {
  width: .24rem;
  height: .24rem
}

@media (max-width: 2900px) {
  .right-pop .box1 a .icons.icons1 svg {
      width: .3rem;
      height: .3rem
  }
}

.right-pop .box1 a .icons.icons1 svg path {
  fill: #fff
}

.right-pop .box1 a .icons.icons2 svg {
  animation: iconRun 1.2s infinite linear
}

.right-pop .box1 a .txt {
  line-height: 2.3em;
  color: #505050;
  text-align: center;
  transition: all .4s;
  font-size: 1.4em;
}

.right-pop .box1 a .tel-pop {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: .27rem;
  display: none
}

.right-pop .box1 a .tel-pop .box {
  background: #fff;
  border-radius: .1rem;
  box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.06);
  padding: .1rem .2rem;
  position: relative
}

.right-pop .box1 a .tel-pop .box::before {
  content: '';
  border-left: .1rem solid #fff;
  border-top: .1rem solid transparent;
  border-bottom: .1rem solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2
}

.right-pop .box1 a .tel-pop .box::after {
  content: '';
  border-left: .1rem solid rgba(0, 0, 0, 0.06);
  border-top: .1rem solid transparent;
  border-bottom: .1rem solid transparent;
  position: absolute;
  left: calc(100% + 1px);
  top: 50%;
  transform: translateY(-50%)
}

.right-pop .box1 a .tel-pop .box .ts {
  width: 100%;
  padding-bottom: .1rem;
  border-bottom: 1px solid #eee;
  margin-bottom: .1rem;
  white-space: nowrap
}

.right-pop .box1 a .tel-pop .box .ts:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}

.right-pop .box1 a .tel-pop .box .ts span {
  line-height: 1.71428571em;
  color: #505050
}

.right-pop .box1 a .tel-pop .box .ts p {
  line-height: 1.125em;
  color: #006fb7
}

@media (min-width: 992px) {
  .right-pop .box1 a:hover .tel-pop {
      display: block
  }
  .right-pop .box1 a:hover .txt {
      color: #006fb7
  }
}

.right-pop .box1 .ask {
  position: relative;
  z-index: 1
}

.right-pop .box1 .ask a {
  border-bottom: none;
  margin-bottom: 0
}

.right-pop .box1 .ask .ask-pop {
  width: 192px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: none;
  padding-right: 30px
}

.right-pop .box1 .ask .ask-pop .bgs {
  width: 100%;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1
}

.right-pop .box1 .ask .ask-pop .bgs img {
  width: 100%
}

.right-pop .box1 .ask .ask-pop .t1 {
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 24px
}

.right-pop .box1 .ask .ask-pop .ewm {
  width: 100px;
  height: 100px;
  margin: 10px auto 0;
  display: flex;
  border: 2px solid #006fb7;
  border-radius: .1rem;
  overflow: hidden
}

.right-pop .box1 .ask .ask-pop .tel {
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 22px;
  margin-top: 14px
}

.right-pop .box1 .ask .ask-pop .tel span {
  display: block;
  font-size: 16px;
  color: #000
}

.right-pop .box1 .ask .ask-pop .asks {
  width: 100%;
  height: 42px;
  margin: .15rem auto 0;
  display: flex;
  justify-content: center
}

.right-pop .box1 .ask .ask-pop .asks a {
  width: initial;
  height: 100%;
  padding: 0 .8rem;
  display: flex;
  align-items: center;
  border-radius: 21px;
  background: #006fb7;
  transition: all .4s
}

.right-pop .box1 .ask .ask-pop .asks a i {
  width: 22px;
  height: 22px;
  display: flex
}

.right-pop .box1 .ask .ask-pop .asks a i svg {
  width: 100%;
  height: 100%
}

.right-pop .box1 .ask .ask-pop .asks a i svg path {
  fill: #fff
}

.right-pop .box1 .ask .ask-pop .asks a span {
  color: #fff;
  font-size: 14px;
  margin-left: 7px
}

@media (min-width: 992px) {
  .right-pop .box1 .ask .ask-pop .asks a:hover {
      background: #03a9b9
  }
}

@media (min-width: 992px) {
  .right-pop .box1 .ask:hover .ask-pop {
      display: block
  }
}

.right-pop .gotop {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  box-shadow: 0 0 1.1rem 0 rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  background: #fff;
  margin-top: .13rem;
  position: relative;
  overflow: hidden
}

@media (max-width: 2900px) {
  .right-pop .gotop {
      width: 2.8rem;
      height: 2.8rem;
      margin-top: 1rem;
  }
}

.right-pop .gotop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #006fb7;
  border-radius: 50%;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: transform .6s cubic-bezier(.785, .135, .15, .86);
  -moz-transition: transform .6s cubic-bezier(.785, .135, .15, .86);
  -o-transition: transform .6s cubic-bezier(.785, .135, .15, .86);
  transition: transform .6s cubic-bezier(.785, .135, .15, .86);
  opacity: 0.6; 
}

.right-pop .gotop svg {
  width: .2rem;
  height: .24rem;
  position: relative;
  z-index: 2
}

.right-pop .gotop svg path {
  fill: #999;
  transition: all .4s
}

@media (min-width: 992px) {
  .right-pop .gotop:hover::before {
      transform: scaleY(1);
      transform-origin: bottom
  }
  .right-pop .gotop:hover svg path {
      fill: #fff
  }
}

@media screen and (min-width: 1271px){

}

@media screen and (max-width: 1440px){
	
}

@media screen and (max-width: 1280px){
	.wrapper{width: 92%;}
	.space{padding-top: 50px !important;padding-bottom: 50px !important;}
	.mg_t_60{margin-top: 40px;}
	.mg_t_50{margin-top: 35px;}
	.mg_t_40{margin-top: 30px;}
	.mg_t_20{margin-top: 15px;}
	.fs60, h2{font-size: 2.6em;}
	h3{font-size: 2.2em;}
	h4,.fs24{font-size: 2.2em;}
	.fs22{font-size: 2em;}
	.fs20{font-size: 1.8em;}
	.fs18{font-size: 1.6em;}
	.fs16{font-size: 1.5em;}
	.m_footer{display: flex;position: fixed;bottom: 0;left: 0;width: 100%;height: 50px;z-index: 999;}
    .m_footer a{width: 50%;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 1.5em;background-color: #006fb7;color: #fff;}
    .m_footer a:first-child{border-right: 1px solid #fff;}
}	

@media screen and (max-width: 768px){
	h2{font-size: 2.2em;}
	h3{font-size: 2em;}
	h4,.fs24{font-size: 1.8em;}
	
	.mg_t_60{margin-top: 35px;}
	.mg_t_40{margin-top: 25px;}
  .neimenu{height:120px;}
  .neimenu ul li{margin:0 20px;margin-top:45px;}
}	

@media (min-width:992px) {
  .neimenu{height:140px;}
  .neimenu ul li{margin:0 20px;margin-top:60px;}
}

@media (max-width:992px){
  .neimenu ul li div{padding-bottom:2px;}
  .neimenu {
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .neimenu ul li {
    margin: 0 17px;
  }
}

@media (max-width:544px){
  .neimenu {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .neimenu ul li {
    margin: 7px;
    font-size: 1.8em;
  }
}