.padding{ padding-top:80px; padding-bottom:80px; }
.padding-bottom-80{ padding-bottom:80px;}
.padding-top-0{ padding-top:0; }
.swiper{--swiper-theme-color:  var(--blue);/* 设置Swiper风格 */--swiper-navigation-color: #172259;/* 单独设置按钮颜色 */--swiper-navigation-size: 24px;/* 设置按钮大小 */}

html{height: 100%;}
.index_banner {position: relative;width: 100%;height:100%;background: #fff;}
.index_banner .swiper{ height:100%;}
.index_banner .swiper-slide{ position: relative;width: 100%; height: 100%; overflow:hidden; }
.index_banner .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
.index_banner .swiper-slide .info{ position:absolute; width:1560px;left: 50%; top:55%; transition-duration: 0.3s; z-index: 33; transform: translate(-50%, -50%); letter-spacing:1px; transition-delay:0.5s; }
.index_banner .swiper-slide .info > *{opacity: 0; transform: translateY(50px); transition: all 1s; }
.index_banner .swiper-slide-active .info > * {  opacity: 1; transform: none;}
.index_banner .swiper-slide-active .info > *:nth-child(1) { transition-delay: 0.4s;}
.index_banner .swiper-slide-active .info > *:nth-child(2) { transition-delay: 0.6s;}
.index_banner .swiper-slide-active .info > *:nth-child(3) { transition-delay: 0.8s;}
.index_banner .swiper-slide-active .info > *:nth-child(4) { transition-delay: 2s;}

.index_banner .swiper-slide .info h1{color: #fff; font-size:45px; font-weight: bold; line-height:1em; margin-bottom:20px; }
.index_banner .swiper-slide .info h2{color: #fff;font-family: 'Barlow'; font-weight: bold; font-size:60px; font-weight: bold; line-height:1em; margin-bottom:20px; }
.index_banner .swiper-slide .info h3{color: #fff; line-height:1.4em;  font-weight: normal;margin-bottom:60px;  font-size:24px;}
.index_banner .swiper-slide .info .button{display: flex; justify-content: left; align-items: center;}
.index_banner .swiper-slide .info .button a{ color:#fff;transition-duration: 0.3s; font-size:16px; padding-left: 30px; padding-right: 15px; display: inline-block; padding-top: 3px; padding-bottom: 3px;  border-radius:50px; border:#fff solid 2px; line-height:1em; }
.index_banner .swiper-slide .info .button span{ color:#fff; }
.index_banner .swiper-slide .info .button i{color: #fff; font-size: 18px;display:inline-block;transform:rotate(0deg); width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50px; transition-duration: 0.2s}
.index_banner .swiper-slide .info .button a:hover i{ transform:rotate(45deg); }
.index_banner .swiper-slide .info .button a:hover{background: var(--red); border:var(--red) solid 2px; }

.index_banner .swiper-pagination{ bottom:50px!important; }
.index_banner .swiper-pagination .swiper-pagination-bullet {border-radius: 0; height:2px; width:60px; transition-duration: 0.2s; background:rgba(255, 255, 255, 0.7); opacity:1; }
.index_banner .swiper-pagination .swiper-pagination-bullet-active{background: var(--red);}


.index_product{background:#e9f4fd;}
.index_product .tab_title{display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px;}
.index_product .tab_title .title { position:relative; }
.index_product .tab_title .title h2{font-size:36px; color:#111; line-height:50px; }
.index_product .tab_title .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.index_product .tab_title .layui-tab-title{ display: flex; justify-content: space-between;}
.index_product .tab_title .layui-tab-title li{ transition-duration: 0.2s; cursor:pointer; line-height:50px; height:50px; color:#333; background:#fff; border-radius:4px; padding-left:20px; padding-right:20px; margin-left:10px; margin-right:10px; text-align:center; }
.index_product .tab_title .layui-tab-title li.layui-this{ background:var(--red); color:#fff; position:relative; }
.index_product .tab_title .layui-tab-title li.layui-this:after{ content: ""; position: absolute; border: 8px solid transparent; border-bottom-width: 0; border-top-color:var(--red); left: 50%; bottom: -6px; margin-left: -8px;}
.index_product .tab_title .more a{ background:#fff; position: relative; padding-left: 6px; border-radius: 50px; padding-right: 25px; height: 40px; display: flex; justify-content: space-between; align-items: center; }
.index_product .tab_title .more a:after{ transition-duration: 0.2s; position:absolute; content:""; left: 6px;  z-index: 1; height: 28px; border-radius: 40px; width: 28px; background: var(--red);}
.index_product .tab_title .more a:hover:after{ position:absolute; content:"";  z-index: 1; left: 0; height: 40px; width: 100%; border-radius: 50px;background: var(--red);}
.index_product .tab_title .more a i{border-radius: 40px; transition-duration: 0.2s; position: relative; z-index: 2; margin-right: 10px; height: 28px; width: 28px; text-align: center; font-size: 12px; color: #fff; line-height: 28px;}
.index_product .tab_title .more a:hover i{border-radius: 40px; position: relative; z-index: 2; margin-right: 10px; height: 28px; width: 28px; text-align: center; font-size: 18px; color: #fff; line-height: 28px;}
.index_product .tab_title .more a span{ color:#666; position:relative; font-size: 15px; z-index:2;transition-duration:0.2s }
.index_product .tab_title .more a:hover span{ color:#fff; position:relative; z-index:2 }

.index_product .layui-tab-content .swiper{padding-bottom: 50px;}
.index_product .layui-tab-content .swiper-slide .item{ border-radius: 8px; overflow: hidden; position: relative; background: #fff; padding-bottom: 20px;border:#ececec solid 1px;}
.index_product .layui-tab-content .swiper-slide .item .img{ padding-top: 20px; padding-bottom: 20px; height:200px; width:100%; display:flex; align-items:center; }
.index_product .layui-tab-content .swiper-slide .item .img img{transition-duration: 0.3s; max-width:80%; max-height:200px; object-fit: cover; margin: 0 auto;}
.index_product .layui-tab-content .swiper-slide .item .info{display: flex; align-items: center; justify-content: center; height: 44px; text-align: center; position: relative; z-index: 3; font-size: 16px; line-height: 1.4em; color: #333;}
.index_product .layui-tab-content .swiper-slide .item:hover .img img{transform: scale(1.1);}
.index_product .layui-tab-content .swiper-slide .item:after{ transition-duration: 0.3s; content: ""; z-index: 2; border-radius: 50%; position: absolute; left: 50%; margin-left: -200px; bottom: -100px; background:#1c3056; height:100px; width: 400px;}
.index_product .layui-tab-content .swiper-slide .item:hover:after{ bottom:-24px; }
.index_product .layui-tab-content .swiper-slide .item:hover .info{color: #fff;}
.index_product .layui-tab-content .swiper-slide .item:hover{border:#c8ddfb solid 1px;}





.index_product .swiper-pagination .swiper-pagination-bullet {border-radius: 0; height:2px; width:60px; transition-duration: 0.2s; background:rgba(0, 0, 0, 0.2); opacity:1; }
.index_product .swiper-pagination .swiper-pagination-bullet-active{background: var(--red);}


.index_service{ position:relative; }
.index_service .title { position: absolute; left:0; right:0; top:80px; z-index:2; }
.index_service .title h2{font-size:36px; color:#fff; line-height:50px; }
.index_service .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(255, 255, 255, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.index_service .swiper {width: 100%;height: 700px;}
.index_service .serviceswiper2 {height: 700px;width: 100%; position: relative; z-index: 1}
.index_service .serviceswiper2 .swiper-slide .info{ position:absolute; width:1560px;left: 50%; top:50%; box-sizing: border-box; padding-right: 40%; transition-duration: 0.3s; z-index: 33; transform: translate(-50%, -50%); letter-spacing:1px; transition-delay:0.5s; }
.index_service .serviceswiper2 .swiper-slide .info > *{opacity: 0; transform: translateY(50px); transition: all 1s; }
.index_service .serviceswiper2 .swiper-slide-active .info > * {  opacity: 1; transform: none;}
.index_service .serviceswiper2 .swiper-slide-active .info > *:nth-child(1) { transition-delay: 0.4s;}
.index_service .serviceswiper2 .swiper-slide-active .info > *:nth-child(2) { transition-delay: 0.6s;}
.index_service .serviceswiper2 .swiper-slide-active .info > *:nth-child(3) { transition-delay: 0.8s;}
.index_service .serviceswiper2 .swiper-slide-active .info > *:nth-child(4) { transition-delay: 2s;}
.index_service .serviceswiper2 .swiper-slide .info h2{color: #fff; font-size:60px; font-weight:300; line-height:1.2em; margin-bottom:30px; }
.index_service .serviceswiper2 .swiper-slide .info p{color: #fff; line-height:1.8em;  font-weight: normal;margin-bottom:50px; color:rgba(255, 255, 255, 0.7); font-size:16px;}
.index_service .serviceswiper2 .swiper-slide .info .more{display: inline-block;}
.index_service .serviceswiper2 .swiper-slide .info .more a{ background:#fff; position: relative; padding-left: 6px; border-radius: 50px; padding-right: 25px; height: 40px; display: flex; justify-content: space-between; align-items: center; }
.index_service .serviceswiper2 .swiper-slide .info .more a:after{ transition-duration: 0.2s; position:absolute; content:""; left: 6px;  z-index: 1; height: 28px; border-radius: 40px; width: 28px; background: var(--red);}
.index_service .serviceswiper2 .swiper-slide .info .more a:hover:after{ position:absolute; content:"";  z-index: 1; left: 0; height: 40px; width: 100%; border-radius: 50px;background: var(--red);}
.index_service .serviceswiper2 .swiper-slide .info .more a i{border-radius: 40px; transition-duration: 0.2s; position: relative; z-index: 2; margin-right: 10px; height: 28px; width: 28px; text-align: center; font-size: 12px; color: #fff; line-height: 28px;}
.index_service .serviceswiper2 .swiper-slide .info .more a:hover i{border-radius: 40px; position: relative; z-index: 2; margin-right: 10px; height: 28px; width: 28px; text-align: center; font-size: 18px; color: #fff; line-height: 28px;}
.index_service .serviceswiper2 .swiper-slide .info .more a span{ color:#666; position:relative; font-size: 15px; z-index:2;transition-duration:0.2s }
.index_service .serviceswiper2 .swiper-slide .info .more a:hover span{ color:#fff; position:relative; z-index:2 }

.index_service .serviceswiper {transition-duration: 0.3s; width: 1560px; height: auto; position:absolute; left:0px; right:0px; bottom:50px; z-index:2; }
.index_service .serviceswiper .swiper-slide { cursor: pointer; height: 80px; line-height: 80px; border-bottom: rgba(255, 255, 255, 0.5) solid 2px; text-align: center; color: #fff; font-size: 15px;font-weight: normal;opacity: 0.4;}
.index_service .serviceswiper .swiper-slide-thumb-active {border-bottom:var(--red) solid 2px; color: #fff; font-weight: 15px; font-weight: bold;opacity: 1;}
.index_service .swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}


.index_customer .pagewidth{}
.index_customer .title { position:relative; }
.index_customer .title h2{font-size:36px; color:#111; line-height:50px; }
.index_customer .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.index_customer .content{display: flex; justify-content: space-between;}
.index_customer .map{ width:47%; }
.index_customer .map img{width: 100%;}
.index_customer .info{ width:47%; padding-top:40px; }
.index_customer .info .number{display: flex; justify-content: left; margin-bottom: 40px;}
.index_customer .info .number .item{width: 40%;}
.index_customer .info .number .item strong{font-family: 'Barlow'; color:var(--red); font-size: 70px; font-weight: bold;}
.index_customer .info .number .item span{ font-size:24px;color:var(--red); font-weight:bold; }
.index_customer .info .number .item p{font-size: 16px; color: #333; padding-top: 10px;}
.index_customer .info .description{ font-size:16px; color:#333; line-height:1.8em; margin-bottom: 40px;}
.index_customer .info .logo img{width: 100%;}


.index_client .title { position:relative; }
.index_client .title h2{font-size:36px; color:#111; line-height:50px; }
.index_client .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.index_client .title .more{ position:absolute; right:0px; top:5px; }
.index_client .title .more a{ background:#fff; border:#ececec solid 1px; position: relative; padding-left: 6px; border-radius: 50px; padding-right: 25px; height: 40px; display: flex; justify-content: space-between; align-items: center; }
.index_client .title .more a:after{ transition-duration: 0.2s; position:absolute; content:""; left: 6px;  z-index: 1; height: 28px; border-radius: 40px; width: 28px; background: var(--red);}
.index_client .title .more a:hover:after{ position:absolute; content:"";  z-index: 1; left: 0; height: 40px; width: 100%; border-radius: 50px;background: var(--red);}
.index_client .title .more a i{border-radius: 40px; transition-duration: 0.2s; position: relative; z-index: 2; margin-right: 10px; height: 28px; width: 28px; text-align: center; font-size: 12px; color: #fff; line-height: 28px;}
.index_client .title .more a:hover i{border-radius: 40px; position: relative; z-index: 2; margin-right: 10px; height: 28px; width: 28px; text-align: center; font-size: 18px; color: #fff; line-height: 28px;}
.index_client .title .more a span{ color:#666; position:relative; font-size: 15px; z-index:2;transition-duration:0.2s }
.index_client .title .more a:hover span{ color:#fff; position:relative; z-index:2 }

.index_client {background:url(../images/bg1.jpg) no-repeat center top; background-size: cover;}
.index_client .content{ width: 100%; overflow: hidden; padding-top: 20px; position: relative; }
.index_client .content:after{ position: absolute; content: "";left: 0px; top: 0px; bottom: 0px; width: 200px; background: linear-gradient(to left, rgba(255,255,255, 0) 0%, rgba(255,255,255,1) 100%); z-index: 222; }
.index_client .content:before{position: absolute; content: "";right: 0px; top: 0px; bottom: 0px; width: 200px; background: linear-gradient(to right, rgba(255,255,255, 0) 0%, rgba(255,255,255,1) 100%); z-index: 222;  }
.index_client .content .line_odd {width: 4760px; -webkit-animation: scrollToRight 36s linear infinite;animation: scrollToRight 36s linear infinite;}
.index_client .content .line_odd .logo_img {width: 50%;float: left;}
.index_client .content .line_even {width: 4760px;-webkit-animation: scrollToRight 30s linear infinite;animation: scrollToRight 30s linear infinite;}
.index_client .content .line_even .logo_img{width: 50%;float: left;}


@-webkit-keyframes scrollToRight {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@keyframes scrollToRight {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@keyframes scrollToRight {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
    }
}












.detailbanner{overflow: hidden; position: relative; background: var(--blue);}
.detailbanner .pagewidth{ height: 400px; position: relative;}
.detailbanner .text{  text-align: left; position: absolute; left: 0px; right: 0px; bottom: 60px;z-index: 2; }
.detailbanner .text h1{ font-size: 45px; color: #fff; font-weight: 500;  text-align: left;  line-height: 1.1em; z-index: 2; }
.detailbanner .text h2{font-size: 60px;font-family: 'Barlow'; position: absolute; top: -50px; color: #fff; opacity: 0.2	;  text-align: left; position: absolute; font-weight: bold; text-transform: uppercase;  z-index: 2;text-transform: uppercase; -webkit-text-stroke: 1px #fff;-webkit-text-fill-color: transparent; }
.detailbanner img.detailbg{ height: 100%; width: 100%; object-fit: cover; position: absolute; left: 0px; top: 0px; bottom: 0px; right: 0px; z-index: 1; opacity: 1}

.detailmenu{box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05); position: relative; z-index: 1} 
.detailmenu ul{display: flex; justify-content: left;}
.detailmenu ul li{ margin-right:20px; }
.detailmenu ul li a{ display:block;height:70px; line-height:70px; font-size:15px; color:#333; }
.detailmenu ul li a.active{font-weight: 500; border-bottom: var(--red) solid 2px; color: var(--red);}
.detailmenu ul li a:hover{  color:#000; }
.detailmenu ul li a.active:hover{  color:var(--red); }


.detailmenu_two{}
.detailmenu_two .pagewidth{display: flex; justify-content: left;}
.detailmenu_two ul.one{display: flex; justify-content: left;}
.detailmenu_two ul.one li .two{display: none;}
.detailmenu_two ul.one li .three{display: none;}
.detailmenu_two ul.one li:hover .two{display: block;}
.detailmenu_two ul.one li:hover .three{display: block;}


 

.productmenu a:hover, .productmenu a.hover {color:var(--red); !important; }
.productmenu li {position: relative; float: left; margin-right:30px; }
.productmenu li a{ display: block; max-width: 200px; line-height: 72px; height: 72px;}
.productmenu > li:hover, .productmenu > li.hover {z-index: 1;color:var(--red);}
.productmenu > li > a { position:relative; display: block; font-size: 15px;color: #333; text-align: center; text-transform: uppercase; overflow: hidden; text-overflow: ellipsis}
.productmenu > li > a.active{font-weight: 500; color: var(--red);}
.productmenu > li > a.active:after{ position:absolute; left:0px; right:0px;bottom:0px;height:2px; background:var(--red); width:100%; content:"" }
.productmenu > li:hover > a, .productmenu > li{  }
.productmenu > li:hover > a, .productmenu > li.hover > a {font-weight: 500; color: var(--red);}
.productmenu ul {position: absolute; top: -9999px; left: -9999px; z-index: 9499; width: 100%;background: #fff;}
.productmenu > li:hover > ul, .productmenu > li.hover > ul {top:72px; left: 0}
.productmenu ul li a {display: block;  font-size: 14px; color: #333; text-align: left; text-transform: uppercase; }
.productmenu ul li:hover > ul, .productmenu ul li.hover > ul {position: absolute; top: 1px; left: 100%; width: 101%; }
.productmenu ul li:hover > a, .productmenu ul li.hover > a { color: #fff!important; background: var(--red); height: 44px; line-height: 44px;}
.productmenu ul li:hover > ul, .productmenu ul li.hover > ul {position: absolute; top: 1px; left: 100%; width: 101%; }
.productmenu ul.sub1 { box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);}
.productmenu ul.sub1 li{ float: none;  width: 100%}
.productmenu ul.sub1 li a{ display: block;  width: 100%}
.productmenu ul.sub1 li a{ display: block; text-align: center; color: #333; height: 44px; line-height: 44px; }
.productmenu ul.sub1 li a:hover{ display: block; color: #333; height: 44px; line-height: 44px; background:var(--red); }
.productmenu ul.sub2{ margin-top: -1px;  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);}
.productmenu ul.sub2 li{ float: none; width: 100% }
.productmenu ul.sub2 li a{  display: block; width: 100% }
.productmenu ul.sub2 li a{ display: block; text-align: center; color: #333; height: 44px; line-height: 44px; }
.productmenu ul.sub2 li a:hover{ display: block; color: #333; height: 44px; line-height: 44px; background:var(--red); }








.list_company {background: #f6f7f8;}
.list_company .pagewidth{display: flex; justify-content: space-between; align-items: center;}
.list_company .pagewidth .info{width: 45%;}
.list_company .pagewidth .info h2{font-size: 32px; color: #111; line-height: 1.2em}
.list_company .pagewidth .info h3{font-family: 'Barlow'; font-size: 23px;line-height: 1.2em; margin-bottom: 30px; color: #111;}
.list_company .pagewidth .info p{ font-size:18px; line-height:1.7em; color:#333333; }
.list_company .pagewidth .img{width: 50%;}
.list_company .pagewidth .img img{ width:100%; border-radius:18px 0px 18px 0px; }


.list_service .title { position:relative; margin-bottom:50px; }
.list_service .title h2{font-size:36px; color:#111; line-height:50px; }
.list_service .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_service .swiper-slide .info{ position: relative; border-radius:18px 0px 18px 0px; height: 280px; border:#ececec solid 1px; padding:50px 30px; }
.list_service .swiper-slide .info img{ height:60px; width:60px; }
.list_service .swiper-slide .info h2{ padding-top:20px; font-size:24px; line-height: 1.4em; color:#111; margin-bottom:10px; }
.list_service .swiper-slide .info p{  font-size:16px; line-height: 1.6em;  text-align: justify; color:#666;display: -webkit-box;  -webkit-line-clamp:3;  -webkit-box-orient: vertical; overflow: hidden;  }
.list_service .swiper-slide .info .more{ position:absolute; left:30px;bottom:30px; }
.list_service .swiper-slide .info .more a{transition-duration: 0.2s;  display:inline-block; width:36px; line-height:1em; height:36px; display: flex;   align-items: center; font-size:18px; text-align: center; border-radius: 50px; color:#fff; background:#dddddd; }
.list_service .swiper-slide .info .more a i{width: 100%; text-align: center;}
.list_service .swiper-slide .info:hover .more a{background:var(--red);}
.list_service .swiper-slide .info:hover{border:#dddddd solid 1px;}

.list_service .swiper{ padding-bottom: 50px;}
.list_service .swiper-pagination .swiper-pagination-bullet {border-radius: 0; height:2px; width:60px; transition-duration: 0.2s; background:rgba(0, 0, 0, 0.1); opacity:1; }
.list_service .swiper-pagination .swiper-pagination-bullet-active{background: var(--red);}




.list_history .title { position:relative; margin-bottom:50px; }
.list_history .title h2{font-size:36px; color:#111; line-height:50px; }
.list_history .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_history .content{ position:relative; }
.list_history .content:after{ position:absolute; content:""; left:242px; border-left:#ddd solid 1px; top:0px;bottom:0px; }
.list_history .content .item{display: flex; justify-content: space-between; margin-bottom: 20px;}
.list_history .content .item .year{width: 200px; color: #333333;font-size: 30px; font-weight:500; text-align: right;font-family: 'Barlow'; }
.list_history .content .item .info{  width:700px; padding-left:80px; position:relative;  }
.list_history .content .item .info:after{ position:absolute; left:0px; content:""; border:#dddddd solid 4px;transition-duration: 0.2s; height:9px; width:9px; border-radius:9px; top:17px; left:24px;background:#fff; z-index:2; }
.list_history .content .item .info h2{padding-top: 6px; font-size:24px; line-height: 1.4em; color:#333; margin-bottom:10px;transition-duration: 0.2s; }
.list_history .content .item .info p{  font-size:16px; line-height: 1.6em;  text-align: justify; color:#666;display: -webkit-box;  -webkit-line-clamp:3;  -webkit-box-orient: vertical; overflow: hidden;  }
.list_history .content .item .img{ padding-left: 100px; opacity: 0; visibility: hidden;transition-duration: 0.2s; position: relative; right: -40px;}
.list_history .content .item .img img{width: 180px;border-radius:12px 0px 12px 0px;}
.list_history .content .item:hover .info:after{border:var(--red) solid 4px;}
.list_history .content .item:hover .info h2{ color:var(--red); }
.list_history .content .item:hover .year{ color:var(--red); }
.list_history .content .item:hover .img{opacity: 1; visibility:visible;position: relative; right: 0px;}



.list_culture .title { position:relative; margin-bottom:50px; }
.list_culture .title h2{font-size:36px; color:#111; line-height:50px; }
.list_culture .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_culture .content .article-list{display:grid; grid-template-columns: repeat(4, 1fr); grid-gap: 30px; justify-content: space-between;}
.list_culture .content .article-list .item{ position:relative; border-radius:18px 0px 18px 0px;  overflow: hidden;}
.list_culture .content .article-list .item img{width: 100%; display: block;}
.list_culture .content .article-list .item:nth-child(2){  position:relative; top:-40px; }
.list_culture .content .article-list .item:nth-child(4){  position:relative; top:-40px; }
.list_culture .content .article-list .item .info{ position:absolute; left:40px; right: 40px; top:100px; z-index:2; }
.list_culture .content .article-list .item .info h2{font-size: 100px; font-weight: 100; color: #fff;}
.list_culture .content .article-list .item .info p{font-size:18px; line-height: 1.6em; font-weight: 300;  text-align: justify; color:#fff; }


.list_honor {background: #f6f7f8;}
.list_honor .title { position:relative; margin-bottom:50px; }
.list_honor .title h2{font-size:36px; color:#111; line-height:50px; }
.list_honor .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_honor .content .article-list{display:grid;grid-template-columns: repeat(4, 1fr); grid-gap: 30px;}
.list_honor .content .article-list .item{background: #fff; padding-bottom: 20px;border:#ececec solid 1px;}
.list_honor .content .article-list .item .img{ padding-top: 20px; padding-bottom: 20px; height:260px; width:100%; display:flex; align-items:center; }
.list_honor .content .article-list .item .img img{transition-duration: 0.3s; max-width:80%; max-height:240px; object-fit: cover; margin: 0 auto;}
.list_honor .content .article-list .item .info{text-align: center; font-size: 16px; color: #333;}
.list_honor .content .article-list .item:hover .img img{transform: scale(1.1);}


.list_product {background: #f6f7f8;}
.list_product .title { position:relative; margin-bottom:50px; }
.list_product .title h2{font-size:36px; color:#111; line-height:50px; }
.list_product .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_product .content .article-list{display:grid;grid-template-columns: repeat(6, 1fr); grid-gap: 30px;}
.list_product .content .article-list .item{ border-radius: 8px; overflow: hidden; position: relative; background: #fff; padding-bottom: 20px;border:#ececec solid 1px;}
.list_product .content .article-list .item .img{ padding-top: 20px; padding-bottom: 20px; height:160px; width:100%; display:flex; align-items:center; }
.list_product .content .article-list .item .img img{transition-duration: 0.3s; max-width:80%; max-height:160px; object-fit: cover; margin: 0 auto;}
.list_product .content .article-list .item .img a{ display: block; text-align: center;margin: 0 auto;}
.list_product .content .article-list .item .info{text-align: center; line-height: 1.4em; position: relative; z-index: 3; font-size: 16px; color: #333;}
.list_product .content .article-list .item:hover .img img{transform: scale(1.1);}
.list_product .content .article-list .item:after{ transition-duration: 0.3s; content: ""; z-index: 2; border-radius: 50%; position: absolute; left: 50%; margin-left: -200px; bottom: -100px; background:#1c3056; height:100px; width: 400px;}
.list_product .content .article-list .item:hover:after{ bottom:-24px; }
.list_product .content .article-list .item:hover .info{color: #fff;}
.list_product .content .article-list .item:hover{border:#c8ddfb solid 1px;}



.list_case .title { position:relative; margin-bottom:50px; }
.list_case .title h2{font-size:36px; color:#111; line-height:50px; }
.list_case .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_case .content .item{ display:flex; justify-content:space-between; margin-bottom:40px; }
.list_case .content .item .img{width: 25%; height: 240px; border-radius:12px 0px 12px 0px; overflow: hidden; transform: rotate(0deg);}
.list_case .content .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.list_case .content .item .info{width: 72%}
.list_case .content .item p{font-size: 16px;  margin-bottom: 0px;}
.list_case .content .item h2{color:#111;line-height:1.3em; margin-bottom:10px;font-size: 24px;}
.list_case .content .item h2 a{color:#111;}
.list_case .content .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}


.list_news .title { position:relative; margin-bottom:50px; }
.list_news .title h2{font-size:36px; color:#111; line-height:50px; }
.list_news .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_news .content .item{ display:flex; justify-content:space-between; margin-bottom:40px; }
.list_news .content .item .img{width: 25%; border-radius:12px 0px 12px 0px; overflow: hidden; transform: rotate(0deg);}
.list_news .content .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.list_news .content .item .info{width: 72%}
.list_news .content .item h2{color:#111;line-height:1.3em; margin-bottom:10px;font-size: 24px;}
.list_news .content .item h2 a{color:#111;}
.list_news .content .item .time{font-size: 16px; color: var(--red); font-weight: 500; margin-bottom: 10px;}
.list_news .content .item p{font-size: 16px;line-height: 1.8em; color: #666;}
.list_news .content .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}







.page_service .html{font-size: 16px; color: #333; line-height: 1.8em;}
.page_service .html .four{display:grid; grid-template-columns: repeat(4, 1fr); grid-gap:10px 30px; padding-top: 40px;}
.page_service .html p{ margin-left: 10px; margin-right: 10px;}

.page_service .html .gallery{display: flex;flex-wrap: wrap;
    &::after {//处理最后一行
    content: '';
        flex-grow: 999999999;
    }
}
.page_service .gallery div{ position: relative;
    flex-grow: 1; border: #ececec solid 1px;
    margin:10px;
    height:200px;
}
.page_service .gallery div:after{ font-family: 'remixicon' !important; width: 40px;height: 40px; border-top-left-radius:50px; padding-left: 10px; padding-top: 10px; text-align:center; line-height: 40px;  content: "\f2db"; position: absolute; right:0px; bottom:0px; color: #fff; font-size:18px; z-index: 2; background: rgba(0,0,0,0.4);}
.page_service .gallery img{
    height:200px;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    vertical-align: bottom; border-radius: 4px;
}

.page_service .html .text{display: grid; grid-template-columns: repeat(2, 1fr); grid-gap:0px; padding-top: 0px;}

.page_service .html .faulty{background:#f1f1f1; color: #666;font-size: 18px; line-height: 1.8em; border-radius:3px; padding: 30px; padding-top: 10px; margin: 10px;}
.page_service .html .faulty h3{ font-size: 24px; margin-bottom:15px; color:var(--red);padding-top: 20px;}

.page_service .html .solution{ background:#1c3056; color:#fff;font-size: 18px; line-height: 1.8em; border-radius:3px; padding: 30px; padding-top: 10px; margin: 10px;}
.page_service .html .solution h3{ font-size: 24px; margin-bottom:15px;padding-top: 20px;}

.page_service .html .step{ background:#90c31f; color:#fff;font-size: 18px; line-height: 1.8em; border-radius:3px; padding: 30px; padding-top: 10px; margin: 10px;}
.page_service .html .step h3{ font-size: 24px; margin-bottom:15px;padding-top: 20px;}


.page_service .html .danger{ background:#fbb400; color:#333;font-size: 18px; line-height: 1.8em; border-radius:3px; padding: 30px; padding-top: 10px; margin: 10px;}
.page_service .html .danger h3{ font-size: 24px; margin-bottom:15px; padding-top: 20px;}

.page_service .html .text_three{display: grid; grid-template-columns: repeat(3, 1fr); grid-gap:0px; padding-top: 0px;}

.page_service .html .adv{ background:#f1f1f1; color:#333;font-size: 18px; line-height: 1.8em; border-radius:3px; padding: 30px; padding-top: 10px; margin: 10px; margin-bottom: 20px;}
.page_service .html .adv h3{ font-size: 24px; margin-bottom:15px; padding-top: 20px;color:#12426a;}
.page_service .html .adv ul{ display: grid; grid-template-columns: repeat( 5, 1fr); grid-gap: 50px;}
.page_service .html .adv ul li{display: grid; grid-template-columns: 40px auto; grid-gap: 10px;}
.page_service .html .adv ul li i{ background: #fff; border-radius: 40px; height: 40px; width: 40px; text-align: center;line-height: 40px;}


.page_service .html .shell{display: flex; justify-content: center; grid-gap: 110px; align-items: center; border:#ececec solid 2px; background:#fff; color:#e01f23;font-size: 20px; line-height: 1.8em; border-radius:3px; padding: 60px; margin: 10px;}
.page_service .html .shell .logo img{ height: 200px;}
.page_service .html .shell .dec{ text-align: center}

.page_service .html .pro{ border:#ececec solid 2px; background:#fff; color:#333;font-size: 18px; line-height: 1.8em; border-radius:3px; padding: 30px;  padding-top: 10px; margin: 10px;}
.page_service .html .pro h3{ font-size: 24px; margin-bottom:15px; padding-top: 20px;color:#12426a;}
.page_service .html .pro .con{display: grid;grid-template-columns: 3fr 4fr 3fr; grid-gap:40px; align-items: center;}
.page_service .html .pro .con .img1 img{ height: 320px; border:#ececec solid 1px;}
.page_service .html .pro .con .img2 img{ height: 320px; border:#ececec solid 1px;}
.page_service .html .pro .con .list{display: grid;grid-template-columns: repeat(2,1fr);  grid-gap:10px  40px;  flex-wrap: wrap}
.page_service .html .pro .con .list ul{ }
.page_service .html .pro .con .list ul li{ font-size: 16px;}
.page_service .html .pro .con .list ul li h4{ font-size: 18px; background: #1793cc ; line-height: 1em; padding: 5px;  color: #fff;}

.show_news .info{display: flex; justify-content: space-between; padding-left: 10%; padding-right: 10%;}
.show_news .info .data{ color: #999; padding-top: 10px;}
.show_news .info .archives{width: 70%;}
.show_news .info .archives h2{font-size: 40px; font-weight: 400; margin-bottom: 30px; color: #222; line-height: 1.2em}
.show_news .info .archives .html{ font-size:17px; line-height:1.8em; color:#222; margin-bottom:30px; position:relative; }
.show_news .info .archives .html p{ margin-bottom:17px; }
.show_news .listimg{ padding-left: 10%; padding-right: 10%; padding-top:20px; } 
.show_news .listimg img{width: 100%; margin-bottom: 24px;}
.show_news .back{ text-align:center; padding-top:20px; }
.show_news .back a{color: var(--red); font-size: 16px;}



.show_news_related{background: #f6f7f8}
.show_news_related .pagewidth{ display:grid; grid-template-columns: repeat(4, 1fr); grid-gap: 30px; }
.show_news_related .item .img{border-radius:12px 0px 12px 0px;height: 220px; overflow: hidden; transform: rotate(0deg);}
.show_news_related .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.show_news_related .item .info{ padding-top:20px; }
.show_news_related .item h2{color:#111;line-height:1.2em; margin-bottom:10px;font-size: 18px;}
.show_news_related .item h2 a{color:#111;}
.show_news_related .item .time{font-size: 16px; color: var(--red); font-weight: 500; margin-bottom: 10px;}
.show_news_related .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}



.list_job .title { position:relative; margin-bottom:50px; }
.list_job .title h2{font-size:36px; color:#111; line-height:50px; }
.list_job .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_job .title .email{ position:absolute; right:0px; top:10px; color:var(--red); font-size:18px; font-weight:500; }
.list_job .content .item{ display:flex; justify-content:space-between; margin-bottom:40px; }


.list_job{background: #f6f7f8}
.list_job .layui-colla-item{background: #fff; margin-bottom: 20px; border-radius:18px 0px 18px 0px; border:#ececec solid 1px; }
.list_job .layui-colla-title{padding:30px;}
.list_job .layui-colla-item .layui-colla-title h2{ color:#222; font-size:24px; margin-bottom:10px; }
.list_job .layui-colla-item .layui-colla-title p span{ margin-right:50px; color:#999; font-size:16px; }
.list_job .layui-colla-title.open h2{color: var(--red);}
.list_job .layui-colla-item .layui-icon{display: none!important;}
.list_job .layui-colla-item .ri-add-fill{ position: absolute; right: 30px; top: 20px; transition-duration: 0.3s; background:#cccccc; color: #fff;font-size: 20px; width: 32px; height: 32px; border-radius: 32px; line-height: 32px; display: inline-block; text-align: center;}
.list_job .layui-colla-title.open .ri-add-fill{background: var(--red);transform: rotate(45deg);}

.list_job .layui-colla-content{border-top: #ececec solid 1px;padding:30px; font-size:16px; line-height:1.7em; color:#222;} 
.list_job .layui-colla-title.open .layui-colla-title p span{ margin-right:50px; color:#333; font-size:16px; }




.list_contact .pagewidth{display: flex;justify-content: space-between;}
.list_contact .pagewidth .info{width: 45%;}
.list_contact .pagewidth .map{width: 52%; position: relative}
.list_contact .pagewidth .map #resetZoomButton{position: absolute;
    right: 14px;
    bottom: 130px;
    z-index: 500;
    width: 37px; height: 40px; line-height: 37px; text-align: center;
    background-color: white;
    background-color: rgba(255,255,255,0.9); font-size: 22px;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 10px 0 #ccc; cursor: pointer; color:#666;}

.list_contact .pagewidth .map .button-container{ position: absolute; top: 15px; left: 15px; z-index: 33;}

.list_contact .pagewidth .map .button-container button{
     height: 35px; line-height: 35px; text-align: center;
    background-color: white;
    background-color: rgba(255,255,255,0.9);  padding-left:10px;  padding-right: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 10px 0 #ccc; cursor: pointer;}

.list_contact .pagewidth .map .button-container button.active{ background: var(--red); color: #fff;}







.list_contact .title { position:relative; margin-bottom:20px; }
.list_contact .title h2{font-size:36px; color:#111; line-height:50px; }
.list_contact .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_contact .content ul li{display: flex; color: #333333; font-size: 17px; justify-content: space-between;border-bottom: #ececec solid 1px; padding-top: 15px; padding-bottom: 15px;}
.list_contact .content ul li i{width:25px;}
.list_contact .content ul li .name{width:60px; text-align: left}
.list_contact .content ul li .con{width: calc(100% - 85px); text-align: left;}
.list_contact .content ul li .con img{width: 100px;}
.list_contact .content ul li .con span{ margin-right:30px; }
.list_contact .content ul li .wechatcontent{}
.list_contact .content ul li .wechatcontent p{width: 100px; text-align: center; font-size: 14px; color: #333;}


.list_message{background: #f6f7f8;}
.list_message .title { position:relative; margin-bottom:20px; }
.list_message .title h2{font-size:36px; color:#111; line-height:50px; }
.list_message .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_message .three{display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 30px;}
.layui-form-label{color: #333;font-size: 15px; display: block!important; float: none!important; text-align: left!important; padding-left: 0!important} 
.layui-input-block{ margin-left:0!important; }
.layui-btn-lg{background: var(--red)!important; color: #fff; padding-top: 18px!important; padding-bottom: 18px!important; height: auto!important; line-height: 1em!important; width: 300px;}

.show_product{background:#f6f7f8;}
.show_product .box{background:#fff; padding:50px; display:grid; grid-template-columns:4fr 8fr; grid-gap:40px;}
.show_product .box .photo img{width:100%;}
.show_product .box .content h2{ font-size:32px; margin-bottom:20px; line-height:1.4em;}
.show_product .box .content .html{font-size: 16px; color: #333; line-height: 1.8em;}


.show_case{background:#f6f7f8;}
.show_case .box{background:#fff; padding:50px; }
.show_case .box .content h2{ font-size:32px; margin-bottom:20px; line-height:1.4em;}
.show_case .box .content .html{font-size: 16px; color: #333; line-height: 1.8em;}




@media screen and (max-width: 1920px) {
.index_banner .swiper-slide .info{width:1320px;}
.index_service .serviceswiper { width: 1320px;}
.index_service .serviceswiper2 .swiper-slide .info{ width: 1320px;}
.index_client .content .line_odd {width: 3760;}
.index_client .content .line_even {width: 3760;}

}
@media screen and (max-width: 1600px) {
    .list_company .pagewidth .info{ width: 47%}
    .list_company .pagewidth .info p{font-size: 16px;}
    .list_company .pagewidth .info h2{font-size: 28px;}
    .list_company .pagewidth .info h3{ font-size: 20px;}

}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 480px) {
.padding{ padding-top:50px; padding-bottom:50px; }
.padding-bottom-80{ padding-bottom:50px;}
.index_banner .swiper-slide .info{width: calc(100% - 40px); padding-left: 20px; left: 0px; margin-left: 0; padding-right: 20px;  transform: translate(0%, -50%);}
.index_banner .swiper-slide .info h1{ font-size:36px; margin-bottom:10px; }
.index_banner .swiper-slide .info h2{ font-size:32px; margin-bottom:10px; }
.index_banner .swiper-slide .info h3{ font-size:18px; line-height: 1.6em;  margin-bottom: 40px;}



.index_product{background:#e9f4fd;}
.index_product .tab_title{display: block; justify-content: space-between; align-items: center; margin-bottom: 10px;}
.index_product .tab_title .title { position:relative; margin-bottom: 20px; width: 100%;}
.index_product .tab_title .title h2{font-size:24px; color:#111; line-height:50px; }
.index_product .tab_title .title h3{ line-height: 1em; position: absolute; left: 0px; top: 0px; font-size:48px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.index_product .tab_title .layui-tab-title{ display:grid;grid-template-columns: repeat(2, 1fr);grid-gap: 10px; justify-content: space-between;}
.index_product .tab_title .layui-tab-title li{ transition-duration: 0.2s; cursor:pointer; line-height:1.2em; height:auto; color:#333; background:#fff; border-radius:4px; padding: 15px 5px; margin-left:0px; margin-right:0px; text-align:center; }
.index_product .tab_title .layui-tab-title li.layui-this{ background:var(--red); color:#fff; position:relative; }
.index_product .tab_title .layui-tab-title li.layui-this:after{ content: ""; position: absolute; border: 8px solid transparent; border-bottom-width: 0; border-top-color:var(--red); left: 50%; bottom: -6px; margin-left: -8px;}
.index_product .tab_title .more{display: none;}
.index_product .layui-tab-content{ padding-left:20px; padding-right:20px; }
.index_product .layui-tab-content .swiper{padding-bottom: 50px;}
.index_product .layui-tab-content .swiper-slide img{width: 100%;}
.index_product .layui-tab-content .swiper-slide a{ padding: 30px; border:#c8ddfb solid 2px; display: block; background:#fff; border-radius: 8px;}
.index_product .layui-tab-content .swiper-slide a h2{ padding-top: 20px; color: #333; font-size: 16px; font-weight: normal; text-align: center;}
.index_product .layui-tab-content .swiper-slide a:after{ position:absolute; content:""; }

.index_product .swiper-pagination .swiper-pagination-bullet {border-radius: 0; height:2px; width:10px; transition-duration: 0.2s; background:rgba(0, 0, 0, 0.2); opacity:1; }
.index_product .swiper-pagination .swiper-pagination-bullet-active{background: var(--red);}


.index_service{ position:relative; height:100%; }
.index_service .title { position: absolute; left:0; right:0; top:80px; z-index:2; }
.index_service .title h2{font-size:24px; color:#fff; line-height:50px; }
.index_service .title h3{ line-height: 1em; position: absolute; left: 20px; top: 0px; font-size:48px; color:rgba(255, 255, 255, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.index_service .swiper {width: 100%;height: 100%;}
.index_service .serviceswiper2 {height: 100%;width: 100%; position: relative; z-index: 1}
.index_service .serviceswiper2 .swiper-slide .info{ position:absolute; width:auto;left: 20px; right: 20px;  top:50%; box-sizing: border-box; padding-right: 0; transition-duration: 0.3s; z-index: 33; transform: translate(0, -50%); letter-spacing:1px; transition-delay:0.5s; }
.index_service .serviceswiper2 .swiper-slide .info > *{opacity: 0; transform: translateY(50px); transition: all 1s; }
.index_service .serviceswiper2 .swiper-slide-active .info > * {  opacity: 1; transform: none;}
.index_service .serviceswiper2 .swiper-slide-active .info > *:nth-child(1) { transition-delay: 0.4s;}
.index_service .serviceswiper2 .swiper-slide-active .info > *:nth-child(2) { transition-delay: 0.6s;}
.index_service .serviceswiper2 .swiper-slide-active .info > *:nth-child(3) { transition-delay: 0.8s;}
.index_service .serviceswiper2 .swiper-slide-active .info > *:nth-child(4) { transition-delay: 2s;}
.index_service .serviceswiper2 .swiper-slide .info h2{color: #fff; font-size:36px; font-weight:300; line-height:1.2em; margin-bottom:20px; }
.index_service .serviceswiper2 .swiper-slide .info p{color: #fff; line-height:1.8em;  font-weight: normal;margin-bottom:50px; color:rgba(255, 255, 255, 0.9); font-size:16px;}
.index_service .serviceswiper2 .swiper-slide .info .more{display: inline-block;}
.index_service .serviceswiper2 .swiper-slide .info .more a{ background:#fff; position: relative; padding-left: 6px; border-radius: 50px; padding-right: 25px; height: 40px; display: flex; justify-content: space-between; align-items: center; }
.index_service .serviceswiper2 .swiper-slide .info .more a:after{ transition-duration: 0.2s; position:absolute; content:""; left: 6px;  z-index: 1; height: 28px; border-radius: 40px; width: 28px; background: var(--red);}
.index_service .serviceswiper2 .swiper-slide .info .more a:hover:after{ position:absolute; content:"";  z-index: 1; left: 0; height: 40px; width: 100%; border-radius: 50px;background: var(--red);}
.index_service .serviceswiper2 .swiper-slide .info .more a i{border-radius: 40px; transition-duration: 0.2s; position: relative; z-index: 2; margin-right: 10px; height: 28px; width: 28px; text-align: center; font-size: 12px; color: #fff; line-height: 28px;}
.index_service .serviceswiper2 .swiper-slide .info .more a:hover i{border-radius: 40px; position: relative; z-index: 2; margin-right: 10px; height: 28px; width: 28px; text-align: center; font-size: 18px; color: #fff; line-height: 28px;}
.index_service .serviceswiper2 .swiper-slide .info .more a span{ color:#666; position:relative; font-size: 15px; z-index:2;transition-duration:0.2s }
.index_service .serviceswiper2 .swiper-slide .info .more a:hover span{ color:#fff; position:relative; z-index:2 }

.index_service .serviceswiper {transition-duration: 0.3s; width: auto; height: auto; position:absolute; left:0px; right:0px; bottom:50px; z-index:2; }
.index_service .serviceswiper .swiper-slide { cursor: pointer; height: 80px; line-height: 80px; border-bottom: rgba(255, 255, 255, 0.5) solid 2px; text-align: center; color: #fff; font-size: 15px;font-weight: normal;opacity: 0.4;}
.index_service .serviceswiper .swiper-slide-thumb-active {border-bottom:var(--red) solid 2px; color: #fff; font-weight: 15px; font-weight: bold;opacity: 1;}
.index_service .swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}


.index_customer .pagewidth{}
.index_customer .title { position:relative; }
.index_customer .title h2{font-size:24px; color:#111; line-height:50px; }
.index_customer .title h3{ line-height: 1em; position: absolute; left: 0px; top: 0px; font-size:48px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.index_customer .content{display: block; justify-content: space-between;}
.index_customer .map{ width:100%; }
.index_customer .map img{width: 100%;}
.index_customer .info{ width:100%; padding-top:40px; }
.index_customer .info .number{display: flex; justify-content: left; margin-bottom: 40px;}
.index_customer .info .number .item{width: 50%;}
.index_customer .info .number .item strong{font-family: 'Barlow'; color:var(--red); font-size: 48px; font-weight: bold;}
.index_customer .info .number .item span{ font-size:24px;color:var(--red); font-weight:bold; }
.index_customer .info .number .item p{font-size: 16px; color: #333; padding-top: 10px;}
.index_customer .info .description{ font-size:16px; color:#333; line-height:1.8em; margin-bottom: 40px;}
.index_customer .info .logo img{width: 100%;}


.index_client .title { position:relative; }
.index_client .title h2{font-size:24px; color:#111; line-height:50px; }
.index_client .title h3{ line-height: 1em; position: absolute; left: 0px; top: 0px; font-size:48px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.index_client .title .more{ position:absolute; right:0px; top:5px; }
.index_client .title .more a{ background:#fff; border:#ececec solid 1px; position: relative; padding-left: 6px; border-radius: 50px; padding-right: 25px; height: 40px; display: flex; justify-content: space-between; align-items: center; }
.index_client .title .more a:after{ transition-duration: 0.2s; position:absolute; content:""; left: 6px;  z-index: 1; height: 28px; border-radius: 40px; width: 28px; background: var(--red);}
.index_client .title .more a:hover:after{ position:absolute; content:"";  z-index: 1; left: 0; height: 40px; width: 100%; border-radius: 50px;background: var(--red);}
.index_client .title .more a i{border-radius: 40px; transition-duration: 0.2s; position: relative; z-index: 2; margin-right: 10px; height: 28px; width: 28px; text-align: center; font-size: 12px; color: #fff; line-height: 28px;}
.index_client .title .more a:hover i{border-radius: 40px; position: relative; z-index: 2; margin-right: 10px; height: 28px; width: 28px; text-align: center; font-size: 18px; color: #fff; line-height: 28px;}
.index_client .title .more a span{ color:#666; position:relative; font-size: 15px; z-index:2;transition-duration:0.2s }
.index_client .title .more a:hover span{ color:#fff; position:relative; z-index:2 }

.index_client {background:url(../images/bg1.jpg) no-repeat center top; background-size: cover;}
.index_client .content{ width: 100%; overflow: hidden; padding-top: 10px; position: relative; }
.index_client .content:after{ position: absolute; content: "";left: 0px; top: 0px; bottom: 0px; width: 40px; background: linear-gradient(to left, rgba(255,255,255, 0) 0%, rgba(255,255,255,1) 100%); z-index: 222; }
.index_client .content:before{position: absolute; content: "";right: 0px; top: 0px; bottom: 0px; width: 40px; background: linear-gradient(to right, rgba(255,255,255, 0) 0%, rgba(255,255,255,1) 100%); z-index: 222;  }
.index_client .content .line_odd {width: 2260px; -webkit-animation: scrollToRight 36s linear infinite;animation: scrollToRight 36s linear infinite;}
.index_client .content .line_odd .logo_img {width: 50%;float: left;}
.index_client .content .line_even {width: 2260px;-webkit-animation: scrollToRight 30s linear infinite;animation: scrollToRight 30s linear infinite;}
.index_client .content .line_even .logo_img{width: 50%;float: left;}

































.detailbanner{overflow: hidden; position: relative; background: var(--blue);}
.detailbanner .pagewidth{ height: 240px; position: relative;}
.detailbanner .text{  text-align: left; position: absolute; left: 20px; right: 0px; bottom:30px;z-index: 2; }
.detailbanner .text h1{ font-size: 36px; color: #fff; font-weight: 500;  text-align: left;  line-height: 1.1em; z-index: 2; }
.detailbanner .text h2{font-size: 48px;font-family: 'Barlow'; position: absolute; top: -30px; color: #fff; opacity: 0.2 ;  text-align: left; position: absolute; font-weight: bold; text-transform: uppercase;  z-index: 2;text-transform: uppercase; -webkit-text-stroke: 1px #fff;-webkit-text-fill-color: transparent; }
.detailbanner img.detailbg{ height: 100%; width: 100%; object-fit: cover; position: absolute; left: 0px; top: 0px; bottom: 0px; right: 0px; z-index: 1; opacity: 1}

.detailmenu{box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05); position: relative; z-index: 1; display: none;} 
.detailmenu ul{display: grid ;grid-template-columns: repeat(1, 1fr); justify-content: left;}
.detailmenu ul li{ margin-right:0px; }
.detailmenu ul li a{ display:block;height:50px; line-height:50px; font-size:15px; color:#333; }
.detailmenu ul li a.active{font-weight: 500; border-bottom: var(--red) solid 2px; color: var(--red);}
.detailmenu ul li a:hover{  color:#000; }
.detailmenu ul li a.active:hover{  color:var(--red); }


.detailmenu_two{display: none;}
.detailmenu_two .pagewidth{display: flex; justify-content: left;}
.detailmenu_two ul.one{display: flex; justify-content: left;}
.detailmenu_two ul.one li .two{display: none;}
.detailmenu_two ul.one li .three{display: none;}
.detailmenu_two ul.one li:hover .two{display: block;}
.detailmenu_two ul.one li:hover .three{display: block;}


 

.productmenu a:hover, .productmenu a.hover {color:var(--red); !important; }
.productmenu li {position: relative; float: left; margin-right:30px; }
.productmenu li a{ display: block; max-width: 200px; line-height: 72px; height: 72px;}
.productmenu > li:hover, .productmenu > li.hover {z-index: 1;color:var(--red);}
.productmenu > li > a { position:relative; display: block; font-size: 15px;color: #333; text-align: center; text-transform: uppercase; overflow: hidden; text-overflow: ellipsis}
.productmenu > li > a.active{font-weight: 500; color: var(--red);}
.productmenu > li > a.active:after{ position:absolute; left:0px; right:0px;bottom:0px;height:2px; background:var(--red); width:100%; content:"" }
.productmenu > li:hover > a, .productmenu > li{  }
.productmenu > li:hover > a, .productmenu > li.hover > a {font-weight: 500; color: var(--red);}
.productmenu ul {position: absolute; top: -9999px; left: -9999px; z-index: 9499; width: 100%;background: #fff;}
.productmenu > li:hover > ul, .productmenu > li.hover > ul {top:72px; left: 0}
.productmenu ul li a {display: block;  font-size: 14px; color: #333; text-align: left; text-transform: uppercase; }
.productmenu ul li:hover > ul, .productmenu ul li.hover > ul {position: absolute; top: 1px; left: 100%; width: 101%; }
.productmenu ul li:hover > a, .productmenu ul li.hover > a { color: #fff!important; background: var(--red); height: 44px; line-height: 44px;}
.productmenu ul li:hover > ul, .productmenu ul li.hover > ul {position: absolute; top: 1px; left: 100%; width: 101%; }
.productmenu ul.sub1 { box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);}
.productmenu ul.sub1 li{ float: none;  width: 100%}
.productmenu ul.sub1 li a{ display: block;  width: 100%}
.productmenu ul.sub1 li a{ display: block; text-align: center; color: #333; height: 44px; line-height: 44px; }
.productmenu ul.sub1 li a:hover{ display: block; color: #333; height: 44px; line-height: 44px; background:var(--red); }
.productmenu ul.sub2{ margin-top: -1px;  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);}
.productmenu ul.sub2 li{ float: none; width: 100% }
.productmenu ul.sub2 li a{  display: block; width: 100% }
.productmenu ul.sub2 li a{ display: block; text-align: center; color: #333; height: 44px; line-height: 44px; }
.productmenu ul.sub2 li a:hover{ display: block; color: #333; height: 44px; line-height: 44px; background:var(--red); }








.list_company {background: #f6f7f8;}
.list_company .pagewidth{display: block; justify-content: space-between; align-items: center;}
.list_company .pagewidth .info{width: 100%;}
.list_company .pagewidth .info h2{font-size: 24px; color: #111; line-height: 1.2em}
.list_company .pagewidth .info h3{font-family: 'Barlow'; font-size: 18px;line-height: 1.2em; margin-bottom: 25px; color: #111;}
.list_company .pagewidth .info p{ margin-bottom:16px; font-size:18px; line-height:1.7em; color:#333333; }
.list_company .pagewidth .img{width: 100%;}
.list_company .pagewidth .img img{ width:100%; border-radius:18px 0px 18px 0px; }


.list_service .title { position:relative; margin-bottom:20px; }
.list_service .title h2{font-size:24px; color:#111; line-height:50px; }
.list_service .title h3{ line-height: 1em; position: absolute; left: 0px; top: 0px; font-size:48px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_service .swiper-slide .info{ position: relative; border-radius:18px 0px 18px 0px; height: 280px; border:#ececec solid 1px; padding:50px 30px; }
.list_service .swiper-slide .info img{ height:60px; width:60px; }
.list_service .swiper-slide .info h2{ padding-top:20px; font-size:24px; line-height: 1.4em; color:#111; margin-bottom:10px; }
.list_service .swiper-slide .info p{  font-size:16px; line-height: 1.6em;  text-align: justify; color:#666;display: -webkit-box;  -webkit-line-clamp:3;  -webkit-box-orient: vertical; overflow: hidden;  }
.list_service .swiper-slide .info .more{ position:absolute; left:30px;bottom:30px; }
.list_service .swiper-slide .info .more a{transition-duration: 0.2s;  display:inline-block; width:36px; line-height:1em; height:36px; display: flex;   align-items: center; font-size:18px; text-align: center; border-radius: 50px; color:#fff; background:#dddddd; }
.list_service .swiper-slide .info .more a i{width: 100%; text-align: center;}
.list_service .swiper-slide .info:hover .more a{background:var(--red);}
.list_service .swiper-slide .info:hover{border:#dddddd solid 1px;}

.list_service .swiper{ padding-bottom: 50px;}
.list_service .swiper-pagination .swiper-pagination-bullet {border-radius: 0; height:2px; width:10px; transition-duration: 0.2s; background:rgba(0, 0, 0, 0.1); opacity:1; }
.list_service .swiper-pagination .swiper-pagination-bullet-active{background: var(--red);}




.list_history .title { position:relative; margin-bottom:20px; }
.list_history .title h2{font-size:24px; color:#111; line-height:50px; }
.list_history .title h3{ line-height: 1em; position: absolute; left: 0px; top: 0px; font-size:48px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_history .content{ position:relative; }
.list_history .content:after{ position:absolute; content:""; left:12px; border-left:#ddd solid 1px; top:0px;bottom:0px; }
.list_history .content .item{display: block; justify-content: space-between; margin-bottom: 20px;}
.list_history .content .item .year{width: auto; color: #333333;font-size: 30px; font-weight:500; text-align: left;font-family: 'Barlow';padding-left:40px; }
.list_history .content .item .info{  width:auto; padding-left:40px; position:relative;  }
.list_history .content .item .info:after{ position:absolute; left:4px; content:""; border:#dddddd solid 4px;transition-duration: 0.2s; height:9px; width:9px; border-radius:9px; top:-31px;background:#fff; z-index:2; }
.list_history .content .item .info h2{padding-top: 0px; font-size:24px; line-height: 1.4em; color:#333; margin-bottom:10px;transition-duration: 0.2s; }
.list_history .content .item .info p{  font-size:16px; line-height: 1.6em;  text-align: justify; color:#666;display: -webkit-box;  -webkit-line-clamp:3;  -webkit-box-orient: vertical; overflow: hidden;  }
.list_history .content .item .img{ padding-left: 100px; display: none; opacity: 0; visibility: hidden;transition-duration: 0.2s; position: relative; right: -40px;}
.list_history .content .item .img img{width: 180px;border-radius:12px 0px 12px 0px;}
.list_history .content .item:hover .info:after{border:var(--red) solid 4px;}
.list_history .content .item:hover .info h2{ color:var(--red); }
.list_history .content .item:hover .year{ color:var(--red); }
.list_history .content .item:hover .img{opacity: 1; visibility:visible;position: relative; right: 0px;}



.list_culture .title { position:relative; margin-bottom:20px; }
.list_culture .title h2{font-size:24px; color:#111; line-height:50px; }
.list_culture .title h3{ line-height: 1em; position: absolute; left: 0px; top: 0px; font-size:48px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_culture .content .article-list{display:block; grid-template-columns: repeat(4, 1fr); grid-gap: 30px; justify-content: space-between;}
.list_culture .content .article-list .item{width: 100%;  position:relative; border-radius:18px 0px 18px 0px;  overflow: hidden; margin-bottom: 20px;}
.list_culture .content .article-list .item img{width: 100%; display: block;}
.list_culture .content .article-list .item:nth-child(2){  position:relative; top:0px; }
.list_culture .content .article-list .item:nth-child(4){  position:relative; top:0px; }
.list_culture .content .article-list .item .info{ position:absolute; left:40px; right: 40px; top:100px; z-index:2; }
.list_culture .content .article-list .item .info h2{font-size: 100px; font-weight: 100; color: #fff;}
.list_culture .content .article-list .item .info p{font-size:18px; line-height: 1.6em; font-weight: 300;  text-align: justify; color:#fff; }


.list_honor {background: #f6f7f8;}
.list_honor .title { position:relative; margin-bottom:20px; }
.list_honor .title h2{font-size:24px; color:#111; line-height:50px; }
.list_honor .title h3{ line-height: 1em; position: absolute; left: 0px; top: 0px; font-size:48px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_honor .content .article-list{display:block;grid-template-columns: repeat(4, 1fr); grid-gap: 30px;}
.list_honor .content .article-list .item{background: #fff; margin-bottom: 20px; padding-bottom: 20px;border:#ececec solid 1px;}
.list_honor .content .article-list .item .img{ padding-top: 20px; padding-bottom: 20px; height:260px; width:100%; display:flex; align-items:center; }
.list_honor .content .article-list .item .img img{transition-duration: 0.3s; max-width:80%; max-height:240px; object-fit: cover; margin: 0 auto;}
.list_honor .content .article-list .item .info{text-align: center; font-size: 16px; color: #333;}
.list_honor .content .article-list .item:hover .img img{transform: scale(1.1);}


.list_product {background: #f6f7f8;}
.list_product .title { position:relative; margin-bottom:20px; }
.list_product .title h2{font-size:24px; color:#111; line-height:50px; }
.list_product .title h3{ line-height: 1em; position: absolute; left: 0px; top: 0px; font-size:48px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_product .content .article-list{display:block;grid-template-columns: repeat(4, 1fr); grid-gap: 30px;}
.list_product .content .article-list .item{ border-radius: 8px; margin-bottom: 20px; overflow: hidden; position: relative; background: #fff; padding-bottom: 20px;border:#ececec solid 1px;}
.list_product .content .article-list .item .img{ padding-top: 20px; padding-bottom: 20px; height:260px; width:100%; display:flex; align-items:center; }
.list_product .content .article-list .item .img img{transition-duration: 0.3s; max-width:80%; max-height:240px; object-fit: cover; margin: 0 auto;}
.list_product .content .article-list .item .info{text-align: center; position: relative; z-index: 3; font-size: 16px; color: #333;}
.list_product .content .article-list .item:hover .img img{transform: scale(1.1);}
.list_product .content .article-list .item:after{ transition-duration: 0.3s; content: ""; z-index: 2; border-radius: 50%; position: absolute; left: 50%; margin-left: -200px; bottom: -100px; background:#1c3056; height:100px; width: 400px;}
.list_product .content .article-list .item:hover:after{ bottom:-30px; }
.list_product .content .article-list .item:hover .info{color: #fff;}
.list_product .content .article-list .item:hover{border:#c8ddfb solid 1px;}



.list_case .title { position:relative; margin-bottom:20px; }
.list_case .title h2{font-size:24px; color:#111; line-height:50px; }
.list_case .title h3{ line-height: 1em; position: absolute; left: 0px; top: 0px; font-size:48px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_case .content .item{ display:block; justify-content:space-between; margin-bottom:40px; }
.list_case .content .item .img{width: 100%; border-radius:12px 0px 12px 0px; margin-bottom: 10px; overflow: hidden; transform: rotate(0deg);}
.list_case .content .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.list_case .content .item .info{width: 100%}
.list_case .content .item p{font-size: 16px;  margin-bottom: 0px; display: none;}
.list_case .content .item h2{color:#111;line-height:1.3em; margin-bottom:10px;font-size: 18px;}
.list_case .content .item h2 a{color:#111;}
.list_case .content .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}


.list_news .title { position:relative; margin-bottom:20px; }
.list_news .title h2{font-size:24px; color:#111; line-height:50px; }
.list_news .title h3{ line-height: 1em; position: absolute; left: 0px; top: 0px; font-size:48px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_news .content .item{ display:block; justify-content:space-between; margin-bottom:40px; }
.list_news .content .item .img{width: 100%; margin-bottom: 10px; border-radius:12px 0px 12px 0px; overflow: hidden; transform: rotate(0deg);}
.list_news .content .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.list_news .content .item .info{width: 100%}
.list_news .content .item h2{color:#111;line-height:1.3em; margin-bottom:10px;font-size: 18px;}
.list_news .content .item h2 a{color:#111;}
.list_news .content .item .time{font-size: 16px; color: var(--red); font-weight: 500; margin-bottom: 0px;}
.list_news .content .item p{font-size: 16px;line-height: 1.8em; color: #666; display: none;}
.list_news .content .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}








.show_news .info{display: block; justify-content: space-between; padding-left: 0; padding-right: 0;}
.show_news .info .data{ color: #999; padding-top: 10px; margin-bottom: 10px;}
.show_news .info .archives{width: 100%;}
.show_news .info .archives h2{font-size: 24px; font-weight: 400; margin-bottom: 30px; color: #222; line-height: 1.2em}
.show_news .info .archives .html{ font-size:17px; line-height:1.8em; color:#222; margin-bottom:30px; position:relative; }
.show_news .info .archives .html p{ margin-bottom:17px; }
.show_news .listimg{ padding-left: 0; padding-right: 0; padding-top:20px; } 
.show_news .listimg img{width: 100%; margin-bottom: 24px;}
.show_news .back{ text-align:center; padding-top:20px; }
.show_news .back a{color: var(--red); font-size: 16px;}



.show_news_related{background: #f6f7f8; }
.show_news_related .pagewidth{ display:block; grid-template-columns: repeat(4, 1fr); grid-gap: 30px; }
.show_news_related .item .img{border-radius:12px 0px 12px 0px;height: 220px; overflow: hidden; transform: rotate(0deg);}
.show_news_related .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.show_news_related .item .info{ padding-top:20px; }
.show_news_related .item h2{color:#111;line-height:1.2em; margin-bottom:25px;font-size: 18px;}
.show_news_related .item h2 a{color:#111;}
.show_news_related .item .time{font-size: 16px; color: var(--red); font-weight: 500; margin-bottom: 5px;}
.show_news_related .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}



.list_job .title { position:relative; margin-bottom:20px; }
.list_job .title h2{font-size:24px; color:#111; line-height:50px; }
.list_job .title h3{ line-height: 1em; position: absolute; left: 0px; top: 0px; font-size:48px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_job .title .email{ position: initial; right:0px; top:10px; color:var(--red); font-size:18px; font-weight:500; padding-top:10px; }
.list_job .content .item{ display:flex; justify-content:space-between; margin-bottom:40px; }


.list_job{background: #f6f7f8}
.list_job .layui-colla-item{background: #fff; margin-bottom: 20px; border-radius:18px 0px 18px 0px; border:#ececec solid 1px; }
.list_job .layui-colla-title{padding:20px;}
.list_job .layui-colla-item .layui-colla-title h2{ color:#222; font-size:24px; margin-bottom:10px; }
.list_job .layui-colla-item .layui-colla-title p span{ margin-right:0px; color:#999; font-size:16px; display:block; }
.list_job .layui-colla-title.open h2{color: var(--red);}
.list_job .layui-colla-item .layui-icon{display: none!important;}
.list_job .layui-colla-item .ri-add-fill{ position: absolute; right: 24px; top: 24px; transition-duration: 0.3s; background:#cccccc; color: #fff;font-size: 20px; width: 32px; height: 32px; border-radius: 32px; line-height: 32px; display: inline-block; text-align: center;}
.list_job .layui-colla-title.open .ri-add-fill{background: var(--red);transform: rotate(45deg);}

.list_job .layui-colla-content{border-top: #ececec solid 1px;padding:20px; font-size:16px; line-height:1.7em; color:#222;} 
.list_job .layui-colla-title.open .layui-colla-title p span{ margin-right:50px; color:#333; font-size:16px; }




.list_contact .pagewidth{display: block;justify-content: space-between;}
.list_contact .pagewidth .info{width: 100%;}
.list_contact .pagewidth .map{width: 100%;}
.list_contact .title { position:relative; margin-bottom:20px; }
.list_contact .title h2{font-size:24px; color:#111; line-height:50px; }
.list_contact .title h3{ line-height: 1em; position: absolute; left: 0px; top: 0px; font-size:48px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_contact .content ul li{display: flex; color: #333333; font-size: 17px; justify-content: space-between;border-bottom: #ececec solid 1px; padding-top: 15px; padding-bottom: 15px;}
.list_contact .content ul li i{width:25px;}
.list_contact .content ul li .name{width:60px; text-align: left}
.list_contact .content ul li .con{width: calc(100% - 85px); text-align: left;}
.list_contact .content ul li .con img{width: 100px;}
.list_contact .content ul li .con span{ margin-right:30px; }
.list_contact .content ul li .wechatcontent{}
.list_contact .content ul li .wechatcontent p{width: 100px; text-align: center; font-size: 14px; color: #333;}


.list_message{background: #f6f7f8;}
.list_message .title { position:relative; margin-bottom:20px; }
.list_message .title h2{font-size:24px; color:#111; line-height:50px; }
.list_message .title h3{ line-height: 1em; position: absolute; left: 0px; top: 0px; font-size:48px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow'; font-weight: bold; text-transform:uppercase; }
.list_message .three{display: block; grid-template-columns: repeat(3, 1fr); grid-gap: 30px;}
.layui-form-label{color: #333;font-size: 15px; display: block!important; float: none!important; text-align: left!important; padding-left: 0!important} 
.layui-input-block{ margin-left:0!important; }
.layui-btn-lg{background: var(--red)!important; color: #fff; padding-top: 18px!important; padding-bottom: 18px!important; height: auto!important; line-height: 1em!important; width: 100%;}





    .page_service .html{font-size: 16px; color: #333; line-height: 1.8em;}
    .page_service .html .four{display:grid; grid-template-columns: repeat(4, 1fr); grid-gap:10px 30px; padding-top: 40px;}
    .page_service .html p{ margin-left: 10px; margin-right: 10px;}

    .page_service .html .gallery{display: flex;flex-wrap: wrap;
        &::after {//处理最后一行
        content: '';
            flex-grow: 999999999;
        }
    }
    .gallery div{ position: relative;
        flex-grow: 1; border: #ececec solid 1px;
        margin:10px;
        height:100px;
    }
    .gallery div:after{ font-family: 'remixicon' !important; width: 40px;height: 40px; border-top-left-radius:50px; padding-left: 10px; padding-top: 10px; text-align:center; line-height: 40px;  content: "\f2db"; position: absolute; right:0px; bottom:0px; color: #fff; font-size:18px; z-index: 2; background: rgba(0,0,0,0.4);}
    .gallery img{
        height:100px;
        object-fit: cover;
        max-width: 100%;
        min-width: 100%;
        vertical-align: bottom; border-radius: 4px;
    }

    .page_service .html .text{display: grid; grid-template-columns: repeat(1, 1fr); grid-gap:0px; padding-top: 0px;}

    .page_service .html .faulty{background:#f1f1f1; color: #666;font-size: 16px; line-height: 1.8em; border-radius:3px; padding: 20px; padding-top: 10px; margin: 10px;}
    .page_service .html .faulty h3{ font-size: 20px; margin-bottom:15px; color:var(--red);padding-top: 20px;}

    .page_service .html .solution{ background:#1c3056; color:#fff;font-size: 16px; line-height: 1.8em; border-radius:3px; padding: 20px; padding-top: 10px; margin: 10px;}
    .page_service .html .solution h3{ font-size: 20px; margin-bottom:15px;padding-top: 20px;}

    .page_service .html .step{ background:#90c31f; color:#fff;font-size: 16px; line-height: 1.8em; border-radius:3px; padding: 20px; padding-top: 10px; margin: 10px;}
    .page_service .html .step h3{ font-size: 20px; margin-bottom:15px;padding-top: 20px;}


    .page_service .html .danger{ background:#fbb400; color:#333;font-size: 16px; line-height: 1.8em; border-radius:3px; padding: 20px; padding-top: 10px; margin: 10px;}
    .page_service .html .danger h3{ font-size: 20px; margin-bottom:15px; padding-top: 20px;}

    .page_service .html .text_three{display: grid; grid-template-columns: repeat(1, 1fr); grid-gap:0px; padding-top: 0px;}

    .page_service .html .adv{ background:#f1f1f1; color:#333;font-size: 16px; line-height: 1.8em; border-radius:3px; padding: 20px; padding-top: 10px; margin: 10px; margin-bottom: 20px;}
    .page_service .html .adv h3{ font-size: 20px; margin-bottom:15px; padding-top: 20px;color:#12426a;}
    .page_service .html .adv ul{ display: grid; grid-template-columns: repeat( 5, 1fr); grid-gap: 50px;}
    .page_service .html .adv ul li{display: grid; grid-template-columns: 40px auto; grid-gap: 10px;}
    .page_service .html .adv ul li i{ background: #fff; border-radius: 40px; height: 40px; width: 40px; text-align: center;line-height: 40px;}


    .page_service .html .shell{display: flex; justify-content: center; grid-gap: 110px; align-items: center; border:#ececec solid 2px; background:#fff; color:#e01f23;font-size: 16px; line-height: 1.8em; border-radius:3px; padding: 60px; margin: 10px;}
    .page_service .html .shell .logo img{ height: 200px;}
    .page_service .html .shell .dec{ text-align: center}

    .page_service .html .pro{ border:#ececec solid 2px; background:#fff; color:#333;font-size: 16px; line-height: 1.8em; border-radius:3px; padding: 20px;  padding-top: 10px; margin: 10px;}
    .page_service .html .pro h3{ font-size: 20px; margin-bottom:15px; padding-top: 20px;color:#12426a;}
    .page_service .html .pro .con{display: grid;grid-template-columns: 3fr 4fr 3fr; grid-gap:40px; align-items: center;}
    .page_service .html .pro .con .img1 img{ height: 320px; border:#ececec solid 1px;}
    .page_service .html .pro .con .img2 img{ height: 320px; border:#ececec solid 1px;}
    .page_service .html .pro .con .list{display: grid;grid-template-columns: repeat(2,1fr);  grid-gap:10px  40px;  flex-wrap: wrap}
    .page_service .html .pro .con .list ul{ }
    .page_service .html .pro .con .list ul li{ font-size: 16px;}
    .page_service .html .pro .con .list ul li h4{ font-size: 18px; background: #1793cc ; line-height: 1em; padding: 5px;  color: #fff;}
    
    .show_product{background:#f6f7f8;}
.show_product .box{background:#fff; padding:20px; display:block; grid-template-columns:4fr 8fr; grid-gap:40px;}
.show_product .box .photo{margin-bottom:30px;}
.show_product .box .photo img{width:100%;}
.show_product .box .content h2{ font-size:24px; margin-bottom:20px; line-height:1.4em;}
.show_product .box .content .html{font-size: 16px; color: #333; line-height: 1.8em;}

}

/*小尺寸手机*/
@media screen and (max-width: 320px) {

}
/*横屏*/
@media all and (orientation : landscape) {} 
/*竖屏*/
@media all and (orientation : portrait){}









