@charset "utf-8";
.fl {
    float: left;
}

.fr {
    float: right;
}




.jiantou {
    cursor: default;
}




video::-webkit-media-controls-mute-button {
    display: none !important;
}




video::-webkit-media-controls-current-time-display {
    display: none !important;
}




video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}




video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}




body {
    background-color: #fff;
    color: #777;
    font-size: 16px;
}

a {
    font-size: 16px;
    color: #333;
}

a:hover {
    color: #fff;
}




img {
    vertical-align: middle;
}

i {
    display: inline-block;
    vertical-align: middle;
}

.container {
    padding: 0;
    margin: auto;
    box-sizing: border-box;
}

p {
    font-size: 18px;
    color: #777;
    line-height: 26px;
    margin: 0;
}

#bsWXBox {
    overflow: hidden !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto !important;
    height: auto !important;
}




h1 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}




h2 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
}




h3 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
}




h4 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
}




h5 {
    font-size: 22px;
    font-weight: 400;
    color: #333;
}




h6 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}


.viewer-button, .viewer-canvas, .viewer-container, .viewer-footer, .viewer-list, .viewer-navbar, .viewer-open, .viewer-title, .viewer-toolbar, .viewer-toolbar>li {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}



@media (min-width: 1200px) {
    .container {
        width: 1190px;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        width: 1400px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        padding: 0 15px;
    }
}




.head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 0 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.head_zw {
    height: 90px;
}

