@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 /* header */
.header{
    position: relative;
    height:100px;
    z-index: 666;
}
.logo{
    width:273px;
    height:70px;
    margin-top: 15px;
    float: left;   
}
.logo img{
    display: block;
    width: 100%;
}
.nav{
    float:right;
    margin-top: 25px;
}

.nav ul li{
    width: 120px;
    float: left;
    text-align: center;
    font-size: 16px;
    position: relative;
    height: 44px;
    line-height: 44px;
    margin-left: 14px;
}
.nav ul li:hover{
    background: #023da6;
}
.nav ul li > a{
    width: 100%;
    color: #333333;
    display: block;
}
.nav ul li{
    position: relative;
    z-index: 666;
}
/* .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: #023da6;
}
.nav ul .nav-active > a{
    color: #fff;
}

.nav-sub{
    position: absolute;
    width:100%;
    top: 100px;
    z-index: 66;
    left:0;
    display: none;
}
.nav-sub dl dd{
    line-height: 40px;
    height:40px;
    margin-top: 2px;
    background: #fff;
    padding-left: 20px;
    text-align: left;
}
.nav-sub dl dd a{
    color: #333;
}
.nav-sub dl dd:hover a{
    color:#fff;
}
.nav-sub dl dd:hover{
    background: #0f8d1c;
}
@media(max-width:1400px){
    .nav ul li{
        width: 100px;
    }

}
@media(max-width:1200px){
    .nav ul li{
        width:85px;
    }
    
    .header{
        height: 80px;
    }
    .logo{
        margin-top: 16px;
        width: 220px;
    }
}
@media(max-width:991px){
    .header {
        height: 70px;
    }
    .logo{
        height: auto;
        width: 165px;
        margin-top: 12px;
    }
    
}


/* banner */
.swiper-container{
    width: 100%;
    max-width: 1920px;
}
#banner .swiper-slide img{
    width: 100%;
    display: block;
}
.swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #cd2924;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 50px;
}
@media (max-width: 991px){
    .swiper-pagination-bullet{
        width: 40px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 20px;
    }
}
@media (max-width: 599px){
    .swiper-pagination-bullet{
        width: 30px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 8px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 8px;
    }
}


/*首页关于我们*/
#homeabout{
    margin: 80px 0;
    overflow: hidden;
}

.homeabout-l img{
    width: 100%;
}
.homeabout-l video{
    width: 100%;
}
.homeabout-r h3{
    font-size: 42px;
    color: #222222;
}
.homeabout-r h4{
    width: 83px;
    height: 4px;
    background: #023da6;
    margin-top: 30px;
}
.homeabout-rtxt{
    margin-top: 50px;
    line-height: 30px;
}
.homeabout-r{
    padding-left: 42px;
}
.homeabout-l{
    padding:0;
}
.homeabout-rul{
    display: flex;
    margin-top: 57px;
}
.homeabout-rul li span{
    font-size: 48px;
    font-weight: bold;
}
.homeabout-rul li:hover span{
    color: #023da6;
}
.homeabout-rul li{
    text-align: center;
    flex: 1.2;
    border-right: 1px solid #dcdcdc;
}
.homeabout-rul li:first-child{
    flex: 1;
}
.homeabout-rul li h6{
    margin-top: 27px;
    color: #666666;
}
.homeabout-more a{
    width: 170px;
    height: 44px;
    display: block;
    background: #023da6;
    color: #fff;
    text-align:center;
    line-height: 44px;
    margin-top: 84px;
    border-radius: 5px;
}
.homeabout-rul li:last-child{
    border-right: none;
}
/*适配*/
@media(max-width:1600px){
    .homeabout-r h3 {
        font-size: 35px;
    }
    .homeabout-rtxt {
        margin-top: 30px;
        line-height: 30px;
    }
    .homeabout-more a{
        margin-top: 64px;
    }
}
@media(max-width:1400px){
    .homeabout-r h3 {
        font-size: 30px;
    }
    .homeabout-r h4{
        margin-top: 20px;
    }
    .homeabout-rtxt {
        margin-top: 15px;
        line-height: 28px;
    }
    .homeabout-rul li span {
        font-size: 40px;
    }
    .homeabout-rul li h6 {
        margin-top: 15px;
        font-size: 14px;
    }
    .homeabout-more a {
        margin-top: 46px;
    }
    #homeabout .row{
        margin: 0;
    }
    .homeabout-r{
        padding-left: 30px;
    }
    .homeabout-rul li span {
        font-size: 32px;
    }
}
@media(max-width:1200px){
    .homeabout-rtxt {
        margin-top: 15px;
        line-height: 24px;
        font-size: 14px;
    }
    .homeabout-rul{
        margin-top: 20px;
    }
    .homeabout-more a {
        margin-top: 12px;
    }
}

