﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 /* header */
 #header{
     border-bottom: 4px solid #bf0000;
 }
.header{
    position: relative;
    z-index: 666;
    padding-top: 15px;
}
.logo{
    float: left;   
    display: flex;
}
.logo a{
    display: block;
    width:196px;
    margin-right:80px;
}
.logor{
    float: right;
    width: 296px;
    position: relative;
    margin-top: 5px;
}
.logor::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 42px;
    background:#f1f1f1;
    left: -42px;
    top: 8px;
}
.headerr{
    float: right;
}
.logo img{
    display: block;
    width: 100%;
}
.logor img{
    width: 100%;
}

.headerr{
    display: flex;
}
.nav ul li{
    float: left;
    text-align: center;
    font-size: 16px;
    position: relative;
}
.nav ul li:hover{
    background: #bf0000;
}
.nav ul li > a{
    width: 100%;
    color: #333333;
    display: block;
}
.nav ul li a img{
    vertical-align: middle;
}
.nav ul li a span{
    vertical-align: middle;
} 
.nav ul li{
    position: relative;
    z-index: 666;
    width: 11.1%;
}
/* .nav ul li::after{
    content: '';
    position: absolute;
    top: 0;
    background: rgba(255,255,255,.7);
    width: 100px;
    left:50%;
    transform: translateX(-50%);
    z-index: -1;
    height: 60px;
    display: none;
} */
.nav ul li:hover>a{
    color: #fff;
}

.nav ul li.nav-active {
    background: #bf0000;
}
.nav ul .nav-active > a{
    color: #fff;
}
.h-nav{
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
}
.nav-sub{
    position: absolute;
    width:100%;
    top: 54px;
    z-index: 66;
    left:0;
    background: #fff;
    display: none;
}
.nav-sub dl dd{
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nav-sub dl dd:last-child{
    border: none;
}
.nav-sub.nav-subpro{
    width:150%; 
}
.nav-sub dl{
    padding:0px 20px;
}
.nav-sub dl dd a{
    color: #333;
   
}
.nav-sub dl dd:hover a{
    color:#bf0000;
}
.headerr-sou input{
    width: 240px;
    height: 56px;
    background: #f1f1f1;
    border: none;
    padding-left: 25px;
    color: #666666;
    font-size: 14px;
}
.headerr-sou{
    position: relative;
}
.headerr-sou .sou-icon{
    position: absolute;
    top: 15px;
    right: 36px;
}
.headerr-phone{
    margin-right: 50px;
    margin-top: 10px;
}
.headerr-phone span{
    color: #bf0000;
    font-size: 26px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 20px;
}

@media(max-width:1400px){
    .headerr-phone span{
        font-size: 22px;
        margin-left: 10px;
    }
    .headerr-phone{
        margin-right: 20px;
    }
    .logo a{
        margin-right: 50px;
    }
    .logor::before{
        left: -25px;
    }
}
@media(max-width:1200px){
    #header .container{
        width: 100%;
    }
    .logor {
        width: 200px;
        margin-top: 17px;
    }
    .logor::before{
        top: 0;
    }
}
@media(max-width:991px){
    .headerr{
        display: none;
    }
    .h-nav{
        display: none;
    }
    .logo a{
        width: 150px;
    }
    .logor::before{
        height: 26px;
    }
    .logor{
        margin-top: 5px;
    }
    .header{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    #rightwin{
        display: none;
    }
}
@media(max-width:600px){
    .logor{
        display: none;
    }
}
/* banner */
.swiper-container{
    width: 100%;
    max-width: 1920px;
}
#banner .swiper-slide img{
    width: 100%;
    display: block;
}

#banner .swiper-button-prev{
    width: 68px;
    height:68px;
    background:#7a7a7a url(../img/banner-prev.png) no-repeat center;
}
#banner .swiper-button-prev:hover{
    background:#bf0000 url(../img/banner-prev.png) no-repeat center;
}
#banner .swiper-button-next{
    width: 68px;
    height:68px;
    background:#7a7a7a url(../img/banner-next.png) no-repeat center;
}
#banner .swiper-button-next:hover {
    background:#bf0000 url(../img/banner-next.png) no-repeat center;
}
@media(max-width:600px){
    #banner .swiper-button-prev{
        width: 30px;
        height: 50px;
    }
    #banner .swiper-button-next{
        width: 30px;
        height: 50px;
    }
}
/*首页关于我们*/
#homeabout{
    background: #f9f9f9;
    padding: 70px 0 90px;
    overflow: hidden;
}
.homeabout-boxlul{
    display: flex;
    justify-content: space-between;
    margin-top:24px;
}
.homeabout-boxr{
    overflow: hidden;
}
.homeabout-boxr img{
    width: 100%;
    transition: all 0.4s;
}
.homeabout-boxr video{
    width: 100%;
}
.homeabout-boxr:hover img{
    transform: scale(1.1);
} 
.homeabout-boxltit h3{
    font-size: 36px;
    color: #333333;
}
.homeabout-boxltit h4{
    font-size: 30px;
    font-weight: lighter;
    margin-top: 18px;
}
.homeabout-boxl{
    padding: 0 100px 0 0;
}
.homeabout-boxr{
    padding: 0;
}
.homeabout-boxltxt{
    margin-top:50px;
    color: #969696;
    line-height: 35px;
}
.homeabout-boxlmore{
    margin-top: 30px;
    display: block;
}
.homeabout-boxlul li a{
    display: block;
    width: 208px;
    height: 130px;
    background: #fff; 
    padding-top: 25px;
    cursor: pointer;
}
.homeabout-boxlulimg{
    position: relative;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    transition: all 0.4s;
}
.homeabout-boxlulimg img{
    position: absolute;
    top: 0;
}
.homeabout-boxlulimg img:last-child{
    opacity: 0;
}
.homeabout-boxlul li:hover .homeabout-boxlulimg{
    transform: translateY(-10px);
}

