@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "msyhsb";
    src: url('../font/msyhsb.ttc') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "Bdin";
    src: url('../font/din-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* header */
header{
    position: absolute;
    z-index: 10;
    height: 140px;
    top: 0px;
    left: 0px;
    width: 100%;
}
.header-main{
    position: relative;
}
.logo{
    display: block;
    position: absolute;
    width: 92px;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
}
.logo img{
    display: block;
    width: 100%;
}
.nav-ul{
    display: flex;
    justify-content: space-between;
    margin-top: 62px;
}
.nav-ul li{
    position: relative;
}
.nav-ul li:nth-child(5){
    margin-right: 260px;
}
.nav-ul li>a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    transition: all .5s;
}
.nav-ul li:hover>a,
.nav-ul li.nav-active>a{
    color: #bb0fd3;
}
.nav-sub{
    position: absolute;
    top: 24px;
    left: 0px;
    z-index: 66;
    display: none;
    width: 100%;
    padding-top: 6px;
}
.nav-sub dl dd a{
    display: block;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: all .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav-sub dl dd a:hover{
    color: #bb0fd3;
}
@media(max-width: 1600px){
    .nav-ul li:nth-child(5){
        margin-right: 200px;
    }
}
@media(max-width: 1200px){
    .nav-ul{
        margin-top: 46px;
    }
    .nav-ul li:nth-child(5){
        margin-right: 110px;
    }
    .logo{
        width: 82px;
    }
}
@media(max-width: 991px){
    .nav{
        display: none;
    }
    header{
        height: 70px;
    }
    .logo{
        position: relative;
        left: auto;
        transform: translateX(0);
        float: left;
        top: auto;
        width: 48px;
        margin-top: 3px;
    }
}
/* 首页产品中心 */
.home-pro{
    padding-top: 95px;
    padding-bottom: 48px;
}
.public-title{
    text-align: center;
}
.public-title h2{
    font-family: "msyhsb";
    font-size: 36px;
    color: #111;
    line-height: 36px;
    margin-bottom: 14px;
}
.public-title p{
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.hpro-ul{
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
.hpro-ul li{
    margin: 0 10px;
}
.hpro-ul li a{
    display: block;
    width: 120px;
    height: 30px;
    border: 1px solid #000000;
    line-height: 30px;
    text-align: center;
    color: #000;
    font-size: 16px;
}
.hpro-ul li a:hover,
.hpro-ul li.on a{
    background: #920783;
    border-color: #920783;
    color: #fff;
}
.hpro-img{
    overflow: hidden;
    width: 100%;
}
.hpro-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.hpro-txt{
    padding-top: 20px;
    padding-bottom: 45px;
    line-height: 22px;
    color: #222;
    text-align: center;
    font-size: 16px;
}
.hpro-main .swiper-container-horizontal > .swiper-scrollbar{
    left: 0px;
    width: 100%;
    bottom: 0px;
    height: 4px;
    border-radius: 0px;
}
.hpro-main .swiper-scrollbar{
    background: #dcdcdc;
}
.hpro-main .swiper-scrollbar-drag{
    background: #920783;
    border-radius: 0px;
    width: 25%;
}
.pro-swiper .swiper-slide a:hover .hpro-img img{
    transform: scale(1.1);
}
.pro-swiper .swiper-slide a:hover .hpro-txt{
    color: #920783;
}
@media(max-width:1200px){
    .home-pro{
        padding-top: 80px;
    }
    .hpro-txt{
        padding-bottom: 40px;
    }
}
@media(max-width:991px){
    .home-pro{
        padding-top: 50px;
    }
    .hpro-txt{
        padding-bottom: 25px;
    }
    .hpro-ul li a{
        width: 100px;
    }
    .hpro-ul{
        margin-bottom: 30px;
    }
}
@media(max-width:767px){
    .hpro-ul{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .hpro-ul li{
        margin-bottom: 10px;
    }
    .public-title h2{
        font-size: 32px;
        line-height: 32px;
    }
    .home-pro{
        padding-bottom: 40px;
    }
}
/* 首页关于我们 */
.home-about{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.home-about > img{
    width: 100%;
    display: block;
}
.habout-main{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
    display: flex;
}
.habout-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.habout-info h1{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
}
.habout-des{
    padding-left: 220px;
    padding-right: 220px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.habout-more{
    display: block;
    width: 198px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #920783;
    color: #fff;
    margin: 40px auto 0px;
}
@media(max-width: 1400px){
    .habout-des{
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media(max-width: 1200px){
    .habout-des{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 991px){
    .habout-main{
        position: relative;
        background: rgba(0, 0, 0, .8);
        padding: 40px 0px;
    }
    .habout-des{
        padding-left: 30px;
        padding-right: 30px;
    }
    .habout-info h1{
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .habout-des{
        padding-left: 0px;
        padding-right: 0px;
        line-height: 32px;
    }
    .habout-more{
        margin-top: 30px;
    }
}
/* 首页新闻中心 */
.home-news{
    padding-top: 95px;
    padding-bottom: 92px;
}
.hnews-title{
    margin-bottom: 50px;
}
.hnews-list{
    margin-left: -19px;
    margin-right: -19px;
}
.hnews-list li{
    float: left;
    width: 33.3333%;
    padding: 0 19px;
}
.hnews-item{
    width: 100%;
}
.hnews-img{
    width: 100%;
    overflow: hidden;
}
.hnews-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.hnews-info{
    padding-top: 18px;
}
.hnews-info h3{
    font-size: 20px;
    color: #111;
    line-height: 24px;
    margin-bottom: 8px;
}
.hnews-info p{
    font-size: 16px;
    color: #444;
    line-height: 32px;
    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: #920783;
}
@media(max-width: 1200px){
    .hnews-list{
        margin-left: -12px;
        margin-right: -12px;
    }
    .hnews-list li{
        padding: 0 12px;
    }
    .home-news{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media(max-width: 991px){
    .hnews-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .hnews-list li{
        padding: 0px;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .home-news{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .hnews-title{
        margin-bottom: 30px;
    }
}
/* 底部 */
#footer{
    background: #000;
    padding-top: 50px;
}
.footer-ul{
    display: flex;
    justify-content: space-between;
}
.footer-contact{
    display: flex;
    height: 20px;
    align-items: center;
    margin-bottom: 16px;
}
.footer-contact h3{
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-left: 8px;
}
.footer-ul li>h3{
    margin-bottom: 12px;
}
.footer-ul li h3 > a{
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}
.footer-phone{
    font-size: 30px;
    color: #fff;
    font-family: "Bdin";
    line-height: 30px;
    margin-bottom: 12px;
}
.footer-ul dl dd{
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.footer-top{
    padding-bottom: 40px;
}
.footer-code{
    width: 132px;
}
.fcode-img{
    width: 132px;
    height: 132px;
}
.fcode-img img{
    width: 100%;
    display: block;
}
.footer-code p{
    color: #999;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}
.footer-bom{
    height: 80px;
    border-top: 1px solid #c9c9c9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bom p{
    font-size: 16px;
    color: #999;
}
@media(max-width: 991px){
    .footer-ul{
        flex-wrap: wrap;
    }
    .footer-ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-ul li > h3{
        text-align: center;
        margin-bottom: 6px;
    }
    .footer-contact{
        justify-content: center;
    }
    .footer-phone{
        margin-bottom: 4px;
        text-align: center;
    }
    .footer-ul dl{
        text-align: center;
    }
    .footer-ul dl dd{
        display: inline-block;
        margin: 0 4px;
    }
    #footer{
        padding-top: 40px;
    }
    .footer-code{
        margin: 0 auto;
    }
    .footer-top{
        padding-bottom: 10px;
    }
    .footer-bom{
        flex-direction: column;
        height: auto;
        padding: 15px 0px;
    }
    .footer-bom p{
        text-align: center;
    }
    .footer-share{
        margin-top: 15px;
    }
}
/* 公司简介 */
.about-main{
    padding-top: 100px;
    padding-bottom: 100px;
}
.about-main .container{
    width: 1280px;
}
.about-info{
    display: flex;
}
.about-item{
    width: 50%;
}
.about-info .about-item:first-child{
    padding-right: 40px;
}
.about-info .about-item:last-child{
    padding-left: 40px;
}
.about-item p{
    text-indent: 32px;
    line-height: 32px;
    color: #444;
    margin-bottom: 15px;
}
.about-item p:last-child{
    margin-bottom: 0px;
}
.about-img{
    width: 100%;
    overflow: hidden;
}
.about-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.about-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1300px){
    .about-main .container{
        width: 1180px;
    }
}
@media(max-width: 1200px){
    .about-main .container{
        width: 970px;
    }
    .about-info .about-item:first-child{
        padding-right: 20px;
    }
    .about-info .about-item:last-child{
        padding-left: 20px;
    }
    .about-main{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media(max-width: 991px){
    .about-main .container{
        width: 100%;
    }
    .about-info{
        flex-wrap: wrap;
    }
    .about-item{
        width: 100%;
    }
    .about-info .about-item:first-child{
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .about-info .about-item:last-child{
        padding-left: 0px;
    }
    .about-main{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/* 新闻 */
.news-main{
    padding-bottom: 0px;
}
.news-list li{
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 10px #f3f3f3;
    display: flex;
    padding: 18px;
    justify-content: space-between;
}
.news-list li:last-child{
    margin-bottom: 0px;
}
.news-img{
    width: 320px;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.news-info{
    width: calc(100% - 320px);
    padding-left: 35px;
    padding-right: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-info h3>a{
    color: #000;
    font-size: 24px;
    line-height: 24px;
    font-family: "msyhsb";
}
.news-info h3{
    margin-bottom: 14px;
}
.news-info span{
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.news-info p{
    margin-top: 5px;
    line-height: 32px;
    font-size: 16px;
    color: #444;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.news-list li:hover h3>a{
    color: #920783;
}
.news-list li:hover .news-img img{
    transform: scale(1.1);
}
@media(max-width: 1200px){
    .news-info{
        padding-left: 20px;
        padding-right: 0px;
    }
}
@media(max-width: 991px){
    .news-list li{
        flex-direction: column;
        align-items: center;
        box-shadow: none;
        padding: 0px;
    }
    .news-info{
        margin-top: 15px;
        padding: 25px 20px;
        width: 100%;
        box-shadow: 0px 0px 10px #f3f3f3;
    }
}
/* 产品 */
.pros-list{
    margin-left: -35px;
    margin-right: -35px;
}
.pros-list li{
    float: left;
    width: 33.3333%;
    padding: 0 35px;
}
.pros-img{
    width: 100%;
    overflow: hidden;
}
.pros-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.pros-list li p{
    text-align: center;
    line-height: 64px;
    font-size: 16px;
    color: #222;
}
.pros-list li:hover .pros-img img{
    transform: scale(1.1);
}
.pros-list li:hover p{
    color: #920783;
}
@media(max-width: 1200px){
    .pros-list{
        margin-left: -20px;
        margin-right: -20px;
    }
    .pros-list li{
        padding: 0 20px;
    }
}
@media(max-width: 991px){
    .pros-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .pros-list li{
        padding: 0px;
        width: 100%;
        float: none;
    }
    .pros-list li p{
        line-height: 48px;
    }
}
/* 联系我们 */
.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: #bb0fd3;
    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;
    }
}