@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "Din";
    src: url('../font/DIN-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
 /* header */
header{
    width:100%;
    position: relative;
    z-index: 10;
    height: 100px;
    background-color: #fff;
    border-bottom: 2px solid #134da1;
    /* box-shadow:0 5px 15px -5px #cecece; */
}
.header-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
.logo{
    width: 224px;
    /* margin-top: 18px; */
}
.logo img{
    display: block;
    width: 100%;
}
.header-phone{
    display: flex;
    color: #134da1;
    font-size: 30px;
    font-family: "Din";
}
.header-phone span{
    padding-left: 10px;
}
.nav-ul li{
    float: left;
    margin-right: 44px;
    position: relative;
    height: 100px;
}
.nav-ul li:last-child{
    margin-right: 0px;
}
.nav-ul li > a{
    line-height: 40px;
    font-size: 16px;
    margin-top: 30px;
    color: #111;
    padding: 0 18px;
    display: block;
    background-color: transparent;
    transition: all 0.3s;
}
.nav-ul li:hover>a, .nav-ul li.nav-active > a{
    background-color: #134da1;
    color: #fff;
}
.nav-sub{
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 66;
    display: none;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px 17px;
}
.nav-sub dl dd a{
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #111;
}
.nav-sub dl dd:hover a{
    color: #134da1;
}
@media(max-width:1600px){
    .nav-ul li{
        margin-right: 10px;
    }
    .nav-ul li > a{
        padding: 0 15px;
    }
}
@media(max-width:1400px){
    .nav-ul li > a{
        padding: 0 10px;
    }
    .logo{
        width: 180px;
    }
    .header-phone{
        font-size: 26px;
    }
    .nav-sub{
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
}
@media(max-width:1200px){
    .nav-ul li > a{
        font-size: 14px;
    }
    .nav-ul li{
        margin-right: 0px;
    }
    .nav-sub dl dd a{
        line-height: 24px;
        font-size: 14px;
    }
    .header-phone{
        font-size: 22px;
    }
    .logo{
        width: 160px;
    }
}
@media(max-width:991px){
    header{
        height: 70px;
    }
    .header-main{
        height: 70px;;
    }
    .header-phone{
        display: none;
    }
    .nav{
        display: none;
    }
}
.module-one{
    background-color: #f0f0f4;
}
.public-module{
    padding: 100px 0px;
}
.three-module{
    margin-left: -25px;
    margin-right: -25px;
}
.three-module li{
    float: left;
    padding: 0 25px;
    width: 33.33333%;
}
.three-item{
    width: 100%;
}
.three-img{
    width: 100%;
    overflow: hidden;
}
.three-img img{
    width: 100%;
    display: block;
    transition: all .6s;
}
.three-info{
    background-color: #fff;
    padding: 40px;
}
.three-info h2{
    font-size: 30px;
    color: #111;
    line-height: 30px;
    margin-bottom: 12px;
}
.three-info span{
    color: #666;
    font-size: 16px;
    line-height: 24px;
}
.three-more{
    display: block;
    margin-top: 15px;
    width: 180px;
    height: 46px;
    border: 1px solid #333;
    transition: all .3s;
    color: #333;
    padding: 0 20px;
    line-height: 46px;
    background: #fff url(../img/home_arrow.png) no-repeat right 20px center;
}
.three-item:hover .three-img img{
    transform: scale(1.1);
}
.three-item:hover .three-more{
    border-color: #134da1;
    color: #fff;
    background: #134da1 url(../img/home_arrow_on.png) no-repeat right 15px center;
}
@media(max-width: 1600px){
    .three-module{
        margin-left: -20px;
        margin-right: -20px;
    }
    .three-module li{
        padding: 0 20px;
    }
    .three-info{
        padding-left: 30px;
        padding-right: 30px;
    }
    .three-info span{
        min-height: 48px;
        display: block;
    }
    .three-more{
        margin-top: 10px;
    }
}
@media(max-width: 1200px){
    .three-module{
        margin-left: -15px;
        margin-right: -15px;
    }
    .three-module li{
        padding: 0 15px;
    }
    .three-info{
        padding: 30px 20px;
    }
    .public-module{
        padding: 80px 0px;
    }
}
@media(max-width: 991px){
    .three-module li{
        width: 100%;
        margin-bottom: 30px;
    }
    .three-module li:last-child{
        margin-bottom: 0px;
    }
    .public-module{
        padding: 60px 0px;
    }
    .three-info{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .three-info span{
        min-height: 24px;
    }
    .three-info h2{
        font-size: 26px;
    }
}
@media(max-width: 599px){
    .public-module{
        padding: 50px 0px;
    }
}
/* 首页企业优势 */
.qy-title{
    height: 80px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
}
.public-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.public-title h2{
    font-size: 40px;
    line-height: 40px;
    color: #111;
}
.title-more{
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #134da1;
}
/* 新闻中心 */
.hnews-title {
    margin-bottom: 60px;
    position: relative;
}
.hnews-btn{
    position: relative;
    width: 90px;
    height: 40px;
}
.hnews-btn .swiper-button-prev,
.hnews-btn .swiper-button-next{
    width: 40px;
    height: 40px;
    background-size: 9px 16px;
    background-color: #001b2b;
    margin-top: 0px;
    opacity: 1;
    top: 0px;
}
.hnews-btn .swiper-button-prev{
    left: 0px;
    background-image: url(../img/hnews_prev.png);
}
.hnews-btn .swiper-button-next{
    right: 0px;
    background-image: url(../img/hnews_next.png);
}
.hnews-btn .swiper-button-prev:hover,
.hnews-btn .swiper-button-next:hover{
    background-color: #134da1;
}
.hnews-img{
    width: 100%;
    overflow: hidden;
}
.hnews-img img{
    width: 100%;
    display: block;
    transition: all .6s;
}
.hnews-info{
    padding-top: 30px;
}
.hnews-info h3{
    font-size: 24px;
    color: #111;
    line-height: 300%;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px;
    margin-bottom: 12px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.hnews-info p{
    line-height: 30px;
    color: #333;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hnews-item:hover .hnews-img img{
    transform: scale(1.1);
}
.hnews-item:hover .hnews-info h3{
    color: #134da1;
}
@media(max-width: 1200px){
    .public-title h2{
        font-size: 34px;
    }
    .hnews-title{
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .public-title h2{
        font-size: 28px;
    }
    .hnews-title{
        margin-bottom: 30px;
    }
    .qy-title{
        height: 60px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .hnews-info{
        padding-top: 20px;
    }
    .hnews-info h3{
        padding-bottom: 15px;
    }
}
@media(max-width: 449px){
    .title-more{
        width: 120px;
    }
}
.service{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.service img{
    width: 100%;
    display: block;
}
.service-main{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    top: 0px;
    left: 0px;
    background: rgba(0, 28, 88, .8);
}
.service-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service-info h2{
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}
.service-info p{
    line-height: 30px;
    font-size: 16px;
    color: #ccc;
    max-width: 1000px;
    text-align: center;
}
.service-btn {
    display: flex;
    margin-top: 70px;
}
.service-btn a{
    width: 280px;
    display: block;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.service-btn .service-contact{
    background-color: #134da1;
    color: #fff;
}
.service-btn .service-about{
    background-color: #fff;
    color: #134da1;
}
@media(max-width: 1400px){
    .service-btn {
        margin-top: 40px;
    }
}
@media(max-width: 1200px){
    .service-btn {
        margin-top: 30px;
    }
    .service-info h2{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .service-info p{
        max-width: 100%;
    }
}
@media(max-width: 991px){
    .service-main{
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        padding: 30px 0px;
    }
    .service-btn a{
        width: 200px;
    }
}
@media(max-width: 767px){
    .service-btn {
        margin-top: 20px;
        width: 100%;
    }
    .service-btn a{
        width: 48%;
    }
}
/* 底部 */
#footer{
    background-color: #001b2b;
    padding-top: 45px;
}
.footer-top{
    padding-bottom: 45px;
}
.footer-ul{
    width: calc(100% - 226px);
    float: left;
    display: flex;
}
.footer-ul li{
    flex: 1;
}
.footer-ul li:last-child{
    margin-right: 0px;
}
.footer-ul li > a{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}
.footer-ul li dl dd{
    font-size: 14px;
    color: #a6a6a6;
    line-height: 26px;
}
.footer-code{
    width: 226px;
    display: flex;
    justify-content: space-between;
    float: right;
}
.code-item{
    width: 45.5%;
}
.code-item img{
    display: block;
    width: 100%;
}
.code-item p{
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    color: #a6a6a6;
    text-align: center;
}
.copy{
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 1px solid #555;
    color: #a6a6a6;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
}
@media(max-width: 1200px){
    .footer-ul li{
        margin-right: 120px;
        flex: none;
    }
}
@media(max-width: 991px){
    #footer{
        padding-top: 30px;
    }
    .footer-top{
        padding-bottom: 25px;
    }
    .footer-ul{
        flex-wrap: wrap;
        float: none;
        width: 100%;
    }
    .footer-ul li{
        margin-right: 0px;
        flex: none;
        width: 100%;
        text-align: center;
        margin-bottom: 4px;
    }
    .footer-ul li > a{
        margin-bottom: 6px;
    }
    .footer-ul li dl{
        text-align: center;
    }
    .footer-ul li dl dd{
        display: inline-block;
        margin: 0 4px;
    }
    .footer-code{
        margin: 20px auto 0px;
        float: none;
    }
    .copy{
        flex-wrap: wrap;
        padding: 15px 0px;
    }
    .copy p{
        width: 100%;
        text-align: center;
    }
}
/* 内页导航 */
.inside-nav{
    background-color: #f7f7f9;
}
.inside-ul{
    display: flex;
}
.inside-ul li{
    flex: 1;
    text-align: center;
    height: 80px;
    line-height: 80px;
    border-right: 1px solid #dbdbdc;
}
.inside-ul li:first-child{
    border-left: 1px solid #dbdbdc;
}
.inside-ul li a{
    color: #111;
    font-size: 18px;
    background-color: transparent;
    transition: all .6s;
    width: 100%;
    display: block;
}
.inside-ul li:hover a, .inside-ul li.on a{
    color: #fff;
    background-color: #003f88;
}
.mobile-inav{
    width: 100%;
    height: 50px;
    display: none;
    margin-top: 30px;
    background-color: #f7f7f9;
}
.mobile-inav h2{
    float: left;
    font-size: 26px;
    line-height: 50px;
    color: #333;
    padding-left: 20px;
}
@media(max-width: 1200px){
    .inside-ul li a{
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .mobile-inav{
        display: block;
    }
    .inside-nav{
        background-color: transparent;
    }
    .inside-ul{
        display: none;
    }
    .inside-ul li{
        width: 100%;
        display: block;
        flex: none;
        border-right: none;
        height: 48px;
        line-height: 48px;
    }
    .inside-ul li a{
        text-align: center;
        border: 1px solid #dcdcdc;
        border-top: none;
    }
    .inside-ul li:hover a, .inside-ul li.on a{
        background-color: transparent;
        color: #003f88;
    }
    .inside-ul li:first-child{
        border-left: none;
    }
}
/* 关于我们 */
.inside-title{
    font-size: 40px;
    color: #111;
    margin-bottom: 60px;
    text-align: center;
}
.about-cont{
    width: 100%;
    overflow: hidden;
}
.about-cont p{
    line-height: 32px;
    font-size: 16px;
    color: #333;
    text-indent: 32px;
    margin-bottom: 16px;
}
.about-cont p:last-child{
    margin-bottom: 0px;
}
.about-cont img{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
@media(max-width: 991px){
    .inside-title{
        margin-bottom: 30px;
        font-size: 28px;
    }
    .about-main{
        padding-top: 40px;
    }
}
/* 厂房设备 */
.pros-title{
    margin-bottom: 40px;
}
.pros-title .inside-title{
    margin-bottom: 22px;
}
.pros-title p{
    text-align: center;
    color: #333;
    line-height: 28px;
}
.pros-ul{
    margin-left: -20px;
    margin-right: -20px;
}
.pros-ul li{
    padding: 0 20px;
    float: left;
}
.pros-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.pros-img img{
    width: 100%;
    display: block;
    transition: all .6s;
}
.fangda{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 28, 88, .8) url(../img/fangda_icon.png) no-repeat center;
    opacity: 0;
    transition: all .6s;
}
.pros-item p{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 26px;
}
.pros-item:hover .pros-img img{
    transform: scale(1.1);
} 
.pros-item:hover p{
    color: #134da1;
}
.pros-item:hover .fangda{
    opacity: 1;
}
.pro-main{
    padding-top: 100px;
}
.pros-page{
    margin-top: 30px;
}
@media(max-width: 1200px){
    .pro-main{
        padding-top: 80px;
    }
}
@media(max-width: 991px){
    .pro-main{
        padding-top: 40px;
    }
    .pros-title{
        margin-bottom: 30px;
    }
    .pros-ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .pros-ul li{
        padding: 0 15px;
    }
    .pros-item p{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pros-page{
        margin-top: 40px;
    }
}
@media(max-width:449px){
    .pros-page{
        margin-top: 25px;
    }
}
/* 新闻资讯 */
.news-list li{
    padding: 36px 0px;
    border-bottom: 1px solid #d0d0d0;
}
.news-list li a{
    display: flex;
}
.news-list li:first-child{
    border-top: 1px solid #d0d0d0;
}
.news-time{
    width: 102px;
    border-right: 1px solid #d0d0d0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.news-time h3{
    padding-left: 15px;
    color: #838383;
    font-size: 32px;
    margin-bottom: 14px;
}
.news-time span{
    color: #969696;
    font-size: 16px;
}
.news-info{
    width: calc(100% - 102px);
    padding-left: 40px;
}
.news-info h2{
    font-size: 24px;
    color: #111;
    margin-bottom: 20px;
}
.news-info p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    line-height: 24px;
    font-size: 16px;
}
.news-list li:hover .news-info h2{
    color: #134da1;
}
.news-page{
    margin-top: 60px;
}
@media(max-width: 991px){
    .news-page{
        margin-top: 50px;
    }
    .news-list li{
        padding: 15px 0px;
    }
    .news-time{
        width: 80px;
    }
    .news-info{
        width: calc(100% - 80px);
        padding-left: 20px;
    }
    .news-info h2{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .news-time h3{
        font-size: 28px;
        padding-left: 10px;
        margin-bottom: 5px;
    }
}
@media(max-width: 449px){
    .news-time{
        width: 64px;
    }
    .news-info{
        width: calc(100% - 64px);
        padding-left: 10px;
    }
    .news-time span{
        font-size: 14px;
    }
    .news-info h2{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .news-time h3{
        font-size: 24px;
        padding-left: 5px;
    }
    .news-page{
        margin-top: 30px;
    }
}

/*首页企业优势*/
.qy-ul{
    display: flex;
}
.qiye-advbox{
    overflow: hidden;
}
.qy-ul li{
    width: 18%;
    overflow: hidden;
}
.qy-ul li:nth-of-type(2){
    margin:0 20px;
    
}
.qy-ul li a{
    position: relative;
    display: block;
}
.qy-ul li a .qy-txt{
    position: absolute;
    z-index: 66;
    color: #fff;
    bottom:70px;
    padding-left: 28%;
}
.qy-ul li a .qy-txt h3{
    font-size: 30px;
}
.qy-ul li a .qy-txt h4{
    font-size: 24px;
    margin-top: 30px;
    display: none;
}
.qy-ul li.qy-ulAct a .qy-txt h4{
    display: block;
}
.qy-ul li.qy-ulAct .qy-txt{
    padding-left: 10%;
}
.qy-liimg img{
    width: 100%;
}
@media(max-width:1200px){
    .qy-ul li a .qy-txt h3{
        font-size: 24px;
    }
    .qy-ul li a .qy-txt h4{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .qy-ul li:nth-of-type(2){
        margin:0 5px;
    }
    .qy-ul li a .qy-txt h3{
        font-size:18px;
    }
    .qy-ul li a .qy-txt h4{
        font-size: 14px;
        margin-top: 5px;
    }
    .qy-ul li a .qy-txt{
        bottom: 20px;
    }
    .qy-ul li a .qy-txt{
        padding-left: 10px;
    }
}
@media(max-width:449px){
    .qy-ul li a .qy-txt h3{
        font-size:16px;
    }

}
/* 联系我们 */
.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: #134da1;
    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;
    }
}