@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "dBold";
    src: url('../font/din-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "BEBAS";
    src: url('../font/BEBAS.TTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* header */
header{
    width: 100%;
    overflow: hidden;
    height: 100px;
    border-bottom: 4px solid #D9CFC3;
}
.header-main{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 96px;
}
.logo{
    display: block;
    width: 146px;
}
.hotline-wrap{
    display: flex;
    align-items: center;
}
.hotline-wrap p{
    font-size: 26px;
    font-family: "dBold";
    color: #222;
    line-height: 26px;
    margin-left: 10px;
}
.nav-ul{
    display: flex;
}
.nav-ul li{
    margin-right: 60px;
}
.nav-ul li:last-child{
    margin-right: 0px;
}
.nav-ul li>a{
    display: block;
    font-size: 16px;
    line-height: 96px;
    color: #222;
    transition: all .3s;
}
.nav-ul li:hover>a,
.nav-ul li.nav-active a{
    color: #D9CFC3;
}
@media(max-width: 1600px){
    
}
@media(max-width: 1400px){
    .nav-ul li{
        margin-right: 40px;
    }
}
@media(max-width: 1200px){
    .nav-ul li{
        margin-right: 20px;
    }
}
@media(max-width: 991px){
    .nav-ul{
        display: none;
    }
    .hotline-wrap{
        display: none;
    }
    header{
        height: 70px;
    }
    .header-main{
        height: 66px;
    }
}
@media(max-width: 599px){
    header{
        border-width: 2px;
    }
    .header-main{
        height: 68px;
    }
    .logo{
        width: 136px;
    }
}
/* 底部 */
#footer{
    padding-top: 50px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f4;
}
.copy{
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #b3b3b3;
}
.copy p{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 24px;
}
.footer-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}
.footer-left{
    width: 312px;
}
.footer-hotline{
    display: flex;
    align-items: center;
}
.footer-hotline span{
    font-size: 16px;
    font-weight: bold;
    color: #111;
    line-height: 18px;
    margin-left: 8px;
}
.tel-num{
    color: #D9CFC3;
    font-family: "dBold";
    font-size: 30px;
    line-height: 30px;
    margin-top: 16px;
}
.footer-add{
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 10px;
    line-height: 24px;
}
.footer-ul{
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 312px);
}
.footer-ul li{
    margin-right: 284px;
}
.footer-ul li:last-child{
    margin-right: 0px;
}
.footer-ul li h3{
    font-weight: bold;
    color: #222;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
}
.footer-ul li dl dd>a{
    line-height: 30px;
    display: block;
    color: #4c4c4c;
    font-size: 14px;
}
.footer-ul li dl dd span{
    color: transparent;
}
.code-wrap{
    display: flex;
}
.code-item{
    width: 102px;
    text-align: center;
}
.footer-share{
    display: flex;
    position: relative;
}
.modal-code{
    display: none;
    width: 112px;
    height: 136px;
    position: absolute;
    right: 0px;
    bottom: 55px;
    border: 5px solid #b4b4b4;
}
.modal-title{
    height: 24px;
    width: 100%;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.modal-title h3{
    font-size: 14px;
    color: #666;
}
.modal-cha{
    width: 10px;
    height: 10px;
    background: url(../img/cha.png) no-repeat center;
    background-size: 10px 10px;
    cursor: pointer;
    display: block;
}
.modal-code img{
    width: 102px;
    height: 102px;
}
.footer-share .bshare-custom{
    display: flex;
    justify-content: flex-end;
}
.footer-share .bshare-custom a{
    padding-left: 0px;
    width: 33px;
    height: 33px;
    border-radius: 3px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-share .bshare-custom a:hover{
    opacity: 1;
}
.footer-share .bshare-custom .bshare-more{
    display: none;
}
.footer-share .bshare-custom .bshare-share-count{
    display: none;
}
.footer-share .bshare-custom .bshare-qqim{
    margin-right: 10px;
    background-color: #3abcff;
    background-image: url(../img/share-qq.png);
}
.footer-share .bshare-custom .bshare-sinaminiblog{
    margin-right: 10px;
    background-color: #D9CFC3;
    background-image: url(../img/share-wb.png);
}
.footer-share .bshare-custom .mshare-weixin{
    margin-right: 0px;
    background-color: #009944;
    background-image: url(../img/share-wchat.png);
}
@media(max-width: 1400px){
    .footer-ul li{
        margin-right: 220px;
    }
}
@media(max-width: 1200px){
    .footer-ul li{
        margin-right: 140px;
    }
}
@media(max-width: 991px){
    .footer-top{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    #footer{
        padding-top: 30px;
    }
    .tel-num{
        margin-top: 10px;
    }
    .footer-add{
        text-align: center;
    }
    .footer-left{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 12px;
    }
    .footer-ul{
        width: 100%;
        flex-wrap: wrap;
    }
    .footer-ul li{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        margin-right: 0px;
    }
    .footer-ul li h3{
        margin-bottom: 5px;
    }
    .footer-ul li dl{
        text-align: center;
    }
    .footer-ul li dl dd{
        display: inline-block;
        margin: 0 4px;
    }
    .code-wrap{
        width: 100%;
        justify-content: center;
    }
    .code-item{
        width: 102px;
        margin: auto;
    }
    .copy{
        flex-wrap: wrap;
        height: auto;
        padding: 15px 0px;
    }
    .copy p{
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }
    .footer-share{
        justify-content: center;
        width: 100%;
    }
}
/* 内页导航 */
.inside-nav{
    width: 100%;
    background-color: #f0f0f4;
}
.inav-main{
    display: flex;
    justify-content: space-between;
}
.inav-ul {
    display: flex;
}
.inav-ul li a{
    display: block;
    line-height: 70px;
    text-align: center;
    width: 140px;
    font-size: 16px;
    color: #222;
    transition: all .5s;
}
.inav-ul li:hover a, .inav-ul li.nav-on a{
    color: #fff;
    background-color: #D9CFC3;
}
.inav-pos{
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #444444;
    font-size: 16px;
    line-height: 24px;
    background: url(../img/daohang-icon.png) no-repeat left center;
}
.inav-pos a{
    color: #444;
}
.inav-pos a:hover{
    color: #D9CFC3;
}
/* 产品中心 */
.pro-wrap{
    padding-top: 82px;
    width: 100%;
    overflow: hidden;
}
.pro-list{
    margin-left: -21px;
    margin-right: -21px;
}
.pro-list li{
    float: left;
    padding: 0 21px;
    margin-bottom: 39px;
    width: 33.33%;
}
.pro-item p{
    height: 72px;
    border: 2px solid #dcdcdc;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    transition: all .5s;
}
.pro-item:hover .public-img img{
    transform: scale(1.1);
}
.pro-item:hover p{
    background-color: #D9CFC3;
    border-color: #D9CFC3;
    color: #fff;
}
@media(max-width: 1200px){
    .inav-ul li a{
        width: 120px;
    }
    .pro-list{
        margin-left: -15px;
        margin-right: -15px;
    }
    .pro-list li{
        padding: 0 15px;
    }
}
@media(max-width: 991px){
    .inav-main{
        flex-direction: column-reverse;
        padding-top: 20px;
    }
    .inav-ul{
        width: 100%;
        margin-top: 15px;
    }
    .inav-ul li a{
        line-height: 48px;
    }
    .pro-wrap{
        padding-top: 40px;
    }
    .pro-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .pro-list li{
        padding: 0px;
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }
    .pro-item p{
        height: auto;
        padding: 15px 0px;
    }
}
@media(max-width: 599px){
    .inav-ul{
        flex-wrap: wrap;
    }
    .inav-ul li a{
        width: 80px;
    }
}
/* 首页关于我们 */
.home-about{
    overflow: hidden;
    width: 100%;
    padding: 100px 0px;
}
.habout-main{
    display: flex;
}
.habout-left{
    width: 50%;
    padding-right: 100px;
    padding-bottom: 50px;
    position: relative;
}
.habout-left::after{
    position: absolute;
    content: "";
    width: 375px;
    height: 303px;
    right: 50px;
    bottom: 0px;
    z-index: -1;
    background-color: #D9CFC3;
}
.habout-right{
    width: 50%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.habout-info h3{
    font-size: 48px;
    color: #111;
    line-height: 48px;
    margin-bottom: 20px;
}
.habout-info span{
    font-size: 20px;
    line-height: 24px;
    color: #D9CFC3;
}
.habout-des{
    color: #444;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 42px;
    margin-top: 18px;
}
.public-more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 163px;
    height: 38px;
    background-color: #D9CFC3;
    transition: all .5s;
}
.public-more:hover{
    transform: translateY(-8px);
}
.public-more span{
    font-size: 14px;
    color: #fff;
}
.public-more i{
    display: block;
    width: 8px;
    height: 7px;
    background: url(../img/more-icon.png) no-repeat center;
    margin-left: 18px;
}
.habout-num{
    width: 100%;
    border-top: 1px solid #cccccc;
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
}
.habout-num li h3{
    font-size: 72px;
    color: #D9CFC3;
    font-family: "dBold";
    line-height: 72px;
    margin-bottom: 5px;
}
.habout-num li p{
    font-size: 16px;
    color: #444;
    line-height: 24px;
}
@media(max-width: 1400px){
    .habout-left{
        padding-right: 50px;
        padding-bottom: 30px;
    }
    .habout-left::after{
        right: 0px;
        bottom: -20px;
    }
    .habout-des{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .habout-num{
        padding-top: 30px;
    }
}
@media(max-width: 1200px){
    .habout-left{
        padding-bottom: 0px;
    }
    .habout-info h3{
        font-size: 38px;
        margin-bottom: 10px;
        line-height: 38px;
    }
    .habout-info span{
        font-size: 16px;
    }
    .habout-des{
        margin-top: 8px;
    }
    .habout-num li h3{
        font-size: 58px;
        line-height: 58px;
    }
    .habout-num{
        padding-top: 15px;
        margin-top: 20px;
    }
    .habout-left::after{
        bottom: 0px;
    }
}
@media(max-width: 991px){
    .habout-main{
        flex-wrap: wrap;
    }
    .habout-left{
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .habout-left::after{
        display: none;
    }
    .habout-right{
        padding-left: 0px;
        width: 100%;
    }
    .habout-info h3{
        font-size: 28px;
        line-height: 28px;
    }
    .public-more{
        width: 140px;
    }
    .public-more i{
        margin-left: 10px;
    }
    .habout-num li h3{
        font-size: 42px;
        line-height: 42px;
    }
    .home-about{
        padding: 40px 0px;
    }
}
/* 首页产品 */
.home-pro{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hpro-imgs{
    width: 100%;
}
.hpro-imgitem{
    display: none;
}
.hpro-imgon{
    display: block;
}
.hpro-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
}
.hpro-wrap .container{
    display: flex;
    position: relative;
}
.hpro-next, .hpro-prev{
    width: 65px;
    height: 65px;
    margin-top: -33px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-size: 14px 25px;
}
.hpro-next{
    right: -65px;
    background-image: url(../img/hpro-next.png);
}
.hpro-prev{
    left: -65px;
    background-image: url(../img/hpro-prev.png);
}
.hpro-next:hover, .hpro-prev:hover{
    background-color: #D9CFC3;
    border-color: #D9CFC3;
}
.hpro-main{
    display: flex;
}
.hpro-swiper{
    display: flex;
}
.hpro-item{
    padding: 24px 23px 22px;
    width: 502px !important;
    background: rgba(255, 255, 255, .9);
}
.hpro-swiper .swiper-slide{
    width: 100% !important;
    display: flex;
    align-items: center;
}
.hpro-info{
    border: 10px solid #D9CFC3;
    background-color: #fff;
    padding: 66px 30px 72px;
    text-align: center;
}
.hpro-info h3{
    font-size: 48px;
    color: #111;
    line-height: 48px;
    margin-bottom: 38px;
}
.hpro-info p{
    font-size: 16px;
    line-height: 32px;
    color: #444;
    text-align: center;
}
.hpro-more{
    margin: 40px auto 0px;
}
@media(max-width: 1400px){
    .hpro-info{
        padding-top: 40px;
        padding-bottom: 50px;
    }
}
@media(max-width: 1200px){
    .hpro-info{
        padding: 30px 20px;
    }
    .hpro-item{
        padding: 20px;
    }
    .hpro-info h3{
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 12px;
    }
    .hpro-info p{
        font-size: 14px;
        line-height: 24px;
    }
    .hpro-more{
        margin-top: 25px;
    }
}
@media(max-width: 991px){
    .hpro-wrap{
        position: relative;
        background-color: #f0f0f4;
        padding: 20px 0px;
    }
    .hpro-prev, .hpro-next{
        background-color: #D9CFC3;
        border-color: #D9CFC3;
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }
    .hpro-prev{
        left: 0px;
    }
    .hpro-next{
        right: 0px;
    }
    .hpro-info{
        border-width: 5px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hpro-item{
        margin-left:0px;
    }
    .hpro-swiper .swiper-slide{
        display: flex;
        justify-content: center;
        width: 100% !important;
    }
    .hpro-swiper{
        display: block;
    }
    .hpro-main{
        display:block;
    }
    .hpro-wrap{
        display: block;
    }
    .hpro-wrap .container{
        display: block;
    }
    .hpro-info h3{
        font-size:24px;
    }
}
@media(max-width:600px){
    .hpro-item{
        width: 100%;
    }
}
/* 产品优势 */
.adv-left{
    width: 50%;
    padding-right: 50px;
}
.adv-title{
    margin-bottom: 27px;
}
.public-title{
    line-height: 48px;
    color: #111;
    font-size: 48px;
}
.adv-title h3{
    margin-bottom: 22px;
}
.adv-title p{
    line-height: 24px;
    color: #444;
    font-size: 16px;
}
.adv-list{
    margin-left: -20px;
    margin-right: -20px;
}
.adv-list li{
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
}
.adv-list li:nth-child(3), .adv-list li:nth-child(4){
    margin-bottom: 0px;
}
.adv-item{
    width: 100%;
    background-color: #fff;
    padding: 50px 30px 42px;
    border: 1px solid #dcdcdc;
    border-left: 4px solid #D9CFC3;
    transition: all .5s;
}
.adv-item h3{
    font-size: 30px;
    line-height: 30px;
    color: #222;
    margin-bottom: 14px;
}
.adv-item p{
    font-size: 16px;
    line-height: 32px;
    color: #444;
}
.adv-item:hover, .adv-list li.on .adv-item{
    border-color: #D9CFC3;
    background-color: #D9CFC3;
}
.adv-item:hover h3, .adv-list li.on .adv-item h3{
    color: #fff;
}
.adv-item:hover p, .adv-list li.on .adv-item p{
    color: #fff;
}
.adv-right{
    width: 50%;
    padding-left: 50px;
}
.adv-imgs li{
    display: none;
}
.adv-imgs li.active{
    display: block;
}
@media(max-width: 1600px){
    .adv-left{
        padding-right: 0px;
    }
    .adv-item{
        padding-top: 36px;
        padding-bottom: 30px;
    }
}
@media(max-width: 1400px){
    .adv-item p{
        font-size: 14px;
        line-height: 24px;
    }
}
@media(max-width: 1200px){
    .public-title{
        font-size: 38px;
        line-height: 38px;
    }
    .adv-title h3{
        margin-bottom: 10px;
    }
    .adv-item p{
        font-size: 14px;
        line-height: 24px;
    }
    .adv-list li{
        padding: 0 10px;
    }
    .adv-list{
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media(max-width: 991px){
    .habout-main{
        flex-wrap: wrap;
    }
    .adv-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .adv-right{
        width: 100%;
        padding-left: 0px;
    }
    .public-title{
        font-size: 28px;
        line-height: 28px;
    }
    .adv-item p{
        font-size: 16px;
        line-height: 30px;
    }
    .adv-item h3{
        font-size: 26px;
        line-height: 26px;
    }
    .adv-item{
        padding: 30px 20px;
    }
}
@media(max-width: 599px){
    .adv-list li{
        padding: 0px;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .adv-list li:nth-child(3){
        margin-bottom: 20px;
    }
    .adv-list li:last-child{
        margin-bottom: 0px;
    }
    .adv-list{
        margin-left: 0px;
        margin-right: 0px;
    }
}
.advertise-more{
    background-color: #fff;
}
.advertise-more span{
    color: #D9CFC3;
}
.advertise-more i{
    transition: all .5s;
    background-image: url(../img/more-icon-on.png);
}
.advertise-more:hover {
    background-color: #D9CFC3;
    transform: translateY(0px);
}
.advertise-more:hover span{
    color: #fff;
}
.advertise-more:hover i{
    background-image: url(../img/more-icon.png);
}
.advertisement{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.advertise-main{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.advertise-main p{
    font-size: 48px;
    color: #fff;
    line-height: 48px;
    margin-bottom: 68px;
}
@media(max-width: 1400px){
    .advertise-main p{
        margin-bottom: 40px;
    }
}
@media(max-width: 1200px){
    .advertise-main p{
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 36px;
    }
}
@media(max-width: 991px){
    .advertise-main p{
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }
}
@media(max-width: 599px){
    .advertise-main p{
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 20px;
    }
    .advertise-more{
        width: 100px;
        height: 26px;
    }
}
/* 首页新闻资讯 */
.hnews-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.hnews-more:hover{
    transform: translateY(0px);
}
.hnews-list{
    margin-left: -13px;
    margin-right: -13px;
}
.hnews-list li{
    padding: 0 13px;
    float: left;
    width: 25%;
}
.hnews-item{
    width: 100%;
}
.hnews-info{
    padding-top: 20px;
}
.hnews-info h3{
    font-size: 18px;
    line-height: 24px;
    color: #111;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hnews-info span{
    font-size: 16px;
    line-height: 24px;
    color: #999;
}
.hnews-des{
    font-size: 16px;
    line-height: 30px;
    color: #444;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 90px;
}
.hnews-item:hover .public-img img{
    transform: scale(1.1);
}
.hnews-item:hover h3{
    color: #D9CFC3;
}
@media(max-width: 991px){
    .home-news{
        padding-bottom: 30px;
    }
    .hnews-list li{
        width: 50%;
        margin-bottom: 20px;
    }
    .hnews-title{
        margin-bottom: 25px;
    }
}
@media(max-width: 599px){
    .hnews-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .hnews-list li{
        padding: 0px;
        float: none;
        width: 100%;
    }
    .hnews-des{
        height: auto;
    }
    .hnews-info{
        padding-top: 15px;
    }
}
/* 新闻资讯 */
.news-wrap{
    padding-bottom: 0px;
}
.news-list li{
    background-color: #f0f0f4;
    padding-left: 50px;
    padding-right: 60px;
    padding-top: 36px;
    padding-bottom: 34px;
    margin-top: 30px;
    transition: all .5s;
}
.news-list li:hover{
    background-color: #D9CFC3;
}
.news-list li a{
    display: flex;
}
.news-list li:hover .news-time{
    color: #fff;
}
.news-time{
    width: 60px;
    color: #111;
    font-family: "BEBAS";
    text-align: center;
}
.news-time strong{
    display: block;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 6px;
}
.news-time span{
    font-size: 16px;
    line-height: 24px;
}
.news-info{
    width: calc(100% - 60px);
    padding-left: 40px;
}
.news-info h3{
    font-size: 18px;
    line-height: 24px;
    color: #111;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-info p{
    font-size: 16px;
    line-height: 24px;
    color: #444;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list li:hover .news-info h3{
    color: #fff;
}
.news-list li:hover .news-info p{
    color: #fff;
}
@media(max-width: 991px){
    .news-list li{
        margin-top: 20px;
        padding: 20px 25px;
    }
    .news-info{
        padding-left: 20px;
    }
    .news-time strong{
        font-size: 48px;
        line-height: 48px;
    }
    .news-info h3{
        margin-bottom: 5px;
    }
}
@media(max-width: 599px){
    .news-list li{
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-list li a{
        align-items: center;
    }
    .news-info{
        padding-left: 10px;
    }
    .news-time strong{
        font-size: 38px;
        line-height: 38px;
    }
    .news-time span{
        font-size: 14px;
    }
}
/* 关于我们 */
.about{
    margin-top: 100px;
}
.ppjj-l h3{
    font-size: 48px;
}
.ppjj-ltxt{
    margin-top: 45px;
}
.ppjj-ltxt p{
    text-indent: 2em;
    color: #444444;
    line-height: 30px;
    margin-bottom:10px;
}
.ppjj{
    padding-bottom: 100px;
}
.ppjj-l{
    padding-right:30px;
}
.ppjj-r{
    padding-left: 30px;
}
.scale-img img{
    width: 100%;
    transition: all 0.4s;
}
.scale-img:hover img{
    transform: scale(1.1);
}
.scale-img{
    overflow: hidden;
}

.qyjs{
    background: #f0f0f4;
    padding: 100px 0;
    overflow: hidden;
}
.qyjs-r h3{
    font-size: 48px;
}
.qyjs-rtxt{
    margin-top: 50px;
}
.qyjs-rtxt p{
    text-indent: 2em;
    color: #444444;
    line-height: 30px;
    margin-bottom:10px;
}
.qyjs-l{
    padding-right:30px;
}
.qyjs-r{
    padding-left: 30px;
}
@media(max-width: 1400px){
    .ppjj-ltxt{
        margin-top: 25px;
    }
    .qyjs-rtxt{
        margin-top: 30px;
    }
}
@media(max-width: 991px){
    .qyjs{
        padding: 40px 0px 30px;
    }
    .ppjj{
        padding-bottom: 40px;
    }
    .about{
        margin-top: 40px;
    }
    .ppjj-l h3{
        font-size: 28px;
        line-height: 28px;
    }
    .ppjj-ltxt{
        margin-top: 20px;
    }
    .qyjs-rtxt{
        margin-top: 15px;
    }
    .ppjj-r{
        padding-left: 15px;
        margin-top: 20px;
    }
    .qyjs-l{
        padding-right: 15px;
    }
    .qyjs-r{
        padding-left: 15px;
        margin-top: 20px;
    }
    .qyjs-r h3{
        font-size: 28px;
        line-height: 28px;
    }
}
.honor{
    padding: 100px 0;
}
.honor h3{
    font-size: 48px;
    text-align:center;
    margin-bottom: 50px;
}
.honor-item .scale-img{
    border: 6px solid #f0f0f4;
}
.honor-item h4{
    font-size: 18px;
    margin-top: 16px;
    line-height: 24px;
    color: #222;
    text-align: center;
}
.honor-item:hover .scale-img{
    border-color: #D9CFC3;
}
.honor-item:hover h4{
    color: #D9CFC3;
}
.honor-swiper .swiper-slide-active .scale-img{
    border-color: #D9CFC3;
}
.honor-swiper .swiper-slide-active h4{
    color: #D9CFC3;
}
.vedio{
    padding-bottom: 100px;
    overflow: hidden;
}
.vedio-img{
    position: relative;
}
.vedio .container{
    position: relative;
}
.play-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    left: 0px;
}
.play-wrap p{
    font-size: 24px;
    line-height: 30px;
    margin-top: 22px;
}
.vedio-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 991px){
    .honor{
        padding: 40px 0px;
    }
    .honor h3{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .play-wrap img{
        width: 50px;
        height: 50px;
    }
    .play-wrap p{
        font-size: 16px;
        line-height: 24px;
        margin-top: 4px;
        padding: 0 20px;
        text-align: center;
    }
    .vedio {
        padding-bottom: 40px;
    }
}
@media(max-width: 449px){
    .play-wrap img{
        width: 38px;
        height: 38px;
    }
    .play-wrap p{
        font-size: 14px;
        line-height: 20px;
        padding: 0 30px;
    }
}

.dc-phone {
    display: none;
}
@media (max-width: 991px) {
    .dc-phone {
        display: block;
    }

    .dc-pc {
        display: none;
    }
}
#pbanner .swiper-slide img {
    width: 100%;
    display: block;
}
.about-dess{
    margin-bottom: 30px;
}
.about-dess img{
    max-width: 100%;
}

/* 联系我们 */
.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: #003f88;
    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;
    }
}