<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding:0;
}
html,body{
    margin: 0;
    padding:0;
    width: 100%;
    font-family: "Microsoft YaHei","Arial";
    font-size: 16px;
    color:#555;
}
ul,ul li{
    margin: 0;
    padding:0;
    list-style: none;
}
a,a:hover{
    text-decoration: none;
    color:#333;
}
p,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}
img{
    max-width: 100%;
}
.red{
    color:#c34d24;
}

.textLeft{text-align: left;}
.textRight{
    text-align: right;
}
.width25{width:25%}
.width30{width:30%}
.width33{width:33.5%}
.width35{width: 35%;}
.width40{width:40%}
.width45{width:45%}
.width50{width:50%}
.width55{width:55%}
.width60{width:60%}
.width65{width:65%}
.font36{
    font-size:36px
}

@media(min-width:1200px){
    .container{width:1200px}
}

@media(min-width:1440px){
    .container{
        width:1400px
    }
}
@media(min-width:1620px){
    .container{
        width:1600px
    }
}

.padding80{
    padding:80px 0;
}
.noPaddingLeft{padding-left:0}
.noPaddingRight{
    padding-right:0;
}


.bannerSwiper img{
    width:100%;
    margin: 0 auto;
}
.bannerSwiper .swiper-slide{
    position: relative;
}
.bannerSwiper .swiper-slide .banner-text{
    position: absolute;
    right: 15%;
    top:30%;
    z-index: 1;
    color: #fff;
}
.banner-cn{
    font-size:60px;
    font-weight: bold;
}
.banner-en{
    font-size: 32px;
}
.banner-btn{
    float: right;
    margin-top:80px;
    background: #c34d24;
    width: 300px;
    height: 80px;
    text-align: center;
    font-size: 22px;
    padding:10px 0;
    overflow: hidden;
    box-shadow: 0px 2px 5px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 2px 5px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 2px 5px 5px rgba(0,0,0,.5);
    -o-box-shadow: 0px 2px 5px 5px rgba(0,0,0,.5);
}
.banner-btn a{
    display: block;
    color: #fff;
}
.banner-btn-left{
    width: 75%;
    float: left;
}
.banner-btn span{
    display: block;
}
.banner-btn i{
    width: 25%;
    text-align: left;
    line-height: 80px;
    display: block;
    float:right;
    font-size: 48px;
}
.banner-btn .btn-en{
    font-size:18px;
    font-weight: lighter;
}
.banner-btn .fa-angle-double-right:before{
    font-size:48px
}
.font24{font-size: 24px;}
.bannerSwiper .swiper-button-next, .bannerSwiper .swiper-rtl .swiper-button-prev,.bannerSwiper .swiper-button-prev, .bannerSwiper .swiper-rtl .swiper-button-next{
    color:#fff;
}
.bannerSwiper .swiper-slide-active .banner-text{
    animation: moveUp .8s linear forwards;
    -webkit-animation: moveUp .8s linear forwards;
    -moz-animation: moveUp .8s linear forwards;
    -o-animation: moveUp .8s linear forwards;
}



/* 浜у搧 */
.h-pro{
    margin:60px 0;
    overflow: hidden;
}
.h-pro .bottom{
    background: url(../../images/h-pic-p.jpg) no-repeat center;
}
.top{margin-bottom:60px; text-align: center;}
.top .title{
    font-size:26px;
    text-align: center;
    font-weight: bold;
    margin-bottom:20px;
}
.top .title span{
    font-size:36px;
    margin-left:10px;
    position: relative;
}
.top .title span::after{
    content: "";
    display: block;
    width:140px;
    height:1px;
    background: #c34d24;
    position: absolute;
    left:0;
    bottom:-10px;
}
.top .title span::before{
    content: "";
    display: block;
    width:6px;
    height:6px;
    border-radius: 50%;
    background: #c34d24;
    position: absolute;
    right:0;
    bottom:-10px;
}
.bottom{
    overflow: hidden;
}
.pro-highend{
    background: #ccc;
    padding:40px;
    overflow: hidden;
}
.proPic{
    padding-left:40px;
}
.proText h3{
    font-size:24px;
    color: #000;
    margin-top:30px;
}
.proText h3::after{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #c34d24;
    margin:10px 0 30px;
}
.proBtn{
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #c34d24;
    margin-top:40px;
}
.proBtn a{
    display: block;
    color:#777;
}

