@charset "UTF-8";
header{
    position: fixed;
    top:0;
    left:0;
    background:#fff;
    z-index: 999999;
    width: 100%;
    /*box-shadow: 0 0 10px #ccc;*/
}
.head{
    position: relative;
}
.wrap{
    width: 84%!important;
    max-width: 1640px;
    margin: 0 auto;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
/*    width: 30%;*/
}
.logo img{
    max-height: 65px;
}
.head_r{
    max-width: 82%;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.h_lang{
    position: relative; 
    margin:0 35px 0 78px;
    height: 100%;
    line-height: 100px;
    cursor: pointer;
}
.h_lang_a{
    position: absolute;
    top:100px;
    left:50%;
    width: 90px;
    margin-left: -45px;
    background:#fff;
    box-shadow: 0 0 10px #eee;
    display: none;
    z-index: 9;
}
.h_lang:hover .h_lang_a{
    display: block;
}
.h_lang_a a{
    font-size: 14px;
    color: #666;
    display: block;
    text-align: center;
    line-height: 2em;
}
.h_lang_a a:hover,.nav li .b_nav a:hover{
    background:#d71c22;
    color: #fff;
}
.nav{
    display: flex;
}
.nav li{
/*    position: relative;*/
/*    margin-right: 50px;*/
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 20px;
    color: #666;
    text-align: center;
    line-height: 100px;
}
.nav li a.a1{
    border-top: 4px solid transparent;
    padding:0 33px;
}
.nav li:hover a.a1{
    color: #333;
    border-color: #d71c22;
    font-weight: bold;
    background-color: #efefef;    
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:100px;
    left:0;
    z-index: 999;
    background-color: #efefef;
    width: 100%;
    box-shadow: 0 0 10px #eee;
    padding:55px 0;
}
.nav li .b_nav .wrap{

}
.nav li .b_nav dl{
    padding:0 60px;
    width: 33.333%;
    border-right: 1px solid #dddddd;
}
.nav li .b_nav dl:last-child{
    border-right:none;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #666;  
    line-height: 2em;  
    text-align: left;
}
.nav li .b_nav a h3{
    font-size:28px;
    color: #000;
    line-height: 1.2;
}
.nav li .b_nav a .img{
    margin:25px 0 20px;
}
.nav li .b_nav a .txt{
    font-size:16px;
    line-height: 1.6;
    color: #666;
}
.nav li .b_nav a:hover{
    background:none;
}
.nav li .b_nav a:hover .img img{
    transform: scale(1.1);
}
/*搜索*/
.show{
    display: block!important;
}
.search{
    height: 100%;
}
.ss{
    cursor: pointer;
    line-height: 1;
}
.h_search{
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    height: 160px;
    border-top: 1px solid #dfdede;
    z-index: 99;
    background: #fff;
    display: none;
    transition: top 0.36s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
}
.h_search_c{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#formsearch{
    width: 690px;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
    display: flex;
    align-items: center;
}
#keyword{
    outline: none;
    border:none;
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}
#s_btn{
    width: 50px;
    height: 40px;
    background: url(../images/ss.png) no-repeat center #fff;
    font-size:16px;
    color: #d71c22;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
}
.search:hover #formsearch{
    display: flex;
}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #d71c22;
    border: 1px solid #dbdbdb;
    display: none;
    z-index: 999;
}
.search_ts ul{
    color: #333333;
    display: block;
    outline: none;
    cursor: default;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #d71c22d71c22;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size:12px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #333;
}
@media(max-width:1860px){
    .nav li .b_nav dl{
        padding:0 40px;
    }
}
@media(max-width:1600px){
    .head .wrap{
        width:90%;
        padding:0;
    }
    .h_lang {
        margin: 0 25px 0 50px;
    }
    .nav li a.a1{
        padding:0 20px;
        font-size:18px;
    }
    .nav li .b_nav dl{
        padding:0 30px;
    }
    .nav li .b_nav a h3{
        font-size:24px;
    }
}
@media(max-width:1280px){
    .logo img {
        max-height: 60px;
    }
    .nav li a.a1{
        line-height:76px;
        font-size:16px;
    }
    .nav li .b_nav{
        top:80px;
    }
    .h_lang{
        line-height:80px;
    }
    .h_lang_a,.h_search{
        top:80px;
    }
    #keyword{
        font-size:14px;
    }
    #s_btn{
        font-size:12px;
    }

}
@media(max-width:1199px){
    .wrap{
        width:90%!important;
    }
    .nav li a.a1 {
        padding: 0 16px;
    }
    .nav li a{
        font-size:16px;
    }
    .h_lang {
        margin: 0 25px ;
    }
    #formsearch{
        padding:3px 8px;
    }
    .ss img{
        width:16px;
    }
}
@media(max-width:991px){
    .nav{
        display:none;
    }

    #s_btn{
        font-size:12px;
    }
}
@media(max-width:767px){
    .logo img{
        max-height:40px;
    }
    .h_lang{
        display:none;
    }
    .h_search{
        top:50px;
        height: auto;
        padding:15px 0;
    }
    .h_search_c {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        width: 100%;
    }
    #formsearch {
        width: 88%;
        margin: 0 auto;
    }
    #s_btn{
        line-height: 32px;
        height: 32px;
    }
}
@media(max-width:640px){
    /*.h_search{*/
    /*    top:60px;*/
    /*}*/
    .wrap{
        width:92%!important;
    }
}


