﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 /* header */
*{
    font-size: 16px;
}
.header{
    position: relative;
    height:100px;
    z-index: 666;
}
.logo{
    width:394px;
    margin-top:22px;
    float: left;   
}
.logo img{
    display: block;
    width: 100%;
}
.nav{
    float:right;
    margin-top: 30px;
}
.nav ul li{
    width: 100px;
    float: left;
    text-align: center;
    font-size: 16px;
    margin-right: 18px;
    position: relative;
}
.nav ul li:last-child{
    margin-right: 0px;
}
.nav ul li a:hover{
    background: #00479d;
}
.nav ul li > a{
    width: 100%;
    color: #333333;
    display: block;
    height: 40px;
    line-height: 40px;
}
.nav ul li{
    position: relative;
    z-index: 666;
}
.nav ul li:hover>a{
    color: #fff;
}

.nav ul li.nav-active a{
    background: #00479d;
    color: #fff;
}
.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;
}

@media(max-width:1300px){
    .nav ul li{
        width: 100px;
        margin-right: 0px;
    }
}
@media(max-width:1200px){
    .nav{
        margin-top: 20px;
    }
    .nav ul li{
        width:85px;
    }
    .logo{
        width: 280px;
        margin-top: 20px;
    }
    .header{
        height: 80px;
    }
}
@media(max-width:991px){
    .header {
        height: 70px;
    }
    .logo{
        margin-top: 15px;
    }
}
@media(max-width:559px){
    .logo{
        margin-top: 16px;
        width: 260px;
    }
}
/* 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: #00479d;
}
.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;
    }
}
.home-main{
    background:#eeeeee;
    overflow: hidden;
}
/*首页产品中心*/
.public-pad{
    padding-top: 100px;
}
.hometit h2{
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}
.hometit{
    text-align: center;
}
.hometit h3{
    color: #666666;
    margin-top: 15px;
}
.homepro-w{
    margin-top: 60px;
    position: relative;
}
.homepro-w .owl-item{
    padding: 0 20px;
}
.homepro-w .owl-item .homepro-wimg{
    transition:all 0.4s;
}
.homepro-w .owl-item img{
    width: 100%;
    transition:all 0.4s;
}
.homepro-wtxt{
    margin-top: 30px;
}
.homepro-wtxt h3{
    font-size: 24px;
    color: #000000;
}
.homepro-wtxt h4{
    margin-top: 14px;
}
.homepro-wimg{
    overflow: hidden;
}
.homepro-w .owl-item:hover .homepro-wimg img{
    transform: scale(1.08);
}
.homepro-w .owl-item:hover .homepro-wtxt h3{
    color: #00479d;
}
.homepro-w .owl-item:hover .homepro-wimg{
    box-shadow: 0px 0px 10px #ddd;
}
.homepro-w .owl-theme .owl-buttons .owl-prev{
    background: url(../img/homepro-prev.png) no-repeat center;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 37%;
    left:-100px;
}
.homepro-w .owl-theme .owl-buttons .owl-prev:hover{
    background: url(../img/homepro-prevh.png) no-repeat center;
}
.homepro-w .owl-theme .owl-buttons .owl-next{
    background: url(../img/homepro-next.png) no-repeat center;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 37%;
    right:-100px;
}
.homepro-w .owl-theme .owl-buttons .owl-next:hover{
    background: url(../img/homepro-nexth.png) no-repeat center;
}
@media(max-width: 1500px){
    .homepro-w .owl-theme .owl-buttons .owl-prev{
        left: -60px;
    }
    .homepro-w .owl-theme .owl-buttons .owl-next{
        right: -60px;
    }
    .homepro-box{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width: 1400px){
    .public-pad{
        padding-top: 80px;
    }
}
@media(max-width: 1200px){
    .public-pad{
        padding-top: 60px;
    }
    .homepro-w .owl-item{
        padding: 0 10px;
    }
}
@media(max-width: 991px){
    .public-pad{
        padding-top: 60px;
    }
    .homepro-w{
        margin-top: 40px;
    }
}
@media(max-width: 449px){
    .public-pad{
        padding-top: 40px;
    }
    .homepro-wtxt{
        margin-top: 20px;
    }
}
/*首页关于我们*/
.homeabout-box{
    display: flex;
    justify-content: space-between;
}
.homeabout-img{
    width: 65.71%;
}
.homeabout-img img{
    width: 100%;
}
.homeabout-txt{
    background: #fff;
    width: 31.43%;
    padding: 40px 40px 10px;
}
.homeabout-txttit{
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 30px;
    align-items: center;
}
.homeabout-txttitr h3{
    font-size: 30px;
    font-weight: bold;
}
.homeabout-txttitr{
    margin-left: 20px;
}
.homeabout-txttitr h4{
    text-transform: uppercase;
    color: #666666;
    margin-top: 10px;
}
.homeabout-txtm{
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}
.homeabout-more{
    background: #313131 url(../img/homeabout-arrow.png) no-repeat 162px center ;
    display: block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    padding-left: 25px;
}
.homeabout-more:hover{
    background: #00479d url(../img/homeabout-arrow.png) no-repeat 162px center ;
}
.homeequ-swiper .swiper-slide img{
    width: 100%;
}
.homeequ-swiper .swiper-button-prev{
    width: 27px;
    height: 46px;
    background: url(../img/homeequ-prev.png) no-repeat center;
}
.homeequ-swiper .swiper-button-prev:hover{
    background: url(../img/homeequ-prevh.png) no-repeat center;
}
.homeequ-swiper .swiper-button-next{
    width: 27px;
    height: 46px;
    background: url(../img/homeequ-next.png) no-repeat center;
}
.homeequ-swiper .swiper-button-next:hover{
    background: url(../img/homeequ-nexth.png) no-repeat center;
}
.home-equip{
    margin-top: 40px;
}
@media(max-width: 1300px){
    .homeabout-txtm{
        margin-top: 24px;
        margin-bottom: 30px;
        line-height: 26px;
    }
    .homeabout-txt{
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 1200px){
    .homeabout-txtm{
        margin-top: 15px;
        margin-bottom: 18px;
        line-height: 24px;
        font-size: 14px;
    }
    .homeabout-txt{
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .homeabout-txttit{
        padding-bottom: 20px;
    }
    .homeabout-txttitl img{
        width: 60px;
    }
    .homeabout-txttitr h3{
        font-size: 24px;
    }
    .homeabout-txttitr h4{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .homeabout-box{
        flex-direction: column-reverse;
        justify-content: flex-start;
    }
    .home-equip{
        flex-direction: column;
    }
    .homeabout-txt{
        width: 100%;
        padding-bottom: 30px;
    }
    .homeabout-img{
        width: 100%;
    }
}
/*首页新闻中心*/
.homenews-box{
    padding-bottom: 100px;
}
.homenews-m{
    margin-top: 60px;
}
.homenews-m ul{
    margin-left: -20px;
    margin-right: -20px;
}
.homenews-m ul li{
    padding: 0 20px;
}
.homenews-m ul li a{
    background: #ffffff;
    display: block;
}
.homenews-mtxt{
    padding: 36px 20px 36px;
}
.homenews-mtxt h3{
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.page>p{
    padding-bottom: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.page>p>a{
    line-height: 36px;
}
.homenews-mtxt span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.homenews-mtxt h4{
    color: #999999;
    line-height: 40px;
}
.homenews-m ul li:hover .homenews-mtxt h3{
    color: #00479d;
}
.homenews-mimg{
    overflow: hidden;
}
.homenews-mimg img{
    width: 100%;
    transition: all 0.4s;
}
.homenews-m ul li:hover .homenews-mimg img{
    transform: scale(1.1);
}
@media(max-width: 1200px){
    .homenews-box{
        padding-bottom: 80px;
    }
    .homenews-m ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .homenews-m ul li{
        padding: 0 15px;
    }
    .homenews-m{
        margin-top: 40px;
    }
}
@media(max-width: 991px){
    .homenews-m ul li{
        margin-bottom: 30px;
    }
    .homenews-mtxt{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .homenews-box{
        padding-bottom: 30px;
    }
}
/*底部*/
#footer{
    background: #313131;
    padding-top: 60px;
    color: #dbdbdb;
}
#footer a{
    color: #dbdbdb;
}
.footer-nav{
    width: 24%;
    float: left;
}
.footer-bor{
    position: relative;
}
.footer-bor::after{
    position: absolute;
    height: 126px;
    width: 1px;
    background: #555;
    right: 0px;
    top: 0px;
    content: "";
    display: block;
}
.footer-adres{
    width: 50%;
    float: left;
    padding: 0 100px;
}
.footer-ewm{
    width: 19%;
    float:right;
    display: flex;
    justify-content: flex-end;
}
.footer-copyl{
    float: left;
}
.footer-copyr{
    float: right;
}
.footer-nav ul{
    display: flex;
}
.footer-nav ul li{
    margin-right: 60px;
}
.footer-adres ul li{
    float: left;
    width: 50%;
    margin-bottom: 25px;
    line-height: 35px;
}
.footer-copy{
    height: 80px;
    line-height: 78px;
    border-top: 1px solid #555555;
    margin-top:54px;
}
.footer-nav ul dl dd{
    line-height: 35px;
}
.footer-ewmc{
    text-align: center;
    margin-left: 18px;
}
.footer-ewmc h4{
    margin-top:12px;
}
@media(max-width:1400px){
    .footer-adres{
        padding: 0 50px;
    }
}
@media(max-width:1200px){
    .footer-nav ul li {
        margin-right: 30px;
    }
    .footer-adres{
        padding: 0 20px;
    }
    .footer-ewm{
        justify-content: space-between;
        width: 26%;
    }
    .footer-ewmc{
        width: 48%;
    }
    .footer-ewmc img{
        display: block;
        width: 100%;
    }
    .footer-copy{
        margin-top: 40px;
    }
}
@media(max-width:991px){
    .footer-ewm{
        display: none;
    }
    .footer-nav{
        width: 28%;
        border: none;
    }
    .footer-adres {
        padding: 0px 10px;
        width: 72%;
        border: none;
    }
}
@media(max-width:768px){
    #footer{
        padding-top: 30px;
    }
    .footer-nav{
        width: 100%;
    }
    .footer-bor::after{
        display: none;
    }
    .footer-nav ul{
        flex-direction: column;
    }
    .footer-nav ul li {
        margin-right: 0px;
    }
    .footer-nav ul li dl{
        text-align: center;
    }
    .footer-nav ul li dl dd{
        display: inline-block;
    }
    .footer-adres {
        padding:0;
        width: 100%;
        border: none;
        margin-top: 20px;
    }
    .footer-adres ul li{
        margin-bottom: 0px;
        line-height: 30px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-copy {
        height: 60px;
        line-height: 58px;
        margin-top: 30px;
    }
}
@media(max-width:600px){
    #footer{
        font-size: 14px;
    }
    .footer-copy {
        height:auto;
        line-height: 30px;
        padding: 15px 0;
        text-align: center;
    }
    .footer-copyl{
        float: none;
    }
    .footer-copyr{
        float: none;
    }
    .footer-nav ul dl dd {
        line-height: 26px;
    }
    .footer-adres{
        margin-top: 10px;
    }
}
/* 内页 */
.about-main{
    overflow: hidden;
    width: 100%;
}
.public-ititle{
    padding-top: 75px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
}
.public-ititle h2{
    position: relative;
    color: #000;
    font-size: 36px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    padding: 0 90px;
}
.public-ititle h2::before, .public-ititle h2::after{
    width: 60px;
    height: 4px;
    background: #00479d;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.public-ititle h2::before{
    left: 0px;
}
.public-ititle h2::after{
    right: 0px;
}
.about-txt{
    line-height: 36px;
    text-indent: 30px;
}
.about-txt p{
    margin-bottom: 20px;
}
.about-txt p:last-child{
    margin-bottom: 0px;
}
.about-ul{
    margin-top: 30px;
    margin-bottom: 60px;
    margin-left: -20px;
    margin-right: -20px;
}
.about-img li{
    float: left;
    padding: 0 20px;
}
.about-img{
    overflow: hidden;
    width: 100%;
}
.about-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.about-ul li:hover .about-img img{
    transform: scale(1.1);
}
@media(max-width: 991px){
    .public-ititle{
        padding-top: 55px;
        padding-bottom: 40px;
    }
    .about-txt{
        line-height: 30px;
    }
}
@media(max-width: 767px){
    .public-ititle h2{
        font-size: 30px;
        line-height: 34px;
        padding: 0 70px;
    }
    .public-ititle h2::before, .public-ititle h2::after{
        width: 45px;
    }
    .about-ul li{
        margin-bottom: 30px;
    }
    .about-ul li:last-child{
        margin-bottom: 0px;
    }
}
/* 新闻中心 */
.news-ul li{
    margin-bottom: 30px;
    padding: 55px 40px;
    background: #eee;
}
.news-ul li:last-child{
    margin-bottom: 0px;
}
.news-ul li a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.news-info{
    width: calc(100% - 194px);
}
.news-time{
    width: 114px;
}
.news-info h2{
    font-size: 24px;
    color: #000;
    line-height: 30px;
    margin-bottom: 18px;
    transition: all .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.news-info p{
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.news-time span{
    font-size: 20px;
    display: block;
    color: #666;
    line-height: 32px;
    margin-bottom: 24px;
}
.more-btn{
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    background: #313131;
    transition: all .5s;
}
.news-ul li:hover .news-info h2{
    color: #00479d;
    transform: translateY(-5px);
}
.news-ul li:hover .more-btn{
    background: #00479d;
}
@media(max-width: 991px){
    .news-ul li{
        padding: 40px 35px;
    }
    .news-info{
        width: calc(100% - 154px);
    }
}
@media(max-width: 640px){
    .news-ul li{
        padding: 30px 20px;
    }
    .news-ul li a{
        flex-direction: column;
        justify-content: flex-start;
    }
    .news-info{
        width: 100%;
        margin-bottom: 18px;
    }
    .news-time{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .more-btn{
        width: 114px;
    }
    .news-info h2{
        font-size: 20px;
        line-height: 24px;
    }
    .news-info p{
        font-size: 14px;
        line-height: 26px;
    }
    .news-time span{
        margin-bottom: 0px;
        font-size: 18px;
    }
}
/* 产品中心 */
.pro-main{
    padding-top: 80px;
}
.left-panel{
    float: left;
    width: 248px;
    padding-bottom: 50px;
}
.left-partit{
    width: 100%;
    padding: 10px;
    background: #00479d;
}
.partit-txt{
    width: 100%;
    border: 1px solid #fff;
    padding-top: 21px;
    padding-bottom: 24px;
    text-align: center;
    color: #ffffff;
}
.partit-txt h2{
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 5px;
}
.partit-txt span{
    font-size: 14px;
    line-height: 16px;
    font-family: 'Arial';
    text-transform: uppercase;
}
.left-ul{
    margin-bottom: 30px;
}
.left-ul li{
    border: 1px solid #eee;
    border-bottom: none;
    width: 100%;
}
.left-ul li:last-child{
    border-bottom: 1px solid #eee;
}
.left-ul li a{
    width: 100%;
    display: block;
    line-height: 58px;
    color: #333;
    padding-left: 33px;
    transition: all .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.left-ul li a:hover{
    background: #00479d;
    color: #fff;
}
.leftEquip-img{
    margin-top: 20px;
    overflow: hidden;
}
.leftEquip-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.leftEquip-img:hover img{
    transform: scale(1.1);
}
.right-panel{
    float: right;
    width: calc(100% - 288px);
}
.pro-item{
    width: 100%;
    overflow: hidden;
}
.pro-img{
    width: 100%;
    overflow: hidden;
}
.pro-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.pro-info{
    padding-top: 17px;
    padding-bottom: 25px;
}
.pro-info h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.pro-info p{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.pro-ul li:hover .pro-img img{
    transform: scale(1.1);
}
.pro-ul li:hover .pro-info h2{
    color: #00479d;
}
@media(max-width: 1200px){
    .pro-main{
        padding-top: 60px;
    }
    .pro-info p{
        font-size: 14px;
    }
    .left-panel{
        width: 220px;
    }
    .left-ul li a{
        padding-left: 45px;
    }
    .right-panel{
        width: calc(100% - 260px);
    }
}
@media(max-width: 991px){
    .left-panel{
        width: 100%;
    }
    .left-partit{
        width: 100%;
        position: relative;
        float: none;
        padding: 0px;
        padding-left: 20px;
    }
    .left-partitwo{
        margin-top: 30px;
    }
    .partit-txt{
        width: 50%;
        height: 50px;
        padding: 0px;
        border: none;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .partit-txt h2{
        font-size: 20px;
        line-height: 20px;
    }
    .partit-txt span{
        font-size: 12px;
        line-height: 14px;
    }
    .left-ul{
        margin-bottom: 0px;
        display: none;
    }
    .left-ul li a{
        line-height: 48px;
        text-align: center;
        padding-left: 0px;
        font-size: 16px;
    }
    .leftEquip-swiper .swiper-slide{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .leftEquip-img{
        width: 48%;
    }
    .right-panel{
        width: 100%;
    }
    .pro-main{
        padding-top: 40px;
    }
}
/* 联系我们 */
.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: #00479d;
    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;
    }
}
.dc-phone{
    display: none;
}
@media(max-width: 991px) {
    .dc-pc{
        display: none;
    }
   .homepro-wtxt h3{
        font-size:16px;
        text-align: center;
    }
    .dc-phone{
        display: block;
    }
}