body {
  overflow-x: hidden;
}
.line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (min-width: 1480px) {
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .index-bg {
    height: 43.51666vw;
    /* background: url(../images/new/sy-ban.jpg) no-repeat center; */
    background-size: cover;
  }
  .index-bg .mySwiper{
    height: 43.51666vw;
  }
  .mySwiper .bgc {
    width: 100%;
    height: 100%;
    
  }
  .mySwiper .bgc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mySwiper .swiper-pagination2 .swiper-pagination-bullet {
    background: url(../images/y2.png) no-repeat center;
    width: 20px;
    height: 20px;
    opacity: 1;
    background-size: 100%;
    margin: 10px;
    /* padding: 10px 10px; */
  }
 
  .mySwiper .swiper-pagination2 .swiper-pagination-bullet-active{
    background: url(../images/y1.png) no-repeat center;
    background-size: 100%;
  }
  .mySwiper .swiper-slide .bgc {
    overflow: hidden;
  }
  .mySwiper .swiper-slide img{
    transform: scale(1,1);
  }
  .mySwiper .swiper-slide-active img{
    transform: scale(1.1,1.1);
    transition: all 5s;
  }
 
  .index-bg #nav_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-image: linear-gradient(#333 ,transparent);
  }
  .index-bg .top_ban {
    height: 32.291vw;
    padding-top: 140px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
  .index-bg .top_ban p {
    width: 100%;
    font-size: 36px;
    line-height: 42px;
    padding-top: 7.5vw;
    margin-bottom: 4.1666vw;
    text-align: center;
    font-weight: 600;
    color: #fff;
  }
  .index-bg .top_ban p span{
    font-weight: 400;
  }
  .index-bg  .more-btn {
    display: block;
    width: 163px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 27px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -81.5px;
    bottom: 70px;
  }
  .index-bg .more-btn:hover {
    color: #fff;
    border: 1px solid #01bb7a;
    background: #01bb7a;
  }
  .t_head {
    display: flex;
    justify-content: space-between;
    height: 140px;
  }
  .li-item {
    position: absolute;
    left: 0;
    top: 115px;
    z-index: 9;
    display: none;
    width: 100vw;
    border-top: 2px solid #01bb7a;
    height: 545px;
    /* border-radius: 5px; */
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .li-item .main {
    display: flex;
  }
  .li-item .all-item {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 323px;
    height: 626px;
  }
  .li-item .all-item .all-list {
    width: 323px;
    height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #f5f5f5;
  }
  .li-item .all-item .all-list span {
    font-size: 20px;
    /* padding-bottom: 5px; */
    display: inline-block;
    color: #333;
  }
  .li-item .all-item .all-list i {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/hjt.png) no-repeat center;
  }
  .li-item .all-item .all-list.on {
    background-color: #01bb7a;
    color: #fff;
  }
  .li-item .all-item .all-list.on span {
    color: #fff;
  }
  .li-item .all-item .all-list.on i {
    background: url(../images/bjt.png) no-repeat center;
    /* border-bottom: 3px solid #01bb7a; */
  }
  .li-item .now-item {
    display: none;
    background-color: #fff;
    width: 980px;
    height: 566px;
    margin-left: 100px;
    overflow: auto;
    /* padding: 35px; */
  }
  .li-item .now-item::-webkit-scrollbar{
    width: 5px;
  }
  .li-item .now-item::-webkit-scrollbar-thumb{
      background: #ccc;
      border-radius: 10px;
  }
  .li-item .now-item::-webkit-scrollbar-track{
      background: #f5f5f5;
      box-shadow: inset 0 0 5px gary;
  }
  .li-item .now-item.on {
    display: block;
  }
  .now-items {
    padding: 30px 0;
  }
  .now-item .now-list {
    float: left;
    width: 285px;
    height: 250px;
    margin-right: 50px;
    text-align: center;
    font-size: 18px;
  }
  .now-item .now-list a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .now-item .now-list .imgk {
    width: 285px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .now-item .now-list .imgk img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .now-item .now-list:hover .name {
    text-decoration: underline;
  }
  .now-item .now-list:nth-child(3n) {
    margin-right: 0;
  }
  .ny_top {
    position: absolute;
    height: 85px;
  }
  .ny_top2 {
    height: 85px;
    position: static;
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  }
  .ny_top .t_head {
    height: 85px;
    /* padding-top: 33px; */
  }
  .ny_top .t_head .top_main {
    height: 85px;
  }
  .ny_top .t_head .top_main a.logo {
    background: url(../images/logo.png) left center no-repeat;
    background-size: contain;
    width: 189px;
    height: 55px;
    margin-top: 15px;
  }
  .ny_top2 .t_head .top_main a.logo {
    background: url(../images/logo3.png) left center no-repeat;
    background-size: contain;
    width: 189px;
    height: 55px;
    margin-top: 15px;
  }
  .ny_top .t_head .li-item {
    /* left: 90px; */
  }
  .ny_top .t_head #navk {
    padding-left: 313px;
  }
  .ny_top .t_head #navk .nav2 {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .ny_top .t_head #navk .top2 {
    float: left;
    color: #FFF;
  }
  /* .ny_top2 .t_head #navk .top2 {
    float: left;
    color: #333;
  } */
  .ny_top .t_head #navk .top_r {
    margin-top: 0;
  }
  .ny_top .t_head #navk .top_r .ss {
    width: 30px;
    border-bottom: none;
    position: relative;
  }
  .ny_top .t_head #navk .top_r .ss:hover {
    background: none;
  }
  .ny_top .t_head #navk .top_r .ss:hover .txtk {
    width: 240px;
    background: rgba(0, 0, 0, 0.9);
  }
  .ny_top .t_head #navk .top_r .ss:hover .txtk .form-control {
    display: block;
  }
  .ny_top .t_head #navk .top_r .an_ss {
    background: url(../images/ss.png) center center no-repeat;
    background-size: contain;
  }
  .ny_top2 .t_head #navk .top_r .an_ss {
    background: url(../images/ss2.png) center center no-repeat;
    background-size: contain;
  }
  .ny_top .t_head #navk .top_r .txtk {
    position: absolute;
    overflow: hidden;
    height: 42px;
    right: 0px;
    top: 29px;
    width: 42px;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .ny_top .t_head #navk .top_r .form-control {
    display: none;
    width: 100%;
    color: #fff;
  }
  .ny_top .t_head #navk .top_r .ja {
    border: 1px solid #fff;
    color: #fff;
    width: 146px;
    background: rgba(0, 0, 0, 0.3);
  }
  .ny_top .t_head #navk .top_r .ja:hover {
    border: 1px solid #01bb7a;
  }
  .ny_top .t_head #navk .top_r .en1 {
    color: #fff;
    margin-left: 15px;
    background: none;
  }
  .ny_top2 .t_head #navk .top_r .en1 {
    color: #333;
    margin-left: 15px;
    background: none;
  }
  .ny_top .t_head #navk .top_r .en1 img {
    margin-right: 7px;
    font-size: 18px;
  }
  .ny_top .t_head #navk .top_r .en1:hover {
    color: #01bb7a;
  }
  .ny_top .t_head #navk .clear2 {
    display: none;
  }
  .ny_top .t_head #navk .menu li {
    margin-right: 45px;
    height: 80px;
  }
  .ny_top .t_head #navk .menu li.on>a {
    color: #01bb7a;
    border-top: 6px solid #01bb7a;
    line-height: 90px;
  }
  .ny_top .t_head #navk .menu li a {
    color: #fff;
    font-size: 18px;
    height: auto;
    line-height: 100px;
    padding-bottom: 0px;
  }
  .ny_top2 .t_head #navk .menu li a {
    color: #333;
    font-size: 18px;
    height: auto;
    line-height: 100px;
    padding-bottom: 0px;
  }
  .ny_top .t_head #navk .menu li:hover>a {
    color: #01bb7a;
  }
  .ny_top .t_head #navk .menu dd a {
    color: #333;
    min-height: 60px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    line-height: 30px;
    padding: 15px 5px;
    text-align: center;
  }
  .ny_top .t_head #navk .menu dd a.a2 {
    line-height: 30px;
  }

   /* 11-2 */
   .ny_top .t_head #navk .top_r .login {
    width: 24px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    height: 42px;
    position: relative;
  }
  .ny_top .t_head #navk .top_r .login  .imgk {
    position: absolute;
  }
  .ny_top .t_head #navk .top_r .login img {
    width: 24px;
    height: 24px;
  }
  .ny_top .t_head #navk .top_r .login .tip {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    left: 50%;
    margin-left: -30px;
    bottom: -9px;
  }
  .ny_top .t_head #navk .top_r .login .tip i {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -3px;
    transform: rotateZ(45deg);
  }
  .ny_top .t_head #navk .top_r .login:hover .tip.on{
    display: block;
  }

  .model .form-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .model .form-item .name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .model .form-item .ipt {
    width: 100%;
    height: 50px;
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
  }
  .model .form-item .ipt input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 18px;
    background: transparent;
  }
  
}
@media only screen and (min-width: 1260px) and (max-width: 1480px) {
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .index-bg {
    height: 43.51666vw;
    /* background: url(../images/new/sy-ban.jpg) no-repeat center; */
    background-size: cover;
  }
  .index-bg .mySwiper{
    height: 43.51666vw;
  }
  .mySwiper .bgc {
    width: 100%;
    height: 100%;
    
  }
  .mySwiper .bgc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mySwiper .swiper-pagination2 .swiper-pagination-bullet {
    background: url(../images/y2.png) no-repeat center;
    width: 18px;
    height: 18px;
    opacity: 1;
    background-size: 100%;
    margin: 10px;
    /* padding: 10px 10px; */
  }
 
  .mySwiper .swiper-pagination2 .swiper-pagination-bullet-active{
    background: url(../images/y1.png) no-repeat center;
    background-size: 100%;
  }
  .mySwiper .swiper-slide .bgc {
    overflow: hidden;
  }
  .mySwiper .swiper-slide img{
    transform: scale(1,1);
  }
  .mySwiper .swiper-slide-active img{
    transform: scale(1.1,1.1);
    transition: all 5s;
  }
 
  .index-bg #nav_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-image: linear-gradient(#333 ,transparent);
  }
  .index-bg .top_ban {
    height: 32.291vw;
    padding-top: 140px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
  .index-bg .top_ban p {
    width: 100%;
    font-size: 36px;
    line-height: 42px;
    padding-top: 7.5vw;
    margin-bottom: 4.1666vw;
    text-align: center;
    font-weight: 600;
    color: #fff;
  }
  .index-bg .top_ban p span{
    font-weight: 400;
  }
  .index-bg .more-btn {
    display: block;
    width: 163px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 27px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -81.5px;
    bottom: 70px;
  }
  .index-bg  .more-btn:hover {
    color: #fff;
    border: 1px solid #01bb7a;
    background: #01bb7a;
  }
  .t_head {
    display: flex;
    justify-content: space-between;
    height: 140px;
  }
  .li-item {
    position: absolute;
    left: 0;
    top: 115px;
    z-index: 9;
    display: none;
    width: 100vw;
    border-top: 2px solid #01bb7a;
    height: 420px;
    /* border-radius: 5px; */
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .li-item .main {
    display: flex;
  }
  .li-item .all-item {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 323px;
    height: 626px;
  }
  .li-item .all-item .all-list {
    width: 323px;
    height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #f5f5f5;
  }
  .li-item .all-item .all-list span {
    font-size: 20px;
    /* padding-bottom: 5px; */
    display: inline-block;
    color: #333;
  }
  .li-item .all-item .all-list i {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/hjt.png) no-repeat center;
  }
  .li-item .all-item .all-list.on {
    background-color: #01bb7a;
    color: #fff;
  }
  .li-item .all-item .all-list.on span {
    color: #fff;
  }
  .li-item .all-item .all-list.on i {
    background: url(../images/bjt.png) no-repeat center;
    /* border-bottom: 3px solid #01bb7a; */
  }
  .li-item .now-item {
    display: none;
    background-color: #fff;
    width: 830px;
    height: 566px;
    margin-left: 60px;
    overflow: auto;
    /* padding: 35px; */
  }
  .li-item .now-item::-webkit-scrollbar{
    width: 5px;
  }
  .li-item .now-item::-webkit-scrollbar-thumb{
      background: #ccc;
      border-radius: 10px;
  }
  .li-item .now-item::-webkit-scrollbar-track{
      background: #f5f5f5;
      box-shadow: inset 0 0 5px gary;
  }
  .li-item .now-item.on {
    display: block;
  }
  .now-items {
    padding: 30px 0;
  }
  .now-item .now-list {
    float: left;
    width: 247px;
    height: 250px;
    margin-right: 40px;
    text-align: center;
    font-size: 18px;
  }
  .now-item .now-list a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .now-item .now-list .imgk {
    width: 247px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .now-item .now-list .imgk img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .now-item .now-list:hover .name {
    text-decoration: underline;
  }
  .now-item .now-list:nth-child(3n) {
    margin-right: 0;
  }
  .ny_top {
    position: absolute;
    height: 85px;
  }
  .ny_top2 {
    height: 85px;
    position: static;
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  }
  .ny_top .t_head {
    height: 85px;
    /* padding-top: 33px; */
  }
  .ny_top .t_head .top_main {
    height: 85px;
  }
  .ny_top .t_head .top_main a.logo {
    background: url(../images/logo.png) left center no-repeat;
    background-size: contain;
    width: 189px;
    height: 55px;
    margin-top: 15px;
  }
  .ny_top2 .t_head .top_main a.logo {
    background: url(../images/logo3.png) left center no-repeat;
    background-size: contain;
    width: 189px;
    height: 55px;
    margin-top: 15px;
  }
  .ny_top .t_head .li-item {
    /* left: 90px; */
  }
  .ny_top .t_head #navk {
    padding-left: 300px;
  }
  .ny_top .t_head #navk .nav2 {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .ny_top .t_head #navk .top2 {
    float: left;
    color: #FFF;
  }
  /* .ny_top2 .t_head #navk .top2 {
    float: left;
    color: #333;
  } */
  .ny_top .t_head #navk .top_r {
    margin-top: 0;
  }
  .ny_top .t_head #navk .top_r .ss {
    width: 30px;
    border-bottom: none;
    position: relative;
  }
  .ny_top .t_head #navk .top_r .ss:hover {
    background: none;
  }
  .ny_top .t_head #navk .top_r .ss:hover .txtk {
    width: 240px;
    background: rgba(0, 0, 0, 0.9);
  }
  .ny_top .t_head #navk .top_r .ss:hover .txtk .form-control {
    display: block;
  }
  .ny_top .t_head #navk .top_r .an_ss {
    background: url(../images/ss.png) center center no-repeat;
    background-size: contain;
  }
  .ny_top2 .t_head #navk .top_r .an_ss {
    background: url(../images/ss2.png) center center no-repeat;
    background-size: contain;
  }
  .ny_top .t_head #navk .top_r .txtk {
    position: absolute;
    overflow: hidden;
    height: 42px;
    right: 0px;
    top: 29px;
    width: 42px;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .ny_top .t_head #navk .top_r .form-control {
    display: none;
    width: 100%;
    color: #fff;
  }
  .ny_top .t_head #navk .top_r .ja {
    border: 1px solid #fff;
    color: #fff;
    width: 146px;
    background: rgba(0, 0, 0, 0.3);
  }
  .ny_top .t_head #navk .top_r .ja:hover {
    border: 1px solid #01bb7a;
  }
  .ny_top .t_head #navk .top_r .en1 {
    color: #fff;
    margin-left: 15px;
    background: none;
  }
  .ny_top2 .t_head #navk .top_r .en1 {
    color: #333;
    margin-left: 15px;
    background: none;
  }
  .ny_top .t_head #navk .top_r .en1 img {
    margin-right: 7px;
    font-size: 18px;
  }
  .ny_top .t_head #navk .top_r .en1:hover {
    color: #01bb7a;
  }
  .ny_top .t_head #navk .clear2 {
    display: none;
  }
  .ny_top .t_head #navk .menu li {
    margin-right: 30px;
    height: 110px;
  }
  .ny_top .t_head #navk .menu li.on>a {
    color: #01bb7a;
    border-top: 6px solid #01bb7a;
    line-height: 90px;
  }
  .ny_top .t_head #navk .menu li a {
    color: #fff;
    font-size: 18px;
    height: auto;
    line-height: 100px;
    padding-bottom: 0px;
  }
  .ny_top2 .t_head #navk .menu li a {
    color: #333;
    font-size: 18px;
    height: auto;
    line-height: 100px;
    padding-bottom: 0px;
  }
  .ny_top .t_head #navk .menu li:hover>a {
    color: #01bb7a;
  }
  .ny_top .t_head #navk .menu dd a {
    color: #333;
    min-height: 60px;
    line-height: 30px;
    text-align: center;
    padding: 15px 5px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
  }
  .ny_top .t_head #navk .menu dd a.a2 {
    line-height: 30px;
  }

     /* 11-2 */
     .t_head #navk .top_r .login {
      width: 24px;
      float: left;
      margin-left: 10px;
      cursor: pointer;
      height: 42px;
      position: relative;
    }
    .t_head #navk .top_r .login  .imgk {
      position: absolute;
    }
    .t_head #navk .top_r .login img {
      width: 24px;
      height: 24px;
    }
    .t_head #navk .top_r .login .tip {
      display: none;
      position: absolute;
      background-color: #fff;
      width: 60px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      left: 50%;
      margin-left: -30px;
      bottom: 0;
      box-shadow:  0 0 3px 3px rgba(0, 0, 0, 0.03);
    }
    .t_head #navk .top_r .login .tip i {
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #fff;
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -3px;
      top: -3px;
      transform: rotateZ(45deg);
    }
    .t_head #navk .top_r .login:hover .tip.on{
      display: block;
    }
    .model .form-item {
      width: 100%;
      margin-bottom: 30px;
    }
    .model .form-item .name {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 25px;
    }
    .model .form-item .ipt {
      width: 100%;
      height: 50px;
      border: 1px solid #dddddd;
      background-color: #f7f7f7;
    }
    .model .form-item .ipt input {
      width: 100%;
      height: 100%;
      padding: 0 20px;
      font-size: 18px;
      background: transparent;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1260px) {
  .mb-10 {
    margin-bottom: .1rem !important;
  }
  .mb-20 {
    margin-bottom: .2rem !important;
  }
  .mb-30 {
    margin-bottom: .3rem !important;
  }
  .mb-40 {
    margin-bottom: .4rem !important;
  }
  .mb-50 {
    margin-bottom: .5rem !important;
  }
  .index-bg {
    height: 43.51666vw;
    /* background: url(../images/new/sy-ban.jpg) no-repeat center; */
    background-size: cover;
  }
  .index-bg .mySwiper{
    height: 43.51666vw;
  }
  .mySwiper .bgc {
    width: 100%;
    height: 100%;
    
  }
  .mySwiper .bgc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mySwiper .swiper-pagination2 .swiper-pagination-bullet {
    background: url(../images/y2.png) no-repeat center;
    width: .2rem;
    height: .2rem;
    opacity: 1;
    background-size: 100%;
    margin: .1rem;
    /* padding: 10rem 10rem; */
  }
 
  .mySwiper .swiper-pagination2 .swiper-pagination-bullet-active{
    background: url(../images/y1.png) no-repeat center;
    background-size: 100%;
  }
  .mySwiper .swiper-slide .bgc {
    overflow: hidden;
  }
  .mySwiper .swiper-slide img{
    transform: scale(1,1);
  }
  .mySwiper .swiper-slide-active img{
    transform: scale(1.1,1.1);
    transition: all 5s;
  }
 
  .index-bg #nav_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-image: linear-gradient(#333 ,transparent);
  }
  .index-bg .top_ban {
    height: 32.291vw;
    padding-top: 1.4rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
  .index-bg .top_ban p {
    width: 100%;
    font-size: .36rem;
    line-height: .42rem;
    padding-top: 7.5vw;
    margin-bottom: 4.1666vw;
    text-align: center;
    font-weight: 600;
    color: #fff;
  }
  .index-bg .top_ban p span{
    font-weight: 400;
  }
  .index-bg  .more-btn {
    display: block;
    width: 1.63rem;
    height: .54rem;
    line-height: .54rem;
    text-align: center;
    font-size: .18rem;
    color: #fff;
    border: .01rem solid #fff;
    border-radius: .27rem;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -.815rem;
    bottom: .70rem;
  }
  .index-bg .more-btn:hover {
    color: #fff;
    border: .01rem solid #01bb7a;
    background: #01bb7a;
  }
  .t_head {
    display: flex;
    justify-content: space-between;
    height: 1.40rem;
  }
  .li-item {
    position: absolute;
    left: 0;
    top: 1.15rem;
    z-index: 9;
    display: none;
    width: 100vw;
    border-top: .02rem solid #01bb7a;
    height: 3.56rem;
    /* border-radius: 5rem; */
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 .05rem .05rem 0rem rgba(0, 0, 0, 0.3);
  }
  .li-item .main {
    display: flex;
  }
  .li-item .all-item {
    padding-top: .30rem;
    padding-bottom: .30rem;
    width: 3.23rem;
    height: 6.26rem;
  }
  .li-item .all-item .all-list {
    width: 3.23rem;
    height: .60rem;
    padding: 0 .20rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #f5f5f5;
  }
  .li-item .all-item .all-list span {
    font-size: .20rem;
    /* padding-bottom: 5rem; */
    display: inline-block;
    color: #333;
  }
  .li-item .all-item .all-list i {
    display: block;
    width: .15rem;
    height: .15rem;
    background: url(../images/hjt.png) no-repeat center;
  }
  .li-item .all-item .all-list.on {
    background-color: #01bb7a;
    color: #fff;
  }
  .li-item .all-item .all-list.on span {
    color: #fff;
  }
  .li-item .all-item .all-list.on i {
    background: url(../images/bjt.png) no-repeat center;
    /* border-bottom: 3rem solid #01bb7a; */
  }
  .li-item .now-item {
    display: none;
    background-color: #fff;
    width: 9.80rem;
    height: 5.66rem;
    margin-left: 1.00rem;
    overflow: auto;
    /* padding: 35rem; */
  }
  .li-item .now-item::-webkit-scrollbar{
    width: .05rem;
  }
  .li-item .now-item::-webkit-scrollbar-thumb{
      background: #ccc;
      border-radius: .10rem;
  }
  .li-item .now-item::-webkit-scrollbar-track{
      background: #f5f5f5;
      box-shadow: inset 0 0 .05rem gary;
  }
  .li-item .now-item.on {
    display: block;
  }
  .now-items {
    padding: .30rem 0;
  }
  .now-item .now-list {
    float: left;
    width: 2.85rem;
    height: 2.50rem;
    margin-right: .50rem;
    text-align: center;
    font-size: .18rem;
  }
  .now-item .now-list a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .now-item .now-list .imgk {
    width: 2.85rem;
    height: 1.50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .20rem;
  }
  .now-item .now-list .imgk img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .now-item .now-list:hover .name {
    text-decoration: underline;
  }
  .now-item .now-list:nth-child(3n) {
    margin-right: 0;
  }
  .ny_top {
    position: absolute;
    height: .85rem;
  }
  .ny_top2 {
    height: .85rem;
    position: static;
    box-shadow: 0 0 .13rem .03rem rgba(0, 0, 0, 0.1);
  }
  .ny_top .t_head {
    height: .85rem;
    /* padding-top: 33rem; */
  }
  .ny_top .t_head .top_main {
    height: .85rem;
  }
  .ny_top .t_head .top_main a.logo {
    background: url(../images/logo.png) left center no-repeat;
    background-size: contain;
    width: 1.89rem;
    height: .55rem;
    margin-top: .15rem;
  }
  .ny_top2 .t_head .top_main a.logo {
    background: url(../images/logo3.png) left center no-repeat;
    background-size: contain;
    width: 1.89rem;
    height: .55rem;
    margin-top: .15rem;
  }
  .ny_top .t_head .li-item {
    /* left: 90rem; */
  }
  .ny_top .t_head #navk {
    padding-left: 2rem;
  }
  .ny_top .t_head #navk .nav2 {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .ny_top .t_head #navk .top2 {
    float: left;
    color: #FFF;
  }
  /* .ny_top2 .t_head #navk .top2 {
    float: left;
    color: #333;
  } */
  .ny_top .t_head #navk .top_r {
    margin-top: 0;
  }
  .ny_top .t_head #navk .top_r .ss {
    width: .30rem;
    border-bottom: none;
    position: relative;
  }
  .ny_top .t_head #navk .top_r .ss:hover {
    background: none;
  }
  .ny_top .t_head #navk .top_r .ss:hover .txtk {
    width: 2.40rem;
    background: rgba(0, 0, 0, 0.9);
  }
  .ny_top .t_head #navk .top_r .ss:hover .txtk .form-control {
    display: block;
  }
  .ny_top .t_head #navk .top_r .an_ss {
    background: url(../images/ss.png) center center no-repeat;
    background-size: contain;
  }
  .ny_top2 .t_head #navk .top_r .an_ss {
    background: url(../images/ss2.png) center center no-repeat;
    background-size: contain;
  }
  .ny_top .t_head #navk .top_r .txtk {
    position: absolute;
    overflow: hidden;
    height: .42rem;
    right: 0rem;
    top: .29rem;
    width: .42rem;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .ny_top .t_head #navk .top_r .form-control {
    display: none;
    width: 100%;
    color: #fff;
  }
  .ny_top .t_head #navk .top_r .ja {
    border: .01rem solid #fff;
    color: #fff;
    width: 1.46rem;
    background: rgba(0, 0, 0, 0.3);
  }
  .ny_top .t_head #navk .top_r .ja:hover {
    border: .01rem solid #01bb7a;
  }
  .ny_top .t_head #navk .top_r .en1 {
    color: #fff;
    margin-left: .15rem;
    background: none;
  }
  .ny_top2 .t_head #navk .top_r .en1 {
    color: #333;
    margin-left: .15rem;
    background: none;
  }
  .ny_top .t_head #navk .top_r .en1 img {
    margin-right: .07rem;
    font-size: .18rem;
    width: .24rem;
  }
  .ny_top .t_head #navk .top_r .en1:hover {
    color: #01bb7a;
  }
  .ny_top .t_head #navk .clear2 {
    display: none;
  }
  .ny_top .t_head #navk .menu li {
    margin-right: .45rem;
    height: .80rem;
  }
  .ny_top .t_head #navk .menu li.on>a {
    color: #01bb7a;
    border-top: .06rem solid #01bb7a;
    line-height: .90rem;
  }
  .ny_top .t_head #navk .menu li a {
    color: #fff;
    font-size: .18rem;
    height: auto;
    line-height: 1.00rem;
    padding-bottom: 0rem;
  }
  .ny_top2 .t_head #navk .menu li a {
    color: #333;
    font-size: .18rem;
    height: auto;
    line-height: 1.00rem;
    padding-bottom: 0rem;
  }
  .ny_top .t_head #navk .menu li:hover>a {
    color: #01bb7a;
  }
  .ny_top .t_head #navk .menu dd a {
    color: #333;
    min-height: .60rem;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    line-height: .30rem;
    padding: .15rem .05rem;
    text-align: center;
  }
  .ny_top .t_head #navk .menu dd a.a2 {
    line-height: .30rem;
  }

   /* 11-2 */
   .ny_top .t_head #navk .top_r .login {
    width: .24rem;
    float: left;
    margin-left: .10rem;
    cursor: pointer;
    height: .42rem;
    position: relative;
  }
  .ny_top .t_head #navk .top_r .login  .imgk {
    position: absolute;
  }
  .ny_top .t_head #navk .top_r .login img {
    width: .24rem;
    height: .24rem;
  }
  .ny_top .t_head #navk .top_r .login .tip {
    display: none;
    position: absolute;
    background-color: #fff;
    width: .60rem;
    height: .30rem;
    line-height: .30rem;
    text-align: center;
    left: 50%;
    margin-left: -.30rem;
    bottom: -.09rem;
  }
  .ny_top .t_head #navk .top_r .login .tip i {
    position: absolute;
    width: .06rem;
    height: .06rem;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -.03rem;
    top: -.03rem;
    transform: rotateZ(45deg);
  }
  .ny_top .t_head #navk .top_r .login:hover .tip.on{
    display: block;
  }

  .model .form-item {
    width: 100%;
    margin-bottom: .30rem;
  }
  .model .form-item .name {
    font-size: .24rem;
    font-weight: 600;
    margin-bottom: .25rem;
  }
  .model .form-item .ipt {
    width: 100%;
    height: .50rem;
    border: .01rem solid #dddddd;
    background-color: #f7f7f7;
  }
  .model .form-item .ipt input {
    width: 100%;
    height: 100%;
    padding: 0 .20rem;
    font-size: .18rem;
    background: transparent;
  }
  
}
@media only screen and (max-width: 800px) {
  .index-bg {
    /* height: 370px; */
    /* background: url(../images/new/sy-ban.jpg) no-repeat center;
    background-size: cover; */
  }
  .index-bg .mySwiper{
    height: 75vw;
    padding-top: 60px;
  }
  .mySwiper .bgc {
    width: 100%;
    height: 100%;
    
  }
  .mySwiper .bgc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mySwiper .swiper-pagination2 .swiper-pagination-bullet {
    background: url(../images/new/page-nomore.png) no-repeat center;
    width: 15px;
    height: 15px;
    opacity: 1;
    background-size: 100%;
    margin: 10px;
    /* padding: 10px 10px; */
  }
 
  .mySwiper .swiper-pagination2 .swiper-pagination-bullet-active{
    background: url(../images/new/page-active.png) no-repeat center;
    background-size: 100%;
  }
  .index-bg .top_ban {
    padding: 0 15px;
    padding-top: 40px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
  .index-bg .top_ban p {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
    color: #fff;
  }
  .index-bg .top_ban p span{
    font-weight: 400;
  }
  .index-bg .more-btn {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 27px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 35px;
  }
  .index-bg  .more-btn:hover {
    color: #fff;
    border: 1px solid #01bb7a;
    background: #01bb7a;
  }
  .li-item {
    display: none;
  }
 
  .model .form-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .model .form-item .name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .model .form-item .ipt {
    width: 100%;
    height: 36px;
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
  }
  .model .form-item .ipt input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 16px;
    background: transparent;
  }
 
}


.model {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: none;
}
.model.on {
  display: block;
}
.model .mask {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model .mask .model-cont {
  background-color: #fff;
  width: 500px;
  max-width: 95%;
  border-radius: 10px;
  min-height: 200px;
  padding: 30px;
  font-size: 18px;
  line-height: 28px;
}
.model .mask .txt {
  max-height: 50vh;
  overflow: auto;
}
.model .mask .icon {
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.model .mask .icon img {
  width: 50px;
}
.model .mask .btns {
 display: flex;
 align-items: center;
 justify-content: space-around;
}
.model .mask .btn1 {
  width: 100px;
  height: 50px;
  color: #fff;
  background-color: #01b77a;
  border-radius: 4px;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}