.homeabout-boxlul li h5{
    text-align: center;
    color: #bf0000;
    margin-top: 15px;
}
.homeabout-boxlul li a:hover h5{
    color: #fff;                                                             
}
.homeabout-boxlul li a:hover{      
    background: #bf0000;
}
.homeabout-boxlul li a:hover .homeabout-boxlulimg img:first-child{
    opacity: 0;
}
.homeabout-boxlul li a:hover .homeabout-boxlulimg img:last-child{
    opacity: 1;
}
@media(max-width:1680px){
    .homeabout-boxltit h3{
        font-size: 30px;
    }
    .homeabout-boxltit h4{
        font-size: 24px;
        margin-top: 14px;
    }
    .homeabout-boxltxt {
        margin-top: 15px;
        line-height: 30px;
    }
    .homeabout-boxlmore{
        margin-top: 15px;
    }
    .homeabout-boxlul li a{
        height: 122px;
    }
}
@media(max-width:1600px){
    .homeabout-boxl {
        padding: 0 20px 0 0;
    }
    .homeabout-boxltxt {
        margin-top: 10px;
        line-height: 26px;
    }
    .homeabout-boxlul li a{
        height: 106px;
    }
    .homeabout-boxlul li h5{
        margin-top: 3px;
    }
}
@media(max-width:1400px){
    .homeabout-boxlul li a{
        width: 180px;
    }
    .homeabout-boxltit h3{
        font-size: 24px;
    }
    .homeabout-boxltit h4 {
        font-size: 18px;
        margin-top: 8px;
    }
    .homeabout-boxltxt {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
    }
}
@media(max-width:1200px){
    .homeabout-boxlul li a {
        width: 140px;
    }
    .homeabout-boxltit h3 {
        font-size: 22px;
    }
    .homeabout-boxltit h4{
        font-size: 16px;
    }
    .homeabout-boxlmore{
        margin-top: 8px;
    }
    .homeabout-boxlulimg img{
        width: 100%; 
    }
    .homeabout-boxlulimg {
        width: 35px;
        height: 40px;
    }
    .homeabout-boxlul li a{
        height: 80px;
    }
    .homeabout-boxlul li a{
        padding-top: 11px;
    }
    .homeabout-boxlul{
        margin-top: 10px;
    }
    .homeabout-boxlmore {
        margin-top: 2px;
        font-size: 14px;
    }
}
@media(max-width:991px){
    .homeabout-boxl{
        padding: 0;
        margin-bottom: 20px;
    }
    .homeabout-boxlul{
        width: 100%;
    }
    .homeabout-boxlul li{
        width: 33%;
    }
    .homeabout-boxlul li a{
        width: 100%;
    }
    .homeabout-box{
        padding: 0 15px;
    }
    #homeabout {
        background: #f9f9f9;
        padding: 40px 15px 40px;
    }
}
@media(max-width:449px){
    #homeabout {
        padding: 30px 15px 30px;
    }
    .homeabout-boxltit h3 {
        font-size: 18px;
    }
}
/*首页产品*/
#homepro{
    padding: 70px 0;
}
.hometit{
    position: relative;
    height: 62px;
}
.hometit h3{
    font-size: 36px;
    position: relative;
    z-index: 2;
}
.hometit span{
    font-size: 50px;
    color: #dfdfdf;
    font-weight: lighter;
    display: block;
    position: absolute;
    left: 0;
    top: 32px;
    white-space: nowrap;
}
.titcenter{
    text-align: center;
}
.titcenter span{
    left: 50%;
    transform: translateX(-50%);
}
.homecate{
    margin-top: 40px;
}
.homecate ul li{
    float: left;
    width: 15.2%;
    text-align: center;
    position: relative;
}
.homecate ul li:first-child{
    width: 7%;
}
.homecate ul li::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    background: #747474;
    right: 0;
    top: 5px;
}

.homecate-swiper .swiper-slide a{
    position: relative;
    display: block;
    text-align: center;
}
.homecate-swiper .swiper-slide a::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    background: #747474;
    right: 0;
    top: 5px;
}
.homecatepc{
    display: none;
}
.homecate-ph{
    display: block;
}


#homepro-owl .owl-item{
   
    box-sizing: border-box;
}
#homepro-owl .owl-item:first-child a{
    border-left:1px solid #eeeeee;
}
#homepro-owl .owl-item a{
    display: block;
    overflow: hidden;
    border-top: 1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    cursor: pointer;
}
#homepro-owl .owl-item a img{
    width: 100%;
}

