/** banner start */
.banner {
    position: relative;
    width: 100%;
  }
  .banner .swiper-pagination{
      display: none;
  }
  .banner .banner-content {
    width: 100% ;
    display: block;
  }
  .banner .banner-content img {
    width: 100%;
  }
  .banner .no-transform {
    transform: none !important;
  }
  .banner .swiper-slide {
    width: 100%;
  }
  .banner .swiper-control {
    position: absolute;
    height: 60px;
    z-index: 888;
    opacity: 1;
    /*right: 0;*/
    right: 7%;
    bottom: 64px;
    width: 290px;
    cursor: pointer;
    outline: none;
  }
  .banner .swiper-control .control-svg-left,
  .banner .swiper-control .control-svg-right {
    transform: rotate(-90deg) rotateX(-180deg);
    transform-origin: 50% 50%;
    margin-right: 41px;
    display: inline-block;
    position: relative;
  }
  .banner .swiper-control .control-svg-left svg,
  .banner .swiper-control .control-svg-right svg {
    position: relative;
  }
  .banner .swiper-control .control-svg-left .arrow,
  .banner .swiper-control .control-svg-right .arrow {
    width: 10px;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    top: 48%;
  }
  .banner .swiper-control .control-svg-left .arrow img,
  .banner .swiper-control .control-svg-right .arrow img {
    width: 100%;
    height: auto;
    transform: rotate(-90deg);
  }
  /** banner end */
  .home_title {
    margin-bottom: 40px;
    text-align: center;
  }
  .home_title .t {
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    font-family: 'timesbd';
  }
  .cate_remark{
          font-size: 18px;
    font-family: 'timesbd';
    margin-top: 20px;
  }
  .home_title .sub_t {
    margin-top: 20px;
    font-size: 20px;
    color: #666666;
  }
  .moreBtn {
    display: inline-block;
    border-radius: 100px;
    line-height: 46px;
    width: 150px;
    height: 48px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #666666;
    text-align: center;
  }
  .section_product {
    padding-top: 74px;
    padding-bottom: 76px;
    /*background: url(../images/products-bg.jpg);*/
  }
  .section_product .home_title {
    text-align: left;
  }
  .section_product .inner {
    position: relative;
  }
  .section_product .inner .list_filter {
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    left: 12%;
  }
  /*.section_product .inner .product_wrapper{*/
  /*    margin-top: 120px;*/
  /*}*/
  .section_product .home_title {
    margin-bottom: 44px;
    text-align: left;
  }
  .product_wrapper .product_body .product_item {
    display: none;
  }
  .product_wrapper .product_body .category_list {
    margin-top: 20px;
  }
  .product_wrapper .product_body .category_list li {
    /*width: 33.33%;*/
    width: 32%;
    float: left;
    /*margin-bottom: 24px;*/
    /*padding: 0 14px;*/
    margin: 0 5px 24px 5px;
    box-sizing: border-box;
    border: 1px solid #dedede;
  }
  
  .product_wrapper .product_body .category_list li:hover .dec .t {
    color: #666;
  }
  .product_wrapper .product_body .category_list .img {
    background-color: #eeeeee;
    overflow: hidden;
  }
  .product_wrapper .product_body .category_list .img a {
    display: block;
    width: 100%;
  }
  .product_wrapper .product_body .category_list .img img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    width: 100%;
  }
  
  .product_wrapper .product_body .category_list .dec {
    margin-top: 2px;
    padding: 20px 0;
    background-color: #fff;
  }
  .product_wrapper .product_body .category_list .dec .t {
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
  }
  .list_filter {
    margin-top: 12px;
    text-align: center;
  }
  .list_filter .filter_item {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    float: left;
    margin: 0 28px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .list_filter .filter_item.active p {
    color: #c50a00;
  }
  
  .list_filter .filter_item p img{
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
  }
  .list_filter .active p img,
  .list_filter .filter_item p img:hover{
      -webkit-filter: unset;
      filter: unset;
  }
  .list_filter .filter_item p {
    position: relative;
    padding-bottom: 5px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
  }
  .list_filter .filter_item p img {
    margin-right: 5px;
  }
  .list_filter .filter_item p .default {
    display: inline-block;
  }
  .list_filter .filter_item p .pro_ico_hover {
    display: none;
  }
  .section-gray {
    background-color: #f2f2f2;
  }
  .section-why {
    background: url(../images/choose_bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-why .home_title {
    margin-bottom: 76px;
  }
  .choose-list li {
    width: 20%;
    padding: 0 14px;
    box-sizing: border-box;
    float: left;
  }
  .choose-list li:last-child {
    border: 0;
    background: none;
  }
  .choose-list li .item {
    height: 520px;
    padding: 38px 32px;
    padding-top: 20px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid;
  }
  .choose-list li .item .inner {
    margin-top: 20px;
  }
  .choose-list li .item:hover {
      border-color:#ffffff;
  }
  .choose-list li .item:hover .inner {
  }
  .choose-list li .item:hover .read_more {
    opacity: 1;
  }
  .choose-list li p {
    margin-top: 36px;
    font-size: 18px;
    color: #fff;
  }
  .choose-list li p.remark{
      font-size: 16px;
  }
  .choose-list li .read_more {
    display: inline-block;
    border-radius: 100px;
    line-height: 46px;
    width: 150px;
    height: 48px;
    margin-top: 42px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 16px;
    color: #fff;
    opacity: 0;
  }
  .newslist {
    height: 658px;
    margin-bottom: 30px;
  }
  .newslist .news_item {
    padding: 40px 42px ;
    background-color: #fff;
    background-size: cover;
  }
  /*.newslist .news_item:hover {*/
  /*  background: url(../images/news_item_bg.jpg) no-repeat center;*/
  /*  background-size: cover;*/
  /*}*/
  .newslist .news_item:hover .t a {
    color: #fff;
  }
  .newslist .news_item:hover .dec {
    color: #fff;
  }
  .newslist .news_item:hover .date {
    background-color: #c50a00;
    color: #fff;
  }
  .newslist .news_item .t a {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .newslist .news_item .dec {
    margin-top: 16px;
    font-size: 16px;
    color: #666666;
  }
  .newslist .news_item .date {
    margin-top: 28px;
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #999999;
    border-radius: 40px;
  }
  .TwoBox {
    padding-top: 100px;
    padding-bottom: 90px;
    background: url(../images/news_bg.jpg) no-repeat center top;
    background-size: cover;
  }
  .TwoBox .head_box {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    font-family: 'timesbd';
    color: #fff;
  }
  .TwoBox .head_box img {
    vertical-align: middle;
  }
  .TwoBox .head_box a {
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
  }
  .TwoBox .head_box a:hover {
    transform: translateX(4px);
  }
  .TwoBox .i-help {
    padding-right: 40px ;
  }
  .TwoBox .i-news {
    padding-left: 40px ;
  }
  .TwoBox .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .TwoBox .NewsSwiper {
    height: 688px;
  }
  .TwoBox .item-img {
    position: relative;
    overflow: hidden;
  }
  .TwoBox .item-img img {
    max-width: 100%;
  }
  .TwoBox .item-img .play_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .TwoBox .item {
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .TwoBox .item:hover {
    background-color: #c50a00;
  }
  .TwoBox .item:hover .item-img .play_btn {
    opacity: 1;
  }
  .TwoBox .item:hover .dec .t {
    color: #fff;
  }
  .TwoBox .item:hover .dec .md {
    color: #fff;
  }
  .TwoBox .item .img {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    overflow: hidden;
    height: 165px;
  }
  .TwoBox .item .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .TwoBox .item .dec {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 280px);
    padding-left: 20px;
    box-sizing: border-box;
  }
  .TwoBox .item .dec .t {
    margin-top: 6px ;
    margin-bottom: 18px;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: bold;
  }
  .TwoBox .item .dec .t a {
    color: inherit;
  }
  .TwoBox .item .dec .md {
    display: block;
    margin-bottom: 10px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
  }
  .TwoBox .swiper-pagination {
    width: 100%;
    text-align: left;
    position: relative;
    margin-top: 30px;
  }
  .TwoBox .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-radius: 50%;
    opacity: 1;
    background-color: #cccccc;
    outline: none ;
  }
  .TwoBox .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c50a00;
  }
  .PublicMsg {
    padding-top: 82px;
  }
  .PublicMsg .MsgRow {
    border: 4px solid #c50a00;
    padding: 16px;
  }
  .PublicMsg .MsgRow .border_box {
    padding: 50px;
    border: 1px solid #c50a00;
    border-radius: 10px;
  }
  .PublicMsg .MsgRow .left {
    width: 35%;
    display: inline-block;
    vertical-align: top;
  }
  .PublicMsg .MsgRow .left p {
    margin-top: 6px;
    max-width: 400px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    /*font-family: 'timesbd';*/
  }
  .PublicMsg .MsgRow .right {
    width: 64%;
    display: inline-block;
    vertical-align: top;
  }
  .PublicMsg .contact-form .topGroups {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PublicMsg .contact-form .form-group {
    position: relative;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .PublicMsg .contact-form .form-group.leo-6-m {
    width: 32%;
    float: left;
    position: relative;
    margin-right: 2%;
  }
  .PublicMsg .contact-form .form-group.leo-6-m:last-child {
    margin-right: 0;
  }
  .PublicMsg .contact-form .form-group .tips {
    position: absolute;
    left: 26px;
    line-height: 50px;
    z-index: 1;
    color: #aaaaaa;
    font-size: 16px;
  }
  .PublicMsg .contact-form .form-group .tips i {
    color: #ff0000;
    font-style: normal;
  }
  .PublicMsg .contact-form .textareaBox {
    position: relative;
  }
  .PublicMsg .contact-form .textareaBox .submit-btn {
    margin-top: 8px;
    width: 140px;
    height: 50px;
    padding: 0;
    background-color: #c50a00;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
  }
  .PublicMsg .contact-form .textareaBox .submit-btn:hover {
    background-color: #c50a00;
  }
  .PublicMsg .contact-form input {
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    padding: 4px 10px;
    font-size: 16px;
    outline: none;
    color: #252121;
    background-color: #fff;
    border: 1px  solid transparent;
    border-radius: 50px;
  }
  .PublicMsg .contact-form input::placeholder {
    color: #999999;
  }
  .PublicMsg .contact-form input:focus {
    border-color: #c50a00;
  }
  .PublicMsg .contact-form textarea {
    width: 100%;
    height: 170px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    outline: none;
    color: #252121;
    background-color: #fff;
    border: 1px  solid transparent;
    border-radius: 30px;
    resize: none;
  }
  .PublicMsg .contact-form textarea::placeholder {
    color: #999999;
  }
  .PublicMsg .contact-form textarea:focus {
    background-color: #fff;
    border-color: #c50a00;
  }
  .section-customers {
    padding-bottom: 56px;
  }
  .section-customers .home_title {
    margin-bottom: 40px;
  }
  .customers_list {
    padding: 20px  18px;
  }
  .customers_list .inner {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    padding: 48px;
  }
  .customers_list .inner:hover a .txt{
      color: #c50a00;
  }
  .customers_list .inner .img-box{
    max-width: 100%;
    overflow: hidden;
  }
  .customers_list .inner .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 330px;
    min-height: 330px;
  }
  .customers_list .inner .txt {
    height: 65px;
    overflow: scroll;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 15px;
  }
  .customers_list .inner .img {
    margin-top: 28px;
  }
  .customers_list .inner .img img {
    margin-right: 8px;
  }
  .customers_list .customers_page {
    position: relative;
    bottom: auto;
    margin-top: 42px;
  }
  .customers_list .customers_page .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    background-color: #666666;
    opacity: 1;
  }
  .customers_list .customers_page .swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid #666;
  }
  .section-case {
    overflow: hidden;
    position: relative;
    background: url(../images/case_bg.jpg) no-repeat center top;
  }
  .ability-content {
    position: relative;
  }
  .ability-content .home_title {
    width: 100%;
    position: absolute;
    text-align: left;
    top: 60px;
  }
  .ability-content .ability-l {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .ability-content .ability-l .text {
    position: relative;
    margin-top: 266px;
    padding-right: 64px;
    width: 700px;
    box-sizing: border-box;
    float: right;
  }
  .ability-content .ability-l .text .t {
    font-size: 20px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-bottom: 28px;
  }
  .ability-content .ability-l .text .t a{
      color: #333;
  }
  .ability-content .ability-l .text .c {
    max-width: 554px;
    margin-bottom: 56px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
  }
  .ability-content .ability-l .moreBtn {
    background-color: #c50a00;
    color: #fff;
    border-color: #c50a00;
  }
  .ability-content .ability-l .default {
    display: block;
  }
  .ability-content .ability-l .hover {
    display: none;
  }
  .ability-content .ability-l a:hover .default {
    display: none;
  }
  .ability-content .ability-l a:hover .hover {
    display: block;
  }
  .ability-content .ability-r {
    width: 50%;
    height: 698px;
    float: left;
  }
  .ability-content .ability-r .item {
    width: 100%;
    height: 100%;
  }
  .ability-content .ability-r .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ability-content .ability-r .item p {
    line-height: 50px;
    padding: 0 30px;
  }
  .ability-content .swiper-control {
    position: absolute;
    left: 52%;
    bottom: 30px;
    width: 120px;
    outline: none;
  }
  .ability-content .swiper-pagination {
    display: none;
  }
  .ability-content .swiper-button-case {
    z-index: 20;
    width: 52px;
    height: 52px;
    position: relative;
    display: inline-block;
  }
  .ability-content .swiper-button-case .arrow {
    width: 10px;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    top: 48%;
  }
  .ability-content .swiper-button-case.ability-btn-r {
    margin-left: 10px;
  }
  .section-global-customer {
    padding-top: 122px;
    padding-bottom: 22px;
    background: url(../images/global_bg.jpg) no-repeat center top;
    background-size: 100%;
  }
  .section-global-customer .img_body {
    padding-top: 90px;
  }
  .section-global-customer img {
    max-width: 100%;
  }
  .section_video {
    position: relative;
    padding-bottom: 0;
    padding-top: 88px;
  }
  .home_video_wrapper .leo-row .VideoA {
    width: 50%;
    float: left;
  }
  .home_video_wrapper .leo-row .VideoB {
    width: 50%;
    float: left;
    padding-left: 88px;
  }
  .home_video_wrapper .leo_video_box {
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  .home_video_wrapper .leo_video_box .video_cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
  }
  .home_video_wrapper .leo_video_box .cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
  }
  .home_video_wrapper .leo_video_box .text {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  .home_video_wrapper .leo_video_box .text img {
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
  }
  .home_video_wrapper .leo_video_box .text:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
  .home_video_wrapper .leo_video_box .text p {
    margin-top: 18px;
  }
  .home_video_wrapper .video_right_text {
    padding-top: 50px;
    box-sizing: border-box;
  }
  .home_video_wrapper .video_right_text .home_title {
    text-align: left;
  }
  .home_video_wrapper .video_right_text .inner_text {
    margin-bottom: 28px;
    line-height: 26px;
    font-size: 16px;
    color: #666666;
  }
  .home_video_wrapper .video_right_text .inner_text .div1 {
    font-size: 30px;
    margin-bottom: 30px ;
  }
  .home_video_wrapper .video_right_text .inner_text .text_sub_t {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
  }
  .home_video_wrapper .video_right_text .more {
    display: block;
    margin-top: 50px;
    font-size: 16px;
    color: #666666;
  }
  .home_video_wrapper .video_right_text .more img {
    vertical-align: middle;
    margin-left: 20px;
  }
  .home_video_wrapper .scroll_box {
    position: relative;
    z-index: 10;
    margin-top: 60px;
  }
  .home_video_wrapper .scroll_box .factory_swiper .img {
    position: relative;
    cursor: pointer;
  }
  .home_video_wrapper .scroll_box .factory_swiper .img img {
    width: 100%;
    min-height: 180px;
    max-height: 180px;
    object-fit: cover;
  }
  .home_video_wrapper .scroll_box .swiper-control {
    margin-top: 18px;
    outline: none;
  }
  .home_video_wrapper .scroll_box .factory_prev {
    top: auto;
    left: 0px;
  }
  .home_video_wrapper .scroll_box .factory_next {
    top: auto;
    right: auto;
    margin-left: 6px;
  }
  .home_video_wrapper .scroll_box .factory_prev,
  .home_video_wrapper .scroll_box .factory_next {
    width: 52px;
    height: 52px;
    display: inline-block;
    position: relative;
    outline: none;
  }
  .home_video_wrapper .scroll_box .factory_prev .arrow,
  .home_video_wrapper .scroll_box .factory_next .arrow {
    width: 10px;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    top: 48%;
  }
  .swiper-factory-father {
    position: relative;
    margin-top: 40px;
    margin-bottom: 106px;
    z-index: 1;
  }
  .swiper-factory-father .swiper-factory img {
    width: 100%;
    min-height: 315px;
    max-height: 315px;
    object-fit: cover;
  }
  .video {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
  }
  .video .videoBox {
    width: 80%;
    height: 60vh;
    position: fixed;
    z-index: 60;
    top: 20%;
    left: 10%;
  }
  .video .videoBox iframe {
    width: 100%;
    height: 100%;
  }
  .video .zy_media {
    z-index: 60;
  }
  .pop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  