a.footjian {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 550px;
    display: inline-block;
    vertical-align: middle;
}
h1.huqih1 {
    letter-spacing: 2px;
    margin-top: 20px;
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h2);
    color: var(--rr-heading-primary);
    font-style: normal;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
}
  #header.active_3 {
    background-color: #fff9f2;
    color: #000;
  }
  #header.active_3 img {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  #header.active_3 > .nav {
    border-bottom: 1px solid #cfcfcf;
  }
  #header.active_3 > .nav .h-top {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #cfcfcf;
  }
  #header.active_3 > .nav .h-top .container .info .phone p {
    border: #000 1px solid;
  }
  #header.active_3 > .nav .h-top .container .email_cont p {
    border: #000 1px solid;
  }
  #header.active_3 > .nav .h-top .container .lang_cont {
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
  }
  #header.active_3 > .nav .h-top .container .info {
    border-right: 1px solid #cfcfcf;
  }
  #header.active_3 > .nav .h-top .container .lang_cont .c_cont .text {
    color: #000;
  }
  #header.active_3 > .nav .h-top .container .lang_cont .lang img{
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  #header.active_3 > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
    color: #000;
  }
  #header.active_3 > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a span::before {
    background-color: #000;
  }
  #header.active_3 > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.s_product .sub-menu .cont .right img {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  .more_cont_2 {
    position: relative;
    border: rgba(0, 0, 0, 0) 1px solid;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
  }
  .more_cont_2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform-origin: left;
            transform-origin: left;
    color: #fff;
  }
  .more_cont_2 span {
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .more_cont_2:hover {
    color: #000;
  }
  .more_cont_2:hover::before {
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  .more_cont_2:hover span {
    color: #000;
  }
  .inner-page {
    background-color: #fff9f2;
  }
  .privacy-page{
    padding-bottom: 40px;
    line-height: 1.8;
    font-size: 16px;
  }
  .privacy-page h3,
  .privacy-page h2{
    font-size: 24px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .privacy-page a{
    color: #337ab7;
  }
  .faq-page {
    padding-bottom: 130px;
  }
  .faq-page .container {
    /*max-width: 1100px;*/
  }
  .faq-page .container .list {
    padding-top: 30px;
    border-top: 1px solid #c2c2c2;
  }
  .faq-page .container .list:first-child {
    padding-top: 0;
    border-top: none;
  }
  .faq-page .container .list .title {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .faq-page .container .list .des {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 14px;
    padding-bottom: 40px;
  }
  .faq-page .container .list:hover .title{
    color: #433130;
}
  
    .faq-page .container .list:hover .des{
      color: #433130;
  }
  .m-page {
    margin-top: 80px;
  }
  .m-page .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-page .wp-pagenavi span,
  .m-page .wp-pagenavi a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #b2b2b2;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 16px;
  }
  .m-page .wp-pagenavi span.current,
  .m-page .wp-pagenavi a.current {
    border-color: #51453c;
    background-color: #51453c;
    color: #fff;
  }
  .m-page .wp-pagenavi a:hover {
    border-color: #51453c;
    background-color: #51453c;
    color: #fff;
  }
  .product-page .init-1 .container {
    max-width: 1660px;
  }
  .product-page .init-1 .container .swiper {
    position: relative;
  }
  .product-page .init-1 .container .swiper::before,
  .product-page .init-1 .container .swiper::after {
    content: "";
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 80px;
    background: -webkit-gradient(linear, right top, left top, from(#fff9f2), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
  }
  .product-page .init-1 .container .swiper::before {
    left: 0;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    background: -webkit-gradient(linear, right top, left top, from(#fff9f2), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
  }
  .product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 350px;
    display: block;
    overflow: hidden;
  }
  .product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .text {
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .text:hover {
    color: #666;
  }
  .product-page .init-1 .container .swiper .prev,
  .product-page .init-1 .container .swiper .next {
    z-index: 3;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #B2B2B2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    top: 40%;
    right: 66px;
    cursor: pointer;
  }
  .product-page .init-1 .container .swiper .prev::before,
  .product-page .init-1 .container .swiper .next::before {
    background-color: #000;
  }
  .product-page .init-1 .container .swiper .prev svg,
  .product-page .init-1 .container .swiper .next svg {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    z-index: 2;
  }
  .product-page .init-1 .container .swiper .prev:hover,
  .product-page .init-1 .container .swiper .next:hover {
    border-color: #ffffff;
  }
  .product-page .init-1 .container .swiper .prev {
    left: 56px;
  }
  .product-page .init-1 .container .swiper .prev svg {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .product-page .init-2 {
    /*margin-top: 20px;*/
  }
  .product-page .init-2 .content{
    max-height: 240px;
    padding-right: 10px;
    overflow-y: auto;
  }
  .product-page .init-2 .shadow_inner{
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 4;
  }
  .product-page .init-2 .shadow_inner.active{
    width: 100%;
    height: 100%;
  }
  .product-page .seoPublic .container {
    max-width: 1450px;
  }
  .product-page .init-2 .container {
    max-width: 1450px;
    border-top: 1px solid #C2C2C2;
  }
  .product-page .init-2 .mbx .container {
    border: none;
    line-height: 1.2;
  }
  
  .product-page .init-2 .container .tip_title_cont {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-page .init-2 .container .tip_title_cont .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-page .init-2 .container .tip_title_cont .left .tip {
    font-size: 18px;
    color: #6A6A6A;
  }
  .product-page .init-2 .container .tip_title_cont .left .info {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    cursor: pointer;
  }
  .product-page .init-2 .container .tip_title_cont .left .info .cat_name {
    position: relative;
    top: 2px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
  }
  .product-page .init-2 .container .tip_title_cont .left .info i {
    font-size: 24px;
    position: relative;
    top: 2px;
    margin-left: 12px;
  }
  .product-page .init-2 .container .tip_title_cont .left .info .list_cont {
    position: absolute;
    width: 600px;
    top: 100%;
    z-index: 5;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    padding: 10px;
    border: 4px;
    font-size: 16px;
    display: none;
  }
  .product-page .init-2 .container .tip_title_cont .left .info .list_cont .list {
    display: block;
    padding: 6px 16px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .product-page .init-2 .container .tip_title_cont .left .info .list_cont .list:hover {
    background-color: #ebebeb;
  }
  .product-page .init-2 .container .tip_title_cont .right {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 50%;
    border: 1px solid #000000;
  }
  .product-page .init-2 .container .tip_title_cont .right svg {
    z-index: 2;
    position: relative;
  }
  .product-page .init-2 .container .tip_title_cont .right:before{
    background: #000000;
  }
  .product-page .init-2 .container .tip_title_cont .right svg path {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    fill: #000000;
  }
  .product-page .init-2 .container .tip_title_cont .right:hover svg path {
    fill: #ffffff;
  }
  .product-page .init-2 .container .pro_list {
    margin-top: 10px;
  }
  .product-page .init-2 .container .pro_box{
    margin: 0 -12px;
  }
  .product-page .init-2 .container .pro_list .list {
    margin-top: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: 1px solid transparent;
    padding: 30px 12px 10px 12px;
    border-radius: 15px;
  }
  .product-page .init-2 .container .pro_list .list .img {
    height: 330px;;
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-page .init-2 .container .pro_list .list .img a.rr-btn{
    position: absolute;
    left: 40%;
    top:50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    white-space: nowrap;
    opacity: 0;
    background-color: white;
    border-color:white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .product-page .init-2 .container .pro_list .list:hover .img a.rr-btn{
    left: 50%;
    opacity: 1;
  }
  .product-page .init-2 .container .pro_list .list .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-page .init-2 .container .pro_list .list .cont {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .product-page .init-2 .container .pro_list .list .title {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
  }
  .product-page .init-2 .container .pro_list .list .cat_name {
    font-size: 14px;
    color: #666666;
    line-height: 2;
  }
  .product-page .init-2 .container .pro_list .list:hover {
    border-color:#b2b2b2;
  }
  .mbx {
    font-size: 16px;
    color: #6a6a6a;
    line-height: 30px;
  }
  .mbx a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .mbx a:hover {
    color: #000;
  }
  .inner_top_title {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #c2c2c2;
    line-height: 1.2;
  }
  .init-1 .inner_top_title1 {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: none;
    line-height: 1.2;
  }
  .inner_top_title .title {
    font-family: 'pop';
    font-weight: bold;
    font-size: 95px;
    color: #433130;
  }
  .inner_top_title .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-family: 'Gilroy';
    font-weight: 400;
    font-size: 20px;
    color: #433130;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .inner_top_title .nav_list .list {
    margin-right: 30px;
    margin-top: 30px;
    position: relative;
     -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .inner_top_title .nav_list .list.active{
    font-weight: bold;
  }
  .inner_top_title .nav_list .list.active::before {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  .inner_top_title .nav_list .list::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 2px;
    left: 0;
    background-color: #000;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .inner_top_title .nav_list .list:hover {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    font-weight: bold;
  }
    .inner_top_title .nav_list .list:hover::before {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  .m-link {
    margin-top: 40px;
  }
  .m-link a {
    display: block;
    font-size: 16px;
    color: #666;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin-top: 6px;
  }
  .m-link a:hover {
    color: #000;
  }
  @media (max-width: 1000px) {
    .inner-page {
      padding-top: 40px;
    }
    .faq-page .container .list {
      text-align: center;
    }
    .product-page .init-1 {
      display: none;
    }
    .product-page .init-2 .container {
      border-top: none;
    }
    .product-page .init-2 .container .tip_title_cont {
      display: none;
    }
    .product-page .init-2 .container .pro_list .list {
      text-align: center;
    }
    .inner_top_title .title {
      font-size: 60px;
    }
    h1.huqih1{
      font-size: 36px;
    }
  }
  @media (max-width: 700px) {
   
    .inner_top_title .nav_list {
      display: none;
    }
    .quality-page .init-5 .container {
      width: 100%;
    }
  }
  @media (max-width: 500px) {
    h1.huqih1{
      font-size: 24px;
    }
    .hide-500{
      display: none !important;
    }
   
    .faq-page {
      padding-bottom: 40px;
    }
    .faq-page .container .list .title {
      font-size: 20px;
      line-height: 1.6;
    }
    .m-page {
      margin-top: 40px;
    }
    .product-page {
      padding-bottom: 40px;
    }
    .product-page .init-2 {
      margin-top: 40px;
    }
    .product-page .init-2 .container .pro_list .list {
      padding: 15px;
      margin-top: 20px;
    }
    .inner_top_title {
      margin-top: 40px;
    }
    .inner_top_title .title {
      font-size: 30px;
    }
}
.cont1{
  /*display: flex;*/
  align-items: flex-end;

}
.cont12{
  display: flex;
  align-items: flex-end;

}
.cont123{
  display: none;
}
.cont1 .cont1_c{
  flex: 1;
  border-left: 1px solid #433130;
  padding-left: 21px;
  padding-right: 57px;
  position: relative
}
.cont1 .cont1_c p{
font-family: 'Playfair Display';
font-weight: 600;
font-size: 30px;
color: #433030;
font-style: italic;
line-height: 1;
margin-bottom: 23px
}
.cont1 .cont1_c h4{
font-family: 'Gilroy';
font-weight: 400;
font-size: 20px;
color: #69676C;
line-height: 30px;
}
.cont1 .cont1_c1{
padding-bottom: 29px
}
.cont1 .cont1_c2{
padding-bottom: 99px
}
.cont1 .cont1_c3{
padding-bottom: 76px
}
.cont1 .cont1_c4{
padding-bottom: 246px
}
.cont2{
  height: 57px;
background: #433130;
display: flex;
align-items: center;
justify-content: flex-end;
}
.cont2 img{
  width: auto;
  margin-right: 21px;
}
@media (max-width: 1000px){
  .show-1000{
    display: block !important;
  }
  .hide-1000{
    display: none !important;
  }
  .cont1 .cont1_c{
    padding-right: 21px;
  }
  .cont1 .cont1_c{
    padding-bottom: 20px;
  }
}
.b-n-tw{
  border: none !important;
}

.inner-page span.txt {
  color: var(--color);
  display: block;
}
.inner-page span.h2 {
  font-weight: bold;
  color: #242424;
  margin-bottom: 20px;
  display: block;
}
.about-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}
.about-page .about-1 .left .title {
  margin-top: -1%;
}
.about-page .about-1 .left .con {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin-top: 30px;  
}
.about-page .about-1 .right {
  vertical-align: baseline;
  width: 100%;
}
.about-page .about-1 .play{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 84px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
}
.about-page .about-1 .play i{
  position: relative;
  left: 3px;
}
.about-page .about-1 .right .data {
  margin-top: 46px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 24px 30px 13px 30px;
}
.about-page .about-1 .right .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  color: var(--color);
  font-size: 18px;
  line-height: 1.6;
}
.about-page .about-1 .right .data ul li span {
  line-height: 2;
}
.about-page .about-1 .right .data ul li .num {
  font-size: 60px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 700;
  font-family: Playfair Display;
}
.about-page .about-1 .right .data ul li .num .hwaq-num-strip{
  top: -10px;
}
.about-page .about-1 .right .data ul li p {
  margin-top: 12px;
}
.about-page .about-2 {
  padding: 11.41% 0 10%;
}
.about-page .about-2 .left {
  width: 35%;
  padding-top: 54px;
}
.about-page .about-2 .left ul li {
  padding-bottom: 45px;
}
.about-page .about-2 .left ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.about-page .about-2 .left ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  font-size: 20px;
  color: #323232;
  font-weight: 600;
  line-height: 1.6;
  width: 88%;
}
.about-page .about-2 .left ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-2 .right {
  width: 65%;
  position: relative;
}
.about-page .about-2 .right .title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  max-width: 668px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .right .info {
  margin-top: -5.5%;
}
.about-page .about-2 .right .info .img-box {
  width: 50.81%;
}
.about-page .about-2 .right .info .text {
  width: 49.19%;
  padding: 13.21% 0 0 45px;
}
.about-page .about-2 .right .info .text .con {
  font-size: 20px;
  /*font-weight: 600;*/
  color: #323232;
  line-height: 1.5;
}
.about-page .about-2 .right .info .text .more {
  margin: 47px 0 0 88px;
}
.about-page .about-2 .right .bicycle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -50px;
}
.about-page .about-2 .right .bicycle .tire {
  position: absolute;
  z-index: -1;
  bottom: -84px;
  -webkit-animation: xz 2s linear infinite;
  -moz-animation: xz 2s linear infinite;
  animation: xz 2s linear infinite;
}
.about-page .about-2 .right .bicycle .tire1 {
  left: -128px;
}
.about-page .about-2 .right .bicycle .tire2 {
  right: -141px;
}
.about-page .about-2 .right .shadow {
  position: absolute;
  bottom: -110px;
  left: -130px;
}
.about-page .about-3 {
  padding: 9.2% 0 8.24%;
  background: url(../images/about3-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: white;
}
.about-page .about-3 .left.column {
  width: 32%;
}
.about-page .about-3 .left .title {
  font-weight: 700;
}
.about-page .about-3 .left p {
  font-size: 16px;
  line-height: 30px;  
  margin-top: 37px;
}
.about-page .about-3 .left .more {
  color: white;
  margin-top: 36px;
}
.about-page .about-3 .left .more::after {
  background-color: var(--color);
}
.about-page .about-3 .right.column {
  width: 68%;
  padding-left: 8.21%;
}
.about-page .about-3 .right ul li .ig {
  padding: 19px 17px;
}
.about-page .about-3 .right ul li .ig .img-box {
  display: block;
  /*border: 20px solid var(--color);*/
  position: relative;
  z-index: 1;
  /*opacity: .6;*/
}

.about-page .about-4 .left.column {
  width: 74.37%;
  vertical-align: bottom;
  padding-right: 82px;
}
.about-page .about-4 .left ul {
  margin-right: -80px;
}
.about-page .about-4 .left ul li {
  padding-right: 80px;
  color: #323232;
}
.about-page .about-4 .left ul li .top em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  color: var(--color);
}
.about-page .about-4 .left ul li .top span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 10px;
}
.about-page .about-4 .left ul li .con {
  font-size: 18px;
  line-height: 32px;
  margin-top: 34px; 
  font-weight: 400;
}
.about-page .about-4 .left ul li .img-box {
  margin-top: 39px;
}
.about-page .about-4 .right.column {
  vertical-align: bottom;
  color: #323232;
  width: 25.63%;
}
.about-page .about-4 .right.column .title {
  font-weight: 700;
}
.about-page .about-4 .right .title em{
  color: var(--color);
}
.about-page .about-4 .right .con {
  font-size: 20px;
  line-height: 1.8; 
  /*font-weight: 300;*/
  margin-top: 59px;
}
.about-page .about-4 .right a {
  display: block;
  background: var(--color);
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  padding: 24px 0 23px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 57px;
}
.about-page .about-4 .right a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .right a:hover::after {
  width: 100%;
}
.about-page .about-5 {
  padding: 8.5% 0 0%;
}
.about-page .about-5 .ui.container{
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.about-page .about-5 .title {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  color: #323232;
}
.about-page .about-5 .content {
  margin-top: 101px;
}
/*.about-page .about-5 .content ul {
  margin-right: -78px;
}
.about-page .about-5 .content ul li {
  padding-right: 78px;
}*/
.about-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding-bottom: 65px;*/
}
.about-page .about-5 .content ul li .ig .img-box {
  display: block;
}
.about-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}

.about-page .about_process ul{
  margin: -20px;
}
.about-page .about_process ul li{
  padding: 20px;
}
.about-page .about_process ul li .title{
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.about-page .about_process ul li .des{
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 1680px) {
  .about-page .about-2 .left ul li span {
    width: 86%;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .82;
  }
  .about-page .about-2 .right .shadow {
    zoom: .8;
  }
  .about-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
  
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 50px;
  }
  .about-page .about-2 .left ul li span {
    font-size: 20px;
    width: 85%;
    padding-left: 10px;
  }
  .about-page .about-2 .right .info .text {
    padding: 12% 0 0 45px;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 20px;
  }
  .about-page .about-4 .left {
    padding-right: 30px;
  }
  .about-page .about-4 .left ul {
    margin-right: -40px;
  }
  .about-page .about-4 .left ul li {
    padding-right: 40px;
  }
  .about-page .about-4 .left ul li .top span {
    font-size: 18px;
    width: 67%;
  }
  .about-page .about-4 .left ul li .con {
    font-size: 17px;
  }
  .about-page .about-5 .content ul li .ig .text {
    height: 80%;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .left {
    padding-right: 0;
  }
  .about-page .about-1 .right {
    padding-left: 30px;
  }
  .about-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .6;
  }
  .about-page .about-2 .left ul li span {
    font-size: 18px;
    width: 82%;
  }
  .about-page .about-2 .right .title {
    font-size: 40px;
  }
  .about-page .about-2 .right .shadow {
    zoom: .6;
  }
  .about-page .about-4 .right .con {
    font-size: 18px;
    margin-top: 40px;
  }
  .about-page .about-4 .left ul {
    margin-right: -20px;
  }
  .about-page .about-4 .left ul li {
    padding-right: 20px;
  }
  .about-page .about-4 .left ul li .top em {
    font-size: 50px;
  }
  .about-page .about-4 .left ul li .con {
    font-size: 15px;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .left .con {
    margin-top: 30px;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 30px;
  }
  .about-page .about-2 .left ul li span {
    width: 80%;
    font-size: 16px;
  }
  .about-page .about-2 .right .info .text {
    padding: 7% 0 0 45px;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .about-page .about-2 .right .info .text .more {
    margin: 40px 0 0 70px;
  }
   
  .about-page .about-4 .right a {
    font-size: 18px;
  }
  .about-page .about-5 .content ul {
    margin-right: -40px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .about-banner {
    height: 300px;
    padding-top: 150px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    display: none;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-2 .right .bicycle {
    left: 130px;
    zoom: .55;
  }
  .about-page .about-2 .right .shadow {
    zoom: .55;
    left: 0;
  }
  .about-page .about-3 .left.column {
    width: 100%;
  }
  .about-page .about-3 .right.column {
    width: 100%;
    padding: 20px 0 0;
  }
  .about-page .about-4 .left.column {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 .left ul li .top em {
    display: block;
  }
  .about-page .about-4 .left ul li .top span {
    width: 100%;
    display: block;
    padding: 0;
  }
  .about-page .about-4 .right.column {
    width: 100%;
    padding-top: 40px;
  }
  .about-page .about-4 .right .con {
    margin-top: 15px;
  }
  .about-page .about-4 .right a {
    margin-top: 20px;
  }
  .about-page .about-5 .title {
    font-size: 50px;
  }
  .about-page .about-5 .content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 {
    padding: 7% 0 10%;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .yejiao{
    display: none!important;
  }
  .about-page .about-5 .title {
    font-size: 40px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }
  .about-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }
  .about-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .left .con{
    margin-top: 16px;
  }
  .about-page .about-4 .left ul li{
    margin-top: 30px;
  }
  .about-page .about-4 .left ul li:first-child{
    margin-top: 0;
  }
  .about-page .about-2 .left ul li span {
    width: 78%;
  }
  .about-page .about-4 .left ul li .con{
    margin-top: 16px;
  }
  .about-page .about-3 .left p {
    font-size: 15px;
    margin-top: 15px;
  }
  .about-page .about-3 .left .more {
    margin-top: 20px;
  }
  
  .about-page .about-5 .title {
    font-size: 27px;
  }
}
a.rr-btn.white{
    border-color:#fff;
    color:#fff;
}
a.rr-btn.white span{
  background-color: var(--rr-heading-primary);
}

a.rr-btn.white:hover span{
  background-color: white;
  color: var(--rr-heading-primary);
}



.custom-page .custom-1{
  padding: 70px 0;
  text-align: center;
}
.custom-page .custom-1 .ui.container{
  max-width: 1210px;
}
.custom-page .custom-1 .des{
  font-size: 18px;
  line-height: 1.8;
  color: #494949;
  margin: 20px auto 35px;
  max-width: 950px;
}
.custom-page .custom-1 .more{
  min-width: 220px;
  padding: 16px 20px;
}
.custom-page .custom-1 ul{
  margin: 60px -45px 0;
}
.custom-page .custom-1 ul li{
  padding: 0 45px;
  text-align: center;
  margin-top: 10px;
}
.custom-page .custom-1 ul li .num{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid var(--color);
  margin: auto;
}
.custom-page .custom-1 ul li .title{
  font-size: 18px;
  margin: 15px 0;
}
.custom-page .custom-1 ul li .txt{
  font-size: 15px;
  line-height: 26px;
  color: #494949;
}
.custom-page .custom-2 .box{
  background: #f4f4f4;
  padding: 60px;
}
.custom-page .custom-2 .box ul{
  margin: -35px;
}
.custom-page .custom-2 .box ul li{
  padding: 35px;
  text-align: center;
}
.custom-page .custom-2 .box ul li .title{
  display: inline-block;
  background: #000000;
  color: white;
  padding: 5px 15px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
}
.custom-page .custom-3 .content{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.custom-page .custom-3 ul li img {
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: auto;
}
.custom-page .custom-3 ul li:hover img{
  opacity: 1;
}
.custom-form{
  position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80%;
    width: 500px;
    max-width: 90%;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 22;
    background: white;
    padding: 30px;
    overflow: auto;
}
.custom-form h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.custom-form i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form i.close:after, .custom-form i.close:before {
    content: '';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 70%;
    height: 2px;
    margin-top: -1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-form i.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.custom-form i.close:hover {
    background: var(--color);
}
.custom-form i.close:hover:after, .custom-form i.close:hover:before {
    background: white;
}
.custom-form form {
    margin-top: 40px;
}
.custom-form form ul li {
    margin-bottom: 10px;
    position: relative;
}
.custom-form form ul li label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.custom-form form ul li label em {
    color: red;
    margin-right: 2px;
}
.custom-form form ul li input, 
.custom-form form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.custom-form form ul li textarea {
    height: 80px;
}
.custom-form form ul li:last-child {
    margin-bottom: 0;
}
.custom-form form ul li input[type="submit"] {
    width: auto;
    padding: 6px 40px;
    display: inline-block;
    background: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form form ul li input[type="submit"]:hover {
    opacity: .7;
}
.newdet-page .sideBarLeft .content h4{
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  color: var(--color);
  text-transform: capitalize;
  font-style: italic;
}
.newdet-page .sideBarLeft .content h3{
  font-size: 24px;
  line-height: 44px;
  font-weight: 600;
  color: var(--color);
  text-transform: capitalize;
}

@media screen and (max-width: 1000px){
  .custom-page .custom-3 ul li img{
    opacity: 1;
  }
  .custom-page .custom-1 ul{
    margin: 40px -15px 0;
  }
  .custom-page .custom-1 ul li{
    padding: 0 15px;
  }
  .custom-page .custom-2 .box ul li{
    padding: 30px 10px;
  }
}

@media screen and (max-width: 500px){
  .custom-page .custom-2 .box{
    padding: 40px 10px;
  }
  .custom-page .custom-2 .box ul{
    margin: 0;
  }
}


.custom-page .custom-4 {

}

.custom-page .custom-4 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.custom-page .custom-4 .title .acc .tag {
    margin-top: 20px
}

.custom-page .custom-4 .title p {
    margin-top: 50px;
    max-width: 465px
}

.custom-page .custom-4 .top {
    margin-top: 0
}

.custom-page .custom-4 .top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -14px
}

.custom-page .custom-4 .top ul li {
    position: relative;
    padding: 0 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    transition: 1s
}

.custom-page .custom-4 .top ul li .acc {
    position: relative;
    height: 761px;
    border-radius: 30px;
    cursor: pointer
}

.custom-page .custom-4 .top ul li .tit3 {
    position: absolute;
    left: 50%;
    bottom: 45px;
    -webkit-transform: translateX(-50%) rotate(-180deg);
    transform: translateX(-50%) rotate(-180deg);
    font-size: 30px;
    font-family: Mulish;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s
}

.custom-page .custom-4 .top ul li .box {
    position: absolute;
    left: 0;
    top: 22%;
    width: 100%;
    padding: 0 65px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1
}

.custom-page .custom-4 .top ul li .box .tit {
    font-size: 30px;
    font-family: Mulish;
    font-weight: 700;
    color: #fff;
    line-height: 1.4
}

.custom-page .custom-4 .top ul li .box dl {
    margin-top: 60px;
    max-width: 430px
}

.custom-page .custom-4 .top ul li .box dl dd a {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: Mulish;
    font-weight: 400;
    color: #fff;
    line-height: 32px;
    text-transform: capitalize;
    padding: 12px 0;
    padding-right: 39px;
    border-bottom: 2px solid rgba(255,255,255,.4);
    -webkit-transition: .3s;
    transition: .3s
}

.custom-page .custom-4 .top ul li .box dl dd a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 39px;
    height: 7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/template/en/images/bann1.png) no-repeat center;
    -webkit-transition: .3s;
    transition: .3s
}

.custom-page .custom-4 .top ul li .box dl dd a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(0,0,0,.3);
    -webkit-transition: .4s;
    transition: .4s
}

.custom-page .custom-4 .top ul li .box dl dd a:hover:before {
    width: 100%
}

.custom-page .custom-4 .top ul li .box dl dd a:hover {
    padding: 16.5px 15px
}

.custom-page .custom-4 .top ul li .box dl dd a:hover:after {
    right: 15px
}

.custom-page .custom-4 .top ul li.active {
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7
}

.custom-page .custom-4 .top ul li.active .acc .tit3 {
    opacity: 0;
    z-index: -1
}

.custom-page .custom-4 .top ul li.active .acc .box {
    opacity: 1;
    z-index: 11
}

@media screen and (max-width: 1400px) {
    .custom-page .custom-4 .top ul li .box dl dd a {
        padding:10px 0
    }
}

@media screen and (max-width: 1100px) {
    .custom-page .custom-4 .title {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .custom-page .custom-4 .title p {
        max-width: 100%;
        width: 100%;
        margin-top: 15px
    }

    .custom-page .custom-4 .top {
        margin-top: 40px
    }

    .service-page .title .tag i {
        display: initial
    }

    .custom-page .custom-4 .top ul li .box {
        padding: 0 40px;
        top: 10%
    }

    .custom-page .custom-4 .top ul li .box dl {
        margin-top: 30px
    }

    .custom-page .custom-4 .top ul li .tit3 {
        font-size: 24px
    }

    .custom-page .custom-4 .top ul li .acc {
        height: 620px
    }

    .custom-page .custom-4 .top ul li .box dl dd a {
        font-size: 16px;
        padding: 9px 0
    }
}

@media screen and (max-width: 768px) {
    .custom-page .custom-4 .top ul {
        flex-wrap: wrap
    }

    .custom-page .custom-4 .top ul li {
        width: 100%!important;
        flex: unset!important;
        margin: 20px 0
    }

    .custom-page .custom-4 .top ul li .box {
        opacity: 1!important;
        z-index: 19!important
    }

    .custom-page .custom-4 .top ul li .tit3 {
        display: none!important
    }
}

@media screen and (max-width: 450px) {
    .custom-page .custom-4 .title .acc .tag {
        margin-top:10px;
        line-height: 2
    }

    .custom-page .custom-4 .top ul li .box {
        padding: 0 20px
    }

    .custom-page .custom-4 .top ul li .box .tit {
        font-size: 24px
    }

    .custom-page .custom-4 .top ul li .box dl dd a {
        font-size: 14px
    }

    .custom-page .custom-4 .top ul li .box dl dd a:after {
        display: none
    }
}

.custom-page .custom-5 .header {
    text-align: center
}

.custom-page .custom-5 .header .title {
    color: #030303;
    font-weight: 700;
    margin-top: 5px
}

.custom-page .custom-5 .content {
    margin-top: 65px
}

.custom-page .custom-5 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px
}

.custom-page .custom-5 .content ul li {
    padding-right: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.custom-page .custom-5 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 30px 20px;
    height: 383px
}

.custom-page .custom-5 .content ul li .ig i {
    display: block
}

.custom-page .custom-5 .content ul li .ig .tit {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 20px
}

.custom-page .custom-5 .content ul li .ig .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity .1s ease-out,-webkit-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    transition: opacity .1s ease-out,-webkit-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    -moz-transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96),-moz-transform .4s ease-out;
    transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96);
    transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96),-webkit-transform .4s ease-out,-moz-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96),-webkit-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    max-height: 140px;
    overflow: auto
}

.custom-page .custom-5 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: 500
}

.custom-page .custom-5 .content ul li.active {
    width: 50%
}

.custom-page .custom-5 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.custom-page .custom-6 .container .tipsTitle {
  text-align: center;
  position: relative;
  z-index: 2;
}
.custom-page .custom-6 .container .content {
  margin-top: 90px;
}
.custom-page .custom-6 .container .content ul {
  margin: 0 -45px;
}
.custom-page .custom-6 .container .content ul li {
  width: 25%;
  padding: 0 45px;
}
.custom-page .custom-6 .container .content ul li .box {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.custom-page .custom-6 .container .content ul li .box .img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 270px;
  margin: auto;
  display: block;
  margin-top: -110px;
}
.custom-page .custom-6 .container .content ul li .box .img2 {
  display: block;
  width: 52px;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.custom-page .custom-6 .container .content ul li .box .title {
  margin-top: -40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.custom-page .custom-6 .container .content ul li .box .des {
  margin-top: 20px;
  color: #666666;
  text-align: center;
}
.custom-page .custom-6 .container .content ul li .box:hover .img2 {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.custom-page .custom-6 .container .content ul li .box:hover .img {
  -webkit-transform: rotateX(36deg);
  -moz-transform: rotateX(36deg);
  transform: rotateX(36deg);
}

.custom-page .custom-7 {
    text-align: center;
    color: #fff;
    background: url("../images/service-3-bg.jpg") no-repeat;
    background-size: cover;
}

.custom-page .custom-7 .h2{
  color: #fff;
}

.custom-page .custom-7 .moreCont2{
  padding: 20px 30px;
}
@media screen and (max-width: 1700px) {
    .custom-page .custom-5 .content ul li .ig .tit {
        font-size: 30px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 1450px) {
    .custom-page .custom-5 .content ul li .ig {
        padding:40px 30px 30px
    }
}

@media screen and (max-width: 1250px) {
    .custom-page .custom-5 .content ul li .ig {
        padding:40px 20px 30px
    }

    .custom-page .custom-5 .content ul li .ig .tit {
        font-size: 22px
    }

    .custom-page .custom-6 .container .content ul li {
      width: 50%;
      margin-top: 60px;
    }
}

@media screen and (max-width: 1000px) {
      .custom-page .custom-5 .content ul li .ig .tit {
        font-size:26px
    }
    .custom-page .custom-5 .content ul li .ig .con{
      max-height: 160px;
    }
    .custom-page .custom-5 .content ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px
    }

    .custom-page .custom-5 .content ul li {
        width: 50%;
        margin-bottom: 10px
    }

    .custom-page .custom-5 .content ul li.active {
        width: 50%
    }

    .custom-page .custom-5 .content ul li .ig .con {
        opacity: .65;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .custom-page .custom-5 .content ul li .ig {
        padding: 30px 20px 20px
    }

    .custom-page .custom-5 .content ul li .ig .con {
        font-size: 17px
    }

    .custom-page .custom-6 .container .content ul {
      margin: 0 -16px;
    }
    .custom-page .custom-6 .container .content ul li {
      padding: 0 16px;
    }
}

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

    .custom-page .custom-5 .content {
        margin-top: 20px
    }

    .custom-page .custom-5 .content ul li .ig i {
        zoom:.7}

    .custom-page .custom-5 .content ul li .ig {
        padding: 40px 10px
    }

    .custom-page .custom-5 .content ul li .ig .tit {
        font-size: 20px;
        margin-top: 0
    }

    .custom-page .custom-5 .content ul li .ig .num {
        bottom: 20px
    }

    .custom-page .custom-6 .container .content ul li {
      width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .custom-page .custom-5 .content ul li,
    .custom-page .custom-5 .content ul li.active {
        width: 100%
    }

    .custom-page .custom-5 .content ul li .ig {
        height: auto;
    }

    .custom-page .custom-5 .content ul li .ig .tit {
        line-height: 1.6;
    }

    .custom-page .custom-5 .content ul li .ig .con {
        font-size: 16px;
        line-height: 1.8;
        max-height: unset;
        overflow-y: unset;
    }
    .custom-page .custom-6 .container .content {
      margin-top: 20px;
    }
    
}




.contact-page .contact-1 .left {
  width: 43.35%;
}
.contact-page .contact-1 .left ul {
  margin: 0 -69px -34px 0;
}
.contact-page .contact-1 .left ul li {
  padding: 0 69px 34px 0;
  position: relative;
}
.contact-page .contact-1 .left ul li span {
  position: absolute;
  left: 0;
  bottom: 54px;
}
.contact-page .contact-1 .left ul li input,
.contact-page .contact-1 .left ul li textarea {
  width: 100%;
  height: 50px;
  font-size: 16px; 
  line-height: 30px;
  color: #3d3d3d;
  padding: 0 30px;
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.27);
}
.contact-page .contact-1 .left ul li input::-webkit-input-placeholder, .contact-page .contact-1 .left ul li textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:-moz-placeholder, .contact-page .contact-1 .left ul li textarea:-moz-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input::-moz-placeholder, .contact-page .contact-1 .left ul li textarea::-moz-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:-ms-input-placeholder, .contact-page .contact-1 .left ul li textarea:-ms-input-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input::placeholder,
.contact-page .contact-1 .left ul li textarea::placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:focus,
.contact-page .contact-1 .left ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .left ul li textarea {
  height: 70px;
  padding-top: 6px;
}
.contact-page .contact-1 .left ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .left ul li.wid-100 span {
  bottom: initial;
  top: 0;
}
.contact-page .contact-1 .left .bottom {
  margin-top: 62px;
}
.contact-page .contact-1 .left .bottom a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: var(--color);
  color: white;
  padding: 22px 48px 21px;
  /*text-transform: uppercase;*/
  position: relative;
  z-index: 1;
}
.contact-page .contact-1 .left .bottom a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .bottom a:hover::after {
  width: 100%;
}
.contact-page .contact-1 .left .bottom span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 50px;
  font-size: 14px;
  color: #9d9d9d; 
  font-weight: 400;
}
.contact-page .contact-1 .left .bottom span input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: solid 1px #9d9d9d;
}
.contact-page .contact-1 .left .bottom span em {
  display: inline-block;
  /*vertical-align: middle;*/
  padding-left: 11px;
}
.contact-page .contact-1 .right {
  width: 56.65%;
  padding-left: 10.1%;
}
.contact-page .contact-1 .right .title {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 900;
  /*color: var(--color);*/
}
.contact-page .contact-1 .right .con {
  font-size: 16px;
  line-height: 30px;  
  /*color: var(--color);*/
  margin-top: 23px;
}
.contact-page .contact-1 .right ul li {
  margin-top: 25px;
}
.contact-page .contact-1 .right ul li p {
  font-size: 20px;
  line-height: 2;
  color: var(--color); 
  font-weight: 400;
}
.contact-page .contact-1 .right ul li:last-child {
  width: 76%;
}
.contact-page .contact-2 {
  margin-top: 144px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.contact-page .contact-2 #mapContainer {
  height: 526px;
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .right {
    padding-left: 5%;
  }
  .contact-page .contact-1 .right ul li:last-child {
    width: 100%;
  }
  .contact-page .contact-1 .left ul {
    margin: 0 -15px 0 0;
  }
  .contact-page .contact-1 .left ul li {
    padding: 0 15px 34px 0;
  }
  .contact-page .contact-1 .right .title {
    font-size: 36px;
  }
  .contact-page .contact-2 {
    margin-top: 80px;
  }
  .contact-page .contact-1 .left .bottom span {
    padding-left: 5px;
  }
  .contact-page .contact-1{
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-page .contact-1 .left.column {
    width: 100%;
  }
  .contact-page .contact-1 .right.column {
    width: 100%;
    padding-left: 0;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .contact-page .contact-2 {
    margin-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 450px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    
  }
  .contact-page .contact-1 .left .bottom {
    margin-top: 30px;
  }
  .contact-page .contact-1 .left .bottom a {
    padding: 15px 25px;
    font-size: 18px;
  }
  .contact-page .contact-1 .left .bottom span {
    display: block;
    margin-top: 10px;
  }
  .contact-page .contact-1 .right .title {
    font-size: 32px;
  }
  .contact-page .contact-1 .right ul li p {
    font-size: 18px;
  }
  .contact-page .contact-2 {
    margin-top: 30px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .right .title {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li p {
    font-size: 16px;
  }
}

.inner-page .sideBarBox .sideBarLeft.column {
  width: 70%;
  padding-right: 3%;
}
.inner-page .sideBarBox .sideBarRight.column {
  width: 30%;
  padding: 25px;
  background: #dcd1c3;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  line-height: 1.8;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: 18px;
  color: #8e8e8e;
  padding: 0 .7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/icon-search-black.png") center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 1.8;
  color: #8e8e8e;
  padding: .5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  /*width: 34%;*/
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 1.8;
  margin-top: .3em;
  display: block;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  padding: 2em;
}
.news-page .sideBarLeft .list ul li{
  padding: 60px 0;
  border-top: 1px solid #ccc;
}
.news-page .sideBarLeft .list ul li:first-child{
  padding-top: 0;
  border-top: none;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 690px;
}
.news-page .sideBarLeft .list ul li a.img-box time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li .content {
  font-size: 16px;
  line-height: 30px;
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  /*text-transform: uppercase;*/
  line-height: 1.8;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.newdet-page .marginBox {
  padding: 90px 0;
}
.newdet-page .sideBarLeft time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: 2px 1em;
  padding-bottom: 0;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.newdet-page .sideBarLeft h1 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.newdet-page .sideBarLeft .content a{
color: var(--color);
}
.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}
.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}
.newdet-page .sideBarLeft .m-link .prev {
  margin-right: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-right: .5em;
}
.newdet-page .sideBarLeft .m-link .next {
  margin-left: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .sideBarLeft .m-link a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #242424;
  margin-bottom: .5em;
}
.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-left: 15px;
}
.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0;
}
.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}
.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}
.testimonials-page .marginBox {
  padding: 100px 0 65px;
  text-align: center;
}
.testimonials-page .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 110px;
}
.testimonials-page .options span {
  font-size: 20px;
  font-weight: bold;
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .options span em {
  color: #bfbfbf;
}
.testimonials-page .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}
.testimonials-page .ret .list {
  margin: 0;
}
.testimonials-page .ret .list ul {
  margin: -30px -15px;
  text-align: left;
}
.testimonials-page .ret .list ul.active li a{
  /*border: 10px solid var(--color);*/
}
.testimonials-page .ret .list ul li {
  padding: 30px 15px;
  text-align: center;
}
.testimonials-page .ret .list ul li a {
  display: block;
  position: relative;
}
.testimonials-page .ret .list ul li a img {
  width: 100%;
}
.testimonials-page .ret .list ul li a span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--rr-heading-primary);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .ret .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.testimonials-page .ret .list ul li a:hover span {
  opacity: 1;
}
.newdet-page .form ul {
  margin: -15px -7px;
}
.newdet-page .form ul li {
  padding: 15px 7px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.newdet-page .form ul li input::-webkit-input-placeholder, .newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder, .newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder, .newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder, .newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li textarea {
  height: 150px;
}
.newdet-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}

@media screen and (max-width: 1700px) {
  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
  }
  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    margin: 1em 0;
  }
  .newdet-page .sideBarLeft .content {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
  .testimonials-page .ret .list ul {
    margin: -10px;
  }
  .newdwt-page .form ul li {
    padding: 6px;
  }
  .newdwt-page .form ul {
    margin: -6px;
  }
  .newdwt-page .form ul li input,
  .newdwt-page .form ul li textarea,
  .newdwt-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {

}
@media screen and (max-width: 1250px) {
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }
  .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
  }
  .testimonials-page .options span {
    font-size: 14px;
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBarBox .sideBarLeft.column {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox .sideBarRight.column {
    display: none;
  }
  .newdet-page .marginBox{
    padding: 60px 0;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
  .newdet-page .sideBarLeft .m-link{
    flex-wrap: wrap;
  }
  .newdet-page .sideBarLeft .m-link .prev{
    margin-right: 0;
  }
  .newdet-page .sideBarLeft .m-link .next{
    margin-top: 20px;
    margin-left: 0;
  }
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .newdet-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}
@media screen and (max-width: 700px) {
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }
  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {

  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li{
    padding: 20px 0;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
  }
  .testimonials-page .ret .list ul li {
    width: 100%;
  }
  .testimonials-page .marginBox {
    padding: 30px 0;
  }
}
.news-page .sideBarLeft .list ul li .content a.link:hover {
  color: #242424;
  border-color: #242424;
}
.news-page .sideBarLeft .list ul li .content a.link:hover:after {
  border-color: #242424;
}

.testimonials-page .marginBox {
  padding: 100px 0 65px;
  text-align: center;
}
.testimonials-page .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 110px;
}
.testimonials-page .options span {
  font-size: 20px;
  font-weight: bold;
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .options span em {
  color: #bfbfbf;
}
.testimonials-page .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}
.testimonials-page .ret .list {
  margin: 0;
}
.testimonials-page .ret .list ul {
  margin: -30px -15px;
  text-align: left;
}
.testimonials-page .ret .list ul.active li a{
  /*border: 10px solid var(--color);*/
}
.testimonials-page .ret .list ul li {
  padding: 30px 15px;
  text-align: center;
}
.testimonials-page .ret .list ul li a {
  display: block;
  position: relative;
}
.testimonials-page .ret .list ul li a img {
  width: 100%;
}
.testimonials-page .ret .list ul li a span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .ret .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.testimonials-page .ret .list ul li a:hover span {
  opacity: 1;
}

  .testimonials-page .options span {
    font-size: 18px;
    width: 280px;
  }
  .testimonials-page .options {
    margin-top: 60px;
  }
  /*.testimonials-page .ret .list {
    margin: 50px 0;
  }*/
  .testimonials-page .ret .list ul li {
    padding: 10px;
  }
  .testimonials-page .ret .list ul {
    margin: -10px;
  }
@media screen and (max-width: 1700px){
  .testimonials-page .options span {
    font-size: 18px;
    width: 280px;
  }
  .testimonials-page .options {
    margin-top: 60px;
  }
  .testimonials-page .ret .list ul li {
    padding: 10px;
  }
  .testimonials-page .ret .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1450px) {
  .testimonials-page .marginBox {
    padding: 60px 0;
  }
  .testimonials-page .options span {
    font-size: 16px;
    width: 220px;
  }
  .testimonials-page .options {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px){

  .testimonials-page .options span {
    font-size: 14px;
    width: 200px;
  }
}
@media screen and (max-width: 1000px){
  .con.Auxil-catdes {
    font-size: 16px;
    line-height: 1.8;
  }
  .news-page .sideBarLeft .list ul li a.img-box img{
    height: auto!important;
 }

  .testimonials-page .ret .list ul li{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .testimonials-page .options span {
    font-size: 14px;
    width: 140px;
  }
}

@media screen and (max-width: 500px) {
  .testimonials-page .ret .list ul li {
    width: 100%;
  }
  .testimonials-page .marginBox {
    padding: 30px 0;
  }
}
.seoPublic > div:nth-child(odd){
  background: transparent;
}

