@charset "utf-8";
html {
    color: #444;
    font-size: 14px;
    font-family:"思源黑体 CN",'PingFang SC',"微软雅黑",Helvetica,Arial,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: 30px!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:  "思源黑体 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;
}

* {     -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; position:relative; 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){
    html{font-size:9.765625vw}
    select,input,textarea,button{font-size: 14px;}
   .w1440,.w1200,.w1000{width:92%;min-width: 300px;}
body{min-width:300px;font-size: 14px;line-height: 24px;padding-top: 50px;}
.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){
    html{font-size:12.02083vw}
    .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: #0559af; font-size: 15px;}
.searchbox .btn:hover {background: #0559af;}
.searchbox.on{opacity: 1;visibility: visible;top: 100%;z-index: 10;right: 0.9rem;}


.header {
          position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 122px;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            transition: all 0.4s ease;
            border-bottom: 1px solid rgba(255,255,255,0.1)
        }

.header-container {
            width: 100%;
            max-width: 1400px;
            display: flex;
            justify-content: space-between;
            align-items: center;           
            box-sizing: border-box;
        }
        .header.scrolled {
            height: 88px;
            background-color: rgba(255, 255, 255, 0.9);
            color: #333;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          border-bottom: none;
        }
        
        .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;}
 .header.scrolled .bai,.header:hover .bai{ display: none; }   
  .header.scrolled .cai,.header:hover .cai{ display: block; }  
        .nav-container {
            display: flex;
            align-items: center;
        }
        
        .nav-menu {
            display: flex;
            list-style: none;
            margin-right: 30px;
        }
        
        .nav-item {
            position: relative;
            margin: 0 15px;
        }
        
        .nav-link {
            color: inherit;
            text-decoration: none;
            font-size: .55rem;         
           transition: color 0.3s;
            position: relative;
            color: #fff;
            line-height: 122px;display: block;
        }
 .nav-menu .navdown .nav-link{ color: #ffae55 }  
        .nav-link:hover {
            color: #ffae55;
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background-color:#ffae55;
            transition: width 0.3s;
        }

.header:hover .nav-link{ color: #222; }   
.header.scrolled  .nav-link{ color: #222; line-height: 88px; }   
.header.scrolled  .nav-menu .navdown .nav-link{color:  #ffae55}
.header:hover .nav-link:hover{ color:  #ffae55 }
 .nav-menu .navdown .nav-link:after,.nav-link:hover::after {
            width: 100%;
        }
        
        .submenu {
            position: absolute;
            top: 100%;
            left: 0;
            width: 200px;
            background-color: rgba(255, 255, 255, 0.95);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            list-style: none;
            padding: 10px 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: 8px 20px;
        }
        
        .submenu-link {
            color: #333;
            text-decoration: none;
            font-size: 16px;
            display: block;
            transition: all 0.3s;
        }
        
        .submenu-link:hover {
            color:#00539e;           
            padding-left: 5px;
        }
        
        .nav-icons {
            display: flex;
            align-items: center;          
        }        
        .nav-icon {
            margin-left: 20px;
            font-size: 18px;
            cursor: pointer;
            transition: color 0.3s;
            position: relative;
            color: #fff;
        }
 .nav-icon h3{ font-size: 18px; color: #fff; background:url(../images/top_tel.png) .5rem no-repeat #ffae55; border-radius: 20px; padding:.3rem .3rem .3rem 1.5rem; line-height: 20px; font-weight: normal; font-family: Arial; }


  .language-switcher a{ color: #fff; font-size: 18px;    line-height: 122px;}
 .language-switcher i{ color: #fff;font-size: 18px; }
  
.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: 88px; }

        .nav-icon:hover {
            color:#00539e;
        }


        
/* 响应式设计 */
        @media (max-width: 1440px) {
            .header-container, .content {
                max-width: 1200px;
            }
        }
        
        @media (max-width: 1200px) {
            .header-container, .content {
                max-width: 992px;
            }
            
            .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;
            }
        }

.hot_product{ padding: 1.5rem 0; display: block; overflow: hidden; }
#hot_prod{ width: 100%; display: block; overflow: hidden; position: relative; }
#hot_prod .swiper-slide{ display: block;overflow: hidden; }
#hot_prod .swiper-slide dl{ position: relative;display: block;overflow: hidden;}
#hot_prod .swiper-slide dl dt{}
#hot_prod .swiper-slide dl dt img{ width:100%; display: block; }
#hot_prod .swiper-slide dl dd{ width: 58%;background: rgba(255,174,85,0.77); position: absolute; left: 0;top:0;height: 100%; padding: 6% 2% 0 4%; box-sizing: border-box; }
#hot_prod .swiper-slide dl dd .hot_desc{}
.hot_desc h3{ font-size: 1rem; color: #fff; line-height: 1.6; }
.hot_desc p{ font-size: .55rem; color: #fff; line-height: 36px; margin-top:.3rem; }

.hot_ico{ display: block; overflow: hidden; margin-top:1rem; }
.hot_ico ul{ display: flex; justify-content: center; align-items: center; }
.hot_ico ul li{ text-align: center; }
.hot_ico ul li i{ width: 100px; height: 100px; display: block;margin:0 auto; border-radius: 100%; }
.hot_ico ul li .a01{background: url(../images/ico01.png) 0 0 no-repeat #fff;}
.hot_ico ul li .a02{background: url(../images/ico01.png) 0 -100px no-repeat #fff;}
.hot_ico ul li .a03{background: url(../images/ico01.png) 0 -200px no-repeat #fff;}
.hot_ico ul li .a04{background: url(../images/ico01.png) 0 -300px no-repeat #fff;}
.hot_ico ul li .a05{background: url(../images/ico01.png) 0 -400px no-repeat #fff;}
.hot_ico ul li h3{ font-size: 18px; color: #fff; line-height: 30px; margin:10px 0; }
.hot_ico ul li p{ font-size: 14px; color: #dedede; line-height: 24px;padding: 0 .8rem;}
#hot_prod .swiper-button-prev{ width: 50px; height: 50px; background: url(../images/ico_fl.png) center no-repeat #fff; border-radius: 100%;  }
#hot_prod .swiper-button-next{ width: 50px; height: 50px; background: url(../images/ico_fl.png) center no-repeat #fff; border-radius: 100%;  transform: rotate(180deg); }

/*   */
.index_products{ padding: 1.5rem 0; }



 .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 35px;
            padding-bottom: 20px;          
            position: relative;
        }
        
        .section-title {           
            display: inline-block;
        }
         .section-title h3{ font-size: 1.3rem; color: #222; line-height: 1.4; }
          .section-title h3 i{ width: 14px; height: 14px; background: #ffae55;border-radius: 100%; display: inline-block; vertical-align: center; margin-left: 10px; }
        .section-title p{ font-size: 18px; color: #9a9a9a; line-height: 30px; } 

        
        .categories-container {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        
        .categories {
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
            border-bottom: 1px solid #eee;
            padding-bottom: 20px;
        }
        
        .category {
            font-size: 18px;
            color: #414141;
            cursor: pointer;           
            position: relative;
            transition: all 0.3s ease;          
                margin-right: 1.4rem;
    line-height: 60px;
        }
        
        .category:hover {
            color: #ffae55;
            transform: translateY(-2px);
        }
        
        .category.active {
            color: #ffae55;
          
        }
        
        .category.active::after {
          content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #fd8604;
        }
        
        .more-btn {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            background: #ffae55;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;        
          
            box-shadow: 0 6px 15px rgba(52, 152, 219, 0.1);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            border:12px solid #fff;
        }       
     
      .more-btn a{ font-size: 14px; color: #fff; line-height: 22px; text-align: center; background: url(../images/down.png) bottom no-repeat; display: block; padding-bottom: 18px; position: relative; z-index: 10; }  
        .more-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            transform: scale(0);
            transition: transform 0.5s ease;
        }
.more-btn::after{content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    animation: rotation2 1.5s linear infinite alternate;}
@keyframes rotation{
    0% {transform: rotate(0deg);}
    50% {transform: rotate(0deg);}
    90% {transform: rotate(360deg);}
    100% {transform: rotate(360deg);}
}
@keyframes rotation2{
    0% {width:110%;height:110%;left:-5%;top:-5%;transform: rotate(0deg);}
    100% { width:36.153846%;height:36.153846%;left:34.723077%;top:34.723077%;transform: rotate(-360deg);}
}
     
        .products-container {
            position: relative;
            margin: 30px 0 40px;
            border-radius: 12px;
            overflow: hidden;
        }
        
        .category-products {
            display: none;
        }
        
        .category-products.active {
            display: block;
        }
        
     .products-container   .swiper-container {                    
            border-radius: 10px;
            overflow: hidden;
            margin:0 45px;
            box-sizing: border-box;
        }
        
       .products-container  .swiper-slide {
            background: #fff;
            border-radius: 10px;           
            overflow: hidden;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            position: relative;
        }     
           
        .product-image01 {            
           transition: transform 0.5s ease;
           border-radius: 20px;
         display: flex;
    position: relative;
    overflow: hidden;
    min-height: 360px;
        }
 .product-image01 img{width: 100%; display: block;} 
  .product-image01 .zhezhao{width: 100%;position: absolute; height: 0;  background: rgba(255,174,85,0.73); bottom:0;left: 0;border-radius: 20px;  transition: 0.5s ease;opacity: 0;}
  .product-image01 .zhezhao i{ width: 60px; height: 60px; border:5px solid #fff; border-radius: 100%; position: absolute; top:50%; margin-left: -30px; left: 50%; margin-top:-30px;
  color: #fff; display: block; font-size: 36px;text-align: center; line-height: 60px; }   
 .products-container   .swiper-slide:hover  .product-image01 .zhezhao{  opacity: 1; height: 100%} 
      .products-container   .swiper-slide:hover .product-image {
            transform: scale(1.05);
        }
        
        .product-info {
            padding: 18px;
            flex-grow: 1;
            display: none;
            flex-direction: column;
            position: absolute; top:0;
            width: 100%;height: 100%; background: rgba(255,174,85,0.73); left: 0;

        }
        
        .product-name {
            font-size: 17px;           
            margin-top: 8px;
            color: #3e3e3e;
            text-align: center;
            line-height: 36px;
        }
      .products-container   .swiper-slide:hover .product-name{ color: #f48308; } 
        .product-desc {
            font-size: 14px;
            color: #7f8c8d;
            margin-bottom: 15px;
            flex-grow: 1;
            line-height: 1.5;
        }
        
        .product-price {
            font-size: 20px;
            font-weight: 700;
            color: #e74c3c;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .product-tag {
            font-size: 12px;
            background: #3498db;
            color: white;
            padding: 3px 8px;
            border-radius: 4px;
        }
        
       .products-container  .swiper-button-next, .products-container .swiper-button-prev {
            width: 45px;
            height: 45px;
            background: white;
            border-radius: 50%;
            transition: all 0.3s ease;
            outline: none;
        }
.products-container  .swiper-button-next i, .products-container .swiper-button-prev i{ font-size: 24px; color: #000; text-align: center; display: block; line-height: 45px; }
.products-container .swiper-button-next{ transform: rotate(180deg) }
   .products-container .swiper-button-prev{ left: 0; }
  .products-container  .swiper-button-next{ right: 0 }       
        .products-container .swiper-button-next:after, .products-container .swiper-button-prev:after {
            font-size: 20px;
            font-weight: bold;
        }
        
    .products-container .swiper-button-next:hover, .products-container .swiper-button-prev:hover {
          
        }
        
       .products-container  .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: #bdc3c7;
            opacity: 1;
        }
        
       .products-container  .swiper-pagination-bullet-active {
            background: #3498db;
            transform: scale(1.2);
        }
        


.warpper{ background: #f7f7f7; position: relative;overflow: hidden; padding: 0 0 1.5rem;}

.pro_list{background: #00539e; padding:.7rem .8rem;}
.ProNav{width: 340px;float: left; position: absolute; top:-3rem; z-index: 5;}
.cp_title{}
.cp_title h3{ font-size: .85rem; color: #fff; line-height: 1.5; font-weight: normal; }
.cp_seabtn{  display: block; margin:12px 0;}
.cp_seabtn .boxs{ border-bottom:1px solid #5486b2; display: block; line-height: 40px; display: flex;}
.cp_seabtn .boxs .btnSubmits{width: 40px; float: left;display: block; background: none; }
.cp_seabtn .boxs .btnSubmits i{ font-size: 24px; color: #5486b2; }
.cp_seabtn .boxs .texts{  width: calc(100% - 50px); font-size: 15px; color: #eee; line-height: 40px; }
.cp_seabtn .boxs .texts::placeholder{ font-size: 15px; color: #5486b2; }


   .nav-list {
            list-style: none;padding-bottom: 8px;
        }
               
        .nav-item:last-child {
            border-bottom: none;
        }
        
        .nav-category {
            display: flex;
            justify-content: space-between;
            align-items: center;
            /* padding: 16px 20px; */
            /* font-weight: 600; */
            color: #2c3e50;
            cursor: pointer;
            transition: all 0.3s;
            position: relative;
            margin-bottom: .2rem;
        }
        .nav-category span{display: block;
    position: relative;
    border-bottom: 1px solid #1763a7;
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 45px;}
       .nav-category span a{padding:13px 0.45rem 13px 0.3rem;display: block; font-size: 18px; color: #fff;}   

        .nav-category:hover {
           
        }
        
        .nav-category.active {
          
        }
        
       .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: 0;color: #fff;transform: rotate(-90deg);}
}
.nav-category i:before{transition: all 0.3s;margin-top: 6px;}
        
        .nav-category.active i {
           color: #fff;
           transform: rotate(0deg);
        }
        
        .subcategory-list {
            list-style: none;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
           
        }
        
        .nav-category.active + .subcategory-list {
            max-height: 500px;
        }
        
        .subcategory-item {
               padding: 5px 20px 5px 40px;
    cursor: pointer;
    transition: all 0.2s;
    color: #d2e2f0;
    position: relative;
    font-size: 16px;
    line-height: 36px;
        }
        
        .subcategory-item:last-child {
            border-bottom: none;
        }
        
        .subcategory-item:hover {           
            color: #fff;
        }
        
        .subcategory-item.active {
            color: #e6eef3;
            /* font-weight: 600; */
        }
        
        .subcategory-item:before {
            content: "";
            position: absolute;
            left: 25px;
            top: 50%;
            transform: translateY(-50%);
            width: 6px;
            height: 6px;
            background-color: #fff;
            border-radius: 50%;
        }
        


.ProRight{width: calc(100% - 370px);float: right; background-size: 120px;}
.ProList{padding-bottom: 0.2rem;}
.ProList ul{margin-left: -0.23rem;}
.ProList .item{padding: 0 0 0.23rem 0.23rem;text-align: center;width: 33.333%;float: left;}
.ProList .item a{display: block;border: 1px solid #eeeeee;margin-right: 1px;position: relative;padding-bottom: 0.66rem;}
.ProList .item:hover a{border: 1px solid #003b87;}
.ProList .imgbox{padding-top: 100%;}
.ProList .imgbox span{width: 80%;height: 80%;left: 10%;top: 10%;}
.ProList .tit{line-height: 0.66rem;padding:0 10px;color:#555;transition: all 0.3s;}
.ProList .info{height: 0.66rem;width:100%;left: 0;bottom: 0;z-index: 10;position: absolute;background:#f8f9fb;transition: all 0.3s;overflow: hidden;}
.ProList .item .desc{font-size: 14px;line-height: 24px;opacity: 0;transition: all 0.1s 0.3s;overflow: hidden;word-break:normal;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;}
.ProList .item .more{opacity: 0;transition: all 0.1s 0.3s;bottom: 0;}
.ProList .item.on .info{background:rgba(0,59,135,0.8);height: 100%;padding:0.6rem 0.28rem 0.28rem;color:#fff;overflow: hidden;}
.ProList .item.on .tit{font-size: 18px;color:#fff;}
.ProList .item.on .desc{text-align: left;opacity: 1;color:#fff;}
.ProList .item.on .more{position: absolute;bottom: 0.5rem;width: 100%;left: 0;opacity: 1;color:#fff;}
.ProList .item.on .more i{display: inline-block;vertical-align: middle;width: 12px;height: 12px;margin-left: 10px;background:url(../images/arr4.png);}

.FloatRight{position: fixed;top: 50%;transform: translateY(-50%);right: 10px;z-index: 1000;width: 0.9rem;}
.FloatRight .btn{display: flex;height: 0.9rem;text-align: center;background:#f8f9fb;flex-direction: column;align-items: center;justify-content: center;margin:10px 0 0;cursor: pointer;}
.FloatRight .btn .ico{width: 30px;height: 30px;}
.FloatRight .btn .ico img{width: 30px;height: 30px;}
.FloatRight .btn:hover{color: #fff;background:#043675;}

 .container02{  padding: 1rem 0;}

 .container {
            width: 100%;                 
              
            position: relative;
        }
        
        .product-detail {
            display: flex;
            flex-wrap: wrap;
            padding: .8rem .8rem .5rem;
        }
        
        /* 产品图片区域 */
        .product-image {
            flex: 1;
            min-width: 300px;
            padding: 15px 10px;
            position: relative;
        }
        
        .main-image {
            width: 100%;
            border-radius: 10px;
            overflow: hidden;
           
            cursor: zoom-in;
            transition: transform 0.3s ease;
        }
        
        .main-image:hover {
            transform: scale(1.02);
        }
        
        .main-image img {
            width: 100%;
            display: block;
        }
        
        .image-thumbnails {
            display: flex;
            margin-top: 15px;
            gap: 10px;
        }
        
        .thumbnail {
            width: 80px;
            height: 80px;
            border-radius: 5px;
            overflow: hidden;
            cursor: pointer;
            opacity: 0.7;
            transition: opacity 0.3s;
                margin-right: 10px;
        }
        
        .thumbnail:hover, .thumbnail.active {
            opacity: 1;
        }
        
        .thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        

 /* 产品信息区域 */
        .product-info {
            flex: 1;
            min-width: 300px;
            padding: 20px 2rem 20px 15px;
            position: relative;
        }
        .cp_next{position: absolute; width: 220px; right: 50px; top:.5rem;  }
        .cp_next p{ font-size: 16px; color: #00539e; line-height: 40px; }
         .cp_next p a{ color:535353;font-weight: bold; }
        .product-title {
            font-size: 22px;
            margin-bottom: 15px;
            color: #2c3e50;
            border-bottom: 1px solid #eee;
            padding-bottom: 15px;
        }
        
        .product-price {
            font-size: 24px;
            color: #e74c3c;
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        .product-description {
            margin-bottom: 25px;
            color: #555;
            line-height: 1.8;
            font-size: .5rem;
        }
        
        .features-list {
            list-style-type: none;
            margin-bottom: 25px;
        }
        
        .features-list li {
            padding: 8px 0;
            position: relative;
            padding-left: 25px;
            font-size: .5rem;
        }
        
        .features-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #2ecc71;
            font-weight: bold;
        }
        
        .action-buttons {
            display: flex;
            gap: 15px;
            margin-top: 30px;
        }
        


        /* 产品属性区域 */
        .product-attributes {           
            padding: 20px;
            min-height: 800px;
        }
        
        .attribute-tabs {
            display: flex;
            border-bottom: 1px solid #ddd;
            margin-bottom: 20px;
            line-height: 64px;
            background: #f4f6f9;
        }
        
        .tab {
         
            cursor: pointer;          
            color: #555;
            transition: all 0.3s;
            position: relative;
            font-size: .55rem;margin-left: 1rem;
        }
        
        .tab.active {
            color: #00539e;
        }
        
        .tab:after {
           position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    content: "";
    height: 4px;
    background: #00539e;
    transition: all 0.3s;
     
        }
   .tab.active:after  {width: 100%;
    left: 0;}
        
        .tab-content {
            display: none;
            padding: 20px;        
            border-radius: 8px;
            animation: fadeIn 0.5s;
            font-size: 16px;
    line-height: 32px;
        }
    .tab-content p img{ display: block;margin:10px auto;     max-width: 100%;}    
        
        .tab-content.active {
            display: block;
        }
        
        .attribute-list {
            list-style-type: none;
        }
        
        .attribute-list li {
            padding: 10px 0;
            border-bottom: 1px solid #eee;
            display: flex;
        }
        
        .attribute-list li:last-child {
            border-bottom: none;
        }
        
        .attr-name {
            flex: 1;
            font-weight: 600;
            color: #2c3e50;
        }
        
        .attr-value {
            flex: 2;
            color: #555;
        }
        
        /* 模态框 - 放大图片 */
        .modal {
            display: none;
            position: fixed;
            top: 10%;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }
        
        .modal-content {
            max-width: 90%;
            max-height: 90%;
            position: relative;
        }
        
        .modal-content img {
            width: 100%;
            height: auto;
            border-radius: 5px;
        }
        
        .close-modal {
            position: absolute;
            top: 15px;
            right: 15px;
            color: white;
            font-size: 30px;
            cursor: pointer;
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .product-detail {
                flex-direction: column;
            }
            
            .attribute-tabs {
                flex-wrap: wrap;
            }
            
            .tab {
                flex: 1;
                min-width: 120px;
                text-align: center;
            }
        }
        
        /* 动画效果 */
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }


/* button */
.btnam{position: relative;transition: all 0.3s;display: inline-block;text-align: center;color:rgba(0,59,135,0.8);border-radius: 0 0 30px;width: 240px;line-height:50px;
    overflow: hidden;border: 1px solid rgba(0,59,135,0.8);clear: both;cursor: pointer;}
.btnam em{position: relative;z-index: 1;display: inline-block; font-size: .55rem;}
.btnam:after{right: -200%;bottom: -200%;position: absolute;content: "";width: 200%;height: 200%;transition: all 0.5s 0.1s;background:rgba(0,59,135,1);border-radius: 30px;}
.btnam:hover:after{right:-10%;bottom:-10%;width: 120%;height: 120%;}
.btnam:hover{color:#fff;}

.FloatRight{position: fixed;top: 50%;transform: translateY(-50%);right: 10px;z-index: 1000;width: 88px;}
.FloatRight .btn{display: flex;height: 90px;text-align: center;background:#f7fcff;flex-direction: column;align-items: center;justify-content: center;margin:10px 0 0;cursor: pointer; font-size: 16px;} 
.FloatRight .btn .ico{width: 30px;height: 30px;}
.FloatRight .btn .ico img{width: 30px;height: 30px;}
.FloatRight .btn:hover{color: #fff;background:#043675;}

.ico{display: flex;vertical-align: middle;position: relative;align-items: center;justify-content: center;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;}
.ico .i1 {transition: 400ms;}
.ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico .i2,.li.on .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}


/*Bottom*/
.Footer{clear: both;background:#024684;color:rgba(255,255,255,0.4);line-height: 40px;position: relative;padding:2rem 0 1rem;font-size: 14px;z-index: 2; box-sizing: border-box;}

.Footer a{color:rgba(255,255,255,0.4);}
.Footer a:hover{color:#fff;}
.Footer .sitemap{width: 60%;float: left;}
.Footer .sitemap dl{width: 20%;padding-right:5%;float: left;}
.Footer .sitemap dl dt{margin-bottom: 0.21rem;color: #fff;position: relative;font-size: 18px;}
.Footer .sitemap dl dt i{font-size: 16px;position: absolute;right: 0;top: 0;width: 100%;text-align: right;display: none;}

.Footer .contact{width: 38%;float: right;position: relative;}
.Footer .contact ul{min-height: 2.37rem;margin-bottom: 1.07rem;}
.Footer .contact li{margin-bottom: 0;}
.Footer .contact li br{display: none}
.Footer .contact li a{display: block;font-size: 18px;background:url(../images/arr1.png) 0px center no-repeat;padding-left: 35px;transition: all 0.3s;color:#fff;}
.Footer .contact li a:hover{background-position: 8px center;}
.Footer .contact .ewm{position: absolute;right: 0;top: 9px;text-align: center;}
.Footer .contact .ewm img{width: 110px;height: 110px;display: block;margin:0 auto 7px;padding:8px;background:#fff;}

.Footer .Copyright{clear: both; padding-top: 1rem;}
.Footer .Copyright .fr i{display: inline-block;width: 24px;text-align: center;}
.Footer .Copyright a{display: inline-block;}

.totop{position:fixed;right:0;bottom:-100%;text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;width: 0.6rem;height: 0.6rem;line-height: 0.6rem;background:#333;color:#fff;box-shadow:0 0 10px rgba(0,0,0,0.2);z-index:210;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: 0;}
.totop:hover{color:#fff;background:#e60012;}


.cp_inventory{display: block; overflow: hidden; }
.inv_bt{ display: block; overflow: hidden; background: #00539e; }
.inv_bt h3{ font-size: 18px; color: #fff; line-height: 45px; padding:0 15px; font-weight: normal; }
.cp_inventory ul{ display: block; overflow: hidden; }
.cp_inventory ul li{ display: block; overflow: hidden; background: #f4f4f4;  margin-bottom: 1px; }
.cp_inventory ul li:nth-child(2n){ background: #e5e5e5 }
.cp_inventory ul li h3{ font-size: 16px; color: #6d6d6d; float: left; font-weight: normal; }
.cp_inventory ul li span{ float: right; font-size: 14px; color: #9b9b9b; background: url(../images/more.png) right no-repeat; padding-right: 25px; display: block; }
.cp_inventory ul li:hover span{ color: #00539e; text-decoration: underline; }
.cp_inventory ul li:hover  h3{ color: #00539e;}
.cp_inventory ul li a{line-height: 45px; padding:0 1rem; display: block;}


@media (max-width: 1650px) {
  .w1 {       
    display: block;
    box-sizing: border-box;
    width: 1200px;
}
}




/* 关于我们  */
.index_about{padding: 2rem 0; background: url(../images/bg01.jpg) top center no-repeat;display: block; overflow: hidden; position: relative; }

.company01{ padding: 1.5rem 0 0;display: block; overflow: hidden;width: 48%; }
.about_img{ width: 50%; display: block; overflow: hidden;position: absolute;right:0; top:2rem; border-top-left-radius: 30px;}
.about_img img{ display: block; max-width: 100%;}

.com_title{ display: block; overflow: hidden; }
.com_title h3{ font-size: 1rem; color: #414141; line-height: 1.4; }
.com_title h3 i{ color: #ffae55; font-style: normal; }

.com_desc{ padding:1.4rem 0 1.2rem;display: block; overflow: hidden;}
.com_desc  p{ font-size: 16px; color: #747474; line-height: 35px; }
.com_list{display: block; overflow: hidden; margin:.5rem 0 1rem; border-top:1px solid #eee;border-bottom:1px solid #eee; padding:.5rem 0;}
.com_list ul{ list-style: none;display: flex; overflow: hidden; }
.com_list ul li{margin:10px 0; text-align: left; padding:0 3.5%; width: 33%; font-family: "微软雅黑";}
.com_list ul li:nth-child(1){ padding-left: 0; }
.com_list ul li h3{ font-size: 16px; color: #757575; font-weight: normal; }
.com_list ul li h3 span{  font-size: 1rem; color: #414141; line-height: 1; font-family: Arial; font-weight: 600; }
.com_list ul li p{ font-size: 16px; color: #747474; line-height: 30px; margin-top:.2rem; font-weight: normal; }
.com_list ul li:nth-child(4){border-right: none;}

/* 解决方案 */
.index_solutions{ background: url(../images/bg02.jpg) no-repeat;display: block; overflow: hidden;position: relative;   }

.index-field-swiper .swiper-slide{width:22vw;transition: all 0.5s;}
.index-field-swiper .swiper-slide.active{width:34vw;}

.index-field-list .href{position: relative;display: block;}
.index-field-list .href::after{     width: 1px;
    height: 100%;
    background: rgba(255,255,255,0.7);
    content: '';
    position: absolute;
    right: 0;
    top: 0; }
.index-field-list .text{position: absolute;height:210px;left:20px;right:20px;top:15%;z-index: 2;color:#fff; padding-bottom: 20px;}
.index-field-list .icon{transition: all 0.5s;}
.index-field-list .icon i{ width: 110px; height: 110px; display: block; border:2px solid #fff; border-radius: 100%; margin:0 auto; }
.index-field-list .icon .b01{ background: url(../images/ico02.png) 0 0 no-repeat; }
.index-field-list .icon .b02{ background: url(../images/ico02.png) 0 -110px no-repeat; }
.index-field-list .icon .b03{ background: url(../images/ico02.png) 0 -220px no-repeat; }
.index-field-list .icon .b04{ background: url(../images/ico02.png) 0 -330px no-repeat; }
.index-field-list .text01{ text-align: center; }
.index-field-list h3{font-size:18px;margin:10px 0; font-weight: normal;}
.index-field-list .en{font-size:14px;font-family: "MiSans-R";opacity: 0.8;}
.index-field-list .jia{position: absolute;font-size:28px;line-height: 1;left:0;bottom:0;font-family: 'SourceHanSansCN-Medium';transition: all 0.5s; left: 50%; margin-left: -15px;}
.index-field-list .img{height:430px;}
.index-field-list .img>img{position: absolute;left:0;top:0;width:100%;height:100%;object-fit: cover;}
.index-field-list .img:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.6);z-index: 2;}
.index-field-swiper .swiper-slide.active .img::after{background:rgba(0,0,0,0);}

 .index-field-swiper .swiper-slide{width:22vw;}
    .index-field-swiper .swiper-slide.active{width:34vw;}

  .index-field-swiper .swiper-slide.active  .text{     background: linear-gradient(to bottom, rgba(0,0,0,0.01), rgba(230,163,90,0.8));
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center; padding-bottom: 0;} 
 .index-field-swiper .swiper-slide.active  .text .icon{ margin-right: 15px; }
  .index-field-swiper .swiper-slide.active  .jia{ display: none; }
  .index-field-swiper .swiper-slide.active .text01{ text-align: left; }
.index-field-swiper .swiper-slide.active .icon .b01{ background: url(../images/ico02.png) -110px 0 no-repeat #fff; }
.index-field-swiper .swiper-slide.active .icon .b02{ background: url(../images/ico02.png) -110px -110px no-repeat #fff; }
.index-field-swiper .swiper-slide.active .icon .b03{ background: url(../images/ico02.png) -110px -220px no-repeat #fff; }
.index-field-swiper .swiper-slide.active .icon .b04{ background: url(../images/ico02.png) -110px -330px no-repeat #fff; }

 .index-field-swiper .swiper-button-next, .index-field-swiper .swiper-button-prev {    width: 45px;
    height: 45px;  
      transition: all 0.3s ease;
    outline: none; background: none;}

 .index-field-swiper .swiper-button-next i, .index-field-swiper .swiper-button-prev i{ font-size:45px; color: #ffae55; }
 .index-field-swiper .swiper-button-next{ transform: rotate(180deg); }

@media (min-width:1400px){
    .index-field-swiper .swiper-slide.active .public-href{bottom:18%;}
    .index-field-list .img{height:560px;}
    .index-field-list .text{top:36%;left:35px;right:35px;}
    .index-field-list .public-href{left:35px;right:35px;}
    .index-field-list .public-href>.more{width:170px;font-size:16px;}
}
@media (min-width:1600px){
    .index-field-swiper .swiper-slide.active .public-href{bottom:23.75%;}
    .index-field-list .img{height:700px;}
    .index-field-list .text{top:30%;}
    .index-field-list h3{font-size:20px;}
    .index-field-list .en{font-size:18px;}
    .index-field-list .jia{font-size:36px;}
}




/* 案例  */
.index_case{ padding: 1.5rem 0; display: block; overflow: hidden; }
.pro_tit{ display: block; overflow: hidden; }
.pro_tit .title_left{}
.pro_tit .title_left h3{    font-size: 1.2rem;
    color: #222;
    line-height: 1.4;}
.pro_tit .title_left h3 i {
    width: 14px;
    height: 14px;
    background: #ffae55;
    border-radius: 100%;
    display: inline-block;
    vertical-align: center;
    margin-left: 10px;
}
.pro_tit .title_left p{ font-size: 18px; color: #9a9a9a; line-height: 30px; }
.pt_more{ width: 180px; }
.pt_more a{ background: #ffae55; border-radius: 30px; display: block; font-size: 18px; color: #fff;line-height: 55px; padding-left: 1rem; }
.pt_more a i{ transform: rotate(90deg);margin-left: .6rem; }

.case_list{ padding-top:1.2rem; display: block; overflow: hidden;width: 100% }
.case_list ul{ list-style: none;  display: block; overflow: hidden;}
.case_list ul li{ width: 32%; float: left; display: block; margin-bottom: .8rem; overflow: hidden; margin-right: 2%; }
.case_list ul li a{ display: block;position: relative; transition: all 0.5s;}
.case_list ul li:nth-child(3n){ margin-right: 0; }
.case_list ul li .case_img{ display: block; overflow: hidden; height: 280px; }
.case_list ul li .case_img img{ display: block; width: 100%; transition: all 0.5s;}
.case_list ul li:hover .case_img img{transform: scale(1.1)}
.case_list ul li .zhezhao{ width: 100%; background: linear-gradient(to bottom, rgba(0,0,0,0.01), rgba(0,0,0,0.8)); height: 60px; position: absolute; bottom: 0; z-index: 3; padding: .2rem 1rem; }
.case_list ul li .zhezhao h3{ font-size: .6rem; color: #fff; line-height: 60px; }
.case_list ul li .zhezhao p{ font-size: 15px; color: #fff;line-height: 30px; margin:0 0 1rem; }
.case_list ul li .zhezhao span{width: 160px; border:1px solid #fff; text-align: center; font-size: 16px; color: #fff; line-height: 48px; display: block; margin:0 auto;}
.case_list ul li:hover .zhezhao{ height: 100%; background: rgba(255,174,85,0.72); padding:.8rem 1rem; box-sizing: border-box; }


/* 新闻中心  */
.index_news{ padding:1.5rem 0; display: block; overflow: hidden;}
.news01{ display: block; width: 100%; position: relative;padding-top:1.5rem; }
.news01 .tab-hd{ width: 560px; position: absolute; right: 0; top:-2rem; }
.news01 .tab-hd li{ width: 32%; float: left; border:2px solid #ffae55; border-radius: 30px;
 background: url(../images/more.png) 85% no-repeat; padding-left: .8rem; box-sizing: border-box; line-height: 50px; margin-right: 2%; font-size: 18px; color: #ffae55; }
.news01 .tab-hd li:nth-child(3n){ margin-right: 0; }
.news01 .tab-hd li.active02,.news01 .tab-hd li:hover{ background: url(../images/more.png) 85% no-repeat #ffae55; color: #fff; }
.news01 .tab-bd{}
.news01 .tab-bd li{ display: none; }
.news01 .tab-bd li:nth-child(1){ display: list-item; }
.news_con{display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 25px; padding-bottom: 1.5rem;}
.news_con dl{   display: block; background: #fff;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    background: white; border-radius: 15px; overflow: hidden; }
.news_con dl dt{ display: block; overflow: hidden; }
.news_con dl dt img{ width: 100%; display: block; }
.news_con dl dd{ padding: .8rem .8rem 1rem;display: block; overflow: hidden;  }
.news_con dl dd p{ font-size: 14px; color: #909090; line-height: 20px; }
.news_con dl dd h3{ font-weight: normal; font-size: 18px; color: #646464; line-height: 30px; margin:.6rem 0; }
.news_con dl dd i{ transform: rotate(180deg); font-size: 22px; color: #ffae55; display: block; text-align: left; float: left; }
.news_con dl:hover dd h3{ color: #ffae55; }


/* 底部  */


.footer{ background: #464952;display: block;overflow: hidden;}
.db_link{ border-bottom: 1px solid #60636b;display: block;overflow: hidden; padding: .4rem 0 }
.db_link ul{}
.db_link ul li{ float: left; display: block;font-size: 16px; color: #d0d0d0; line-height: 45px; }
.db_link ul li a{ font-size: 16px; color: #9b9da3; display: block; padding: 0 .2rem; }

.db_con{ padding: 1.6rem 0; display: block;overflow: hidden;}
.footer_left{ width: 35%; display: block; overflow: hidden; }
.db_logo{ display: block; overflow: hidden; }
.db_contact{ display: block; overflow: hidden;margin-top:.5rem;}
.db_contact h3{ font-size: 18px; color: #c2d4eb; line-height: 30px; }
.db_contact p{ font-size: 15px; color: #c2d4eb; line-height: 28px; }



.db_nav{ display: flex;overflow: hidden; padding: 1.5rem 0 0;}
.db_nav dl{width: 17%;overflow: hidden;}
.db_nav dl:last-child{ margin-right: 0; }
.db_nav dl dt{ display: block; overflow: hidden; font-size: 18px; color: #fff; line-height: 40px;}
.db_nav dl dt a{ color: #fff; }
.db_nav dl dd{ padding: .5rem 0 0; display: block; overflow: hidden; }
.db_nav dl dd a{ font-size: 16px; color: #adb0b5; line-height: 44px;display: block; }
.db_nav dl dd a:hover{ color: #fff }

.db_lx{display: flex;overflow: hidden; padding: 1.5rem 0 1rem;}


.db_ewm{  display: block; overflow: hidden; width: 260px;}
.db_ewm img{ display: block; }
.db_ewm p{ font-size: 15px; color: #fff; line-height: 30px; }
.db_tel{ width: 400px; padding: 0 1rem; border-left: 1px solid #60636b; border-right: 1px solid #60636b; box-sizing: border-box;}
.db_tel p{ font-size: 18px; color: #fff; line-height: 50px; }
.db_tel h3{ font-size: 1.2rem; color: #fff; line-height: 60px; }
.db_addr{ width:calc(100% - 700px);  
    margin-left: 1rem;}
.db_addr p{ font-size: 16px; color: #adb0b5; line-height: 45px; }



.copyright{display: block;overflow: hidden; width: 100%; padding: .6rem 0;background: #40404a;}
.copyright p{ font-size: 16px; color: #c0c0c5;line-height: 40px;  }



.positions{ bottom: 15px;
    display: block;
    z-index: 10;
    position: absolute;
    width: 100%; }
.positions p{ font-size: 14px; color: #fff; line-height: 36px; background: url(../images/position.png) left no-repeat;padding-left: 25px;display: block;float: right;  }
.positions p a{ color: #fff; }
.part01{display: block;
    overflow: hidden;     width: 100%; padding: 0 0 1.5rem;}
.sidebar{display: block;overflow: hidden; width: 100%; ;}
.sidebar .side_list{  }
.side_list ul{ list-style: none; display: block; overflow: hidden; text-align: center;padding:20px 0 }
.side_list ul li{ display: inline-block;}
.side_list ul li a{     display: block;
    color: #5f5f5f;
    font-size: .5rem;
    line-height: 1.2;
    padding: 0 .8rem;
    border-right: 2px solid #5f5f5f;
    margin-right: -.2rem; }
.side_list ul li:last-child a{ border-right:none; }

.side_list ul li a:hover,.side_list ul li a.on2{ color: #ffae55; }
.company{padding: 2rem 0 0; display: block; overflow: hidden; position: relative;}
.company_desc{ width: 48%;  display: block; overflow: hidden; }
.company_desc h3{ font-size: 1.2rem; color: #333333; line-height: 1.4;font-weight: normal; }
.company_desc .desc01{ padding: 1rem 0; display: block; overflow: hidden;}
.desc01 p{ font-size: 15px; color: #565656; line-height: 34px; }
.com_pic{ position: absolute; right: 0; width: 49%; display: block; overflow: hidden; }


.part02{ background: #f7f7f7;padding: 1.5rem 0 0; display: block; overflow: hidden; }
.ab_title h3{ text-align: center; font-size: 1.2rem; color: #333333; line-height: 1.4; position: relative; padding-bottom: 12px;font-weight: normal; }
.ab_title h3:after{ width: 62px; height: 3px; background: #ffae55;position: absolute; bottom: 0;left: 50%;margin-left: -31px; content:''; }
.culture_list02{display: block; overflow: hidden; margin-top:1rem;}
.culture_list02 dl{ width: 33.3%; display: block;overflow: hidden; position: relative; float: left; }
.culture_list02 dl:last-child{ width: 33.4%; }
.culture_list02 dl dt{ display: block; overflow: hidden; }
.culture_list02 dl dt img{ display: block; }
.culture_list02 dl dd{position: absolute; text-align: center; top:42%;width: 100%;transition: all 0.5s;}
.culture_list02 dl dd h3{font-size: .7rem; color: #fff; line-height: 1.5;font-weight: normal;}
.culture_list02 dl dd p{ padding: 0 30%; font-size: 16px; color: #fff; line-height: 30px; margin-top:12px; }
.culture_list02 dl:hover dd{ top:38%; }



/* 荣誉资质  */
.part04{ background: #f7f7f7;padding: 1.5rem 0; display: block; overflow: hidden;  }
.honor_list{display: block; overflow: hidden; margin-top:1rem;}
.honor_list ul{ list-style: none; display: block; overflow: hidden;}
.honor_list ul li{width: 24%;
    float: left;
    background: #fff;
    padding: .6rem;
    box-sizing: border-box;
    margin-right: 0.8%;
    overflow: hidden;
    margin-bottom: 15px;}
.honor_list ul li:nth-child(4n){ margin-right: 0; }
.honor_list ul li p{ font-size: 14px; color: #939393; line-height: 30px; }
.honor_list ul li h3{ font-size: 16px; color: #676767; line-height: 45px; font-weight: normal; overflow: hidden;}
.honor_list ul li .honor_img{display: block; overflow: hidden; margin:20px 0; }
.honor_list ul li .honor_img img{ display: block;margin:0 auto; height: 300px;}

.honor_list ul li:hover h3{color: #ffae55;}

.parnter_pic{ margin-top:1.2rem;display: block;overflow: hidden; }
.parnter_pic ul{ list-style: none; display: block; }
.parnter_pic ul li{width: 14.8%;float: left; background: #fff; border-radius: 12px; box-shadow:  1px 1px 10px -1px #eee; margin:5px 1% 18px 0.5%; border:1px solid #e5e5e5;}
.parnter_pic ul li img{ display: block; max-width: 100%; margin:0 auto; border-radius: 12px; }
.parnter_pic ul li:nth-child(6n){ margin-right: 0; }

/* 产品中心   */
.warpper{ padding:0 0 1.5rem;overflow: hidden;background: #f7f7f7; width: 100%; }
.products02{ padding: 1rem 0; display: block;overflow: hidden;}
.products02 dl{width:calc(23.3% - 2px); float: left; margin-right: 2%;margin-bottom: 20px;display: block;overflow: hidden; background: #fff; border:1px solid #eeeeee;}
.products02 dl:nth-child(4n){ margin-right: 0; }
.products02 dl dt{ border-bottom: 1px solid #eeeeee; display: flex;overflow: hidden; align-items: center; justify-content: center;height: 300px;}
.products02 dl dt img{display: block;overflow: hidden; max-height: 100%;max-width: 100%;}
.products02 dl dd{ padding: .6rem; display: block; overflow: hidden; }
.products02 dl dd h3{ font-size: 16px; color: #999; line-height: 30px; font-weight: normal; }
.products02 dl dd span{ width: 118px; border:1px solid #eee; display: block; margin-top:.8rem;overflow: hidden; font-size: 14px; color: #999; line-height: 40px; text-align: center; }
.products02 dl:hover{ box-shadow: 1px 1px 10px #eee; }
.products02 dl:hover dd h3{ color: #ffae55 }
.products02 dl:hover dd span{ background: #ffae55; color: #fff; }
.products02 dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}






.news-li { padding: 20px 0; border-bottom: 1px solid #DFDFDF; }
.news-li-a { display: block; display: flex; height: 86px; border: 1px solid transparent; }
.news-li-a .date { padding-top: 20px; width: 70px; height: 85px; background: #F2F2F3; text-align: center; font-size: 12px; color: #7E480E; box-sizing: border-box; }
.news-li-a .date .day { font-size: 24px; line-height: 24px;}

.news-li-a .cont { padding: 15px 20px 0; flex: 1; height: 65px; font-size: 18px; line-height: 25px; font-weight: bold; color: #7E480E; }
.news-li-a:hover { border-color: #007750; }
.news-li-a:hover .date { background-color: #007750; color: #fff; }
.news-li-a:hover .cont { color: #007750; }
.news-top { margin-bottom: 40px; }
.news-top .tit { margin-bottom: 20px; font-size: 18px; font-weight: bold; color: #000; text-align: center; }
.news-top .time { font-size: 14px; color: #000; text-align: center; }

.tran {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}



@-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);
    }
}

.warp{ padding: 40px 0; display: block; overflow: hidden; }
.pany_bt{ border-bottom: 1px solid #eee; }
.pany_bt h3{ font-size: 20px; color: #222; line-height: 50px; text-align: center; }

.company_con{ padding: 1rem; background: #fff; }
.warpper02{ padding: 0 0 1.5rem;
    overflow: hidden;
    background: #fff;
    width: 100%;}
.article_editor p{ font-size: 14px; color: #666; line-height: 30px;  }
.mothed_list{ margin:30px 0; display: block;overflow: hidden; }
.mothed_list dl{ width: 31.5%; float: left; display: block; margin: 5px 2% 15px 0.5%; overflow: hidden; margin-bottom:30px; box-shadow: 1px 1px 10px #ddd; background: #fff; }
.mothed_list dl:nth-child(3n){ margin-right: 0; }
.mothed_list dl dt{ display: block; overflow: hidden; }
.mothed_list dl dt img{ width: 100%; display: block; }
.mothed_list dl dd{ padding:20px 15px; display: block; overflow: hidden; }
.mothed_list dl dd h3{     font-size: 20px;
    color: #222;
    line-height: 30px;
    font-weight: 600;}
.mothed_list dl dd p{ font-size: 15px;
    color: #333;
    line-height: 28px;
    margin-top: 12px;
    min-height: 120px; }
.mothed_list dl:hover{ box-shadow: 1px 1px 8px #ccc;}

.mothed_list dl:hover dd h3{ color: #ffae55; }
.mothed_list dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.mothed_list dl:hover dd p{ color: #f3981e; }



/*  新闻资讯  */
.news_con01{ background: #fff; padding:.8rem; overflow: hidden; margin-top:.3rem;}
.news_02{ display: block; overflow: hidden; }
.news_02 dl{ display: block;overflow: hidden; padding: .7rem 0; border-bottom: 1px solid #eee; }
.news_02 dl dt{ width: 22%; float: left; display:block; overflow: hidden; margin-right: 2%;  }
.news_02 dl dt img{ max-width: 100%; display: block;  -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;}
.news_02 dl dd{ width: 76%; float: left; display:block; overflow: hidden;padding:.5rem 0 0;}
.news_02 dl dd h3{ font-size: .5rem; color: #000000; line-height: 2; font-weight: bold; }
.news_02 dl dd p{ font-size: .42rem; color: #808080; line-height: 1.8; margin:.3rem 0 .4rem;display:block; }
.news_02 dl dd span{ font-size: .5rem; color: #3f3f3f; line-height: 1.6;display:block; }

.news_02 dl:hover dt img{-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.news_02 dl:hover dd h3{ color: #254697; }



.news_tuijian{ }
#news03{ display: block;position: relative;overflow: hidden; padding-bottom: 20px; }
#news03 .swiper-slide{}
#news03 .swiper-slide dl{}
#news03 .swiper-slide dl dt{ width: 35%;
    display: block;
    overflow: hidden;
    float: left;}
#news03 .swiper-slide dl dt img{display: block;
    max-width: 100%;
    height: 240px;
    margin: 0 auto;}
#news03 .swiper-slide dl dd{    float: right;
    width: 63%;
    display: block;
    overflow: hidden;
    padding: 20px 0 0;}
#news03 .swiper-slide dl dd h3{    color: #333333;
    line-height: 34px;
    font-size: 18px;}
#news03 .swiper-slide dl dd p{     line-height: 28px;
    font-size: 15px;
    color: #606060;
    margin: 8px 0; }
#news03 .swiper-slide dl dd span{font-size: 15px;
    color: #626262;
    line-height: 20px;}
#news03 .swiper-pagination{ bottom: 0; }
#news03 .swiper-pagination-bullet-active{ background: #0c5fa5;}






.w2{ width: 1300px; display: block; margin: 0 auto; }
@media(max-width: 1600px){    
.w2{ width: 1200px; }
}

.so_list02{display: block; overflow: hidden;}
.so_list02 dl{ width: 49%; float: left; margin-right: 2%; margin-bottom: .5rem; position: relative;overflow: hidden;display: block; }
.so_list02 dl:nth-child(2n){ margin-right: 0; }
.so_list02 dl dt{display: block; overflow: hidden;}
.so_list02 dl dt img{ width: 100%; display: block; }
.so_list02 dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}


.so_list02 dl dd{ position: absolute; width: 100%; bottom: 0;     background: linear-gradient(to bottom, rgba(0,0,0,0.01) , rgba(0,0,0,0.4));    
    left: 0;
    padding: .7rem .5rem; }
.so_list02 dl dd p{ font-size: .6rem; color: #fff; line-height: 2; }


/* 关于我们 */


.ases_about{ padding: .5rem 0;display: block; overflow: hidden; }
.ases_about p{ font-size: .48rem; color: #6c6c6c; line-height: 2.2; text-align: justify;}
.com_img{ width: 47%;  display: block; overflow: hidden; border-top-left-radius: 30px; border-bottom-right-radius: 30px;}
.com_img img{ display: block; }
.bg11{ background: #f5fbff; }
.ab_title{ text-align: center;display: block; overflow: hidden; }

.cur_left{width: 62%; }

.cur_right{width:38%; display: block; overflow: hidden;position: absolute; right: 0; height: 100%;}
.cur_right dl{display: block; overflow: hidden;position: relative; }
.cur_right dl dt{ display: block; overflow: hidden; }
.cur_right dl dt img{ display: block; }
.cur_right dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.cur_right dl dd{ width: 100%; position: absolute; bottom:.4rem; padding-left: .5rem; box-sizing: border-box; }
.cur_right dl dd h3{ font-size: .8rem; color: #fff; line-height: 1.6; }
.cur_right dl dd p{ font-size: .5rem; color: #fff; line-height: 2; }


/* 联系我们 */
.contact_01{ background: #f7f8fa;display: block; overflow: hidden;margin-top:2rem; }
.con_bt{ display: block; text-align: center;overflow: hidden;  }
.con_bt h3{ font-size: .8rem; color: #3f3f3f; font-weight: normal; position: relative;line-height: 2; padding-bottom: 10px; }
.con_bt h3:after{ width: 60px; height: 3px; content:''; background: #002e5a; position: absolute;bottom: 0; left: 50%; margin-left: -30px; }
.contact_01 .c_map{ width: 52%; display: block; overflow: hidden; }
.contact_01 .c_map iframe{height: 550px;
    display: block;}
.contact_01 .c_lxwm{ width: 45%; display: block; overflow: hidden; padding: 5% 0 0; } 
.contact_01 .c_lxwm h3{ font-size: .75rem; color: #232323; line-height: 2; border-bottom: 1px solid #eee; padding-bottom: .3rem; }
.contact_01 .c_lxwm .lxwm_lb{ margin-top:28px; }
.contact_01 .c_lxwm .lxwm_lb p{font-size: 15px;
    color: #5d5d5d;
    line-height: 30px;
    margin-bottom: 15px;}
.contact_01 .c_lxwm .lxwm_lb p i{ float: left; width:30px; height: 30px; display: block;margin-right: 10px;  }
.contact_01 .c_lxwm .lxwm_lb p .d01{ background: url(../images/lx_ico2.png) 0 0 no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d02{ background: url(../images/lx_ico2.png) 0 -30px no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d03{ background: url(../images/lx_ico2.png) 0 -60px no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d04{ background: url(../images/lx_ico2.png) 0 -90px no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d05{ background: url(../images/lx_ico2.png) 0 -120px no-repeat; }

.contact_01 .c_lxwm .lxwm_lb p b{ font-size: .7rem; color: #002e5a; font-weight: bold; }

.message01{ margin-top:1.5rem; display: block; overflow: hidden; }
.message01 ul{ padding-top:.8rem; border-top:1px solid #dedede; display: block; overflow: hidden;  list-style: none; }
.message01 ul li{ width: 32%; float: left; margin-right: 2%; display: block; overflow: hidden; margin-bottom: 25px;}
.message01 ul li input{ display: block; padding: 0 .3rem; font-size:14px; line-height: 48px;border:1px solid #dedede; width: 100%; box-sizing: border-box;  }
.message01 ul li:nth-child(3){ margin-right: 0; }
.message01 ul li:nth-child(4),.message01 ul li:nth-child(5),.message01 ul li:nth-child(6){width: 100%; display: block; margin-right: 0;}
.message01 ul li:nth-child(5) input{ float: left; width: 200px; }
.message01 ul li:nth-child(5) img{float: left;  height: 48px}
.message01 ul li textarea{ width: 100%; padding: .2rem .3rem;font-size:14px; line-height: 48px;border:1px solid #dedede; width: 100%; box-sizing: border-box; min-height: 150px;outline: none; }
.message01 ul li:nth-child(6) .submit{ width: 200px; background: #164877; border-radius: 30px; margin: 0 auto; display: block; font-size: .5rem; color: #fff; text-align: center; line-height: 48px; height: 48px; }


.bg12{ background: #f8f8f8; }
.bg13{ }

.ny_article{display: block; overflow: hidden; }
.article_bt{ border-bottom: 1px solid #eee; display: block; overflow: hidden; }
.article_bt h3{ font-size: .7rem; color: #333; line-height: 2; }
.article_news,.article_services{  display: block; overflow: hidden; }
.article_news dl{margin-bottom: 10px;
    overflow: hidden;
    padding: 20px;
    background: #fff;}
.article_news dl dd{ display: block; overflow: hidden; }
.article_news dl dd h3{ font-size: .45rem; color: #333333; line-height: 2; font-weight: bold; }
.article_news dl dd p{ font-size: 14px; color:#989898; line-height: 26px; margin:.4rem 0 .8rem;  }
.article_news dl dd span{ font-size: 14px; color: #686868; background: url(../images/time.png) left no-repeat; display: block; padding-left: 25px; line-height: 24px; }
.article_news dl:hover dd h3{ color: #1b46a3; }
.article_news dl:hover dt img{transform: scale(1.1);}


.product_012{ display: block; overflow: hidden; }
.product_012 dl{ float: left;   
    background: #fff;
    border: 1px solid #eeeeee;
    margin-right: 32px;
    margin-top: 32px;
    box-sizing: border-box; width: 23.5%; margin-right: 1.8%;}
.product_012 dl:nth-child(4n){ margin-right: 0; }
.product_012 dl a{ display: block;  position: relative; }
.product_012 dl dt{display: block; overflow: hidden;}
.product_012 dl dt img{ max-width: 100%; display: block; }
.product_012 dl dd{ padding: 10px 8px; display: block; overflow: hidden; border-top:1px solid #eee;text-align: center;  }
.product_012 dl dd h3{ font-size: 16px;
    color: #333;
    line-height: 36px; }
.product_012 dl dd h4{ font-size: 15px; color: #222; line-height: 2; font-weight: normal; }
.product_012 dl dd p{ font-size: .45rem; color: #8a8a8a; line-height: 30px; padding: .2rem 0; }
.product_012 dl:hover dd h3{ color: #164877; }
.product_012 dl dd span{ width: 41px; height: 41px; background: url(../images/p_more.png) 0 0 no-repeat; position: absolute; right: .5rem; bottom: .5rem; }
.product_012 dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.product_012 dl:hover dd span{ background: url(../images/p_more.png) 0 -43px no-repeat;}

.positions02{ display: block; border-bottom: 1px solid #ddd; overflow: hidden; background: #fff; }
.positions02 p{ background: url(../images/position.png) left no-repeat;
    padding-left: 30px;
    font-size: 14px;
    color: #333;
    line-height: 60px; }
.positions02 p a{ color: #333; }
.cp_menu{width:100%;overflow: hidden;}
.cp_menu h4{font-size:30px;font-weight:normal;text-align:center;line-height:90px;}
.cp_menu .one_subnav{width:100%;background:#fff;border-top:1px solid #e62125;box-sizing:border-box;padding:40px 40px 0;overflow:hidden;}
.cp_menu .one_subnav a{display: block;
    float: left;
    min-width: 70px;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    margin-bottom: 30px;
    margin-right: 40px;}
.cp_menu .one_subnav a.on1{color: #0c5fa5;
    font-weight: bold;}
.cp_menu .two_subnav{width:100%;border-top:1px solid #1a5a9f;background:#fcfcfc;box-sizing:border-box;padding:30px;overflow:hidden;}
.cp_menu .two_subnav a{display:block;float:left;font-size:16px;color:#777777;line-height:16px;margin-bottom:30px;box-sizing:border-box;padding-left:22px;margin-right:50px;background:url(../images/cp_list_bg_1.png) no-repeat center left; }
.cp_menu >div>a:hover{color:#0c5fa5;}
.cp_menu .two_subnav a.active{color:#0c5fa5;background:url(../images/cp_list_bg_2.png) no-repeat center left;}

.cp_menu >div.two_subnav>a:hover{background:url(../images/cp_list_bg_2.png) no-repeat center left;}
.cp_bd{width:100%;background:#f1f1f1;}
.cp_bd h4{font-size:30px;font-weight:normal;text-align:center;line-height:140px;}

.list_box_tab{ background: #f8f8f8; }
.article_content02 h1.article_title {
    font-weight: normal;
    padding: 5px 0;
    font-size: 20px; 
    line-height: 30px;
}
.article_content02 .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.hot_news{ width: 300px; display: block; overflow: hidden; }
.hot_news .hot_title{ font-size: 18px; color: #222;line-height: 45px; }
.hot_zxlb{ margin-top:20px; display: block; overflow: hidden; }
.hot_zxlb dl{ display: block; overflow: hidden; margin-bottom: 10px; }
.hot_zxlb dl dt{ display: block; overflow: hidden; }
.hot_zxlb dl dt img{ display: block;width: 100%;  }
.hot_zxlb dl dd{padding: 12px 8px;overflow: hidden;display: block;}
.hot_zxlb dl dd span{ font-size: 14px; color: #888; line-height: 24px; }
.hot_zxlb dl dd h3{ font-size: 16px; color: #333; line-height: 26px; font-weight: normal; }
.article_content02{ width: calc(100% - 330px); display: block; overflow: hidden; }
.hot_zxlb dl:hover dd h3{ color: #0c5fa5; }

/*banner*/

#flash {
    width: 100%;
    display: block;    
  aspect-ratio: 16/8; /* 现代浏览器推荐 */
}

#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;
    transition: all 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940); 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%; }

}


.com_desc02{ width: 50%; display: block;overflow: hidden;padding-top:.5rem; }
.com_desc02 h3{ font-size: .9rem; color: #434e59; line-height: 2; position: relative;padding-bottom: 10px;letter-spacing: 2px; font-weight: normal; }
.com_desc02 h3:after{ width: 50px; height: 3px; content:''; position: absolute; bottom: 0; left: 0; background: #164877 }
.ases_about{ padding: .5rem 0;display: block; overflow: hidden; }
.ases_about p{ font-size: .48rem; color: #6c6c6c; line-height: 2.2; text-align: justify;}
.com_img02{ width: 47%;  display: block; overflow: hidden;  border-radius: 30px;    margin-top: 35px;}
.com_img02 img{ display: block; border-radius: 30px; }

.par_about{display: block; overflow: hidden;}
/* 企业文化 */
.part02{display: block; overflow: hidden; position: relative; background: #f3f4f8; padding: 35px 0; margin-top:1.5rem;}
.qy_bt{display: block; overflow: hidden;position: relative; text-align: center;}
.qy_bt h4{font-size: 40px;
    color: #e9ebf3;
    line-height: 70px;; }
.qy_bt h3{ font-size: 26px; color: #3c3c3c; line-height: 30px; text-align: center; position: absolute; bottom: 0;text-align: center; width:100%; }

.culture{display: block; overflow: hidden; margin-top:1.2rem;}
.culture dl{     width: 23%;
    margin-right: 2.33%;
    float: left;
    display: block;
    overflow: hidden;
    position: relative; }
.culture dl:nth-child(4){ margin-right: 0; }
.culture dl dt{ display: block; overflow: hidden; }
.culture dl dt img{ width: 100%; display: block; }
.culture dl dd{ width: 100%; position: absolute; top:0; text-align: center; padding:15% 0 0; }
.culture dl dd h3{     font-size: 24px;
    color: #fff;
    line-height: 36px; font-weight: normal; font-style: italic; }




/* 企业简介  */
.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 .mxfDiv {
    position: absolute;
    right: 25%;
    top: 40%;
    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;
}




/*左侧分栏*/
.con_section {
    position: relative;
    padding: 5px 0 50px;
    overflow: hidden;
}

lside {
    display: block;
    position: relative;
    float: left;
    width: 20%;
}

lside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #025cad;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

lside .lside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {
    padding-left: 14px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 190px no-repeat;
    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 10px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 190px no-repeat #025cad;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 190px no-repeat #025cad;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}

.side_lx,
.side_news {
    width: 100%;
    display: block;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin: 15px 0;
}

.side_lx h3,
.side_news h3 {
    text-align: center;
    width: 100%;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background: #1859b7;
}

.side_lx p {
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.side_lx ul {
    padding: 24px 5px 0;
    display: block;
    overflow: hidden;
    background: url(../images/ab_con.png) 10px 20px no-repeat;
    border-bottom: 1px solid #dfdfdf;
}

.side_lx ul li {
    padding-left: 42px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.side_lx ul li h4 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: normal;
    line-height: 20px;
}

.side_lx ul li span {
    font-size: 12px;
    color: #9c9c9c;
}

.side_news ul {
    list-style: none;
    padding: 15px 8px;
    display: block;
    overflow: hidden;
}

.side_news ul li {
    width: 100%;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.side_news ul li a {
    padding-left: 5px;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
}

.side_news ul li a:hover {
    color: #f00;
    text-decoration: underline;
}

.bts{ padding: 12px 0; }
.bts a{ font-size: 15px; color: #666; line-height: 30px; display: block; }
.bts a:hover{ color: #ffae55; }
/*右侧内容*/
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;
    margin-top: .5rem
}

.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;
}

.article_editor img{
      max-width: 800px;
    display: block;
    margin: 10px auto;
}
.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-info02 {
    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;
    padding: 10px;
}



.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; font-size: 15px; line-height: 30px; }
.cp_zx{ margin-top:35px;display: block; overflow: hidden;width: 250px; }
.cp_zx p{ font-size: 16px; background: #ffae55; 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: 2px 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: #ffae55;
    border-color: #ffae55;
}

.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: #ffae55;
    -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: 30px 0;
    display: block;
    overflow: hidden;
}

.case_list02 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list02 ul li {
    width: 32%;
    margin-right:2%;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    float: left;
}

.case_list02 ul li:nth-child(3n) {
    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;
    height: 280px;
   
}

.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: 16px;
    line-height: 50px;
}

.case_list02 ul li:hover p {
    background: #ffae55;
    -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: #ffae55; 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;  }



.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: flex;
    overflow: hidden;
    position: relative;
    height: 80px;
    align-items: center;
    justify-content: center; }
.album-small .swiper-slide .img img{ max-width: 100%; display: block; margin: 0 auto; }


.article_editor{ padding: 1rem 0; }

/*左侧工具条*/
#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: #ffae55;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#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-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #ffae55;
    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 #ffae55;
    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: #ffae55;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #ffae55;
}

#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-wangwang: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;
    padding: 20px 30px 30px;
    overflow: hidden;
    display: block;
    width: 100%;
    box-sizing: border-box;}



@-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);
    }
}


.sidebar02 { float: right; width: 28%; overflow: hidden; position: relative }

.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: #ffae55;
    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: #ffae55;
    color: #fff;
    font-weight: bold;
}

.detail_box .dtop .dtop_cen .pos a:hover {
    background: #ffae55;
    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: #ffae55;
}

.detail_box .dtop .dtop_cen .return:hover .ico {
    transform: translateX(10px);
}

.edite_con{ padding: 30px 0; }

.edite_con p{ font-size: 16px; line-height: 32px; }
.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: #ffae55 }


.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;}



.box .con table{ border:1px solid #e2e2e2; width: 100%; margin-top:1rem; }
.box .con table tbody{}
.box .con table tbody tr{ background: #fff; }
.box .con table tbody tr td{ font-size: .45rem; color: #000000; line-height: 1.8; padding: .5rem; text-align: center; justify-content: center;border-right: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;vertical-align: middle; }
.box .con table tbody tr:nth-child(2n){ background: #f5f6f7;}
.box .con table tbody tr:hover{ background: #e0efff; }





.lx {
    overflow: hidden;
}

.lx_l {
    width: 45%;
    float: left;
}

.lx_l h3 {
    font-size: 22px;
    color: #005aba;
    margin-bottom: 10px;
}

.lx_l p {
    line-height: 32px
}

.lx_l dl {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    text-align: center;
}

.lx_l dl dt {
    width: 26%;
}

.lx_r {
    width: 50%;
    float: right;
}


.lx_ewm{  display: block; overflow: hidden; margin-top:20px;}
.lx_ewm ul{list-style: none; display: block;overflow: hidden;}
.lx_ewm ul li{ width: 126px; float: left; margin-right: 30px;overflow: hidden; }
.lx_ewm ul li:last-child{ margin-right: 0; }
.lx_ewm li img{ display: block; width: 100%; }
.lx_ewm ul li p{ font-size: 12px; color: #92959c; line-height: 30px; text-align: center; }

.sideBar{ width: 268px; display: block; overflow: hidden; }
.mainTitle{position: relative;
    width: 100%;
    background: #ffae55;
    color: #fff;
    font-size: 12px;
    padding: 20px 15px;
    margin-bottom: 12px;
    box-sizing: border-box;}
.mainTitle h1{font-size:18px;margin-bottom:5px}
.mainTitle .en{font-size:14px;text-transform:uppercase;font-family:Cambria;margin:0}
.mainTitle .icon{position:absolute;width:25px;height:25px;background:url(../images/i11.png) no-repeat;background-size:100% 100%;right:11px;bottom:11px;}
.sideBarNav{width:100%;list-style:none;padding:0}
.sideBarNav ul{list-style:none;padding:0}
.sideBarNav a{position:relative;cursor:pointer}
.sideBarNav a>.icon{position:absolute;width:100%;height:100%;left:0;top:0}
.sideBarNav a>.icon:after,.sideBarNav a>.icon:before{content:'';position:absolute;display:block;transition:all .5s}
.sideBarNav>li{width:100%;margin-bottom:12px}
.sideBarNav>li>a{color:#222;display:block;padding:13px 10px;font-size:14px;line-height:24px;background:#e6e6e6;-webkit-transition:all .3s;transition:all .3s;text-transform:capitalize}
.sideBarNav>li>a>.icon:before{width:12px;height:2px;background:#666;right:12px;top:21px}
.sideBarNav>li>a>.icon:after{width:2px;height:12px;background:#666;right:17px;top:22px;margin-top:-6px}
.sideBarNav>li.active>a,.sideBarNav>li:hover>a{background:#ffae55;color:#fff}
.sideBarNav>li.active>a>.icon:after,.sideBarNav>li.active>a>.icon:before,.sideBarNav>li:hover>a>.icon:after,.sideBarNav>li:hover>a>.icon:before{background:#fff}
.sideBarNav>li.active>a>.icon:after{height:0;opacity:0}
.sideBar .close{position:absolute;font-size:20px;font-family:Arial;color:#fff;width:30px;height:30px;background-size:20px 20px;border-radius:50%;top:8px;right:0;text-align:center;opacity:1;cursor: pointer;}

.two-level{display:block}
.two-level>li>a{display:block;background:0 0;font-size:14px;line-height:28px;color:#666;border-bottom:1px dotted #ccc;-webkit-transition:all .3s;transition:all .3s;padding:10px 10px 10px 25px;text-transform:capitalize}
.two-level>li>a>.icon:before{width:8px;height:8px;border-top:1px solid #666;border-right:1px solid #999;transform:rotate(45deg);right:12px;top:16px}
.two-level>li>a>.icon:after{display:none}
.two-level>li.active>a,.two-level>li>a:hover{background:0 0;color:#ffae55}
.two-level>li.active>a>.icon:before,.two-level>li>a:hover>.icon:before{border-right-color:#ffae55;border-top-color:#ffae55}
.levelMenu{display:none}
.levelMenu a{display:block;color:#999;font-size:14px;line-height:20px;border-bottom:1px dotted #ccc;text-align:center;-webkit-transition:all .3s;transition:all .3s;padding:10px;text-transform:capitalize}
.levelMenu a.active,.levelMenu a:hover{background:0 0;color:#ffae55}

.product05{ width: calc(100% - 300px); display: block; overflow: hidden; }



.contact_cc{ background: #fff;display: block; overflow: hidden;    margin-top: 1rem; }
.lx_con{ width:48%;display: block; overflow: hidden; padding: 3% 2% 3% 4%; box-sizing: border-box; }
.lx_con .lx_bt{display: block; overflow: hidden;padding-bottom: .6rem; border-bottom: 1px solid #ddd;}
.lx_con .lx_bt h3{  font-size: .8rem; color: #000; line-height: 1.4; font-weight: normal;  }
.lx_con .lx_bt p{ font-size: .45rem; color: #828282; text-transform: uppercase; line-height: 1.2; margin-top:.1rem; }
.lx_map{ width: 50%; display: block; overflow: hidden; }
.lx_map iframe{ display: block; }
.lx_con .lx_lb{ padding: 1rem 0 0; display: block; }
.lx_con .lx_lb ul{ list-style: none; display: block;overflow: hidden;  }
.lx_con .lx_lb ul li{ display: block; margin-bottom: .5rem; overflow: hidden; font-size: .52rem; color: #000; line-height: 2.5;}
.lx_con .lx_lb ul li i{ width: 42px; height: 42px; border: 1px solid #ddd; border-radius: 100%; margin-right: .3rem; display: block; float: left; }
.lx_con .lx_lb ul li .d01{ background: url(../images/lx_ico.png) 0 0 no-repeat;}
.lx_con .lx_lb ul li .d02{ background: url(../images/lx_ico.png) 0 -42px no-repeat;}
.lx_con .lx_lb ul li .d03{ background: url(../images/lx_ico.png) 0 -84px no-repeat;}
.lx_ewm{ margin-top:.8rem; display: block; overflow: hidden; }
.lx_ewm img{ max-width: 120px;display: block; float: left; margin-right: .2rem;  }
.lx_ewm p{ font-size: 14px; color: #666; line-height: 120px; text-align: center; float: left; }


.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 #ffae55; background: #fff;}
.news_021 dl:hover dd  h3{ color: #ffae55; }













