@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
body{
    width: 100%;
    background-color: #f5f5f5;
    overflow-x: hidden;
}
/*top*/
#header{
    height: 100px;
}
#header .container{
    padding: 0;
}
.header-box{
    background: #0a0f14;
    height: 100px;
    position: relative;
    z-index: 666;
}
.logo{
    float: left;
    width: 280px;
    height: 60px;
    margin-top: 20px;
    margin-left: 50px;
}
.logo img{
    width: 100%;
}
.header-r{
    float:right;
}
.nav{
    margin-left:130px;
    float: left;
    margin-top: 35px;
}
.nav-ul li{
    float: left;
    color: #fff;
    width: 150px;
    text-align: center;
    position: relative;
    height:65px;
}
.nav-ul li>a{
    color: #fff;
    font-size: 18px;
    background: url(../images/nav-bg.png) no-repeat center right;
    font-weight: bold;
    padding-right:20px;
}
.header-r{
    width: 146px;
}
.sou{
    float: left;
    margin-top: 30px;
}
.h-tao{
    float: left;
    margin-left: 36px;
    margin-top:25px;
    width: 48px;
    height: 48px;
}
.h-tao img{
    width: 100%;
}
.header-r{
    background: url(../images/header-rbg.png) no-repeat top right;
}
.nav-sub{
    position: absolute;
    top:65px;
    background: #0a0f14;
    width: 150px;
    border-top: 2px solid #e5383b;
    padding:10px 0;
    display: none;
}
.nav-sub a{
    color: #fff;
    height:40px;
    display:block;
    line-height: 40px;
    font-weight: bold;
}
@media(max-width:1600px){
    .nav{
        margin-left: 120px;
    }
}
@media(max-width:1400px){
    .nav{
        margin-left:100px;
    }
}
@media(max-width:1200px){
    .nav{
        margin-left:60px;
    }
    .nav-ul li{
        width: 120px;
    }
    .logo{
        width: 210px;
    }
    .nav-sub{
        width: 120px;
    }
}
@media(max-width:991px){
    .header-r{
        display: none;
    }
    #header{
        height: 70px;
    }
    .header-box{
        height: 70px;
    }
    .logo {
        float: left;
        width: 210px;
        height: 60px;
        margin-top: 10px;
        margin-left: 30px;
    }
}