.homepro-w .owl-carousel .owl-wrapper-outer{
    width: calc(100% + 1px);
    padding-left: 1px;
    padding-bottom: 1px;
}
.homepro-w{
    margin-top: 50px;
    padding: 1px;
}
#homepro-owl .owl-item a h4{
    height: 100px;
    line-height: 100px;
    text-align: center;
}
#homepro-owl .owl-controls .owl-page span{
    border-radius: 0;
    opacity: 1;
}
#homepro-owl .owl-controls .owl-page.active span{
    background: #e70930;
}
#homepro-owl .owl-pagination{
    margin-top: 40px;
}
.homepro-imgs{
    width: 100%;
    overflow: hidden;
}
.homepro-imgs img{
    width: 100%;
    display: block;
    transition: all .5s;
}
#homepro-owl .owl-item a:hover .homepro-imgs img{
    transform: scale(1.1);
}
.homecate ul li:last-child::after{
    display: none;
}
.hometitpro{
    position: relative;
}
.hometitpro #pronavToggle span, .hometitpro #pronavToggle::after, .hometitpro #pronavToggle::before{
    background: #333;
}
@media(max-width:1400px){
    .homecate ul li{
        width: 20%;
        line-height: 30px;
    }
}
@media(max-width:1200px){
    .homecate ul li{
        width: 30%;
    }
    .homecate ul li:first-child {
        width: 10%;
    }
}
@media(max-width:991px){
    .homecatepc{
        display: block;
    }
    .homecate-ph{
        display: none;
    }
    .homecate-phone{
        position: relative;
    }
    .hometitpro .titcenter{
        text-align: left;
    }
    .hometitpro .titcenter span {
        left: 0;
        transform: translateX(0);
    }
    .hometit span {
        font-size: 20px;
        color: #dfdfdf;
        left: 0;
        top: 15px;
    }
    .hometit h3{
        font-size: 22px;
    }
    .homecate ul li {
        width: 100%;
        font-size: 14px;
    }
    .homecate ul li:first-child{
        width: 100%;
    }
    .homecate ul li::after{
        display: none;
    }
    .homecate {
        margin-top: 10px;
        display: none;
        border-top: 1px solid #eeeeee;
    }
    .hometit {
        position: relative;
        height: 40px;
    }
    #homepro {
        padding: 30px 0 10px 0;
    }
    .homepro-w {
        margin-top: 20px;
    }
    #homepro-owl .owl-pagination {
        margin-top: 15px;
    }
}
/*首页技术实力*/
#homesli{
    background: #f9f9f9;
    padding: 75px 0 90px;
}
.homesli-leftimg img{
    width: 100%;
    transition:all 0.5s;
}
.homesli-leftimg{
    overflow: hidden;
}
.homesli-box ul li:hover .homesli-leftimg img{
    transform: scale(1.1);
}
.homesli-box ul li{
    padding: 0;
}
.homesli-box ul  .homesli-r{
    background: #fff;
    padding:66px 160px 0 144px;
}
.homesli-rdl{
    margin-top: 25px;
}
.homesli-rdl dd a{
    border: 1px solid #cacaca;
    display: flex;
    padding: 20px 0px 20px 50px;
}
.homesli-ricon{
    width: 34px;
    position: relative;
    height: 34px;
}
.homesli-ricon img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.homesli-rtxt{
    margin-left: 60px;
}
.homesli-rdl dd{
    margin-bottom: 20px;
}
.homesli-rtxt h4{
    color: #969696;
    margin-top: 8px;
}
.homesli-rtxt h4 span{
    margin-left: 8px;
}
.homesli-rtxt h3{
    font-size: 18px;
}
.homesli-rdl dd a .homesli-ricon img:last-child{
    opacity: 0;
}
.homesli-rdl dd a:hover{
    background: #bf0000;
}
.homesli-rdl dd a:hover .homesli-rtxt h4{
    color: #fff;
}
.homesli-rdl dd a:hover .homesli-rtxt h3{
    color: #fff;
}
.homesli-rdl dd a:hover .homesli-ricon img:first-child{
    opacity: 0;
}
.homesli-rdl dd a:hover .homesli-ricon img:last-child{
    opacity: 1;
}
@media(max-width:1680px){
    .homesli-box ul .homesli-r {
        padding: 30px 160px 0 100px;
    }
    .hometit h3{
        font-size: 28px;
    }
    .hometit span{
        font-size: 30px;
        top: 21px;
    }
    .homesli-rdl {
        margin-top: 5px;
    }
}
@media(max-width:1600px){
    .homesli-rdl dd a {
        padding: 15px 0px 15px 50px;
    }
}
@media(max-width:1400px){
    .homesli-rdl dd a {
        padding: 15px 0px 15px 50px;
    }
    .homesli-rdl dd {
        margin-bottom: 10px;
    }
    .homesli-r .hometit{
        height: 55px;
    }
    .homesli-box ul .homesli-r {
        padding: 20px 160px 0 100px;
    }
}
@media(max-width:1200px){
    .homesli-box ul .homesli-r {
        padding: 20px 30px 0 30px;
    }
    .homesli-rtxt h3 {
        font-size: 16px;
    }
    .homesli-rtxt h4{
        font-size: 14px;
    }
    .homesli-rdl dd a {
        padding: 10px 20px 10px 40px;
    }
}
@media(max-width:991px){
    .homesli-box ul .homesli-r {
        padding: 30px 30px 30px 30px;
    }
    #homesli{
        padding: 30px 0 30px;
    }
}
/*首页项目案例*/
#homecase{
    padding: 60px 0 100px 0;
}
.homeA-tit .hometit{
    float: left;
}
.homeA-titmore{
    float: right;
    
}
.homeA-titmore a{
    color: #bf0000;
}
.homecase-w{
    margin-top: 50px;
}
.homecase-owlimgbg{
    background: url(../img/homecase-bg.png) no-repeat bottom left;
    width: 100%;
    height:29%;
    position: absolute;
    bottom: 0;
}
.homecase-owlimg{
    position: relative;
}
.homecase-imgs{
    width: 100%;
    overflow: hidden;
}
.homecase-imgs img{
    width: 100%;
    transition: all .5s;
}
.homecase-owlimg:hover .homecase-imgs img{
    transform: scale(1.1);
}
.homecase-owltxt{
    background: #f7f7f7;
    width: 70%;
    position: absolute;
    right: 0;
    z-index: 6;
    bottom: -48px;
    height: 90px;
}
.homecase-w .owl-carousel .owl-wrapper-outer{
    padding-bottom: 48px;
}
.homecase-owltxt h3{
    background: url(../img/homecase-icon.png) no-repeat right center;
    font-size: 18px;
}
.homecase-owltxt{
    padding: 20px 27px;
}
.homecase-owltxt h4{
    font-size: 14px;
    color: #666666;
    margin-top:12px;
}
.homecase-w .owl-item{
    padding:0 60px;
}
@media(max-width:1600px){
    .homecase-w .owl-item{
        padding: 0 20px;
    }
}
@media(max-width:1600px){
    .homecase-w .owl-item{
        padding: 0 20px;
    }
}
@media(max-width:991px){
    .homecase-w .owl-item{
        padding: 0 10px;
    }
    #homecase {
        padding: 30px 0 30px 0;
    }
    .homecase-w{
        margin-top: 20px;
    }
}
@media(max-width:449px){
    .homecase-w .owl-item{
        padding:0px;
    }
}
/*首页新闻资讯*/
#homenews{
    background: #f9f9f9;
    padding: 46px 0 114px;
}
.homenews-catel ul{
    display: flex;
}
.homenews-cate{
    margin-top: 20px;
}
.homenews-catel ul li{
    margin-right: 30px;
}
.homenews-cater a{
    color: #bf0000;
}
.homenews-catel{
    float: left;
}
.homenews-cater{
    float: right;
}
.homenews-w ul li a{
    background: #fff;
    display: block;
    padding: 30px;
}
.homenews-w{
    margin-top: 50px;
}
.homenews-w ul li{
    padding:0;
    margin-bottom: 36px;
}

