.clearfix:after{
    display: block;
    content: '';
    clear: both;
}
button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner{ border:none; padding:0;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
*{
    box-sizing: border-box;
}
a{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
@font-face {
    font-family: 'cll1';
    src: url("../img/bebasneue.otf");
}
@font-face {
    font-family: 'cll2';
    src: url("../img/DINPRO-MEDIUM.OTF");
}
@font-face {
    font-family: 'cll3';
    src: url("../img/youshe.TTF");
}
/*通用*/

.over-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.over-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}




.img_jz{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
}
.img_cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_contain{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.transi{
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.textover{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zxbutton{
    display: table;
    width: 145px;
    line-height: 40px;
    background-color: #c99e7d;
    text-align:center;
    color:#fff;
    font-size:18px;
    border-radius: 6px;
}
.zxbutton:hover{
    background-color: #0045ad;
}
.zxbutton img{
    display: inline-block;
    vertical-align: middle;
}
.zxbutton span{
    display: inline-block;
    margin-left: 10px;
}
.all_title{
    text-align:center;
    margin-bottom: 3%;
}
.all_title .fir{
    font-size:36px;
    color:#444444;
    font-weight: 700;
}
.all_title .sec{
    display: inline-block;
    font-size:16px;
    color:#999999;
    position: relative;
    text-transform: uppercase;
}
/*.all_title .sec:before{
    position: absolute;
    content: "";
    height: 1px;
    width: 30px;
    background: #999999;
    top: 10px;
    left: -100%;
}
.all_title .sec:after{
    position: absolute;
    content: "";
    height: 1px;
    width: 30px;
    background: #999999;
    top: 10px;
    right: -100%;

}*/

/*顶部*/
.topper{
    background: #0045ad;
    line-height: 40px;
    color:#fff;
    font-size:14px;
}
.topper .t-left{
    float: left;
    font-weight: 700;
}
.topper .t-left span{
    color:#6897dd;
    font-weight: 500;
    letter-spacing: 1px;
}
.topper .t-right{
    float: right;
    color:#6897dd;
}
.topper .t-right span{
    color:#6897dd;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
.topper .t-right span a{
    color:#fff;
}
.topper .t-right span.weixin{
    background: url("../img/top-weixin.png") no-repeat left 5px center;
    margin-right: 6px;
    cursor: pointer;
}
.topper .t-right span.weixin:hover{
    background: #6897dd url("../img/top-weixin.png") no-repeat left 5px center;
    color:#fff;
}
.topper .t-right span.weixin img{
    position: absolute;
    width: 120px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top:100%;
    display: none;
    z-index: 1;
}
.topper .t-right span.weixin:hover img{
    display: block;
}
.topper .t-right span.tel{
    background: url(../img/top-tel.png) no-repeat left 5px center;
}

/*导航*/
.allnav{
    height: 90px;
    background: #fff;
    width: 100%;
}
.allnav .warpper{
    height: 100%;
}
.allnav h1{
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}
.menu{
    float: right;
    width: 55%;
    height: 100%;
}
.menu ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.menu ul li>a{
    font-size:18px;
    color:#333333;
    font-weight: 700;
    position: relative;
}
.menu ul li>a i{
    position: absolute;
    top: -18px;
    right: -16px;
    width: 24px;
    height: 17px;
    background: url(../img/menu-hot.png) no-repeat center;
}
.menu ul li>a:hover{
    color:#0045ad;
}
.menu ul li>a.active{
    color:#0045ad;
}
.zixunbutton{
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 2%;
}
.padding{
    padding:5% 0;
}

/*小屏幕按钮*/
.allnav .small-button{
    float: right;
    height: 100%;
    width: 43px;
    display: none;
    position: relative;
    cursor: pointer;
}
.allnav .small-button .small-button-inner{
    position: absolute;
    width: 100%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
}
.allnav .small-button .small-button-inner span{
    display: block;
    width: 100%;
    height: 2px;
    background: #0045ad;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.allnav .small-button .small-button-inner span:nth-child(2){
    margin:10px 0;
}
.allnav .small-button:hover .small-button-inner span:nth-child(2){
    width: 70%;
}
.allnav .small-button:hover .small-button-inner span:nth-child(3){
    width: 50%;
}


/*banner*/
.bannerbox .swiper-slide .pic{
    width: 100%;
}
.bannerbox .swiper-slide a{
    display: block;
    position: relative;
}
.bannerbox .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: #fff;
    opacity: 0.7;
    margin:0 6px;
}
.bannerbox .swiper-pagination-bullet-active{
    background: #0045ad;
    opacity: 1;
}
.bannerbox .banner-img{
    position: absolute;
    width: 100%;
    left:0;
    text-align:right;
}
.bannerbox .banner-img img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
.bannerbox .banner-img1{
    top:20%;
}

/*经验*/
.jinyan .warpper{
    display: flex;
    justify-content: space-between;
}
.jinyan .jinyan-list{
    width: 23%;
    height: 420px;
    border-radius: 8px;
    overflow: hidden;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.jinyan .jinyan-list-inner{
    width: 100%;
    text-align:center;
    padding:0 3%;
}
.jinyan .jinyan-list .fir span{
    font-size:60px;
    color:#c99e7d;
    font-family: cll1;
    position: relative;
}
.jinyan .jinyan-list .fir sup{
    font-size:24px;
    color:#c99e7d;
    position: absolute;
    top: -2px;
    right: -15px;
}
.jinyan .jinyan-list .sec{
    font-size:20px;
    color:#333333;
    font-weight: 700;
    margin-top: -10px;
}
.jinyan .jinyan-list:hover .sec{
    color:#fff;
}
.jinyan .jinyan-list .thr{
    font-size:14px;
    color:#333333;
}
.jinyan .jinyan-list:hover .thr{
    color:#fff;
}
.jinyan .jinyan-list  .imgbox{
    width: 100%;
    height: 70px;
    margin-top: 9%;
}
.jinyan .jinyan-list:nth-of-type(1)  .imgbox{
    background: url("../img/j1.png") no-repeat center;
}
.jinyan .jinyan-list:nth-of-type(1):hover  .imgbox{
    background: url("../img/j11.png") no-repeat center;
}
.jinyan .jinyan-list:nth-of-type(2)  .imgbox{
    background: url("../img/j2.png") no-repeat center;
}
.jinyan .jinyan-list:nth-of-type(2):hover  .imgbox{
    background: url("../img/j22.png") no-repeat center;
}
.jinyan .jinyan-list:nth-of-type(3)  .imgbox{
    background: url("../img/j3.png") no-repeat center;
}
.jinyan .jinyan-list:nth-of-type(3):hover  .imgbox{
    background: url("../img/j33.png") no-repeat center;
}
.jinyan .jinyan-list:nth-of-type(4)  .imgbox{
    background: url("../img/j4.png") no-repeat center;
}
.jinyan .jinyan-list:nth-of-type(4):hover  .imgbox{
    background: url("../img/j44.png") no-repeat center;
}
.jinyan .jinyan-list:after{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../img/jinyan-list-icon.png) no-repeat bottom 4% right -79px;
}
.jinyan .jinyan-list:hover:after{
    opacity: 1;
}.jinyan .jinyan-list:hover{
     background: url("../img/jinyanhoverbg.jpg") no-repeat center / cover;
}
.company-fir{
    position: relative;
    border-radius: 240px 0 0 0;
    padding:6% 0 4% 0;
    background: url("../img/bg1.jpg") no-repeat center / cover;
}
.company-fir .warpper{
    position: relative;
    z-index: 2;
}
.company-fir .c-left{
    float: left;
    width: 50%;
}
.company-fir .c-right{
    position: absolute;
    width: 50%;
    top:-5%;
    right: 3%;
    z-index: 1;
}
.company-fir .company-fir-img{

    max-width: 100%;
    max-height: 100%;
}
.company-fir .tbox{
    margin-bottom: 5%;
}
.company-fir .tbox .fir{
    width: 27px;
    background: #0045ad;
    color:#fff;
    font-size:16px;
    text-align:center;
    margin-right: 20px;
    float: left;
    line-height: 27px;
}
.company-fir .tbox .sec{
    float: left;
    margin-right: 24px;
}
.company-fir .tbox .sec .t1{
    text-transform: uppercase;
    font-size: 30px;
    color: #414852;
    font-family: cll2;
    line-height: 23px;
}
.company-fir .tbox .sec .t2{
    font-weight: 700;
    font-size: 60px;
    color: #0045ad;
    font-family: cll2;
    line-height: 62px;
}
.company-fir .tbox .thr{
    font-size:34px;
    font-weight: 700;
    color:#464646;
    line-height: 46px;
    padding-left: 20px;
    position: relative;
    float: left;
}
.company-fir .tbox .thr:after{
    position: absolute;
    content:"";
    width: 1px;
    height: 78px;
    background: #a7b0b8;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.company-fir .title-img{
    max-width: 100%;
}
.company-fir .des{
    font-size:18px;
    line-height: 30px;
    color:#5b5b5b;
    margin-bottom: 3%;
}
.company-fir .des span{
    font-size:24px;
    color:#c99e7d;
}
.company-fir .telout{
    float: left;
}
.all-tel{
    padding-left:60px;
    background: url("../img/tel.png") no-repeat left center;
    float: left;
}
.all-tel .fir{
    font-size:14px;
    color:#747880;
}
.all-tel .sec{
    font-size:32px;
    color:#444;
    font-family: cll2;
    line-height: 37px;
}
.all-tel .sec a{
    color:#444;
    font-family: cll2;
}
.company-fir .abox{
    float: left;
}
.company-fir .abox .zxbutton{
    line-height: 50px;
    margin-left: 24%;
    margin-top: 2%;
}



/*产品*/
.index_pro_type-list{
    float: left;
    width: 11.1%;
    position: relative;
    text-align:center;
    border-left:1px solid #e5e5e5;
}
.index_pro_type-list:last-child{
    border-right:1px solid #e5e5e5;
}
.index_pro_type-list .img{
    width: 100%;
    height: 60px;
    position: relative;
}
.index_pro_type-list .title{
    padding:0 2%;
    font-size:18px;
    color:#343434;
}
.index_pro_type-list:hover .img img {
    animation: swing 1s infinite linear;
}
.index_pro_type-list:hover .title{
    color:#0045ad;
}
.index_pro_box{
    background: #f5f5f5;
    padding:4% 0 4% 0;
}
.index_pro_box .warpper{
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
}
.index_pro_list{
    float: left;
    width: 33.33%;
    padding:0 1%;
    margin-bottom: 2%;
}

.all_pro{
    width: 100%;
}
.all_pro .imgbox{
    width: 100%;
    height: 335px;
    overflow: hidden;
    position: relative;
}
.all_pro:hover .imgbox .pic{
    -webkit-transform: scale(1.03) translate3d(0,0,0);
    -moz-transform: scale(1.03) translate3d(0,0,0);
    -ms-transform: scale(1.03) translate3d(0,0,0);
    -o-transform: scale(1.03) translate3d(0,0,0);
    transform: scale(1.03) translate3d(0,0,0);
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
}
.all_pro .sy{
    position: absolute;
    max-width: 100%;
    top:5%;
    left:5%;
}
.all_pro .sy2{
    position: absolute;
    max-width: 40%;
    max-height: 53%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.4;
}
.index_pro_list .all_pro .sy{
    max-width: 23%;
}
.all_pro .text{
    background: #fff;
    padding:5%;
}
.all_pro:hover .text{
    background: #005aad;
}
.all_pro .text-left{
    float: left;
    width: 70%;
}
.all_pro .text-left .fir{
    font-size:16px;
    color:#444444;
    font-weight: 700;
    padding-right: 2%;
}
.all_pro:hover .text-left .fir{
    color:#fff;
}
.all_pro .text-left .sec{
    font-size:14px;
    color:#999;
    margin-top: 1%;
    padding-right: 2%;
}
.all_pro:hover .text-left .sec{
    color:#fff;
}
.all_pro span{
    display: block;
    float: right;
    line-height: 30px;
    width: 86px;
    text-align:center;
    font-size:14px;
    color:#fff;
    background: #005aad;
    border-radius: 5px;
}
.all_pro:hover span{
    background: #c99e7d;
}

/*优势*/
.index_youshi{
    background:#f5f5f5;
    height: 590px;
}
.index_youshi_bg{
    overflow: hidden;
    height: 100%;
    border-radius: 0 260px 0 0;
    background:#f5f5f5 url("../img/youshibg1.jpg") no-repeat center / cover;
}
.index_youshi_bg .warpper{
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.youshi-list{
    position: relative;
    width: 19.95%;
    height: 100%;
    background:rgba(0,0,0,0.3);
    text-align:center;
    color:#fff;
    overflow: hidden;
}
.youshi-list-fir{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    padding: 0 10%;
    z-index: 1;
}
.youshi-list:hover .youshi-list-fir{
    opacity: 0;
}
.youshi-list-fir .imgbox{
    width: 100%;
    height: 150px;
    background: url("../img/youshi-kuang.png") no-repeat center;
    position: relative;
    margin-top: 61%;
}
.youshi-list-fir .title{
    font-weight: 700;
    font-size:20px;
    margin: 13% 0 5% 0;
}
.youshi-list-fir .des{
    line-height: 22px;
    font-size:14px;
}
.youshi-list-sec{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 2;
}
.youshi-list-sec .imgbox{
    position: absolute;
    width: 100%;
    height: 58%;
    z-index: 1;
    left:0;
    opacity: 0;
    top:-10%;
}
.youshi-list:hover .youshi-list-sec .imgbox{
    opacity: 1;
    top:0;
}
.youshi-list-sec .text{
    position: absolute;
    width: 100%;
    height: 42%;
    background: #fff;
    display: flex;
    align-items: center;
    left:0;
    z-index: 2;
    opacity: 0;
    bottom:-10%;
}
.youshi-list:hover .youshi-list-sec .text{
    opacity: 1;
    bottom:0;
}
.youshi-list-sec .text-inner{
    width: 100%;
    padding:0 9%;
    text-align:center;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.youshi-list:hover .youshi-list-sec .text-inner{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.youshi-list-sec .text-inner .title{
    font-size:20px;
    font-weight: 700;
    color:#444444;
}
.youshi-list:hover .youshi-list-sec .text-inner .title{
    color:#005aad;
}
.youshi-list-sec .text-inner .des{
    font-size:14px;
    line-height: 22px;
    color:#999999;
    margin-top: 5%;
}
.youshi-list-sec .text:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
    border-bottom: 21px solid #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -21px;
}

/*案例*/
.index_case{
    background: #f2f2f2;
    padding:4% 0;
}
.index_case_box{
    height: 650px;
    padding:4%;
    background: #fff url("../img/casebg.png") no-repeat top right;
}
.index_case_box .swiper-container{
    width: 100%;
    height: 100%;
}
.index_case_box .slide-left{
    float: left;
    width: 62%;
    height: 100%;
}
.index_case_box .slide-right{
    float: left;
    width: 38%;
    height: 100%;
    background: #fff;
    padding:0 4%;
}
.index_case_box .slide-left .imgbox{
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}
.index_case_box .slide-left .imgbox a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.index_case_box .slide-left .imgbox .text{
    width: 100%;
    background: #0045ad;
    padding:2.5% 0;
    color:#fff;
    position: absolute;
    bottom:0;
    left:0;
}
.index_case_box .slide-left .imgbox .text .fir{
    font-weight: 700;
    font-size:18px;
    padding:0 4%;
}
.index_case_box .slide-left .imgbox .text .sec{
    margin-top: 0.5%;
    font-size:14px;
    padding:0 4%;
}
.index_case_box .slide-left .imgbox .text .sec p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_case_box .slide-right .shuzi{
    float: left;
    width: 30px;
    line-height: 30px;
    background: #0045ad;
    font-size:18px;
    font-weight: 700;
    color:#fff;
    border-radius: 30px;
    text-align:center;
    margin-top: 6%;
}
.index_case_box .slide-right .fir{
    font-size:16px;
    color:#363636;
    float: left;
    width: 48%;
    margin-left: 6%;
    margin-top: 6%;
}
.index_case_box .slide-right .imgbox{
    width: 30%;
    height: 75px;
    float: right;
}
.index_case_box .slide-right .title-list{
    padding:4% 0;
    border-top: 1px solid #dedede;
}
.index_case_box .slide-right .title-list:last-child{
    border-bottom: 1px solid #dedede;
}
.index_case_box .slide-right .title-list.active .fir{
    color:#0045ad;
    font-weight: 700;
}
.case-button{
    position: relative;
}
.case-button-right{
    width: 50px;
    float: right;
    position: relative;
    margin-right: 2%;
    margin-top: 15%;
}
.case-button-right>div{
    width: 15px;
    height: 25px;
}
.case-button-right>div:after{
    display: none;
}
.case-button-right>div.swiper-button-prev{
    background: url("../img/case-left.png") no-repeat center;
    left:0;
}
.case-button-right>div.swiper-button-prev:hover{
    background: url("../img/case-left1.png") no-repeat center;
}
.case-button-right>div.swiper-button-next{
    background: url("../img/case-right.png") no-repeat center;
    right:0;
}
.case-button-right>div.swiper-button-next:hover{
    background: url("../img/case-right1.png") no-repeat center;
}
.case-button-left{
    float: left;
    font-size:30px;
    color:#3d3d3d;
    font-family: cll2;
    line-height: 30px;
    margin-top: 8%;
}
.case-button-left em{
    font-size:46px;
    color:#3d3d3d;
    font-family: cll2;
    font-style: inherit;
}

/*公司简介*/
.index_company{
    background: #f5f5f5;
}
.index_company-bg{
    padding-top: 4%;
    overflow: hidden;
    height: 100%;
    border-radius:260px 0  0 0;
    background: #f5f5f5 url(../img/companybg.jpg) no-repeat center / cover;
}
.index_company_inner{
    background: #fff;
    padding:3.5%;
}
.index_company_inner img{
    width: 100%;
}
.index_company_sec .warpper{
    padding:0 3%;
}
.index_company_sec_left{
    float: left;
}
.index_company_sec_left .fir{
    font-size:52px;
    font-weight: 700;
    color:#212121;
    font-family: cll2;
    text-transform: uppercase;
}
.index_company_sec_left .sec{
    font-size:14px;
    font-weight: 700;
    color:#302f2f;
    margin-top: -1%;
}
.index_company_sec_left .line{
    width: 20px;
    height: 5px;
    background: #c99e7d;
    margin: 3% 0;
}
.index_company_sec_left .thr{
    font-size:36px;
    font-weight: lighter;
    color:#302f2f;
    display: inline-block;
    border-bottom:1px solid #e7e7e7;
    padding-bottom: 1.5%;
}
.index_company_sec_left .thr span{
    font-weight: 700;
}
.index_company_sec_right{
    float: right;
    width: 57%;
}
.index_company_sec_right .fir{
    font-size:30px;
    font-weight: 700;
    color:#302f2f;
}
.index_company_sec_right .sec{
    font-size: 16px;
    line-height: 29px;
    color: #838383;
    text-align: justify;
    margin-top: 3%;
}
.index_company_sec_right .sec span{
    color:#005aad;
    font-weight: 700;
}
.index_company_thr{
    margin:4% 0 5% 0;
    height: 410px;
}
.index_company_thr .warpper{
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.index_company_thr_list{
    width: 49%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.index_company_thr_list .text{
    position: absolute;
    width: 100%;
    padding: 0 6%;
    bottom: 16%;
    left: 0;
    color: #fff;
}
.index_company_thr_list:hover .pic{
    -webkit-transform: scale(1.03) translate3d(0,0,0);
    -moz-transform: scale(1.03) translate3d(0,0,0);
    -ms-transform: scale(1.03) translate3d(0,0,0);
    -o-transform: scale(1.03) translate3d(0,0,0);
    transform: scale(1.03) translate3d(0,0,0);
}
.index_company_thr_list .text .fir{
    font-size:30px;
    font-weight: 700;
    margin-bottom: 2%;
}
.index_company_thr_list .text .sec{
    font-size:14px;
    text-transform: uppercase;
}
.index_company_thr_list .bo{
    position: absolute;
    width: 100%;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align:center;
    color:#fff;
    text-transform: uppercase;
    font-size:14px;
}
.index_company_thr_list .bo img{
    margin: 0 auto;
    margin-bottom: 1.5%;
}

/*新闻*/
.index_news{
    padding:4% 0 5% 0;
    background: #f2f2f2;
    border-radius: 0 260px 0 0;
    overflow: hidden;
}
.index_news_left{
    float: left;
    width: 58%;
}
.index_news_left .imgbox{
    float: left;
    width: 207px;
    height: 125px;
    overflow: hidden;
}
.index_news_left_list:hover .imgbox img{
    -webkit-transform: scale(1.03) translate3d(0,0,0);
    -moz-transform: scale(1.03) translate3d(0,0,0);
    -ms-transform: scale(1.03) translate3d(0,0,0);
    -o-transform: scale(1.03) translate3d(0,0,0);
    transform: scale(1.03) translate3d(0,0,0);
}
.index_news_left_list{
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom:1px solid #dcdcdc;
}
.index_news_left_list:last-child{
    padding:0;
    margin:0;
    border:none;
}
.index_news_left .text{
    float: right;
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
}
.index_news .text-inner .fir{
    font-size:18px;
    color:#363636;
    font-weight: 700;
}
.index_news_left_list:hover .text-inner .fir{
    color:#005aad;
}
.index_news .text-inner .sec{
    font-size:14px;
    color:#999999;
    line-height: 23px;
    margin: 2% 0 3.5% 0;
}
.index_news .text-inner .thr{
    font-size:14px;
    color:#999999;
}
.index_news_right{
    float: right;
    width: 37%;
    background: #fff;
    padding:2%;
}
.index_news_right .imgbox{
    height: 240px;
    overflow: hidden;
}
.index_news_right:hover .imgbox img{
    -webkit-transform: scale(1.03) translate3d(0,0,0);
    -moz-transform: scale(1.03) translate3d(0,0,0);
    -ms-transform: scale(1.03) translate3d(0,0,0);
    -o-transform: scale(1.03) translate3d(0,0,0);
    transform: scale(1.03) translate3d(0,0,0);
}
.index_news_right:hover .text .fir{
    color:#005aad;
}
.index_news_right .text{
    margin-top: 6%;
}
.index_news_right .text .thr{
    margin-top: 8%;
}

/*底部*/
.footerbox{
    background: #25262a url("../img/footerbg.png") no-repeat top right;
    padding:65px 0;
}
.footerbox .warpper{
    position: relative;
}
.goback{
    width: 108px;
    height: 108px;
    position: fixed;
    right: 1%;
    ---bottom: 40%;
    bottom: 0%;
    background:url("../img/gotop.png") no-repeat center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
.goback.active{
    opacity: 1;
    visibility: visible;
}
 .footerbox-top{
     padding-bottom: 3%;
     border-bottom:1px solid #3a3c40;
 }
.footerbox-top-list{
    float: left;
    padding-left: 63px;
}
.footerbox-top-list.tel{
    background: url("../img/f-tel.png") no-repeat left center;
    margin-right: 5%;
}
.footerbox-top-list.address{
    background: url("../img/f-address.png") no-repeat left center;
}
.footerbox-top-list .fir{
    font-size:14px;
    color:#747880;
}
.footerbox-top-list .sec{
    font-size:32px;
    color:#ffffff;
    font-family: cll2;
    line-height: 38px;
}
.footerbox-top-list .sec a{
    color:#ffffff;
    font-family: cll2;
}
.footerbox-top-list.address .sec{
    font-size:20px;
    font-weight: 700;
}
.footerbox-bottom{
    margin-top: 3%;
}
.footerbox-bottom-abox{
    float: left;
    width:14%;
}
.footerbox-bottom-abox a{
    display: block;
    font-size:16px;
    color:#747880;
}
.footerbox-bottom-abox a:nth-child(odd){
    float: left;
}
.footerbox-bottom-abox a:nth-child(even){
    float: right;
}
.footerbox-bottom-abox a:hover{
    color:#fff;
}
.footerbox-bottom-abox a:nth-of-type(-n+6){
    margin-bottom: 10px;
}
.footerbox-bottom-tel{
    float: left;
    width: 30%;
    margin-left: 12%;
}
.footerbox-bottom-tel-top p{
    display: inline-block;
    font-size:16px;
    color:#747880;
    margin-bottom: 10px;
    margin-right: 2%;
}
.footerbox-bottom-tel-top p a{
    font-size:16px;
    color:#747880;
}
.footerbox-bottom-tel-top p a:hover{
    color:#fff;
}
.footerbox-bottom-tel-top span{
    display: block;
    font-size:16px;
    color:#747880;
}
.footerbox-bottom-tel-top span a{
    font-size:16px;
    color:#747880;
}
.footerbox-bottom-tel-top span a:hover{
    color:#fff;
}
.footerbox-bottom-er{
    float: right;
}
.footerbox-bottom-er .imgbox{
    display: inline-block;
    width: 125px;
    text-align:center;
    font-size:14px;
    color:#747880;
}
.footerbox-bottom-er .imgbox img{
   width: 100%;
    margin:0 auto;
}
.footerbox-bottom-er .imgbox p{
    margin-top: 3%;
}

/*sbanner*/
.sbanner{
    width: 100%;
    height: 370px;
    position: relative;
}
.sbanner.sbanner-company{
    background:url("../img/sbanner-company.jpg") no-repeat center / cover;
}
.sbanner.sbanner-product{
    background:url("../img/sbanner-product.jpg") no-repeat center / cover;
}
.sbanner.sbanner-case{
    background:url("../img/sbanner-case.jpg") no-repeat center / cover;
}
.sbanner-crumbs{
    width: 100%;
    position: absolute;
    left:0;
    bottom:0;
    z-index: 2;
}
.sbanner-crumbs .inner{
    background: rgba(0,0,0,0.4) url("../img/loc-icon.png") no-repeat left 2% center;
    line-height: 50px;
    color:#fff;
    font-size:14px;
    padding: 0 4%;
}
.sbanner-crumbs .inner a{
    color:#fff;
}
.sbanner-text{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left:0;
    top:0;
}
.sbanner-text .warpper{
    height: 100%;
    position: relative;
}
.sbanner-text-inner{
    position: absolute;
    width: 434px;
    height: 148px;
    left:0;
    top:22%;
    background: url("../img/sbanner-text-bg.png") no-repeat center;
    padding-left: 1%;
}
.sbanner-text-inner .fir{
    font-size:32px;
    font-weight: 700;
    color:#fff;
    letter-spacing: 1px;
    margin-top: 7%;
}
.sbanner-text-inner .sec{
    font-size:16px;
    color:#fff;
    letter-spacing: 1px;
    margin-top: 2%;
}




/*内页*/
.company-inner-fir{
    padding-top: 4%;
}
.company-inner-fir-box{
    height: 560px;
}
.company-inner-fir-box .c-left{
    float: left;
    width:49%;
    height: 100%;
    position: relative;
}
.company-inner-fir-box .img-item{
    width:100%;
    height: 100%;
    position: relative;
}
.company-inner-fir-box .img-list{
    width: 100%;
    height: 100%;
    display: none;
}
.company-inner-fir-box .img-button{
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    right:-95px;
    top:0;
    z-index: 1;
}
.company-inner-fir-box .img-button-inner{
    width: 100%;
}
.company-inner-fir-box .img-button .b-list{
    width: 190px;
    background: #fff;
    text-align:center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #dcdcdc;
    padding: 7% 0;
    cursor: pointer;
}
.company-inner-fir-box .img-button .b-list:nth-child(1){
    margin-bottom: 25px;
}
.company-inner-fir-box .img-button .b-list:hover{
    background: #c99e7d;
}
.company-inner-fir-box .img-button .b-list.active{
    background: #c99e7d;
}
.company-inner-fir-box .img-button .b-list .imgbox{
    width: 100%;
    height: 50px;
    margin-bottom: 4%;
}
.company-inner-fir-box .img-button .b-list .imgbox.js{
    background: url("../img/c-i-1.png") no-repeat center;
}
.company-inner-fir-box .img-button .b-list:hover .imgbox.js{
    background: url("../img/c-i-11.png") no-repeat center;
}
.company-inner-fir-box .img-button .b-list.active .imgbox.js{
    background: url("../img/c-i-11.png") no-repeat center;
}
.company-inner-fir-box .img-button .b-list .imgbox.dz{
    background: url("../img/c-i-2.png") no-repeat center;
}
.company-inner-fir-box .img-button .b-list:hover .imgbox.dz{
    background: url("../img/c-i-22.png") no-repeat center;
}
.company-inner-fir-box .img-button .b-list.active .imgbox.dz{
    background: url("../img/c-i-22.png") no-repeat center;
}
.company-inner-fir-box .img-button .b-list .title{
    font-size:18px;
    color:#333333;
    font-weight: 700;
}
.company-inner-fir-box .img-button .b-list:hover .title{
    color:#fff;
}
.company-inner-fir-box .img-button .b-list.active .title{
    color:#fff;
}
.company-inner-fir-box .c-right{
    float: right;
    width: 40%;
    height: 100%;

}
.company-inner-fir-box .c-right .text-list{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: none;
}
.company-inner-fir-box .c-right .text-list .fir{
    font-size:26px;
    font-weight: 700;
    color:#333333;
}
.company-inner-fir-box .c-right .text-list .des{
    font-size: 16px;
    line-height: 31px;
    color: #999999;
    margin-top: 6%;
}
.company-inner-sec{
    background: #f4f4f4;
    padding:3% 0;
}
.swiper-container-honor .swiper-slide{
    padding:1%;
    background: #fff;
}
.swiper-container-honor .imgbox{
    width: 100%;
    height: 280px;
}
.swiper-container-honor .title{
    padding:0 15px;
    font-size:16px;
    color:#666666;
    margin-top: 3%;
    text-align:center;
}
.swiper-container-honor .swiper-slide:hover .title{
    color:#0045ad;
}
.honorbox{
    position: relative;
}
.swiper-button-next-honor{
     width: 15px;
     height: 25px;
     background:url("../img/inner-honor-right.png") no-repeat center;
     margin-top: -12.5px;
     right: -3%;
 }
.swiper-button-next-honor:after{
    display: none;
}
.swiper-button-next-honor:hover{
    background:url("../img/inner-honor-right1.png") no-repeat center;
  }

.swiper-button-prev-honor{
    width: 15px;
    height: 25px;
    background:url("../img/inner-honor-left.png") no-repeat center;
    margin-top: -12.5px;
    left:-3%;
}
.swiper-button-prev-honor:after{
    display: none;
}
.swiper-button-prev-honor:hover{
    background:url("../img/inner-honor-left1.png") no-repeat center;
}
.company-inner-sec .honor-more{
    display: block;
    margin:2% auto 0 auto;
    line-height: 50px;
    width: 150px;
    color:#fff;
    font-size:18px;
    background: #c99e7d;
    border-radius: 10px;
    text-align:center;
}
.company-inner-sec .honor-more:hover{
    background: #0045ad;
}
.company-inner-thr{
    padding: 3% 0 7% 0;
}
.fengcaibox{
    position: relative;
}
.swiper-container-fengcai .swiper-slide{
    width: 44% !important;
}
.swiper-container-fengcai .imgbox{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 530px;
}
.swiper-container-fengcai .imgbox .title{
    width: 100%;
    padding:0 3%;
    text-align:center;
    line-height: 55px;
    background: rgba(0,0,0,0.4);
    color:#fff;
    font-size:16px;
    left:0;
    bottom:0;
    position: absolute;
}
.swiper-container-fengcai .swiper-slide:hover .imgbox img{
    -webkit-transform: scale(1.03) translate3d(0,0,0);
    -moz-transform: scale(1.03) translate3d(0,0,0);
    -ms-transform: scale(1.03) translate3d(0,0,0);
    -o-transform: scale(1.03) translate3d(0,0,0);
    transform: scale(1.03) translate3d(0,0,0);
}
.fengcaibox .swiper-pagination{
    width: 100%;
    bottom: -7%;
}
.fengcaibox .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #7d7d7d;
    opacity: 1;
    margin:0 7px;
}
.fengcaibox .swiper-pagination-bullet-active{
    background: #0045ad;
}
.pro-inner-bottom{
    width: 100%;
    height: 548px;
    position: relative;
}
.pro-inner-bottom .p-left{
     float: left;
     width: 50%;
     height: 100%;
 }
.pro-inner-bottom .p-right{
    float: left;
    width: 50%;
    height: 100%;
}
.pro-inner-bottom .p-right-top{
    width: 100%;
    height: 60%;
    background: #005aad;
}
.pro-inner-bottom .p-right-bottom{
    width: 100%;
    height: 40%;
    background: #f1f1f1;
    background: #f1f1f1;
}
.pro-inner-bottom .inner{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;

}
.pro-inner-bottom .inner .warpper{
    height: 100%;
}
.pro-inner-bottom .inner-box{
    float: right;
    width: 50%;
    height: 100%;
}
.pro-inner-bottom .inner-box-top{
    width: 100%;
    height: 60%;
    padding:7%;
}
.pro-inner-bottom .inner-box-bottom{
    width: 100%;
    height: 40%;
    padding:3%;
}
.pro-inner-bottom .inner-box-top .fir{
    color:#fff;
    font-size:36px;
}
.pro-inner-bottom .inner-box-top .fir span{
    font-weight: 700;
}
.pro-inner-bottom .inner-box-top ul{
    margin-top: 8%;
}
.pro-inner-bottom .inner-box-top ul li{
    float: left;
    width: 50%;
    padding-left: 30px;
    font-size:16px;
    color:#fff;
    margin-bottom: 3%;
}
.pro-inner-bottom .inner-box-top ul li:nth-child(1){
    background: url("../img/t1.png") no-repeat left center;
}
.pro-inner-bottom .inner-box-top ul li:nth-child(2){
    background: url("../img/t2.png") no-repeat left center;
}
.pro-inner-bottom .inner-box-top ul li:nth-child(3){
    background: url("../img/t3.png") no-repeat left center;
}
.pro-inner-bottom .inner-box-top ul li:nth-child(4){
    background: url("../img/t4.png") no-repeat left center;
}
.pro-inner-bottom .inner-box-bottom  img{
    float: left;
    max-height: 100%;
    margin: 0% 0 0 6%;
}
.pro-inner-bottom .inner-box-bottom  .tel{
    float: right;
    margin-top: 6%;
}
.pro-type{
    width: 100%;
    text-align:left;
    margin-bottom: 3%;
}
.pro-type .pro-type-list{
    width: 13.5%;
    display: inline-block;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
}
.pro-type .pro-type-list a{
    display:block;
    line-height: 55px;
    border:1px solid #e2e2e2;
    background: #fff;
    text-align:center;
    font-size:16px;
    color:#666666;
    padding:0 3%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro-type .pro-type-list a:hover{
    background: #0045ad;
    color:#fff;
    border:1px solid #0045ad;
}
.pro-type .pro-type-list a.active{
    background: #0045ad;
    color:#fff;
    border:1px solid #0045ad;
}

.pro-inner-des-box{
    background: #f5f5f5;
}
.info{
    padding: 4% 0 4% 0;
}
.pro-des-left{
    float: left;
    width: 76%;
    padding:2%;
    background: #fff;
}
.pro-des-top{
    width: 100%;
    height: 456px;
    margin-bottom: 5%;
}
.pro-des-top .swiper-container{
    height: 100%;
}
.pro-des-imgbox{
    width: 58%;
    float: left;
    height: 100%;
}
.pro-des-imgbox .imgbox{
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
    position: relative;
}
.pro-des-imgbox .imgbox .sy{
    position: absolute;
    max-width: 20%;
    top: 5%;
    left: 5%;
}
.pro-des-imgbox .imgbox .sy2{
    position: absolute;
    max-width: 34%;
    max-height: 53%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.4;
}
.pro-des-text{
    float: right;
    width: 39%;
    height: 100%;
    position: relative;
}
.pro-des-text .title{
    font-size: 24px;
    color: #0045ad;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro-des-text .line{
    width: 100%;
    height: 1px;
    background: #eee;
    margin:4% 0 10% 0;
    position: relative;
}
.pro-des-text .line i{
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    background: #c99e7d;
    left:0;
    top:-1px;
}
.pro-des-text .des{
    font-size:14px;
    color:#999;
    line-height: 25px;
    padding-left: 20px;
    position: relative;
}
.pro-des-text .des:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #c99e7d;
    border-radius: 10px;
    left: 0;
    top: 10px;
}
.pro-des-text .des-tel{
    font-size: 30px;
    font-family: cll2;
    color: #0045ad;
    padding-left: 30px;
    background: url(../img/i25.png) no-repeat left center;
    margin-top: 4%;
}
.pro-des-text .des-tel a{

    font-family: cll2;
    color: #0045ad;
}

.des-tumb{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
}
.des-tumb .swiper-container{
    width: 78%;
    margin:0 auto;
}
.des-tumb .imgbox{
    width: 100%;
    height: 80px;
    position: relative;
}
.des-tumb .imgbox .sy{
    position: absolute;
    max-width: 20%;
    top: 5%;
    left: 5%;
}
.des-tumb .imgbox .sy2{
    position: absolute;
    max-width: 34%;
    max-height: 53%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.4;
}
.des-tumb .pro-des-button{
    width: 7%;
    height: 100%;
    top:0;
    margin-top: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #f4f4f4 ;
}
.des-tumb .pro-des-button:hover{
    background: #c99e7d;
 }

.des-tumb .pro-des-button:after{
    display: none;
}
.des-tumb .pro-des-button i{
    font-size:20px;
    color:#333;
}
.des-tumb .pro-des-button:hover i{
    color:#fff;
}

.des-tumb .swiper-slide{
    border: 1px solid #e6e6e6;
}
.des-tumb .swiper-slide.swiper-slide-thumb-active{
    border:1px solid #c99e7d;
}
.pro-des-bottom{
    margin-top: 7%;
}
.product-t{
    border-top: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    text-align: center;
}
.product-t span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: #13b87b solid 2px;
    color: #13b87b;
}
.pro-des-content{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding: 3% 0;
}
.pro-des-content img{
    max-width: 100%;
    margin:1% auto;
}
.pro-des-content table{
    width: 100%;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    margin-top:30px;
}
.pro-des-content table th{
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
    background: #edfff8;
}
.pro-des-content table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
}

.parm table{
    width: 100%;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    margin-top:30px;
}
.parm table th{
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
    background: #fff8f3;
}
.parm table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
}
.product-t{
    border-top: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    text-align: left;
}
.product-t span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: #c99e7d solid 2px;
    color: #c99e7d;
}
.pro-des-content{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding: 3% 0;
}
.pro-des-content img{
    max-width: 100%;
    margin:1% auto;
}

.case-inner-right{
    float: right;
    width: 22%;
    padding: 2%;
    background: #fff;
}
.fangan {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #0045ad url(../img/fangan.png)no-repeat 20px center;
    position: relative;
    background-size: 22px;
    color: #fff;
    padding-left: 55px;
    margin-bottom: 4%;
}

.fangan i {
    display: block;
    width: 20px;
    height: 50px;
    margin-right: 5px;
    position: absolute;
    right: 20px;
    top: 0;
}
.fangan .fs20{
    font-size:16px;
}
.fangan .fs14{
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 5px;
    display: inline-block;
}
.other-case-list{
    width: 100%;
    margin-bottom: 5%;
}
.other-case-list .imgbox{
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: relative;
}
.other-case-list .imgbox .pic{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;;
    -ms-transition: all 0.35s;;
    -o-transition: all 0.35s;;
    transition: all 0.35s;;
}
.other-case-list:hover .imgbox .pic{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.other-case-list .imgbox .sy{
    position: absolute;
    max-width: 20%;
    top: 6%;
    left: 5%;
}
.other-case-list .imgbox .sy2{
    position: absolute;
    max-width: 34%;
    max-height: 53%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.4;
}
.other-case-list .other-case-title{
    width: 100%;
    padding:0 10px;
    line-height: 40px;
    text-align:center;
    font-size:14px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f5f5f5;
}
.other-case-list:hover .other-case-title{
    background: #c99e7d;
    color:#fff;
}
.lxwm {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #0757a9;
    margin-bottom: 19px;
    margin-top: 27px;
}
.lxwm .fs20{
    font-size:20px;
    font-weight: 700;
}
.lxwm .fs14{
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 5px;
    display: inline-block;
}
.lxwm2 .fir{
    width: 127px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    background: #0045ad;
    color: #fff;
}
.lxwm2 .sec{
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.lxwm2 .sec span{
    width: 65px;
    text-align-last: justify;
    display: inline-block;
}
.lxwm2 .thr{
    font-size:30px;
    font-family: cll2;
    color:#0045ad;
    padding-left:30px;
    background: url("../img/i25.png") no-repeat left center;
    margin-bottom: 13px;
}
.news-inner-list{
    padding:2.5%;
    background: #fff;
    margin-bottom: 1.5%;
}
.news-inner-list:hover{
    box-shadow: 0px 0px 10px #e6e6e6;
}
.news-inner-list .imgbox{
    width: 27%;
    height: 212px;
}
.news-inner-list:nth-child(odd) .imgbox{
    float: left;
}
.news-inner-list:nth-child(even) .imgbox{
    float: right;
}
.news-inner-list .text{
    width:69%;
}
.news-inner-list:nth-child(odd) .text{
    float: right;
}
.news-inner-list:nth-child(even) .text{
    float: left;
}
.news-inner-list .text .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:20px;
    font-weight: 700;
    color:#333;
    margin-top: 23px;
}
.news-inner-list .text .con{
    line-height: 24px;
    color:#666;
    font-size:14px;
    margin-bottom: 52px;
    margin-top: 22px;
}
.news-inner-list .text  .more .time{
    font-size:16px;
    color:#999;
    float: left;
    font-family: cll;
}
.news-inner-list .text  .more .kan{
    float: right;
    display: block;
    width: 145px;
    line-height: 45px;
    text-align:center;
    border-radius: 30px;
    border:1px solid #eee;
    font-size:14px;
    color:#666;
    margin-top: -22px;
}
.news-inner-list:hover .text  .more .kan{
    color:#fff;
    background: #c99e7d;
    border:1px solid #c99e7d;
}
.news-inner-list:hover .text  .more .kan{
    color:#fff;
    background: #c99e7d;
    border:1px solid #c99e7d;
}
.news-detail-content-box{
    background: #fff;
    padding: 3% 2%;
}
.news-detail-content .news-detail-title {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
}
.news-detail-title .h3 {
    font-size: 20px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}
.news-detail-content .news-detail-title .b {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.news-detail-content .news-detail {
    padding: 0 12px 30px;
}
.news-detail-content .news-detail p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.news-detail-content .news-detail img{
    max-width: 100%;
    margin:1% auto;
    display: block;
}
.honor-inner-list{
    float: left;
    width: 32%;
    padding: 1%;
    margin-right: 2%;
    margin-bottom: 1%;
}
.honor-inner-list:nth-child(3n){
    margin-right: 0;
}
.honor-inner-list .imgbox{
    width: 100%;
    height: 280px;
    background: #fff;
}
.honor-inner-list .title{
    padding: 0 15px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    background: #fff;
    line-height: 52px;
}
.honor-inner-list:hover .title{
    color:#0045ad;
}
.message-inner .text{
    float: left;
    width: 50%;
}
.message-inner .text .fir{
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    color: #0045ad;
    border-bottom: 1px solid #0045ad;
    padding-bottom: 8px;
}
.message-inner .text .sec{
    display: inline-block;
    margin-top: 26px;
    font-size: 40px;
    line-height: 50px;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 2px solid #7d7d7d;
}
.message-inner .text .thr{
    color: #4d4d4d;
    margin-top: 15px;
    font-size:15px;
}
.message-inner .text .four{
    color: #333;
    font-size: 18px;
    margin-top: 9%;
    font-weight: bold;
}
.message-inner .text .lianxibox{
    color: #4d4d4d;
    font-size: 16px;
    line-height: 40px;
    margin-top: 1%;
}
.message-inner .text .lianxibox a{
    color: #4d4d4d;
}
.message-inner .liuyanform{
    width: 47%;
    float: right;
}
.message-inner .liuyanform input[type=text]{
    line-height: 50px;
    border-radius: 5px;
    background: #f3f3f3;
    outline: none;
    text-indent: 20px;
    font-size:14px;
    color: #555;
    width: 100%;
    margin-bottom: 10px;
}
.message-inner .liuyanform input[type=text]::placeholder{
    font-size:14px;
    color: #999;
}
.message-inner .liuyanform textarea{
    width: 100%;
    height: 120px;
    border-radius: 5px;
    font-size:14px;
    color: #555;
    margin-bottom: 4px;
    padding:20px;
    background: #f3f3f3;
}
.message-inner .liuyanform textarea::placeholder{
    font-size:14px;
    color: #999;
}
.message-inner .liuyanform .code{
    position: relative;
}
.message-inner .liuyanform .code .verify{
    position: absolute;
    right: 20px;
    top: 5px;
    width: 130px;
    height: 40px;
}
.message-inner .liuyanform .code .verify img{
    width: 100%;
    height: 100%;
}
.message-inner .liuyanform .submit{
    display: block;
    line-height: 50px;
    border-radius: 5px;
    background: #0045ad;
    font-size:16px;
    letter-spacing: 2px;
    text-align:center;
    color:#fff;
}
.message-inner .liuyanform .submit:hover{
    background: #c99e7d;
}
.contact-map{
    width: 100%;
    height: 400px;
    margin-top: 3%;
    padding-top: 3%;
    border-top: 1px solid #eee;
}
.contact-map #dituContent{
    width: 100%;
    height: 100%;
}
.case-inner-item ul li{
    float: left;
    width: 33.33%;
    padding:0 1%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 2%;
}

.case-inner-item ul li .img{
    width: 100%;
    height: 306px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.case-inner-item ul li .img .pic{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.case-inner-item ul li:hover .img .pic{
    -webkit-transform: scale(1.03) translateZ(0);
    -moz-transform: scale(1.03) translateZ(0);
    -ms-transform: scale(1.03) translateZ(0);
    -o-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0);
}
.case-inner-item ul li .img .sy{
    position: absolute;
    max-width: 23%;
    top: 5%;
    left: 5%;
}
.case-inner-item ul li .img .sy2{
    position: absolute;
    max-width: 40%;
    max-height: 53%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.4;
}
.case-inner-item ul li .img .meng{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(../img/a22.png) no-repeat center;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    transition: 0.6s all ease;
    -webkit-transform: scale(0.6,0.6);
    -moz-transform: scale(0.6,0.6);
    -ms-transform: scale(0.6,0.6);
    -o-transform: scale(0.6,0.6);
    transform: scale(0.6,0.6);
    opacity: 0;
}
.case-inner-item ul li .img .meng a{
    display: block;
    width: 100%;
    height: 100%;
}
.case-inner-item ul li:hover .img .meng{
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.case-inner-item ul li .case-inner-title{
    width: 100%;
    background: #fff;
    padding:0 10%;
    line-height: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size:18px;
    color:#222;
    text-align:center;
    font-weight: 700;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
}

.zhutu{
    width: 65%;
    margin: 0 auto 4% auto;
    position: relative;
}
 .zhutu .pic{
     width: 100%;
 }
.zhutu .sy{
    position: absolute;
    max-width: 20%;
    top: 6%;
    left: 5%;
}
.zhutu .sy2{
    position: absolute;
    max-width: 40%;
    max-height: 53%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.4;
}

.small-nav{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eee;
    opacity: 0;
    transition: all .5s ease 0s;
    transform: translate(-100%,0);
    z-index: 1000;
}
.small-nav.active{
    opacity: 1;
    transform: translate(0,0);
}
.small-nav-top{
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 3%;
    border-bottom:1px solid #d8d8d8;
}
.small-nav-top-logo{

}
.small-nav-top-logo img {
    max-width: 75%;
}
.small-nav-top-close{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.small-nav-top-close span{
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    transform-origin: left center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.small-nav-top-close:hover span{
    background: #005aad;
}
.small-nav-top-close span:first-child{
    transform: rotate(45deg);
}
.small-nav-top-close span:last-child{
    margin-top: 20px;
    transform: rotate(-45deg);
}
.small-nav-bottom{
    width: 100%;
    height: calc(100% - 80px);
}
.small-nav-bottom ul li{
    padding:0 4%;
    border-bottom: 1px solid #d8d8d8;
    transform: translate(0,50px);
    opacity: 0;
    transition: all .5s ease 0s;
}
.small-nav.active .small-nav-bottom ul li{
    opacity: 1;
    transform: translate(0,0);
}
.small-nav-bottom ul li a{
    width: 100%;
    display: block;
    line-height: 50px;
    color: #666;
    font-size: 16px;
}
.small-nav-bottom ul li a:hover{
    color:#005aad;
}
.small-nav-bottom ul li a.active{
    color:#005aad;
    font-weight: 700;
}

.mobile-footer{
    width: 100%;
    position: fixed;
    z-index: 999;
    left:0;
    bottom:0;
    background: #0045ad;
    display: none;
}
.mobile-footer a{
    float: left;
    width: 33.33%;
    display: block;
    line-height: 50px;
    text-align:center;
    font-size:14px;
    color:#fff;
    padding-left: 6%;
    position: relative;
}
.mobile-footer a:after{
    display: block;
    content:"";
    position: absolute;
    right: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background: #c9dfff;
}
.mobile-footer a:last-child:after{
    display: none;
}
.mobile-footer a.mobile-home{
    background: url(../img/mobile-home.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-pro{
    background: url(../img/mobile-pro.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-tel{
    background: url(../img/mobile-tel.png) no-repeat left 17% center;
    background-size: 23px;
}

.index_youshi_bg.sec{
    display: none;
}
.index_youshi_bg.sec ul li{
    border-bottom:1px solid #8c8c8c;
    background: rgba(0,0,0,0.5);
    padding:3%;
}
.index_youshi_bg.sec ul li .imgbox{
    width:65px;
    height: 65px;
    float: left;
    background: url(../img/youshi-kuang.png) no-repeat center;
    background-size: contain;
    position: relative;
}
.index_youshi_bg.sec ul li .imgbox img{
    max-width: 49%;
    max-height: 80%;
}
.index_youshi_bg.sec ul li .text{
    float: right;
    width: 77%;
    color:#fff;
}
.index_youshi_bg.sec ul li .text .fir{
    font-size:18px;
    font-weight: 700;
}
.index_youshi_bg.sec ul li .text .sec{
    font-size: 15px;
    line-height: 22px;
}
.index_youshi_bg.sec .warpper{
    display: block;
    padding:0;
}

.pro-des-guding{
    margin-top: 5%;
}
.guding-title{
    text-align:center;
    margin-bottom: 25px;
}
.guding-title .fir{
    font-size:42px;
    color:#1f2225;
    font-weight: lighter;
    line-height: 40px;
}
.guding-title .fir span{
    font-weight: 700;
}
.guding-title .sec{
    font-size:20px;
    color:#c2c2c2;
    font-weight: lighter;
    margin: 5px 0;
}
.guding-title img{
    max-width: 100%;
    margin:0 auto;
}
.guding-title .thr{
    font-size:16px;
    color:#c2c2c2;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: 5px;
}
.guding-item{
    display: flex;
    justify-content: space-between;
}
.guding-list{
    width: 19%;
}
.guding-list .imgbox{
    width: 100%;
    height: 210px;
    position: relative;
}
.guding-list .imgbox .title{
    display: inline-block;
    line-height: 35px;
    background: #0045ad;
    color: #fff;
    font-size: 22px;
    padding: 0 4%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 30px;
    box-sizing: initial;
    width: 107px;
    text-align: center;
}
.guding-list .text{
    width: 100%;
    background: #f5f5f5;
    padding: 16% 8% 20% 8%;
    font-size: 15px;
    line-height: 25px;
    color: #616161;
    text-align: justify;
    height: 198px;
}
.guding-item{
    margin-bottom: 5%;
}
.changjin-item{
    margin-bottom: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.changjin-list{
    position: relative;
    width: 32.5%;
    height: 207px;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
    margin-bottom: 1%;
}
.changjin-list .title{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #fff;
    background: #0045ad;
    border-radius: 20px 0 20px 0;
    line-height: 40px;
    width: 144px;
    text-align: center;
}
.zhuanzhu{
    padding: 2.5% 0;
    background: #0045ad url("../img/heng.png") no-repeat center;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.zhuanzhu:after{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 19px solid #0045ad;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -19px;
}
.zhuanzhu .fir{
    font-family: cll3;
    font-size:48px;
    color:#fff;
    line-height: 50px;
}
.zhuanzhu .sec{
    font-size:13px;
    color:#6896c7;
    text-transform: uppercase;
    font-weight: lighter;
    margin: 0 0 10px 0;
}
.zhuanzhu .thr{
    font-weight: 700;
    font-size:24px;
    color:#fff;
}
.g{
    max-width: 100%;
    margin:0 auto;
}
.g-honor{
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}
.g-honor-list{
    width: 32%;
    height: 220px;
}
.prodesimg{
    max-width: 100%;
    margin:0 auto 5% auto;
}