@media(max-width:991px){
    .homeabout-r {
        padding-left: 0px;
        padding-top: 30px;
    }
    .homeabout-more a {
        margin-top: 40px;
    }
    #homeabout {
        margin: 40px 0;
    }
    .homeabout-rul li span {
        font-size: 24px;
    }
    .homeabout-r h3 {
        font-size: 22px;
    }
    
}
/*首页经济性能*/
.homejjxn-box{
    background:#023da6;
}
.homejjxn-boxr img{
    display: block;
    width: 100%;
}
.homejjxn-boxl{
    width: 50%;
    float: left;
    padding-left:12.1%;
    padding-top: 100px;
}
.homejjxn-boxr{
    width: 50%;
    float: right;
}
.homejjxn-boxl h3{
    color: #f0f0f0;
    font-size: 42px;
}
.homejjxn-boxl span{
    display: block;
    width: 83px;
    height: 4px;
    background: #f0f0f0;
    margin-top:40px;
}
.homejjxn-boxlul{
    margin-top: 60px;
}
.homejjxn-boxlicon{
    width: 57px;
    float: left;
}
.homejjxn-boxltxt{
    float: right;
    width: calc(100% - 74px);
    color: #fff;
}
.homejjxn-boxltxt h4{
    font-size: 24px;
}
.homejjxn-boxltxt h5{
    line-height: 32px;
    margin-top: 10px;
}
.homejjxn-boxl{
    padding-right: 60px;
}
.homejjxn-boxlul li{
    margin-bottom: 40px;
}
@media(max-width:1850px){
    .homejjxn-boxl{
        padding-top: 50px;
    }
}
@media(max-width:1700px){
    .homejjxn-boxl h3 {
        font-size: 32px;
    }
    .homejjxn-boxlul {
        margin-top: 30px;
    }
    .homejjxn-boxl{
        padding-left: 10%;
    }
}
@media(max-width:1600px){
    .homejjxn-boxlul li {
        margin-bottom: 30px;
    }
    .homejjxn-boxltxt h4 {
        font-size: 18px;
    }
    .homejjxn-boxl {
        padding-left: 8%;
    }
    .homejjxn-boxl {
        padding-right: 30px;
    }
    .homejjxn-boxl span{
        margin-top: 20px;
    }
}
@media(max-width:1400px){
    .homejjxn-boxl h3 {
        font-size: 24px;
    }
    .homejjxn-boxl {
        padding-left: 7%;
    }
    .homejjxn-boxltxt h5 {
        line-height: 26px;
        margin-top: 8px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .homejjxn-boxlul li {
        margin-bottom: 20px;
    }
}
@media(max-width:1200px){
    .homejjxn-boxltxt h5{
        line-height: 24px;
        font-size: 14px;
        margin-top: 4px;
    }
    .homejjxn-boxl {
        padding-top: 20px;
    }
    .homejjxn-boxltxt h4 {
        font-size: 16px;
    }
    .homejjxn-boxl {
        padding-left: 4%;
    }
    .homejjxn-boxlul li {
        margin-bottom: 17px;
    }
}
@media(max-width:991px){
    .homejjxn-boxl{
        width: 100%;
    }
    .homejjxn-boxr {
        width: 100%;
    }
    .homejjxn-boxl h3 {
        font-size: 22px;
    }
}
/*厂房设备*/
.hometit{
    text-align: center;
}
.hometit h3{
    font-size: 42px;
    color: #222222;
}
.hometit span{
    display: block;
    height: 4px;
    width: 83px;
    background:#023da6;
    margin:20px auto 0;
}
#homeequ{
    padding:80px 0;
}
.homeequw{
    margin-top: 60px;
}
.homeequw ul li img{
    width: 100%;
}
.homeequw ul li a{
    margin-bottom: 30px;
    position: relative;
    display: block;
    overflow: hidden;
}
.homeequwmask{
    background: rgba(0,0,0,.5);
    position: absolute;
    top:100%;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.homeequw .homeequwmask img{
    width: 34px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.homeequw ul li a:hover .homeequwmask{
    top: 0;
}
@media(max-width:991px){
    .hometit h3 {
        font-size: 22px;
    }
    .homeequw {
        margin-top: 30px;
    }
    #homeequ {
        padding: 30px 0 0;
    }
    
}

/*首页产品优势*/
#homeadv{
    background: #f4f4f4;
    padding:80px 0;
}
.homeadvw{
    background: #fff;
    margin-top: 60px;
}
.homeadvwl{
    float: left;
    width: 50%;
}
.homeadvwr{
    float: right;
    width: 50%;
}
.homeadvwr img{
    width: 100%;
}
.homeadvwl-slide{
    padding: 68px 47px 0 46px;
}
.homeadvwl-slide h3{
    font-size: 30px;
    color: #222222;
    padding-right:80px;
    line-height: 40px;
}
.homeadvwl-slide span{
    width: 83px;
    height: 4px;
    background: #023da6;
    display: block;
    margin-top: 40px;
}
.homeadvwl-swipertxt{
    margin-top: 38px;
    line-height: 30px;
}
.homeadvwl-swiper{
    padding-bottom: 114px;
}
.homeadvwl-swiper .swiper-button-prev, .homeadvwl-swiper .swiper-button-next{
    top: auto;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #898989;
}
.homeadvwl-swiper .swiper-button-prev{
    background: url(../img/homeadv-prev.png) no-repeat center;
    left: 46px;

}
.homeadvwl-swiper .swiper-button-next{
    background: url(../img/homeadv-next.png) no-repeat center;
    left: 110px;
}
.homeadvwl-swiper .swiper-button-prev:hover{
    background:#023da6 url(../img/homeadv-prevh.png) no-repeat center;
    border: 1px solid #023da6;
}
.homeadvwl-swiper .swiper-button-next:hover{
    background:#023da6 url(../img/homeadv-nexth.png) no-repeat center;
    border: 1px solid #023da6;
}
@media(max-width:1400px){
    .homeadvwl-slide h3 {
        font-size: 22px;
        padding-right: 40px;
        line-height: 37px;
    }
    .homeadvwl-slide {
        padding: 30px 30px 0 40px;
    }
    .homeadvwl-slide span {
        margin-top: 20px;
    }
}
@media(max-width:1200px){
    .homeadvwl-slide h3 {
        font-size: 22px;
        padding-right: 40px;
        line-height: 30px;
    }
    .homeadvwl-swipertxt{
        margin-top: 20px;
    }
    .homeadvwl-swiper {
        padding-bottom: 70px;
    }
}
@media(max-width:991px){
    .homeadvwl{
        width: 100%;
    }
    .homeadvwr{
        width: 100%;
        margin-top: 20px;
    }
    #homeadv{
        padding: 30px 0;
    }
    .homeadvw {
        margin-top: 30px;
    }
    .homeadvwl-slide {
        padding: 30px;
    }
    .homeadvwl-slide h3 {
        font-size: 16px;
        padding-right: 0px;
        line-height: 26px;
    }
    .homeadvwl-swiper {
        padding-bottom: 40px;
    }
    .homeadvwl-swiper .swiper-button-prev{
        left: 30px;
    }
    .homeadvwl-swiper .swiper-button-next{
        left: 95px;
    }
}
/*新闻中心*/
#homenews{
    padding: 80px 0;
}
.homenews-boxw{
    margin-top: 60px;
}
.homenews-boxw ul li a{
    background: #eeeeee;
    display: block;
    padding: 28px 20px;
}
.homenews-boxw ul li a h3{
    font-size: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.homenews-boxwtxt{
    margin-top: 15px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.homenews-boxw ul li{
    margin-bottom: 30px;
}
.homenews-boxw ul li a:hover{
    background: #023da6;
}
.homenews-boxw ul li a:hover h3{
    color: #fff;
}
.homenews-boxw ul li a:hover .homenews-boxwtxt{
    color: #fff;
}

@media(max-width:991px){
    #homenews {
        padding: 30px 0 10px;
    }
    .homenews-boxw {
        margin-top: 30px;
    }
    .homenews-boxw ul li a h3{
        font-size: 18px;
    }
    .homenews-boxw ul li {
        margin-bottom: 20px;
    }
    .homenews-boxwtxt{
        line-height: 24px;
    }
}   
/*底部*/
#footer{
    background: #313131;
    padding-top: 60px;
}
#footer a{
    color: #dcdcdc;
}
.footer-nav{
    float: left;
    width: 22%;
    position: relative;
    display: flex;
}
.footer-con{
    float: left;
    width: 49%;
    position: relative;
}
.footer-ewm{
    float: right;
    width: 29%;
}
.footer-ewm dl{
    display: flex;
    justify-content:flex-end;
}
.footer-ewm dd{
    margin-left: 20px;
    text-align: center;
    color: #dcdcdc;
}
.footer-con ul li{
    float: left;
    width: 60%;
}
.footer-con ul{
    width: 420px;
    margin: 0 auto;
}
.footer-box .footerline::after{
    width: 1px;
    content: "";
    height: 127px; 
    background: #555555;  
    position: absolute;
    top: 0;
    right: 0;
}
.footer-nav ul{
    padding-right: 60px;
    line-height: 35px;
}
.footer-con ul li{
    color: #dcdcdc;
    margin-bottom: 30px;
}
.footer-con ul li h3{
    line-height: 30px;
}
.footer-copy{
    height: 80px;
    line-height:78px;
    border-top: 1px solid #555555;
    color: #dcdcdc;
}
.footercopyl{
    float: left;
}
.footercopyr{
    float: right;
}
.footer-con ul li:nth-of-type(2n+1){
    width: 40%;
}
@media(max-width:1200px){
    .footer-nav ul{
        padding-right:30px;
    } 
    .footer-nav ul:last-child{
        padding-right:0px;
    } 
}
@media(max-width:991px){
    .footer-ewm{
        display: none;
    }
    .footer-nav{
        width: 40%;
    }
    .footer-box .footerline::after{
        display: none;
    }
}
@media(max-width:768px){
    .footer-nav{
        width: 30%;
    }
    .footer-con{
        width: 70%;
    }
    .footer-con ul{
        width: auto;
    }
    #footer {
        padding-top: 30px;
    }
}
@media(max-width:600px){
    #footer {
        padding-top: 0px;
    }
    .footer-nav {
        width: 100%;
        display: none;
        justify-content: center;
    }
    .footer-con{
        display: none;
    }
    .footer-copy{
        margin-top: 0px;
        height: auto;
        text-align: center;
    }
    .footercopyl{
        float: none;
    }
    .footercopyr{
        float: none;
    }
    .footer-copy{
        line-height: 30px;
        padding: 15px 0;
    }
}
/*内页*/
.inside-tit{
    text-align: center;
}
.inside-tit h3{
    font-size: 42px;
    color: #222222;
}
.inside-tit span{
    display: block;
    height: 4px;
    width: 83px;
    background:#023da6;
    margin:20px auto 0;
}
/*关于我们*/
#about{
    padding: 80px 0;
}
.about-boxw{
    margin-top: 60px;
    line-height: 30px;
}
.about-boxw p{
    text-indent: 2em;
}
.about-boxw img{
    width: 100%;
    margin-top: 50px;
}
@media(max-width:991px){
    .inside-tit h3{
        font-size: 22px;
    }
    #about {
        padding: 30px 0;
    }
    .about-boxw {
        margin-top: 20px;
    }
    .about-boxw img {
        margin-top: 20px;
    }
}
/*厂房设备*/
#equip{
    padding: 80px 0 60px;
}
.equipw ul li span{
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.equipw ul li a{
    position: relative;
    display: block;
}
.equipw ul li a .equipwimg{
    position: relative;
    overflow: hidden;
}
.equipw ul li .equipwimg>img{
    width: 100%;
}
.equipwmask{
    position: absolute;
    top:100%;
    width: 100%;
    height: 100%;
    left: 0;
    transition: all 0.5s;
    background: rgba(0,0,0,.5);
}
.equipwmask img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.equipw ul li a:hover .equipwmask{
    top:0;
}
.equipw ul li a:hover span{
    color: #023da6;
}
.equipw{
    margin-top: 60px;
}
@media(max-width:991px){
    #equip{
        padding:30px 0 30px;
    }
    .equipw {
        margin-top: 30px;
    }
  
}
@media(max-width:449px){
    .inside-tit h3 {
        font-size: 18px;
    }
    .inside-tit span {
        margin: 10px auto 0;
    }
}
/*新闻中心*/
#news{
    padding: 80px 0 60px;
}
.news-boxwl{
    width: 140px;
    height: 140px;
    background: #023da6;
    color: #fff;
    padding-top: 20px;
    text-align: center;
    float: left;
}
.news-boxwl h3{
    font-size: 72px;
}
.news-boxw{
    margin-top: 60px;
}
.news-boxwr{
    width: calc(100% - 170px);
    float: right;
}
.news-boxw ul li{
    border-bottom: 2px solid #c9c9c9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.news-boxwr h3{
    font-size: 24px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.news-boxwr h4{
    margin-top: 25px;
}
.news-boxwrtxt{
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.news-boxw ul li:hover .news-boxwr h3{
    color: #023da6;
}
@media(max-width:1200px){
    .news-boxwr h4 {
        margin-top: 15px;
    }
    .news-boxwr h3 {
        font-size: 20px;
    }
    .news-boxwrtxt {
        margin-top: 15px;
    }
    .news-boxwl h3 {
        font-size: 60px;
    }
    .news-boxwl{
        padding-top: 25px;
    }
}
@media(max-width:600px){
    #news {
        padding: 30px 0 30px;
    }
    .news-boxw {
        margin-top: 20px;
    }
    .news-boxwl{
        width: 100px;
        height: 100px;
        margin: 0 15px 15px 0;
    }
    .news-boxwl h3 {
        font-size: 34px;
    }
    .news-boxwr {
        width: 100%;
        float: none;
    }
    .news-boxw ul li{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .news-boxw .news-page{
        margin-top: 30px;
    }
    .news-boxwr h3 {
        font-size: 16px;
    }
}
/*产品中心*/
.pro-boxwbotimg,.pro-boxwbotwz{
    padding: 0;
}
#pro{
    padding: 80px 0;
}
.pro-boxwtimg img{
    width: 100%;
}
.pro-boxw{
    margin-top: 60px;
}
.pro-boxwtwz{
    background: #d9f1fc;
    padding: 60px 50px;
}
.pro-boxwtwz{
    margin-top: 46px;
}
.pro-boxwtwztit{
    font-size: 32px;
    background: #023da6;
    color: #fff;
    width: 700px;
    height: 80px;
    text-align: center;
    line-height: 80px;
}
.pro-boxwtwzm{
    margin-top: 40px;
}
.pro-boxwtwzm h4{
    font-size: 24px;
    color: #023da6;
}
.pro-boxwtwzm p{
    margin-top: 20px;
    margin-bottom: 30px;
}
.pro-boxwttable img{
    width: 100%;
}
.pro-boxwttable{
    margin-top: 50px;
}
.pro-boxwlt ul li img{
    width: 100%;
}
.pro-boxwlt{
    margin-top: 50px;
}
.pro-boxwlt ul li{
    text-align: center;
}
.pro-boxwlt ul li h3{
    height: 80px;
    line-height: 80px;
}
.pro-boxwbotimg img{
    width: 100%;
}
.pro-boxwbot ul li a{
    display: block;
    background: #f4f4f4;
}
.pro-boxwbotwz{
   padding: 70px 40px 0;
}
.pro-boxwbot ul li{
    margin-bottom: 50px;
}
.pro-boxwbot ul li:last-child{
    margin-bottom:0px;
}
.pro-boxwbotwz h3{
    font-size: 30px;
    color: #023da6;
    line-height: 40px;
}
.pro-boxwbotwz p{
    color: #444444;
    line-height: 35px;
}
.pro-boxwbotwzm{
    margin-top: 40px;
}

/*产品内页*/
.prod-box img{
    width: 100%;
}
.prod-box{
    margin-top: 60px;
} 
.prod-page{
    margin-top: 30px;
    border-top: 1px solid #eeeeee;
}

.pro-boxwlt{
    overflow: hidden;
}
@media(max-width:1600px){
    .pro-boxwbotwz h3 {
        font-size: 24px;;
        line-height: 35px;
    }
}
@media(max-width:1400px){
    .pro-boxwbotwz {
        padding: 40px 30px 0;
    }
    .pro-boxwbotwzm {
        margin-top: 20px;
    }
}
@media(max-width:1200px){
    .pro-boxwbotwz {
        padding:25px 20px 0;
    }
    .pro-boxwbotwz h3 {
        font-size: 20px;;
        line-height: 35px;
    }
    .pro-boxwbotwz p {
        color: #444444;
        line-height: 24px;
        font-size: 14px;
    }
}
@media(max-width:991px){
    #pro {
        padding: 30px 0;
    }
    .prod-box {
        margin-top: 20px;
    }
    .pro-boxwtwztit {
        font-size: 22px;
        background: #023da6;
        color: #fff;
        width: auto;
        height: 60px;
        text-align: center;
        line-height: 60px;
    }
    .pro-boxw {
        margin-top:20px;
    }
    .pro-boxwtwz{
        padding:30px 30px;
    }
    .pro-boxwtwzm h4 {
        font-size: 18px;
    }
    .pro-boxwbot ul li {
        margin-bottom: 20px;
    }
}
@media(max-width:600px){
    .pro-boxwtwztit{
        font-size: 16px;
    }
    .pro-boxwtwzm h4{
        font-size: 16px;
    }
    .pro-boxwtwz {
        padding: 20px 15px;
        margin-top: 20px;
    }
    .pro-boxwtwzm p {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .pro-boxwttable {
        margin-top: 20px;
    }
    .pro-boxwlt {
        margin-top: 30px;
    }
    .pro-boxwlt ul li h3 {
        height: 40px;
        line-height: 40px;
    }
    .pro-boxwbot{
        padding: 0 15px;
    }
    .pro-boxwbotwz h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .pro-boxwbotwzm {
        margin-top: 15px;
    }
    .pro-boxwbotwz {
        padding:15px;
    }
}
/* 联系我们 */
.contact-main{
    padding-bottom: 60px;
}
.contact-cont{
    overflow: hidden;
}
.contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f3f3;
    justify-content: center;
}
.contact-info dl dt{
    font-size: 24px;
    color: #0055cf;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.contact-img{
    overflow: hidden;
    width: 100%;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-ditu{
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-info dl dt{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .col-xxs-12{
        width:100%;
    }
    .contact-info{
        padding: 30px 0px;
        margin-bottom: 15px;
    }
    .contact-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .contact-main{
        padding-bottom: 30px;
    }
    .contact-ditu{
        margin-top: 15px;
    }
}