.homenews-w ul li:nth-of-type(2n+1){
    padding-right: 40px;
}
.homenews-w ul li:nth-of-type(2n){
    padding-left: 40px;
}
.homenews-wimg{
    width: 280px;
    overflow: hidden;
}
.homenews-wimg img{
    width: 100%;
    transition: all 0.4s;
}
.homenews-w ul li:hover .homenews-wimg img{
    transform: scale(1.1);
}
.homenews-txt{
    width: calc(100% - 280px);
}
.homenews-wimg{
    float: left;
}
.homenews-txt{
    float: right;
}
.homenews-txt{
    padding: 24px 60px 0 48px;
}
.homenews-txt h3{
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.homenews-txtm{
    color: #666666;
    font-size: 14px;
    margin-top: 35px;
}
.homenews-time{
    margin-top: 35px;
    display: flex;
}
.homenews-time h5{
    color: #bf0000;
    margin-left: 35px;
}
.homebot ul li{
    padding: 0;
}
@media(max-width:1680px){
    .homenews-txt h3{
        font-size: 16px;
    }
    .homenews-txt {
        padding: 15px 20px 0 20px;
    }
}
@media(max-width:1600px){
    .homenews-txt h3{
        font-size: 16px;
    }
    .homenews-txt {
        padding: 15px 20px 0 20px;
    }
    .homenews-wimg{
        width: 250px;
    }
    .homenews-txt {
        width: calc(100% - 250px);
        padding: 0px 15px 0 15px;
    }
    .homenews-txtm{
        margin-top: 15px;
    }
    .homenews-time{
        margin-top: 32px;
    }
}
@media(max-width:1200px){
    .homenews-w ul li:nth-of-type(2n+1){
         padding-right:10px;
    }
    .homenews-w ul li:nth-of-type(2n){
        padding-left: 10px;
    }
    .homenews-w ul li a{
        padding: 15px;
    }
    .homenews-wimg {
        width: 200px;
    }
    .homenews-txt {
        width: calc(100% - 200px);
        padding: 0px 15px 0 15px;
    }
    .homenews-txtm {
        margin-top: 8px;
    }
    .homenews-time {
        margin-top: 5px;
    }
    .homenews-w ul li{
        margin-bottom: 20px;
    }
}
@media(max-width:991px){
    .homenews-txtm {
        margin-top: 20px;
    }
    .homenews-time {
        margin-top: 20px;
    }
    #homenews {
        padding: 30px 0 30px;
    }
    .homenews-w ul li:nth-of-type(2n+1){
        padding-right: 0;
    }
    .homenews-w ul li:nth-of-type(2n){
        padding-left: 0;
    }
    .homenews-w{
        padding: 0 15px;
        margin-top: 20px;
    }
}
@media(max-width:500px){
    .homenews-wimg {
        width: 160px;
    }
    .homenews-txt {
        width: calc(100% - 160px);
        padding: 0px 0px 0 10px;
    }
    .homenews-time {
        margin-top: 5px;
    }
    .homenews-txtm {
        margin-top: 6px;
        line-height: 22px;
    }
}
@media(max-width:449px){
    .homenews-txtm {
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .homenews-time{
        justify-content: space-between;
    }
    .homenews-time h5{
        margin-left: 0;
    }
}
/*首页底部*/
#homebot{
    padding: 80px 0 100px;
}
.homebot-box ul li{
    padding: 0 80px;
}
.homebot-txt{
    color: #969696;
    margin-top: 20px;
}
.homebot-box ul li a{
    text-align: center;
}
.homebot-box ul li a h4{
    font-size: 20px;
    margin-top:40px
}
@media(max-width:1600px){
    .homebot-box ul li {
        padding: 0 30px;
    }
}
@media(max-width:1200px){
    .homebot-box ul li {
        padding: 0 20px;
    }
}
@media(max-width:991px){
    .homebot-box ul li {
        padding: 0 0px;
        height: 200px;
    }
}
@media(max-width:768px){
    .homebot-box ul li {
        height: auto;
        margin-bottom: 20px;
    }
    #homebot {
        padding: 30px 0 30px;
    }
    .homebot-box ul li a h4 {
        font-size: 16px;
        margin-top: 10px;
    }
    .homebot-txt {
        margin-top: 5px;
        font-size: 14px;
    }
}
/*底部*/
#footer{
    padding-top: 66px;
    background: #1e1e1e url(../img/footer-bg.jpg) no-repeat center top;
    color: #fff;
}
#footer a{
    color: #fff;
}
.footer-nav{
    float: left;
}
.footer-nav ul{
    display: flex;
}
.footer-phonetxtzai{
    width: 168px;
    height: 50px;
    background: #bf0000;
    color: #fff;
    float:right;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
}
.footer-phone{
    float: right;
}
.footer-phonetxt{
    text-align:right;
}
.footer-phonetxt h3{
    font-size: 30px;
}
.footer-phonetxt h5{
    font-size: 30px;
    margin-top: 15px;
}
.footer-phonetxt h4{
    font-size: 16px;
    color: #9a9a9a;
    margin-top: 30px;
}
#footer .footer-nav ul li dd a{
    color: #a0a0a0;
}
.footer-nav ul li>a{
    position: relative;
    height: 36px;
    display: block;
}
.footer-nav ul li>a::after{
    content: "";
    position: absolute;
    left: 0;
    width: 34px;
    height: 2px;
    background: #bf0000;
    bottom: 0;
}
#footer .footer-nav ul li{
    padding-right:80px;
}
#footer .footer-nav ul li dl{
    margin-top: 18px;
}
#footer .footer-nav ul li dl dd{
    line-height: 30px;
}
.footer-copy{
    font-size: 14px;
    color: #a0a0a0;
    display: flex;
    align-items: center;
    height: 88px;
    /* line-height: 88px; */
    border-top: 1px solid #363434;
    margin-top: 76px;
}
.footer-copy span{
    line-height: 24px;
}
@media(max-width:1680px){
    #footer .footer-nav ul li {
        padding-right: 50px;
    }
}
@media(max-width:1600px){
    #footer .footer-nav ul li {
        padding-right: 42px;
    }
}
@media(max-width:1400px){
    #footer .footer-nav ul li {
        padding-right: 34px;
    }
    #footer .footer-nav ul li dd a{
        font-size: 14px;
    }
    .footer-copy{
        margin-top: 66px;
    }
}

