@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 /* header */
header{
    width:100%;
    position: relative;
    background-color: #fff;
    z-index: 10;
}
.header{
    height: 100px;
    position: relative;
    border-bottom: 4px solid #0054a5;
}
.logo{
    margin-top: 3px;
    float: left;
    width: 483px;
}
.logo img{
    display: block;
    width: 100%;
}
.nav{
    float:right;
}
.nav ul li{
    float: left;
    position: relative;
    margin-right: 15px;
}
.nav ul li:last-child{
    margin-right: 0px;
}
.nav ul li > a{
    line-height: 100px;
    padding: 0 20px;
    width: 100%;
    color: #333;
    text-align: center;
    display: block;
}
.nav ul li:hover>a, .nav ul .nav-active > a{
    color: #0054a5;
}
.nav-sub{
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 66;
    display: none;
    width: 100%;
    box-sizing: border-box;
}
.nav-sub dl dd{
    margin-top: 2px;
}
.nav-sub dl dd a{
    color: #333;
    background: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
.nav-sub dl dd:hover a{
    background: #0054a5;
    color: #fff;
}
@media(max-width: 1400px){
    .nav ul li > a{
        padding: 0 15px;
    }
    .logo{
        margin-top: 15px;
        width: 362px;
    } 
}
@media(max-width:1200px){
    .header{
        height: 88px;
    }
    .logo{
        width: 282px;
        margin-top: 17px;
    }
    .nav ul li > a{
        font-size: 14px;
        line-height: 88px;
    }
    .nav-sub dl dd a{
        font-size: 14px;
        line-height: 36px;
    }
    .nav-sub{
        top: 88px;
    }
    .nav ul li{
        margin-right: 5px;
    }
}
@media(max-width: 991px){
    .header > .container{
        width: 100%;
    }
    .header{
        height: 70px;
    }
    .nav{
        display: none;
    }
    .logo{
        margin-top: 8px;
    }
}
@media(max-width: 599px){
    .header{
        height: 50px;
    }
    .logo{
        width: 220px;
        margin-top: 4px;
    }
}
/* 产品中心 */
.home-pro{
    padding-top: 70px;
}
.hpro-title{
    margin-bottom: 65px;
}
.hpro-title-left{
    float: left;
}
.hpro-title-left h2{
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
}
.hpro-title-left span{
    font-family: 'Arial';
    font-size: 16px;
    color: #666;
    display: inline-block;
}
.hpro-tab{
    float: right;
}
.hpro-tab li{
    display: inline-block;
    margin-right: 14px;
}
.hpro-tab li:last-child{
    margin-right: 0px;
}
.hpro-tab li a{
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.hpro-tab li a:hover, .hpro-tab li.tab-on a{
    background: #0054a5;
    color: #fff;
}
.hpro-item-big{
    max-width: 692px;
}
.hpro-img{
    overflow: hidden;
    position: relative;
}
.hpro-img img{
    width: 100%;
    display: block;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.hpro-info{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    padding: 55px 15px 0px;
}
.hpro-info h2{
    font-size: 36px;
    font-weight: bold;
    color: #0054a5;
    margin-bottom: 18px;
}
.hpro-info .look-more{
    display: block;
    width: 200px;
    height: 54px;
    line-height: 54px;
    background: #0054a5;
    text-align: center;
    color: #fff;
    margin: 50px auto 0;
}
.hpro-img:hover img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.hpro-item{
    max-width: 338px;
    margin-bottom: 16px;
}
.hpro-small-info{
    padding-top: 30px;
}
.hpro-small-info h2{
    font-size: 24px;
}
.col-hpro{
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
}
.hpro-row{
    margin-left: -8px;
    margin-right: -8px;
}
.hpro-list{
    display: none;
}
.hpro-list-dispaly{
    display: block;
}
@media(max-width: 1400px){
    .hpro-info{
        padding-top: 40px;
    }
    .hpro-info .look-more{
        margin-top: 30px;
    }
}
@media(max-width: 1200px){
    .home-pro{
        padding-top: 50px;
    }
    .hpro-title{
        margin-bottom: 45px;
    }
    .hpro-info{
        padding-top: 30px;
    }
    .hpro-info .look-more{
        margin-top: 20px;
    }
    .hpro-info h2{
        font-size: 30px;
    }
    .hpro-small-info{
        padding-top: 20px;
    }
    .hpro-small-info h2{
        font-size: 20px;
    }
}
@media(max-width: 991px){
    .home-pro{
        padding-top: 30px;
    }
    .hpro-title{
        margin-bottom: 20px;
    }
    .hpro-info{
        padding-top: 20px;
    }
    .hpro-info h2{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .hpro-small-info{
        padding-top: 10px;
    }
    .hpro-small-info h2{
        font-size:18px;
    }
    .hpro-info p{
        font-size: 14px;
        line-height: 22px;
    }
    .hpro-info .look-more{
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        font-size: 14px;
    }
    .hpro-title-left{
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .hpro-title-left h2{
        font-size: 24px;
    }
    .hpro-tab{
        float: none;
    }
}
@media(max-width: 767px){
    .hpro-item-big{
        margin: 0 auto 15px;
    }
    .hpro-item{
        margin: 0 auto 15px;
    }
    .hpro-small-info{
        padding-top: 30px;
    }
    .hpro-tab li{
        margin-right: 5px;
    }
}
@media(max-width: 499px){
    .col-hpro{
        width: 100%;
    }
}
/* 企业优势 */
.public-title{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.public-title h2{
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}
.public-title span{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.qy-item{
    max-width: 338px;
    overflow: hidden;
}
.qy-info{
    padding: 45px 15px 0px;
    background: #efedee;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    height: 314px;
}
.qy-info strong{
    font-size: 54px;
    line-height: 54px;
    color: #0054a5;
    padding: 0 15px;
    border-bottom: 3px solid #c0c0c0;
}
.qy-info span{
    display: block;
    margin-top: 35px;
    margin-bottom: 30px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.qy-ms{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.qy-img{
    width: 100%;
    overflow: hidden;
}
.qy-img img{
    display: block;
    width: 100%;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.qy-item:hover .qy-info{
    background: #0054a5;
}
.qy-item:hover .qy-info strong,
.qy-item:hover .qy-info span,
.qy-item:hover .qy-info .qy-ms{
    color: #fff;
}
.qy-item:hover .qy-info strong{
    border-bottom-color: #fff;
}
.qy-item:hover .qy-img img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
@media(max-width: 1200px){
    .public-title{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .qy-info{
        padding-top: 30px;
    }
    .qy-info span{
        margin-top: 30px;
        margin-bottom: 25px;
    }
}
@media(max-width: 991px){
    .public-title h2{
        font-size: 28px;
    }
    .public-title{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .qy-item{
        margin: 0 auto 15px;
    }
}
@media(max-width: 767px){
    .qy-info{
        height: auto;
        padding-bottom: 40px;
    }
}
/* 关于新琪 */
.habout-main{
    overflow: hidden;
}
.habout-img{
    float: left;
    width: 41%;
    overflow: hidden;
}
.habout-img img{
    display: block;
    width: 100%;
}
.habout-other{
    float: right;
    width: 57%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.habout-info{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-indent: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.about-item{
    max-width: 254px;
    overflow: hidden;
    position: relative;
}
.about-item img{
    display: block;
    width: 100%;
}
.about-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 100%;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.about-item:hover .about-mask{
    top: 0px;
}
@media(max-width: 1200px){
    .habout-info{
        line-height: 26px;
    }
}
@media(max-width: 991px){
    .habout-img{
        float: none;
        width: 100%;
        max-width: 574px;
        margin: 0 auto 15px;
    }
    .habout-other{
        float: none;
        width: 100%;
        justify-content: flex-start;
    }
    .habout-info{
        margin-bottom: 30px;
    }
}
@media(max-width: 640px){
    .about-item{
        margin: 0 auto;
    }
    .habout-info{
        margin-bottom:20px;
    }
}
/* 新闻动态 */
.hnews-item{
    max-width: 456px;
    box-shadow: 0px 0px 8px #f3f3f3;
}
.hnews-info{
    width: 100%;
    height: 188px;
    background: #fff;
    padding: 25px 30px 0px;
}
.hnews-info h3{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    margin-bottom: 12px;
}
.hnews-info span{
    text-align: center;
    color: #666;
    line-height: 24px;
    display: block;
}
.hnews-ms{
    margin-top: 10px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hnews-item:hover .hnews-info h3{
    color: #0054a5;
}
.hnews-img{
    width: 100%;
    overflow: hidden;
}
.hnews-img img{
    display: block;
    width: 100%;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.hnews-item:hover .hnews-img img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.hnews-main{
    padding-bottom: 70px;
}
@media(max-width: 1200px){
    .hnews-main{
        padding-bottom: 50px;
    }
}
@media(max-width: 991px){
    .hnews-main{
        padding-bottom: 30px;
    }
    .hnews-info{
        height: 200px;
        padding: 25px 15px 0px;
    }
}
@media(max-width: 767px){
    .hnews-item{
        margin: 0 auto 15px;
    }
    .hnews-main{
        padding-bottom: 15px;
    }
    .hnews-info{
        height: auto;
        padding-bottom: 25px;
    }
}
/* 底部 */
.footer-top{
    background: #393a3f;
    padding-top: 50px;
    padding-bottom: 40px;
}
.footer-ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-ul li:nth-child(1){
    width: 25%;
}
.footer-ul li:nth-child(2){
    width: 20%;
}
.footer-ul li:nth-child(3){
    width: 45%;
}
.footer-ul li:nth-child(4){
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer-ul li:nth-child(4) h2{
    padding-right: 25px;
}
.footer-item dl{
    float: left;
}
.footer-dl{
    margin-right: 30px;
}
.footer-ul li h2{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
}
.footer-ul li dl dd{
    line-height: 30px;
    font-size: 16px;
    color: #cacaca;
}
.guanzhu-item{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.guanzhu-item p{
    line-height: 30px;
    font-size: 16px;
    color: #cacaca;
}
.guanzhu-item img{
    width: 21px;
    height: 21px;
    margin-right: 15px;
}
.footer-bom{
    background: #2f3034;
    padding: 25px 0px;
}
.copy{
    float: left;
    color: #cacaca;
    line-height: 30px;
}
.support{
    float: right;
    color: #cacaca;
    line-height: 30px;
}
@media(max-width: 1400px){
    .footer-ul li:nth-child(1){
        width: 23%;
    }
    .footer-ul li:nth-child(2){
        width: 15%;
    }
    .footer-ul li:nth-child(3){
        width: 52%;
    }
}
@media(max-width: 1200px){
    .footer-ul li:nth-child(1){
        width: 20%;
    }
    .footer-ul li:nth-child(2){
        width: 12%;
    }
    .footer-ul li:nth-child(4){
        width: 16%;
    }
    .footer-dl{
        margin-right: 20px;
    }
}
@media(max-width: 991px){
    .footer-ul{
        flex-direction: column;
        justify-content: flex-start;
    }
    .footer-ul li{
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-ul li:nth-child(1){
        width: 100%;
    }
    .footer-ul li:nth-child(2){
        width: 100%;
    }
    .footer-ul li:nth-child(3){
        width: 100%;
    }
    .footer-ul li:nth-child(4){
        width: 100%;
        align-items: center;
    }
    .footer-item dl{
        float: none;
        text-align: center;
    }
    .footer-item dl dd{
        display: inline-block;
        margin: 0 5px;
        line-height: 24px;
    }
    .footer-dl{
        margin-right: 0px;
    }
    .footer-ul li h2{
        margin-bottom: 12px;
    }
    .footer-top{
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .footer-ul li dl dd{
        display: inline-block;
        margin: 0 5px;
        line-height: 24px;
    }
    .guanzhu{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .guanzhu-item{
        margin: 0 5px;
    }
    .guanzhu-item img{
        margin-right: 10px;
    }
}
@media(max-width: 767px){
    .copy{
        float: none;
    }
    .support{
        float: none;
    }
    .footer-bom{
        padding: 10px 0px;
        text-align: center;
    }
}
/* 关于我们 */
.weizhi{
    height: 59px;
    border-bottom: 1px solid #dcdcdc;
}
.weizhi-left{
    float: left;
    border-right: 1px solid #dcdcdc;
}
.weizhi-right{
    float: right;
    text-align: right;
    line-height: 59px;
    color: #999;
    font-size: 14px;
    padding-left: 25px;
    background: url(../img/weizhi_icon.png) no-repeat left center;
}
.weizhi-right a{
    color: #999;
}
.weizhi-left h2{
    padding: 0 40px;
    background: #0054a5;
    line-height: 59px;
}
.weizhi-left h2>a{
    color: #fff;
}
.weizhi-right a:hover{
    color: #0054a5;
}
.about-main{
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-main p{
    text-indent: 24px;
    font-size: 16px;
    line-height: 30px;
    outline-color: #333;
}
.about-main img{
    display: block;
    width: 100%;
}
.news-main{
    padding-top: 60px;
}
@media(max-width: 991px){
    .about-main{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .news-main{
        padding-top: 20px;
    }
    .weizhi-right{
        float: none;
        width: 100%;
        text-align: left;
        line-height: 40px;
    }
    .weizhi{
        height: auto;
        border-bottom: none;
    }
    .weizhi-left h2{
        line-height: 48px;
        padding: 0 30px;
    }
}
/* 新闻动态 */
.news-fimg{
    width: 210px;
    float: left;
}
.news-fimg img{
    width: 100%;
}
.news-ul li{
    border-bottom: 1px dashed #9d9d9d;
    padding-bottom: 20px;
    padding-top: 6px;
}
.news-ul li:first-child{
    padding-top: 0px;
}
.news-fr{
    float:right;
    width: calc(100% - 240px);
}
.news-fr h3{
    position: relative;
    font-weight: bold;
}
.news-fr h3::after{
    background: #d22819;
    width: 34px;
    height: 24px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    position: absolute;
    content: "置顶";
    font-size: 12px;
    top: 12px;
    font-weight: normal;
    margin-left: 10px;
}
.news-ul li h3{
    font-size: 20px;
    line-height: 48px;
}
.news-ul li span{
    color:#999999;
    font-size: 14px;
    line-height: 24px;
}
.news-ul li .news-ms{
    margin-top:10px;
    line-height: 24px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-ul li:hover h3{
    color: #0054a5;
}
@media(max-width: 767px){
    .news-fimg{
        width: 100%;
        max-width: 210px;
        margin: 0 auto;
        float: none;
    }
    .news-fr{
        width: 100%;
        float: none;
    }
}
@media(max-width: 599px){
    .news-ul li h3{
        font-size: 18px;
        line-height: 36px;
    }
    .news-fr h3::after{
        top: 6px;
    }
    .news-ul li .news-ms{
        margin-top: 5px;
    }
    .news-ul li{
        padding-bottom: 15px;
    }
}
/* 产品中心 */
.weizhi-ul{
    overflow: hidden;
}
.weizhi-ul li{
    float: left;
    border-left: 1px solid #dcdcdc;
}
.weizhi-ul li a{
    display: block;
    padding: 0 40px;
    line-height: 59px;
    color: #333;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.weizhi-ul li a:hover, .weizhi-ul li.pro-on a{
    background: #0054a5;
    color: #fff;
}
.pro-item{
    max-width: 408px;
    overflow: hidden;
}
.pro-img{
    width: 100%;
    overflow: hidden;
}
.pro-img img{
    display: block;
    width: 100%;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.pro-item p{
    line-height: 60px;
    text-align: center;
}
.pro-item:hover p{
    color: #0054a5;
}
.pro-item:hover .pro-img img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.mobile-nav{
    width: 100%;
    position: relative;
    height: 50px;
    line-height: 50px;
    display: none;
}
.mobile-nav h2{
    color: #fff;
    font-size: 18px;
    line-height: 50px;
}
@media(max-width: 991px){
    .mobile-nav{
        display: block;
    }
    .weizhi-ul{
        display: none;
    }
    .weizhi-pro-left{
        width: 100%;
        float: none;
        border-right: none;
    }
    .weizhi-ul li{
        float: none;
        width: 100%;
        border: 1px solid #dcdcdc;
        border-bottom: none;
    }
    .weizhi-ul li:last-child{
        border-bottom: 1px solid #dcdcdc;
    }
    .weizhi-ul li a{
        line-height: 40px;
        text-align: center;
    }
    .weizhi-ul li a:hover, .weizhi-ul li.pro-on a{
        background: #fff;
        color: #0054a5;
    }
    .pro-item p{
        line-height: 48px;
    }
}
@media(max-width: 767px){
    .pro-item{
        margin: 0 auto;
    }
}
.pros-main{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.pros-page{
    padding: 20px 0px;
}
@media(max-width: 599px){
    .pros-main img{
        display: block;
        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: #0155a5;
    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;
    }
}