﻿.container{padding: 0;margin: 0;}
.row{margin: 0;padding: 0;}

/*页码*/
.pa_list{width:100%;  margin-top: 20px;margin-bottom: 15px; }
.page_list:after{content: '';display: table;clear: both;}
.page_list{/* width: 280px; */margin: 0 auto;max-width:  280px;}
.page_list li{float: left;margin: 0 5px;}
.page_list li a{
    height: 32px;
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #f5f5f5;
    color: #4b4b4b;
    border: 1px solid #e3e3e3;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari 和 Chrome */
    border-radius: 5px;
}
.page_list li a:hover{
    color: #e85505;
}
.page_list li a span{
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 5px;
}
.page_list li.active a{
    background-color: #b22222;
    color: #ffffff;
}
.page_list li:first-child a span{
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid #4b4b4b;
}
.page_list li:last-child a span{
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #4b4b4b;
}


/*二级页面背景图*/
.fu_bg{
    width: 100%;
    height: 450px;
    max-width: 100%;
    overflow: hidden;
    /* background-attachment: fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    background-repeat: repeat-x;
    animation: animatedBackground 20s linear infinite alternate;
    -o-animation: animatedBackground 20s linear infinite alternate;
    -webkit-animation: animatedBackground 20s linear infinite alternate;
    -moz-animation: animatedBackground 20s linear infinite alternate;
}
.fu_inner{
    width: 760px;
    margin: 0 auto;
    text-align: center;
    margin-top: 110px;
    background: rgba(55,61,65,0.7);
    padding: 30px 0;
}
.fu_inner h1{
    width: 728px;
    height: 118px;
    line-height: 118px;
    background: url(../images/tx_bg.png) no-repeat;
    margin: 0 auto;
    font-size: 34px;
    color: #ffffff;
}
.fu_inner h2{
    font-size: 24px;
    color: #ffffff;
}
.hxcp{background: url('../images/cp_bg.jpg') no-repeat; }
.jjfa{background: url('../images/fa_bg.jpg') no-repeat; }
.hzhb{background: url('../images/hb_bg.jpg') no-repeat; }
.xw{background: url('../images/new_bg.jpg') no-repeat; }
.gy{background: url('../images/gy_bg.jpg') no-repeat; }

@media screen and (max-width: 1024px){
    .fu_bg{
        margin-top: 83px;
    }
}
@media screen and (max-width: 768px){
    .fu_bg{
        height: 350px;
    }
    .fu_inner{
        width: 500px;
        margin-top: 70px;
    }
    .fu_inner h1{
        width: 460px;
        height: 78px;
        line-height: 78px;
        font-size: 28px;
        background-size: cover;
    }
    .fu_inner h2{
        font-size: 22px;
        padding: 0 5px;
        line-height: 28px;
    }
}
@media screen and (max-width: 502px){
    .fu_bg{
        height: 300px;
    }
    .fu_inner{
        width: 400px;
        margin-top: 70px;
    }
    .fu_inner h1{
        width: 380px;
        height: 62px;
        line-height: 62px;
        font-size: 24px;
        background-size: cover;
    }
    .fu_inner h2{
        font-size: 18px;
    }
}
@media screen and (max-width: 402px){
    .fu_bg{
        height: 300px;
    }
    .fu_inner{
        width: 310px;
        margin-top: 50px;
    }
    .fu_inner h1{
        width: 300px;
        height: 49px;
        line-height: 49px;
        font-size: 20px;
        background-size: cover;
    }
    .fu_inner h2{
        font-size: 17px;
        margin-top: 15px;
    }
}

/*核心产品列表*/
.wl{
    width: 100%;
}
.wl-inner{
    width: 1200px;
    margin: 0 auto;
    /*min-height:300px;*/
}
.hx>ul{
    overflow: hidden;
}
.hx>ul li{
    float: left;
    width: 50%;
}
.hx-con{
    margin: 10px 15px;
    padding: 10px;
    box-shadow: 0 0 12px 2px #eaeaea;
    -moz-box-shadow: 0 0 12px 2px #eaeaea;
    -webkit-box-shadow: 0 0 12px 2px #eaeaea;
    overflow: hidden;
}
.hx-im{
    float: left;
    width: 50%;
}
.hx-im img{
    width: 100%;
}
.hx-txt{
    float: left;
    padding-left: 20px;
    width: 50%;
}
.hx-txt h1{

}
.hx-txt h1:after{
    content: '';
    display: block;
    width: 46px;
    height: 3px;
    background-color: #209add;
    margin-top: 24px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.hx-txt h1 a{
    font-size: 18px;
    color: #333333;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.hx-txt p{
    margin-top: 24px;
    height: 84px;
    overflow: hidden;
}
.hx-txt p a{
    font-size: 14px;
    color: #999999;
}
.hx-btn{
    display: block;
    font-size: 14px;
    color: #999999;
    border: 1px solid #999999;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    width: 96px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
/*悬停效果*/
@media screen and (min-width: 768px){
    .hx ul li:hover h1:after{
        width: 60px;
        background-color: #b22222;
    }
    .hx ul li:hover .hx-btn{
        background-color: #b22222;
        color: #ffffff;
        border: 1px solid transparent;
    }
    .hx ul li:hover h1 a{
        color: #b22222;
    }
}
@media screen and (max-width: 1200px){
    .wl-inner{
        width: 1024px;
        margin: 0 auto;
    }
    .hx-txt h1:after{
        margin-top: 12px;
    }
    .hx-txt p{
        margin-top: 12px;
    }
}
@media screen and (max-width: 1024px){
    .wl-inner{
        width: 100%;
    }
    .hx>ul li{
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 560px){
    .hx-con{

    }
    .hx-im{float:none;width: 100%;padding: 0 15px;}
    .hx-txt{float:none;width: 100%;margin-left: 0;padding:0 15px; }
    .hx-txt p{
        height: auto;
        margin-bottom: 15px;
    }
    .hx-txt h1{
        padding-top: 15px;
    }
}

/*********核心产品详情页*************/
.cp-con{
    overflow: hidden;
    margin-top: 25px;
    padding: 0 15px 20px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.cp-im{
    float: right;
    width: 50%;
    text-align: center;
}
.cp-im img{
    width: 100%;
    max-width: 100%;
}
.cp-det{
    float: left;
    width: 50%;
    padding-right: 20px;
}
.cp-det h1{
    font-size: 34px;
    color: #333333;padding-top: 15px;
    margin-bottom: 30px;
}
.cp-det p{
    font-size: 14px;
    color: #666666;
    text-align: justify;
}
.cp-nei{
    margin: 20px 0;
    padding: 0 15px;
}
.cp-nei h2{
    padding-bottom: 25px;
}
.cp-nei h2 span{
    display: inline-block;
    font-size: 24px;
    color: #333333;
    width: 100px;
}
.cp-al{
    overflow: hidden;
}
.cp-nei h2 i{
    display: inline-block;
    height: 1px;
    background-color: #e5e5e5;
    vertical-align: middle;
}
.cp-rt{  float: right;}
.cp-lf{ float: left; padding-right: 10px;}
.cp-m{width: 40%;}
.cp-t{width: 60%;}
.cp-m img{
    max-width: 100%;
}
.cp-t ul li{
    font-size: 14px;
    color: #666666;
}
.cp-t ul li i{
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #209add;
}
@media screen and (max-width: 768px){
    .cp-im,.cp-det{
        float: none;
        width: 100%;
    }
    .cp-rt,.cp-lf{
        float: none;
    }
    .cp-m,.cp-t{
        width: 100%;
    }
    .cp-m{
        text-align: center;
    }
    .cp-det h1{
        text-align: center;
        font-size: 25px;
    }
}

/*******解决方案详情一*******/
.jj-con{
    margin-bottom: 25px;
}
.jj-con>h1{
    font-size:34px ;
    color: #209add;
    text-align: center;
    margin: 30px 15px;
}
p.jj-p{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-align: center;
    margin: 0 15px;
}
.jj-icon ul{
    overflow: hidden;
    margin: 20px 0;
}
.jj-icon ul li{
    width: 33%;
    float: left;
    text-align: center;
}
.jj-icon ul li span{
    display: block;
    width: 64px;
    height: 59px;
    margin: 0 auto;
}
.jj-icon ul li:first-child span{
    background: url(../images/fa_i01.png) no-repeat;
}
.jj-icon ul li:nth-child(2) span{
    background: url(../images/fa_i02.png) no-repeat;
}
.jj-icon ul li:last-child span{
    background: url(../images/fa_i03.png) no-repeat;
}
.jj-icon ul li p{
    font-size: 14px;
    color: #222222;
    margin-top: 15px;
}
.jj-nei{
    overflow: hidden;
}
.jj-im{
    float: left;
    width: 50%;
}
.jj-im img{
    max-width: 100%;
}
.jj-txt{
    float: left;
    width: 50%;
}
.jj-txt ul{
    padding-left: 15px;
}
.jj-txt ul li{
    margin: 6px 0;
}
.jj-txt li h2{
    font-size: 16px;
    color: #209add;
    margin-bottom: 6px;
}
.jj-txt li h2 i{
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #209add;
}
.jj-txt li p{
    font-size: 15px;
    color: #757575;line-height: 26px;
    margin-left: 10px;
    text-align: justify;
}
.im-list ul{
    overflow: hidden;
    padding: 20px 0;
}
.im-list ul li{
    float: left;
    width: 33.3%;
    padding: 0 10px;
}
.im-list ul li img{
    max-width: 100%;
}
@media screen and (max-width: 1024px){
    .jj-im{
        float: none;
        width:100%;
        text-align: center;
        padding: 0 15px;
    }
    .jj-txt{
        float: none;
        width:100%;
        padding: 0 15px;
        margin-top: 15px;
    }
}
@media screen and (max-width: 768px){
    .jj-con>h1 {
        font-size: 25px;
        margin: 25px 15px;
    }
    p.jj-p{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        margin: 0 15px;
    }
    .jj-icon ul li{
        padding: 0 5px;
    }
    .jj-txt ul{
        padding-left: 0;
    }
}
/*解决方案详情二*/
.jj-two{
    margin-bottom: 25px;
}
.jj-two>h1{
    font-size:34px ;
    color: #313131;
    text-align: center;
    margin: 30px 15px;
}
.jj-two>h3{
    font-size:30px ;
    color: #333333;
    text-align: center;
    margin: 30px 15px;
}
.jj-tim{
    text-align: center;
    margin: 15px;
}
.jj-tim img{

    max-width: 100%;
}
.jj-tlist{
    margin: 0 15px;
    padding-bottom: 25px;
}
.jj-tlist li{
    overflow: hidden;
    padding: 20px 0;
    border-bottom:1px solid #dfdfdf ;
}
.jj-tlist ul li:last-child{
    border-bottom: none;
}
.jj-tlist li:nth-child(odd) .jj-lim {
    float: left;
}
.jj-tlist li:nth-child(even) .jj-lim{
    float: right;
}
.jj-lim img{
    max-width: 100%;
}
.jj-tlist li:nth-child(odd) .jj-ltx{
    float: right;
    padding-left: 15px;
}
.jj-tlist li:nth-child(even) .jj-ltx{
    float: left;
    padding-right: 15px;
}
.jj-ltx{

}
.jj-tlist li:nth-child(odd) .jj-ltx h4{
    text-align: left;
}
.jj-tlist li:nth-child(even) .jj-ltx h4{
    text-align: right;
}
.jj-ltx h4{
    font-size: 18px;
    color: #209add;
}
.jj-ltx p{
    font-size: 14px;
    color: #666666;
    text-align: justify;
}

@media screen and (max-width: 768px){
    .jj-two>h1 {
        font-size: 25px;
        margin: 25px 15px;
    }
    .jj-two>h3 {
        font-size: 20px;
        margin: 20px 15px;
    }
}
@media screen and (max-width: 600px){
    .jj-tlist ul li .jj-ltx{
        float: none !important;
        padding: 0 !important;
    }
    .jj-tlist ul li .jj-lim{
        float: none !important;
        text-align: center;
    }
    .jj-ltx h4{
        text-align: left !important;
        margin: 12px 0;
        font-size: 16px;
    }
}
/*解决方案详情页一*/
.jj-th{
    margin-bottom: 25px;
}
.jj-th>h1{
    font-size:34px ;
    color: #313131;
    text-align: center;
    margin: 30px 15px;
}
.th-list li{
    margin: 12px 0;
}
.th-list li h3{
    font-size: 18px;
    color: #209add;
    padding: 6px 0;
}
.th-list li p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: justify;
}
.th-im{
    text-align: center;
}
.th-im img{
    max-width: 100%;
}
@media screen and (max-width: 768px){
    .jj-th > h1 {
        font-size: 25px;
        margin: 25px 15px;
    }
    .jj-th{
        padding: 0 15px;
    }
}
/********************合作伙伴******/
.hz-con{
    padding-top: 40px;
    margin-bottom: 30px;
}
.hz-con ul{
    overflow: hidden;
}
.hz-con ul li{
    float: left;
    width: 20%;
    padding: 10px 5px ;
}
.hz-con ul li a{
    display: block;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 12px 2px #eaeaea;
    -moz-box-shadow: 0 0 12px 2px #eaeaea;
    -webkit-box-shadow: 0 0 12px 2px #eaeaea;
}
.hz-con ul li a img{
    max-width: 100%;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.hz-con ul li:hover a img{
    transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
}
@media screen and (max-width: 1200px){
    .hz-con ul li{
        width: 25%;
    }
}
@media screen and (max-width: 768px){
    .hz-con ul li{
        width: 33.3%;
    }
}
@media screen and (max-width: 500px){
    .hz-con ul li{
        width: 50%;
    }
}

/********新闻列表*******/
.new-title{
    position: relative;
    background-color:rgba(0,0,0,0.3);
    top: -52px;
}
.new-inner{
    width: 1200px;
    margin: 0 auto;
}
.new-inner ul{
    overflow: hidden;
}
.new-inner ul li{
    float: left;
    width: 33.3%;
    text-align: center;
    padding: 15px 0;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.new-inner ul li.active{
    background: rgba(178,34,34,1);
}
@media screen and (min-width: 1024px){
    .new-inner ul li:hover{
        background: rgba(178,34,34,1);
    }
}
.new-inner ul li a{
    font-size: 16px;
    color: #ffffff;
}
/*.new-inner ul li a sup{
    font-size: 14px;
}*/
@media screen and (max-width: 1200px){
    .new-inner{
        width: 1024px;
    }
}
@media screen and (max-width: 1024px){
    .new-inner{
        width: 100%;
    }
}
.news{
    margin-bottom: 35px;
}
.new-c{
    margin-right: 25px;
    border-right: 1px solid #eeeeee;
}
.zx-left .new-c .nc-list{
    margin-top: 30px;
}
.zx-left .new-c .nc-list li{
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #dfdfdf;
}
.zx-left .new-c .nc-list li .zlist-content{
    display: inline-block;
 /*   width: 764px;*/
}
.zx-left .new-c .nc-list li:hover p{
    color: #888;
}
.zx-left .new-c .nc-list li:hover span{
    color: #C20502;
}
.zx-left .new-c .nc-list li:hover{
    border-bottom: 1px solid #C20502;
}
.d-text{
    width: 70%;
    float: right;
}
.zlist-content h5{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    overflow: hidden;
}
.zx-left .new-c .nc-list li:hover h5{
    color: #C20502;
}

.zlist-content p{
    text-align: justify;
    height: 56px;
    margin-bottom: 15px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.d-img{
    padding-right: 20px;
    float: left;
    width: 30%;
}
.d-img img{
    width: 100%;
}
.zx-right h4{
    padding-left: 10px;
    border: 1px solid #ddd;
    background-color: #F7F7F7;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.zx-right h4:hover{
    background-color: #A00300;
    color: #fff;
}
.zx-right h4:hover i{
    border-right: 2px solid #fff;
}
.zx-right h4 i{
    position: relative;
    top:2px;
    margin: 0 3px;
    display: inline-block;
    height: 16px;
    border-right: 2px solid #A00300;
}
.zx-right ul{
    padding:10px;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.zx-right ul li{
    width: 100%;
    border-right: 3px solid #e5e5e5;
    background-color: #fafafa;
    padding: 20px;
    margin-bottom: 15px;
    transition: all 0.3s linear;
}
.zx-right ul li a{
    display: block;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #BDBBBB;
}
.zx-right ul li:hover{
    background-color: #A00300;
    border-right: 3px solid #A00300;
}
.zx-right ul li:hover a{
    color: #fff;
    border-bottom: 1px solid #BDBBBB
}
@media screen and (max-width: 1200px){
    .zlist-content p{
        height: 40px;
    }
    .zlist-content h5{
        height: 52px;
        line-height: 52px;
    }

}
@media screen and (max-width: 1024px){
    .new-c{
        margin-right: 10px;
        margin-left: 10px;
    }
}
@media screen and (max-width: 768px){
    .zx-left .new-c{
        margin-top: -15px;
    }
    .news{
        margin-bottom: 15px;
    }
}
.mypage {
    clear: both;
    width:100%;
    height:auto;
    border:#f00 0 solid;
    margin:4% auto;
    padding-top: 40px;
    text-align:center;
}
.pc_dis{
    display: none;
}
.mypage a{
    color:#4d555d;
    width:auto;
    height:auto;
    padding:6px 12px;
    font-size:16px;
    margin-right:5px;
    border: 1px solid #DBDBDB;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mypage span{
    color:#717171;
    width:auto;
    height:auto;
    padding:10px;
    font-size:16px;
    border-radius:5px;
    margin-right:5px;
}
.mypage .linking,.mypage a:hover {
    color: #fff;
    background: #A00300;
    border:1px solid transparent;
    border-radius: 4px;
}
.success{
    width:100%;
    height:auto;
}
.green{
    color: #A00300;
}
.se-du{
    padding-top: 20px;
}
.zx-title{
    height: 40px;
    background-color: #F7F7F7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #ddd;
}
.zx-title b{
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    padding-left: 10px;
}
.zx-title:hover{
    background-color: rgba(247,247,247,0.8);
}
.zx-title i{
    display: inline-block;
    width: 25px;
    height: 20px;
    background-image: url(../images/biao.png);
    background-repeat: no-repeat;
    background-position: -299px -19px;
    position: relative;
    top:5px;
}
.zx-bottom{
    text-align: center;
    border:1px solid #ddd;
    border-top:none;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.btn-text p{
    margin-top: 10px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}
.zx-bottom a{
    display: inline-block;
    width: 45%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #F8F8F8;
    border:1px solid #d8d8d8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
}
.zx-bottom .a1{
    margin-right: 8%;
}
.zx-bottom a:hover{
    background-color:#A00300 ;
    color: #fff;
}
.banner-text{
    width: 50%;
    float: right;
    padding: 10px;
}
.banner-text h4{
    line-height: 35px;
    margin-bottom: 10px;
}
.banner-text h4 a{
    font-size: 18px;
    color:#A00300 ;
}
.banner-text .bade-bottom{
    margin-top:40px;
    border-top: 1px solid #ddd;
}
.banner-text p{
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
}
.banner-text p a{
    line-height: 25px;
    color: #666666;
    font-size: 14px;
}
.banner-text:hover p a{
    color: #808080;
}
.banner-text .bade-bottom span{
    display: inline-block;
    line-height: 30px;
    color: #999999;
    margin-right: 10px;
}
#sbanner  .swiper-bg{
    bottom: 2px;
    left:44%;
}
#sbanner .swiper-pagination-bullet{
    background-color: #CFCFCF;
    width: 7px;
    height: 7px;
    border-radius: 100%;
}
#sbanner  .swiper-pagination-bullet-active{
    background-color:#A00300 ;
    width: 7px;
    height: 7px;
    border-radius: 100%;
}
.conlist{
    margin-right: 15px;
    border-bottom: 1px solid #eeeeee;
}
.conlist h3{
    font-size: 30px;line-height: 50px;color: #A31210;
}
.conlist span{
    display: inline-block;
    line-height: 30px;
    color: #C0C0C0;
    margin-right: 10px;
}
.return{
    float: right;
    position: relative;
    top:-20px;
}
.return i{
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url(../images/biao.png);
    background-repeat: no-repeat;
    background-position: -330px -18px;
}
.return span{
    position: relative;
    top:-6px;
}
.second-contents{
    margin-right: 15px;
}
.second-contents p{
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px;
    color: #757575;
}
.second-contents h6{
    line-height: 30px;
    font-size: 14px;
}
.n-con{
    margin-top: 15px;
    margin-bottom: 20px;
}
.second-contents .s-img{
    text-align: center;
}
.se-next{
    padding: 10px 0;
    border-bottom:1px solid #eeeeee ;
    border-top:1px solid #eeeeee ;
    margin-bottom: 10px;
}
.se-next ul{
    overflow: hidden;

}
.se-next li{
    padding: 0;
}
.se-next li a{
    font-size: 14px;
    color: #757575;
    line-height: 24px;
}
.se-next li:nth-child(2){
    text-align: center;
}
.se-next li:nth-child(3){
    text-align: right;
}
.se-next li:nth-child(3) i{
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url(../images/biao.png);
    background-repeat: no-repeat;
    background-position: -363px -19px;
    position: relative;
    top:5px;
    margin-right: 5px;
}
.se-next span{
    color: #000;
}
.se-next li:hover a{
    color: #A00300;
}
.se-next li:hover a span{
    color: #000;
}
.tui{
    margin-bottom: 20px;
}
.tui h5{
    color: #000;
    font-size: 18px;
    line-height: 45px;
}
.tui ul{
    overflow: hidden;
}
.tui li{
    float: left;
    width: 50%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
}
.tui li:hover a{
    color: #A00300;
}
.share{
    margin: 16px 0;
}
.share ul{
    overflow: hidden;
}
.share ul li{
    float: left;
    padding: 0 5px;
}
.share ul li span{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/icons.png) no-repeat;
}
.share ul li:first-child span{  background-position: 0 0;  }
.share ul li:nth-child(2) span{  background-position: 0 -24px;  }
.share ul li:nth-child(3) span{  background-position: 0 -48px;  }
.share ul li:nth-child(4) span{  background-position: 0 -72px;  }
.share ul li:nth-child(5) span{  background-position: 0 -96px;  }
.share ul li:nth-child(6) span{  background-position: 0 -120px;  }
.share ul li:last-child span{  background-position: 0 -144px;  }
@media screen and (max-width: 992px){
    .con-tlt ul li{
        width: 93px;
    }
}

@media screen and (max-width: 768px){
    .conlist{
        margin-right:0;
    }
    .new-c{
        border-right: none;
    }
    .conlist h3{
        line-height: 34px;
    }
    .second-contents{
        margin-right: 0;
    }
}
@media screen and (max-width: 780px){
    .second-contents .s-img{
        text-indent: 0;
    }
    .second-contents .s-img img{
        width: 80%;
    }
    .se-next li:nth-child(2){
        text-align: left;
    }
    .se-next li:nth-child(3){
        text-align: left;
    }
    .conlist h3{
        font-size: 24px;
    }
    #sbanner{
        display: none;
    }
    .d-text{
        width: 60%;
    }
    .zlist-content p{
        margin-bottom: 10px;
    }
    .d-img {
        width: 40%;
    }
    .ph_dis{
        display: none;
    }
    .pc_dis{
        display: block;
    }
    .con-tlt ul li{
        margin: 0 3px;
    }
}
@media screen and (max-width: 480px){
    .tui li{
        width: 100%;
    }
    .second-contents .s-img{
        text-indent: 0;
    }
    .second-contents .s-img img{
        width: 100%;
    }
    .return{
        display: none;
    }
    .se-du {
        padding-top: 0px;
    }
    .zx-left ul{
        margin-top: 10px;
    }
    .zx-left ul li{
        padding-bottom: 10px;
    }
    .mypage{
        padding-top: 0;
    }
    .d-text{
        width:50%;
    }
    .zlist-content p{
        margin-bottom: 10px;
    }
    .d-img {
        padding-right: 7px;
        width: 50%;
    }
    .zx-left ul li{
        padding-right: 0;
    }
    .zlist-content h5{
        height: 30px;
        line-height: 30px;
    }
    .zx-left{
        padding: 5px;
    }
    .con-tlt ul li{
        width: 40%;
        margin: 10px 5%;
    }
    .con-tlt{
        margin: 0;
    }
    .about{
        padding: 0 5px;
    }
    .se-next ul li:nth-child(3){
        display: none;
    }
    .se-next{
    }
}

/**************720度展示*/
.zs-title{
    margin-bottom: 20px;
}
.zs-title ul{
    border-bottom: 1px solid #dddddd;
}
.zs-title ul:after{content: '';display: table;clear: both;}
.zs-title ul li{
    float: left;
    height: 48px;
    line-height: 48px;
    padding:0 35px ;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}
.zs-title ul li:last-child{
    border-right: 1px solid #dddddd;
}
.zs-title ul li.active{
    border-top: 3px solid #b22222;
    border-bottom: 1px solid transparent;
    height: 51px;
    line-height: 51px;
    margin-bottom: -1px;
    background-color: #ffffff;
}
.zs-title ul li a{
    color: #333333;
    font-size: 16px;
}
.zs-title ul li.active a{
    color: #b22222;
}
.zs-con{
    margin-bottom: 25px;
}
.zs-con ul{
    overflow: hidden;
}
.zs-con ul li{
    float: left;
    width: 25%;
    padding: 0 15px;
    margin: 10px 0;
}
.zs-con ul li a{
    display: block;
    text-align: center;
    box-shadow: 0 0 12px 2px #eaeaea;
    -moz-box-shadow: 0 0 12px 2px #eaeaea;
    -webkit-box-shadow: 0 0 12px 2px #eaeaea;
    padding-bottom: 15px;
}
.zs-con ul li a img{
    max-width: 100%;
}
.zs-con ul li a h1{
    font-size: 18px;
    color: #209add;
    position: relative;
    width: 100%;
    padding: 15px 10px;
    height: 30px;
}
.zs-con ul li a h1:after{
    content: '';
    position: absolute;
    height: 2px;
    left: 50%;
    top: 100%;
    width: 26px;
    margin-left: -13px;
    margin-top: 15px;
    background-color: #b22222;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all linear .3s;
}
.zs-con ul li:hover a h1{
    color: #b22222;
}
.zs-con ul li:hover a h1:after{
    width: 48px;
    margin-left: -24px;
}

.zs-con ul li a p{
    margin: 25px 10px 0 10px;
    font-size: 12px ;
    color: #999999;
    line-height: 18px;
   height: 54px;
    overflow: hidden;
}
@media screen and (max-width: 1024px){
    .zs-title ul{
        margin: 0 15px;
    }
    .zs-con{
        margin: 0 15px;
    }
    .zs-con ul li{
        width: 33.3%;
    }
}
@media screen and (max-width: 768px){
    .zs-con ul li{
        width: 50%;
    }
}
@media screen and (max-width: 480px){
    .zs-con ul li{
        width: 100%;
    }
}

/******关于集团********/
.gy-inner ul li{
    width: 12.2%;
}
@media screen and (max-width: 768px){
    .gy-inner{
        display: none;
    }
}
/*集团简介*/
.jian-con{
    margin: 0 15px 25px 15px;
}
.jian-con h1{
    font-size: 28px;
    color: #424242;
    line-height: 40px;
}
.jian-con h2{
    font-size: 20px;
    color: #c8c8c8;
    line-height: 36px;
    margin-bottom: 15px;
}
.jian-con p{
    font-size: 14px;
    color: #757575;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 20px;
}
.jian-con p i{
    color: #b22222;
    font-style: normal;
}
.jian-con p img{
    max-width: 100%;
}
@media screen and (max-width: 768px){
    .jian-con{
        margin: 25px 15px 25px 15px;
    }
    .jian-con h2{
        line-height: 24px;
    }
    .jian-con h1{
        font-size: 26px;
    }
}
/*集团架构*/
.jia{
    background: url(../images/jiabg.jpg) no-repeat;
    background-position: center 0;
    background-size: cover;
}
.jia-con h1{
    width: 253px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 28px;
    color: #424242;
    background: url(../images/jiah.png) no-repeat;
}
.jia-con ul{
    overflow: hidden;
    padding-bottom: 25px;
}
.jia-con ul li{
    float: left;
    margin: 20px 0;
    text-align: center;
}
.zi-list li{
    width: 33.3%;
    padding: 0 20px;
}
.zii-list li{
    
}
.zii-list li a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    color: #9f2522;

}
.can-list li{
    width: 20%;
    padding: 0 20px;
}
.jia-con ul li a{
    box-shadow: 0 0 12px 2px #eaeaea;
    -moz-box-shadow: 0 0 12px 2px #eaeaea;
    -webkit-box-shadow: 0 0 12px 2px #eaeaea;
    overflow: hidden;
    display: inline-block;
}
.jia-con ul li img{
    max-width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all linear .3s;
}
.jia-con ul li:hover a img{
    transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
}
@media screen and (max-width: 768px){
    .jia-con h1{
        font-size: 26px;
    }
    .zi-list li{
        width: 50%;
    }
    .can-list li{
        width: 25%;
    }
    .jia-con{
        margin-top: 25px;
    }
    .jia{
        background: #ffffff;
    }
}
@media screen and (max-width: 500px){
    .can-list li{
        width: 33.3%;
        padding: 0 10px;
    }
}
@media screen and (max-width: 400px){
    .zi-list li{
        width: 100%;
    }
    .can-list li{
        width: 50%;
    }
}
/*企业文化*/
.wh-con{
    padding-bottom: 25px;
}
.wh-con h1{
    font-size: 28px;
    color: #424242;
    line-height: 36px;
}
.wh-con h2{
    font-size: 20px;
    color: #c8c8c8;
    line-height: 28px;
    margin-bottom: 15px;
}
.qywh{
    background: url(../images/wh_bg.jpg) no-repeat;
    background-position: center 0;
    background-size: cover;
}
.wh-rt{
    float: right;
    text-align: center;
    width: 50%;
}
.wh-lf{
    float: left;
    text-align: center;
    width: 50%;
}
.wh-im{
    overflow: hidden;
}
.wh-rt img,.wh-lf img{
    max-width: 100%;
}
.wh-lf img:last-child{
    display: none;
}
@media screen and (max-width: 1024px){
    .qywh{
        background: #ffffff;
    }
    .wh-con{
        margin: 0 15px;
        padding-top: 25px;
    }
    .wh-rt,.wh-lf{
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .wh-con h1{
        font-size:26px;
    }
    .wh-lf img:first-child{
        display: none;
    }
    .wh-lf img:last-child{
        display: block;
    }
}
/*研发实力*/
.yf-con h1{
    font-size: 28px;
    color: #424242;
    line-height: 36px;
    margin-bottom: 10px;
}
.yf-con p{
    font-size: 14px;
    color: #434343;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: justify;
}
.yf-con img{
    max-width: 100%;
    text-align: center;
}
@media screen and (max-width: 1024px){
    .yf-con{
        margin: 0 15px;
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .yf-con p img{
        width: 100%;
    }
    /* .yf-im{
        margin-bottom: 20px;
    } */
}
@media screen and (max-width: 768px){
    .yf-con h1{
        font-size:26px;
    }
}
/*加入我们*/
.join{
    margin-bottom: 25px;
}
.join-title ul{
    background-color: #f6f8f8;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    margin-bottom: 20px;
}
.join-title ul li{
    font-size: 15px;
    color: #000000;
    float: left;
    width: 20%;
    text-align: center;
    padding: 10px 0;
}
.join-con .panel-group .panel{
    border: none;
    box-shadow: none;
}
.join-con .panel-heading{
    border-bottom: 1px dashed #dddddd;
}
.join-con .panel-title{
    overflow: hidden;
    border: none;
}
.join-con .panel-title li{
    float: left;
    width: 20%;
    text-align: center;
    font-size: 15px;
}
.join-con .panel-title li a{
    color: #000;
}
.join-con .panel-body{
    border-top: none !important;
    border-bottom:1px dashed #dddddd;
}
.tab-zpyq h1{
    font-size: 14px ;
    color: #209add;
    padding-bottom: 15px;
}
.tab-zpyq h2{
    font-size: 14px;
    color: #333333;
    padding-bottom: 15px;
}
.tab-zpyq p{
    font-size: 12px;
    color: #757575;
    padding-bottom: 15px;
    line-height: 20px;
}
h1.xq-hid{
    display: none;
}
@media screen and (max-width: 768px){
    .jn{
        padding-top: 25px;
    }
    .join{
        padding: 0 15px;
    }
    .join-title ul li:nth-child(2),.join-title ul li:nth-child(3){
        display: none;
    }
    .join-title ul li{
        width: 33%;
    }
    h1.xq-hid{
        display: block;
    }
    .join-con .panel-title li{
        width: 33.3%;
        font-size: 14px;
    }
    .join-con .panel-title li:nth-child(2),.join-con .panel-title li:nth-child(3){
        display: none;
    }
}
/*联系我们*/
.lx-con{
    overflow: hidden;
    margin-bottom: 25px;
}
.lx-rt{
    float: right;
    width: 40%;
    padding-left: 20px;
}
.lx-lf{
/*    width: 60%;*/
    /*ff修改*/
    width: 58%;
    /*ff修改*/
    float: left;
}
.lx-lf #ab_location{
    height: 520px;
}
.lx-rt h1{
    font-size: 28px;
    color: #424242;
    line-height: 36px;
}
.lx-rt p{
    font-size: 14px;
    line-height: 10px;
    color: #333333;
}
.lx-rt p span{
    color: #757575;
}
.lx-rt p.lxb{
    
    margin-bottom: 20px;
}
.sale_con{
    margin-top: 30px;
}
.sale_con ul{
    overflow: hidden;
}
.sale_con ul li{
    float: left;
    width: 50%;
    margin-bottom: 45px;
}
.sale_con ul li:nth-child(odd) .sale_inner{
    padding-right: 75px;
}
.sale_con ul li:nth-child(even) .sale_inner{
    padding-left: 75px;
}
.sale_tit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px dashed #999999;
}
.sale_tit h2 {
    font-size: 20px;
}
.sale_tit h2 a{
    font-size: 20px;
}
.sale_tit h2 u{
    display: inline-block;
    position: relative;
    height: 22px;
    width: 3px;
    margin-right: 6px;
    background-color: #209add;
    top:3px;
}
.sale_tit i{
    display: block;width: 19px;height: 26px;
    background: url(../images/addr_gray.png) no-repeat;
}
.sale_tit span{
    font-size: 18px;
    display: block;
    padding: 5px 40px;
    background-color: #a5a5a5;
    color: #ffffff;
}
.sale_inner h3{
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #a1a1a1;
}
.sale_inner p{
    font-size: 14px;
    color: #a1a1a1;
    line-height: 22px;
}

@media screen and (max-width: 1200px){
    .sale_tit span{
        padding: 5px 10px;
    }
}
@media screen and (max-width: 1024px){
    .lx-rt,.lx-lf{
        float: none;
        width: 100%;
    }
    .lx-rt{
        padding-left: 0;
    }
    .lx-con,.sale_con{
        margin: 0 15px;
    }
    .sale_con ul li:nth-child(odd) .sale_inner{
        padding-right: 35px;
    }
    .sale_con ul li:nth-child(even) .sale_inner{
        padding-left: 35px;
    }
    .lx-lf #ab_location{
        height: 300px;
    }
}
@media screen and (max-width: 991px){
    .sale_con{
        margin-top: 25px;
    }
    .sale_con h1{
        padding: 16px 0;
        font-size: 22px;
    }
    .sale_con ul li{
        width: 100%;
    }
    .sale_con ul li:nth-child(odd) .sale_inner{
        padding-right: 0;
    }
    .sale_con ul li:nth-child(even) .sale_inner{
        padding-left:0;
    }
    /*.sale_con ul li{
        padding: 0 15px;
    }*/
    .sale_tit h2{
        font-size: 16px;
    }
    .sale_tit span{
        font-size: 15px;
        padding: 3px 20px;
    }
}
@media screen and (max-width: 768px){
    .lx-rt h1{
        font-size:24px;
    }
    .sale_tit i{
        display: none;
    }
}
@media screen and (max-width: 350px){
    .sale_tit span{
        font-size: 15px;
        padding: 3px 10px;
    }
}
/*企业荣誉*/
.team-top{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background-color:#f1f1f1 ;
}
.g-lf,.g-rt{
    display: block;
    width: 32px;
    height: 77px;
    padding: 22px 8px;
    background-color: #178cce;
}
.g-lf{
    float: left;
}
.g-rt{
    float: right;
}
.tm-t{
    float: left;
    width: 1136px;
    position: relative;
    height: 37px;
    overflow: hidden;
    margin-top: 20px;
}
.tm-t ul{
    overflow: hidden;
    position: absolute;
    top: 0;
}
.tm-t ul li{
    float: left;
    width: 142px;
    padding:0 12px;
}
.tm-t ul li a{
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   background-color: #e4e4e4;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #333333;
}
.tm-t ul li.active a{
    background-color: #b22222;
    color: #ffffff;
}
.tm-t ul li img{
    width: 59px;
    height: 59px;
}
.tm-b{
    padding: 25px 0;
}
.tm-b h1{
    font-size: 22px;
    color: #178cce;
    padding: 20px 0;
}
.tm-b ul li{
    width: 100%;
    display: none;
}
.tm-nei{
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.tm-nei h2{
    width: 70px;
    text-align: center;
    font-size: 18px;
    color: #178cce;
    float: left;
    margin-top: 15px;
}
.tm-nei span{
    float: left;
    display: block;
    width: 18px;
    height: 106px;
    background: url(../images/ryh.png) no-repeat;
    margin: 0 20px;
}
.tm-nei div {
    float: left;
}
.tm-nei div img{
    width: 150px;
}
.tm-nei p{
    float: left;
    font-size: 14px;
    color: #757575;
    padding-left: 15px;
    width: 500px;
    text-align: justify;
}
.tm-nei p i{
    display: inline-block;
    width:0;
    height:0;
    border-width:5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #000;
}
.tm-b ul li.active{
    display: block;
}
@media screen and (max-width: 1200px){
    .team-top{
        width: 1024px;
    }
    .tm-t{
        width: 960px;
    }
    .tm-t ul li{
        width: 120px;
    }
}
@media screen and (max-width: 1024px){
    .team-top{
        width: 690px;
    }
    .tm-t{
        width: 626px;
    }
    .tm-t ul li{
        width: 208px;
    }
    .tm-b{
        padding: 25px 15px;
    }
}
.ry>img{
    display: block;
    margin:0 auto;
    max-width: 100%;
}
@media screen and (max-width: 768px){
    .ry{
        margin-top: 25px;
    }

    .team-top{
        width: 420px;
    }
    .tm-t{
        width: 356px;
    }
    .tm-t ul li{
        width: 118px;
    }
    .tm-nei p{
        width: 300px;
    }
}
@media screen and (max-width: 580px){
    .tm-nei span{
        display: none;
    }
    .tm-nei h2{
        display: none;
    }
    .tm-nei{
        padding: 10px 0;
        border-bottom: 1px solid #e9e8e8;
    }
}
@media screen and (max-width: 450px){
    .tm-nei p{
        width: auto;
    }
    .team-top{
        width: 320px;
    }
    .tm-t{
        width: 256px;
    }
    .tm-t ul li{
        width: 85px;
    }
}
/*动画*/
@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 70% 0;
    }
}
.ywbk{
    padding: 25px 10px;
}
.ywbk p{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    text-align: justify;
}