/*banner*/
#banner img{
    width: 100%;
}
#banner .swiper-pagination{
    bottom: 42px;
}
#banner .swiper-pagination .swiper-pagination-bullet{
    opacity:1;
    background: #fff;
    border-radius: 0;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    margin:0 10px;
}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #e5383b;
}
#banner .swiper-container .swiper-button-next{
    background: url(../images/b-next.png) no-repeat center;
    width: 20px;
    height: 38px;
    right:50px;
}
#banner .swiper-container .swiper-button-prev{
    background: url(../images/b-prev.png) no-repeat center;
    width: 20px;
    height: 38px;
    left: 50px;
}
@media(max-width:600px){
    .logo{
        width: 200px;
    }
    #banner .swiper-container .swiper-button-next{
        width: 15px;
        background-size: 100%;
        right: 20px;
    }
    #banner .swiper-container .swiper-button-prev{
        width: 15px;
        background-size: 100%;
        left:20px;
    }
    #banner .swiper-pagination {
        bottom: 15px;
    }
}
@media(max-width:449px){
    #banner .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 6px;
    }
    #banner .swiper-pagination{
        bottom: 8px;
    }
    .logo{
        width: 180px;
    }
}
.home-box .col-sm-4{
    padding: 0px;
}
.home-item{
    max-width: 460px;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor: pointer;
}
.home-item:hover{
    box-shadow: 0px 0px 8px #dbdbdb;
}
.home-class-txt{
    padding: 60px 0px 60px 15px;
}
.home-class-txt h2{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 16px;
}
.home-class-txt p{
    font-size: 16px;
    color: #555;
    margin-bottom: 18px;
}
.home-class-txt .explore a{
    font-size: 18px;
    color: #1a1a1a;
    display: inline-block;
    border-bottom: 1px solid #1a1a1a;
}
.home-class-txt .explore{
    position: relative;
}
.home-class-txt .explore::after{
    position: absolute;
    content: "";
    left: 54px;
    display: block;
    width: 5px;
    height: 11px;
    top: 50%;
    margin-top: -6px;
    background: url(../images/explore_icon.png) no-repeat center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.home-class-txt .explore:hover a{
    color: #e5383b;
    border-bottom: 1px solid #e5383b;
}
.home-class-txt .explore:hover::after{
    transform: translateX(10px)
}
@media(max-width: 1200px){
    .home-class-txt p{
        height: 48px;
    }
}
@media(max-width: 991px){
    .home-class-txt{
        padding: 30px 0px 30px 10px;
    }
    .home-class-txt h2{
        font-size: 18px;
    }
    .home-class-txt p{
        font-size: 14px;
        line-height: 20px;
        min-height: 40px;
        margin-bottom: 12px;
    }
    .home-class-txt .explore a{
        font-size: 16px;
    }
    .home-class-txt .explore::after{
        margin-top: -5px;
    }
}
@media(max-width: 767px){
    .home-class-txt{
        text-align: center;
        padding: 20px 0;
    }
    .home-class-txt .explore::after{
        left: 50%;
        margin-left: 35px;
    }
    .home-class-txt p{
        height: auto;
        min-height: auto;
    }
    .home-box .col-sm-4{
        padding: 0px 15px;
    }
}
#pro .container{
    padding-left: 0px;
    padding-right: 0px;
}
.pro-box .col-sm-4{
    padding-left: 0px;
    padding-right: 0px;
}
.pro-item{
    max-width: 460px;
    margin: 0 auto;
}
.home-class-img img{
    display: block;
    width: 100%;
}
@media(max-width: 767px){
    .home-item{
        margin-top: 15px;
    }
    .home-last-item{
        margin-bottom: 15px;
    }
}
/* 最新资讯 */
.news-box{
    background-color: #eaebee;
    padding: 50px 0px;
}
.news-info{
    padding: 0 32px;
    color: #000;
}
.news-info h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.news-info p{
    font-size: 16px;
}
.news-item{
    padding: 0 36px;
    position: relative;
}
.news-list{
    position: relative;
}
.news-list::after{
    position: absolute;
    content: "";
    height: 74px;
    width: 1px;
    right: 0px;
    top: 0px;
    background-color: #c8c8c8;
}
.news-list:first-child::after, .news-list:last-child::after{
    background-color: transparent;
}
.news-item span{
    display: block;
    font-size: 14px;
    color: #969696;
    line-height: 22px;
    margin-bottom: 10px;
}
.news-item p>a{
    color: #000;
    font-size: 16px;
}
.news-item p>a:hover{
    color: #e5383b;
}
@media(max-width: 991px){
    .news-box{
        padding: 20px 0px 0px;
    }
    .news-list{
        margin-bottom: 20px;
    }
    .news-list::after{
        background-color: transparent;
    }
}
@media(max-width: 449px){
    .col-xss-12{
        width: 100%;
    }
}
/* 底部 */
.footer{
    background-color: #0a0f14;
    padding: 40px;
    position: relative;
}
.footer-list {
    overflow: hidden;
    position: relative;
}
.footer-machine{
    position: absolute;
    width: 204px;
    left: 50px;
    top: -60px;
    z-index: 9999;
}
.footer-logo{
    float: left;
    width: 18%;
}
.sevice {
    overflow: hidden;
    margin-bottom: 20px;
}
.sevice h2{
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
    color: #e5383b;
    margin-bottom: 10px;
}
.sevice p{
    color: #fff;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
}
.footer-logo img{
    width: 230px;
}
.footer-nav{
    width: 50%;
    float: left;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.footer-nav li{
    float: left;
    width: 25%;
}
.footer-nav li dl{
    width: 70px;
    text-align: center;
    margin: 0 auto;
}
.footer-nav li dl dt{
    overflow: hidden;
    margin-bottom: 20px;
}
.footer-nav li dl dt a{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.footer-nav li dl dd{
    height: 30px;
    line-height: 30px;
}
.footer-nav li dl dd a{
    font-size: 16px;
    color: #fff;
}
.footer-share{
    float: right;
    width: 20%;
}
.footer-share ul{
    text-align: center;
}
.footer-share ul li{
    display: inline-block;
    width: 52px;
    margin-right: 30px;
}
.footer-share ul li:last-child{
    margin-right: 0px;
}
.footer-share ul li .share-item{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #191e24;
    line-height: 52px;
    text-align: center;
}
.footer-info{
    text-align: right;
    color: #bdbdbd;
    margin-top: 30px;
}
@media(max-width: 1200px){
    .footer{
        padding: 40px 15px;
    }
    .footer-logo{
        width: 25%;
    }
    .footer-share{
        width: 24%;
    }
}
@media(max-width: 991px){
    .footer-logo{
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-nav li dl dt{
        margin-bottom: 10px;
    }
    .footer-nav{
        float: none;
        width: 100%;
        position: inherit;
        transform: translate(0,0);
        top: 0;
        left: 0;
    }
    .footer-share{
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .footer-info{
        text-align: center;
        margin-top: 20px;
    }
    .footer-machine{
        display: none;
    }
    .footer{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* 关于我们 */
/* 内页banner */
.inside-banner img{
    display: block;
    width: 100%;
}
.inside-banner{
    padding: 0px;
    overflow: hidden;
}
.about-main{
    padding: 0px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.tab-title{
    height: 91px;
    width: 100%;
    border-bottom: 1px solid #ededed;
    background-color: #fff;
}
.tab-title ul{
    text-align: center;
}
.tab-title ul li{
    display: inline-block;
    margin-right: 32px;
}
.tab-title ul li:last-child{
    margin-right: 0px;
}
.tab-title ul li a{
    display: block;
    width: 179px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    margin-top: 21px;
    color: #0a0f14;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.tab-title ul li.active a, .tab-title ul li a:hover{
    background-color: #e5373c;
    color: #fff;
}
.about-tab{
    padding: 42px 68px 80px;
}
.about-intro{
    float: left;
    width: 58%;
}
.about-intro h5{
    color: #0a0f14;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}
.about-intro p{
    font-size: 16px;
    line-height: 32px;
    color: #666;
}
.about-img{
    float: right;
    width: 38%;
}
.about-img img{
    display: block;
    width: 100%;
}
@media(max-width: 991px){
    .about-intro{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .about-img{
        float: none;
        width: 100%;
        text-align: center;
    }
}
@media(max-width: 767px){
    .tab-title{
        height: 60px;
    }
    .tab-title ul li{
        margin-right: 10px;
    }
    .tab-title ul li a{
        width: 90px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        margin-top: 14px;
    }
    .about-tab{
        padding: 20px 20px 30px;
    }
    .about-intro h5{
        margin-bottom: 20px;
    }
    .about-intro p{
        line-height: 24px;
        font-size: 14px;
    }
}
.honor-item{
    text-align: center;
    margin-bottom: 20px;
}
.honor-img img{
    display: block;
    width: 100%;
}
.honor-item p{
    line-height: 72px;
    font-size: 18px;
    color: #0a0f14;
    font-weight: bold;
}
.look-more{
    text-align: center;
}
.look-more a{
    display: inline-block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border-radius: 24px;
    background-color: #e5373c;
    font-weight: bold;
}
@media(max-width: 991px){
    .honor-item{
        margin-bottom: 0px;
    }
    .honor-item p{
        line-height: 60px;
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .look-more a{
        width: 140px;
        height: 38px;
        line-height: 38px;
        border-radius: 19px;
    }
}
/* 新闻动态 */
.tab-list{
    overflow: hidden;
}
.news-tab{
    background-color: #eaebee;
    padding: 42px 68px 80px;
}
.news-tab-item{
    max-width: 390px;
    margin: 0 auto 42px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor: pointer;
}
.news-img img{
    display: block;
    width: 100%;
}
.news-intro{
    background-color: #fff;
    padding: 30px 40px;
}
.news-intro h2{
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-intro h2>a{
    color: #0a0f14;
    font-size: 18px;
    font-weight: normal;
}
.news-intro span{
    color: #969696;
}
.news-ms{
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-ms p{
    font-size: 14px;
    color: #666;
}
.news-tab-item:hover{
    box-shadow: 0px 0px 10px #999;
}
.news-tab-item:hover .news-info h2>a{
    color: #e5373c;
}
@media(max-width: 991px){
    .news-intro{
        padding: 15px 20px;
    }
    .news-intro h2{
        margin-bottom: 5px;
    }
    .news-intro h2>a{
        font-size: 14px;
    }
    .news-ms p{
        line-height: 20px;
    }
    .news-tab-item{
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .news-tab{
        padding: 20px 20px 30px;
    }
}
.introduce-main{
    padding: 0px;
    overflow: hidden;
    position: relative;
}
.introduce-module{
    padding: 56px 0px 76px 68px;
    background: url(../images/about_bg.jpg) no-repeat center;
    width: 100%;
}
.about-module-title{
    margin-bottom: 66px;
}
.about-module-title h4{
    color: #0a0f14;
    font-size: 16px;
    line-height: 24px;
}
.introduce-info{
    max-width: 820px;
    overflow: hidden;
    margin-bottom: 40px;
}
.introduce-info h2{
    font-size: 30px;
    font-weight: bold;
    color: #0a0f14;
    margin-bottom: 25px;
}
.introduce-info p{
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}
.introduce-item{
    max-width: 780px;
    overflow: hidden;
    margin-bottom: 68px;
}
.introduce-item span{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-bottom: 30px;
}
.introduce-item strong{
    font-size: 35px;
    color: #0a0f14;
    font-weight:normal;
}
.public-link{
    position: relative;
}
.public-link a{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 178px;
    height: 48px;
    background-color: #e5373c;
    border-radius: 24px;
    line-height: 48px;
    padding: 0 50px;
    text-align: left;
}
.public-link a::after{
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    content: "";
    display: block;
    width: 13px;
    height: 11px;
    position: absolute;
    top: 18px;
    right: 50px;
    background: url(../images/arrow.png) no-repeat center;
}
.public-link:hover a::after{
    right: 40px;
}
/* 资质证书 */
.honor-left{
    float: left;
    width: 50%;
}
.honor-module{
    padding: 62px 88px 130px 68px;
    background-color: #fff;
    overflow: hidden;
}
.public-title h2{
    font-size: 30px;
    font-weight: bold;
    color: #0a0f14;
}
.honor-module-title{
    margin-bottom: 38px;
}
.honor-module-title h2{
    line-height: 48px;
}
.honor-module-main{
    margin-bottom: 80px;
}
.honor-module-main p{
    font-size: 16px;
    line-height: 32px;
    color: #333;
}
.honor-module-img{
    float: right;
    width: 38%;
}
.honor-module-img img{
    display: block;
    width: 100%;
    max-width: 448px;
    margin: 0 auto;
}
@media(max-width: 991px){
    .introduce-module{
        padding: 20px 25px 30px 25px;
    }
    .honor-module{
        padding: 20px 25px 30px 25px;
    }
    .about-module-title{
        margin-bottom: 20px;
    }
    .introduce-info{
        margin-bottom: 30px;
    }
    .introduce-info h2{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .introduce-info p, .honor-module-main p{
        font-size: 14px;
        line-height: 24px;
    }
    .introduce-list{
        margin-bottom: 15px;
    }
    .introduce-item{
        margin-bottom: 30px;
    }
    .introduce-item span{
        margin-bottom: 18px;
    }
    .introduce-item strong{
        font-size: 30px;
    }
    .public-title h2{
        font-size: 24px;
    }
    .honor-module-title h2{
        line-height: 30px;
    }
    .honor-module-title{
        margin-bottom: 18px;
    }
    .honor-module-main{
        margin-bottom: 25px;
    }
}
@media(max-width: 599px){
    .public-link a{
        width: 140px;
        height: 38px;
        line-height: 38px;
        border-radius: 19px;
        padding: 0 30px;
    }
    .public-link a::after{
        top: 14px;
        right: 30px;
    }
    .public-link:hover a::after{
        right: 25px;
    }
    .honor-left{
        float: none;
        width: 100%;
    }
    .honor-module-img{
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}
/* 新闻动态 */
.news-module{
    padding: 45px 68px 58px;
    background-color: #eaebee;
}
.news-module-main{
    overflow: hidden;
    margin-top: 40px;
}
.news-link{
    text-align: center;
}
@media(max-width: 991px){
    .news-module{
        padding: 20px 25px 30px;
    }
    .news-module-main{
        margin-top: 20px;
    }
}
/* 诚聘英才 */
.recruit-main{
    padding: 76px 60px 62px;
    overflow: hidden;
}
.recruit-item{
    border: 1px solid #e6e6e6;
    padding-bottom: 28px;
    margin-bottom: 13px;
    background-color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor: pointer;
}
.station{
    padding-left: 30px;
    height: 92px;
    line-height: 92px;
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    transition: all 0.5s;
}
.station h2{
    line-height: 92px;
    font-size: 22px;
}
.station-desc{
    padding: 30px 30px 48px;
    color: #333;
    transition: all 0.5s;
}
.station-desc p{
    font-size: 14px;
    line-height: 26px;
}
.recruit-more{
    display: block;
    width: 118px;
    height: 38px;
    border: 1px solid #e6e6e6;
    background-color: #f4f6f8;
    margin-left: 30px;
    text-align: center;
    color: #e5373c;
    line-height: 38px;
}
.recruit-item:hover{
    background-color: #e5373c;
}
.recruit-item:hover .station, .recruit-item:hover .station-desc{
    color: #fff;
}
.recruit-item:hover .recruit-more{
    background-color: #f4f6f8;
}
@media(max-width: 1200px){
    .station h2{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .recruit-main{
        padding: 20px 30px 30px;
    }
}
@media(max-width:449px){
    .station{
        height: 70px;
        line-height: 70px;
        padding-left: 20px;
    }
    .station h2{
        line-height: 70px;
    }
    .station-desc{
        padding: 20px;
    }
}
/* 弹框 */
.recruit-mask{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2222;
    display: none;
}
.mask-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 9999;
    padding: 0px 33px 68px;
    width: 632px;
}
.mask-top{
    padding-top: 20px;
    height: 90px;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    position: relative;
}
.mask-top p{
    font-size: 22px;
    color: #333;
    display: inline-block;
    line-height: 68px;
}
.mask-top span{
    font-size: 14px;
    color: #999;
    padding-left: 28px;
    line-height: 68px;
}
.close-sign{
    width: 13px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background: url(../images/mask_close.png) no-repeat center;
}
.mask-middle{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    line-height: 34px;
}
.mask-bom{
    color: #333;
    line-height: 28px;
}
.mask-email{
    background: url(../images/mask_email.png) no-repeat left center;
    padding-left: 30px;
}
.mask-phone{
    background: url(../images/mask_phone.png) no-repeat left center;
    padding-left: 30px;
}
@media(max-width: 991px){
    .mask-content{
        padding: 0 25px 30px;
    }
    .mask-top{
        padding-top: 10px;
        height:52px;
    }
    .mask-top p{
        font-size: 18px;
        line-height: 40px;
    }
    .mask-top span{
        padding-left: 15px;
        line-height: 40px;
    }
    .mask-middle{
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 24px;
    }
    .mask-content{
        width: 530px;
    }
    .mask-bom{
        line-height: 24px;
    }
}
@media(max-width: 599px){
    .mask-content{
        width: 70%;
    }
    .mask-top p{
        display: block;
        line-height: 18px;
        font-size: 16px;
    }
    .mask-top span{
        line-height: 16px;
        padding-left: 0px;
        font-size: 12px;
    }
    .mask-middle{
        font-size: 12px;
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mask-bom{
        line-height: 20px;
        font-size: 12px;
    }
    .close-sign{
        right: 10px;
    }
}
.tab-none{
    border-bottom: none;
}
.partner-main{
    padding: 68px 68px 100px;
}
.partner-ditu{
    float: left;
    width: 50%;
}
.partner-ditu img{
    display: block;
    width: 100%;
    max-width: 686px;
    margin: 0 auto;
}
.partner-content{
    float: right;
    width: 50%;
    padding-left: 60px;
}
.partner-content h4{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    padding-top: 80px;
    padding-bottom: 80px;
}
.partner-ways{
    padding-left: 40px;
    background: #f4f4f4;
    max-width: 464px;
    border-top: 1px solid #d1d1d1;
}
.partner-item{
    padding-top: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ededed;
    background: url(../images/partner_phone.jpg) no-repeat left center;
    padding-left: 60px;
}
.partner-item:last-child{
    border-bottom: none;
    background: url(../images/partner_email.jpg) no-repeat left center;
}
.partner-item p{
    font-size: 18px;
    font-weight: bold;
    color: #474747;
    margin-bottom: 20px;
}
.partner-item span{
    font-size: 28px;
    font-weight: bold;
    color: #e5373c;
}
@media(max-width: 1200px){
    .partner-content h4{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .partner-content{
        padding-left: 30px;
    }
    .partner-ways{
        padding-left: 30px;
    }
    .partner-item{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .partner-item p{
        margin-bottom: 10px;
    }
    .partner-item span{
        font-size: 24px;
    }
}
@media(max-width: 991px){
    .partner-ditu{
        float: none;
        width: 100%;
    }
    .partner-content{
        float: none;
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }
    .partner-ways{
        margin: auto;
        padding-left: 20px;
    }
    .partner-content h4{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .partner-item{
        text-align: left;
        padding-left: 50px;
    }
    .partner-main{
        padding: 30px 20px;
    }
}
@media(max-width: 599px){
    .partner-content h4{
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 24px;
    }
    .partner-item{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .partner-item p{
        font-size: 16px;
        margin-bottom: 6px;
    }
    .partner-item span{
        font-size: 22px;
    }
}
.contact-main{
    padding: 60px 60px 100px;
    background-color: #fff;
}
.contact-ways{
    padding-left: 60px;
}
.contact-ways h2{
    font-size: 22px;
    color: #000;
    line-height: 34px;
    margin-bottom: 34px;
}
.contact-item p{
    font-size: 16px;
    color: #666;
    line-height: 32px;
}
.add{
    background: url(../images/contact_map.png) no-repeat center left;
    padding-left: 26px;
}
.mob{
    background: url(../images/contact_phone.png) no-repeat center left;
    padding-left: 28px;
}
.ph{
    background: url(../images/contact_dianhua.png) no-repeat center left;
    padding-left: 28px;
}
.fax{
    background: url(../images/contact_fax.png) no-repeat center left;
    padding-left: 30px;
}
.cell{
    background: url(../images/contact_email.png) no-repeat top 11px left;
    padding-left: 28px;
}
.diqiu{
    background: url(../images/contact_diqiu.png) no-repeat center left;
    padding-left: 28px;
}
.map img{
    width: 100%;
    display: block;
    border: 1px solid #cccccc;
}
@media(max-width: 1200px){
    .contact-ways{
        padding-left: 30px;
    }
    .contact-ways h2{
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .contact-main{
        padding: 20px 20px 30px;
    }
    .contact-main .col-xs-6{
        width: 100%;
    }
    .contact-ways{
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .contact-list>p{
        width: 50%;
        float: left;
    }
}
@media(max-width: 767px){
    .contact-list>p{
        width: 100%;
        float: none;
    }
    .contact-ways h2{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .contact-main{
        padding-left: 0px;
        padding-right: 0px;
    }
}
/* 产品资料 */
.prodata-sou{
    background-color: #f3f3f3;
    height: 90px;
    padding-left: 80px;
    padding-right: 42px;
}
.prodata-sou-title{
    font-size: 18px;
    color: #0a0f14;
    font-weight: bold;
    line-height: 90px;
    float: left;
}
.prodata-search{
    float: right;
    height: 48px;
    margin-top: 22px;
    line-height: 48px;
}
.search-inp{
    width: 442px;
    background-color: #fff;
    padding-left: 50px;
    font-size: 16px;
    color: #969696;
    font-style: italic;
    font-weight: bold;
    border: none;

}
.tijiao-btn{
    width: 122px;
    text-align: center;
    border: none;
    font-size: 16px;
    color: #fff;
    position: relative;
    background-color: #e5373c;
    padding-left: 30px;
    background: #e5373c url(../images/sou_icon.png) no-repeat center left 28px;
}
.prodata-main{
    background-color: #fff;
    padding: 15px 25px;
}
.prodata-title{
    border-bottom: 4px solid #e72830;
    height: 92px;
    padding: 0 18px;
}
.prodata-title-l{
    float: left;
}
.prodata-title-item{
    font-size: 20px;
    color: #0a0f14;
    font-weight: bold;
    line-height: 92px;
    width: 188px;
    text-align: center;
    float: left;
}
.prodata-title-r{
    float: right;
}
.prodata-content{
    padding: 0 18px;
}
.prodata-item{
    height: 50px;
    border-bottom: 1px solid #cfcfcf;
}
.prodata-intro{
    line-height: 50px;
    padding-left: 30px;
    float: left;
    font-size: 18px;
    color: #666;
}
.prodata-about{
    float: right;
}
.prodata-query{
    float: left;
    width: 188px;
    height: 46px;
    margin-top: 4px;
    text-align: center;
    line-height: 46px;
    background:#f3f3f3 url(../images/prodata_sou.png) no-repeat center;
}
.prodata-about .prodata-query:nth-child(2n){
    background-color: #fff;
}
.page-box{
    margin: 40px 0;
    height: 46px;
    text-align: center;
}
.page-box a{
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 18px;
    color: #fff;
    font-size: 18px;
    margin: 0px 4px;
    background-color: #e9e9e9;
    font-weight: bold;
}
.page-box span{
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 18px;
    font-size: 18px;
    margin: 0px 4px;
    font-weight: bold;
    color: #fff;
    background-color: #e5373c;
}
.page-box a.page-on{
    color: #fff;
    background-color: #e5373c;
}
/*.page-box span{*/
/*display: inline-block;*/
/*height: 46px;*/
/*line-height: 46px;*/
/*padding: 0 10px;*/
/*font-size: 18px;*/
/*color: #e9e9e9;*/
/*}*/
@media(max-width: 991px){
    .prodata-sou{
        height: 70px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .prodata-sou-title{
        font-size: 16px;
        line-height: 70px;
    }
    .prodata-search{
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
    }
    .search-inp{
        width: 280px;
        padding-left: 20px;
    }
    .tijiao-btn{
        width: 90px;
        padding-left: 20px;
        background: #e5373c url(../images/sou_icon.png) no-repeat center left 15px;
    }
    .page-box a{
        line-height: 36px;
        height: 36px;
        padding: 0 14px;
    }
    .page-box{
        margin: 20px 0px;
        height: 36px;
    }
    .page-box span{
        line-height: 36px;
        height: 36px;
        padding: 0 3px;
    }
}
@media(max-width: 559px){
    .prodata-sou-title{
        display: none;
    }
    .prodata-search{
        float: none;
    }
    .prodata-sou{
        padding-left: 10px;
        padding-right: 10px;
    }
    .search-inp{
        width: 220px;
        padding-left: 12px;
    }
}
/* 新闻详情页 */
.newsd-main{
    padding: 60px 48px;
    background-color: #fff;
    border-top: 1px solid #eaebee;
    border-bottom: 1px solid #eaebee;
}
.newsd-title{
    text-align: center;
}
.newsd-title h2{
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 30px;
    margin-bottom: 30px;
}
.newsd-title span{
    font-size: 16px;
    line-height: 24px;
    color: #969696;
}
.newsd-cont{
    padding-top: 26px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.newsd-cont img{
    width: 100%;
    display: block;
    max-width: 754px;
    margin: 0 auto;
}
.newsd-page{
    height: 90px;
    padding: 0 100px;
}
.newsd-page a{
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 90px;
}
.newsd-page a:first-child{
    float: left;
}
.newsd-page a:last-child{
    float: right;
}
@media(max-width: 991px){
    .newsd-main{
        padding: 30px 20px;
    }
    .newsd-title h2{
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 24px;
    }
    .newsd-cont{
        padding-top: 10px;
    }
    .newsd-page{
        height: 70px;
        padding: 0 20px;
    }
    .newsd-page a{
        float: none !important;
        line-height: 24px;
        font-size:14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 5px 0;
    }
}
.provedio-tab{
    padding-bottom: 40px;
}
@media(max-width: 991px){
    .provedio-tab{
        padding-bottom: 10px;
    }
}
/* 产品列表 */
.products-item{
    padding-top: 30px;
    padding-bottom: 45px;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}
.products-list{
    max-width: 390px;
    margin: 0 auto;
}
.products-list img{
    display: block;
    width: 100%;
}
.products-info{
    padding: 0 14px;
    text-align: center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-bottom: 4px solid transparent;
}
.products-info p, .products-info span{
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.products-info p{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #1a1a1a;
}
.products-info span{
    color: #666;
    font-size: 18px;
    line-height: 24px;
}
.products-item a:hover .products-info{
    border-bottom: 4px solid #e5373c;
}
.products-item a:hover .products-info p{
    color: #e5373c;
}
.products-item a:hover .products-info span{
    color: #e5373c;
}
.products-item:last-child{
    border-bottom: none;
}
@media(max-width: 991px){
    .products-item{
        padding-top: 20px;
        padding-bottom: 25px;
    }
}
.productsd{
    margin-left: 15px;
    margin-right: 15px;
    background-color: #eaebee;
    padding: 44px 36px;
    overflow: hidden;
}
/*图片放大镜*/
.pro-left{
    position: relative;
    overflow: hidden;
}
.bigScroll{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.bigScroll .bigImg{
    /* width: 530px; */
    height: 325px !important;
    width: 100% !important;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.bigScroll .bigImg li{
    text-align: center;
    max-width: 338px;
    margin: 0 auto !important;
    position: relative !important;
}
.bigScroll .bigImg li img{
    vertical-align:middle;
    width:100%;
    /*height:474px;*/
}
.pro-left .smallScroll{
    height:78px;
    margin-top: 30px;
}
.pro-left .sPrev,.pro-left .sNext{
    position: absolute;
    top: 50%;
    margin-top: -28px;
    width: 31px;
    height:57px;
    text-indent: -9999px;
    z-index: 666;
}
.pro-left .sPrev{
    left: 8px;
    background: url(../images/productsd_prev.png);
}
.pro-left .sNext{
    right: 8px;
    background: url(../images/productsd_next.png);
}
.pro-left .smallImg{
    overflow: hidden;
}
.pro-left .smallImg ul{
    overflow: hidden;
    text-align: center;
}
.pro-left .smallImg li{
    display: inline-block;
    cursor:pointer;
    text-align: center;
    width: 78px;
    /*height: 78px;*/
    margin: 0 12px;
    border: 1px solid #e0e0e0;
    /*background-color: #fff;*/
}
.pro-left .smallImg img{
    max-width: 100%;
}
.pro-left .smallImg .on{
    border-color: #e5373c;
}
.productsd-info{
    padding: 50px 50px 70px;
    background-color: #fff;
}
.pros-title{
    margin-bottom: 70px;
}
.pros-title h2{
    font-size: 30px;
    color: #e5373c;
    font-weight: bold;
    margin-bottom: 10px;
}
.pros-title span{
    font-size: 30px;
    font-weight: bold;
    color: #0a0f14;
    margin-bottom: 24px;
    display: block;
}
.pros-title p{
    font-size: 18px;
    color: #1a1a1a;
}
.pros-vedio{
    height: 35px;
    margin-bottom: 35px;
}
.pros-vedio img{
    display: inline-block;
    vertical-align: middle;
}
.pros-vedio span{
    font-size: 14px;
    color: #e5393e;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}
.pdf li{
    float: left;
    margin-right: 10px;
}
.pdf li:last-child{
    margin-right: 0px;
}
.pdf li a{
    display: block;
    width: 128px;
    height: 40px;
    border: 1px solid #2a3239;
    line-height: 36px;
}
.pdf li a img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
.pdf li a span{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: bold;
}
.params{
    padding: 50px 25px 80px;
    overflow: hidden;
    background-color: #fff;
}
.params-title{
    height: 98px;
    border-bottom: 4px solid #e72830;
}
.params-title h2{
    font-size: 30px;
    color: #0a0f14;
    font-weight: bold;
    line-height: 98px;
}
.params-main{
    margin-top: 4px;
    overflow: hidden;
    background-color: #fff;
}
.params-item{
    height: 47px;
}
.params-item .col-sm-6{
    padding: 0px;
}
.params-left{
    background-color: #f3f3f3;
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    color: #0a0f14;
    border-bottom: 1px solid #cfcfcf;
    padding-left: 50px;
    width: 50%;
    float: left;
}
.params-right{
    background-color: #fff;
    padding-left: 80px;
}
@media (max-width:1200px) {
    .productsd-info{
        padding: 50px 30px 50px;
    }
    .pdf li{
        margin-bottom: 15px;
    }
}
@media (max-width:991px) {
    .smallImg .tempWrap{
        margin: 0 auto;
    }
    .smallScroll{
        margin-bottom: 30px;
    }
    .productsd > .col-sm-6{
        width: 100%;
    }
    .params-left{
        padding-left: 20px;
    }
    .params-right{
        padding-left: 30px;
    }
    .params{
        padding: 10px 15px 30px;
    }
    .params-title{
        height: 70px;
    }
    .params-title h2{
        font-size: 24px;
        line-height: 70px;
    }
}
@media(max-width:767px) {
    .productsd-info{
        padding: 30px 20px;
    }
    .productsd{
        margin-left: 0px;
        margin-right: 0px;
        padding: 30px 0px;
    }

    .pros-title{
        margin-bottom: 30px;
    }
    .params-left{
        font-size: 16px;
        padding-left: 10px;
    }
    .params-right{
        padding-right: 20px;
    }
    .pros-title h2{
        font-size: 26px;
    }
    .pros-title span{
        font-size: 26px;
    }
    .pros-title p{
        font-size: 16px;
    }
}
@media(max-width:600px){
    .bigScroll .bigImg{
        width: 280px;
        height: 280px !important;
    }
    .bigScroll .bigImg li{
        height: 280px !important;
    }
}
@media(max-width:500px){
    .pro-left .smallImg li{
        width: 50px !important;
        margin: 0 5px !important;
        height: auto !important;
    }
    .smallScroll{
        margin-bottom: 0;
    }
}
@media(max-width:991px){
    .prodata-title-item{
        width: 140px;
    }
    .prodata-query{
        width: 140px;
    }
    .prodata-intro{
        font-size: 16px;
    }
}
@media(max-width:700px){
    .prodata-title-item{
        width: 130px;
    }
    .prodata-query{
        width: 130px;
    }
    .prodata-intro{
        font-size: 14px;
    }
    .prodata-main{
        padding: 0;
    }
}
@media(max-width:600px){
    .prodata-title-item{
        width: 120px;
    }
    .prodata-query{
        width: 120px;
    }
    .prodata-intro{
        font-size: 14px;
    }
    .prodata-title{
        height: auto;
        padding: 0 5px;
    }
    .prodata-intro{
        padding-left: 0;
    }

}
@media(max-width:550px){
    .prodata-title-item{
        width: 110px;
        text-align: center;
        line-height: 50px;
        font-size:16px;
        font-weight: normal;
    }
    .prodata-query{
        width: 110px;
    }
    .prodata-intro{
        font-size: 14px;
    }
    .prodata-title{
        height: auto;
        padding: 0 5px;
    }
    .prodata-intro{
        padding-left: 0;
    }
}
@media(max-width:500px){
    .prodata-title-item{
        width: 80px;
        text-align: center;
        line-height: 50px;
        font-size:14px;
        font-weight: normal;
    }
    .prodata-query{
        width: 80px;
    }
    .prodata-intro{
        font-size: 14px;
    }
    .prodata-title{
        height: auto;
        padding: 0 5px;
    }
    .prodata-intro{
        padding-left: 0;
    }
}
@media(max-width:410px){
    .prodata-title-item{
        width:60px;
        text-align: center;
        line-height:40px;
        font-size:12px;
        font-weight: normal;
    }
    .prodata-query{
        width: 60px;
    }
    .prodata-intro{
        font-size: 14px;
    }
    .prodata-title{
        height: auto;
        padding: 0 5px;
    }
    .prodata-intro{
        padding-left: 0;
    }
}