.head_box {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head_nav_item {
    position: relative;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head_nav_itemdw {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    background-color: #f14e15;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.head_nav_itemdw>a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    opacity: .8;
    background: url('../img/san_13_nnxI.png') 15px 16px no-repeat;
}

.head_nav_itemdw>a:hover {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

.head_nav_itemdw>a:hover {
    opacity: 1;
}


.head_nav_item.active>a {
    color: #f14e15;
}

.head_nav_item:last-child::before {
    display: none;
}

.head_nav_item>a {
    padding: 0 40px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 30px;
    color: #333;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.head_nav_item.on>a {
    color: #f14e15;
}

.head_nav_item:hover>a {
    color: #f14e15;
}

.head_r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head_lang>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head_lang span {
    margin-left: 12px;
    color: #333;
}

.head_mes {
    margin-left: 45px;
}

.head_mes>a {
    width: 165px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px transparent solid;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.head_mes>a::before {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: -o-linear-gradient(315deg, #0093DD, #21FEFE);
    background: linear-gradient(135deg, #0093DD, #21FEFE);
    border-radius: 20px;
    z-index: -1;
}

.head_mes * {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.head_mes>a i {
    font-size: 20px;
    color: #0093DD;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.head_mes>a span {
    margin-left: 8px;
    font-size: 14px;
    color: #333;
}

.head_mes:hover i {
    -webkit-transform: scale(1.1) translateY(3px);
    -ms-transform: scale(1.1) translateY(3px);
    transform: scale(1.1) translateY(3px)
}

.head_mes:hover span {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.mb_btn {
    display: none;
    height: 100px;
    line-height: 100px;
    width: 60px;
    text-align: center;
    cursor: pointer;
}

.mb_btn i {
    font-size: 26px;
    color: #333;
}

.head_lang img {
    display: none;
}
.head_log a{
  float: left;
}
.head_log img{
  height: 90px;
}
.head_log .logoTxt{
  float: left;
  padding-top: 22px;
}
.head_log .logoTxt h2{
  font-weight: 500;
  font-size: 23px;
  color: #333;
}
.head_log .logoTxt span{
  font-size: 12px;
  color: #999;
}

@media screen and (max-width: 1500px) {
  .head_nav_item>a {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1200px) {
  .head_mes {
    display: none;
  }
  .head_nav {
    display: none;
  }
  .mb_btn {
      display: block;
  }
  .head_log .logoTxt{
    padding-top: 15px;
    display: none;
  }
}

@media screen and (max-width: 768px) {
    .head_zw {
        height: 70px;
    }
    .head_box {
        height: 70px;
    }
    .head_log {
        
    }
    .head_log img{
      height: 70px;
    }
    .head {
      padding: 0;
    }

    .head_nav_itemdw {
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
}




.foot {
    background-color: #333333;
    border-top: 5px solid #f14e15;
}

.foot_box {
    position: relative;
}
.foot_tp{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: space-between;
  -ms-flex-pack: end;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #424242;
}
.foot_lx{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-start;
}
.foot_lx .ftLogo{
  width: 140px;
  margin-right: 20px;
  position: relative;
}

.foot_lx h3{
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.foot_lx p{
  font-size: 14px;
  color: #d9d9d9;
}

.foot_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.foot_link_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.foot_link_item a {
    font-size: 15px;
    color: #b9b9b9;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.foot_link_item a:hover {
    color: #fff;
}

.foot_link_item span {
    width: 1px;
    height: 14px;
    margin: 0 15px;
}

.foot_link_item:last-child span {
    display: none;
}

.footewm{margin:0 20px;}
.footewm img{width:120px;}
.ewmtext{font-size:13px;text-align:center;width:120px;margin-top:5px;}


.copy {
    padding: 20px 0;
    text-align: center;
}

.copy_txt {
    font-size: 12px;
    color: #8d8d8d;
}

.copy_txt a {
    font-size: 12px;
    color: #8d8d8d;
}

.copy_txt span,
.copy_txt b,
.copy_txt a {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.copy_txt span:hover,
.copy_txt b:hover,
.copy_txt a:hover {
    color: #fff;
}

@media screen and (max-width:1200px) {
  .foot_link_item span{
    margin: 0px 10px;
  }
}

@media screen and (max-width: 992px) {
    .foot_img {
        display: none;
    }

    .foot_link {
        display: none;
    }
    .copy_fx {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .foot_box {
        margin-top: 0;
    }

    .copy_txt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .copy_txt span,
    .copy_txt b,
    .copy_txt a {
        width: 100%;
    }
    
}




.nav_side {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    
    width: 0%;
    z-index: 9999;
}

.nav_lf {
    width: 40%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}

.nav_lf:hover {
    cursor: pointer;
}

.mb_cha {
    display: none;
    color: #fff;
    font-size: 60px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.mb_cha:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.nav_rt {
    width: 60%;
    height: 100%;
    background-color: #fff;
}

.nav_rt_list {
    margin: 40px 30px 0;
}

.list_zk li .list_zk_wz {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #efefef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.list_zk i {
    width: 5%;
    text-align: center;
    font-size: 25px;
    color: #333;
}

.list_zk_wz a {
    width: 95%;
    color: #333;
}

.click_zk {
    display: none;
    background-color: #efefef;
    padding: 20px;
}

.click_zk a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #444;
    border-bottom: 1px dotted #c1c1c1;
    font-size: 14px;
}

.click_zk a:first-child {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    
}

.click_zk a:last-child {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    
}


.nyBanner{width: 100%;}
.nyBanner img{width: 100%;}


@media screen and (max-width: 768px) {
    .list_zk i {
        font-size: 20px;
        width: 10%;
    }
    .list_zk_wz a {
        width: 90%;
    }
}




.tlbg {
    height: 60px;
    background: #f0f5f9;

}

.tlbg_box {
    height: 60px;
}
.tlbg_box a{
  width: 150px;
  height: 60px;
  line-height: 60px;
  float: left;
  color: #434343;
  font-size: 15px;
  text-align: center;
}
.tlbg_box a:hover,
.tlbg_box a.on{
  color: #fff;
  background: #f14e15;
}

.tlbg_title {
    font-size: 22px;
    color: #fff;
}
.gsjjBox{
  padding-top: 70px;
}
.gsjjBox h3{
  font-size: 30px;
  color: #222;
  font-weight: 500;
  position: relative;
  margin-bottom: 100px;
}
.gsjjBox h3 em{
  display: block;
  height: 0;
  border-top: 2px solid #f14e15;
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 55px;
}
.cpfl{
  padding-top: 50px;
}
.cpfl h3{
  font-size: 30px;
  color: #222;
  font-weight: 500;
  position: relative;
  margin-bottom: 100px;
}
.cpfl h3 em{
  display: block;
  height: 0;
  border-top: 2px solid #f14e15;
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 55px;
}
.ryzzBox{
  padding-top: 70px;
  padding-bottom: 70px;
}
.ryzzBox ul li{
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 0px 5%;
  margin-bottom: 60px;
}
.ryzzBox ul li img{
  cursor: pointer;
}

.tlbg_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 60px;
}

.tlbg_nav i {
    font-size: 14px;
    color: #333;
    margin: 0 3px;
}

.tlbg_nav a {
    font-size: 14px;
    color: #333;
}
.tlbg_nav a:hover{
  color: #f14e15;
}
.rczp{
  min-height: 600px;
  padding: 50px 0;
}

.syicon {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
    .tlbg_title {
        display: none;
    }
    .tlbg_nav {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: auto;
    }
    .tlbg_nav::-webkit-scrollbar {
        display: none;
    }
}




.nytab {
    padding: 65px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nytab>a {
    width: 13%;
    border: 1px solid #d9d9d9;
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 25px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.nytab>a:last-child {
    margin-right: 0;
}

.nytab_txt {
    font-size: 18px;
    color: #333;
}

.nytab>a:hover {
    border: 1px solid #0093DD;
}

.nytab>a.on {
    border: 1px solid #0093DD;
}

.nytab>a.on i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.nytab_i i {
    color: #0093DD;
    -ms-color: #0093DD;
    -o-color: #0093DD;
    -moz-color: #0093DD;
    font-size: 46px;
    background-image: -webkit-gradient(linear, 100% 90%, 60% 20%, from(#21FEFE), to(#0093DD));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.nytab>a:hover i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.company_img1 {
    display: none;
}

@media screen and (max-width: 992px) {
    .nytab {
        padding: 50px 0;
    }
}

@media screen and (max-width: 768px) {
    .nytab {
        width: 100%;
        padding: 30px 0 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        white-space: nowrap;
        overflow-x: auto;
    }
    .nytab>a {
        width: 120px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px;
    }
    .nytab_txt {
        font-size: 14px;
    }
    
    
    .nytab::-webkit-scrollbar {
        width: 100%;
        height: 5px;
        background-color: #111111;
        border-radius: 5px;
    }
    
    .nytab::-webkit-scrollbar-track {
        
        border-radius: 5px;
        
    }
    
    .nytab::-webkit-scrollbar-thumb {
        border-radius: 5px;
        
        background-color: #0093DD;
    }
    .nytab_i i {
        display: none;
    }
    .company_img {
        display: none;
    }
    .company_img1 {
        display: block;
        margin-top: 20px;
    }
}




.company {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.company .company_deyuan {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -30px);
    -ms-transform: translate(-50%, -30px);
    transform: translate(-50%, -30px);
    width: 76px;
    height: 76px;
    border-radius: 100%;
    background: linear-gradient(to bottom, #21FEFE, #0093DD);
    background: -moz-linear-gradient(top bottom, #f2a973, #0093DD);
    background: -ms-linear-gradient(top bottom, #f2a973, #0093DD);
    background: -o-linear-gradient(top bottom, #f2a973, #0093DD);
    text-align: center;
    line-height: 76px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.company_deyuan i {
    color: #fff;
    font-size: 42px;
}

.company .company_deyuan:hover {
    padding-top: 8px;
}

.company>div {
    width: 50%;
}

.company_txt {
    background-color: #333333;
    padding: 90px 0 156px;
}

.company_title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.company_gd {
    height: 285px;
    margin-top: 35px;
    padding-right: 10%;
}

.company_gd>div {
    height: 100%;
}




.scrollbar.zdy1 {
    background: #111111;
    border-radius: 3px;
    border: none;
    border-top-color: rgb(197, 238, 50);
    line-height: normal;
}




#vertical .scrollbar.zdy1 {
    display: none;
    width: 5px;
}




#vertical .example2.zdy1 .scrollbar {
    height: 100%;
}




#vertical .scrollbar.zdy1 .handle {
    background-color: #0093DD;
    width: 100%;
}




#vertical .example2.zdy1 .scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}




#vertical .example2.zdy1 .sly {
    margin-right: 5px;
    height: 285px;
    background: transparent;
}




#vertical .example2.zdy1 .sly>div {
    padding: 0 20px 0 0;
}

.zdy1_ct p {
    font-size: 14px;
    color: #b9b9b9;
    text-indent: 2rem;
}

.company_container {
    width: 100%;
    height: 100%;
}

.company_slide {
    width: 100%;
    height: auto;
    padding-right: 20px;
}

.company_slide p {
    font-size: 14px;
    color: #b9b9b9;
    margin-bottom: 10px;
    text-indent: 2rem;
}

.company_scrollbar {
    background-color: black;
}

.company_scrollbar .swiper-scrollbar-drag {
    background-color: #0093DD;
}

.company_img,
.company_img1 {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.company_img>img {
    display: none;
}




.anbg_txt h3 {
    color: #fff;
}

.anbg_txt p {
    margin-top: 10px;
    font-size: 16px;
    color: #b9b9b9;
}

.anbg_box {
    margin-top: 40px;
    padding-right: 10%;
}

.anbg_box_bg {
    padding: 0 5%;
    border-radius: 10px;
    background-color: #222222;
    border: 1px solid #111;
}

.anbg_bg_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid #111;
}

.anbg_box_bg .anbg_bg_item:last-child {
    border-bottom: none;
}

.anbg_bg_ty {
    width: 30%;
    padding: 0 10px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(to right, #f2a973, #d64e7a);
    background: -moz-linear-gradient(left, #21FEFE -20%, #0093DD);
    background: -ms-linear-gradient(left, #21FEFE -20%, #0093DD);
    background: -o-linear-gradient(left, #21FEFE -20%, #0093DD);
    border-radius: 22px;
}

.anbg_bg_tx {
    width: 70%;
    margin-left: 4%;
    color: #b9b9b9;
}

@media screen and (max-width: 992px) {
    .company {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .company>div {
        width: 100%;
    }
    .company_img>img {
        display: block;
        width: 100%;
    }
    .company_deyuan {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .company_txt {
        padding: 30px 10px 30px!important;
    }
    .company_gd {
        padding: 0;
    }
    .company_title {
        font-size: 24px;
        text-align: center;
    }
    .anbg_bg_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .anbg_bg_item>div {
        width: 100%;
    }
    .anbg_box {
        padding: 0;
    }
    .anbg_txt h3 {
        font-size: 24px;
        text-align: center;
    }
    .anbg_txt p {
        text-align: center;
    }
    .anbg_bg_tx {
        margin: 0;
        padding-top: 10px;
    }
    .anbg_box {
        margin-top: 25px;
    }
    .anbg_bg_ty {
        font-size: 18px;
        height: 36px;
        line-height: 36px;
    }
    .anbg_bg_tx {
        font-size: 14px;
    }
    .anbg_bg_item {
        padding: 24px 0;
    }
}




.nytlbg {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nytlbg_txt {
    height: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nytlbg_txt h3 {
    color: #fff;
}

.nytlbg_txt p {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
}

.nytlbg_nav {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    border-radius: 10px 10px 0 0;
    background-image: -webkit-gradient(linear, 0% 0%, 130% 0%, from(#0093DD), to(#21FEFE));
    background: -moz-linear-gradient(left, #0093DD 40%, #21FEFE);
    background: -ms-linear-gradient(left, #0093DD 40%, #21FEFE);
    background: -o-linear-gradient(left, #0093DD 40%, #21FEFE);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: auto;
	color:#ccc;
}

.nytlbg_nav::-webkit-scrollbar {
    display: none;
}

.nytlbg_nav i {
    font-size: 13px;
    color: #fff;
    margin: 0 4px;
}

.nytlbg_nav a {
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width:768px) {
    .nytlbg_txt h3 {
        font-size: 24px;
    }
    .nytlbg_txt p {
        font-size: 14px;
    }
    .nytlbg {
        height: 168px;
    }
    .nytlbg_txt {
        height: 128px;
    }
    .nytlbg_nav {
        height: 40px;
    }
    .contactway_ly_title h4 {
        font-size: 20px;
        text-align: center;
    }
    .contactway>div {
        margin-top: 30px;
    }
    .contactway_ly_title p {
        font-size: 16px;
    }
    .contactway_ly_input input {
        font-size: 14px;
    }
    .contactway_ly_textarea textarea {
        font-size: 14px;
    }
}

input::-webkit-input-placeholder {
    
    color: #a9a9a9;
}

input:-moz-placeholder {
    
    color: #a9a9a9;
}

input::-moz-placeholder {
    
    color: #a9a9a9;
}

input:-ms-input-placeholder {
    
    color: #a9a9a9;
}

textarea::-webkit-input-placeholder {
    
    color: #a9a9a9;
}

textarea:-moz-placeholder {
    
    color: #a9a9a9;
}

textarea::-moz-placeholder {
    
    color: #a9a9a9;
}

textarea:-ms-input-placeholder {
    
    color: #a9a9a9;
}




.zdy1.container {
    width: 100%;
}




.list_tab {
    padding: 30px 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list_tab .list_tab_item {
    width: 8%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-radius: 31px;
    background-color: #fff;
    font-size: 16px;
    color: #777;
    margin: 0 8px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 1px solid #d1d1d1;
}

.list_tab .list_tab_item.on {
    background-image: -webkit-gradient(linear, -20% 0%, 60% 0%, from(#21FEFE), to(#0093DD));
    background: -moz-linear-gradient(left, #21FEFE -20%, #0093DD);
    background: -ms-linear-gradient(left, #21FEFE -20%, #0093DD);
    background: -o-linear-gradient(left, #21FEFE -20%, #0093DD);
    color: #fff;
    border: none;
}

.list_tab .list_tab_item:hover {
    background-image: -webkit-gradient(linear, -20% 0%, 60% 0%, from(#21FEFE), to(#0093DD));
    background: -moz-linear-gradient(left, #21FEFE -20%, #0093DD);
    background: -ms-linear-gradient(left, #21FEFE -20%, #0093DD);
    background: -o-linear-gradient(left, #21FEFE -20%, #0093DD);
    color: #fff;
}
.gbook-h iframe{height:1100px;}
@media screen and (max-width: 1500px) {
    .list_tab .list_tab_item {
        width: 12%;
    }
}

@media screen and (max-width: 1200px) {
    .list_tab .list_tab_item {
        width: 15%;
    }
}

@media screen and (max-width: 992px) {
    .list_tab {
        padding: 50px 0;
    }
}

@media screen and (max-width: 768px) {
.gbook-h iframe{height:700px;}
    .list_tab {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 20px 0 5px;
        white-space: nowrap;
        overflow-x: auto;
    }
    .list_tab .list_tab_item {
        width: 140px;
        margin-bottom: 10px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    
    .list_tab::-webkit-scrollbar {
        width: 100%;
        height: 5px;
        background-color: #111111;
        border-radius: 5px;
    }
    
    .list_tab::-webkit-scrollbar-track {
        
        border-radius: 5px;
        
    }
    
    .list_tab::-webkit-scrollbar-thumb {
        border-radius: 5px;
        
        background-color: #0093DD;
    }
    .cndns-right .cndns-right-meau.pc {
        display: none!important;
    }
}

.cndns-right .cndns-right-btn span {
    color: #000;
}

#baguetteBox-overlay .full-image figcaption {
    line-height: 3.8;
    background-image: -webkit-gradient(linear, -40% 0%, 60% 0%, from(#21FEFE), to(#0093DD));
    color: #fff;
}

.btnsx {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btnsx:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

 .pagination-wrapper {
	margin: 0px 0 50px;
}
.pagination {
	/* height: 30px; */
	text-align: center;
  display: block;
  margin: 0;
  border-radius: 0;
}
.pagination span{
  display: inline-block;
	height: 30px;
  line-height: 30px;
	margin-right: 10px;
}
.pagination span a{
  display: inline-block;
	height: 30px;
  line-height: 30px;
  text-align: center;
  /* background: #015cb5;
  color: #fff; */
  padding: 0px 10px;
  border-radius: 5px;
}
.pagination span.page-numbar a{
  margin-right: 10px;
}
.pagination span a:hover,.pagination span a.page-num-current{
  background: #f14e15;
  color: #fff;
}

@media screen and (max-width: 768px) {
    .boxflex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}


.foot .bshare-custom .bshare-more.more-style-addthis {
    display: none;
}

.foot .bshare-custom .bshare-share-count {
    display: none;
}

.foot .bshare-custom>a {
    width: 30px;
    height: 30px;
    background-size: cover;
}

.ov {
    overflow: hidden;
}


/*同类推荐产品*/

 .idea {
     padding: 50px 0 100px;
 }
 
 .idea_txt {
     text-align: center;
 }
 .idea_txt h3{
  color: #333;
  font-size: 28px;
  font-weight: 500;
 }
 
 .idea_box_tj {
     margin-top: 60px;
     display: flex;
 }
 
 .idea_box_tj .idea_box_tj_item {
     width: 23%;
     margin: 0 1%;
     border-radius: 5px;
     border: 1px solid #d9d9d9;
     position: relative;
 }
  .idea_box_tj .idea_box_tj_item:hover {
     color:#f14e15;
 }
 
 .idea_box_tj_img {
     position: relative;
     overflow: hidden;
 }
 
 .idea_box_tj_img img {
     width: 100%;
     transition: all .4s;
 }
 
 .idea_box_tj_item:hover img {
     transform: scale(1.1);
 }
 
 .idea_box_tj_imgdw {
     position: absolute;
     bottom: 0;
     left: 0;
     transform: translate(45px, -30px);
     font-size: 28px;
     color: #fff;
     font-weight: 700;
 }
 
 .idea_box_tj_txt {
     text-align:center;height:40px;line-height:40px;
 }
 
 .idea_box_tj_txt a:hover{
     color: #333;
 }
 
 .idea_box_tj_txtdw {
     position: absolute;
     width: 166px;
     height: 41px;
     line-height: 41px;
     text-align: center;
     border-radius: 20px;
     color: #fff;
     bottom: 0;
     left: 115px;
     transform: translateY(50%);
     background: linear-gradient(to right,#0066CC, #0093DD);
     background: -moz-linear-gradient(left, #ffd270 -40%, #0093DD);
     background: -ms-linear-gradient(left, #ffd270 -40%, #0093DD);
     background: -o-linear-gradient(left, #ffd270 -40%, #0093DD);
     transition: all .4s;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -ms-border-radius: 20px;
     -o-border-radius: 20px;
     -webkit-transform: translateY(50%);
     -moz-transform: translateY(50%);
     -ms-transform: translateY(50%);
     -o-transform: translateY(50%);
     -webkit-transition: all .4s;
     -moz-transition: all .4s;
     -ms-transition: all .4s;
     -o-transition: all .4s;
 }
 
 .idea_box_tj .idea_box_tj_item .idea_box_tj_txtdw:hover {
     padding-left: 5px;
 }
 
 @media screen and (max-width: 992px) {
     .idea {
         padding: 50px 0 80px;
     }
     .idea_box_tj {
         margin-top: 30px;
     }
     .idea_box_tj {
         flex-wrap: wrap;
     }
     .idea_box_tj .idea_box_tj_item {
         width: 48%;
         margin-bottom: 40px;
     }
 }
 
 @media screen and (max-width: 768px) {
     .idea_box_tj .idea_box_tj_item {
         width: 100%;
         margin-bottom: 40px;
     }
     .idea {
         padding: 40px 10px;
     }    
     .idea_box_tj_txtdw {
         left: 20px;
     }
     .idea_box_tj_imgdw {
         transform: translate(20px, -25px);
     }
     .idea_txt h3 {
         font-size: 24px;
     }
     .idea_box_tj_imgdw {
         font-size: 20px;
     }
     .idea_box_tj_txt p {
         font-size: 14px;
         line-height: 20px;
     }
     .product_l h3{
       font-size: 26px;
     }
     .product_l h6{
       font-size: 14px;
       padding-top: 15px;
     }
 }
 
 /* --- 头部 - 搜索 --- */
.prosearch{max-width:1400px;width:100%;margin:10px auto;margin-bottom:20px;min-height:40px;padding:5px;}
.prosearch #top-keywords{width:40%;padding:10px;margin-right:2%;border:solid 1px #ccc;float:left;border-radius:8px;}
.prosearch .btn{float:right;padding:10px;width:16%;}
 