.pro-item .swiper-slide{
    overflow: hidden;
    background-color:#eee;
    padding:40px;
    overflow: hidden;
    position: relative;
}
.pro-item .swiper-slide:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    display: block;
    position: absolute;
    right:0;
    top:0;
}

.pro-item .swiper-button-prev, .pro-item .swiper-rtl .swiper-button-next{
    left:0;
    bottom:0;
    top: auto;
    background-color: #c34d24;
    width: 30px;
    height: 30px;
}
.pro-item .swiper-button-next, .pro-item .swiper-rtl .swiper-button-prev{
    right:auto;
    left:30px;
    bottom:0;
    top:auto;
    width: 30px;
    height: 30px;
    background-color: #333;
}
.pro-item .swiper-button-prev:after, .pro-item .swiper-rtl .swiper-button-next:after,.pro-item .swiper-button-next:after, .pro-item .swiper-rtl .swiper-button-prev:after{
    content: none;
}

.swiper-button-prev .fa-caret-left:before,.swiper-button-next .fa-caret-right:before{
    font-size:24px;
    color:#fff;
    text-align: center;
}

.product{
    margin:60px 0;
    overflow: hidden;
}
.product ul,.product ul li{
    overflow: hidden;
}
.product ul li{margin:15px 0;}
.product-box{
    width: 100%;
    background: #f8f8f8;
    padding:40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.product-pic{
    background: #fff;
    padding:20px;
    overflow: hidden;
}

.product-pic img{
    max-height: 240px;
    display: block;
    margin: 0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.product-list-desc{
    padding-left:60px;
}
.product-list-desc h2{
    font-size:24px;
    line-height: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.product-list-info{
    margin:20px 0 60px;
    color:#777;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}
.product-list-info span{
    display: block;
    color:#333;
}
.product-list-btn a{
    color:#c34d24;
}
.product ul li:hover .product-box{
    background: #c34d24;
    color:#fff;
}

.product ul li:hover .product-box .product-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product ul li:hover .product-box .product-list-info{color:#fff;}
.product ul li:hover .product-box .product-list-info span{
    color:#fff;
}
.product ul li:hover .product-box .product-list-btn a{
    color:#fff
}


.product-c-top{
    background: #f4f4f4;
    padding-top:100px;
    padding-bottom:80px;
    overflow: hidden;
}

.product-c-top .location{
    color:#777;
    border-bottom: none;
}
.product-c-top .location i{
    color:#c34d24
}
.product-c-top .location a{
    color:#777;
}
.product-c-pic{
    width: 100%;
    background: #fff;
    padding:60px;
}
.product-c-pic img{
    display: block;
    margin: 0 auto;
    max-height: 300px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.product-c-pic:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-c-c{
    width: 100%;
    padding-left:60px;
}
.product-c-c h2{
    color:#c34d24;
    font-size: 32px;
    line-height: 40px;
    margin-bottom:30px;
    margin-top:30px;
    padding-bottom:30px;
    border-bottom:1px solid #ddd;
}
.product-c-cf,.product-c-tx{
    line-height: 30px;
    color:#777;
}
.product-c-cf span,.product-c-tx span{
    color:#333;
}
.product-c-xunpan{
    width:160px;
    height: 48px;
    background: #c34d24;
    text-align: center;
    line-height: 48px;
    margin-top:80px;
}
.product-c-xunpan a{
    display: block;
    color:#fff;
}
.product-xiangqing{
    padding:60px 0;
    overflow: hidden;
}
.product-xiangqing h2{
    font-size:32px;
    color: #c34d24;
    border-bottom:1px solid #ddd;
    padding-bottom:10px;
    margin-bottom:30px;
}
.product-xq-c{
    line-height: 30px;
}

.related{
    overflow: hidden;
}
.related h2{
    font-size:32px;
    text-align: center;
    margin-bottom:40px;
    color:#333
}
/* .relatedSwiper .swiper-slide .product-box:hover .product-pic img */
.relatedSwiper .swiper-slide .product-box:hover .product-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev,.swiper-button-prev, .swiper-rtl .swiper-button-next{
    color:#c34d24;
}
.swiper-pagination-bullet{
    background: #c34d24;
}
.related .product-list-desc h2{
    text-align: left;
    font-size: 24px;
    color:#c34d24
}

.proDesc{
    height: 69px;
    overflow: hidden;
}






/* 鍏充簬 */
.h-about{
    overflow: hidden;
}
.al{
    padding-left:7%;
    overflow:hidden;
}
.h-about .al img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.h-about .al:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.h-about-top{
    background: #eee;
    padding:80px 10% 80px 60px;
    overflow: hidden;
    height: 415px;
}
.ar .title{
    font-size: 36px;
}
.ar .title:after{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #c34d24;
    margin:10px 0 30px;
}
.h-about-desc{
    line-height: 30px;
    color:#777;

}
.h-about-bottom,.h-a-b-l,.h-a-b-logo,.h-a-b-r{
    height: 272px;
}
.h-a-b-logo{
    background: #c34d24;
    line-height: 272px;
    margin: 0 auto;
    padding:80px 0;
}
.h-a-b-r{
    padding:40px 8% 40px 60px;
}
.h-a-b-r-desc{
    line-height: 30px;
    color:#777;
}
.h-a-b-huocang{overflow: hidden;}
.h-a-b-huocang img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.h-a-b-huocang:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.banner-c{
    position: relative;
}
.banner-c img{
    display: block;
    margin: 0 auto;
}
.catename{
    width: 30%;
    position: absolute;
    right:8%;
    bottom:0;
    background: #c34d24;
    border-radius: 10px;
    padding:40px;
    color: #fff;
}
.catename a{color:#fff;}
.catename .title{
    font-size: 40px;
}
.location{
    font-size: 14px;
    margin:20px 0;
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
}
.catename-menu{
    overflow: hidden;
}
.catename-menu ul li{
    display: inline-block;
    margin-right:30px;
    line-height: 30px;
}
.about{
    background: url(../../images/about-logo.png) no-repeat bottom left;
    margin-top:60px;
    overflow: hidden;
    
}
.about-box{width: 100%;}
.about-title{
    text-align: center;
}
.about-title:after{
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #c34d24;
    margin: 20px auto;
}
.about-title-en{
    color:#999;
    text-align: center;
}

.about-content{
    line-height: 30px;
}
.about-img{
    width: 100%;
    overflow: hidden;
    margin-top:20px;
}
.about-img img{
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.about-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.culture{overflow: hidden;margin:60px 0;}
.culture-item{
    position: relative;
    overflow: hidden;
}
.culture-item img{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.culture-cover{
    position: absolute;
    background: #c34d24;
    padding:40px;
    height: 300px;
    width: 100%;
    left:0;
    bottom:0;
    color:#fff;
    transform: translateY(60%);
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -o-transform: translateY(60%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
}
.culture-title{
    font-size:24px;
}
.culture-title:after{
    content: "";
    display: block;
    width:40px;
    height:2px;
    background: #fff;
    margin:10px 0 30px;
}
.culture-item:hover .culture-cover{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}
.culture-cover .culture-desc{
    height: auto;
}

.honor{margin-bottom:60px;}

.honor-pic{
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 269px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.honor-pic a {
    display: table-cell;
    width: 100%;
    height: 269px;
    vertical-align: middle;
}

.honor-pic a img {
    max-width: 100%;
    max-height: 269px;
    margin: 0 auto;
}
.honor-name{
    border:1px solid #ddd;
    border-top:none;
    line-height: 48px;
    text-align: center;
}


.a-c{
    width:100%;
    line-height: 30px;
    margin:60px 0;
}
.culture-top{
    background-image: linear-gradient(to right, #c34d24, rgba(244,244,244,.3));
    background-image: -webkit-linear-gradient(to right, #c34d24, rgba(244,244,244,.3));
    background-image: -moz-linear-gradient(to right, #c34d24, rgba(244,244,244,.3));
    padding:40px;
    overflow: hidden;
    border-radius: 10px;
    color:#fff;
    margin-bottom:30px;
}
.culture-top h2{
    font-size:24px;
    border-bottom:1px solid #fff;
    padding-bottom:10px;
    margin-bottom:30px;
}
.culture-bottom{overflow: hidden;margin-left:-15px; margin-right:-15px}
.culture-bottom-box{
    padding:30px;
    border:1px solid #c34d24;
    border-radius: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.culture-bottom-box h2{
    font-size:24px;
}
.culture-bottom-box h2:after{
    content: "";
    display: block;
    width:40px;
    height:2px;
    background: #c34d24;
    margin:10px 0 20px;
}
.culture-desc{
    height: 90px;
    overflow: hidden;
}

.culture-bottom-box:hover {
    background: #c34d24;
    color:#fff;
}
.culture-bottom-box:hover h2:after{
    background: #fff;
}

.honor-list{
    overflow: hidden;
    margin:60px 0;
}

.honor-list .honor-box{
    margin-bottom:30px;
}








/* 浼樺娍 */
.h-youshi{
    overflow: hidden;
    margin:60px 0;
}
.h-youshi-box{
    position: relative;
    overflow: hidden;
}
.h-youshi-box img{
    width: 100%;
    margin:0 auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.h-youshi-box:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.h-youshi-cover{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 1;
    color:#fff;
    font-size:48px;
    font-weight: bold;
}
.cover-one{
    background-image: linear-gradient(to bottom, rgba(255,255,255,0),rgba(0,0,0,.7));
    background-image: -webkit-linear-gradient(to bottom, rgba(255,255,255,0),rgba(0,0,0,.7));
    background-image: -moz-linear-gradient(to bottom, rgba(255,255,255,0),rgba(0,0,0,.7));
}
.cover-one .h-youshi-text{
    margin-top:60%;
    padding-left:60px;
}
.cover-two{
    background-image: linear-gradient(to bottom,rgba(0,0,0,.7),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,.7), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,.7), rgba(255,255,255,0));
}
.cover-two .h-youshi-text{
    margin-top:40px;
    text-align: center;
}


/* 鎶€鏈� */
.h-tech{
    background: url(../../images/tech-bg.jpg) no-repeat top;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 600px;
    padding:100px 0;
    overflow: hidden;
    color:#fff;
}
.h-tech .top .title span::after{
    content: "";
    display: block;
    width:140px;
    height:1px;
    background: #fff;
    position: absolute;
    left:0;
    bottom:-10px;
}
.h-tech .top .title span::before{
    content: "";
    display: block;
    width:6px;
    height:6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right:0;
    bottom:-10px;
}

.h-tech .top{
    width:60%;
    margin:0 auto;
}
.h-tech .top .desc{
    line-height: 30px;
    margin:60px 0;
}
.h-tech-btn{
    width:160px;
    height:40px;
    border:1px solid #ddd;
    border-radius: 40px;
    margin:0 auto;
    line-height: 40px;
}
.h-tech-btn a{
    color:#fff;
    display: block;
}


/* 鏂伴椈 */
.h-news{overflow: hidden;}
.h-news-left{
    background:url(../../images/h-pic-n.jpg) no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 600px;
}
.h-news-title{
    position: absolute;
    right:0;
    top:0;
    background-color: rgba(0,0,0,.5);
    height: 100%;
    text-align: center;
    color:#fff;
}
.h-news-title .title{
    font-size:36px;
    margin-top:35%;
    font-weight: bold;
    margin-bottom:120px;
}
.h-news-list{
    padding:40px 0;
    overflow: hidden;
}
.h-news-list ul{overflow: hidden;}
.h-news-list ul li{
    padding:20px 8% 20px 60px;
    border-bottom:1px dotted #ddd;
}
.h-news-list ul li h3{
    font-size:20px;
}
.h-news-list ul li .h-news-desc{
    color:#777;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin:15px 0 20px;
}
.h-news-list .h-news-date{
    color:#999;
}
.h-news-list ul li:nth-child(3){
    border-bottom:none
}
.news{
    overflow: hidden;
    margin:60px 0;
}
.news li{
    padding:30px 0;
    border-bottom:1px solid #ddd;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.news .news-pic{
    overflow: hidden;
}
.news .news-pic img{
    max-height: 312px;
    display: block;
    margin:0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.news-box{
    overflow: hidden;
    padding:20px 0;
}
.news-date{
    font-size:20px;
    font-weight: bold;
    color:#c34d24
}
.news-title{
    font-size:24px;
    margin:10px 0 20px;
}
.news-desc{
    color:#777;
    line-height: 30px;
}
.news-btn{
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #c34d24;
    color: #fff;
    margin-top:40px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.news li:hover{
border-bottom:1px solid #c34d24
}
.news li:hover .news-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news li:hover .news-btn{
    opacity: 1;
}
.news-c{
    overflow: hidden;
    background: #f4f4f4;
    padding-bottom:60px;
}
.news-c-c{
    position: relative;
    width: 100%;
    margin-top:100px;
}
.news-c-pic{
    position: absolute;
    left:0;
    top:0;
}
.news-c-c .location{
    color:#fff;
    border-bottom: none;
}
.news-c-c .location a{
    color:#fff;
}
.news-c-t{
    color:#fff;
    font-size:32px;
}
.news-c-date{
    color:#fff;
    margin:40px 0;
}
.news-c-content{
    background: #fff;
    padding:80px 40px;
    color:#777;
}
.fanye{
    overflow: hidden;
    margin-top:30px;
}
.fanye-box{
    width: 100%;
    background: #fff;
    padding:30px;
    position: relative;
    line-height: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.fanye-box::before{
    content: "";
    display: block;
    width:100%;
    height: 4px;
    background-color: #c34d24;
    position: absolute;
    left:0;
    top:0;
}
.fanye-box span{
    display: block;
    font-weight: bold;
    color:#333;
}
.fanye-box a{
    color:#777;
}
.fanye-box:hover{
    background:#c34d24;
}
.fanye-box:hover span{
    color:#fff;
}
.fanye-box:hover a{
    color:#fff;
}






/* footer */
.footer{
    overflow: hidden;
    background:#333;
    padding:60px 0;
    color:#fff;
}
.footer a{
    color:#fff;
}
.footer h4{margin-bottom:20px;}
.footer ul li{
    font-size:14px;
    line-height: 24px;
}
.footer ul li a{
    color:#ddd
}
.footer .erweima img{
    width: 100px;
}
.h-contact{
    font-size:14px;
}

.copyright{
    background-color: #000;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    color: #fff;
}
.copyright ul{
    width:70%;
    float:left;
}
.yyzz{
    width:15%;
    padding-top:5px
}
.copyright li{
    display: inline-block;
    margin-right: 60px;
}
.copyright li a{color:#fff;}


.contact{
    overflow: hidden;
    margin-top:60px;
    padding-bottom:60px
}
.contact-left{
    padding-left:8%;
    padding-right:60px
}
.contact-right{
    padding-right:8%;
    background:#f4f4f4;
    padding-left:60px;
    padding-top:60px;
    padding-bottom:60px;
}
.contact-c{
    overflow: hidden;
}
.contact-c-box{
    width: 100%;
    margin-bottom:30px;
}
.contact-c-box img{
    max-height: 72px;
    display: block;
    /* margin: 0 auto; */
}
.contact-c-c{
    /* padding:30px; */
    padding-right:30px;
    text-align: center;
}
.contact-c-c h2{
    text-align: left;
    font-size:24px;
    border-bottom:1px solid #ddd;
    padding-bottom:30px;
    margin-bottom:30px;
}
.contact-c-c-desc{
    text-align: left;
    height: 92px;
    overflow: hidden;
}
.contact-c-erweima img{
    max-height: 160px;
}
input[type="text"]{
    width:100%;
    height: 48px;
    line-height: 48px;
    padding:10px;
}
textarea{
    padding:10px;
    color: #999;
}
form .btn{
    width: 160px;
    height: 48px;
    padding:0;
    line-height: 48px;
    text-align: center;
    border: none;
    border-radius: 0;
    margin-top:30px;
}
form .btn-primary{
    background: #c34d24;
}
form .btn-primary:hover{
    background: #c34d24;
    border-color:unset
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open&gt;.dropdown-toggle.btn-primary.focus, .open&gt;.dropdown-toggle.btn-primary:focus, .open&gt;.dropdown-toggle.btn-primary:hover{
    background: #c34d24;
    border-color:unset;
    outline: unset
}
.text-c{
    text-align: center;
    margin-top:20px;
}
.text-c span{
    padding:2px 5px;
    background: #c34d24;
    color:#fff;
}
.text-c a{
    padding:2px 5px;
}
.tech-top{
    width: 100%;
    overflow:hidden;
    margin:60px 0;
}
.tech-top .pic{
    position: relative;
    width:50%;
    height: 100%;
    overflow: hidden;
    height: 470px;
}
.tech-top .pic img{
    height: 470px;
}
.tech-top .pic::after{
    content: "";
    display: block;
        position: absolute;
    right:-90px;
    bottom:-40px;
    width:200px;
    height:150%;
    background-color: #f4f4f4;
    transform: rotateZ(16deg);
    -webkit-transform: rotateZ(16deg);
    -moz-transform: rotateZ(16deg);
}
.txts{
    width:50%;
    background: #f4f4f4;
    height: 100%;
    line-height: 30px;
    padding:40px 80px 40px 0;
}
.tech-bottom{
    margin-left:-15px;
    margin-right:-15px;
    overflow: hidden;
    margin-bottom:60px;
}
.tech-bottom-pic{
    margin-bottom:30px;
    border:1px solid #ddd;
    padding:5px;
    display: table;
    position: relative;
    overflow: hidden;
    width: 100%;
    height:320px
}
.tech-bottom-pic a{
    display: table-cell;
    width: 100%;
    height: 320px;
    vertical-align: middle;
}
.tech-bottom-pic a img{
    max-width: 100%;
    max-height: 320px;
    margin:0 auto;
}
.r-d{
    overflow: hidden;
    margin:60px 0;
}
p,p span{
    text-wrap: unset !important;
    line-height: 30px;
}
.min{
    display:none;
}

@keyframes moveUp{
    0%{
        transform: translateY(100%);
    }
    100%{
        transform: translateY(0);
    }

}


@media(max-width:1620px) and (min-width:1440px){
    .ar{
        height: 592px;
    }
    .h-about-top{
        padding:40px 60px;
        height:353px
    }
    .h-a-b-r{
        padding:20px;
    }
    .h-about-bottom, .h-a-b-l, .h-a-b-logo, .h-a-b-r{
        height: 239px;
    }
    .h-a-b-huocang img{
        height: 239px;
    }
    .culture-cover .culture-desc{
        font-size:14px;
    }
    .product-list-info p span{
        font-size: 14px;
        line-height: 20px;
        height: 120px;
    }
    .product-list-info{
        margin:20px 0 30px;
    }
    .news .news-pic img{
        max-height: 271px;
    }
    .news-btn{
        margin-top:20px;
    }
    .tech-top .pic,.tech-top .pic img{
        height:530px;
    }
    .tech-top .pic::after{
        right: -120px;
    bottom: -60px;
    }
    .contact-c-c-desc{
        height: 46px;
    }
    .news-desc{
        height: 60px;
        overflow: hidden;
    }

}


@media(max-width:1440px) and (min-width:1400px){
    .al{padding-left:3%}
    .h-about-top {
        height: 370px;
    }
    .product-list-desc {
        padding-left: 30px;
    }
    .product-list-info p,.product-list-info p span {
        font-size: 14px;
        line-height: 20px;
        height: 60px;
        overflow: hidden;
        color:#777;
    }
}


@media(max-width:1400px) and (min-width:1300px){
    .al {
        padding-left: 6%;
    }
    .h-about-top{
        padding: 40px 6% 40px 40px;
        height:323px
    }
    .h-a-b-r {
        padding: 20px 6% 20px 30px;
    }
    .ar .title{font-size:30px;}
    .ar .title:after{
        margin:10px 0;
    }
    .h-about-bottom, .h-a-b-l, .h-a-b-logo, .h-a-b-r{
        height:198px
    }
    .h-a-b-logo{
        padding:50px 0;
    }
    .h-youshi-cover{
        font-size:40px;
    }
    .culture-cover{
        height:340px;
        transform: translateY(65%);
        -webkit-transform: translateY(65%);
        -moz-transform: translateY(65%);
        -o-transform: translateY(65%);
    }
    .culture-cover .culture-desc{
        font-size:14px
    }
    .product-list-desc{
        padding-left:30px;
    }
    .related .product-list-desc h2{
        font-size:18px;
        margin-bottom:20px;
    }
    .product-list-info p span,.product-list-info p{
        font-size: 14px;
        line-height: 20px;
        color:#555;
    }
    .product-list-info{
        margin:20px 0 30px;
    }
    .news-desc{
        height:60px;
        overflow: hidden;
    }
    .txts{padding:30px 40px 30px 0;}
    .tech-top .pic{height: 570px;}
    .tech-top .pic img{height: 570px;}
    .tech-top .pic::after{
        right: -140px;
    bottom: -50px;
    }
    .tech-bottom-pic ,.tech-bottom-pic a{
        height: 177px;
    }
    .tech-bottom-pic a img{max-height: 177px;}
    .contact-c-c-desc{
        height:46px;
        overflow: hidden;
    }
    .contact-c-c h2{
        padding-bottom:20px;
        margin-bottom:20px;
    }
}



@media(max-width:767px){
    .big{
        display: none;
    }
    .min{
        display: block;
    }
    .banner-cn{font-size:22px;}
    .banner-en{font-size:14px;}
    .bannerSwiper .swiper-slide .banner-text{right:40px;text-align: right;}
    .banner-btn{
        width:160px;
        font-size:16px;
        height: 60px;
    }
    .banner-btn .btn-en{font-size:14px;}
    .banner-btn .fa-angle-double-right:before{font-size:40px}
    .h-pro{margin:30px 0;}
    .top .title{font-size:20px;}
    .top .title span{font-size:30px;}
    .top .title span::after{width:120px;}
    .top{margin-bottom:30px;}
    .pro-highend{width:100% !important;padding:30px 10px;}
    .proText h3{margin-top:0;}
    .pro-item{width:100%}
    .al{width:100%;padding-left:0;height:300px;overflow: hidden;}
    .ar{
        width:100%
    }
    .h-about-top{
        padding:30px 10px;
        height: auto;
    }
    .ar .title{font-size:30px;}
    .h-a-b-l{width:100%}
    .h-about-bottom, .h-a-b-l, .h-a-b-logo{height:169px}
    .h-a-b-logo{padding:40px 0;height: 169px;}
    .h-a-b-r{width:100%;padding:30px 10px;height: auto;}
    .h-youshi{margin:30px 0;}
    .cover-one .h-youshi-text{width:100%;margin-top:100px;}
    .h-youshi-cover{padding-left:10px;font-size:16px;}
    .cover-two .h-youshi-text{margin-top:20px;}
    .h-tech{height:500px;padding:60px 0;}
    .h-tech .top{width:100%}
    .h-tech .top .desc{margin:30px 0;}
    .h-news-left{
        width:100%;
        height: 200px;
    }
    .h-news-title .title{font-size:30px;margin-top:30px;margin-bottom:30px;}
    .h-news-list{width:100%}
    .h-news-list ul li{
        padding:10px 10px;
    }
    .h-news-list ul li h3{font-size:16px;}
    .h-news-list ul li .h-news-desc{font-size:14px}
    .h-news-list .h-news-date{font-size:14px;}
    p, p span{line-height: 24px;}
    .footer{padding:30px 0;}
    .copyright{height: auto;font-size: 14px;line-height: 20px;padding:10px;}
    .copyright ul{width:100%;}
    .yyzz{width:100%;}
    .proDesc{
        font-size:14px;
        height: 60px;
    }
    .catename{
        display: none;
    }
    .a-c{
        margin:30px 0;
        padding:0 10px;
    }
    .culture-bottom-box{margin-bottom:30px;}
    .honor-name{height: 48px;overflow: hidden;}
    .honor-pic ,.honor-pic a{height: 200px;}
    .honor-pic a img{max-height: 200px;}
    .product-box .width40,.product-list-desc{
        width:100%
    }
    .product-list-desc{
        padding-left:0;
    }
    .product-list-info{
        height: auto;
    }
    .product-c-top{
        padding-top:80px;
        padding-left:10px;
        padding-right:10px;
    }
    .product-c-c{padding-left:0;}
    .product-c-c h2{
        font-size:30px;
        line-height: 30px;
        
    }
    .product-xiangqing{
        padding:30px 10px;
    }
    .product-c-pic{
        padding:40px;
    }
    .product-c-xunpan{margin-top:30px;}
    .news{margin:30px 0;}
    .news .width30,.news .width65{
        width:100%
    }
    .news li{
        padding:10px 10px;

    }
    .news-title{font-size:20px;}
    .news-desc{
        height: 60px;
        overflow: hidden;
    }
    .news-btn{
        opacity:1;
        margin-top:20px;
    }
    .news-c-c .location,.news-c-c .location a{
        color:#555;
    }
    .news-c-t{font-size:24px; color:#333;}
    .news-c-date{
        margin:20px 0;
        color:#777;
    }
    .news-c-content{
        padding:30px 10px;
    }
    .fanye .col-sm-6{
        padding-left:0;
        padding-right:0;
    }
    .tech-top .pic,.txts{
        width:100%;
        height: auto;
    }
    .tech-top .pic::after{
        display: none;
    }
    .tech-top .pic img{
        height: auto;
    }
    .txts{
        padding:30px 10px
    }
    .tech-top{
        margin:30px 0;
    }
    .r-d{
        margin:30px 0;
        padding:0px 10px;
    }
    .contact{
        margin-top:30px;
        padding-bottom:30px;
    }
    .contact-left,.contact-right{
        width:100%
    }
    .contact-left{
        padding-left:10px;
        padding-right:10px;
    }
    .contact-c-box img{
        max-height: 60px;
    }
    .contact-c-c{
        padding:30px 20px 0px 20px;
    }
    .contact-c-c-desc{
        height: 69px;
    }
    .contact-c-c h2{
        padding-bottom:20px;
        margin-bottom:20px;
    }
    .contact-c-erweima img{
        max-height: 160px;
    }
    .contact-right{
        padding:30px 10px;
    }
    .message,form{
        width:100%
    }
    .map #container {
        height:400px !important;
    }
    .about-box.padding80{
        padding:30px 0;
    }
    .about{
        margin-top:30px;
    }
    .culture{
        margin:30px 0;
    }
    .culture .width25{
        width:50%;
    }
    .culture-cover{
        height: auto;
        padding:20px 10px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }
    /* .culture-desc{
        display: none;
    } */
    .culture-title:after{
        margin:10px 0 10px;
    }
    .culture-title{
        font-size:20px;
    }
    .font36{
        font-size:30px;
    }

}</pre></body></html>