@media(max-width:1200px){
    #footer .footer-nav ul li dl dd {
        line-height: 30px;
        font-size: 14px;
    }
    #footer .footer-nav ul li {
        padding-right: 18px;
    }
    .footer-phonetxt h4{
        font-size: 13px;
        margin-top: 20px;
    }
    .footer-phonetxt h3 {
        font-size: 22px;
    }
    .footer-phonetxt h5 {
        font-size: 20px;
        margin-top: 15px;
    }
    .footer-phonetxtzai {
        width: 135px;
        height: 45px;
        background: #bf0000;
        color: #fff;
        float: right;
        margin-top: 14px;
        border-radius: 5px;
        text-align: center;
        line-height: 45px;
    }
    .footer-copy{
        margin-top:75px;
        height: auto !important;
        line-height: 24px !important;
        padding: 15px 10px;
    }
}
@media(max-width:991px){
    #footer .footer-nav ul li {
        padding-right: 0;
        width: 12%;
    }
    .footer-nav{
        width: 100%;
    }
    #footer .footer-nav ul li:first-child{
        width: 30%;
    }
    .footer-phone{
        display: none;
    }
    .footer-copy{
        text-align: center;
    }
}
@media(max-width:768px){
    .footer-nav ul {
        flex-wrap: wrap;
    }
    #footer .footer-nav ul li:first-child {
        width: 50%;
    }
    #footer .footer-nav ul li:nth-of-type(2) {
        width: 50%;
    }
    #footer .footer-nav ul li {
        padding-right: 0;
        width: 33%;
    }
    #footer{
        background: #1e1e1e;
    }
    .footer-nav{
        text-align: center;
    }
    #footer .footer-nav ul li{
        margin-bottom: 10px;
    }
    .footer-nav ul li > a::after{
        left: 50%;
        transform: translateX(-50%);
    }
    #footer{
        padding-top: 30px;
    }
    .footer-copy {
        font-size: 14px !important;
        /* height: 60px;
        line-height: 60px; */
        margin-top: 20px;
        display: block;
    }
    .footer-copy span{
        /* display: block; */
    }
}
@media(max-width:380px){
    .footer-copy {
        font-size: 13px;
    }
}
/*右侧浮层*/
#rightwin{
    position: fixed;
    top: 65%;
    right:22px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(12, 8, 8, 0.18);
    width: 72px;
    z-index: 666;
}
#rightwin ul li{
    padding: 0 20px;
    cursor: pointer;
    position: relative;
}
.rightwin-w{
    border-bottom: 1px solid #e5e5e5;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#rightwin .bshare-custom .bshare-qqim{
    background: url(../img/rightwin-qq.png) no-repeat center;
    width: 20px;
    height: 24px;
}
#rightwin .bshare-custom .bshare-weixin{
    background: url(../img/rightwin-wx.png) no-repeat center;
    width: 24px;
    height: 20px;
}
#rightwin .bshare-custom .dc-qqim{
    background: url(../img/rightwin-qq.png) no-repeat center;
    width: 20px;
    height: 24px;
}
#rightwin .bshare-custom .dc-weixin{
    background: url(../img/rightwin-wx.png) no-repeat center;
    width: 24px;
    height: 20px;
}
.rightwin-p {
    position: absolute;
    right: 72px;
    width: 200px;
    background: #bf0000;
    top: 0;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display:none;
}
/*内页*/
.cate{
    height: 120px;
    line-height: 120px;
    border-bottom: 1px solid #e0e0e0;
}
.catetit{
    position: relative;

}
.cateul{
    display: flex;
    justify-content:center;
}
.cateul li{
    padding: 0 40px;
}
.cateul li:hover a{
    color: #bf0000;
}
.cateul li.cateAct a{
    color: #bf0000;
} 
#pro{
    background: #f2f2f2;
    padding-top: 75px;
}
.probox ul li{
    padding: 3px;
}
.probox ul li img{
    width: 100%;
}
.probox ul li h4{
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.catetit{
    display: none;
}

@media(max-width:1680px){
    .cateul li {
        padding: 0 15px;
    }
}
@media(max-width:1400px){
    .procateul li a{
        padding: 0px;
        font-size: 14px;
    }
}
@media(max-width:1200px){
    .procateul{
        flex-wrap: wrap;
    }
    .procateul li{
        width: 33%;
        text-align: center;
    }
    .procate{
        height: auto;
        line-height: 60px;
    }
}
@media(max-width:991px){
    .catetit h3{
        font-size: 24px;
        line-height: 60px;
    }
    .catetit{
        height: 60px;
        display: block;
    }
    .cate{
        height: auto;
        line-height: 35px;
        
    }
    .catetit #pronavToggle span, .catetit #pronavToggle::after, .catetit #pronavToggle::before{
        background: #333;
    }
    .catetit #pronavToggle{
        top: 6px;
    }
    .procate {
        line-height: 35px;
    }
    .procateul li{
        width: 100%;
    }
    .cateul{
        padding-bottom: 15px;
        border-top: 1px solid #eeeeee;
        display: none;
        text-align: center;
        padding-top: 15px;
    }
    .probox{
        padding:0 30px;
    }
    #pro {
        padding-top: 30px;
    }
    .catetit h3 {
        font-size: 18px;
    }

}
/*新闻*/
#news{
    margin-top: 70px;
}
.news-l img{
    width: 100%;
}
.news-boxone{
    background: #f7f7f7;
}
.news-box ul li .news-l{
    overflow: hidden;
}
.news-box ul li .news-l img{
    transition: all 0.5s;
}
.news-box ul li:hover .news-l img{
    transform: scale(1.1);
}
.news-box ul li:hover h3{
    color: #bf0000;
} 
.news-box ul li:hover h3 a{
    color: #bf0000;
} 
.news-box ul li:hover .newstxt > a{
    color: #bf0000;
}
.news-box ul li:hover .news-wlrtxt{
    color: #bf0000;
}
.news-box ul li:hover .news-swiper .news-time{
    color: #bf0000;
}
.news-box ul li:hover .news-wlrtime{
    color: #bf0000;
}
.news-l{
    padding: 0;
}
.news-r{
    padding: 50px 80px 0px 60px
}
.news-swiper h3{
    font-size: 18px;
}
.news-swiper h3>a{
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    text-overflow: ellipsis;
}
.newstxt{
    margin-top: 50px;
    color: #666666;
    line-height: 30px;
    font-size: 14px;
}
.newstxt>a{
    margin-top: 50px;
    color: #666666;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    text-overflow: ellipsis;
}
.news-swiper .news-time{
    display: block;
    margin-top: 30px;
    padding-bottom: 60px;
}
.news-wl{
    width: 280px;
    overflow: hidden;
}
.news-wl img{
    width: 100%;
    transition: all 0.4s;
}
.news-box ul li:hover .news-wl img{
    transform: scale(1.1);
}
.news-r .swiper-pagination{
    bottom: 0;
    text-align: left;
}
.news-swiper{
    padding-bottom:0px;
}
.news-r .swiper-pagination .swiper-pagination-bullet{
    opacity: 1;
    background:#aaaaaa;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.news-r .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #bf0000;
}
.news-boxone{
    margin-bottom: 60px;
}
.news-box ul li:not(.news-boxone){
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
    padding:25px;
}
.news-wl{
    float: left;
    width: 284px;
}
.news-wlr{
    float:left;
    width: calc(100% - 330px);
    margin-left: 46px;
    padding-top: 25px;
}
.news-wlr h3{
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    text-overflow: ellipsis;
}
.news-wlrtxt{
    color: #666666;
    font-size: 14px;
    margin-top: 37px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    text-overflow: ellipsis;
}
.news-wlrtime{
    display: block;
    margin-top: 60px;
    color: #666666;
}                  

