@import url(animate.css);
@import url(../layui/css/layui.css);
@import url(../../fontawesome/css/all.min.css);
@import url(../../fontawesome/css/v4-shims.min.css);

@font-face {
    font-family: 'Gilroy-Light';
    src: url('../fonts/Gilroy-Light.eot');
    src: url('../fonts/Gilroy-Light.eot') format('embedded-opentype'),
         url('../fonts/Gilroy-Light.woff2') format('woff2'),
         url('../fonts/Gilroy-Light.woff') format('woff'),
         url('../fonts/Gilroy-Light.ttf') format('truetype'),
         url('../fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
}
@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot') format('embedded-opentype'),
         url('../fonts/Gilroy-Medium.woff2') format('woff2'),
         url('../fonts/Gilroy-Medium.woff') format('woff'),
         url('../fonts/Gilroy-Medium.ttf') format('truetype'),
         url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
}
@font-face {
    font-family: 'gilroy-bold';
    src: url('../fonts/gilroy-bold.eot');
    src: url('../fonts/gilroy-bold.eot') format('embedded-opentype'),
         url('../fonts/gilroy-bold.woff2') format('woff2'),
         url('../fonts/gilroy-bold.woff') format('woff'),
         url('../fonts/gilroy-bold.ttf') format('truetype'),
         url('../fonts/gilroy-bold.svg#gilroy-bold') format('svg');
}
/*animation*/
@keyframes fadeInUps {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 50px, 0);

        transform: translate3d(0, 50px, 0)

    }



    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none

    }

}
@keyframes fadeInLefts {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(50px, 0px, 0);

        transform: translate3d(50px, 0px, 0)

    }



    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none

    }

}
@keyframes fadeInRights {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(-150px, 0px, 0);

        transform: translate3d(-150px, 0px, 0)

    }



    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none

    }

}
.fadeInUp{

    animation-name: fadeInUps;

    animation-delay: .1s;

}
.fadeInLeft{

    animation-name: fadeInLefts;

    animation-delay: .1s;

}
.fadeInRight{

    animation-name: fadeInRights;

    animation-delay: .1s;

}
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
html{
	
}
body{
	font-size:16px;
	overflow-x:hidden;
	font-family:'Gilroy-Light',Arial,Helvetica,sans-serif,"宋体";
	-webkit-font-smoothing: subpixel-antialiased;
	color:#000;
}
table {
    border-collapse: collapse;
    width: 100%;
}
td, th {
    border: none;
}
img{
	border:none;
    transition:0.6s;
}
img.auto{
	max-width: 100%;
	height: auto;
	display: block;
}
a{
	text-decoration:none;
	color: #000;
}
a:hover{
	text-decoration:none;
	color: #fe0000;
}
ul{
	list-style:none;
}
hr{
	border:none;
	border-bottom:1px solid #c8c8c8;
	display:block;
	margin-top:10px;
}
.yuanjiao45{
	-moz-border-radius: 45px;      /* Gecko browsers */
    -webkit-border-radius: 45px;   /* Webkit browsers */
    border-radius:45px;            /* W3C syntax */
}
.yuanjiao25{
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
.yuanjiao5{
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.yuanjiao10{
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
}
.yuanjiao15{
	-moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px;            /* W3C syntax */
}
.yuanjiao{
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
}
.clear{
	width:100%;
	clear:both;
}
.mt20{
	margin-top:20px;
}
.mt40{
	margin-top:40px;
}
.mt60{
	margin-top:60px;
}
.mt80{
	margin-top:80px;
}
.mt100{
	margin-top:100px;
}
.mt120{
	margin-top:120px;
}
.mt140{
    margin-top: 140px;
}
.pt40{
	padding-top: 40px;
}
.pb40{
	padding-bottom: 40px;
}

.zone{
	width: 100%;
	overflow: hidden;
}
.main{
	max-width:1280px;
	overflow:hidden;
	margin-left: auto;
    margin-right: auto;
}
.content{
	line-height:30px;
}
.content img{
	max-width:100%;
	height:auto;
}
/* 分页样式 */
.pages{
    text-align: center;
    padding-bottom:15px;
}

.pagination{
    font-family: 'Allerta Stencil', sans-serif;
    display: inline-flex;
    position: relative;
}
.pagination li a,
.pagination li span{
    color: #fff;
    background: transparent;
    font-size: 21px;
    line-height: 35px;
    height: 38px;
    width: 38px;
    padding: 0;
    margin: 0 8px;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
    display: inline-block;
    *display: inline;
    *zoom:1;
}
.pagination li.active a,
.pagination li a:hover,
.pagination li.active a:hover,
.pagination li.active span,
.pagination li span:hover,
.pagination li.active span:hover{
    color: #fff;
    background-color: transparent;
}
.pagination li a:before,
.pagination li a:after,
.pagination li span:before,
.pagination li span:after{
    content:'';
    background: linear-gradient(225deg,#2687BA,#E89B27);
    height: 100%;
    width: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 3px #666;
    border-radius: 50%;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: all 0.3s ease-in;
}
.pagination li.disabled span:before,
.pagination li.disabled span:after{
    background: #ddd;
}
.pagination li a:hover:before,
.pagination li.active a:before,
.pagination li span:hover:before,
.pagination li.active span:before{
    border-radius: 50% 0 50% 50%;
}
.pagination li a:after,
.pagination li span:after{
    background: #fff;
    height: 5px;
    width: 5px;
    border: none;
    box-shadow: 0 0 0 transparent;
    opacity: 0;
    transform: translateX(-50%) translateY(0) rotate(0);
    top: auto;
    bottom: 0;
}
.pagination li a:hover:after,
.pagination li.active a:after,
.pagination li span:hover:after,
.pagination li.active span:after{
    opacity: 1;
    bottom: 85%;
}
.pagination li:first-child a:before,
.pagination li:first-child span:before{
    transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}
.pagination li:first-child a:hover:before,
.pagination li:first-child span:hover:before{ border-radius: 50% 0 50% 50%; }
.pagination li:first-child a:after,
.pagination li:first-child span:after{
    transform: translateX(0) translateY(-50%);
    top: 50%;
    bottom:auto;
    left: auto;
    right: 0;
    }
.pagination li:first-child a:hover:after,
.pagination li:first-child span:hover:after{ right: 80%; }
.pagination li:last-child a:before,
.pagination li:last-child span:before{
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.pagination li:last-child a:hover:before,
.pagination li:last-child span:hover:before{ border-radius: 50% 0 50% 50%; }
.pagination li:last-child a:after,
.pagination li:last-child span:after{
    transform: translateX(0) translateY(-50%);
    bottom:auto;
    top: 50%;
    left: 0;
}
.pagination li:last-child a:hover:after,
.pagination li:last-child span:hover:after{ left: 80%; }
@media only screen and (max-width: 480px){
    .pagination{ display: block; }
    
    .pagination li{
        margin-bottom: 10px;
        display: inline-block;
    }
}
/* banner */
.index-banner{
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
}
.index-banner .hidden-pic{
   max-width: 100%;
   height: auto;
   display: block;
   opacity: 0;
}
.index-banner .box{
    padding: 40px 30px 100px 30px;
    background-color: rgba(255, 255, 255, 1); /* 半透明背景 */
    position: absolute;
    z-index: 10;
    top:50%;
    transform: translateY(-50%);
    right:3%;
    display: flex;
    flex-direction: column;
    max-width: 495px;
    border-radius: 5px;
}
.index-banner .box .index-banner-logo{
    align-self: flex-end;
    max-width: 300px;
    
}
.index-banner .box .title{
    font-family: 'gilroy-bold';
    color: #e60012;
    font-size: clamp(14px, 1.25vw, 24px);
    margin-top: 40px;
}
.index-banner .box .content{
    font-family: 'Gilroy-Medium';
    line-height: 2;
    margin-top: 20px;
    font-size: clamp(14px, 0.88vw, 18px);
}



.header_zone{
	background-color: #fff;
    overflow: visible;
    position: relative;
}
.header_zone:hover{
    border-bottom: 1px solid #fe0000;
}
/* 统一定义头部高度 */
.header_zone,
.logo,
.nav > li > h3{
	height: 115px;

}
/* 统一定义头部高度end */
.header{
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
.logo img{
    max-width: 200px;
}
.nav{
	flex-shrink: 0;
	display: flex;
    margin-left: auto;
    margin-right: auto;
}
.nav > li{
	flex-shrink: 0;
    z-index: 999;
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
}
.nav > li > h3{
    display: flex;
    align-items: center;
    font-weight: normal;
}
.nav > li > h3 > a{
	font-size: 20px;
	display: block;
    flex-shrink: 0;
}
.nav li.on .fal,
.nav li.on h3 a{
	color: #DC1627;
}
.nav li .fal{
    margin-left: 5px;
    margin-top: 5px;
}

.product-li{
    position: static!important;
}
.pro-sub-zone{
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
    background: #fff;
    position: absolute;
    left:0;
    top:100%;
    z-index: 10;
    border-top: 1px solid #fe0000;
    display: none;
    transition: 0.6s;
}
.product-li:hover .pro-sub-zone{
    display: block;
}
.pro-sub-main{
    display: flex;
}
.pro-sub-category{
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.pro-sub-category .item{
    width: 31.33333%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
}
.pro-sub-category .item h5{
    font-weight: normal;
}
.pro-sub-category .item .list{
    display: flex;
    flex-direction: column;
}
.pro-sub-category .item .list dl{
    margin-top: 25px;
}
.pro-sub-category .item .list dl a{
    display: flex;
    align-items: center;
}
.pro-sub-category .item .list dl dt{
    width: 100px;
    flex-shrink: 0;
    background-color: #f2f2f2;
    overflow: hidden;
}
.pro-sub-category .item .list dl dt img{
    max-width: 100%;
    height: atuo;
    display: block;
}
.pro-sub-category .item .list dl:hover dt img{
    transform: scale(1.1);
}
.pro-sub-category .item .list dl dd{
    flex-grow: 1;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}
.pro-sub-category .item .list dl dd h6{
    font-size: 15px;
    font-weight: normal;
    font-family: 'Gilroy-Medium';
}
.pro-sub-category .item .list dl dd p{
    color: #666;
    font-size: 14px;
}
.pro-sub-category .item:nth-child(4),
.pro-sub-category .item:nth-child(5),
.pro-sub-category .item:nth-child(6){
    margin-top: 30px;
}
.pro-sub-links{
    flex-shrink: 0;
    padding-left: 2%;
}
.pro-sub-links .item{
    margin-bottom: 25px;
}
.pro-sub-links .item a{
    color: #DB1524;
    display: flex;
    align-items: center;
}
.pro-sub-links .item a i{
    padding-left: 10px;
    margin-top: 2px;
}

.nav .sub{ 
	display:none; 
	white-space: nowrap; 
	left:50%;
    transform: translateX(-50%); 
	top:100%;  
	position:absolute; 
	background: #f0f0f0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.nav .sub > li > a{
    line-height: 45px;
    text-align: center;
    display: block;
    transition: 0.6s;
    padding-left: 15px;
    padding-right: 15px;
}
.nav .sub > li:hover > a{
    background-color: #DB1524;
    color: #fff;
}
.nav > li:hover .sub{
    display: block;
}



.language{
	flex-shrink: 0;
	position: relative;
    z-index: 999;
    margin-left: auto;
    margin-right: 15px;
    transition: 0.6s;
    height: 45px;
}
.language li{
    height: 45px;
    border: 1px solid #666;
    transition: 0.6s;
}
.language li a{
	font-size: 16px;
	display: block;
	line-height: 45px;
	width: 100%;
	text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
}
.language li a span{
    display: none;
}
.language li:nth-child(1) .fal{
	font-size: 20px;
    margin-left: 20px;
}
.language li:nth-child(2) .fal{
	display: none;
}
.language li:nth-child(2){
	width: 100%;
	position: absolute;
	left:0;
	top:100%;
	background:#fff;
	display: none;
	transition: 0.6s;
    
}
.language:hover li:nth-child(2) a{
    text-align: center;
    justify-content: center;
}
.language:hover li:nth-child(2){
	display: block;
}
.language li:hover{
    background-color: #DC1627;
    border-color: #DC1627;
}
.language li:hover a{
    color: #fff;
}
#search-btn{
    width: 45px;
    height: 45px;
    background-color: #DC1627;
    cursor: pointer;
    transition: 0.6s;
    line-height: 45px;
    text-align: center;
    flex-shrink: 0;
}
#search-btn .fal{
    font-size: 22px;
    color: #fff;
    line-height: 45px;
}

.search-zone{
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    background: #fff;
    position: absolute;
    left:0;
    top:100%;
    z-index: 100;
    border-top: 1px solid #fe0000;
    display: block;
    display: none;
}
.search-form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    align-items: center;
}
.search-form .stext{
    flex-grow: 1;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: none;
    border: none;
    outline: none;
}
.search-form .sbtn{
    padding-left: 20px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.search-form .sbtn .fal{
    font-size: 32px;
}
.index-txt1{
    display: flex;
    flex-direction: column;
    font-size: clamp(14px, 2.34vw, 45px);
    line-height: 1.5;
}
.text-red{
    color: #dc1525;
}

.index-txt2{
    display: flex;
    flex-direction: column;
    font-size: clamp(14px, 1.77vw, 34px);
    line-height: 1.5;
}
.index-category-list{
    display: flex;
    flex-direction: column;
}
.index-category-list .item{
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.index-category-list .item{
    padding-top: 40px;
    padding-bottom:40px;
}
.index-category-list .item:first-child{
    border-top: 1px solid #ccc;
}
.index-category-list .item .pic{
    width: 45%;
    overflow:hidden;
}
.index-category-list .item .pic:hover img{
    transform: scale(1.1);
}
.index-category-list .item .box{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.index-category-list .item .box h2{
    font-size: clamp(16px, 2.5vw, 48px);
    font-weight: normal;
    line-height: 1.2;
}
.index-category-list .item .box h3{
    font-weight: normal;
    font-size: clamp(14px, 1.56vw, 30px);
    font-family: 'gilroy-bold';
    line-height: 1;
}
.index-category-list .item .box .info{
    line-height: 1.7;
    color: #666;
    margin-top: 35px;
    font-size: clamp(14px, 1.14vw, 22px);
}
.index-category-list .item .box .more-btn{
    padding-left: 20px;
    padding-right: 20px;
    height: 55px;
    line-height: 55px;
    transition: 0.6s;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 60px;
    background: #010101;

}
.index-category-list .item .box .more-btn:hover{
    background: #DB1524;
}
.index-category-list .item .box .more-btn .fal{
    margin-left: 8px;
    line-height: 55px;
}
.index-txt3{
    display: flex;
    flex-direction: column;
}
.index-txt3 .text-red{
    font-size: clamp(16px, 2.34vw, 45px);
}
.index-txt3 .text-normal{
    font-size: clamp(14px, 1.35vw, 26px);
    line-height: 1.7;
}

.other-category{
    display: flex;
    justify-content: space-between;
    overflow: visible!important;
}
.other-category .item{
    width: 47%;
    overflow: hidden;
    transition: 0.6s;
}
.other-category .item:hover{
    box-shadow: 2px 2px 10px #666;
}
.other-category .item a{
    display: flex;
    flex-direction: column;
}
.other-category .item .pic{
    overflow: hidden;
}
.other-category .item:hover img{
    transform: scale(1.1);
}
.other-category .item .info{
    background: #DB1524;
    padding-left: 30px;
    padding-right: 30px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.other-category .item .info h3{
    font-size: clamp(16px, 1.77vw, 34px);
    font-weight: normal;
}
.other-category .item .info .detail{
    padding-left: 25px;
    padding-right: 25px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    transition: 0.6s;
}
.other-category .item:hover .info .detail{
    background: #fff;
    color: #DB1524;
}
.other-category .item .info .detail .fal{
    margin-top: 3px;
    margin-left: 10px;
}

.advantage-zone{
    background: url(../images/adv_zone.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 140px;
}
.advantage-title{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;

}
.advantage-title h3{
    font-weight: normal;
    font-size: clamp(16px, 2.34vw, 45px);
    line-height: 1.2;
}
.advantage-title p{
    font-weight: normal;
    font-size: clamp(14px, 1.57vw, 30px);
}
.advantage-list{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advantage-list .item{
    width: 47%;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}
.advantage-list .item:hover img{
    transform: scale(1.1);
}
.advantage-list .item .zhezhao{
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    z-index: 10;
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
    left:0;
    top:0;
    position: absolute;
    justify-content: space-between;
    padding-top:30px;
    padding-bottom:30px;
    transition:0.6s;
}
.advantage-list .item:hover .zhezhao{
    background: rgba(0,0,0,0.5);
}
.advantage-list .item .zhezhao .title{
    width:100%;
    text-align: justify;
    text-align-last: justify;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    font-style: italic;
    line-height: 1;
    font-size: clamp(16px, 2.5vw, 48px);
    text-transform:uppercase;
    font-family: 'gilroy-bold';
    transition: 0.4s;
}
.advantage-list .item:hover .zhezhao .title{
    transform: scale(0.6);
}
.advantage-list .item .zhezhao h3{
    font-size: clamp(16px, 2.5vw, 48px);
    font-family: 'Gilroy-Medium';
    font-weight: normal;
    color: #fff;
    transition: 0.6s;
}
.advantage-list .item:hover .zhezhao h3{
    transform: scale(0.8);
}
.advantage-list .item .zhezhao p{
    line-height: 1.7;
    color: #fff;
    font-size: clamp(14px, 0.88vw, 18px);
}

.footer-zone{
    background: #181818;
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer{
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer-left{
    max-width: 250px;
    flex-shrink: 0;
}
#footer-contact-link{
    margin-top: 15px;
    padding: 2px 10px;
    border: 1px solid #fff;
    float: left;
    transition: 0.6s;
}
#footer-contact-link:hover{
    background: #DB1524;
    border-color: #DB1524;
    color: #fff;
}
.footer-lxxx{
    margin-top: 10px;
    color: rgba(255,255,255,0.7);
}
.footer-lxxx table tr td{
    padding-top: 8px;
    padding-bottom: 8px;
}

.footer a{
    transition: 0.6s;
}
.footer-nav{
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    padding-left: 6%;
}
.footer-nav dl{
    display: flex;
    flex-direction: column;
}
.footer-nav dl dt{
    margin-bottom: 10px;
    font-family: 'Gilroy-Medium';
}
.footer-nav dl dt a{
    color: #fff;
    font-size: clamp(16px, 1.04vw, 20px);
}
.footer-nav dl dd{
    line-height: 40px;
}
.footer-nav dl dd a{
    color: rgba(255,255,255,0.7);
}
.copyright-zone{
    background: #000000;
}
.copyright{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    color: rgba(255,255,255,0.8);
}
.copyright a{
    color: rgba(255,255,255,0.8);
}

.footer-follow{
    display: flex;
    align-items: center;
}
.footer-follow a{
    margin-right: 45px;
}
.footer-follow i{
    font-size: 20px;
}
.footer-follow a:last-child{
    margin-right: 0;
}
.footer a:hover,
.copyright a:hover{
    color: #DB1524;
}

/* 内页 */
.page-banner-zone{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.page-banner-zone img{
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
}
.page-banner-zhezhao{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:0;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
.page-banner-zhezhao h2{
    font-size: clamp(16px, 1.72vw, 33px);
    color: #fff;
    font-family: 'Gilroy-Medium';
    font-weight: normal;
    display:none;
}
.page-banner-zhezhao p{
    font-size: clamp(14px, 1.25vw, 24px);
    color: #fff;
    display: none;
}
.page-position-zone{
    border-bottom: 1px solid #ccc;
}
.position{
    height: 60px;
    line-height: 60px;
    font-size: clamp(14px, 0.9375vw, 18px);
}
.sub-category-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub-category-box li{
    flex-grow: 1;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #EAEAEA;
    transition: 0.6s;
}
.sub-category-box li a{
    font-size: clamp(14px, 0.9375vw, 18px);
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: 0.6s;
}
.sub-category-box li:first-child{
    border-left: none;
}
.sub-category-box li:last-child{
    border-right: none;
}
.sub-category-box li.active{
    background: #000;
}
.sub-category-box li.active a{
    color: #fff;
}
.sub-category-box li:hover{
    background: #DB1524;
}
.sub-category-box li:hover a{
    color: #fff;
}
.application-list{
    display: flex;
    flex-direction: column;
}
.application-list .item{
    padding-top: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #ccc;
}
.application-list .item:last-child{
    border: none;
    padding-bottom: 0;
}
.application-list .item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.application-list .item .pic{
    width: 42%;
    overflow: hidden;
    flex-shrink: 0;
}
.application-list .item:hover .pic img{
    transform: scale(1.1);
}
.application-list .item .info{
    flex-grow: 1;
    padding-left: 6%;
    display: flex;
    flex-direction: column;
}
.application-list .item .info h3{
    font-weight: normal;
    font-size: clamp(16px, 1.5625vw, 30px);
}
.application-list .item .info .line{
    margin-top: 15px;
    width: 40px;
    height: 3px;
    background-color: #000;
    display: block;
}
.application-list .item .info .description{
    line-height: 1.7;
    color: #333;
    margin-top: 20px;
    font-size: clamp(14px, 0.9375vw, 18px);
}
/* contact */
.feedback-title{
    display: flex;
    flex-direction: column;
}
.feedback-title .shang{
    font-size: clamp(16px, 2.5vw, 48px);
}
.feedback-title .xia{
    font-size: clamp(14px, 0.9375vw, 18px);
    color: #747474;
    line-height: 1.7;
    margin-top: 15px;
}
.feedback{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.feedback .item-half{
    width: 47%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.feedback .item-half label{
    width: 110px;
    flex-shrink: 0;
    font-size: clamp(14px, 0.9375vw, 18px);
}
.feedback .item-half label span{
    color: #DB1524;
}
.feedback .itext,
.feedback .iselect{
    flex-grow: 1;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background: none;
    border: 1px solid #ccc;
    outline: none;
}
.feedback .item-content{
    width:100%;
    flex-grow: 1;
}
.feedback .item-content .shang,
.feedback .item-content .xia{
    font-size: clamp(14px, 0.9375vw, 18px);
}
.feedback .item-content .zhong,
.feedback .item-content .xia,
.feedback .item-btn{
    padding-left: 110px;
}

.feedback .icontent{
    width: 100%;
    height: 160px;
    line-height: 1.7;
    background: none;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
}
.feedback .item-content .zhong,
.feedback .item-content .xia{
    margin-top: 15px;
}
.feedback .item-btn{
    margin-top: 25px;
}
.feedback .ibtn{
    width: 220px;
    height: 40px;
    text-align: center;
    background: #DB1524;
    cursor: pointer;
    border: none;
    transition: 0.6s;
    color: #fff;

}
.feedback .ibtn:hover{
    background: #000;
}
.feedback .item-content .xia{
    display: flex;
    align-items: center;
}
.feedback .item-content .xia .layui-form-switch{
    margin-left: 10px;
    margin-top: 0!important;
}
.contact-info-zone{
    padding-top: 95px;
    padding-bottom: 80px;
    background: url(../images/contact-zone.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: -120px;
}
.contact-info{
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: 1.7;
}
.toutiao a{
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
}
.toutiao .pic{
    overflow: hidden;
}
.toutiao .swiper-slide:hover .pic img{
    transform: scale(1.1);
}
.toutiao h3{
    font-family: 'gilroy-bold';
    font-weight: normal;
    font-size: clamp(14px, 1.25vw, 24px);
    margin-top: 20px;
    line-height: 1.2;
}
.toutiao .date{
    font-family: 'gilroy-bold';
    font-size: 14px;
    margin-top: 15px;
}
.toutiao .description{
    line-height: 1.6;
    color: #333;
    margin-top: 15px;
    font-size: clamp(14px, 0.9375vw, 18px);
}
.toutiao .detail{
    margin-top: 20px;
    padding: 5px 10px;
    border: 1px solid #666;
    transition: 0.6s;
    display: block;
    width: 140px;
    text-align: center;
}
.toutiao .swiper-slide:hover .detail{
    background: #DB1524;
    border-color: #DB1524;
    color: #fff;
}
.toutiao-pagination{
    margin-top: 30px;
    text-align: center;
}
.toutiao-pagination .swiper-pagination-bullet-active{
    background: #dc1525!important;
}
.news-sub-category{
    border-bottom: 1px solid #ccc;
}
.news-sub-category ul{
    display: flex;
    justify-content: center;
}
.news-sub-category ul li{
    margin-left: 3%;
    margin-right: 3%;
    position:relative;
}
.news-sub-category ul li a{
    height: 40px;
    font-size: clamp(14px, 0.9375vw, 18px);
    display: block;
}
.news-sub-category ul li.active:after,
.news-sub-category ul li:hover:after{
    content: '';
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    left:0;
    bottom:0;
    z-index: 10;
    margin-bottom: -1px;
}
.newslist{
    margin-top: 85px;
}
.newslist .item{
    margin-top: 55px;
}
.newslist .item:first-child{
    margin-top: 0;
}

.newslist a{
    display: flex;
    align-items: center;
}
.newslist .pic{
    overflow: hidden;
    width: 31%;
    flex-shrink: 0;
}
.newslist .info{
    flex-grow: 1;
    padding-left: 3.5%;
    display: flex;
    flex-direction: column;
}
.newslist .item:hover .pic img{
    transform: scale(1.1);
}
.newslist h3{
    font-family: 'gilroy-bold';
    font-weight: normal;
    font-size: clamp(14px, 1.25vw, 24px);
    line-height: 1.2;
}
.newslist .date{
    font-family: 'gilroy-bold';
    font-size: 14px;
    margin-top: 15px;
}
.newslist .description{
    line-height: 1.6;
    color: #333;
    margin-top: 20px;
    font-size: clamp(14px, 0.9375vw, 18px);
}
.newslist .detail{
    margin-top: 30px;
    padding: 5px 10px;
    border: 1px solid #666;
    transition: 0.6s;
    display: block;
    width: 140px;
    text-align: center;
}
.newslist .item:hover .detail{
    background: #DB1524;
    border-color: #DB1524;
    color: #fff;
}
/* product */
.box-a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-a .zuo{
    flex-grow: 1;
    padding-right: 18%;
}

.box-a  .you{
    width: 230px;
    flex-shrink: 0;
}
.box-a .zuo .title .shang{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.box-a .zuo .title .shang h3{
    font-weight: normal;
    font-size: clamp(18px, 2.5vw, 48px);
    line-height: 1.2;
}
.box-a .zuo .title .shang h4{
    font-weight: normal;
    font-size: clamp(16px, 1.5625vw, 30px);
    font-family: 'gilroy-bold';
    margin-left: 20px;
}
.box-a .title .xia{
    font-size: clamp(14px, 1.1458vw, 22px);
    color: #333;
    line-height: 1.5;
    margin-top: 20px;
}
.box-a .info{
    font-size: clamp(14px, 1.1458vw, 22px);
    margin-top: 10px;
    color: #333;
}

.box-a .info strong{
    font-weight: normal;
    font-family: 'gilroy-bold';
    color: #000;
}
.box-a .you a{
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    transition: 0.6s;
    background: #000;
    justify-content: space-between;
}
.box-a .you a:first-child i{
    font-size: 22px;
}
.box-a .you a:last-child i{
    font-size: 18px;
}
.box-a .you a:hover{
    background: #DB1524;
}
.level1{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #666;
    flex-wrap: wrap;
}
.level1 .item{
    width: 31%;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-top: 40px;
}
.level1  .item:last-child:nth-child(3n + 2) {
  margin-right: calc((100% - 31%) / 2);
}
.level1 .item a{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.level1 .item .pic{
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.level1 .item:hover .pic img{
    transform: scale(1.1);
}
.level1 .item .info{
    padding: 35px 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.level1 .item h3{
    font-weight: normal;
    font-size: clamp(16px, 1.5625vw, 30px);
    color: #ff0000;
    font-family: 'gilroy-bold';
    line-height: 1;
}
.level1 .item .brief{
    margin-top: 10px;
    line-height: 1.5;
    font-size: clamp(14px, 0.9375vw, 18px);
    color: #333;
}
.level1 .item .zhijing{
    font-weight: normal;
    font-size: clamp(16px, 1.25vw, 24px);
    font-family: 'gilroy-bold';
    margin-top: 15px;
}
.level1 .item .brief2{
    margin-bottom: 30px;
}
.level1 .item .detail{
    border: 1px solid #999;
    padding: 8px 15px;
    transition: 0.6s;
    max-width: 160px;
    text-align: center;
    margin-top:auto;
}
.level1 .item:hover .detail{
    background: #DB1524;
    color: #fff;
    border-color: #DB1524;
}
.level1 .item:hover,
.level1 .item:hover .pic{
    border-color: #DB1524;
}
.level2-name{
    font-weight: normal;
    font-size: clamp(18px, 2.5vw, 48px); 
}
.box-b{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}
.box-b .info{
    flex-grow: 1;
    padding-right: 60px;
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: 1.7;
}
.box-b .pic{
    width: 37%;
    flex-shrink: 0;
}
.slide > .hd > ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slide > .hd > ul > li{
    width: 33.333333333%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #EAEAEA;
    cursor: pointer;
    font-size: clamp(14px, 0.9375vw, 18px);
    transition: 0.6s;
    border-left: 1px solid #fff;
}
.slide > .hd > ul > li:first-child{
    border-left: none;
}
.slide > .hd > ul > li.on{
    background-color: #000;
    color: #fff;
}
ul.detail-content{
    overflow: hidden;
}
ul.detail-content h3{
    font-weight: normal;
    font-size: clamp(16px, 1.145vw, 22px); 
    font-family: 'gilroy-bold';
    display: block;
}
ul.detail-content .content{
    line-height: 1.7;
    font-size: clamp(14px, 0.9375vw, 18px);
    margin-top: 15px;
}
/* 下载 */
.download-list .item{
    border-bottom: 2px solid #fff;
    background-color: #F6F6F6;
    transition: 0.6s;
}
.download-list .item a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
}
.download-list .item .info{
    flex-grow: 1;
    padding-right: 1%;
    display: flex;
    flex-direction: column;
}
.download-list .item .info h3{
    font-weight: normal;
    font-size: clamp(16px, 0.9375vw, 18px); 
    font-family: 'gilroy-bold';
}
.download-list .item .info .xia{
    color: #666;

}
.download-list .item .detail{
    padding: 5px 15px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.6s;

}
.download-list .item .detail i{
    font-size: 18px;
    margin-left: 15px;
}
.download-list .item:hover{
    background-color: #000;
}
.download-list .item:hover .info h3,
.download-list .item:hover .info .xia,
.download-list .item:hover .detail{
    color: #fff;
}
.download-list .item:hover .detail{
    background-color: #DB1524;
    border-color: #DB1524;
}
.switch-tab .hd2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.switch-tab .hd2 ul{
    border-bottom: 2px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.switch-tab .hd2 ul li{
    height: 40px;
    font-size: clamp(16px, 0.9375vw, 18px); 
    margin-right: 60px;
    position: relative;
    cursor: pointer;
}
.switch-tab .hd2 ul li:last-child{
    margin-right: 0;
}
.switch-tab .hd2 ul li.on:after{
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left:0;
    top:100%;
    background-color: #000;
    z-index: 10;
}
.switch-tab .bd2{
    margin-top: 55px;
}
.box-c{
    display: flex;
    justify-content: space-between;
    
}
.box-c .item{
    width: 31%;
    border: 1px solid #ccc;
}
.box-c .item a{
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: 0.6s;
    height: 100%;
}
.box-c .item:hover{
    border-color: #DB1524;
}
.box-c .item h3{
    font-weight: normal;
    font-size: clamp(16px, 1.25vw, 24px); 
    font-family: 'gilroy-bold';
}
.box-c .item .brief{
    margin-top: 10px;
    line-height: 1.7;
    font-size: clamp(16px, 0.9375vw, 18px); 
    flex-grow: 1;
}
.box-c .item .detail{
    padding: 3px 20px;
    border: 1px solid #000;
    font-size: clamp(16px, 0.9375vw, 18px); 
    transition: 0.6s;
    margin-top: 20px;
}
.box-c .item:hover .detail{
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.detail-position-zone{
    border-bottom: none;
    border-top: 1px solid #ccc;
}
.detail-title{
    font-weight: normal;
    font-size: clamp(18px, 2.5vw, 48px); 
}
.detail-swiper-box{
    margin-top: 10px;
    position: relative;
}
.detail-pagination{
    width: 100%;
    position: absolute;
    left:0;
    bottom:20px;
    z-index: 10;
    text-align: center;
}
.detail-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
}
.detail-pagination .swiper-pagination-bullet-active{
    background-color: #000;
}
.detail-next,
.detail-prev{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
}
.detail-prev i,
.detail-next i{
    font-size: 40px;
    color: #666;
}
.detail-prev:hover i,
.detail-next:hover i{
    color: #000;
}
.detail-prev{
    left:2%;
}
.detail-next{
    right:2%;
}
.box-d .title{
    font-size: clamp(16px, 1.145vw, 22px); 
    font-family: 'gilroy-bold';
}
.box-d .content{
    margin-top: 10px;
    line-height: 1.7;
    font-size: clamp(16px, 0.9375vw, 18px);
}
.detail-content{
    padding-top: 30px;
}
.related-title{
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    font-size: clamp(16px, 1.6666vw, 32px);
}

.related-products{
    display: flex;
    justify-content: space-between;
}
.related-products .item{
    width: 30%;
    border: 1px solid #ccc;
    overflow: hidden;
}
.related-products .item:last-child:nth-child(3n + 2) {
  margin-right: calc((100% - 30%) / 2);
}
.related-products .item .pic{
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.related-products .item:hover .pic img{
    transform: scale(1.1);
}
.related-products .item .info{
    padding: 35px 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.related-products .item h3{
    font-weight: normal;
    font-size: clamp(16px, 1.25vw, 24px);
    font-family: 'gilroy-bold';
    line-height: 1;
}
.related-products .item .brief{
    margin-top: 10px;
    line-height: 1.5;
    font-size: clamp(14px, 0.9375vw, 18px);
    color: #333;
}
.related-products .item .detail{
    border: 1px solid #999;
    margin-top: 45px;
    padding: 8px 15px;
    transition: 0.6s;
    max-width: 180px;
    text-align: center;
}
.related-products .item:hover .detail{
    background: #DB1524;
    color: #fff;
    border-color: #DB1524;
}
.related-products .item:hover,
.related-products .item:hover .pic{
    border-color: #DB1524;
}
.box-e .title{
    font-size: clamp(18px, 2.5vw, 48px);
}
.box-e .content{
    font-size: clamp(16px, 1.145vw, 22px); 
    color: #333;
}
.service-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-list .item{
    margin-top: 35px;
    display: flex;
    width: 27.34%;
    flex-direction: column;
}
.service-list .item .pic{
    padding-left: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.service-list .item .info{
    padding-left: 25px;
    font-size: clamp(14px, 1.041vw, 20px);
    line-height: 1.7;
    padding-top: 10px;
}
.box-f{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-f .pic{
    width: 44%;
    flex-shrink: 0;
}
.box-f .info{
    flex-grow: 1;
    padding-left: 5%;
    font-size: clamp(14px, 1.041vw, 20px); 
    line-height: 1.7;
}
#service-download-btn{
    padding: 8px 15px;
    background-color: #000;
    color: #fff;
    text-align: center;
    float: left;
    display: block;
    transition: 0.6s;
    margin-top: 20px;
    margin-bottom: 20px;
}
#service-download-btn:hover{
    background-color: #DB1524;
}

.service-download-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-download-list .item{
    width: 31%;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
.service-download-list .item .pic{
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    flex-shrink: 0;
}
.service-download-list .item:hover .pic img{
    transform: scale(1.1);
}
.service-download-list .item .info{
    padding: 35px 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.service-download-list .item h4{
    font-weight: normal;
    font-size: clamp(14px, 1.5625vw, 30px); 
}
.service-download-list .item h3{
    font-weight: normal;
    font-size: clamp(16px, 1.25vw, 24px);
    font-family: 'gilroy-bold';
    line-height: 1;
}
.service-download-list .item .links{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom:auto;
}
.service-download-list .item .links a{
    line-height: 2;
    font-size: clamp(14px, 0.9375vw, 18px);
    color: #333;
}
.service-download-list .item .detail{
    border: 1px solid #999;
    padding: 10px 15px;
    transition: 0.6s;
    max-width: 180px;
    text-align: center;
    margin-top: 30px;
}
.service-download-list .item .links a:hover{
    color: #DB1524;
}
.service-download-list .item .detail:hover{
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.article-title{
    font-size: clamp(16px, 1.5625vw, 30px);
    text-align: center;
    font-weight: normal;
    font-family: 'gilroy-bold';
}
.article-info{
    display: flex;
    justify-content: center;
    color: #666;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.article-info .item i{
    margin-right: 10px;
}
.article-content{
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: 1.7;
}
.shangxiapian{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.shangxiapian .item{
    padding-top: 10px;
    display: flex;
    align-items: center;
    font-size: clamp(14px, 0.9375vw, 18px);
}
.shangxiapian .item i{
    margin-right: 5px;
}
.keywords-zone{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #eee;
    box-shadow: 0px 0px 5px #eee inset;
}
.keywords-zone h2{
    display: flex;
    justify-content: center;
}
.keywords-zone span{
    color: #DB1524;
}
.wzlist li{
    line-height: 60px;
    background-color: #f7f7f7;
    padding-left: 20px;
    border-bottom: 1px solid #fff;
    font-size: clamp(14px, 0.9375vw, 18px);
}
.wzlist li i{
    margin-right: 10px;
}
/* 细节调整 */
#menu-btn{
    display: none;
}
.pro-sub{
    display: none;
}
.product-list-table thead{
    background-color: #dcdcdc;
}
.product-list-table thead tr .layui-table-cell{
    height: 80px!important;
    line-height: 20px!important;
    text-overflow:inherit;
    white-space:wrap;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5px!important;
    padding-right: 5px!important;
}
.product-list-table thead tr .layui-table-cell span{
    color: #000;
    font-weight: normal;
    font-family: 'gilroy-bold';
    font-size: 16px;
}

/*ABOUT页面*/
.about-zone1{
    background: url(../images/about-zone1.jpg) center center no-repeat;
    background-size: cover;
    height: 885px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-zone1 .title{
    font-size: clamp(18px, 2.2916vw, 44px);
    font-family: 'Gilroy-Medium';
    color: #fff;
    text-align: center;
}
.about-zone1 .txt{
    padding-left: 15%;
    padding-right: 15%;
    color: #fff;
    line-height: 1.7;
    font-size: clamp(14px, 0.9375vw, 18px);
    margin-top: 55px;
    margin-bottom: 85px;
}
.about-zone1 .shuzi{
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.about-zone1 .shuzi .item{
    width: 18%;
}
.about-zone1 .shuzi .item .shang{
    font-size: clamp(18px, 2.1875vw, 42px);
    font-family: 'gilroy-bold';
}
.about-zone1 .shuzi .item .xia{
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: 1.5;
}
.culture-main .title{
    font-size: clamp(18px, 2.2916vw, 44px);
    font-family: 'Gilroy-Medium';
}
.culture-main .list{
    display: flex;
    justify-content: space-between;
}
.culture-main .list .item{
    margin-top: 30px;
    width: 27%;
}
.culture-main .list .item h3{
    font-size: clamp(16px, 1.25vw, 24px);
    font-family: 'Gilroy-Medium';
    font-weight: normal;
    margin-bottom: 10px;
}
.culture-main .list .item .txt{
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: 1.7;
    color: #333;
}
.about-zone2{
    background: url(../images/about-zone2.jpg) center center no-repeat;
    background-size: cover;
    height: 885px;
    color: #fff;
    text-align: center;
}
.about-zone2 .title{
    font-size: clamp(18px, 2.2916vw, 44px);
    font-family: 'Gilroy-Medium';
    color: #fff;
    text-align: center;
}
.about-zone2 .txt{
    padding-left: 15%;
    padding-right: 15%;
    color: #fff;
    line-height: 1.7;
    font-size: clamp(14px, 0.9375vw, 18px);
    margin-top: 45px;
    margin-bottom: 30px;
}
.about-zone2 .links a{
    color: #fff;
    font-size: clamp(14px, 0.9375vw, 18px);
}
.core-main .title{
    font-size: clamp(18px, 2.2916vw, 44px);
    font-family: 'Gilroy-Medium';
    text-align: center;
}
.core-main .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.core-main .list .item{
    margin-top: 50px;
    width: 48%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-left: 110px;
}
.core-main .list .item .pic{
    width: 226px;
    position: absolute;
    left:0;
    top:0;
    z-index: 10;
}
.core-main .list .item .pic img{

}
.core-main .list .info{
    background: linear-gradient(90deg, #D7DEE5 0%,#FFFFFF 100%);
    display: flex;
    flex-direction: column;
    height: 226px;
    justify-content: center;
    padding-left: 140px;
}
.core-main .list .info h3{
    font-size: clamp(16px, 1.25vw, 24px);
    font-family: 'Gilroy-Medium';
    font-weight: normal;
    margin-bottom: 15px;
}
.core-main .list .info .txt{
    color: #333;
    line-height: 1.7;
    font-size: clamp(14px, 0.9375vw, 18px);
}
.about-zone3{
    background: #D7DEE6;
    padding-top: 100px;
    padding-bottom: 100px;
}
.about-zone3 .title .shang{
    font-size: clamp(18px, 2.2916vw, 44px);
    font-family: 'Gilroy-Medium';
}
.about-zone3 .title .xia{
    color: #333;
    line-height: 1.7;
    font-size: clamp(14px, 0.9375vw, 18px);
}
.about-zone3 .number{
    display: flex;
    justify-content: space-between;
}
.about-zone3 .number .item{
    width: 18%;
}
.about-zone3 .number .item .shang{
    font-size: clamp(18px, 2.1875vw, 42px);
    font-family: 'gilroy-bold';
    color: #dc1525;
}
.about-zone3 .number .item .xia{
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: 1.5;
}
.about-zone3 .zhengshu{
    margin-top: 25px;
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr 1fr 1fr 1fr 1fr 1fr 1.25fr);
}
.about-zone3 .zhengshu:first-child{
    margin-top: 50px;
}
.about-zone3 .zhengshu a{
    position:relative;
}
.about-zone3 .zhengshu a img{
    position: relative;
    z-index: 1;
    width: 125%;
    height: auto;
}
.about-zone3 .zhengshu a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(215, 222, 229, 0) 50%, rgba(215, 222, 229, 1) 100%);
    z-index: 2;
}
.about-zone3 .zhengshu a:last-of-type img {
    width: 100%;
}
.about-zone4{
    margin-bottom: -120px;
}
.about-zone4 .main{
    position: relative;
    display: flex;
    align-items: center;
    overflow: visible;
}
.about-zone4 .main .left{
    width: 50%;
    padding-right: 35px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.about-zone4 .main .left .title .shang{
    font-size: clamp(18px, 2.2916vw, 44px);
    font-family: 'Gilroy-Medium';
}
.about-zone4 .main .left .title .xia{
    font-size: clamp(16px, 1.5483vw, 28px);
    color: #333;
    line-height: 1.7;
}
.about-zone4 .main .left .list .item{
    margin-top: 35px;
}

.about-zone4 .main .left .list .item .shang{
    display: flex;
    align-items: center;
}
.about-zone4 .main .left .list .item .shang h3{
    font-family: 'Gilroy-Medium';
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: normal;
    line-height: 1.5;
    margin-left: 20px;
}
.about-zone4 .main .left .list .item .xia{
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: 1.5;
    margin-top: 15px;
}
.about-zone4 .main .pic{
    overflow: visible;
}




/*响应式开始*/
@media (max-width:1300px) {
    .header,
    .index-txt1,
    .index-txt2,
    .index-category-list,
    .advantage-list,
    .index-txt3,
    .other-category,
    .footer,
    .copyright,
    .pro-sub-main,
    .position,
    .sub-category-box,
    .application-list,
    .page-banner-zhezhao,
    .feedback-title,
    .feedback,
    .contact-info-zone,
    .detail-title,
    .detail-swiper-box,
    .box-d,
    .slide,
    .related-title,
    .related-products,
    .download-list,
    .newslist,
    .box-a,
    .level1,
    .level2-name,
    .box-b,
    .box-c,
    .box-e,
    .service-list,
    .box-f,
    .service-download-list,
    .article-content,
    .shangxiapian,
    .about-zone1 .shuzi,
    .culture-main,
    .core-main,
    .about-zone3 .main
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .toutiao{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .about-zone4 .main .left{
        padding-left: 15px;
    }
    
}



@media (max-width:768px) {
    body{
        font-size: 14px;
    }
    .header_zone, 
    .logo, 
    .nav > li > h3{
        height: 50px;
    }
    .nav{
        width: 100%;
        position: absolute;
        left:0;
        top:100%;
        z-index: 99;
        background-color: #fff;
        border-top: 1px solid #DB1524;
        flex-direction: column;
        display:none;
    }
    .nav > li{
        margin-left: 0;
        margin-right: 0;
    }
    .nav > li > h3 > a{
        font-size: 14px;
        flex-grow: 1;
    }
    .nav > li > h3{
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .nav .sub,
    .nav .pro-sub{
        position: static;
        background-color: #f7f7f7;
        display:none;
        transform: translateX(0);
        border-bottom: 1px solid #ddd;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .nav .sub > li > a,
    .nav .pro-sub > li > a{
        text-align: left;
        padding-left: 30px;
        line-height: 45px;
        display: block;
        padding-right: 15px;
    }
    .language{
        height: auto;
        display: flex;
        align-items: center;
        position: static;
    }
    .language li:first-child i{
        display: none;
    }
    .language li{
        height: 40px;
    }
    .language li a{
        line-height: 40px;
        font-size: 14px;
    }
    .language li:nth-child(2){
        position: static;
        display: block;
        margin-left: 15px;
    }
    .language li.active{
        background-color: #DB1524;
        border-color: #DB1524;
    }
    .language li.active a{
        color: #fff;
    }
    #search-btn{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    #menu-btn{
        display: block;
        font-size: 26px;
        margin-left: 15px;
    }
    .mt140,
    .mt120,
    .mt100,
    .mt80{
        margin-top: 40px;
    }
    .contact-info-zone{
        margin-bottom: -40px;
    }
    .mt60,
    .mt40{
        margin-top: 30px;
    }
    .advantage-zone{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .advantage-list{
        margin-top: 0;
    }
    .footer-follow a{
        margin-right: 15px;
    }
    .search-zone{
        padding-left: 15px;
        padding-right: 15px;
    }
    .search-form .stext{
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .search-form .sbtn i{
        font-size: 26px;
    }
    .newslist{
        margin-top: 40px;
    }
    .nav > li:hover .sub,
    .product-li:hover .pro-sub-zone,
    .nav li .fal{
        display: none;
    }
    .about-zone4{
        margin-bottom: -40px;
    }
    .feedback{
        flex-direction: column;
    }
    .feedback .item-half{
        width: 100%;
    }
}


@media (max-width:600px) {
    .mt140,
    .mt120,
    .mt100,
    .mt80{
        margin-top: 30px;
    }
    .language{
        margin-right: 5px;
    }
    .language li:nth-child(2){
        margin-left: 5px;
    }
    .language li a{
        padding-left: 0;
        padding-right: 0;
        width:40px;
        font-size: 0;
        text-indent: -9999em;
        line-height: 0;
        position: relative;
    }
    .language li a span{
        display: block;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 40px;
        text-indent: 0;
        text-align: center;
        width: 100%;
    }
    .index-category-list .item .box .more-btn{
        height: 40px;
        line-height: 40px;
    }
    .advantage-list .item .zhezhao{
        background: rgba(0,0,0,0.5);
    }
    .switch-tab .hd2 ul{
        justify-content: space-between;
        width:100%;
    }
    .switch-tab .hd2 ul li{
        margin-right: 0;
        width: 33.333333333%;
        text-align: center;
        font-size: 14px;
    }
    .switch-tab .bd2 .download-list{
        padding-left: 0;
        padding-right: 0;
    }
    .download-list .item a{
        padding: 10px 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .box-d .content,
    .box-d .content p,
    .box-d .content span{
        font-size: 14px!important;
    }
    .download-list .item .info{
        padding-right: 0;
    }
    .download-list .item .detail{
        margin-top: 10px;
    }
    .contact-info-zone{
        margin-bottom: -30px;
    }
    .mt60,
    .mt40{
        margin-top: 20px;
    }
    .logo img{
        max-width: 130px;
    }
    .index-category-list .item{
        flex-direction: column;
        padding-top: 0;
    }
    .index-category-list .item .pic{
        width: 100%;
    }
    .index-category-list .item .box{
        width: 100%;
    }
    .advantage-list .item{
        width: 100%;
        margin-top: 30px;
    }
    .other-category .item{
        width: 100%;
    }
    .other-category{
        flex-direction: column;
    }
    .other-category .item:last-child{
        margin-top: 10px;
    }
    .footer-left{
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-nav{
        display: none;
    }
    .footer-zone{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .copyright{
        flex-direction: column;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sub-category-box{
        flex-wrap: wrap;
    }
    .sub-category-box li{
        width: 50%;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .sub-category-box li:first-child{
        border-left: 1px solid #fff;
    }
    .application-list .item{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .application-list .item a{
        flex-direction: column;
    }
    .application-list .item .pic{
        width: 100%;
        margin-bottom: 20px;
    }
    .application-list .item .info{
        padding-left: 0;
    }
    .feedback{
        flex-direction: column;
        margin-top: 30px;
    }
    .feedback .item-half{
        width: 100%;
    }
    .feedback .item-content .zhong, .feedback .item-content .xia, .feedback .item-btn{
        padding-left: 0;
    }
    .feedback .ibtn{
        width: 100%;
    }
    .contact-info-zone{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .detail-prev i, .detail-next i{
        font-size: 20px;
    }
    .related-products{
        flex-direction: column;
    }
    .related-products .item{
        width: 100%;
        margin-top: 20px;
    }
    .related-products .item:first-child{
        margin-top: 0;
    }
    .newslist{
        margin-top: 30px;
    }
    .newslist .item a{
        flex-direction: column;
    }
    .newslist .pic{
        width: 100%;
        margin-bottom: 20px;
    }
    .newslist .info{
        padding-left: 0;
    }
    .box-a{
        flex-direction: column;
    }
    .box-a .zuo{
        padding-right: 0;
    }
    .box-a .you{
        width: 100%;
        margin-top: 20px;
    }
    .level1{
        padding-top: 10px;
        flex-direction: column;
    }
    .level1 .item{
        margin-top: 20px;
        width: 100%;
    }
    .box-b{
        flex-direction: column;
    }
    .box-b .info{
        padding-right: 0;
    }
    .box-b .pic{
        width: 100%;
        margin-top: 20px;
    }
    .switch-tab .bd2{
        margin-top: 30px;
    }
    .detail-content{
        padding-top: 10px;
    }
    .box-c{
        flex-direction: column;
    }
    .box-c .item{
        width: 100%;
        margin-top: 20px;
    }
    .box-c .item:first-child{
        margin-top: 0;
    }
    .service-list .item{
        width: 48%;
    }
    .box-f{
        flex-direction: column;
    }
    .box-f .pic{
        width: 100%;
        margin-bottom: 20px;
    }
    .box-f .info{
        padding-left: 0;
    }
    .service-download-list .item{
        width: 48%;
    }
    
    .about-zone1{
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-zone1 .txt{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .about-zone1 .shuzi{
        flex-wrap: wrap;
    }
    .about-zone1 .shuzi .item{
        width: 50%;
        text-align: center;
        margin-top: 40px;
    }
    .culture-main .list{
        flex-direction: column;
    }
    .culture-main .list .item{
        width:100%;
    }
    .about-zone2 .txt{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .about-zone2 .links{
        padding-left: 15px;
        padding-right: 15px;
    }
    .core-main .list{
        flex-direction: column;
    }
    .core-main .list .item{
        width:100%;
        flex-direction: column;
        padding-left: 0;
    }
    .core-main .list .item .pic{
        position: static;
    }
    .core-main .list .info{
        height: auto;
        padding-left: 0;
        margin-top: 15px;
        padding: 15px;
    }
    .about-zone3{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about-zone3 .number{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .about-zone3 .number .item{
        width: 50%;
        text-align: center;
        margin-top: 40px;
    }
    .about-zone4 .main{
        flex-direction: column;
    }
    .about-zone4 .main .left{
        width:100%;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 0;
    }
    .about-zone4 .main .pic{
        width:100%;
    }
    .about-zone4 .main .pic img{
        max-width: 100%;
        height: auto;
        display: block;
    }
    .about-zone4{
        margin-bottom: -30px;
    }
    .index-banner .box{
        max-width:90%;
        right:5%;
    }
}




.product-cover-title{
    padding: 20px 15px;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-cover-title h2{
    font-size: clamp(16px, 1.04vw, 20px);
}
.product-cover-level1{
    padding-top: 0;
    border: none;
}