/* banner */
.bannerbox {
  width: 100%;
  height: 100vh;
}
.bannerbox .swiper-slide {
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}
.bannerbox .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: url(../images/wenli.png) center;
}
.bannerbox .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.bannerbox .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .swiper-slide .img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .img img:nth-child(1) {
    display: none;
  }
  .bannerbox .swiper-slide .img img:nth-child(2) {
    display: block;
  }
}
.bannerbox .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: none;
}
.bannerbox .swiper-slide .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .swiper-slide .f_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .f_cont {
    width: 100%;
  }
}
.bannerbox .swiper-slide .f_cont .font {
  width: 100%;
  color: #fff;
}
.bannerbox .swiper-slide .f_cont .font .tit {
  font-weight: bold;
  font-style: oblique;
  line-height: 1.2;
  /* font-family: SourceHanSansCN-Heavy; */
  margin-bottom: 20px;
  font-size: 60px;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .f_cont .font .tit {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .f_cont .font .tit {
    margin-bottom: 14px;
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide .f_cont .font .tit {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .f_cont .font .tit {
    font-size: 26px;
  }
}
.bannerbox .swiper-slide .f_cont .font .tit span {
  padding-left: 90px;
  display: flex;
}
.bannerbox .swiper-slide .f_cont .font .tit span::before {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  background-color: #d71c22;
  margin-right: 10px;
  -webkit-transform: skew(-24deg);
  transform: skew(-24deg);
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .f_cont .font .tit span {
    padding-left: 60px;
  }
  .bannerbox .swiper-slide .f_cont .font .tit span::before {
    width: 30px;
    margin-top: 26px;
    height: 8px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .f_cont .font .tit span {
    padding-left: 30px;
  }
  .bannerbox .swiper-slide .f_cont .font .tit span::before {
    width: 20px;
    height: 5px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide .f_cont .font .tit span::before {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .f_cont .font .tit span {
    padding-left: 20px;
  }
}
.bannerbox .swiper-slide .f_cont .font .text {
  font-size: 22px;
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .f_cont .font .text {
    margin-bottom: 46px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .f_cont .font .text {
    margin-bottom: 36px;
  }
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide .f_cont .font .text {
    margin-bottom: 26px;
    font-size: 18px;
  }
}
.bannerbox .swiper-slide .f_cont .font .but {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.bannerbox .swiper-slide .f_cont .font .but i {
  display: block;
  width: 40px;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .f_cont .font .but i {
    width: 30px;
    margin-right: 16px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .f_cont .font .but i {
    width: 26px;
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide .f_cont .font .but i {
    width: 22px;
    margin-right: 10px;
  }
}
.bannerbox .swiper-slide .f_cont .font .but i img {
  width: 100%;
}
.bannerbox .swiper-slide-active {
  opacity: 1!important;
  z-index: 2;
}
.bannerbox .banner_next {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  color: #ffffff;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 991px) {
  .bannerbox .banner_next {
    display: none;
  }
}
.bannerbox .banner_next i {
  display: block;
  height: 50px;
  width: 1px;
  background-color: #fff;
  opacity: 0.2;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .bannerbox .banner_next i {
    height: 40px;
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .banner_next i {
    margin-top: 30px;
  }
}
.bannerbox .banner_page {
  position: absolute;
  z-index: 2;
}
@media (min-width: 992px) {
  .bannerbox .banner_page {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    text-align: right;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .bannerbox .banner_page {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.bannerbox .banner_page div {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .bannerbox .banner_page div {
    margin-bottom: 26px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .banner_page div {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .bannerbox .banner_page div {
    margin-bottom: 0;
    margin: 0 15px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bannerbox .banner_page div {
    padding-bottom: 5px;
  }
}
.bannerbox .banner_page span {
  font-size: 12px;
  opacity: 0.5;
  position: relative;
  color: #fff;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 991px) {
  .bannerbox .banner_page span {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bannerbox .banner_page span {
    padding-bottom: 5px;
  }
}
.bannerbox .banner_page span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bannerbox .banner_page .on {
  padding-bottom: 17px;
}
@media (max-width: 1440px) {
  .bannerbox .banner_page .on {
    padding-bottom: 14px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .banner_page .on {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .bannerbox .banner_page .on {
    padding-bottom: 0;
  }
}
.bannerbox .banner_page .on span {
  opacity: 1;
  padding-bottom: 17px;
}
@media (max-width: 1440px) {
  .bannerbox .banner_page .on span {
    padding-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .bannerbox .banner_page .on span {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bannerbox .banner_page .on span {
    padding-bottom: 5px;
  }
}
.bannerbox .banner_page .on span:after {
  width: 100%;
}

.basecont {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .basecont {
    width: 83%;
    max-width: 1600px;
  }
}
.transition {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.img {
  overflow: hidden;
}
.img img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basetop {
  padding-top: 80px;
}
@media (max-width: 1366px) {
  .basetop {
    padding-top: 60px;
  }
}


.index_product{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: var(--num_140) 0;
    background: url(../images/index_bg1.jpg) no-repeat top center;
    background-size: cover;
/*    margin-top: -10px;*/
}
.idx_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_title .title_box {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_title .title_box .icon {
  height: 1em;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_title .title_box .title {
  margin-left: 15px;
  font-weight: 300;
    font-size: var(--font42);
  line-height: 1;
  color: #000;
}
.index_product .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: var(--num_110);
}
.index_product .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  background: linear-gradient(8deg, #e8edf4 0%, #ffffff 100%);
  cursor: pointer;
  color: #000;
}
.index_product .center_box .item_box .item:hover{
    box-shadow: 0 0 15px #ccc;
}
.index_product .center_box .item_box .item .word_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: var(--num_45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index_product .center_box .item_box .item .word_box .word {
  width: 100%;
  height: auto;
}
.index_product .center_box .item_box .item .word_box .word .t1 {
  font-family: 'SourceHanSansCN-Medium';
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "puhui65";
  line-height: 1.4;
}
.index_product .center_box .item_box .item .word_box .word .t2 {
  margin-top: 10px;
  color: #999999;
  font-family: 'SourceHanSansCN-Light';
}
.index_product .center_box .item_box .item .word_box .word .more {
  width: fit-content;
  margin-top: var(--num_40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
}
.index_product .center_box .item_box .item .word_box .word .more span {
  font-size: var(--font16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_product .center_box .item_box .item .word_box .word .more i {
  font-size: 14px;
  line-height: 1;
  margin-top: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_product .center_box .item_box .item:hover .word_box .word .more {
  color: #d71c22;
}
.index_product .center_box .item_box .item:hover .word_box .word .more i {
  transform: translateX(5px);
}
.index_product .center_box .item_box .item .word_box .icon {
  flex-shrink: 0;
  padding: 0 20px;
  height: 40px;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #e5edfa;
  color: #286ddf;
  border-radius: 100px;
}
.index_product .center_box .item_box .item .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index_product .center_box .item_box .item .images .pb {
  padding-bottom: 70.5%;
}
.index_product .center_box .item_box .item .images .pb .ab img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_product .center_box .item_box .item:hover .word_box .t1 {
  color: #d71c22;
}
.index_product .center_box .item_box .item:hover .images .pb .ab img {
  transform: scale(1.25);
}

@media(max-width: 1600px){

}
@media(max-width: 1280px){

}

@media(max-width: 1199px){

}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .index_product .center_box .item_box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap:15px;
    }
}
@media(max-width: 640px){

}
@media(max-width: 500px){

}


.home-section4 {
  position: relative;
  /*height: 650px;*/
  min-height: 85vh;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .home-section4 {
    min-height: 500px;
  }
}
@media (max-width: 1199px) {
  .home-section4 {
    min-height: 400px;
  }
}
.home-section4 .img1 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: none;
}
.home-section4 .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}
.home-section4 .video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}
.home-section4 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/wenli.png) center;
  opacity: 0.8;
  z-index: 3;
}
.home-section4 .basecont {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1199px) {
  .home-section4 .img1{
      height:400px;
      display:block;
  }
}
@media (max-width: 767px) {
  .home-section4 .basecont {
    width: 100%;
  }
    .home-section3 .pag span p{
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}
.home-section4 .basecont .font {
  text-align: center;
  color: #fff;
}
.home-section4 .basecont .font .lab {
  font-size: 24px;
  line-height: 1;
  
  margin-bottom: 26px;
  display: block;
}
@media (max-width: 1440px) {
  .home-section4 .basecont .font .lab {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .home-section4 .basecont .font .lab {
    margin-bottom: 20px;
  }
}
.home-section4 .basecont .font .tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .home-section4 .basecont .font .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .home-section4 .basecont .font .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .home-section4 .basecont .font .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .home-section4 .basecont .font .tit {
    font-size: 24px;
  }
}
.home-section4 .basecont .font .text {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .home-section4 .basecont .font .text {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .home-section4 .basecont .font .text {
    font-size: 18px;
    margin-bottom: 26px;
  }
}
@media (max-width: 820px){
    .home-section4 .basecont .font .text{
        font-size:16px;
    }
}
@media (max-width: 767px){
    .home-section4 .basecont .font .text{
        font-size:15px;
    }
}
.home-section4 .basecont .font .but {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  width: 140px;
  margin: 0 auto;
  
}
.home-section4 .basecont .font .but i {
  display: block;
  width: 40px;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .home-section4 .basecont .font .but i {
    width: 30px;
    margin-right: 16px;
  }
}
@media (max-width: 1199px) {
  .home-section4 .basecont .font .but i {
    width: 26px;
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  .home-section4 .basecont .font .but i {
    width: 22px;
    margin-right: 10px;
  }
}
.home-section4 .basecont .font .but i img {
  width: 100%;
}




.idx_good {
  width: 100%;
  height: 150vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_good .good_box {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.idx_good .good_box .good_title,
.idx_good .good_box .good_main,
.idx_good .good_box .good_images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.idx_good .good_box .good_images video{
    width: 100%;
}
.idx_good .good_box .good_title {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  padding: 0 20px;
  text-align: center;
  /*background: #FFF url('../images/good_bg.jpg') no-repeat center / cover;*/
  background: #FFF !important;
  mix-blend-mode: screen;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_good .good_box .good_title .title_box {
  width: 100%;
  height: auto;
}
.idx_good .good_box .good_title .title {
  font-size: 48px;
  font-weight: bold;
  color: #000;
}
.idx_good .good_box .good_main {
  z-index: 5;
}
.idx_good .good_box .good_main .center_box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_good .good_box .good_main .good_content {
  width: 100%;
  height: auto;
  text-align: center;
}
.idx_good .good_box .good_main .good_content .title {
  width: 100%;
  height: auto;
  font-size: 36px;
  font-weight: 700;
  color: #FFF;
}
.idx_good .good_box .good_main .good_content .details {
  width: 100%;
  height: auto;
  margin-top: clamp(20px, 2.08333333vw, 40px);
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  line-height: 2;
  overflow: hidden;
}
.idx_good .good_box .good_main .good_content .more {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: clamp(35px, 3.64583333vw, 70px);
}
.idx_good .good_box .good_main .good_content .more a {
  width: auto;
  min-width: clamp(7.5rem, calc(3.344rem + 6.49vw), 10rem);
  height: clamp(2.5rem, calc(1.669rem + 1.3vw), 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 50px;
  background: #FFF;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
    display: none;
}
.idx_good .good_box .good_main .good_content .more .word {
  width: auto;
  height: auto;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  color: #189CFD;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_good .good_box .good_main .good_content .more .icon {
  width: clamp(1rem, calc(0.377rem + 0.97vw), 1.375rem);
  height: clamp(1rem, calc(0.377rem + 0.97vw), 1.375rem);
  background: #189CFD;
  -webkit-mask: url('../images/icon_arrow_right.png') no-repeat center / 100% auto;
  mask: url('../images/icon_arrow_right.png') no-repeat center / 100% auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_good .good_box .good_main .good_content .more a:hover {
  background: #189CFD;
}
.idx_good .good_box .good_main .good_content .more a:hover .word {
  flex: 1;
  color: #FFF;
}
.idx_good .good_box .good_main .good_content .more a:hover .icon {
  background: #FFF;
}
.idx_good .good_box .good_main .images {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
  overflow: hidden;
}
.idx_good .good_box .good_main .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_good .good_box .good_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .idx_good {
    height: auto;
  }
  .idx_good .good_box .good_main{ display: none; } 
  .idx_good .good_box {
    height: auto;
    position: relative;
      left: unset !important;
      top: unset !important;
  }
  .idx_good .good_box .good_title,
  .idx_good .good_box .good_main,
  .idx_good .good_box .good_images {
    position: relative;
  }
  
  .idx_good .good_box .good_images {
      position: static !important;
  }
  .idx_good .good_box .good_images {
    display: block !important;
  }
  .idx_good .good_box .good_title {
    padding: 80px 20px;
  }
  .idx_good .good_box .good_main {
    min-height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 60px 0;
    display: none !important;
  }
  .idx_good .good_box .good_main .images {
    display: block;
  }
}




/* 默认按钮 */
.idx_more {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  --icon-width: 1em;
  font-size: clamp(2rem, calc(1.169rem + 1.3vw), 2.5rem);
}
.idx_more a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 10px;
}
.idx_more a .word {
  font-size: 14px;
  color: #000000;
}
.idx_more a .icon {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
/*  overflow: hidden;*/
}
.idx_more a .icon::before,
.idx_more a .icon::after {
  content: '';
  position: absolute;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_more a .icon::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: #FFF;
  border: 1px solid #1E283B;
}
.idx_more a .icon::after {
  width: 15px;
  height: 7px;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background: #1E283B;
  -webkit-mask: url('../images/icon_more_arrow.png') no-repeat center;
  mask: url('../images/icon_more_arrow.png') no-repeat center;
}
.idx_more a:hover .word {
  color: #d71c22;
}
.idx_more a:hover .icon::before,
.idx_more a:hover .icon::after {
  opacity: 1;
}
.idx_more a:hover .icon::before {
  background: #d71c22;
  border-color: #d71c22;
}
.idx_more a:hover .icon::after {
  background: #FFF;
}

.swiper_but {
  width: clamp(2.375rem, calc(((38 / 16) * 1rem) + (46 - 38) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 2.875rem);
  height: clamp(2.375rem, calc(((38 / 16) * 1rem) + (46 - 38) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 2.875rem);
  border-radius: 50%;
  border: 1px solid #d71c22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(1.4);
}
.swiper_but i {
  color: #d71c22;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper_but:hover {
  background: #d71c22 !important;
  border: 1px solid #d71c22 !important;
}
.swiper_but:hover i {
  color: #fff;
}
@media (max-width:990px) {
  .swiper_but {
    /*display: none;*/
  }
}
.idxPageHide {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 0 10px;
  display: none !important;
}
.idxPageHide .swiper-pagination-progressbar-fill {
  background: #d71c22;
}
@media (max-width:990px) {
  .idxPageHide {
    display: flex !important;
  }
}

/* 新闻中心 */
.idx_news {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_news .news_box {
  width: 100%;
  height: auto;
  padding-top: clamp(70px, 7.29166667vw, 140px);
  padding-bottom: clamp(3.75rem, calc(2.321rem + 2.23vw), 5rem);
}
.idx_news .news_box .idx_title {
  max-width: 1640px;
  margin: 0 auto;
  padding:0 40px;
}
.idx_news .news_box .news_main {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: clamp(30px, 3.125vw, 60px);
}
.idx_news .news_box .news_main::before,
.idx_news .news_box .news_main::after {
  content: '';
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  background: #EEEFF0;
  pointer-events: none;
}
.idx_news .news_box .news_main::before {
  top: 0;
}
.idx_news .news_box .news_main .swiper_box {
  width: 100%;
  height: auto;
  overflow: visible;
}
.idx_news .news_box .news_main .swiper_box .swiper-wrapper {
  width: 100%;
  height: auto;
}
.idx_news .news_box .news_main .swiper_box .swiper-slide {
  width: 27.9%;
}
.idx_news .news_box .news_main .swiper_box .swiper-slide:last-child a::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #EEEFF0;
}
.idx_news .news_box .news_main .swiper_box a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  padding: clamp(1.25rem, calc(-0.828rem + 3.25vw), 2.5rem) clamp(1.25rem, calc(-0.828rem + 3.25vw), 2.5rem) clamp(1.25rem, calc(-0.828rem + 3.25vw), 2.5rem);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.idx_news .news_box .news_main .swiper_box a::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #EEEFF0;
}
.idx_news .news_box .news_main .swiper_box a .line {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.idx_news .news_box .news_main .swiper_box a .line::after {
  content: '';
  width: 1px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, transparent, #d71c22, transparent);
  animation: scroll_down 1.8s linear infinite;
}
.idx_news .news_box .news_main .swiper_box a .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_news .news_box .news_main .swiper_box a .item .title {
  width: 100%;
  height: calc(4em * 1.5);
  font-weight: 300;
  /*font-size: 24px;*/
  font-size: var(--font24);
  color: #1E283B;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.idx_news .news_box .news_main .swiper_box a .item .time {
  width: 100%;
  height: auto;
  margin-top: clamp(25px, 2.60416667vw, 50px);
  font-weight: 300;
  font-size: var(--font14);
  color: #1E283B;
}
.idx_news .news_box .news_main .swiper_box a .item .details {
  width: 100%;
  height: calc(4em * 1.5);
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.idx_news .news_box .news_main .swiper_box a .item .img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  transform-origin: bottom center;
  /*transform: translateY(20px);*/
  /*opacity: 0;*/
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.idx_news .news_box .news_main .swiper_box a .item .img .pb {
  padding-bottom: 65%;
}
.idx_news .news_box .news_main .swiper_box a .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*.idx_news .idxPageSh{*/
/*    min-width: 90px;*/
/*}*/
.idxPageSh{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: clamp(0px, 0vw, 0px) clamp(5px, 0.52083333vw, 10px);
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block !important;
}
.idxPageSh span.active , .idxPageSh .swiper-pagination-bullet-active{
    background: #d71c22;
    opacity: 1;
}
.idxPageSh span {
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.idxPageSh span.active {
    margin: 0 !important;
}
@media (max-width:1780px){
    .idx_news .news_box .idx_title{
        padding:0;
    }
    /*.idx_news .news_box .news_main .swiper_box a .item .title{*/
    /*    font-size: 20px;*/
    /*}*/
}
@media (max-width:1280px){
    /*.idx_news .news_box .news_main .swiper_box a .item .title{*/
    /*    font-size: 17px;*/
    /*}*/

}
@media (max-width:990px) {
  .idx_news .news_box .news_main .swiper_box a .item .title {
    height: calc(2em * 1.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .idx_news .news_box .news_main .swiper_box a .item .details {
    height: calc(3em * 1.5);
    position: relative;
    margin: 15px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .idx_news .news_box .news_main .swiper_box a .item .img {
    transform: none;
    opacity: 1;
  }
}
@media (max-width:767px){
    /*.idx_news .news_box .news_main .swiper_box a .item .title{*/
    /*    font-size: 16px;*/
    /*}*/
    /*.idx_news .news_box .news_main .swiper_box a .item .title{*/
    /*    font-size:20px;*/
    /*}*/
}
.idx_news .news_box .news_main .swiper_box a:hover {
  background: #F7F8F8;
}
.idx_news .news_box .news_main .swiper_box a:hover .line {
  opacity: 1;
}
.idx_news .news_box .news_main .swiper_box a:hover .item .title {
  color: #d71c22;
}
.idx_news .news_box .news_main .swiper_box a:hover .item .img {
  transform: translateY(0);
  opacity: 1;
}
.idx_news .news_box .swiper_pager {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.idx_news .news_box .swiper_pager .pager {
  width: 100%;
}
@keyframes scroll_down {
  0% {
    top: -40px;
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

.pb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
/* 图片 水平垂直 居中 */
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



.index5{
    padding:110px 0;
    background:url(../images/index5_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.index5_c{
    margin-top:45px;
}
#index_hzhb{
    padding-bottom:52px;
}
#index_hzhb .swiper-slide{
    background: #fff;
    text-align: center;
}
#index_hzhb .swiper-pagination{
    bottom: 0;
}
#index_hzhb .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border:1px solid #125a99;
    margin:0 6px;
    background:none;
}
#index_hzhb .swiper-pagination .swiper-pagination-bullet-active{
    background:#125a99;
}
@media(max-width: 1600px){
    .index5{
        padding:90px 0;
    }
}
@media(max-width: 1280px){
    .index5{
        padding:70px 0;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index5{
        padding:55px 0;
    } 
}
@media(max-width: 640px){
    .index5{
        padding:40px 0;
    } 
    .index5_c{
        margin-top:30px;
    }
}


.index_ryzz{
    padding:90px 0;
}
.index_ryzz_logo{
    /*margin-top:105px;*/
    display: flex;
    flex-wrap: wrap;
}
.index_ryzz_logo li{
    width: 18.4%;
    margin-right: 2%;
    border:1px solid #dbdbdb;
    box-shadow: 0 0 10px #ccc;
}
.index_ryzz_logo li:nth-child(5n){
    margin-right: 0;
}
@media(max-width: 1600px){
    .index_ryzz{
        padding:90px 0;
    }
    .index_ryzz_logo{
        /*margin-top:80px;*/
    }
}
@media(max-width: 1280px){
    .index_ryzz{
        padding:70px 0;
    }

}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index_ryzz{
        padding:55px 0;
    }
    .index_ryzz_logo {
        /*margin-top: 50px;*/
    }

}
@media(max-width: 640px){
    .index_ryzz{
        padding:40px 0;
    }  
    .index_ryzz_logo {
        /*margin-top: 30px;*/
    }
    .index_ryzz_logo li{
        width:32%;
        margin-bottom:10px;
    }
    .index_ryzz_logo li:nth-child(5n){
        margin-right: 2%;
    }
    .index_ryzz_logo li:nth-child(3n){
        margin-right:0;
    }
}


/* ------- 底部快捷导航 ------- */
.footer_links {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: url('../images/footer_links_bg.jpg') no-repeat center / cover;
  overflow: hidden;
}
.footer_links .footer_box {
  width: 100%;
  height: clamp(15rem, calc(10rem + 6.25vw), 17.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 120px;
  padding: 40px 0;
}
.footer_links .footer_box .stock_box {
  width: 24%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 20px 0;
          display: none;
}
.footer_links .footer_box .stock_box .stock_title {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  font-size: 16px;
  color: #1E283B;
}
.footer_links .footer_box .stock_box .stock_info {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 15px;
}
.footer_links .footer_box .stock_box .stock_info .icon {
  width: auto;
  height: auto;
  font-size: 0;
  transform: translateY(-50%);
}
.footer_links .footer_box .stock_box .stock_info .title {
  width: auto;
  height: auto;
  transform: skewX(-15deg);
  font-family: 'Alien-Encounters-Solid';
  font-size: clamp(2.625rem, calc(-1.375rem + 5vw), 3.75rem);
  color: #0D45A2;
  line-height: 1;
}
.footer_links .footer_box .stock_box .stock_info .unit {
  width: auto;
  height: auto;
  transform: skewX(-15deg) translateY(-0.8em);
  font-family: 'Alien-Encounters-Solid';
  font-size: 14px;
  color: #0D45A2;
}
.footer_links .footer_box .stock_box .stock_subtitle {
  width: 100%;
  height: auto;
  position: absolute;
  top: 65%;
  font-size: 14px;
  color: #000;
}
.footer_links .footer_box .stock_box::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: 1;
  background: #FFF;
  opacity: 0.3;
}
.footer_links .footer_box .links_box {
  width: 100%;
  height: 100%;
  flex: 1;
  display: grid; 
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.footer_links .footer_box .links_box .item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer_links .footer_box .links_box .item .info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
      justify-content: center;
}
.footer_links .footer_box .links_box .item .info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 20px;align-items: center;
}
.footer_links .footer_box .links_box .item .info .icon {
  height: 1em;
  font-size: clamp(1.5rem, calc(0.253rem + 1.95vw), 2.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_links .footer_box .links_box .item .info .icon  {
    filter: brightness(0) invert(0);
}
.footer_links .footer_box .links_box .item .info .word {
  font-size: var(--font24);
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_links .footer_box .links_box .item .info a:hover .icon {
  filter: unset !important;
}
.footer_links .footer_box .links_box .item .info a:hover .word {
  color: #d71c22;
}
@media (max-width:768px) {
   .footer_links .footer_box .links_box  {  display: grid; grid-template-columns: repeat(2, 1fr); }
  .footer_links .footer_box {
    height: auto;
    display: block;
    padding: 0;
  }
  .footer_links .footer_box .stock_box {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
  .footer_links .footer_box .stock_box .stock_title {
    position: unset;
  }
  .footer_links .footer_box .stock_box .stock_info {
    position: unset;
    margin-top: 30px;
  }
  .footer_links .footer_box .stock_box .stock_subtitle {
    position: unset;
    margin-top: 0.5em;
  }
  .footer_links .footer_box .stock_box::after {
    width: 100%;
    height: 1px;
    top: auto;
    right: 0;
    bottom: 0;
  }
  .footer_links .footer_box .links_box {
    height: auto;
    padding: 40px 0;
  }
  .footer_links .footer_box .links_box .item .info a {
    display: block;
  }
  .footer_links .footer_box .links_box .item .info a .icon {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer_links .footer_box .links_box .item .info a .word {
    margin-top: 10px;
    text-align: center;
  }
}

/*  ----- 底部  ----- */
footer {
  width: 100%;
  height: auto;
  background: #1F273A;
  overflow: hidden;
}
footer .footer_box {
  width: 100%;
  height: auto;
  padding: clamp(3.125rem, calc(2.411rem + 1.12vw), 3.75rem) 0;
  overflow: hidden;
}
footer .footer_box .foot_logo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
  overflow: hidden;
}
footer .footer_box .foot_logo .logo {
  width: 100%;
  /*height: clamp(1.125rem, calc(0.086rem + 1.62vw), 1.75rem);*/
  font-size: 0;
  filter: brightness(0) invert(1);
}
footer .footer_box .foot_logo .logo img{
    max-height: 70px;
}
footer .footer_box .foot_logo::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #E6EAED;
  opacity: 0.2;
}
footer .footer_box .foot_content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 40px 0 66px;
  overflow: hidden;
}
footer .footer_box .foot_content .foot_info {
  width: 25%;
  max-width: 340px;
  height: auto;
}
footer .footer_box .foot_content .foot_info .contact_info {
  width: 100%;
  height: auto;
}
footer .footer_box .foot_content .foot_info .contact_info .title {
  width: 100%;
  height: auto;
  font-size: clamp(1rem, calc(-1rem + 2.5vw), 1.25rem);
  color: #fff;
}
footer .footer_box .foot_content .foot_info .contact_info .details {
  width: 100%;
  height: auto;
  margin-top: 20px;
  line-height: 1.5;
}
footer .footer_box .foot_content .foot_info .contact_info .details,
footer .footer_box .foot_content .foot_info .contact_info .details * {
  font-size: clamp(0.75rem, calc(-0.25rem + 1.25vw), 0.875rem);
  color: #FFFFFF;
}
footer .footer_box .foot_content .foot_info .contact_info .details > * {
  margin-top: 8px;
}
footer .footer_box .foot_content .foot_info .contact_info .details > *:first-child {
  margin: 0;
}
footer .footer_box .foot_content .foot_info .qrcode_menu {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
footer .footer_box .foot_content .foot_info .qrcode_menu .one {
  width: clamp(5rem, calc(1.25rem + 4.69vw), 6.875rem);
  height: auto;
  font-size: 0;
}
footer .footer_box .foot_content .foot_nav {
  width: 70%;
  max-width: 900px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 50px;
}
footer .footer_box .foot_content .foot_nav .item {
  width: auto;
  height: auto;
}
footer .footer_box .foot_content .foot_nav .item .headline {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .foot_content .foot_nav .item .headline a {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
  font-size: clamp(0.875rem, calc(-0.125rem + 1.25vw), 1rem);
  color: #FFF;
  line-height: 1;
}
footer .footer_box .foot_content .foot_nav .item .headline a::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .foot_content .foot_nav .item .headline a:hover {
  color: #FFF;
}
footer .footer_box .foot_content .foot_nav .item .headline a:hover::after {
  width: 100%;
  left: 0;
}
footer .footer_box .foot_content .foot_nav .item .menu {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
footer .footer_box .foot_content .foot_nav .item .menu .one {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
footer .footer_box .foot_content .foot_nav .item .menu .one a {
  font-size: clamp(0.75rem, calc(-0.25rem + 1.25vw), 0.875rem);
  color: #fff;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .foot_content .foot_nav .item .menu .one a:hover {
  opacity: .7;
  text-decoration: underline;
}
footer .footer_box .foot_content .foot_nav .item .menu .one:first-child {
  margin: 0;
}
footer .footer_box .foot_body {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .footer_box .foot_body .copy {
  width: auto;
  height: auto;
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
footer .footer_box .foot_body .copy,
footer .footer_box .foot_body .copy * {
  font-size: clamp(0.75rem, calc(-0.25rem + 1.25vw), 0.875rem);
  color: #fff;
}
footer .footer_box .foot_body .copy a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .foot_body .copy a:hover {
  color: #FFFFFF;
}
@media (max-width:990px) {
  footer .footer_box .foot_content {
    display: block;
    padding: 30px 0 40px;
  }
  footer .footer_box .foot_content .foot_info {
    width: 100%;
    max-width: 100%;
  }
  footer .footer_box .foot_content .foot_nav {
    display: none;
  }
  footer .footer_box .foot_body {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer .footer_box .foot_body .copy {
    -webkit-box-self: stretch;
    -ms-align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    margin-top: 20px;
  }
}

/*----- 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;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.n_banner_text h2{
    font-size:60px;
    color: #fff;
    font-family: "puhui65";
    padding-top:50px;
}

.sitemp{
    margin:50px 0 30px;
    display: none;
}
.sitemp .site{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}
.sitemp .site,.sitemp .site a{
    font-size:16px;
    color: #333;
}
@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:52px;
    }
}
@media(max-width: 1280px){
    .n_banner_text h2{
        font-size:46px;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:42px;
    }    
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    }    
}
@media(max-width: 767px){
    .n_banner_text h2{
        font-size:26px;
    }    
}


.stickyTopBox {
  width: 100%;
  background: #f8f8f8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stickyTopBox .centerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stickyTopBox .centerBox .leftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: clamp(0px, 0vw, 0px) clamp(10px, 1.04166667vw, 20px);
  min-height: clamp(3.125rem, calc(((50 / 16) * 1rem) + (60 - 50) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 3.75rem);
}
.stickyTopBox .centerBox .leftBox .itIndex i {
  color: #1f1f1f;
  font-size: var(--font16);
}
.stickyTopBox .centerBox .leftBox .arrow i {
  color: #b6b6b6;
  font-size: 12px;
  transform: translateY(1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.stickyTopBox .centerBox .leftBox .jump {
  font-size: var(--font14);
  color: #1f1f1f;
  line-height: 1;
}
.stickyTopBox .centerBox .leftBox .jump a {
  color: #1f1f1f;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stickyTopBox .centerBox .leftBox .jump a:hover {
  color: #d71c22;
}
.stickyTopBox .centerBox .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.stickyTopBox .centerBox .rightBox .item {
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.stickyTopBox .centerBox .rightBox .item::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 14px;
  background: #dcdcdc;
}
.stickyTopBox .centerBox .rightBox .item a {
  font-size: var(--font14);
  color: #a1a1a1;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: clamp(3.125rem, calc(((50 / 16) * 1rem) + (60 - 50) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 3.75rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.stickyTopBox .centerBox .rightBox .item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: clamp(0.0625rem, calc(((1 / 16) * 1rem) + (3 - 1) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 0.1875rem);
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stickyTopBox .centerBox .rightBox .item:hover a,
.stickyTopBox .centerBox .rightBox .item.active a {
  color: #121212;
}
.stickyTopBox .centerBox .rightBox .item:hover a::after,
.stickyTopBox .centerBox .rightBox .item.active a::after {
  width: 100%;
}
.stickyTopBox .centerBox .rightBox .item:last-child {
  padding-right: 0;
}
.stickyTopBox .centerBox .rightBox .item:last-child::after {
  opacity: 0;
}
.stickyTopBox.isactive {
  transform: translateY(0) !important;
}
@media (max-width:1366px) {
  .stickyTopBox.isactive {
    transform: translateY(0px) !important;
  }
}

.stickyTopBox.active {
  position: fixed;
  top: 0px;
  transform: translateY(100px);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1366px) {
  .stickyTopBox.active {
    transform: translateY(80px);
  }
}
@media (max-width:990px) {
  /*.stickyTopBox {*/
  /*  display: none !important;*/
  /*}*/
  .stickyTopBox .centerBox .leftBox{
      font-size:14px;
  }
}
.stickyTopBox.active + .stickyTopBox_nbsp {
  display: block;
}
.stickyTopBox_nbsp {
  width: 100%;
  height: auto;
  min-height: clamp(3.125rem, calc(((50 / 16) * 1rem) + (60 - 50) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 3.75rem);
  display: none;
}
.n_banner{
    display: none;
}
.h_zw{
    position: relative;
    height: 104px;
}
.about1 .img{
    text-align: center;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:50px;
}
.num_list dl{
    text-align: center;
    width: 25%;
    padding:0 10px;
}
.clearfix_li+.clearfix_li{
  border-left: 0.01rem solid #B1B1B1;
}
.num_list dl dt{
    font-size: 28px;
    color: #d71c22;
    line-height: 1;
}
.num_list dl dt sup{
    font-size: 15px;
    margin-left: 2px;
}
.num_list dl dd{
    font-size: 16px;
    color: #333;
    margin-top:10px;
    line-height: 1.4;
}
@media(max-width:1600px){
    .num_list dl dt{
        font-size:26px;
    }
    .num_list dl dt sup{
        font-size: 14px;
    }
    .num_list dl dd{
        font-size: 14px;
    }
}
@media(max-width:1280px){
    .h_zw{
        height:80px;
    }
    .num_list dl dt{
        font-size:22px;
    }
    .num_list dl dt sup{
        font-size: 13px;
    }
    .num_list dl dd{
        font-size: 13px;
    }
}
@media(max-width:1199px){
    .num_list dl{
        width: 50%;
        padding:10px 10px;
    }  
    .num_list dl:nth-child(3){
        border-left:none;
    }
}
@media(max-width:820px){
    .num_list{
        margin-top:35px;
    }
}
@media(max-width:767px){
    .num_list{
        margin-top:25px;
    }
    .h_zw{
        height:50px;
    }
}

/*关于*/
.inside_abCon2.about1{
    background: url(../images/about1.jpg) no-repeat left bottom;
    background-size: cover;
}
.about2{
    background: #F6F6F6;
    padding:120px 0;
}
.qyry{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.qywh_box{
  /*width: 508px;*/
  min-height: 302px;
  background: #FFFFFF;
  box-shadow: 0 3px 6px 1px #B9B9B9;
  border-radius: 10px;
  padding-left: 27px;
  padding-right: 25px;
  padding-top: 46px;
  box-sizing: border-box;
  /*margin-bottom: 34px;*/
  
  cursor: pointer;
  transition: all .5s;
}
.qywh_boxTop{
  font-size: 34px;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 18px;
  border-bottom: 1px solid;
  border-color: rgba(204,204,204,0.51);
}
.qywh_boxTop_img1{
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;    
}
.qywh_boxTop_img{
    width: 63px;
    height: 63px;
    background: #d71c22;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    padding: 15px;
    box-sizing: border-box;
}
.qywh_boxTop_img img{
  width: 95%;
  height:95%;
  filter: brightness(0) invert(1);
  transition: all .5s;
}
.qywh_boxTop_img_txt{
  margin-left: 17px;
  font-family: Dream Han Sans CN, Dream Han Sans CN;
  font-weight: bold;
  font-size: 34px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.qywh_boxBott_tit{

  font-family: Dream Han Sans CN, Dream Han Sans CN;
  font-weight: bold;
  font-size: 19px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 15px;
}
.qywh_boxBott_tit>:nth-of-type(2){
    font-weight: normal;
}
.qywh>:nth-of-type(2) .qywh_boxBott .qywh_boxBott_tit p{
    /*font-weight: normal !important;*/
}
.qywh_box:hover{
  background: #D60000;
}
.qywh_box:hover .qywh_boxTop{
  border-color: rgba(255,255,255,0.51);
}
.qywh_box:hover .qywh_boxTop_img_txt{
  color: #FFFFFF;
}
.qywh_box:hover .qywh_boxBott_tit{
  color: #FFFFFF;
}
.qywh_box:hover .qywh_boxBott_txt{
  color: #FFFFFF;
}
.qywh_box:hover .qywh_boxTop_img{
  background: #FFFFFF;
}
.qywh_box:hover .qywh_boxTop_img img{
 filter: unset;
}
.qywh{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 37px;
  margin-top:55px;
}
/*.qywh_box+.qywh_box{*/
/*  margin-left: 37px;*/
/*}*/
/*.qywh_box:nth-of-type(3n+1){*/
/*  margin-left: 0;*/
/*}*/
.about1,.about2,.about3,.about4,.about5,.about6{
    position: relative;
}
.dw{
    position: absolute;
    top:-100px;
}
@media(max-width: 1600px){
    .about2{
        padding:90px 0;
    }
}
@media(max-width: 1280px){
    .about2{
        padding:75px 0;
    }
    .qywh_boxBott_tit>:nth-of-type(2){
        font-size:16px;
    }
}
@media(max-width: 991px){
    .qywh {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
        margin-top: 55px;
    }    
}
@media(max-width: 820px){
    .about2{
        padding:65px 0;
    }  
    .qywh_box{
        min-height:auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .qywh_boxTop_img {
        width: 50px;
        height: 50px;
        padding: 12px;
    }   
    .qywh_boxTop_img_txt{
        font-size:28px;
    }
    .qywh_boxBott_tit{
        font-size:17px;
    }
    .qywh_boxBott_tit>:nth-of-type(2) {
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .about2{
        padding:50px 0;
    }
    .qywh_box{
        min-height:auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .qywh_boxTop_img {
        width: 35px;
        height: 35px;
        padding: 7px;
    } 
    .qywh_boxTop {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .qywh_boxTop_img_txt{
        font-size:22px;
        margin-left:14px;
    }
    .qywh_boxBott_tit{
        font-size:15px;
    }
    .qywh_boxBott_tit>:nth-of-type(2) {
        font-size: 13px;
        line-height:1.6;
        margin-top:2px;
    }
}
@media(max-width: 640px){
    .qywh_box {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .qywh_boxTop_img_txt{
        font-size:18px;
        margin-left:10px;
    }    
}
@media(max-width: 460px){
    .qywh {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
        margin-top: 30px;
    } 
    .qywh_box {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .qywh_boxBott_tit {
        font-size: 14px;
    }
}
.centerBox .more_box {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: clamp(25px, 2.60416667vw, 50px);
}
.centerBox .more_box a {
  width: fit-content;
  min-width: clamp(6.25rem, calc(2.094rem + 6.49vw), 8.75rem);
  height: clamp(2.25rem, calc(1.003rem + 1.95vw), 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 50px;
  background: #d71c22;
  font-size: 14px;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #d71c22;
  transition-timing-function: var(--ease-in-out-quart);
}
.centerBox .more_box:hover a {
  background: #FFF;
  color: #d71c22;
}

@media(max-width:767px){
    .inside_abCon4 .centerBox .cnetontBox .itemBox .item:nth-child(3) .number v::after{
        top:-5px;
        right:5px;
        font-size:18px;
        line-height:1;
    }
}

/*解决方案*/
.yyhy_banxin{
  padding: 120px 0 ;
}
.tab_cont1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont_left{
  width: 40%;
  /* display: flex; */
  /*margin-right: 1.59rem;*/
  padding-top: 43px;
  padding-bottom: 88px;
}
.cont_ltit{
  /* width: 2rem; */
  font-family: Dream Han Sans CN, Dream Han Sans CN;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;

  position: relative;
  margin-bottom: 59px;
  padding-left: 18px;
}
.cont_ltit::before{
  content: ' ';
  width: 9px;
  height:31px;
  background-color: #d71c22;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.cont_ltxt{
  width: 100%;
}
.cont_ltxt p{
  font-family: w10;
  font-weight: normal;
  font-size: 16px;
  /* text-align: left; */
  line-height: 1.6;
  font-style: normal;
  text-transform: none;
}
.cont_ltxt>:nth-of-type(1){
    margin-bottom: 25px;
    color:#000000;
}
.cont_ltxt{
  color: #6A6A6A;
  
}
.cont_right{
  width: 53.5%;
  /* height: 431px; */
  /* padding-top: 0.22rem; */
  /* padding-right: 0.18rem; */
  /*background-image: url(../img/yyhy/yyhyr_bg.png);*/
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px 10px 10px 10px;
}
.cont_r_img{
  /* width: 8.35rem; */
  /* height: 4.31rem; */
  /* position: absolute; */
  /* top: 22px; */
  /* right: 18px; */
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  transition: all .5s;
  border-radius: 15px;
}
.cont_r_img:hover{
    top: 0;
  right: 0;
}
.cont_r_img img{
  width: 100%;
  height: 100%;
  display: block;
}
.tab_cont2{
  margin-top: 109px;
  margin-bottom: 46px;
}
.changjing_flex{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.cj_cont{
  /*width: 5.25rem;*/
  /*height: 2.94rem;*/
}

.cj_cont+.cj_cont{
  margin-bottom: 14px;
  margin-left: 12px;
}
.cj_cont:nth-of-type(3n+1){
  margin-left: 0;
}
 .cj_cont img{
     width: 100%;
    height: 100%;
    object-fit: cover;
} 
.xgcp_box{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 38px;
}
.xgcp_cont:hover .xgcp_cont_img{
  background: #FFFFFF;
  box-shadow: 0 3px 6px 1px rgba(0,0,0,0.16);
  /*border-radius: 0rem 0rem 0rem 0rem;*/
  border: 1px solid #d71c22;
}
.xgcp_cont:hover .xgcp_cont_txt{
  color: #D60000;
}
.xgcp_cont+.xgcp_cont{
  /*margin-right: 0.4rem;*/
  /*width: 3.69rem;*/
}
.xgcp_cont{
  /*  margin-right: 0.4rem;*/
  /*width: 3.69rem;*/
  /*margin-bottom: 0.4rem;*/
}
.xgcp_cont:nth-child(4n){
    margin-right: 0;
}
.xgcp_cont_txt{
  font-family: w20;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-align: center;
  font-style: normal;
  white-space: nowrap;
  text-transform: none;
  margin-top: 17px;
}
.xgcp_cont_img{
  /*width: 3.69rem;*/
  /*height: 3.23rem;*/
  border: 1px solid #CECECE;
}
.xgcp_cont_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.tab_cont3{
    margin-top: 129px;
}
@media only screen and (max-width:1280px){
    .yyhy_banxin{
        padding:90px 0;
    }
    .cont_ltit{
        margin-bottom:40px;
    }
    .cont_left{
        padding-top:0;
    }
    .tab_cont3{
        margin-top: 90px;
    }
}
@media only screen and (max-width:820px){
    .yyhy_banxin{
        padding:75px 0;
    }
    .cont_ltit{
        margin-bottom:25px;
    }
    .tab_box{
        margin-bottom: 20px;
    }
    .changjing_flex{
        justify-content: center;
    }
    .cj_cont:nth-of-type(3n+1){
        margin-bottom: 14px;
        margin-left: 12px;
    }
    .tab_cont3{
        margin-top: 30px;
    }
    .xgcp_box{
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: center;
    }
    .xgcp_box {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 25px;
    }
    /*.xgcp_cont{*/
    /*    width: 3rem;*/
    /*    margin-right: 0;*/
    /*}*/
    /*.xgcp_cont_img{*/
    /*    width: 3rem;*/
    /*}*/
    /*.xgcp_cont+.xgcp_cont{*/
    /*    width: 3rem;*/
    /*    margin-right: 0;*/
    /*}*/
    .tab_cont1{
        flex-direction: column;
    }
    .cont_ltit{
        font-size: 24px;
    }
    .cont_ltxt p{
        font-size: 16px;
    }
    .cont_ltxt{
        width: 100%;
    }
    .cont_left{
        padding-bottom: 30px;
        width:100%;
        padding-top:0;
        /*width: 7rem;*/
    }
    /*.cont_right{*/
    /*        width: 7rem;*/
    /*}*/
    .cont_r_img{
        width: 100%;
    }
    .iconfont_cont{
        line-height: 1.6;
    }
    .tab_li a{
        font-size: 15px;
    }
    .cont_ltxt p{
        line-height: 1.6;
    }
    .cont_right{
        width:100%;
    }
    .tab_cont3{
        margin-top: 75px;
    }
}
@media(max-width:767px){
    .xgcp_box {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
    .yyhy_banxin{
        padding:50px 0;
    }
    .tab_cont3{
        margin-top: 30px;
    }
}


/*新闻*/
.inside_newCon2 {
    /*padding-top: 100px;*/
    padding-bottom: clamp(3.125rem, calc(((50 / 16) * 1rem) + (200 - 50) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 12.5rem);
}
.inside_newCon2 .centerBox .itemBox .item {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inside_newCon2 .centerBox .itemBox .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inside_newCon2 .centerBox .itemBox .item a .leftBox {
  width: 28.048%;
  flex-shrink: 0;
}
.inside_newCon2 .centerBox .itemBox .item a .leftBox .pb {
  padding-bottom: 65.5%;
}
.inside_newCon2 .centerBox .itemBox .item a .leftBox .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.inside_newCon2 .centerBox .itemBox .item a .leftBox .pb .ab img {
  width: 100%;
  object-fit: cover;
}
.inside_newCon2 .centerBox .itemBox .item a .rightBox {
  width: 100%;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  max-width: 800px;
}
.inside_newCon2 .centerBox .itemBox .item a .rightBox .fenlei {
  min-width: clamp(4.6875rem, calc(((75 / 16) * 1rem) + (100 - 75) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 6.25rem);
  height: clamp(1.5625rem, calc(((25 / 16) * 1rem) + (28 - 25) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 1.75rem);
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: fit-content;
  background-color: #f6f6f6;
  border-radius: 100px;
  font-size: var(--font14);
  color: #1f1f1f;
}
.inside_newCon2 .centerBox .itemBox .item a .rightBox .title {
  font-size: var(--font24);
  color: #1f1f1f;
  line-height: 1.25;
  margin-top: clamp(7.5px, 0.78125vw, 15px);
}
.inside_newCon2 .centerBox .itemBox .item a .rightBox .subtitle {
  font-size: var(--font16);
  color: #636571;
  line-height: 1.25;
  margin-top: clamp(12.5px, 1.30208333vw, 25px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inside_newCon2 .centerBox .itemBox .item a .rightBox .timeBox {
  margin-top: clamp(20px, 2.08333333vw, 40px);
  font-family: "ru_we";
  font-size: var(--font14);
  color: #1f1f1f;
}
@media (max-width:990px) {
  .inside_newCon2 .centerBox .itemBox .item a {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .inside_newCon2 .centerBox .itemBox .item a .leftBox {
    width: 100%;
  }
  .inside_newCon2 .centerBox .itemBox .item a .rightBox {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.inside_newCon2 .centerBox .itemBox .item:hover {
  background: #eaf3fa;
}
.inside_newCon2 .centerBox .itemBox .item:hover a {
  border-bottom: 1px solid #eaf3fa;
} 
.news_detail{
    padding:70px 0;
    /*max-width: 1200px;*/
    margin:0 auto;
}
h1.title{
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 30px;
    font-weight: normal;
}
.news_detail .content{
    font-size: 16px;
    margin-bottom: 25px;
}
@media(max-width: 1600px){


    h1.title{
        font-size:24px;
    }
    .info_title {
        margin-bottom: 20px;
    }
    .news_detail .content{
        font-size: 15px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .n_news{
        padding:75px 0;
    }

    h1.title{
        font-size:20px;
    } 
    .info_title{
        padding-bottom: 10px;
        margin-bottom:15px;
    }
    .news_detail{
        padding:50px 0;
    }
}
@media(max-width: 992px){
 
}
@media(max-width: 820px){
    .n_news{
        padding:55px 0;
    }

    h1.title{
        font-size:18px;
    }
}
@media(max-width: 640px){
    .n_news{
        padding:40px 0;
    }

    .news_detail{
        padding:35px 0;
    }
    h1.title{
        font-size:18px;
    }
    .info_title {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }     
}







#job3{
    background:#f1f1f1;
    padding:100px 0 130px;
}
#job3 h2{
    text-align: center;
    font-size:44px;
    color: #333333;
    line-height: 1;
    margin-bottom: 42px;
}
.job_list{

}
.job_list li{
    background:#ffffff;
    margin-bottom: 10px;
}
.job_top{
    padding:0 60px;    
}
.job_t{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.job_list li.on .job_t{
    border-bottom:1px solid #e0e0e0;
}
.j1{
   width: 31%;    
}
.j_name{
    font-size:20px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 0;
    width: 45%;
}
.j_c p{
    font-size:16px;
    color: #999999;
    padding-left: 24px;
}
.j_c p:nth-child(1){
    background:url(../images/job_ico1.png) no-repeat left center;
}
.j_c p:nth-child(2){
    background:url(../images/job_ico2.png) no-repeat left center;
}
.j_c p:nth-child(3){
    background:url(../images/job_ico3.png) no-repeat left center;
}
.j_c p:nth-child(4){
    background:url(../images/job_ico4.png) no-repeat left center;
}
.j_date{
    width: 24%;
    float: right;
    font-size:16px;
    color: #999999;
    text-align: right;
}
.j_date span{
    display: inline-block;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(../images/j_down.png) no-repeat center;
}

.job_list li .j_cont{
    display: none;
    padding:70px 60px;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
    width: 95px;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 95px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #f2f2f2;
    color: #5b5b5b;
    border-radius: 6px;
}
.j_contact p{
    padding:0 40px;
    line-height: 64px;
    float: left;
    font-size:14px;
    color: #5b5b5b;
    font-family: "微软雅黑";
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
    background:#4d4d4d;
    font-size:18px;
    color: #fff;
    font-family: "puhui85";
    text-align:center;
    border-radius: 6px;
}
.job_list li.on .j_cont{
    display: block;
}
.job_list li.on .j_date img{
    transform:rotate(-180deg);
}


@media(max-width: 1600px){
    #job3 h2{
        font-size:36px;
    }

    .job_top{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 40px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
}
@media(max-width: 1280px){
    #job3 h2{
        font-size:32px;
    }
    .job_top{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }
    .job_list li .j_cont{
        padding:40px 30px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }    
}
@media(max-width: 1024px){
    #job3 h2{
        font-size:28px;
    }

}
@media(max-width: 820px){

    #job3{
        padding:75px 0;
    }
    .job_top {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list li .j_cont {
        padding: 30px 20px;
    }    
}
@media(max-width: 767px){
    #job3{
        padding:50px 0;
    }
    #job3 h2{
        margin-bottom: 25px;
        font-size: 22px;
    }
    .job_list li{
        margin-bottom: 12px;
    }
    .job_top {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
        width: 76%;
    }
    .j_c,.j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:15px 0 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }    
}


h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 200px;
    left:-205px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #00a2e7;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
/*2025右侧浮动栏*/
.right_fixed{
    position: fixed;
    top: calc(45%);
    transform:translateY(-50%);
    right: 20px;
    margin: auto 0;
    max-width: 100% !important;
    width:54px;
    background:#ECE8DD;
    border-radius: 50px;
    z-index: 9999;
}
.right_fixed dl{
    width:100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: relative;
}
.right_fixed dl dt{
    padding:14px 12px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}
.right_fixed dl:first-child dt{
    border-radius: 50px 50px 8px 8px;
}
.right_fixed dl:last-child dt{
    border-radius: 8px 8px 50px 50px;    
}
.right_fixed dl dt:hover{
    background:#fff;
}
/*.right_fixed dl:last-child dt:hover{
    background:none;
}*/
.right_fixed dl dt img{
    max-width: 30px;
    max-height: 30px;
}
.right_fixed dl dt p{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    width: 100%;
    text-align: center;
    cursor: default;
}
.right_fixed dl dd{
    position: absolute;
    top: 50%;
    right: 100%;
    padding-right: 18px;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(10px) translateY(-50%);
    opacity: 0;
    transition: all .5s;
    z-index: 99999;
}
.right_fixed dl:hover dd{
    visibility: visible;
    pointer-events: all;
    transform: translateX(0) translateY(-50%);
    opacity: 1;    
}
.right_fixed_box{
    position: relative;
    z-index: 1;
    width: 220px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 19px 10px rgba(22, 44, 112, .05);
    border-radius: 8px;
    padding: 12px 15px ;
}
.right_fixed_box:after{
    content: "";
    position: absolute;
    right: calc(-16px / 1.414 / 2);
    top: 50%;
    z-index: -1;
    width: 16px;
    height: 16px;
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
}
.right_fixed_box2{
    width: 156px;
    padding:15px;
}
.right_fixed_tel a{
    font-size:18px;
    color: #333;
    font-weight: 700;
}
.right_fixed_code{

}
.right_fixed_code img{
    max-width: 106px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 991px){
    .online-server{
        display: none!important;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#2b70bb;color:#fff; text-decoration:none;border:#2b70bb 1px solid;}
.pageController .currPage {background-color: #2b70bb;color:#fff;border:#2b70bb 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #2b70bb;
    vertical-align: middle;
    border: 1px solid #2b70bb; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
}


/*客服1*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 9;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:8;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #ffaf04;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}


/*客服3*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../images/fastForm.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("../images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
    }
}