@media(max-width:1200px){
    .newstxt {
        margin-top: 10px;
        line-height: 30px;
    }
    .news-r {
        padding: 20px 50px 0px 30px;
    }
    .news-swiper .news-time {
        display: block;
        margin-top: 25px;
        padding-bottom: 45px;
    }
    .news-wlrtime {
        margin-top: 40px;
        color: #666666;
    }
}
@media(max-width:991px){
    #news {
        margin-top: 30px;
    }
    .news-boxone{
        padding-bottom: 15px;
    }
    .news-boxone {
        margin-bottom: 30px;
    }
    
}
@media(max-width:768px){
    .news-wl {
        width: 200px;
    }
    .news-wlr {
        width: calc(100% - 220px);
        margin-left: 20px;
        padding-top: 0px;
    }
    .news-wlrtxt {
        margin-top: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .news-wlrtime {
        margin-top: 32px;
    }
    .news-wlr h3 {
        color: #333333;
        font-size: 16px;
    }
}
@media(max-width:500px){
    .news-box ul li:not(.news-boxone){
        padding: 10px;
        margin-bottom: 20px;
    }
    .news-swiper h3 {
        font-size: 14px;
    }
    .news-wlrtime {
        margin-top: 8px;
    }
    .news-wl {
        width: 150px;
    }
    .news-wlr {
        width: calc(100% - 170px);
        margin-left: 15px;
        padding-top: 0px;
    }
    .news-wlr h3{
        font-size: 14px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .news-r {
        padding: 15px 10px 0px 15px;
    }
    .news-swiper .news-time {
        display: block;
        margin-top: 8px;
        padding-bottom: 25px;
    }
}
/*新闻详情*/
.newsd-footerl{
    float: left;
}
.newsd-footerr{
    float: right;
}
.newsd-tit{
    background: #f7f7f7;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
}
.newsd-tit h3{
    font-size: 30px;
    color: #333333;
}
.newsd-tit h4{
    margin-top: 20px;
    color: #666666;
}
.newsd-boxw{
    padding: 80px 50px 110px;
    /*text-align: center;*/
    color: #666666;
    line-height: 30px;
}
.newsd-footer{
    border-top: 1px solid #dbdbdb;
    padding-top: 50px;
    padding-bottom: 90px;
}
.newsd-footerl a{
    display: block;
    color: #666666;
}
.newsd-footerr a{
    width: 200px;
    height: 50px;
    background: #bf0000;
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: block;
    border-radius: 5px;
}
@media(max-width:991px){
    .newsd-tit h3 {
        font-size: 22px;
    }
    .newsd-tit h4 {
        margin-top: 10px;
    }
    .newsd-tit {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .newsd-boxw {
        padding: 30px 15px 30px;
        /*text-align: center;*/
        color: #666666;
        line-height: 24px;
        font-size: 14px;
    }
    .newsd-footerr a{
        width: 120px;
    }
    .newsd-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}   
@media(max-width:449px){
    .newsd-tit h3 {
        font-size: 18px;
    }
    .newsd-tit {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .newsd-boxw {
        padding: 30px 0px 30px;
    }
}
/*技术实力*/
.shili-box{
    margin-top: 60px;
}
.shili-img{
    overflow: hidden;
}
.shili-img img{
    width: 100%;
    transition: all 0.4s;
}
#shili ul li .shili-img{
    overflow: hidden;
}
#shili ul li:hover .shili-img img{
    transform: scale(1.1);
}
.shili-txt{
    height: 126px;
    text-align: center;
    padding-top: 35px;
}
.shili-box ul li a{
    display: block;
    margin-bottom: 50px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.15);
}
.shili-txt img{
    margin-top: 16px;
}
.shili-box .shili-page{  
    padding: 20px 0 65px;
}
.case-box{
    padding-top: 75px;
}
.case-img img{
    width: 100%;
}
.case-img{
    position: relative;
}
.case-imgbg{
    background: url(../img/homecase-bg.png) no-repeat bottom left;
    width: 100%;
    height:29%;
    position: absolute;
    bottom: 0;
}

.case-txt{
    background: #f7f7f7;
    width: 80%;
    position: absolute;
    right: 0;
    z-index: 6;
    bottom: -48px;
    height: 90px;
}
.case-box ul li{
    margin-bottom: 100px;
}
.case-box ul li:hover .case-txt h3,.case-box ul li:hover .case-txt h4{
    color: #bf0000;
}

.case-txt h3{
    background: url(../img/homecase-icon.png) no-repeat right center;
    font-size: 18px;
}
.case-txt{
    padding: 20px 27px;
}
.case-txt h4{
    font-size: 14px;
    color: #666666;
    margin-top:12px;
}
.case-box .case-page{
    padding:0px 0 65px;
}

@media(max-width:991px){
    .case-txt h3 {
        font-size: 16px;
    }
    .case-box {
        padding-top: 30px;
    }
    .case-box ul li {
        margin-bottom: 70px;
    }
    .case-box .case-page {
        padding: 0px 0 30px;
    }
    .shili-box {
        margin-top: 30px;
    }
    .shili-txt {
        height: 90px;
        padding-top: 24px;
    }
    .shili-box ul li a{
        margin-bottom: 30px;
    }
    .shili-box .shili-page {
        padding: 0px 0 30px;
    }
}
/*人才招聘*/
#job{
    padding: 60px 0 80px;
}
.job-list .job-boxwname{
    float: left;
}
.job-boxwicon{
    float: right;
}
.job-box{
    border: 1px solid #e5e5e5;
}
.job-boxw ul li .job-list{
    line-height: 68px;
    height: 68px;
    padding:0 150px 0 180px;
}
.job-boxw ul li{
    background: url(../img/job-listbg.png) repeat-x center bottom;
}
.job-txt{
    background: #e5e5e5;
    padding:30px 150px 60px 180px;
    display: none;
}
.job-tit{
    text-align: center;
    font-size: 24px;
    padding-top: 37px;
    padding-bottom: 40px;
}
.job-boxwbot{
    padding: 74px 0 56px 100px;
}
.job-boxwbot p{
    margin-top: 15px;
    color: #333333;
}
.job-boxw ul li .job-listAct{
    background: #bf0000;
    color: #ffff;
}
.job-boxwicon{
    width: 34px;
    height: 34px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.job-boxwicon img{
    position: absolute;
}
.job-boxwicon img:last-child{
    display: none;
}
.job-boxw ul li .job-listAct .job-boxwicon img:last-child{
    display: block;
}
.job-boxw ul li .job-listAct .job-boxwicon img:first-child{
    display: block;
}
.job-txt p{
    margin-top: 40px;
}
@media(max-width:991px){
    .job-boxw ul li .job-list {
        line-height: 60px;
        height: 60px;
        padding: 0 50px 0 50px;
    }
    .job-txt {
        padding: 30px 30px 60px 30px;
        font-size: 14px;
    }
    .job-txt p {
        margin-top: 20px;
    }
    .job-boxwbot {
        padding: 30px;
    }
    .job-boxwbot h3{
        line-height: 24px;
    }
    #job {
        padding: 30px 15px 30px;
    }
    .job-tit {
        text-align: center;
        font-size: 18px;
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .job-boxwbot h3 {
        line-height: 24px;
        font-size: 14px;
    }
}
/*联系我们*/
#contact{
    background: #f6f6f6;
    padding: 90px 0 110px;
}
.contact-boxtop li{
    background: #fff;
    width: 20%;
    float: left;
    padding: 50px 0 60px;
    text-align: center;
    border: 1px solid #eaeaea;
    margin: 0 -1px 0 0;
}
.contact-boxtopimg{
    height: 40px;
    margin: 30px 0 20px;
}
.contact-boxtop li h4{
    font-size: 24px;
    color: #bf0000;
}
.contact-boxbot{
    background: #fff;
}
.contact-boxbot{
    margin-top: 60px;
}
.contact-boxbotrimg{
    border: 1px solid #eaeaea;
}
.contact-boxbotrimg img{
    width: 100%;
}
.contact-boxbot .contact-boxbotl,.contact-boxbot .contact-boxbotr{
    padding: 0;
}
.contact-boxbot ul li{
    padding:40px 110px 0 100px;
}
.contact-boxbot ul li a{
    border-bottom: 1px solid #ebebeb;
    display: flex;
    padding-bottom: 20px;
}
.contact-boxbot ul li:last-child a{
    border-bottom: none;
}
.contact-boxbottxt{
    margin-left: 38px;
}
.contact-boxbotlimg{
    width: 31px;
}
.contact-boxbot  .contact-boxbotl{
    padding-top: 20px;
}
.contact-boxbottxt h3{
    color: #666666;
}
.contact-boxbottxt h4{
    margin-top: 13px;
    font-size: 20px;
}
@media(max-width:1400px){
    .contact-boxbot ul li {
        padding: 30px 110px 0 100px;
    }
    .contact-boxbottxt h4 {
        margin-top: 13px;
        font-size: 16px;
    }
}
@media(max-width:1200px){
    .contact-boxtop li h4{
        font-size: 16px;
    }
    .contact-boxtop li{
        padding: 40px 0 40px; 
    }
    .contact-boxbottxt h4 {
        margin-top: 10px;
        font-size: 14px;
    }
    .contact-boxbot .contact-boxbotl {
        padding-top: 10px;
    }
}
@media(max-width:991px){
    .contact-boxtop li h4 {
        font-size: 14px;
    }
    .contact-boxbot .contact-boxbotl {
        padding-top: 0px;
    }
    #contact {
        padding: 30px 0 30px;
    }
}
@media(max-width:768px){
    .contact-boxtop li{
        width: 50%;
        margin: 0 -1px -1px 0;
    }
    .contact-boxbot {
        margin-top: 20px;
    }
    .contact-boxbot ul li {
        padding: 20px 30px 0 30px;
    }
}
/*资质荣誉*/
#honor{
    padding-top: 80px;
}
.honor-tit h3{
    font-size: 24px;
    text-align: center;
}
.honor-boxw ul li{
    width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 70px;
    padding: 0 20px;
}
.honor-boxw ul li img{
    width: 100%;
}
.honor-boxw{
    margin-top: 70px;
}
.honor-boxw ul li h4{
    margin-top: 40px;
    height: 30px;
    line-height: 30px;
}
.honor-boxw .honor-page{
    padding: 0px 0 65px;
}
@media(max-width:1200px){
    .honor-boxw ul li h4{
        margin-top: 10px;
        font-size: 14px;
    }
    .honor-boxw ul li{
        margin-bottom: 30px;
    }
}
@media(max-width:991px){
    .honor-boxw ul li{
        width: 50%;
    }
    .honor-tit h3 {
        font-size: 16px;
        text-align: center;
    }
    #honor {
        padding-top: 30px;
    }
    .honor-boxw {
        margin-top: 30px;
    }
    .honor-boxw ul li{
        padding: 0 10px;
    }
    .honor-boxw .honor-page {
        padding: 0px 0 30px;
    }
}
/*产品详情*/
#prod{
    background: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 80px;
}

