@charset "utf-8";
html {
    color: #444;
    font-size: 14px;
    font-family:"微软雅黑","Aril",'PingFang SC',sans-serif;transition: all 0.5s;
    height: 100%;
    background: #fff;
}

@charset "utf-8";
html {
    color: #444;
    font-size: 14px;
    font-family:"微软雅黑","Aril",'PingFang SC',sans-serif;transition: all 0.5s;
    height: 100%;
    background: #fff;
}

textarea, input, select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
input, button, select, textarea {
    border: 0px;
    outline: none;
    /* -webkit-appearance: none; */
}

@media (min-width: 1025px) {  
    html {
        font-size: 32px!important;
   }
    body{
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 32px!important;
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 34px!important;
    }
}
* {
    margin: 0;
    padding: 0;  
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
em,cite {
    font-style: normal
}
fieldset,img {
    border: 0
}
li {
    list-style: none
}
caption,th {    text-align: left}

q:before,q:after {
    content: ''
}

abbr,acronym {
    border: 0;
    font-variant: normal
}
sup {    vertical-align: baseline}
sub {
    vertical-align: baseline
}
legend {
    color: #000
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,button,textarea,select {
    *font-size: 100%
}
a {
    color: #666;
}

a:link,a:visited {
    text-decoration: none;
    font-family: "Arial", "思源黑体 CN",'PingFang SC', "Microsoft YaHei",Arial, simsun, sans-serif, Mingliu, Verdana, Helvetica, Lucida
}

a:hover,a:active {
    text-decoration: none;
}
input,select {
    outline: none
}
body {    background: #fff; transition-duration: 0.3s;    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}



/*网页滚动条*/
::-webkit-scrollbar{
            width: 8px; height:6px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #58504a;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #e6e6e6;}
.fl {
    float: left;
}
.fr {
    float: right;
}


.w1440{ z-index:3;  clear:both; width:1440px; margin:0px auto;}
.w1200{ z-index:3; position:relative; clear:both; width:1440px; margin:0px auto;}
.w1000{width: 1000px;margin: 0px auto;}


@media(max-width:1440px){
   .w1440,.w1200{width: 95%;}
}
@media ( max-width:1024px){
  
    select,input,textarea,button{font-size: 14px;}
   .w1440,.w1200,.w1000{width:92%;min-width: 300px;}
.pd100{padding-top:0.8rem;padding-bottom:0.8rem;}
.pt100{padding-top: 0.8rem;}
.pb100{padding-bottom: 0.8rem;}
.l30{line-height: 24px;}
.f_18{font-size: 14px;}
}
@media(max-width:768px){
   
    .btnam{width: 115px;line-height: 30px;}
}



.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: visible;
}

.clearfix {
    zoom: 1;
}

.textflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.flash{ width: 100%; display: block; overflow: hidden; }
.flash img{ width: 100%; display: block; }




.searchbox{width:100%;position: absolute;line-height: 35px;opacity: 0;visibility: hidden;z-index: -1;top: 120%;transition: all 0.3s;left: 0;background:rgba(0,0,0,0.85);padding:.6rem 0 .8rem 0;text-align: left;}
.searchbox .w1440{position: relative;text-align: left;}
.searchbox .ti{line-height: 36px;color:#fff;font-size: 18px;}
.searchbox .input{width:calc(100% - 128px); height:46px; line-height:46px; text-indent:1em;font-size: 14px;background:#484848;float: left;color:#fff;}
.searchbox .btn {width: 128px;float: right;height: 46px;color:#fff;background: #d31632; font-size: 15px;}
.searchbox .btn:hover {background: #d31632;}
.searchbox.on{opacity: 1;visibility: visible;top: 100%;z-index: 10;right: 0.9rem;}


.header { width: 100%;
            height: 104px;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            transition: all 0.4s ease;
            background: #fff;
            position: relative;
        }

.header-container {
            width: 100%;
            max-width: 1400px;
            display: flex;
            justify-content: space-between;
            align-items: center;           
            box-sizing: border-box;
        }

        
        .header:hover {
            background-color: rgba(255, 255, 255, 0.9);
            color: #333;
        }
        
        .logo {
            font-size: 28px;
            font-weight: 700;
            display: flex;
            align-items: center;
        }
    .logo img{ max-width: 110px; }
      .logo .bai{ display: block; } 
     .logo .cai{display: none;}

        .nav-container {
            display: flex;
            align-items: center;
        }
        
        .nav-menu {
            display: flex;
            list-style: none;
            margin-right: 30px;
        }
        
 .nav-menu .nav-item {
            position: relative;
            margin: 0 32px;
        }
 .nav-menu .nav-item:nth-child(1) .submenu{ width: 400px; }        
        .nav-link {
            color: inherit;
            text-decoration: none;
            font-size: .55rem;         
           transition: color 0.3s;
            position: relative;
            color: #000;
            line-height: 104px;display: block;
        }
.header.scrolled .nav-menu .navdown .nav-link{ color: #000 }  
        .nav-link:hover {
            color: #d31632;
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 2px;
            background-color:#d31632;
            transition: width 0.3s;
        }
.header:hover .nav-link{ color: #222; }   
.header:hover .nav-link:hover{ color:  #d31632 }
        .nav-link:hover::after {
            width: 30px;margin-left:-15px;
        }
        
        .submenu {
            position: absolute;
            top: 100%;
            left: -20px;
            width: 260px;
            background-color: rgba(255, 255, 255, 0.95);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            list-style: none;
            padding: 8px 0;
            border-radius: 4px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
        }
        
        .nav-item:hover .submenu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .submenu-item {
            padding: 5px 20px;
            position: relative;
        }
 .submenu .submenu-item .two_submenu{ transition: all 0.3s ease;}  
 .submenu .submenu-item .two_submenu li{ margin-top: 5px;  }
.submenu .submenu-item .two_submenu li a{ font-size: 15px; color: #666; line-height: 20px; display: block;padding: 3px 10px 3px 15px;transition: all 0.3s ease; }
.submenu .submenu-item .two_submenu li a:hover{ color: #d31632;padding-left: 20px;}
.nav-item .submenu .submenu-item:hover .two_submenu{  opacity: 1;
            visibility: visible; transform: translateY(0);}



        .submenu-link {
            color: #1b1a1a;
            text-decoration: none;
            font-size: 16px;
            display: block;
            transition: all 0.3s;
            text-transform: capitalize;
        }
        
        .submenu-link:hover {
            color:#d31632;           
            padding-left: 3px;
        }
        
        .nav-icons {
            display: flex;
            align-items: center;          
        }
        
        .navicon {
            margin-left: 20px;
            font-size: 18px;
            cursor: pointer;
            transition: color 0.3s;
            position: relative;
            color: #000;
        }
  .language-switcher a{ color: #616161;
    font-size: 18px;line-height: 104px;
   display: flex;
    justify-content: center;}
 .language-switcher i{ color: #616161;font-size: 22px; margin-right: 5px; }
 .language-switcher:hover .language-popup {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

  .header.scrolled {
position: fixed;
top: 0;
left: 0;
width: 100%;
box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 可选，增加阴影 */
}


.header.scrolled .language-switcher a,.header:hover .language-switcher a{ color: #222; }
.header.scrolled .language-switcher i,.header:hover .language-switcher i{ color: #222; }
.header.scrolled .language-switcher a{ line-height: 104px; }

        .nav-icon:hover {
            color:#00539e;
        }
        
        .language-switcher {
            position: relative;
        }
        
        .language-popup {
                position: absolute;
    top: 100%;
    left: 50%;
    width: 110px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px 0;
 
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    margin-left: -55px;
        }        
 
        
        .language-option {
            padding: 8px 15px;
            cursor: pointer;
            transition: all 0.3s;
            color: #333;
            text-align: center;
            font-size: 16px;
        }
        
        .language-option:hover {
            background-color: rgba(198, 0, 0, 0.1);
            color: #d62525;
        }
.search{ margin-right: 30px;cursor: pointer }
.search i{    color: #d31632;
    font-size: 24px;
    line-height: 104px; font-weight: bold; }


.search.on .icon-Page{ display: none;  }
.search.on .icon-guanbijiantou{ display: block; }  
.search .icon-sousuo1{  }
 .search .icon-guanbijiantou{ display: none; font-size: 22px; }       
        
/* 响应式设计 */
        @media (max-width: 1440px) {
            .header-container, .content {
                max-width: 1200px;
            }
        }
        
        @media (max-width: 1200px) {
            .header-container, .content {
                max-width: 992px;
            }
            
 .nav-menu .nav-item {
                margin: 0 10px;
            }
        }
        
        @media (max-width: 992px) {
            .header-container, .content {
                max-width: 768px;
            }
            
            .nav-menu {
                display: none;
            }
            
            .mobile-toggle {
                display: block;
            }
        }
        
        @media (max-width: 768px) {
            .header-container, .content {
                max-width: 576px;
            }
            
            .logo span {
                font-size: 22px;
            }
            
            .logo i {
                font-size: 26px;
            }
        }
        
        @media (max-width: 576px) {
            .header-container, .content {
                max-width: 100%;
                padding: 0 15px;
            }
            
            .logo span {
                font-size: 18px;
            }
            
            .logo i {
                font-size: 22px;
            }
            
            .nav-icon {
                margin-left: 15px;
                font-size: 16px;
            }
        }

.banner{ width: 100%; display: block; overflow: hidden; }

/*  about us   */
.index_about{ width: 100%; background: url(../images/bg01.jpg) bottom no-repeat; padding: 4rem 0 2rem; display: block; overflow: hidden;}
.company{ display: block;overflow: hidden; }
.about_con{ width:calc(100% - 600px);display: block; overflow: hidden;  }
.about_title{display: block; overflow: hidden;}
.about_title p{ font-size: 22px; color: #181818; line-height: 24px; letter-spacing: 1px;  margin:20px 0 12px;}
.about_title p span{ color: #d31632 }
.about_title h4{ font-size: 1rem; color: #000000; line-height: 1.2; font-weight: normal;text-transform: uppercase; }
.about_desc{ display: block; padding: 1.2rem 0 0; overflow: hidden; }
.about_desc p{ font-size: 18px; color: #676767; line-height: 30px; }
.about_desc .public_more01{ margin-top:1.5rem; display: block; width: 200px; }
.about_desc .public_more01 a{ background: #d31632; display: block; position: relative; font-size: 15px; color: #fff;padding: 12px 0 12px 30px; line-height: 30px; border-radius: 30px; }
.about_desc .public_more01 a i{ width:48px; height: 48px; position: absolute; top:3px; right: 3px; text-align: center; color: #d31632; background: #fff; border-radius: 100%; font-size: 12px; line-height: 48px;  }

.about_video{width: 560px; display: block; overflow: hidden;position: relative;}
.about_video #videoonecon{ width: 100%; }
.about_video #videoone{ width:60px; height: 60px; position: absolute; top:50%; margin-left: -30px;left: 50%; margin-top:-30px; background: #fff; border-radius: 100%; }
.about_video #videoone i{ font-size: 20px; color: #000;display: block; line-height: 60px; text-align: center; }

.about_shuj{ margin-top:2rem; display: block; overflow: hidden;}
.about_shuj ul{display: flex; list-style: none;}
.about_shuj ul li{ width: 22%; margin-right: 3.66%; display: block; overflow: hidden; }
.about_shuj ul li:last-child{ margin-right: 0; }
.about_shuj ul li p{ font-size: 16px; color: #3d3d3d;  text-transform: capitalize; line-height: 40px; border-bottom:2px solid #bababb; }
.about_shuj ul li h3{ position: relative; font-size: 2.2rem; color: #1c1c1c;font-family: "Bahnschrift","Arial"; line-height: 1.4; display: flex; font-weight: normal; }
.about_shuj ul li h3 i{ width: 34px; height: 34px; background: url(../images/jia.png) no-repeat; margin-top:20px; margin-left: 6px; }


/* index_product  */
.index_product{ background: #f6f6f6; padding:2rem 0; display: block; overflow: hidden;}
.hot_product{display: block; overflow: hidden;}
#products{position: relative;display: block; overflow: hidden; height: 600px;}
#products .swiper-slide{}
#products .swiper-slide dl{display: block; overflow: hidden;}
#products .swiper-slide dl dt{ float: right;width: 45%;margin-right: 3%;margin-top:.5rem; }
#products .swiper-slide dl dt img{ max-width: 100%; display: block; }
#products .swiper-slide dl dd{float: left;width: 50%; display: block; overflow: hidden;}
#products .swiper-slide dl dd h3{ font-size: 1rem; color: #000000; line-height: 1.5; font-family: "Arial"; }
#products .swiper-slide dl dd .cp_desc{ margin:1.5rem 0; display: block; }
#products .swiper-slide dl dd .cp_desc p{ font-size: 18px; color: #3c3c3c;line-height:30px;font-family: "Arial"; }
#products .swiper-slide dl dd span{ width: 45px; height: 45px; display: block; background: #d31632; border-radius: 100%; font-size: 20px; color: #fff; line-height: 45px; text-align: center; }

#products .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #9a9a9a;
    opacity: 1;
    border:2px solid #9a9a9a;
    background: none;
    margin:10px 0;
}

#products .swiper-pagination-bullet-active {
    color: #d31632;
   border:2px solid #d31632;
   
}

.products_title{ text-align: center; }
.products_title h3{ font-size: 1.2rem; color: #222; line-height: 40px; }
.products_title p{ font-size: 18px; color: #31333c; line-height: 36px; }

.product_tuijian{ display: flex; margin:1rem 0; }
.product_tuijian dl{width: 32%; margin-right: 2%; display: block;  background: #fff; position: relative; border-radius: 10px; float: left; padding:15px 15px 1.5rem; border-radius: 10px;box-sizing: border-box;}
.product_tuijian dl:last-child{margin-right: 0;}
.product_tuijian dl dt{ display: block; overflow: hidden; }
.product_tuijian dl dt img{ display: block; max-width: 80%; margin:0 auto; }
.product_tuijian dl dd{ display: block; padding: 15px 20px;position: relative; }

.product_tuijian dl dd h3{ font-size: 18px; color: #3c3c3c; line-height: 24px; }
.product_tuijian dl dd .cp_desc{ padding:14px 0; }
.product_tuijian dl dd .cp_desc p{ font-size: 16px; color: #090809; line-height: 30px; }
.product_tuijian dl dd .cp_desc p em{ font-size: 22px; color: #d31632; }
.product_tuijian dl .more01{     width: 86%;
    position: absolute;
    bottom: 15px;
    left: 7%;
    border: 1px solid #eee;
    box-shadow: 1px 1px 10px #eee;
    font-size: 16px;
    color: #d31632;
    line-height: 48px;
    text-align: center;
    border-radius: 8px;transition: all 0.5s }
.product_tuijian dl:hover .more01{ background: #d31632; color: #fff; }


/* apply */
#apply_01{ position: relative;  display: block;overflow: hidden;}
#apply_01 .swiper-slide{width: 18vw;}
#apply_01 .swiper-slide.active{width: 28vw;}
#apply_01 .swiper-slide dl{position:relative; display: block;overflow: hidden;}
#apply_01 .swiper-slide dl dt{ display: block;overflow: hidden;height: 70vh; }
#apply_01 .swiper-slide dl dt img{ display: block; height: 100%; }
#apply_01 .swiper-slide dl dd{width: 100%; position: absolute; height: 100%; background: rgba(0,0,0,0.5); top:0;left: 0; padding: 0 3%; box-sizing: border-box;}
#apply_01 .swiper-slide dl dd .number{ position: absolute; top:5%; width: 100%;left: 40%; font-size: 1.8rem;font-weight: bold; font-style: normal;  color: transparent; /* 透明填充 */
  -webkit-text-stroke: 1px white; /* 白色描边，2px宽度 */
  text-stroke: 1px white; /* 标准属性，兼容性较差 */
  font-weight: bold; /* 加粗字体效果更好 */ }
#apply_01 .swiper-slide dl dd .apply_con{    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px; text-align: left;   
    color: #fff;
    transition: all 0.8s ease 0.1s;}
#apply_01 .swiper-slide dl dd .apply_con .icon01{width: 80px;height: 80px;text-align: center;margin: 0 0 16px;display: block;}
.apply_con .icon01 img{ width: 100%; }
.apply_con h3{font-size: .6rem;font-weight: normal; line-height: 20px; height: 40px;}
 .apply_con .app_desc{opacity: 0;transition: all 0.8s; }
.app_desc p{line-height: 26px;overflow: hidden; font-size: 16px; color:#fff;}
.apply_con .app_more{ width: 160px; border:1px solid #fff; border-radius: 30px;display: block;
 font-size: 15px; line-height: 30px; padding: 10px 0 10px 30px; box-sizing: border-box;position: relative;display: none;transition: all 0.8s;}
.apply_con .app_more i{font-size: 20px; color: #fff; transform: rotate(270deg);position: absolute; right: 10px; width: 30px; line-height: 30px;top:5px; display: block;}

.apply_con .icon01 i{ width: 80px; height: 80px; display: block;}

#apply_01 .swiper-slide dl:hover dd{background: rgba(211,22,50,0.63);}
#apply_01 .swiper-slide dl:hover dd .app_desc{ opacity: 1; margin:.5rem 0;}
#apply_01 .swiper-slide dl:hover dd .apply_con .app_more{ display: block; }
#apply_01 .swiper-slide dl:hover .apply_con{ bottom: 10%; }

#apply_01 .swiper-button-prev,#apply_01 .swiper-button-next{  width: 45px; height: 70px; outline: none; background: rgba(0,0,0,0.5) }
#apply_01 .swiper-button-prev i,#apply_01 .swiper-button-next i{ font-size: 30px; color: #fff; line-height: 70px; text-align: center; display: block; }
#apply_01 .swiper-button-next i{ transform: rotate(180deg); }
#apply_01 .swiper-button-prev:after,#apply_01 .swiper-button-next:after{ display: none; }


@keyframes lineMove{
    to{top: 100%;}
}



@keyframes lineMove02{
    from {
       -webkit-filter: blur(3px);
    filter: blur(3px);
    }
    to {
       -webkit-filter: blur(0);
    filter: blur(0);
    }
}


/* index_news  */
.index_news{ padding:2rem 0 0; display: block;overflow: hidden; background: url(../images/news_bg.jpg) no-repeat; }
.pro_tit{display: block;}
.pro_tit h3{ font-size: 1rem; color: #000; line-height: 40px;display: flex; align-items: center;  }
.pro_tit h3 i{ margin-right: 15px; }
.news_con{ position: relative; display: block;  }
.news_con .tab-hd01{width: 25%;position: absolute;top: -3rem;right: 0;}
.news_con .tab-hd01 li{ width: calc(49% - 2px); float: left; margin-right: 2%; display: block; overflow: hidden; text-align: center; 
    font-size: 16px; color: #5c5c5c; line-height: 54px; border-radius: 20px;border:1px solid #e9e9e9; margin-bottom: 15px; }
.news_con .tab-hd01 li:nth-child(2){ margin-right: 0; }
.news_con .tab-hd01 li.active{ background: #d31632; color: #fff; }
.news_con .tab-bd01{display: block;overflow: hidden;margin-top: 1.5rem;}
.news_con .tab-bd01 li{ display: none; }
.news_con .tab-bd01 li:nth-child(1){ display: list-item; }
.news_01{}
.news_01 dl{width: 32%;float: left;margin-right: 2%;margin-bottom: 1rem;position: relative;display: block;overflow: hidden;}
.news_01 dl a{ background: #f3f3f3; display: block; border-radius: 3px; overflow: hidden;padding: 12px; transition: all 0.5s }
.news_01 dl:nth-child(3n){ margin-right: 0; }
.news_01 dl dt{display: flex; height: 240px; overflow: hidden;}
.news_01 dl dt img{display: block;width: 100%;}
.news_01 dl dd{padding: 15px;box-sizing: border-box;}
.news_01 dl dd span{ font-size: 14px; color: #9d9d9d; line-height: 28px; display: block; }
.news_01 dl dd h3{ font-size: 16px; color: #380b0b; line-height: 26px; margin:12px 0;font-weight: normal; height: 52px;overflow: hidden;}
.news_01 dl dd .n_more{display: block;font-size: 14px; color: #878787; line-height: 30px;}
.news_01 dl dd .n_more i{ width: 30px; height: 30px; border-radius: 100%; background: #d31632; text-align: center; line-height: 30px; margin-right: 12px;
    font-size: 15px; color: #fff; transform: rotate(180deg); float: left; display: block; }
.news_01 dl a:hover{ background: #d31632 }
.news_01 dl:hover dd span{ color: #fff; }
.news_01 dl:hover dd h3{ color: #fff; }
.news_01 dl:hover dd .n_more{ color: #fff; }
.news_01 dl:hover dd .n_more i{ background:#fff; color: #d31632; }


.mess_con{margin-top: 1.5rem;display: flex;}
.mess_text{width: 50%;display: block;overflow: hidden;}
.mess_text .ly_title{font-size: .9rem;color: #333;line-height: 1.5;text-transform: uppercase;font-family: Arial;}
.mess_text h4{font-size: .65rem;
    color: #555;
    line-height: 1.6;
    font-weight: bold;
    margin: .5rem 0 .8rem;
    font-weight: normal;}
.mess_text p{font-size: .55rem;color: #222;line-height: 45px;}
.mess_text p i{ color: #d31632;font-size: 24px; }
.mas_desc{display: block;overflow: hidden;}



.index_message{ padding: 2rem 0 1.5rem;display: block;overflow: hidden; }
.support{ width: 50%;display: block;overflow: hidden; }
.sup_title{ margin:.5rem 0 1.2rem; }
.sup_title h3{ font-size: 1.7rem; color: #d31632; line-height: 1.5; text-transform: uppercase; font-family: Arial; }
.sup_title p{ font-size: 1rem; color: #000001; line-height: 1.4; font-weight: bold; }
.sup_list{}
.sup_list ul{ list-style: none;display: block;overflow: hidden; }
.sup_list ul li{padding-left: 1.5rem; font-size: 18px; color: #383838; line-height: 49px; position: relative; display: block;font-family: Arial; }
.sup_list ul li:after{ width: 23px; height:15px; position: absolute; left: 12px; top:15px; content:''; background: url(../images/yuan.png) no-repeat;  }

.mess_tit{ text-align: center; }
.mess_tit h3{ font-size: 1.2rem; color: #d31632; line-height: 1.2;  }
.message01{  display: block; overflow: hidden;position: relative;  }
.message01 ul{ list-style: none;display: block;overflow: hidden; }
.message01 ul li{display: block;overflow: hidden; margin-bottom: 15px;background: #f8f8f8; border-radius: 10px;min-height: 50px;width: 100%}
.message01 ul li:nth-child(1),.message01 ul li:nth-child(2){ width: 49%;float: left; }
.message01 ul li:nth-child(1){ margin-right: 2%; }

.message01 ul li input{ border: none;
    font-size: 16px;
    line-height: 30px;
    padding: 8px 15px;
    display: block;
    width: 100%;
    box-sizing: border-box; }
.message01 ul li input::placeholder,.message01 ul li textarea::placeholder{ font-size: 16px; color: #666; }
.message01 ul li textarea{ border: none;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 15px;
    display: block;
    width: 100%;
    box-sizing: border-box; height: 180px;  }
 .message01 ul li:last-child{ background: none; }
 .message01 ul li .btn{     background: #d31632;
    width: 60%;
    margin: 0 auto;
    display: block;
    border-radius: 8px;  }
 .message01 ul li .btn span{ font-size: 18px; color: #fff; line-height: 45px; display: block; }
 .message01 ul li .form-group{ padding: 12px 20px; }
.message01 ul li .form-group p{ font-size: 16px; color: #333; }
.message01 ul li .form-group span{    font-size: 16px;
    color: #5b5b5b;
    margin-right: 15px;
    line-height: 40px;
    font-weight: normal;}
.message01 ul li .form-group span input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2); /* ç¨å¾®æ”¾å¤§ */
  }


.message04{  display: block; overflow: hidden;position: relative;  }
.message04 ul{ list-style: none;display: block;overflow: hidden; }
.message04 ul li{display: block;overflow: hidden; margin-bottom: 10px;background: #f8f8f8; border-radius: 10px;min-height: 50px;width: 100%}


.message04 ul li input{ border: none;
    font-size: 16px;
    line-height: 30px;
    padding: 8px 15px;
    display: block;
    width: 100%;
    box-sizing: border-box; }
.message04 ul li input::placeholder,.message04 ul li textarea::placeholder{ font-size: 16px; color: #666; }
.message04 ul li textarea{ border: none;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 15px;
    display: block;
    width: 100%;
    box-sizing: border-box; height: 180px;  }
 .message04 ul li:last-child{ background: none; }
 .message04 ul li .btn{     background: #d31632;
    width: 60%;
    margin: 0 auto;
    display: block;
    border-radius: 8px;  }
 .message04 ul li .btn span{ font-size: 18px; color: #fff; line-height: 45px; display: block; }
 .message04 ul li .form-group{ padding: 12px 20px; }
.message04 ul li .form-group p{ font-size: 16px; color: #333; }
.message04 ul li .form-group span{    font-size: 16px;
    color: #5b5b5b;
    margin-right: 15px;
    line-height: 40px;
    font-weight: normal;}
.message04 ul li .form-group span input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2); /* ç¨å¾®æ”¾å¤§ */
  }

.footer{ background: #f3f3f3; display: block; overflow: hidden;  }
.db_logo{ display: block; overflow: hidden; padding: 2rem 0 1rem; border-bottom: 1px solid #e7e7e7;  }
.db_logo img{ display: block; max-width:254px; margin:0 auto;   }
.db_nav{ padding: 1.2rem 0; display: block; overflow: hidden; }
.db_nav dl{float: left; min-width: 30%; margin-right: 3%;display: block; overflow: hidden;max-width: 30%;}
.db_nav dl dt{ font-size: 20px; color: #454545; line-height: 36px; text-transform: uppercase;}
.db_nav dl dd{ padding: .4rem 0 0;display: block; overflow: hidden;  }
.db_nav dl dd .nav_link{ font-size: 16px; color: #454545; line-height: 35px; display: block;font-family: Arial }
.db_nav dl dd .contact_item p{ font-size: 16px;
    color: #454545;
    line-height: 24px;
    margin-bottom: 20px;    display: flex; }
.db_nav dl dd .contact_item p i{ float: left; font-size: 22px;margin-right:8px;
    width: 24px;  }


.db_nav dl dd .contact_us{ width: 200px; background: #d31632; display: block; margin:12px 0; text-align: center; }
.db_nav dl dd .contact_us a{ font-size: 15px; color: #fff; line-height: 40px; display: block; }
.db_nav dl:last-child{ width: 33%; float: right; margin-right: 0; }
.search_box{ margin:.5rem 0 0;display: block; overflow: hidden;width: 80%; }

.tanchu_message{width: 500px;
    background: #fff;
    position: fixed;
    top: 8%;
    left: 50%;
    z-index: 9999;
    display: none;
    /* padding: 20px; */
    box-sizing: border-box;
    margin-left: -250px;}

 .message01 .close01{    position: absolute;
    right: 20px;
    top: 10px;}   
 .message04 .close01{    position: absolute;
    right: 20px;
    top: 10px;} 

.message_bt{ margin-bottom: 5px; }
.message_bt h3{ font-size: 20px;
    color: #fff;
    line-height: 50px;    
    background: #d31632; padding-left:20px; }
 .message_bt p{ font-size: 16px; color: #222; line-height: 24px; padding: 0 5%; margin-top:12px;}   
.Inquiry{ padding: 10px 20px; display: block; overflow: hidden; }

.search_box .boxs{ background: #dddddd; display: block;
    overflow: hidden; }
.search_box .boxs .texts{width: calc(100% - 100px); float: left; padding-left: 10px; box-sizing: border-box; border:none; font-size: 15px; line-height:46px; background: none; color: #454545;}
.search_box .boxs .texts::placeholder{ color: #454545; }
.search_box .boxs .btnSubmits{width: 60px; background: #d31632;  border:none;color: #fff;    float: right; outline: none;}
.search_box .boxs .btnSubmits i{ display: block; text-align: center;font-size: 24px; color: #fff; line-height: 46px;  }

.ico_list{ display: block; overflow: hidden; margin-top:.5rem;}
.ico_list ul{ list-style: none;display: flex;overflow: hidden; }
.ico_list ul li{ line-height: 45px; }
.ico_list ul li a{ display: block; padding: 0 20px; }
.ico_list ul li a i{ font-size: 26px; color: #222; display: block; }

.copyright{ padding: 15px 0; border-top:1px solid #e7e7e7;display: block; overflow: hidden; }
.copyright p{ font-size: 16px; color: #8d8c8c; line-height: 36px; text-align: center; }

/* about  */
.part01{ padding: 1.5rem 0 0; display: block; overflow: hidden; }
.bg01{background: url(../images/part01.jpg) bottom no-repeat;}
.ab_tit{}
.ab_tit h3{ font-size: .8rem;
    color: #292626;
    line-height: 36px;
    font-weight: bold;
    text-transform: capitalize; }
.ab_tit h3 i{ margin-right: 20px; }

.ab_tit02{}
.ab_tit02 h3{ font-size: .8rem;
    color: #292626;
    line-height: 36px;
    font-weight: bold;
    text-transform: capitalize; position: relative; }
.ab_tit02 h3 i{ margin-right: 12px; width:  } 
.ab_tit02 h3:after{ width: 80%; height: 2px; background: #f0f0f0;position: absolute; content:''; top:50%; right: 0; }

.ab_tit03{}
.ab_tit03 h3{ font-size: .8rem;
    color: #292626;
    line-height: 36px;
    font-weight: bold;
    text-transform: capitalize; position: relative; }
.ab_tit03 h3 i{ margin-right: 12px; width:  } 
.ab_tit03 h3:after{ width: 60%; height: 2px; background: #f0f0f0;position: absolute; content:''; top:50%; right: 0; }



.factory_list{  display: block; margin-top:1rem;overflow: hidden; }
.factory_list ul{ list-style: none;display: block; overflow: hidden; }
.factory_list ul li{ width: 32%; display: block; float: left; margin-bottom: 20px; margin-right: 2%; overflow: hidden;position: relative; }
.factory_list ul li:nth-child(3n){ margin-right: 0; }
.factory_list ul li img{ width: 100%; display: block; transition: all 0.5s; }
.factory_list ul li .fac_txt{ width: 100%; position: absolute; bottom:0; background: rgba(0,0,0,0.5);padding:12px 15px;  }
.factory_list ul li .fac_txt p{ font-size: 16px; color: #fff; line-height: 30px; text-transform: capitalize; }

.factory_list ul li:hover img{transform: scale(1.05);}


.honor_bg{  width: 100%; margin-top:1rem;  display: block; overflow: hidden;background: url(../images/honor_bg.jpg) bottom no-repeat; padding-bottom: 2.6rem; background-size: 100%; }
#honor_list{display: block; overflow: hidden; position: relative; padding-bottom: 3rem; }
#honor_list .swiper-slide{}
#honor_list .swiper-slide .zz_img{display: block; overflow: hidden;}
#honor_list .swiper-slide .zz_img img{ width: 100%; display: block; }
#honor_list .swiper-pagination-bullet{ width: 25px; height: 7px;background: #fff; border-radius: 10px; opacity: 1; }
#honor_list  .swiper-pagination-bullet-active{ width: 40px; background: #d31632 }
.choose_list{ margin-top:.8rem;  }
.choose_list dl{width:32%;  margin:.3rem 2% .4rem 0;background: #fff; box-shadow: 1px 1px 15px #eee; padding:15px 20px; border-radius: 10px; float: left; box-sizing: border-box;transition: all 0.3s ease;}
.choose_list dl:nth-child(3n){ margin-right: 0; }
.choose_list dl dt{}
.choose_list dl dt i{ font-size: 36px; color: #d31632; line-height: 36px; }
.choose_list dl dd{ padding:.3rem 0; }
.choose_list dl dd h3{ font-size: .6rem; color: #000;line-height: 32px; font-weight: normal; position: relative;  display: flex; font-weight: bold;}
.choose_list dl dd p{ font-size: 14px; color: #616161; line-height: 24px; margin-top:5px;  }
.choose_list dl:hover dt i{ -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;}

.choose_list dl:hover{transform: translateY(-4px);}
.part02{ padding:1.2rem 0;display: block; overflow: hidden; }
.strength_list{display: block;  margin-top:1rem;}
.strength_list ul{ display: flex; }
.strength_list ul li{ width: 24%; margin:.3rem 1.33% .3rem 0; border-radius: 8px; background: #fff; box-shadow: 1px 1px 15px #eee; text-align: center; padding:15px; transition: all 0.3s ease;}
.strength_list ul li img{ display: block; margin:0 auto; }
.strength_list ul li h3{ font-size: .5rem;
    color: #222;
    line-height: 20px;
    border-top: 1px solid #eee;
    padding: .4rem 0; }
.strength_list ul li:hover{transform: translateY(-4px);}

.index-map{ position: relative; }
.part-map{ display: block; overflow: hidden; }
.part-map img{ width: 100%; display: block; }
.map_con{     position: absolute;
    width: 100%;
    top: 1.5rem;      
    box-sizing: border-box; }
.map-item{ position: absolute; bottom:1rem;width: 100%; left: 0; }
.map-item ul{ display: flex; justify-content: center; align-items: center; }
.map-item ul li{ font-size: 18px; color: #222; line-height:40px;width: 16%; text-align: center; }

.part{ padding:1.5rem 0;display: block; overflow: hidden; position: relative; }
.bg02{background: url(../images/history.jpg) bottom no-repeat #fff;}

.company_data{ width: 100%; bottom:20px; position: absolute; left: 0; }
.company_data ul{ display: flex; }
.company_data ul li{ background: #fff; width: 24%; margin-right: 1.33%; background: #fff; padding: .8rem 15px; text-align: center; border-radius: 10px;box-shadow: 1px 10px 10px #eee; transition: all 0.3s ease;}
.company_data ul li:nth-child(4n){ margin-right: 0; }
.company_data ul li .num{ font-size: 16px; color: #d31632; line-height: 40px; padding: 0 0 8px;  }
.company_data ul li .num span{ font-size: 1.5rem; font-weight: bold; letter-spacing: 2px;}
.company_data ul li p{ font-size: 16px; color: #222; line-height: 30px; border-top:1px solid #eee; padding-top: 10px; }

.company_data ul li:hover{transform: translateY(-4px)}


.company_con01{ padding: 1rem 0;display: block; overflow: hidden; }
.company_desc{ width: calc(100% - 650px);display: block; overflow: hidden;padding-top: .5rem; }
.desc01{display: block; overflow: hidden}
.desc01 p{ font-size: 16px; color: #2d243b; line-height: 28px; margin-bottom: 20px; text-align: justify; }
.com_list{ margin-top:.8rem; }
.com_list ul{ display: flex; }
.com_list ul li{margin-right: 2%; width: 32%;}
.com_list ul li:last-child{ margin-right: 0; }
.com_list ul li p{ font-size: 16px; color: #333; line-height: 30px; display: flex; font-weight: bold;}
.com_list ul li p i{ font-size: 30px; color: #d31632; margin-right: 10px;  }

.company_img{ width: 620px; display: block; overflow: hidden;  border-radius: 10px;}
.company_img img{ width: 100%; display: block; }


.ProNav{width: 320px;float: left;}
.cp_title{ background:#ab041c; padding:15px; }
.cp_title h3{ font-size: .65rem; color: #fff; line-height: 45px; font-weight: normal; }
.cp_seabtn{display: block;margin: 20px 0 15px;}
.cp_seabtn .boxs{border: 1px solid #d31632;display: block;line-height: 54px;display: flex;}
.cp_seabtn .boxs .btnSubmits{width: 40px; float: left;display: block; background: none; }
.cp_seabtn .boxs .btnSubmits i{ font-size: 24px; color: #d31632; }
.cp_seabtn .boxs .texts{width: calc(100% - 50px);font-size: 15px;color: #333;line-height: 54px;}
.cp_seabtn .boxs .texts::placeholder{ font-size: 15px; color: #d31632; }


.nav-list {  list-style: none;  margin-top:10px;        
        }

        
.nav-list .nav-item {
             margin-bottom: 3px;
        }
        
.nav-list .nav-item:last-child {
            border-bottom: none;
        }
        
        .nav-category {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 7px 20px 7px 12px;
            /* font-weight: 600; */
            color: #2c3e50;
            cursor: pointer;
            transition: all 0.3s;
            position: relative;
            /* margin-bottom: .2rem; */
            background: #e2e2e2;
        }
        .nav-category span{
    display: block;
    position: relative;
    /* border-bottom: 1px solid #1763a7; */
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 46px;
    }
       .nav-category span a{padding: 8px 0;display: block;font-size: 16px;color: #252121;line-height: 20px;}   

        .nav-category:hover {
         background: #d31632;   
        }
        
        .nav-category.active {
         background: #d31632; 
        }
 .nav-category.active span a,.nav-category:hover  span a{ color: #fff; }       
       .nav-category i{position: absolute;/* padding-right: 0.21rem; */top: 0;width: 20px;text-align: right;height: 100%;
        display: flex;align-items: center;justify-content: end;cursor: pointer;right: 15px;color: #d31632;transform: rotate(-90deg);}

.nav-category.active i,.nav-category:hover i{ color: #fff; }
.nav-category i:before{transition: all 0.3s;margin-top: 6px;}
        
       
        
        .subcategory-list {
            list-style: none;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
            /* background: #fff; */
            /* padding: 15px 0; */
        }
        
        .nav-category.active + .subcategory-list {
            max-height: 500px;
            /* padding: 18px 0; */
        }
        
        .subcategory-item {
              
               cursor: pointer;
               transition: all 0.2s;              
               position: relative;
              
        }
  .subcategory-item a{color: #222;
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding: 10px 20px 10px 40px; }      
        .subcategory-item:last-child {
            border-bottom: none;
        }
        
 .subcategory-item a:hover {           
            color: #d31632;
        }
        
  .subcategory-item.active a {
            color: #d31632;
            /* font-weight: 600; */
        }
        
        .subcategory-item:before {
               content: "";
               position: absolute;
               width: 0;
               height: 0;
               bottom: 24px;
               left: 8%;
               margin-bottom: -5px;
               border-bottom: 5px solid transparent;
               border-top: 5px solid transparent;
               border-left: 8px solid #d31632;
        }



@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/* contact  */
.bg04{ background: #e4e1e1; }
.contact_con{display: block;position: relative;overflow: hidden;background: #fff;padding: 30px 0;}
.con_pic{width: 44%;display: block;position: absolute;bottom:0;right: 0;}
.con_pic img{ display: block; width: 100%; }
.con_desc{width: 54%;display: block;padding-left: 35px;}
.con_list{margin-top:1rem;background: #fff;display: block;overflow: hidden;}
.con_list .con_title{ border-bottom:1px solid #eee; }
.con_list .con_title h3{ font-size: .8rem; color: #d31632; line-height: 1.6; padding-bottom: .5rem }
.contact_item{ }
.contact_item p{ line-height: 28px; font-size: 16px; }

.gotop{width:40px;height:40px;background:url(../images/gotop.png) no-repeat center;background-size:contain;position:fixed;right:5px;bottom:50px;cursor:pointer;display:none;transition:all .5s;z-index: 2;}


.con_list .con_addr{padding:1rem 0 0;} 
.con_list .con_addr ul{}
.con_addr ul li{ display: flex; margin-bottom: 1.2rem; }
.con_addr ul li i{width: 58px; height: 58px; text-align: center; font-size: 30px; color: #d31632; border:1px solid #eee; line-height: 58px; display: block; margin-right: 15px; border-radius: 100%; float:left;}
.con_addr ul li p{ font-size: 16px; line-height: 26px; color: #454545;width: calc(100% - 75px); }
.con_addr ul li p span{ font-size: 22px; display: block; line-height: 28px; margin-bottom:4px;}
.con_message{ padding: 1.5rem 0; display: block; overflow: hidden; }
.messages{ margin-top:1.5rem; }
.messages ul{ list-style: none;display: block;overflow: hidden; }
.messages ul li{display: block;overflow: hidden; margin-bottom: 20px;background: #fff; border-radius: 10px;min-height: 60px;width: 100%}
.messages ul li:nth-child(1),.messages ul li:nth-child(2){ width: 49%;float: left; }
.messages ul li:nth-child(1){ margin-right: 2%; }

.messages ul li input{  border: none;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 15px;
    display: block;
    width: 100%;
    box-sizing: border-box; }
.messages ul li input::placeholder,.messages ul li textarea::placeholder{ font-size: 16px; color: #333; }
.messages ul li textarea{ border: none;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 15px;
    display: block;
    width: 100%;
    box-sizing: border-box; height: 280px;  }

 .messages ul li .btn{ background: #d31632;width: 100%;  }
 .messages ul li .btn span{ font-size: 18px; color: #fff; line-height: 60px; display: block; }



.mes_title{ margin-bottom: 20px; }
.mes_title h3{ font-size:.8rem; color:#222; line-height: 40px; }
.mes_title p{ font-size: 16px; color: #555; line-height: 30px; }


/*  applycation   */
.positions{ padding: 20px 0;display: block;overflow: hidden; }
.positions p{ font-size: 14px; color: #999; line-height: 20px; padding-left: 24px; background: url(../images/positions.png) left no-repeat; }

.apply_part01{ padding: 1rem 0 1.5rem; display: block; overflow: hidden; }
.apply_list{display: block; overflow: hidden;}
.apply_list dl{  width: 32%; box-sizing: border-box;float: left; margin-right: 2%; margin-top: 1rem; border-radius: 10px; position: relative; overflow: hidden; }
.apply_list dl:nth-child(3n){ margin-right: 0; }
.apply_list dl dt{overflow: hidden; display: flex; align-items: center; justify-content: center;}
.apply_list dl dt img{ width: 100%; display: block;transition: all 0.5s; }
.apply_list dl dd{ display: block; overflow: hidden; padding:.5rem .4rem ;position: absolute; bottom:0; background: linear-gradient(#cf001d, #ab0018);width: 100%; box-sizing: border-box; }
.apply_list dl dd h3{ font-size: .55rem; color: rgba(255,255,255,0.8); line-height: 30px; text-align: center;position: relative; padding-bottom: 12px;}
.apply_list dl dd h3:after{ width: 80%;height: 2px; background: rgba(255,255,255,0.2); position: absolute; left: 10%; content:''; bottom: 0; }
.apply_list dl dd p{ margin:.3rem .5rem; font-size: 16px; color: #fff; line-height: 28px;text-align: center; }
.apply_list dl dd span{  display: flex;
    overflow: hidden;
    font-size: 13px;
    color: #fff;
    line-height: 42px;
    text-transform: uppercase;
    width: 50%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#c11126, #880413);
    border: 1px solid #de6565;
    border-radius: 5px; }
.apply_list dl dd span i{ font-size: 16px; color: #fff; line-height: 30px; margin-left: 12px; display: block; transform: rotate(-90deg);  }

.apply_list dl:hover dd h3{ color: #fff; }
.apply_list dl:hover{ background: #eff0f2; }

.public_more{ width: 240px; border:1px solid #d31632; display: block; margin:.5rem auto 0; overflow: hidden; border-radius: 5px; }
.public_more a{ display: block; font-size: 16px; line-height: 50px;text-align: center; color: #d31632;text-transform: uppercase; }
.public_more a:hover{ background: #d31632; color: #fff; }


.Gallery_item{display: block; overflow: hidden;}
.Gallery_item ul{ list-style: none;display: block; overflow: hidden; }
.Gallery_item ul li{ width: 23%; float: left; margin-right: 2.6%; margin-top:1.2rem;transition: all 0.5s; border-radius: 8px; box-shadow: 1px 1px 10px  #ccc; background: #fff; overflow: hidden;margin-bottom:.4rem; }
.Gallery_item ul li:nth-child(4n){ margin-right: 0; }
.Gallery_item ul li .g_pic{ display: flex;}
.Gallery_item ul li .g_pic img{ width: 100%; display: block; }
.Gallery_item ul li p{ text-align: center; font-size: 16px; color: #d31632; line-height: 45px; padding-left: 12px; }
.Gallery_item ul li:hover{transform: translateY(-6px); box-shadow: 1px 1px 10px  rgba(211,22,50,0.2)}


.bg05{ background: #ecdada; }
.mater_apply{ margin:1.5rem 0; display: block; overflow: hidden;}
.mater_apply dl{ width: 32%; margin-right: 2%; float: left;display: block;overflow: hidden; background: #fff; box-shadow: 1px 1px 10px #eee; border-radius: 15px; }
.mater_apply dl dt{display: block; overflow: hidden;}
.mater_apply dl:nth-child(3n){ margin-right: 0; }
.mater_apply dl dt img{display: block; width: 100%;}
.mater_apply dl dd{ padding: 1rem .8rem; display: block;overflow: hidden;}
.mater_apply dl dd h3{ font-size: 20px; color: #3b3b3b; line-height: 36px; }
.mater_apply dl dd p{ font-size: 16px; color: #666666; line-height: 30px; margin:15px 0 25px; }
.mater_apply dl dd span{ width: 100px; background: #d1d1d1; border-radius: 30px; text-align: center; font-size: 16px; color: #fff; line-height: 45px; display: block; overflow: hidden; }
.mater_apply dl:hover dd span{ background: #d31632; }

.solutions_con{ padding: 0 0 1rem; }
.solution_txt{ font-size: .8rem; color: #3b3b3b; line-height: 1.2; text-align: center; }
.solution_desc{  
    padding: .8rem 0;
    display: block;
    overflow: hidden;
    margin-top: .5rem; }
.solution_desc p{     font-size: 18px;
    color: #270303; line-height: 30px; }
.solition_lb{ display: block;overflow: hidden;}
.solition_lb .tab-hd02{ display: flex; }
.solition_lb .tab-hd02 li{ width: 156px; border:1px solid #717171;display: flex; font-size: 16px; color: #666;line-height: line-height:24px; padding: 12px 0;align-items: center; justify-content: center; margin-right: 15px;  }
.solition_lb .tab-hd02 li .c01{ width: 24px;height: 24px; background: url(../images/icon01.png)  no-repeat;margin-right: 6px; }
.solition_lb .tab-hd02 li:hover .c01,.solition_lb .tab-hd02 li.active .c01{background: url(../images/icon02.png)  no-repeat;}
.solition_lb .tab-hd02 li:hover,.solition_lb .tab-hd02 li.active{ background: #d31632; color: #fff;  border:1px solid #d31632;}
.solition_lb .tab-bd02{ margin-top:1.5rem;display: block; overflow: hidden; }
.solition_lb .tab-bd02 li{ display: none; }
.solition_lb .tab-bd02 li:nth-child(1){ display: list-item; }
.so_list{display: block; }
.so_list dl{ width: 24%; float: left; margin-right: 1.33%;overflow: hidden; background: #fff; box-shadow: 1px 1px 10px #eee; border-radius: 15px; margin-bottom: 20px; }
.so_list dl dt{display: block; overflow: hidden;}
.so_list dl:nth-child(4n){ margin-right: 0; }
.so_list dl dt img{display: block; width: 100%;transition: all 0.5s;}
.so_list dl dd{ padding: .5rem .8rem; display: block;overflow: hidden;background: linear-gradient(#ca1212, #a7001f);width: 100%;}
.so_list dl dd p{font-size: 18px;
    color: #ffffff;
    line-height: 36px;
    text-align: center; }
.so_list dl:hover dt img{transform: scale(1.05);}

.industry_con{ padding: .8rem 0; display: block; overflow: hidden; }

.industry_con p{ font-size: 18px; color: #0c0103; line-height: 32px; }

.industry_con table{ border:1px solid #eee; background: #fff;}
.industry_con table tr{}
.industry_con table tr:nth-child(1){ background:#9c1515 !important;}
.industry_con table tr:nth-child(1) td{ color: #fff; }
.industry_con table tr td{border:1px solid #eee; padding: 10px 15px;    font-size: 16px;
    color: #0c0103;
    line-height: 26px;}
.industry_con table tr:nth-child(2n+1){ background: #fbf1f1; } 

.apply-question{}
.apply-question h3{ font-size: .8rem; color: #222; line-height: 36px; text-align: center; }
.apply-question .question01{    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .8rem; }
.apply-question .question01 a{     width: 260px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 56px;
    background: linear-gradient(#bf0326, #e41e1e, #a7001f);
    margin-right: .5rem;
    box-shadow: 1px 1px 10px #eee;
    border-radius: 12px; }

.apply-question .question01 a:nth-child(2){ background: #fff; color: #000; margin-right: 0; }


/* vedio  */
.app_part02{ padding: 1.5rem 0;}

/* 四列网格 */
        .video-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: .6rem;
             margin-top: 1rem;
        }

        /* 卡片样式 */
        .video-card {
            background-color: #ffffff;
            backdrop-filter: blur(2px);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 20px 30px -10px rgba(0, 20, 50, 0.1);
            cursor: pointer;
            transition: transform 0.25s ease, box-shadow 0.3s ease;
           
        }
        .video-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 30px 40px -12px rgba(160,0,8,0.1);
        }
     /* 图片容器 (用来做遮罩+图标) */
        .image-wrapper {
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            background-color: #1a2634;          
        }
        .card-img {
            width: 100%;
            aspect-ratio: 16 / 9;
            object-fit: cover;
            display: block;
            background-color: #2c3e50;           
        }
  /* 遮罩层 (半透明黑色) + 播放图标居中 */
        .play-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);  /* 半透明遮罩 */
            display: flex;
            align-items: center;
            justify-content: center;
                                     /* 默认隐藏 */
            transition: opacity 0.25s ease;
            backdrop-filter: blur(1px);            /* 轻微模糊，更融合 */
        }
     

        /* 播放图标 (SVG 或字符) */
        .play-icon {
            width: 60px;
            height: 60px;
            background-color: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
            transform: scale(0.9);
            transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
        }
     
        .play-icon i {
            width: 36px;
            height: 36px;
            fill: #000;                        
           
            font-size: 20px;  
            text-align: center;line-height: 36px;                  
        } 
        .card-title {
            padding: 15px;background: linear-gradient(#ca1212, #a7001f); min-height: 60px;
            color: white;
            line-height: 24px;                     
            word-break: break-word;
            font-size: 16px;
        }

         /* ---------- 弹出层 (modal) ---------- */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(8px);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s;
            padding: 1.5rem;
        }
        .modal-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* 弹窗主体 (视频容器) */
        .modal-content {
            background-color: #232222;
            /* border-radius: 2rem; */
            max-width: 1000px;
            width: fit-content;
            padding: 1.5rem 1.5rem 1.8rem 1.5rem;
            box-shadow: 0 50px 70px -20px black;
            /* border: 1px solid #3b82f670; */
            transform: scale(0.95);
            transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        }
        .active .modal-content {
            transform: scale(1);
        }

        /* 视频包装器 */
        .video-wrapper {
            position: relative;
            width: fit-content;
            max-width: 100%;
            /* border-radius: 1.5rem; */
            overflow: hidden;
            background: #000;
            line-height: 0;
        }
  .modal-iframe { width:800px;height:450px;}      
        
        video {
            display: block;
            max-width: 100%;
            height: auto;
            max-height: 70vh;
            background: #10131c;
            /* border-radius: 1.5rem; */
            outline: 2px solid #3b82f6a0;
            outline-offset: -1px;
        }

        /* 标题条 + 关闭按钮 (放在视频上方) */
        .modal-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1rem;
            padding: 0 0.2rem;
        }
        .modal-header span {
            font-size: 18px;
            font-weight: 600;
            color: white;
            text-shadow: 0 2px 5px #a50000;
            letter-spacing: 0.3px;
            max-width: 80%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .close-btn {
            background: rgba(255, 255, 255, 0.15);
            border: none;
            color: white;
            font-size: 22px;
            line-height: 1;
            width: 48px;
            height: 48px;
            border-radius: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: 0.2s;
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 8px 18px #00000055;
        }
        .close-btn:hover {
            background: #ef4444;
            transform: rotate(90deg);
            border-color: #ffffff;
        }


 /* 移动端响应式: 平板两列，手机一列 */
        @media (max-width: 1000px) {
            .video-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.2rem;
            }
        }
        @media (max-width: 550px) {
            .video-grid {
                grid-template-columns: 1fr;
            }
            body { padding: 1rem; }
            .modal-content { padding: 1rem; }
        }

.applycations{ padding:1.5rem 0 .5rem; display: block; overflow: hidden; }
.videos{display: block; overflow: hidden;  }
.video_bt{}
.video_bt h3{ font-size: .8rem;
    color: #292626;
    line-height: 36px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative; display: flex; }
.video_bt h3 i{margin-right: 12px;
    width: 25px;
    display: block;}
.video_bt h3 i img{ width: 100%; }

.apply_video{    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1rem; }

.apply_video .video_item{background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 30, 50, 0.04);
    transition: all 0.25s ease-in-out;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(190, 210, 230, 0.3);
    cursor: default;
    text-decoration: none;
    color: inherit;}

.apply_video ul{ list-style: none;display: block; overflow: hidden; }
.apply_video ul li{width: 23%;float: left;border-radius: 10px;overflow: hidden; box-shadow: 1px 1px 10px #999; margin:15px 2.5% 10px 0.1%;    transition: all 0.5s;}
.apply_video ul li:nth-child(4n){margin-right: 0;}
.apply_video .video_item .video01{ position: relative; display: block; overflow: hidden; }
.apply_video .video_item .video01 dl{display: block;
    overflow: hidden;}
.apply_video .video_item .video01 dl dt{position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;}
.apply_video .video_item .video01 dl dt img{width: 100%; display: block;}
.apply_video .video_item .video01 dl dt .zhezhao{width: 100%;position: absolute;top:0;height: 100%;left: 0;background: rgba(0,0,0,0.1);}
.apply_video .video_item .video01 dl dt .zhezhao i{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    margin-left: -25px;
    margin-top: -25px;
    background: #fff;
    font-size: 20px;
    color: #767676;
    line-height: 50px;
    text-align: center;
    }
.apply_video .video_item .video01 dl .video_txt{padding: 15px;background: linear-gradient(#ca1212, #a7001f); min-height: 60px;}
.apply_video .video_item .video01 dl .video_txt p{font-size: 18px;color: #fff;line-height: 20px;}
.apply_video .video_item:hover{transform: translateY(-6px); box-shadow: 1px 1px 10px #666;}

.solu_adv{ display: block; overflow: hidden; }
.solu_adv{display: block;overflow: hidden;margin-top: 20px;}
.solu_adv ul{ list-style: none;display: block; overflow: hidden; }
.solu_adv ul li{width: 32%; margin-right: 2%; margin-bottom: 15px; display: block; float: left; overflow: hidden;}
.solu_adv ul li:nth-child(3n){ margin-right: 0; }
.solu_adv ul li p{
    font-size: 16px;
    color: #0c0103;
    line-height: 26px;
    }
.solu_adv ul li p em{font-size: 36px;color: #e2314e;display: block;line-height: 26px;float: left;}
.solu_adv ul li:nth-child(1) p i,.solu_adv ul li:nth-child(4) p i{color: #86031b}

.related_product{display: block;  margin:1.2rem 0 0; overflow: hidden;}
#relate01{position: relative;display: block;padding-bottom: 1.2rem; }
#relate01 .swiper-slide{}
#relate01 .swiper-slide dl{
    display: block;
    background: #fff;
    position: relative;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #eee;
    margin: 10px 5px;
    /* padding: 10px; */
    }
#relate01 .swiper-slide dl dt{
    display: flex;
    padding: 15px 10px;
    }
#relate01 .swiper-slide dl dt .cp_pic{    display: flex;
    width: 35%;
    align-items: center;
    justify-content: center;}
#relate01 .swiper-slide dl dt .cp_pic img{ max-width: 100%; display: block; }
#relate01 .swiper-slide dl dt .cp_description{width: 65%;}
#relate01 .swiper-slide dl dt .cp_description h3{font-size: .5rem;
    color: #222;
    line-height: 20px;
    height: 40px;
    overflow: hidden;}
#relate01 .swiper-slide dl dt .cp_description .pro_adv{padding:5px 0;}
#relate01 .swiper-slide dl dt .cp_description .pro_adv p{ font-size: 14px; color: #444; line-height: 24px; }

#relate01 .swiper-slide dl dd{display: block;position: relative;border-top:1px solid #eee;background: #f8f8f8;overflow: hidden;}
#relate01 .swiper-slide dl dd a{ width: 50%;
    display: flex;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    align-items: center;
    justify-content: center;float: left;position: relative;}
#relate01 .swiper-slide dl dd a:nth-child(1):after{ width: 1px; height: 100%; position: absolute; right: 0; top:0; background: #eee; }
#relate01 .swiper-slide dl dd a i{ font-size: 20px; margin-right: 5px; display: block; }

#relate01 .swiper-slide dl dd a:nth-child(2){ background: #d31632; color: #fff; }







#relate01 .swiper-pagination-bullet{ width:30px; height: 8px; background: #222; border-radius: 0; }
#relate01 .swiper-pagination-bullet-active{ background: #d31632; }

#relate01 .swiper-slide dl:hover dd p{ color: #d31632; }

/* product  */
.sidebar_item{ width: 318px; display: block; }
.accordion-list01{}
.accordion-list01 li{}
.accordion-list01 li:nth-child(2),.accordion-list01 li:nth-child(3){ padding: 10px 25px; }
.accordion-list01 li dl{ background: #f3f3f3;padding: 20px;border-top-left-radius: 12px;  }
.accordion-list01 li dl dt{ font-size: 16px; color: #151515; font-weight: normal;display: flex;align-items: center; justify-content: center; }
.accordion-list01 li select{font-size: 15px;
    color: #535353;
    line-height: 40px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 40px;}
.accordion-list01 li select:hover{ color: #d31632; }
.accordion-list01 li.list-btn{background: #f3f3f3;padding: 30px 0;  border-top: 1px solid #dbdbdb;}
.accordion-list01 li.list-btn button{display: block; background: #333; line-height: 45px; font-size: 15px; color: #fff; text-align: center; width: 80%; margin:0 auto; border-radius: 8px;}
.accordion-list01 li.list-search{ margin-top:10px; background: #f3f3f3;padding: 20px;  }
.accordion-list01 li.list-search strong{ font-size: 16px; font-weight: normal;line-height: 26px; color: #151515  }
.accordion-list01 li.list-search .top-input{display: flex;border:1px solid #cccccc; background: #fff; line-height: 36px; }
 .top-input input{ display: block; font-size: 14px;padding-left:12px; width: calc(100% - 40px); }
 .top-input button{ background: none;width: 40px;text-align: center; line-height:36px  }
.top-input i{ font-size: 20px; color: #151515; background: none;  }

.warp_content{ width: calc(100% - 360px);display: block; overflow: hidden;  }
.products_item{ display: block; overflow: hidden; }

.products_item dl{width: 32%;margin-right: 2%;display: block;background: #fbfafa;position: relative;float: left;box-sizing: border-box;margin-bottom: .8rem;}
.products_item dl:nth-child(3n){margin-right: 0;}
.products_item dl dt{ display: block; overflow: hidden;margin: 10px; }
.products_item dl dt img{display: block;max-width: 100%;margin:0 auto;}
.products_item dl dd{display: block;padding: 5px 14px 0;position: relative;}

.products_item dl dd h3{font-size: .5rem;color: #3c3c3c;line-height: 20px;
    min-height: 40px;}
.products_item dl dd .cp_desc{padding:10px 0;height: 100px;}
.products_item dl dd .cp_desc p{font-size: 16px;color: #090809;line-height: 28px; display: flex;}
.products_item dl dd .cp_desc p em{ font-size: 22px; color: #d31632;line-height: 28px; display: block; }
.products_item dl .more01{ display: block;
    overflow: hidden;
    border-top: 1px solid #eee;transition: all 0.5s }
.products_item dl .more01 span{
    width: 50%;
    float: left;   
    box-sizing: border-box;
    font-size: 16px;
    color: #4d4d4d;
    display: flex;
    line-height: 48px;
    align-items: center;
    justify-content: center;
    }
.products_item dl .more01 span i{ font-size: 20px;margin-right: 5px; }
.products_item dl:hover .more01{ background: #d31632; color: #fff; }
.products_item dl .more01 span:nth-child(1){ border-right:1px solid #eee; }

.products_item dl:hover{ background: #d31632; }
.products_item dl:hover dd h3{ color: #fff; }
.products_item dl:hover dd .cp_desc p{ color: #fff; }
.products_item dl:hover dd .cp_desc p em{ color: #fff; }
.products_item dl:hover .more01 span{ color: #fff; }

/* 系列  */
.product_part01{}
#products01 .swiper-slide .img-box{display: block; overflow: hidden;}
#products01 .swiper-slide .img-box img{ max-width: 100%; display: block; margin:0 auto; }
.product-description{}
.text-center{ text-align: center; }
.product-description h2{ font-size: .8rem; color: #333333; line-height: 40px; }
.product-description .desc01{ padding: 15px 0; }
.product-description .desc01 p{ font-size: 16px; color: #666666; line-height: 26px; padding: 0 15%; }
#products01{ position: relative;width: 700px; display: block; margin:0 auto;overflow: hidden; }
#products01 .swiper-slide{}
#products01 .swiper-button-prev,#products01 .swiper-button-next{ width: 60px; height: 60px;line-height: 60px; text-align: center; outline: none; background:none;}
#products01 .swiper-button-prev i,#products01 .swiper-button-next i{ font-size: 30px; color: #222; display: block; }
#products01 .swiper-button-prev:after,#products01 .swiper-button-next:after{ display: none; }
#products01 .swiper-button-next i{transform: rotate(180deg);}

.cp_items{ padding:1.5rem; display: block; overflow: hidden; }
.product_technical{  display: block; overflow: hidden; }
.product_technical .relasts_canshu{ width: 285px; padding: 50px 0px 0;float: left; box-sizing: border-box; }
#relates01{ width: calc(100% - 295px); position: relative; display: block; float: right; padding-top:50px;overflow: hidden; }
.table-head{
  text-transform: capitalize;
  color: #333;
  font-size: 15px;
}
.relasts_canshu li{ border-bottom: 1px solid #ddd; }
.relasts_canshu .table-head li,
.product_technical .table-content li {
  padding: 11px 0;
  text-align: center !important;
}

.product_technical .table-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_technical .table-content li {
  font-size: 15px !important;
  word-break: break-all;
}

.product_technical .table-row strong {
  text-align: center !important;
  color: #333;
}

.product_technical .table-descrizione strong {
  text-align: center !important;
}

.product_technical .table-title-prd strong {
  text-align: center !important;
}

.product_technical .text-align-center {
  font-size: 22px;
}

#relates01 .swiper-slide{}
#relates01 .swiper-slide .table-content{}


.table-content {
  margin-left: 10px;
  display: inline-block;
  width: 100%;
}
.product_technical .table-content:hover {
  background-color: #f0f0f0;
}
.product_technical .table-content:hover .table-title-prd {
  background-color: #d10012;
}
.product_technical .table-content:hover .table-title-prd strong {
  color: #fff !important;
}
.product_technical .table-content:hover .table-settori img {
  background-color: #d10012;
}

.product_technical .table-immagine {
  height: 150px;
  padding: 15px;
}
.product_technical .table-head li:first-child{ border-bottom:none;  }
.product_technical .table-head li,
.product_technical .table-content li {
  padding: 10px 0;
  text-align: center;
}

.product_technical .carousel-wrapper a:link {
  -webkit-tap-highlight-color: #fcd700;
}

.product_technical .carousel-wrapper a {
  color: #ff6319 !important;
}

.product_technical .table-content li:not(:first-child) {
  border-bottom: 1px solid #dcdcdc !important;
  font-size: 12px;
}

.product_technical .table-content li:not(:first-child) {
  padding: 12px;
    line-height: 20px;
    height: 50px;
}


.product_technical .table-immagine a {
  width: 100%;
  height: 100%;
}
.product_technical .table-immagine a > img {
  max-height: 100%;
}

.product_technical .table-modello {
  height: 54px;
}

.product_technical .table-descrizione {
  height: 150px;
  padding-top: 45px;
  line-height: 18px !important;
}

.product_technical .table-settori {
  height: 120px !important;
  line-height: 18px !important;
}

.product_technical .table-head li:not(:first-child) {
  border-bottom: 1px solid #dcdcdc !important;
  padding: 12px;
    line-height: 20px;
    height: 50px;
}
.product_technical .table-content li.more03 a{ display: block; line-height: 30px; }
.product_technical .table-content li.more03 a i{ width: 30px; height: 30px; text-align: center; font-size: 18px; color: #fff; line-height: 30px; margin-right: 10px; background: #d31632; display: block; border-radius: 100%; float: left; }

.product_technical .table-row {
  height: 73px;
  line-height: 20px;
}


.product_technical .table-row {
  height: 73px;
  line-height: 20px;
}


#relates01 .swiper-button-prev{ width: 45px; height: 45px; background: #eee; line-height: 45px; top:25px; right:60px; left: auto;outline: none; }
#relates01 .swiper-button-prev:after,#relates01 .swiper-button-next:after{display: none;}
#relates01 .swiper-button-next{width: 45px; height: 45px; background: #eee; line-height: 45px; top:25px; right:0px;outline: none; }
#relates01 .swiper-button-prev i,#relates01 .swiper-button-next i{ font-size: 20px; color: #222; line-height: 45px;  display: block;text-align: center;}
#relates01 .swiper-button-next i{ transform: rotate(180deg); }

.features_display{ margin-top:1.2rem; display: block;overflow: hidden; display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}
.features_display dl{ width: 23.5%;float: left; margin: 10px 1.5% 30px 3px;}
.features_display dl:nth-child(4n){ margin-right: 0; }
.features_display dl dt{ display: flex; align-items: center; justify-content: center; }
.features_display dl dt img{ display: block;max-width: 100%; }
.features_display dl dd{background: #f3f3f3; padding: 30px; overflow: hidden;position: relative;}
.features_display dl dd h3{ font-size: 18px; color: #555555; line-height: 26px; }
.features_display dl dd p{ font-size: 14px; color: #989898; line-height: 24px; margin-top:10px; height:50px; overflow: hidden; }
.features_display dl dd .jia{ width: 58px; height: 55px; position: absolute; bottom: 0; right: 0;background: url(../images/jia02.png) no-repeat }
.features_display dl dd .jia:before{ width:18px; height: 2px; background: #fff; content:'';position: absolute; bottom: 15px; right: 10px;  }
.features_display dl dd .jia:after{ width:2px; height: 18px; background: #fff; content:'';position: absolute; right: 18px; bottom: 7px;  }

.features_display dl.on dd p{height: auto;}
.features_display dl.on dd .jia:after{ display: none; }

.hidden{ display: none !important; }
#toggleBtn{padding: 15px 24px;    
   border:1px solid #d31632;    color: #d31632;   
    cursor: pointer;
        font-size: 16px; background: #fff; margin-top:15px; }



.industry_list{  margin-top:1.2rem; display: block;overflow: hidden; display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  }
.industry_list dl{ width: 23.5%;float: left; margin-right:2%;margin-bottom: 30px;position: relative; }
.industry_list dl:nth-child(4n){ margin-right: 0; }
.industry_list dl dt{display: flex;
    justify-content: center;
    align-items: center;}
.industry_list dl dt img{ width: 100%; display: block; } 
.industry_list dl dd{    position: absolute; 
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    min-height: 70px;}
    .desc{   display: flex;}
.industry_list dl dd .desc .icon{background: #e02127;}
.industry_list dl dd .desc .icon img{ width: 100%; display: block; }
.w-25 {
    width: 80px !important;
}
.industry_list dl dd .desc .desc-left { font-size: 14px; line-height: 26px;
    padding: 10px;
}
.desc-left-top a{ color: #424242 !important; }
.industry_list dl dd .desc .desc-left a{ color:#d31632; }
.download-section button{ width: 160px; margin:0 auto; border:1px solid #d31632; font-size: 16px; color: #d31632; line-height: 50px; background: none; display: block; margin-top: 15px; text-transform: uppercase; }
.download-section button:hover{ background: #d31632; color: #fff; }

.Material_list{  margin-top:1.2rem; display: block; display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  }
.Material_list dl{  width: 32%; float: left; margin-right: 2%;margin-bottom: 30px; box-shadow: 1px 1px 10px #eee; }
.Material_list dl:nth-child(3n){ margin-right: 0; }
.Material_list dl dt{display: flex;
    justify-content: center;
    align-items: center;}
.Material_list dl dt img{width: 100%; display: block;}
.Material_list dl dd{padding: 15px 15px 30px; display: block; overflow: hidden;}
.Material_list dl dd h3{ font-size: 18px; color: #222; line-height: 30px; }
.Material_list dl dd p{ font-size: 16px; color: #666666;line-height: 30px;margin:10px 0; }
.Material_list dl dd span{ width: 130px; border-radius: 30px; background: #d1d1d1; color: #fff; font-size: 14px; line-height: 45px; text-align: center; display: block; }
.Material_list dl:hover dd span{ background: #d31632; }
.Material_list dl:hover dd h3{ color: #d31632; }

/* 技术支持  */
.support01{ position: relative; display: block; overflow: hidden;}
.support01 .kuang01{margin:0 90px; border-top:2px solid #d31632;border-left:2px solid #d31632;border-right:2px solid #d31632; border-top-left-radius: 20px;  border-top-right-radius: 20px; min-height: 180px; margin-top:2rem;}
.support01 .supp_title{width: 660px; position: absolute; left: 50%; margin-left: -330px;top:40px; }
.support01 .supp_title h3{ width: 218px; display: block;background: #d31632; border-radius: 15px; text-align: center; line-height: 54px; margin:0 auto; font-size: 18px; color: #fff; font-weight: normal; }
.support01 .supp_title p{ margin-top:20px; font-size: 16px; line-height: 30px; text-align: center; color: #7b7b7b }
.supp_liucheng{  }
.supp_liucheng ul{display: flex;align-items: center; justify-content: center;}
.supp_liucheng ul li{max-width: 150px;}
.supp_liucheng ul li.arrow{width: 35px; margin:0 15px; background: url(../images/arr_right.png) top no-repeat;height: 50px;}
.supp_liucheng ul li .ico02{ border-radius: 100px; border:1px solid #d31632; width: 138px; height: 138px; display: block;padding:19px;box-sizing: border-box;  }
.supp_liucheng ul li .ico02 i{width: 100px; height: 100px; display: block;transition: all 0.5s;}
.supp_liucheng ul li p{ text-align: center; font-size: 16px; line-height: 25px; height: 50px;margin-top: 12px;}
.supp_liucheng ul li .ico02 .d01{ background: url(../images/sup_icon.png) 0 0 no-repeat;}
.supp_liucheng ul li .ico02 .d02{ background: url(../images/sup_icon.png) 0 -100px no-repeat;}
.supp_liucheng ul li .ico02 .d03{ background: url(../images/sup_icon.png) 0 -200px no-repeat;}
.supp_liucheng ul li .ico02 .d04{ background: url(../images/sup_icon.png) 0 -300px no-repeat;}
.supp_liucheng ul li .ico02 .d05{ background: url(../images/sup_icon.png) 0 -400px no-repeat;}
.supp_liucheng ul li .ico02 .d06{ background: url(../images/sup_icon.png) 0 -500px no-repeat;}
.supp_liucheng ul li .ico02 .d07{ background: url(../images/sup_icon.png) 0 -600px no-repeat;}
.supp_liucheng ul li:hover .ico02{ background: #d31632; }

.supp_liucheng ul li:hover .ico02 .d01{ background: url(../images/sup_icon.png) -100px 0 no-repeat;}
.supp_liucheng ul li:hover .ico02 .d02{ background: url(../images/sup_icon.png) -100px -100px no-repeat;}
.supp_liucheng ul li:hover .ico02 .d03{ background: url(../images/sup_icon.png) -100px -200px no-repeat;}
.supp_liucheng ul li:hover .ico02 .d04{ background: url(../images/sup_icon.png) -100px -300px no-repeat;}
.supp_liucheng ul li:hover .ico02 .d05{ background: url(../images/sup_icon.png) -100px -400px no-repeat;}
.supp_liucheng ul li:hover .ico02 .d06{ background: url(../images/sup_icon.png) -100px -500px no-repeat;}
.supp_liucheng ul li:hover .ico02 .d07{ background: url(../images/sup_icon.png) -100px -600px no-repeat;}



@media(max-width: 1450px){
.supp_liucheng ul li.arrow{ padding: 0 8px !important;
    width: 20px;
    background-size: 100%;}
 .supp_liucheng ul li .ico02{ width: 120px; padding:10px; height: 120px; }
}


.service_list{ margin-top:1.5rem; display: block;  }
.service_list ul{display: flex;align-items: center; justify-content: center;}
.service_list ul li{ position: relative; width: 10%; margin-right: 1.25%; background: #fff; box-shadow: 1px 1px 10px #eee; border-radius: 8px; padding: 1.2rem 0; }
.service_list ul li i{ width: 72px;  height: 72px; display: block; margin: 0 auto; border-radius: 100px;transition: all 0.5s; }
.service_list ul li .v01{ background: url(../images/sup_icon02.png) 0 0 no-repeat #f4f5f7; }
.service_list ul li .v02{ background: url(../images/sup_icon02.png) 0 -72px no-repeat #f4f5f7; }
.service_list ul li .v03{ background: url(../images/sup_icon02.png) 0 -144px no-repeat #f4f5f7; }
.service_list ul li .v04{ background: url(../images/sup_icon02.png) 0 -216px no-repeat #f4f5f7; }
.service_list ul li .v05{ background: url(../images/sup_icon02.png) 0 -288px no-repeat #f4f5f7; }
.service_list ul li .v06{ background: url(../images/sup_icon02.png) 0 -360px no-repeat #f4f5f7; }
.service_list ul li .v07{ background: url(../images/sup_icon02.png) 0 -432px no-repeat #f4f5f7; }
.service_list ul li .v08{ background: url(../images/sup_icon02.png) 0 -504px no-repeat #f4f5f7; }
.service_list ul li .v09{ background: url(../images/sup_icon02.png) 0 -576px no-repeat #f4f5f7; }
.service_list ul li p{ font-size: 16px; color: #3e3a39; line-height: 30px; text-align: center; margin-top:12px; }

.service_list ul li span{ width: 40px; height: 40px; background: #d31632; border-radius: 100%; font-size: 20px; color: #fff; line-height: 40px; text-align: center; position: absolute; top:-10px; right: -10px; }

.service_list ul li:hover i{ -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease; }


.office_list{ display: block; margin-top:1.5rem; }
.office_list ul{display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.office_list ul li{ width: 24%;margin-right: 1.33%; margin-bottom: 30px; background: #f4f5f7; padding:.8rem 1rem 1.4rem; box-sizing: border-box; border-top: 2px solid #dcdcdc; }
.office_list ul li:nth-child(4n){ margin-right: 0; }
.office_list ul li h3{ font-size: 20px; color: #3b3b3b; line-height: 30px; }
.office_list ul li .affico_addr{ margin-top:15px; }
.office_list ul li .affico_addr p{ font-size: 14px; color: #797979; line-height: 28px; }
.office_list ul li:hover{ border-top: 2px solid #d31632; }



/* FAQ   */
.faq_list{display: block; margin-top:1.5rem;}
.faq_list dl{ border-bottom: 1px solid #f0f0f0; padding:20px 0;overflow: hidden; }
.faq_list dl dt{width: 50px; background: #d31632; border-radius: 18px; float: left; margin:0 10px}
.faq_list dl dt h3{ text-align: center; font-size: 24px; color: #fff; line-height: 70px; font-weight: normal; }
.faq_list dl dt p{ width: 100%; background:#e8e8e8; text-align: center; font-size: 24px; color: #3b3b3b; line-height: 70px; border-radius: 15px; }
.faq_list dl dd{ width: calc(100% - 90px); float: right; overflow: hidden;}
.faq_list dl dd h3{ font-size: .8rem; color: #161616; line-height: 70px; }
.faq_list dl dd p{ font-size: .6rem; color: #747474; line-height: 35px;height: 70px; }

/* product_info  */
.product_thumb{ display: flex;  }
.thumb_pic{ width: 48%; display: block; overflow: hidden; border:1px solid #e3e3e3;margin-right: 50px; box-sizing: border-box;}
#thumb_img{ position: relative; display: block; overflow: hidden; }
#thumb_img .swiper-slide{ display: block; overflow: hidden;}
#thumb_img .swiper-slide  img{ display: block;width: 85%; margin:0 auto;  }
#thumb_img .swiper-button-prev,#thumb_img .swiper-button-next{ width: 45px; background: none;outline: none; height: 60px; }
#thumb_img .swiper-button-prev i,#thumb_img .swiper-button-next i{ font-size: 30px; color: #222; text-align: center; display: block; line-height: 60px; }
#thumb_img .swiper-button-next i{ transform: rotate(180deg); }

.product_detail{ width: 46%; }
.product_desc{ display: block; }
.product_desc h3{ border-bottom: 1px solid #eee; font-size: 26px; color: #333333; line-height: 30px; padding: 15px 0 20px; }
.product_desc .product_taile{ padding: 20px 0;  }
.product_taile p{font-size: 16px; color: #666666; line-height: 30px;}
.product_zx{ margin:.5rem 0 0; overflow: hidden;}
.product_zx ul{list-style: none;display: flex;overflow: hidden;align-items: center;/* justify-content: center; */}
.product_zx ul li{display: block;margin-bottom: 15px;font-size: 16px;color: #d31632;min-width: 35%;margin-right: 15px;/* line-height: 40px; */}
.product_zx ul li a{display: block;font-size: 16px;color: #d31632;border:1px solid #d31632;line-height: 45px;border-radius: 30px;text-align: center;}
.product_zx ul li:nth-child(1) a{ background: #d31632; color: #fff; }
.product_zx ul li:nth-child(2){ margin-right: 0; }



.product_online{ display: block; }
.product_online a{ display: block; position: relative; padding: 15px 0 15px 2.5rem; border-radius: 10px; font-size: 16px; color: #333333;background:url(../images/pdf_ico.png) 1rem no-repeat #f3f3f3; line-height: 50px; }
.product_online a:after{ width: 45px; height: 45px; position: absolute; background: url(../images/d_ico.png) center no-repeat #fff; border-radius: 100%; content:''; top:50%; right: 1rem; margin-top:-23.5px; }

.product_wxewm{display: block; margin:1rem .8rem;}
.product_wxewm a{ padding-left: 40px; background: url(../images/ma_ico.png) left no-repeat; font-size: 16px; color: #636363; line-height: 40px;  display: block;}

.form-desc{margin-top:1.5rem;display: block;
    overflow: hidden;}
.form-desc .form-box {
    min-width: 180px;
    margin-right: 10px;float: left;
    max-width:300px;margin-bottom: 30px;
}
.form-desc .form-box .form-desc-tille {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    background-color: #F3F3F3;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    font-size: 16px; color: #636363;
}
.form-desc .form-box .form-desc-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
    word-break: break-all;
    text-align: center;
    word-wrap: break-word;
    height: 40px;color: #8c8c8c;font-size: 16px;
}




/* news  */
.news_sidebar{ padding: 1rem 0 0; }
.news_sidebar ul{ list-style: none; display: block; overflow: hidden;}
.news_sidebar ul li{ width: 13%; margin-right: 1.3%;float: left; text-align: center; margin-bottom: 20px;  }
.news_sidebar ul li a{ font-size: 16px; color: #010101; display: block; line-height: 50px; border-radius: 15px; border:1px solid #eee; }
.news_sidebar ul li:nth-child(7n){ margin-right: 0; }
.news_sidebar ul li a:hover,.news_sidebar ul li a.on2{ background: #d31632; color: #fff; }



#flash {
    width: 100%;
    display: block;    

}

#flash .swiper-slide{
  top: 0;
  left: 0;
  width: 100%;
  }
#flash .swiper-slide .img {
    width: 100%;   
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#flash .swiper-slide .img img {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0) scale(1.08);    
    max-width: none;
    display: block;

}

#flash .swiper-slide .img img,#flash .swiper-slide .img video{ width: 100%;
  height: 100%;
  object-fit: cover; /* 关键：填充容器并保持比例 */
  display: block; }


#flash .swiper-slide .banner-intro{ position: absolute;
    top: 30vh;
    width: 100%;
    text-align: left; }

#flash .swiper-slide .banner-intro span{ width: 140px;text-align: center; display: block; overflow: hidden; }
#flash .swiper-slide .banner-intro span a{ color: #fff; font-size: 15px;display: block; line-height: 45px; color:#fff;border:1px solid #fff; border-radius: 30px;margin-top:.5rem; }
#flash .swiper-slide .banner-intro span a:hover{ background: #fff; color: #92c136; }
#flash .swiper-slide-active .img img {
    transform: translate(0) scale(1);
}

#flash .swiper-pagination-bullet {
   padding: 1px;
    opacity: 0.4;
    outline: none;
    border-radius: 5px;
    width: 50px;
    height: 5px;
    background: #fff;
}

#flash .swiper-pagination-bullet-active {
       background: #fff;
    width: 50px;   
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat rgba(0, 0, 0, 0.4);
    width: 46px;
    height: 73px;
    outline: none;
    margin-top:-36px;
}

#flash .swiper-button-prev:after{
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat rgba(0, 0, 0, 0.4);
   width: 46px;
    height: 73px;   
        outline: none;
       margin-top:-36px;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 40px !important;
}

@keyframes sliderPagination {
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}
@media screen and (max-width:1520px) {

 
#flash .swiper-slide .img img { width: 100%; }

}


/* 企业简介  */
.pageBanner {
    position: relative;
}

.pageBanner .imgDiv {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pageBanner .imgDiv img {
    width: 100%;
    display: block;   
}

@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes banner_inside {
    from {
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banner_inside {
    from {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.pageBanner .page_message{ width: 100%; position: absolute; bottom:1rem; left: 0; }
.pageBanner .page_message .sends{ width: 150px; margin:0 auto; }
.pageBanner .page_message .sends a{ background: #d31632; display: block; font-size: 16px; color: #fff; line-height: 45px; text-align: center;border-radius: 5px; }

.pageBanner .mxfDiv {
    position: absolute;
    right: 25%;
    top: 65%;
    transform: translateY(-50%);
    z-index: 5;
    width: 50%
}

.pageBanner .mxfDiv2 {
    left: 50%;
    right: auto;
    margin-right: 0;
    margin-left: -7.68rem;
}

.pageBanner .txtDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .txtDiv hr {
    width: 30px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 0 auto;
}

.pageBanner .mxfDiv2 .txtDiv {
    text-align: left;
}

.pageBanner .txt1 {
    font-size: 36px;
    line-height: 20px;
    padding-bottom: 25px;
    color: #fff;   
}

.pageBanner .txt2 {
    font-size: 18px;
    height: 75px;
    line-height: 36px;
    position: relative;
    color: #fff
}

.pageBanner .sxdDiv {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.pageBanner .wenDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .wen1 {
    font-size: 48px;
    line-height: 48px;
    height: 0.8rem;
    position: relative;
}

.pageBanner .wen1:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.pageBanner .wen2 {
    font-size: 14px;
    padding-top: 0.6rem;
}

.index_main{ position: relative; }

.hrefAnchor{top:-100px;    position: absolute;}

.bts{ padding: 12px 0; }
.bts a{ font-size: 15px; color: #666; line-height: 30px; display: block; }
.bts a:hover{ color: #083e8e; }
/*右侧内容*/
article {
    width: 78%;
    float: right;
    padding: 0 10px 50px;
}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    background: url(../images/about/position.png) left no-repeat;
    padding-left: 30px;
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}

.met_module2_list {
    padding: 10px 10px
}

.met_module2_list li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 100px 15px 10px;
    position: relative
}

.met_module2_list h2 {
    font-weight: normal
}

.met_module2_list li p {
    color: #818181
}

.met_module2_list li span.time {
    color: #818181;
    position: absolute;
    right: 10px;
    top: 15px
}

.met_module2_list li:hover h2 {
    color: #1859b7;
}

.met_module2_list li span.down {
    color: #818181;
    position: absolute;
    right: 5px;
    top: 15px;
    background: url(../images/down.png) right no-repeat;
    padding-right: 30px;
}

.met_module2_list li:hover span.down {
    background: url(../images/down01.png) right no-repeat;
    color: #1859b7;
}

.met_module2_list li h2 i {
    margin-right: 10px;
    position: relative
}

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

.met_module2_list li.list_2 h2,
.met_module2_list li.list_3 h2 {
    margin-bottom: 3px;
    font-weight: bold
}

.met_module2_list li.list_2 {
    padding: 15px 0
}

.met_module2_list li.list_3 {
    padding-left: 100px;
    min-height: 80px
}


/*新闻列表*/
.module_list_article {
    padding: 10px;
}
.module_list_article p{ font-size: .4rem; line-height: 2; }
.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    clear: both;
        overflow: hidden;
}

.module_list_article dl dt {
    width: 20%;
    float: left;
}

.module_list_article dl dt img {
    width: 100%;
}

.module_list_article dl dd {
    float: right;
    width: 78%;
}

.module_list_article dl dd h3 {
    font-weight: normal;
    font-size: 16px;
}

.module_list_article dl dd p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0px;
    color: #666;
}

.module_list_article dl dd span {
    font-size: 12px;
    color: #666;
}

/*新闻详细*/
.article_content h1.article_title {
    font-size: 24px;
    font-weight: normal;
    padding: 5px 0;
  
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 40px 0;
    line-height: 30px;
    font-size: 16px;
        min-height: 400px;
}

.article_editor img{
    max-width:100%
}
.article_editor table{  max-width: 100%; margin: 15px auto; overflow: hidden;  }
.article_editor table td{ border:1px solid #333; padding: 5px; line-height: 30px; }




/*图片列表*/
.module_list_img {
    padding: 10px;
    margin: 40px 0;
}

.module_list_img li {
    width: 31%;
    float: left;
    /* border: 1px solid #ccc; */
    margin-bottom: 20px;
    margin-right: 3%;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0;
}

.module_list_img li a {
    display: block;
    width: 99%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc;
}

.module_list_img li .img-size {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.module_list_img li:hover .img-size {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.module_list_img li h3 {
    font-weight: normal;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    height: :60px;
}

.module_list_img li:hover h3 {
    color: #fff;
    background: #025cad;
}

/*图片详情*/
/*图片详情*/
.product-info {
    padding: 30px 10px;
    overflow: hidden;
    background: #fff;
}

.product-img {
    width: 40%;
    float: left;
    border-right: 1px solid #eee;
    padding-right: 3%;
}

.product-img .cp_pic {
    display: block;
    overflow: hidden;
    border: 1px solid #eee;
}

.product-img .cp_pic img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.product-img .cp_ico {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.product-img .cp_ico img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.product-arr {
    float: left;
    width: 50%;
    padding-left: 3%;
}

.product-arr h3 {
    font-size: .7rem;
    padding-bottom: 20px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.product-arr h4 {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    
}
.cp_desc{ display: block; overflow: hidden; }
.cp_zx{ margin-top:35px;display: block; overflow: hidden;width: 300px; }
.cp_zx p{ font-size: 16px; background: #1b46a4; color: #fff; line-height: 48px; text-align: center;font-weight: bold; }
.product-arr .cptx{ padding: 15px 0; }
.product-arr  .cptx p {
    line-height: 32px;
    font-size: 15px;    
    color: #555;
}

.product-arr span {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    font-weight: bold;
    display: block;
}



/*留言*/
.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}

/*分页*/
.page-list {
        clear: both;
    margin: 20px 0px ;
    text-align: center;
    overflow: hidden;
   
    padding: 12px 0;
}

.page-list .page-item {
    display: inline-block;overflow: hidden;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    padding: 8px 11px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
        background-color: #d31632;
    border-color: #d31632;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.case_list01 {
    padding: 20px 0;
    display: block;
    overflow: hidden;
}

.case_list01 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list01 ul li {
    width: 32%;
    margin-right:2%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    float: left;
}

.case_list01 ul li:nth-child(3n) {
    margin-right: 0;
}

.case_list01 ul li .c_img {    
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 280px;
}

.case_list01 ul li .c_img img {
   
    max-width: 100%;display: block;
}

.case_list01 ul li p {
    width: 100%;
    background: #ededed;
    text-align: center;
    font-size:15px;
    line-height: 54px;
}

.case_list01 ul li:hover p {
    background: #d31632;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    color: #fff;
}

.case_list01 ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}


.case_list02 {
    padding: 50px 0;
    display: block;
    overflow: hidden;
}

.case_list02 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list02 ul li {
    width: 13%;
    margin-right: 1.5%;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    float: left;
}

.case_list02 ul li:nth-child(7n) {
    margin-right: 0;
}

.case_list02 ul li .c_img {
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
   
}

.case_list02 ul li .c_img img {
   display: block;
   width: 100%;
}

.case_list02 ul li p {
    width: 100%;
    background: #ededed;
    text-align: center;
    font-size: .4rem;
    line-height: 3;
}

.case_list02 ul li:hover p {
    background: #d31632;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    color: #fff;
}

.case_list02 ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}


.case_list_article {
    margin: 40px 0;
    display: block;
    overflow: hidden;
}
.case_list_article ul{list-style: none;
    display: block;
    overflow: hidden;}
.case_list_article ul li{     width: 18%;
    margin-right: 2.2%;
    float: left;
    display: block;
    overflow: hidden;
    border: 1px solid #ccc; margin-bottom: 30px;}
 .case_list_article ul li .c_img{    display: block;
    margin: 5px;
    overflow: hidden;}   
.case_list_article ul li:nth-child(5n){ margin-right: 0; }
 .case_list_article ul li .c_img img{     display: block;
    max-width: 100%;
    margin: 0 auto; }
.case_list_article ul li p{    background: #ccc;
    line-height: 50px;
    text-align: center;
    color: #000;}
.case_list_article ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}
.case_list_article ul li:hover p{ background: #d31632; color: #fff; }

.img_pic{ display: block; overflow: hidden; margin:12px 0; }
.img_pic img{ display: block; max-width: 100%; margin:0 auto; }

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



.pro_contact {
    width: 100%;
    display: block;
    margin: 50px 0 70px;
}

.pro_contact li {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    color: #898989;
    line-height: 50px;
}

.pro_contact li i {
    width: 60px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 10px;
}

.pro_contact li .c01 {
    background: url(../images/ico2.png) 0 0 no-repeat;
}

.pro_contact li .c02 {
    background: url(../images/ico2.png) 0 -50px no-repeat;
}

.pro_contact li .c03 {
    background: url(../images/ico2.png) 0 -100px no-repeat;
}

.pro_contact li .c04 {
    background: url(../images/ico2.png) 0 -150px no-repeat;
}



.cplb_02 {
    margin-top: 40px;
    display: block;
    overflow: hidden;
}

.cplb_02 a:link,
.cplb_02 a:visited {
    color: #fff;
}

.cplb_02 a:active,
.cplb_02 a:hover {
    color: #fff;
}

.cplb_02 ul {
    margin-left: -1%;
}

.cplb_02 li {
    float: left;
    display: block;
    width: 24%;
    margin: 0px 0px 38px 1%;
    background-color: #f3f3f3;
    position: relative;
}

.cplb_02 .item {
    padding: 15px 30px;
    position: relative;
}

.cplb_02 .img {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;   
    justify-content: center;
    align-items: center;
}

.cplb_02 .img img {
    max-width: 100%;
    /* display: block; */
    transition: 600ms;
    -webkit-transition: 600ms;
    -ms-transition: 600ms;
    max-height: 100%;
}

.cplb_02 .black {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
}

.cplb_02 .ntype {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 2px 15px;
    background-color: #215bab;
    color: #fff;
}

.cplb_02 .t {
    font-size: 16px;
    line-height: 1.4;
    color: #3E3E3E;
    height: 30px;
    overflow: hidden;
    margin: 16px 0px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cplb_02 .bot {
    color: #999;
    font-family: arial, helvetica, sans-serif;
}

.ntime {
    background: url(../images/new_i1.png) no-repeat scroll left center;
    padding: 2px 0px 2px 22px;
    margin-right: 12px;
}

.nease {
    background: url(../images/new_i2.png) no-repeat scroll left center;
    padding: 2px 0px 2px 28px;
}

.cplb_02 .blueBg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    background-color: #808080;
    transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
    -webkit-transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
}

.cplb_02 .linkA {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.cplb_02 li:hover .blueBg {
    height: 100%;
}

.cplb_02 li:hover .ntype {
    background-color: #fff;
    color: #d71222;
}

.cplb_02 li:hover .t,
.cplb_02 li:hover .bot {
    color: #fff;
}

.cplb_02 li:hover .bot .ntime {
    background-image: url(../images/new_i12.png);
}

.cplb_02 li:hover .bot .nease {
    background-image: url(../images/new_i22.png);
}

.cplb_02 li:hover .black {
    opacity: 1;
    visibility: visible;
}

.cplb_02 li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


.banner {
    width: 500px;
    overflow: hidden;
    border: 1px solid #979797;
    background: #fff;
}

.large_box {
    /* margin-bottom: 10px; */
    height: 300px;
    overflow: hidden;
    margin: 25px;
    width: 450px;
}

.large_box li {
    width: 450px;
    height: 300px;
    display: block;
    overflow: hidden;
}

.large_box img {
    display: block;
    margin: 0 auto;   
    max-height: 100%;
}

.small_box {
    height: 73px;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.small_list {
    position: relative;
    float: left;
    width: 320px;
    height: 73px;
    overflow: hidden;
}

.small_list ul {
    height: 64px;
    overflow: hidden;
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 64px;
}

.small_list ul li img {
    display: block;
    height: 30px;
    margin: 20px auto;
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 73px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.small_list ul li.on .bun_bg {
    display: block;
}

.btn02 {
    display: block;
    width: 20px;
    height: 73px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(../images/left_btn.png);
}

.right_btn {
    float: right;
    background-image: url(../images/right_btn.png);
}

.product-arr .dian {
    overflow: hidden;
    height: 50px;
}

.product-arr .p_zx {
    width: 150px;
    border: 1px solid #0061ae;
    display: block;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
}

.product-arr .p_zx a {
    font-size: 16px;
    color: #0061ae;
    padding: 10px 0;
    display: block;
}

.product-arr .p_zx a:hover {
    background: #0061ae;
    color: #fff;
}

/* 新闻详细  */
.con_section article{float: left;
    width: 68.05%;}
.con_section .news-aisde{    float: right;
    width: 27.77%;}
.news-aisde{    font-size: .45rem;
    line-height: .5rem;
    color: #333;
    font-weight: bold;}
.news-aisde .list {
    border: 1px solid #e5e5e5;
    margin-top: 30px;
    padding: 20px;
}
.hot-tit{ font-size: 18px;  }
.news-aisde .list .item {
    display: block;
    margin-bottom: 20px;
}
.news-aisde .list .num {
    float: left;
    width: 20px;
    height: 24px;
    background-color: #999;
    margin-top: 5px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
}
.news-aisde .list .text {
    float: right;
    width: 90%;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.news-aisde .list .txt {
   
    line-height: 30px;
    color: #666;
    transition: all .3s;
    font-weight: normal;
}

.news-aisde .list .time {
    font-size: 12px;
    line-height: 24px;
    color: #999;
    margin-top: 5px;
    font-weight: normal;
}
.news-aisde .list .item:nth-child(1) .num {
    background-color: #de001f;
}

.news-aisde .list .item:nth-child(2) .num {
    background-color: #e99d0a;
}
.news-aisde .list .item:nth-child(3) .num {
    background-color: #333;
}

.news-aisde .list .item:hover .txt{ color:#d71222;  }

 /* 卡片容器 */
        .tabs-container {          
          
           
            transition: all 0.2s ease;
        }

        /* 选项卡头部 (div容器) */
        .tabs-header {
            display: flex;        
           
            
            background: transparent;
            flex-wrap: wrap;
        }

        /* 单个tab div样式 - 完全可交互，类似按钮 */
        .tab-btn {
            min-width: 200px; text-align: center; font-size: 16px; color: #222; line-height: 60px;display: inline-block;background: #eee; margin-right: -3px;outline: none;
        }


        /* 激活状态的tab */
        .tab-btn.active {
            background: #d31632; color: #fff;           
        }
 

        /* hover 优雅反馈 */
        .tab-btn:hover:not(.active) {
           background: #d31632; color: #fff;  
            
        }

        /* 内容面板容器 */
        .tabs-content {
           margin-top:30px; 
          
            box-shadow: 0 1px 2px rgba(0,0,0,0.02), inset 0 0 0 1px rgba(255,255,255,0.9);
        }

        /* 每个面板 */
        .tab-pane {
            display: none;
            animation: fadeSlideUp 0.35s ease forwards;
        }

        .tab-pane.active-pane {
            display: block;
        }

 /* 动画 */
        @keyframes fadeSlideUp {
            from {
                opacity: 0;
                transform: translateY(8px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }



.Commodity_tab{}
.Commodity_tab .tab-hd{  overflow: hidden;  }
.Commodity_tab .tab-hd li{ min-width: 200px; text-align: center; font-size: 16px; color: #222; line-height: 60px;display: inline-block;background: #eee; margin-right: -3px; }
.Commodity_tab .tab-hd li.active{ background: #d31632; color: #fff; }
.Commodity_tab .tab-bd{ margin-top:30px; display: block;  }
.Commodity_tab .tab-bd li{ display: none; }
.Commodity_tab .tab-bd li:nth-child(1){ display: list-item; }
.cp_edite{ padding: 20px 12px; }
.cp_edite p{ font-size: 16px; line-height: 32px; word-break: break-all;}
.ser_cn{ display: block; overflow: hidden; margin:50px 0; }
.ser_cn ul{ list-style: none; display: flex; overflow: hidden; }
.ser_cn ul li{ margin-left: 5%; display: block; overflow: hidden;  }
.ser_cn ul li:nth-child(3){ margin-right: 0; }
.ser_cn ul li .ico01{ width: 130px;height: 130px; padding-bottom: 22px; background: url(../images/product/ico_001.png) no-repeat; text-align: center;margin-right: 10px; }
.ser_cn ul li .ico01 h3{ font-size: 46px; color: #3c4244; line-height: 130px; }
.ser_cn ul li .ser_t01{ padding-top:20px;  }
.ser_cn ul li .ser_t01 h3{ font-size: 40px; color:#d71222; line-height: 40px; }
.ser_cn ul li .ser_t01 h3 i{ font-size: 18px; color: #404040; font-style: normal; font-weight: normal; }
.ser_cn ul li .ser_t01 p{ font-size: 18px; color: #000000; line-height: 30px; }

.ser_support{display: block; overflow: hidden;}
.ser_support ul{ display: flex;overflow: hidden; }
.ser_support ul li{display: block; overflow: hidden; border-right: 1px dashed #bababa; padding:20px 0; width: 24.5%; text-align: center; }
.ser_support ul li:last-child{ border-right: 0; }
.ser_support ul li i{ width: 80px; height: 80px; display: block; margin:0 auto; }
.ser_support ul li h3{color:#666666; line-height: 45px; font-weight: normal;margin-top:15px;}


.details_swiper{margin-bottom:30px;}
.album-small{position: relative;width:100%;padding:0 30px;margin-top:15px;  box-sizing: border-box;}
.album-small .swiper-container{position: static;}
.album-small .swiper-slide:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;border:1px solid #4797d1;opacity: 0;transition:all 0.5s; box-sizing: border-box;}
.album-small .swiper-slide-thumb-active:after{opacity: 1;}
.gallery-thumbs .swiper-button-prev,
.gallery-thumbs .swiper-button-next{width:30px;height:100%;top:0;margin-top:0;background-size:auto 20px;opacity: 1;}
.gallery-thumbs .swiper-button-prev{left:0;background-image: url(../images/ico_fl2.png);}
.gallery-thumbs .swiper-button-prev.swiper-button-disabled{opacity: 0.8;}
.gallery-thumbs .swiper-button-next{right:0;background-image: url(../images/ico_fr2.png);}
.gallery-thumbs .swiper-button-next.swiper-button-disabled{opacity: 0.8;}
.album-big .swiper-slide .img{ display: block; overflow: hidden; }
.album-big .swiper-slide .img img{ max-width: 100%; display: block; margin: 0 auto; max-height: 360px; }
.album-small .swiper-slide .img{ display: block; overflow: hidden;position: relative; }
.album-small .swiper-slide .img img{ max-width: 100%; display: block; margin: 0 auto; }


.article_editor{ padding: 1rem 0; }
.article_editor p{ font-size: 15px; color: #222; line-height: 30px; }

/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #d31632;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}
#toolbar li.mess a{ position: static; } 

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-E-mail:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 6px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #d31632;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #d31632;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #d31632;
}

#toolbar li:hover a {
    width: 230px;
}
#toolbar li.mess:hover a {
    width: 57px;
}

#toolbar li:hover .icon-font {
    background-color: #d31632;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-E-mail:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.article_content{    background: #fff;
    
    overflow: hidden;
    display: block;
    width: 100%;
    box-sizing: border-box;}

#zhezhu{     width: 100%;
    min-height: 1000px;
    background: #333333;
    z-index: 33;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 9; }
#zhezhu02{  width: 100%;
    min-height: 1000px;
    background: #333333;
    z-index: 33;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 9;}

.product_message{    width: 80%;
    background: #fff;
    position: fixed;
    top: 15%;
    left:10%;
    z-index: 9999;
    display: none;
  }

/* 添加页面遮罩层 */
.video-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9998;
    display: none;
}

/* 修改视频弹窗样式 - 固定在页面中央 */
.video_item .p_detaile{ 
    width: 80%;
    max-width: 1000px;
    min-height: auto;
    margin: 0 auto;
    background: #000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.video_item .p_detaile .close01{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10000;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.video_item .p_detaile .close01:hover {
    opacity: 1;
}

.video_item .p_detaile .close01 img{
    width: 100%;
    height: 100%;
}

.video_item .p_detaile .product_con{  
    width: 100%;
    display: block;
    background: #000;
}

.video_item .p_detaile video{  
    width: 100%;
    height: auto;
    max-height: 80vh;
    outline: none;
    display: block;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
   .video_item .p_detaile {
        width: 95%;
    }
}

.videos01{ background: #000; display: block; }
.videos01 video{ max-width: 100%; margin: 0 auto; }

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



.ctoavatar { margin: 80px auto 20px; width: 100px }
.ctoavatar img { width: 100px; /*border-radius: 50% */}
.abname { color: #3f3f3f; font-weight: bold; font-size: 16px; margin-bottom: 10px; text-align: center }
.abposition { color:#096; text-align: center }
.abtext { padding: 20px 40px; color: #9a9a9a; line-height: 26px }
.readmore { float: right; }


/*tags*/


.detail_box {
    padding-bottom: 128px;
    position: relative;
    z-index: 100;
}

.detail_box .dtop {
    background: #f6f6f6;
    height: 80px;
    width: 100%;
}

.detail_box .dtop.fix {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.detail_box .dtop .dtop_cen .pos {
    float: left;
}
.detail_box .dtop .dtop_cen h3 {
    display: block;
    float: left;
    width: 200px;
    height: 80px;
    font-size: 18px;
    line-height: 80px;
    background: #1b46a4;
    color: #fff;
    font-weight: bold;
    text-align: center;
    transition: all 0.5s ease;
}




.detail_box .dtop .dtop_cen .pos a {
    display: block;
    float: left;
    width: 200px;
    height: 80px;
    font-size: 18px;
    line-height: 80px;
    color: #333;
    text-align: center;
    transition: all 0.5s ease;
}

.detail_box .dtop .dtop_cen .pos a.active {
    background: #1b46a4;
    color: #fff;
    font-weight: bold;
}

.detail_box .dtop .dtop_cen .pos a:hover {
    background: #1b46a4;
    color: #fff;
    font-weight: bold;
}

.detail_box .dtop .dtop_cen .return {
    display: block;
    float: right;
    width: 200px;
    background: #e1e1e1;
    height: 80px;
    text-align: center;
        position: absolute;
    right: 0;
    top: 0;
}

.detail_box .dtop .dtop_cen .return:hover .txt {
    color: #1b46a4;
}

.detail_box .dtop .dtop_cen .return:hover .ico {
    transform: translateX(10px);
}

.edite_con{ padding: 30px 0; }
.detail_box .dtop .dtop_cen .return .txt {
    font-size: 16px;
    line-height: 80px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    transition: all 0.5s;
}

.detail_box .dtop .dtop_cen .return .ico {
    width: 19px;
    height: 15px;
    background: url(../images/fh.png) no-repeat;
    display: inline-block;
    margin: 0 4px;
    transition: all 0.5s;
    vertical-align: middle;
}

.detail_box .container .box {
    padding-top: 67px;
}

.detail_box .container .box .t {
    font-size: 24px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
}

.detail_box .container .box .pic {
    margin-top: 35px;
}

.detail_box .container .box .pic img {
    max-width: 100%;
}

.detail_box .container .box .con table {
    margin-top: 22px;
    border:1px solid #333;
    width: 100%;
}

.detail_box .container .box .table table {
    width: 100%;
}

.detail_box .container .box .table table tr td {
    border: 1px solid #e1e1e1 !important;
    padding: 15px 50px !important;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 32px;
    font-family: "Microsoft Yahei" !important;
    color: #333;
}

.detail_box .container .box .table table tr td p span {
    font-size: 16px !important;
    font-family: "Microsoft Yahei" !important;
    line-height: 32px !important;
}

.detail_box .container .box .table table tr td.bg {
    background: #f6f6f6 !important;
}

.detail_box .container .box .table table tr td.tit {
    font-size: 20px;
    line-height: 30px;
    color: #333 !important;
    font-weight: bold !important;
    text-align: center;
    font-family: "Microsoft Yahei" !important;
}

.detail_box .container .box .table table tr td.tit p,
.detail_box .container .box .table table tr td.tit span {
    font-size: 20px !important;
    font-family: "Microsoft Yahei" !important;
    line-height: 30px !important;
    color: #333 !important;
}

.detail_box .container .box .con {
    margin-top: 18px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.detail_box .container .box .con p {
    padding-left: 15px;
}
.detail_box .container .box .con table td{ border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    padding: 10px; }



.question{}
.list_lh{ overflow:hidden;}
.list_lh li{ padding:10px;}
.list_lh li h3{font-size: .45rem;
    line-height: 1.6;
    background: #f2f2f2;
    padding: .2rem .3rem; }
.list_lh li p{ font-size: 14px; line-height: 24px; margin-top:.2rem; }

.releat_case{ display: block; overflow: hidden; position: relative; padding-bottom: 1rem; margin-top:.5rem; }
#tj_case{display: block; overflow: hidden;}
#tj_case .swiper-slide{display: block; overflow: hidden;}
#tj_case .swiper-slide dl{border:1px solid #ccc; }
#tj_case .swiper-slide dl dt{ display: block; overflow: hidden; }
#tj_case .swiper-slide dl dt img{ width: 100%; display: block; }
#tj_case .swiper-slide dl dd{ width: 100%; background: rgba(0,0,0,0.5);  padding: .2rem; }
#tj_case .swiper-slide dl dd p{ font-size: .4rem; color: #fff; line-height: 2; }
#tj_case .swiper-pagination-bullet-active{ background: #d31632 }


.edite_con .con table{border:1px solid #e2e2e2; width: 100%; margin-top:1rem;}
.edite_con .con table td{border: 1px solid #e2e2e2; padding: 5px 10px;}


.news_021{display: block; overflow: hidden; padding: 1rem 0;}
.news_021 dl{ display: block; overflow: hidden; margin-bottom:20px; border-top:1px solid #e8e8e8; box-sizing: border-box;border-bottom:1px solid #e8e8e8; padding: 15px 0;}
.news_021 dl dt{  display: block; overflow: hidden; width: 132px; float: left;border-right:1px solid #e5e5e5; text-align: center;}
.news_021 dl dt h3{ font-size: 1.2rem; color: #878787; line-height: 1.2 }
.news_021 dl dt p{font-size: 14px; color: #878787; line-height: 20px;}
.news_021 dl dd{  display: block; overflow: hidden; float: right; width: calc(100% - 150px);}
.news_021 dl dd  h3{ color: #333333; line-height: 34px; font-size: 16px; }
.news_021 dl dd  p{ line-height: 28px;font-size: 14px; color: #606060; margin: 8px 0; }
.news_021 dl dd  span{ font-size:15px; color: #626262; line-height: 20px;  }

.news_021 dl:hover{border:1px solid #d31632; background: #fff;}
.news_021 dl:hover dd  h3{ color: #d31632; }

.gzy_style{display: block; overflow: hidden; padding: 1rem 0;}
.style01{ margin-bottom: 1rem;display: block; overflow: hidden; }
.sty_bt{ border-bottom: 1px solid #eee; line-height: 50px; }
.sty_bt h3{ font-size: 24px; color: #222;     display: flex;
    align-items: center; }
.sty_bt h3 i{ width: 36px; float: left;margin-right: 8px; }
.sty_bt h3 i img{ max-width: 100%; display: block; }
.style_list{ margin-top:.8rem;display: block; overflow: hidden; }
.style_list ul{ list-style: none; display: block; overflow: hidden; }
.style_list ul li{ width: 23%; float: left; margin-right: 2.3%; display: block; margin-bottom: 15px;overflow: hidden; }
.style_list ul li:nth-child(4n){ margin-right: 0; }
.style_list ul li .s_pic{ display: block; border:3px solid #ddd;  overflow: hidden;}
.style_list ul li .s_pic img{ max-width: 100%; display: block; }
.style_list ul li p{ text-align: center; font-size: 15px; color: #333; line-height: 24px; margin-top:6px; }



.surpport-item{}
.surppt01{ width: 54%; display: block; overflow: hidden; }
.sup_message{}
.sup_bt{}
.sup_bt h3{ font-size:.8rem; color: #000; line-height: 1.2;  }
.sup_bt p{    font-size: .65rem;
    color: #555;
    line-height: 26px;
    margin-top: .3rem; }

.messages02{  display: block; overflow: hidden;margin-top:.8rem; }
.messages02 ul{ list-style: none;display: block;overflow: hidden; }
.messages02 ul li{display: block;overflow: hidden; margin-bottom: 15px;background: #fff; border-radius: 10px;min-height: 50px; width: 49%;float: left;margin-right: 2%;}
.messages02 ul li:nth-child(2n){margin-right: 0;}
.messages02 ul li:nth-child(5),.messages02 ul li:nth-child(6){width: 100%;  }

.messages02 ul li input{ border: none;
    font-size: 16px;
    line-height: 30px;
    padding: 12px 15px;
    display: block;
    width: 100%;
    box-sizing: border-box; }
.messages02 ul li input::placeholder,.messages02 ul li textarea::placeholder{ font-size: 16px; color: #666; }
.messages02 ul li textarea{ border: none;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 15px;
    display: block;
    width: 100%;
    box-sizing: border-box; height: 180px;  }

 .messages02 ul li .btn{ background: #d31632;width: 100%;  }
 .messages02 ul li .btn span{ font-size: 18px; color: #fff; line-height: 60px; display: block; }
 .messages02 ul li .form-group{ padding: 12px 20px; }
.messages02 ul li .form-group p{ font-size: 16px; color: #333; }
.messages02 ul li .form-group span{    font-size: 16px;
    color: #5b5b5b;
    margin-right: 15px;
    line-height: 40px;
    font-weight: normal;}
.messages02 ul li .form-group span input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2); /* ç¨å¾®æ”¾å¤§ */
  }

.support_sales{ margin-top:.5rem; display: block; overflow: hidden; }
.sup_contact{ margin-top:1rem; display: block; }
.sup_contact dl{ display: flex; padding: .5rem; border-radius: 10px; background: #fff;margin:.5rem .5rem .6rem 0;box-shadow: 1px 1px 10px #eee; }
.sup_contact dl dt{width: 60px; height: 60px;border-radius: 100%; box-shadow: 1px 1px 10px #eee; background: #fff; margin-right: 20px;}
.sup_contact dl dt i{ display: block; font-size: 1.2rem; color: #d31632; text-align: center; line-height: 60px;width: 60px; }
.sup_contact dl dd{ width: calc(100% - 80px);}
.sup_contact dl dd h3{ font-size: 18px; color: #222; line-height: 30px; }
.sup_contact dl dd p{ font-size: 15px; color: #666; line-height: 26px; }

.sup_help{ width: 42%; background: #fbfbfc; box-shadow: 1px 1px 10px #eee; border-radius: 10px; padding: 1rem .6rem .8rem; box-sizing: border-box; }
.sup-item{ margin-top:.8rem; }
.sup-item dl{ display: flex; padding: .5rem; border-radius: 10px; background: #fff;margin:.5rem .5rem .3rem 0;box-shadow: 1px 1px 10px #eee;}
.sup-item dl dt{width: 60px; height: 60px;border-radius: 100%; box-shadow: 1px 1px 10px #eee; background: #fff; margin-right: 20px;}
.sup-item dl dt i{ display: block; font-size: 1.2rem; color: #d31632; text-align: center; line-height: 60px;width: 60px; }
.sup-item dl dd{ width: calc(100% - 80px);}
.sup-item dl dd h3{ font-size: 18px; color: #222; line-height: 30px; }
.sup-item dl dd p{ font-size: 15px; color: #666; line-height: 22px; }

/*  download  */
.download_list{ margin-top:1rem;width: 48%; }
.download-item{display: flex;
  justify-content: space-between;  /* 左右两端排列 */
  align-items: center;            /* 垂直居中对齐 */             
  flex-wrap: wrap;}

.d_title{}
.d_title h3{ font-size: 20px; color: #222; line-height: 34px; text-align: center;}
.download_list ul{ list-style: none; display: block; overflow: hidden;margin-top:.8rem;}
.download_list ul li{ line-height: 50px;border: 1px solid #eee;display: block; overflow: hidden;margin-bottom: 10px; padding: 10px 15px; border-radius: 5px; box-shadow: 1px 1px 10px #eee;}
.download_list ul li h3{ font-size: 15px; color: #555555; float: left; display: flex;justify-content: center;align-items: center; }
.download_list ul li h3 i{ margin-right: 15px; }
.download_list ul li h3 i img{ display: block; }
.download_list ul li .btn{ float: right; background: url(../images/down02.png) right no-repeat; padding-right: 30px; font-size: 14px; color: #a1a1a1; }

/* FAQ   */

.quesstion {
    display: block;
    overflow: hidden;
    margin-top:1rem;
}

.quesList {
    margin-top: -20px;
}

.quesList .dt {
    padding: 20px 24px 20px 0;
    position: relative;
    border-bottom: 1px solid #dedede;
    line-height: 28px;
    color: #420d0d;
    cursor: pointer;
    font-size: 18px;
}

.quesList .dt span {
    color: #b30720;
}

.quesList .dt i {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.quesList .dt i:before,
.quesList .dt i:after {
    content: "";
    background: #b5051f;
    position: absolute;
}

.quesList .dt i:before {
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 0;
}

.quesList .dt i:after {
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.quesList .dd {
    display: none;
}

.quesList .dd .wrap {
    padding: 20px 20px 1rem;
    background: #ffffff;
    color: #423e3e;
    position: relative;
    font-size: 16px;
    line-height: 30px;
}

.quesList .dd .wrap .mrgBtm {
    margin-bottom: 1.65%;
}

.quesList .dd .wrap .close {
    color: #222;
    position: absolute;
    right: 30px;
    bottom: 10px;
    line-height: 1;
    cursor: pointer;
}

.quesList .dd .wrap .close:hover {
    text-decoration: underline;
    color: #c10924;
}

.quesList .nLi.on .dt {
    border-color: #fff;
}

.quesList .nLi.on .dt i {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.quesList .dt:hover {
    color: #b70620;
}

.send_infomation{ background: #fff; border-radius: 10px; padding:1.5rem 1rem; display: block; overflow: hidden; }
.send-messages{ width: 50%; display: block; overflow: hidden;}
.s_message{ margin-top:1rem; }
.messages03{  display: block; overflow: hidden; }
.messages03 ul{ list-style: none;display: block;overflow: hidden; }
.messages03 ul li{display: block;overflow: hidden; margin-bottom: 15px;background: #fff; border-radius: 10px;min-height: 50px; border:1px solid #e7e7e7;}

.messages03 ul li input{ border: none;
    font-size: 16px;
    line-height: 30px;
    padding: 12px 15px;
    display: block;
    width: 100%;
    box-sizing: border-box; }
.messages03 ul li input::placeholder,.messages03 ul li textarea::placeholder{ font-size: 16px; color: #434448; }
.messages03 ul li textarea{ border: none;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 15px;
    display: block;
    width: 100%;
    box-sizing: border-box; height: 180px;  }

 .messages03 ul li .btn{ background: #d31632;width: 100%;  }
 .messages03 ul li .btn span{ font-size: 18px; color: #fff; line-height: 60px; display: block; }
 .messages03 ul li .form-group{ padding: 12px 20px; }
.messages03 ul li .form-group p{ font-size: 16px; color: #333; }
.messages03 ul li .form-group span{    font-size: 16px;
    color: #5b5b5b;
    margin-right: 15px;
    line-height: 40px;
    font-weight: normal;}
.messages03 ul li .form-group span input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2); 
  }

.contact_map{ width: 46%; display: block; overflow: hidden; }
.maps{ margin-top: 1rem; border-radius: 10px; overflow: hidden; }
.contact-information{ padding: 1.5rem 0 .5rem;display: block; overflow: hidden; }
.contact-item{ display: grid; margin-top:1rem;           
            grid-template-columns: repeat(4, 1fr);
            gap: .5rem;           
            transition: all 0.2s ease; }
.contact-item dl{padding: 1rem .6rem; margin-right: 2%; background: #fff; border-radius: 10px; display: flex; }
.contact-item dl dt{margin-right: 12px;}
.contact-item dl dt i{ font-size: 36px; color: #d31632; }
.contact-item dl dd{}
.contact-item dl dd h3{ font-size: .55rem; color: #222; line-height: 36px; }
.contact-item dl dd p{ font-size: 16px; color: #666; line-height: 30px; }


.still-quess{ text-align: center; display: block; overflow: hidden; }
.still-quess h3{ font-size:1rem; color: #222; line-height: 40px;  }
.quees_button{margin-top:1rem;display: flex; overflow: hidden;justify-content: center; }
.quees_button a{ margin-right: 1rem; font-size: .6rem; color: #fff; line-height: 30px; padding:.4rem 1rem; background: #d31632; border-radius: 10px; }
.quees_button a:nth-child(2){ border:1px solid #d31632;  color: #d31632;background: #fff; }
.quees_button a:nth-child(2):hover{ background: #d31632; color: #fff; }
.quees_button a:hover{ background: #c4021f; color: #fff; }


.device_list{display: grid;
    grid-template-columns: repeat(4, 1fr);  /* 一排3个，平均分配宽度 */
    gap: .8rem; }
.device_list dl{background: white;            
            padding: 15px;
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease, box-shadow 0.2s ease;}
.device_list dl dt{ display: block; overflow: hidden; }
.device_list dl dt img{ display: block;width: 100%; }
.device_list dl dd{ background: #eee; }
.device_list dl dd p{ font-size: 16px; color: #333; line-height: 40px; padding: 10px 15px; }
.device_list dl:hover dd{ background: #d31632 }
.device_list dl:hover dd p{ color: #fff; }
.auto-part01{ display: block; overflow: hidden; }
.auto-title{ display: block;  }
.auto-title h1{ font-size: .8rem; color: #222; line-height: 1.5;position: relative; }
.auto-title h1:after{ width: calc(100% - 350px); height: 2px; background: #eee;content:''; position: absolute; right: 0; top:50%; }

.automation-item{display: grid;
            grid-template-columns: repeat(3, 1fr);  /* 一排3个，平均分配 */
            gap: .5rem;margin-top:1.2rem;}
.automation-item dl{border:1px solid #dbdee7; box-shadow: 1px 1px 10px #eee; margin-bottom: 30px;}
.automation-item dl dt{position: relative;}
.automation-item dl dt .auto-pic{ display: flex; align-items: center; justify-content: center; }
.automation-item dl dt .auto-pic img{ width: 100%; display: block; }
.automation-item dl dt .auto-txt{ width: 100%; position: absolute; top:.5rem; background: rgba(179,0,8,0.9); left: 0; }
.automation-item dl dt .auto-txt h3{ text-align: center; font-size: .5rem; color: #fff; line-height: 50px; font-weight: normal; }
.automation-item dl dd{ padding: .8rem;display: block; overflow: hidden;border-top:1px solid #decbcd;}
.automation-item dl dd h3{ font-size: .5rem; color: #222; line-height: 30px; }
.automation-item dl dd .cp_desc{ margin-top:.3rem; }
.automation-item dl dd .cp_desc p{ font-size: 16px; color: #430909; line-height: 26px; }
.automation-item dl dd .cp_desc p em{ font-size: 20px; color: #d31632; }

.automation-item dl:hover{box-shadow: 1px 1px 10px #ddd; }
.automation-item dl:hover dd h3{ color: #d31632; }


.optional-item{  position: relative;margin-top:.8rem; }
.optional01{ position: relative; z-index: 2;     overflow: hidden;
    margin-bottom: 20px; }

.opt-title{ background: linear-gradient(to right, #a7001f, #ca1212);}
.opt-title h3{ font-size: .6rem; color: #fff; line-height: 50px; padding-left: 12px; }
.option-list{display: grid;
    overflow: hidden;
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr); }
.option-list dl{ display: block; overflow: hidden; width: 100%;
    }
.option-list dl a{background: linear-gradient(to right, #f6eeef, #f9f6f6);border-bottom: 1px solid #ddd; display: flex;padding:.8rem .5rem;}
.option-list dl:last-child{border-bottom:none;}
.option-list dl dt{width: 200px; display: flex;align-items: center;justify-content: center; margin-right: .5rem;}
.option-list dl dt img{width: 100%; display: block;}
.option-list dl dd{padding-top:12px;display: block; overflow: hidden;}
.option-list dl dd h3{ font-size: 16px; color: #222; line-height: 20px; }
.option-list dl dd .cp_desc{ margin-top:.5rem; }
.option-list dl dd .cp_desc p{ font-size: 14px; color: #430909; line-height: 26px;display: flex; }
.option-list dl dd .cp_desc p em{ font-size: 20px; color: #d31632; }


.auto-solution{margin-top:1rem; display: block; overflow: hidden;}
.design-txt{ font-size: 16px; color: #570b0b; line-height: 30px; }
.design-adv{ margin:1rem 0 .5rem;padding: .8rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee; box-shadow: 1px 1px 10px #eee;}
.design-adv ul{ display: flex;align-items: center;justify-content: center; }
.design-adv ul li{ font-size: 16px; color: #570b0b; line-height: 30px; padding: 0 .6rem; display: flex; }
.design-adv ul li i{ color: #d31632; font-size: 24px; }


.apply-question02{}
.apply-question02 h3{ font-size: .8rem; color: #222; line-height: 36px; text-align: center; }
.apply-question02 .question01{    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .8rem; }
.apply-question02 .question01 a{
    width: 260px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 56px;
    background: linear-gradient(to bottom,#e01d1d, #960000);
    margin-right: .5rem;
    box-shadow: 1px 1px 10px #eee;
    border-radius: 5px;
    }

.apply-question02 .question01 a:nth-child(2){background: linear-gradient(to bottom,#c50315, #8a0202);color: #fff;margin-right: 0;}
