.prod-boxtop{
    background: #fff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}
.prod-boxtopl img{
    width: 100%;
}
.prod-boxtopl{
    padding: 0;
    border-right: 1px solid #f0f0f0;
}
.prod-boxtoprtxt{
    padding: 40px 90px 0 70px;
}
.prod-boxtoprtxtm{
    color: #969696;
    font-size: 16px;
    line-height: 35px;

}
.prod-boxtoprtxt h2{
    font-size: 24px;
    color: #bf0000;
}
.prod-boxtoprtxt h3{
    font-size: 20px;
    margin-top: 20px;
}
.prod-boxtoprtxt span{
    display: block;
    width: 45px;
    height: 2px;
    background: #bf0000;
    margin-top: 15px;
}
.prod-boxtoprtxt h4{
    font-size: 16px;
    font-weight: bold;
    margin-top:26px;
    margin-bottom: 40px;
}
.prod-boxbottit{
    border-bottom: 1px solid #f0f0f0;
    padding: 0 140px;
}
.prod-boxbot{
    background: #fff;
    margin-top: 50px;
    border: 1px solid #f0f0f0;
    
}
.prod-boxbottit h3{
    font-size: 24px;
    color: #bf0000;
    height: 78px;
    line-height: 78px;
}
.prod-boxbottdw{
    padding:40px 140px 80px;
}
.prod-boxbottdw span{
    display: block;
    font-weight: bold;
}
.prod-boxbottdw{
    color: #969696;
    line-height: 35px;
}
.prod-csimg{
    text-align: center;
    padding: 30px 140px;
}
.prod-csimg img{
    width: 100%;
}
@media(max-width:1680px){
    .prod-boxtoprtxtm {
        font-size: 14px;
        line-height: 30px;
    }
    .prod-boxtoprtxt h4 {
        font-size: 16px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media(max-width:1600px){
    .prod-boxtoprtxt h2{
        font-size: 18px;
    }
    .prod-boxtoprtxt h3 {
        font-size: 16px;
        margin-top: 10px;
    }
    .prod-boxtoprtxt h4 {
        font-size: 16px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media(max-width:1400px){
    .prod-boxtoprtxt {
        padding: 20px 30px 0 30px;
    }
}
@media(max-width:1200px){
    .prod-boxtoprtxtm {
        font-size: 14px;
        line-height: 24px;
    }
    .prod-boxtoprtxt {
        padding: 20px 15px 0 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
    .prod-boxbottit{
        padding: 0 30px;
    }
    .prod-boxbottdw {
        padding:30px;
    }
    .prod-csimg{
        padding: 30px;
    }
    
}
@media(max-width:991px){
    .prod-boxtoprtxtm {
        font-size: 14px;
        line-height: 24px;
    }
    .prod-boxtoprtxt {
        padding: 15px 0px 0 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 50;
        overflow: auto;
    }
    .prod-boxtop{
        padding-bottom: 20px;
    }
    .prod-boxtoprtxt h2 {
        font-size: 16px;
    }
    #prod {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .prod-boxbottdw {
        padding: 15px;
        font-size: 14px;
    }
    .prod-boxbottit h3 {
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }
    .prod-boxbot{
        margin-top: 30px;
    }
    .prod-csimg{
        padding: 15px;
    }
}
/*公司简介*/
.about-boxt{
    margin-top: 75px;
}
.about-boxtl{
    padding-left: 140px;
}
.about-tit h3{
    font-size: 36px;
    color: #bf0000;
    font-weight: bold;
    position: relative;
}
.about-tit h3::after{
    position: absolute;
    content: "";
    width: 140px;
    height: 1px;
    background: #222222;
    left:-182px;
    top: 20px;
}
.about-boxr img{
    width: 100%;
    transition: all 0.4s;
}
.about-boxr{
    overflow: hidden;
}
.about-boxr:hover img{
    transform: scale(1.1);
}
.about-boxtltxt{
    padding:128px 58px 0 100px;
}
.about-boxtltxt h4{
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
}
.about-boxtltxt h5{
    color: #666666;
    margin-top: 60px;
    line-height: 35px;
}
.about-boxtul{
    background: #f7f7f7;
    margin-top: 80px;
}
.about-boxtul li{
    padding: 90px 0 80px;
    text-align: center;
}
.about-boxtul li h3{
    font-size: 36px;
    color: #c00202;
}
.about-boxtul li h4{
    font-size: 18px;
    color: #666666;
    margin-top: 12px;
}
.about-boxcbg{
    padding: 75px 0;
    background: url(../img/aboutc-bg.jpg) no-repeat center top;
}
.about-boxcbg h4{
    font-size: 36px;
    font-weight: lighter;
    color: #fff;
    text-align: center;
}
.about-boxbtxt{
    margin-top: 70px;
}
.about-boxbtxtm{
    color: #666666;
    line-height: 30px;
    text-align: center;
}
.about-boxbtxtimg{
    margin-top: 35px;
    padding-bottom: 90px;
}
.about-boxbtxtimg img{
    width: 100%;
}

/*厂房设备*/
.equipbox{
    margin-top: 55px;
}
@media(max-width:991px){
    .equipbox{
        margin-top:30px;
    }
}
/*发展历程*/
#devel{
    background: #f4f4f4;
    padding:67px 0 170px 0;
}
.devel-boxw{
    margin-top: 30px;
}
.devel-boxwl{
    width: 340px;
    float: left;
    padding-left: 112px;
}
.devel-boxwr{
    float: right;
    width: calc(100% - 340px);
}
.devel-boxw ul li{
    height: 110px;
    line-height: 110px;
    border-bottom: 1px solid #b5b5b5;
}
.devel-boxwl h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    position: relative;
    line-height: 110px;
}
.devel-boxwl h3::after{
    width: 10px;
    height: 10px;
    background: #b5b5b5;
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 162px;
    top:50%;
    transform:translateY(-50%);
} 
.devel-boxwrtxt{
    display: flex;
    line-height: 30px;
    align-items: center;
    height: 110px;
}
.devel-boxwrtxt h3{
    overflow: hidden;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    text-overflow: ellipsis;
}
/*组织架构*/
#org{
    padding-top: 50px;
    padding-bottom: 150px;
}
.org-img{
    margin-top: 30px;
}
.org-img img{
    width: 100%;
}
#covideo{
    padding-top: 50px;
    padding-bottom: 40px;
}
.covideo-boxv {
    border-radius:5px;
    overflow: hidden;
}
.covideo-boxv img{
    width: 100%;
}
.covideo-box{
    margin-top: 75px;
}
.covideo-box ul li h4{
    font-size: 18px;
    margin-top: 30px;
}
.covideo-box ul li{
    margin-bottom: 80px;
}
.about-boxr {
    padding: 0;
}
@media(max-width:1700px){
    .about-tit h3::after{
        display: none;
    }
}
@media(max-width:1680px){
    .about-boxtltxt {
        padding: 50px 30px 0 0px;
    }
}
@media(max-width:1600px){
    .about-boxtltxt {
        padding: 30px 30px 0 0px;
    }
    .about-boxtltxt h4 {
        font-size: 24px;
        font-weight: normal;
        color: #333333;
        line-height: 40px;
    }
    
}
@media(max-width:1400px){
    #devel {
        padding: 67px 0 100px 0;
    }
    .about-boxtltxt h4 {
        font-size: 22px;
        line-height: 38px;
    }
    .about-boxtltxt h5 {
        color: #666666;
        margin-top: 30px;
        line-height: 35px;
    }
}
@media(max-width:1200px){
    #covideo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .covideo-box {
        margin-top: 30px;
    }
    .about-boxtltxt h4 {
        font-size: 16px;
        line-height: 30px;
    }
    .about-boxtltxt {
        padding: 30px 0px 0 0px;
    }
    .about-boxtltxt h5 {
        line-height: 24px;
        font-size: 14px;
    }
}
@media(max-width:991px){
    .about-boxt{
        padding: 0 15px;
        margin-top: 30px;
    }
    .about-boxtl {
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .about-tit h3{
        font-size: 24px;
        font-weight: normal;
    }
    .covideo-box ul li h4{
        font-size: 14px;
    }
    .covideo-box ul li {
        margin-bottom: 30px;
    }
    .covideo-box ul li h4 {
        font-size: 16px;
        margin-top: 15px;
    }
    #org {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .devel-boxwl {
        width: 250px;
        padding-left: 0px;
    }
    .devel-boxwr {
        width: calc(100% - 250px);
    }
    #devel {
        padding: 30px 0 40px 0;
    }
    .devel-boxw {
        margin-top: 0px;
    }
    .about-boxtul{
        margin-top: 30px;
    }
    .about-boxtul li h3{
        font-size: 24px;
    }
    .about-boxtul li h4{
        font-size: 14px;
    }
}
@media(max-width:768px){
    .devel-boxwl h3{
        font-size: 18px;
    }
    .devel-boxwl h3::after {
        left: 85px;
    }
    .devel-boxwl{
        width: 100px;
    }
    .devel-boxwr {
        width: calc(100% - 120px);
    }
    .devel-boxwrtxt h3{
        font-size: 14px;
        line-height: 24px;
    }
    .about-boxtul li {
        padding: 30px 0 30px;
        text-align: center;
    }
    .about-boxcbg h4{
        font-size: 24px;
    }
    .about-boxbtxt {
        margin-top: 30px;
    }
}
@media(max-width:449px){
    .about-tit h3 {
        font-size: 18px;
    }
    #covideo {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .about-boxbtxtimg {
        margin-top: 35px;
        padding-bottom: 30px;
    }
}

.protip-swiperimg{
    display: flex;
    justify-content: center;
    align-items: center;
}


.homepro-wimg img{
    transition: all 0.4s;
}
.homepro-wimg{
    overflow: hidden;
}
#homepro-owl .owl-item:hover .homepro-wimg img{
    transform: scale(1.1);
}

.homecase-owlimgm img{
    transition: all 0.4s;
}
.homecase-owlimgm{
    overflow: hidden;
}
.homecase-w .owl-item:hover .homecase-owlimgm img{
    transform: scale(1.1);
}



.proboximg img{
    transition: all 0.4s;
}
.proboximg{
    overflow: hidden;
}
.probox ul li:hover .proboximg img{
    transform: scale(1.1);
}

.honour-img img{
    transition: all 0.4s;
}
.honour-img{
    overflow: hidden;
}
.honor-boxw ul li:hover .honour-img img{
    transform: scale(1.1);
}

.case-imgm{
    overflow: hidden;
}
/* .case-imgm img{
    transition: all 0.4s;
} */
/* .case-box ul li:hover .case-imgm img{
    transform: scale(1.1);
} */


.click-more{
    display: block;
    width: 218px;
    height: 48px;
    border: 1px solid#969696;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    color: #969696;
    margin: 26px auto 72px;
    cursor: pointer;
} 

.click-more:hover{
    border: 1px solid #bf0000;
    color: #bf0000;
}
.probox-name{
    display: flex;
    background: #a8a8a8;
    justify-content: space-between;
}
.probox-namer{
    background: url(../img/pro_bottom_right.png) no-repeat center ;
    width: 25%;
}
.probox ul li .probox-namerl h4{
    padding-left: 40px;
    color: #fff;
    text-align: left;
}
.probox ul li .probox-namerl{
    width: 75%;
}
.probox ul li:hover .probox-namer{
    background: url(../img/pro_bottom_right.png) no-repeat center #373737;
}
.probox ul li:hover .probox-namerl{
    background: #bf0000;
}
.insides-tit{
    background: #bf0000;
    height: 80px;
    line-height: 80px;
    position: relative;
    margin-top: -2px;
}
.insides-titbox{
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.insides-titr ul li{
    float: left;
    margin: 0 3px;
}
.insides-titr ul li a{
    color: #fff;
}
.insides-titr{
    padding-right: 40px;
}
.insides-titl{
    font-size: 20px;
    font-weight: bold;
}



.flip-container {
    perspective: 1000;
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}
/* .flip-container, .front, .back {
    width: 320px;
    height: 480px;
} */
.flip-container img, .front img, .flip-container .back img{
    width: 100%;
}
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.front, .flip-container .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
/* front pane, placed above back */
.front {
    z-index: 2;
    width: 100%;
}
/* back, initially hidden pane */
.flip-container .back {
    transform: rotateY(180deg);
}


.procate .procateul{
    flex-wrap: wrap;
    display: none;
}
.procate{
    height: auto;
    line-height: 60px;
}
@media(max-width:991px){
    .procate{
        line-height: 35px;
    }
    .procate-ph{
        display: none;
    }
}