/*
* @Author: Dodo
* @Date:   2018-07-02 16:10:47
* @Last Modified by:   DoDo
* @Last Modified time: 2020-12-14 05:22:39
*/
body {
    font-family: "Microsoft YaHei", sans-serif;
    color: #333;
    overflow-x: hidden;
    height: 100%;
}
body.on{
    overflow: hidden;
}
a{
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;  /* ie8 */
    -ms-interpolation-mode: bicubic;  
    border: none;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


@media (min-width:1366px) {
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }

}

/*---------------------------------------- public ----------------------------------------*/
.f0{
    font-size: 0;
}
.bg-fff{
    background-color: #fff;
}
.bg-f7f7f7{
    background-color: #f7f7f7;
}

/* header */
.header{
    position: relative;
    z-index: 999;
    background-color: #fff;
}
.header-top{
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #fff;
}
.header-top .a-logo img{
    height: 68px;
}
.header-bream{
    float: right;
    width: 30px;
    height: 25px;
    position: relative;
    padding-top: 12px;
    margin-top: 8px;
    cursor: pointer;
    display: none;
}
.header-bream span{
    display: block;
    height: 1px;
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
    background-color: #0b4594;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-bream::before,.header-bream:after{
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #0b4594;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-bream::before{
    top: 2px;
}
.header-bream::after{
    bottom: 2px;
}

.header-bream.on span{
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.header-bream.on::before{
    top: 12px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg); 
}
.header-bream.on::after{
    bottom: 12px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg); 
}

.header-phone{
    padding-left: 21px;
    border-left: 1px solid #ccc;
    color: #666;
    line-height: 20px;
    padding-top: 2px;
    margin-top: 10px;
}
.header-phone .mg-icon{
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 20px;
}
.header-phone .b-num{
    font-size: 20px;
}
.header-phone .span-01{
    font-size: 14px;
    margin-top: 6px;
}
.nav-main{
    background-color: #0b4594;
}
.header-search{
    position: relative;
    float: right;
    width: 200px;
    padding-right: 40px;
    border-bottom: 1px solid #85a2ca;
    margin-top: 5px;
}
.header-search .put-01{
    float: left;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    height: 32px;
    padding: 6px 10px;
    font-size: 14px;
    color: #ccc;
    line-height: 20px;
}
.header-search .put-01::-webkit-input-placeholder { color: #ccc; }
.header-search .put-01:-moz-placeholder { color: #ccc; opacity: 1; }
.header-search .put-01::-moz-placeholder { color: #ccc; opacity: 1; }
.header-search .put-01:-ms-input-placeholder { color: #ccc; }
.header-search .but-01{
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    background: none;
    border: none;
    outline: none;
    width: 40px;
    height: 32px;
}
.header-search .but-01 img{
    width: 17px;
}

.nav-list{
    float: left;
}
.nav-list li{
    position: relative;
    float: left;
    margin-left: 10px;
}
.nav-list li>a{
    display: block;
    padding: 0 32px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nav-list li:first-child{
    margin-left: 0;
}
.nav-down{
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 100%;
    transform: translate(-50%,10px);
    background-color: #0a3575;
    visibility: hidden;
    filter:alpha(opacity=0); 
    -moz-opacity:0;
    -khtml-opacity: 0;  
    opacity: 0;
    padding-top: 7px;
    padding-bottom: 10px;
}
.nav-down .span-01{
    white-space: nowrap;
}
.nav-down .span-01 a{
    display: block;
    min-width: 100%;
    max-width: 226px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    padding: 0 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.nav-list li.xz>a{
    background-color: #f19300;
}

/* footer */
.footer{
    position: relative;
    z-index: 10;
    background-color: #333;
}
.footer-top{
    padding-top: 47px;
    padding-bottom: 42px;
}
.foot-phone{
    float: left;
    width: 25.56%;
    border-right: 1px solid #5c5c5c;
}
.foot-title{
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    border-left: 2px solid #f19300;
    padding-left: 10px;
}
.foot-title a{
    color: #fff;
}
.foot-phone-list li{
    font-size: 16px;
    color: #999;
    line-height: 24px;
    padding-left: 36px;
    margin-top: 20px;
    word-break:break-all;
}
.foot-phone-list li:first-child{
    margin-top: 30px;
}
.foot-phone-list li .mg-icon{
    float: left;
    margin-left: -36px;
}
.footer-ewm{
    float: right;
    margin-right: -120px;
    margin-left: 55px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 14px;
}
.footer-ewm .span-img{
    width: 100%;
    border: 1px solid #f5f5f5;
    margin-bottom: 10px;
}
.footer-list{
    float: right;
    padding-right: 120px;
}
.footer-list .div-01{
    float: left;
    width: 202px;
}
.footer-list .div-01 ul{
    padding-top: 16px;
}
.footer-list .div-01 li{
    line-height: 36px;
}
.footer-list .div-01 li a{
    font-size: 14px;
    color: #999;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-copy{
    font-size: 0;
    background-color: #101010;
    padding-top: 16px;
    padding-bottom: 16px;
}
.footer-copy .span-01{
    display: inline-block;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

/* 返回顶部 */
.return-top{
    position: fixed;
    width: 60px;
    right: 2%;
    bottom: 5%;
    z-index: 99;
    cursor: pointer;
    display: none;
}
.return-top img{
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.return-top:hover img{
    -webkit-animation: swing 1s ease 0s both;
    -moz-animation: swing 1s ease 0s both;
    animation: swing 1s ease 0s both;
}


/* 分页 */
.pages{
    font-size: 0;
}
.pages a,.pages strong{
    display: inline-block;
    margin: 0 10px;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pages a:first-child,.pages a:last-child{
    width: 120px;
    background-color: #e6e6e6;
}
.pages a:hover,.pages strong{
    color: #fff;
    background-color: #0b4594;
}
.pages a.on,.pages strong{
    color: #fff;
    background-color: #0b4594;
}


/*---------------------------------------- index ----------------------------------------*/
.banner_owl .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.8%;
    text-align: center;
}
.banner_owl .owl-dots .owl-dot{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 16px;
    margin: 0 4px;
}
.banner_owl .owl-dots .owl-dot.active{
    width: 44px;
    background-color: #0b4f94;
}

.banner-word{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    top: 32.27%;
    color: #0b4594;
}
.banner-word .div-en{
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}
.banner-word .div-cn{
    font-size: 36px;
    line-height: 50px;
    margin-top: 11px;
}

.banner_owl .active .banner-word .div-en{
    animation:flipInX 2s 1 linear both;
    -moz-animation:flipInX 2s 1 linear both; /* Firefox */
    -webkit-animation:flipInX 2s 1 linear both; /* Safari and Chrome */
    -o-animation:flipInX 2s 1 linear both; /* Opera */
}
.banner_owl .active .banner-word .div-cn{
    animation:flipInX 2s .2s 1 linear both;
    -moz-animation:flipInX 2s .2s 1 linear both; /* Firefox */
    -webkit-animation:flipInX 2s .2s 1 linear both; /* Safari and Chrome */
    -o-animation:flipInX 2s .2s 1 linear both; /* Opera */
}

.index-product{
    padding-top: 74px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}
.index-title .b-en{
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #0b4594;
    text-transform: uppercase;
}
.index-title .span-cn{
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background-color: #f19300;
    height: 30px;
    line-height: 30px;
    margin-top: 12px;
    min-width: 120px;
    padding: 0 10px;
}
.index-title .span-cn::before,.index-title .span-cn::after{
    content: " ";
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    background: url('../images/line-01.jpg') center center no-repeat;
}
.index-title .span-cn::before{
    right: 100%;
    margin-right: 10px;
}
.index-title .span-cn::after{
    left: 100%;
    margin-left: 10px;
}

.index-product-cont{
    margin-top: 40px;
    padding-left: 5.72%;
    padding-right: 5.72%;
    margin-bottom: 40px;
    background: url('../images/line-02.png') center 44.5% repeat-x;
}

.index-more{
    width: 170px;
    height: 48px;
    border: 1px solid #0b4594;
    border-radius: 40px;
    line-height: 46px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-product-owl{
    position: relative;
    padding-left: 105px;
    padding-right: 105px;
}
.index-product-owl .prev,
.index-product-owl .next{
    position: absolute;
    top: 44.5%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    font-size: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-product-owl .prev{
    left: 0;
    background: url('../images/arrow-left.png') center center no-repeat;
}
.index-product-owl .next{
    right: 0;
    background: url('../images/arrow-right.png') center center no-repeat;
}
.index-product-owl .bd li{
    float: left;
    width: 25%;
    padding: 0 10px;
    min-width: 360px;
}
.index-product-a1 .span-01{
    position: absolute;
    left: 0;
    top: 44.5%;
    transform: translateY(-50%);
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-product-a1 .span-01 .bdo-img{
    width: 220px;
    height: 220px;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #0b4594;
}
.index-product-a1 .span-01 .bdo-img .bdo1{
    width: 210px;
    height: 210px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
.index-product-a1 .span-01 .bdo-txt{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -54px;
    width: 100%;
    font-size: 20px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-product-a1 .span-02{
    position: relative;
    z-index: 2;
    visibility: hidden;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-product-a1 .span-02 .bdo-img img{
    width: 100%;
}
.index-product-a1 .span-02 .bdo-cont{
    background-color: #fff;
    line-height: 24px;
    padding: 20px 6.3%;
}
.index-product-a1 .span-02 .bdo-cont i{
    font-style: normal;
}
.index-product-a1 .span-02 .bdo-cont .i-title{
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-product-a1 .span-02 .bdo-cont .i-cont{
    font-size: 14px;
    color: #888;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}
.index-product-a1 .span-02 .bdo-cont .i-more{
    width: 36px;
    background-color: #0b4594;
    border-radius: 50%;
    margin-top: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.index-product-owl .div-01{
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
.index-product-owl .owl-nav button.owl-prev,
.index-product-owl .owl-nav button.owl-next{
    position: absolute;
    top: 44.5%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    font-size: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-product-owl .owl-nav button.owl-prev{
    left: -10px;
    background: url('../images/arrow-left.png') center center no-repeat;
}
.index-product-owl .owl-nav button.owl-next{
    right: -10px;
    background: url('../images/arrow-right.png') center center no-repeat;
}





.index-about{
    padding-top: 80px;
    padding-bottom: 144px;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.index-title2 .span-cn{
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}
.index-title2 .span-en{
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: 22px;
    min-width: 120px;
    padding: 0 10px;
}
.index-title2 .span-en::before,.index-title2 .span-en::after{
    content: " ";
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    background: url('../images/line-03.jpg') center center no-repeat;
}
.index-title2 .span-en::before{
    right: 100%;
    margin-right: 10px;
}
.index-title2 .span-en::after{
    left: 100%;
    margin-left: 10px;
}
.index-about-des{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 36px;
    text-align: justify;
}
.index-about-cont{
    font-size: 0;
    margin: 102px -130px 0;
}
.index-about-01{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 0 115px;
    background: url('../images/line-04.png') left center no-repeat;
}
.index-about-01:first-child{
    background: none;
}
.index-about-01 .span-top{
    line-height: 40px;
    margin-bottom: 10px;
}
.index-about-01 .b-01{
    font-size: 40px;
}
.index-about-01 .b-01 i{
    font-style: normal;
}

.index-adv{
    padding-top: 96px;
    padding-bottom: 76px;
    background-color: #f7f7f7;
}
.index-adv-cont{
    padding-top: 117px;
    padding-bottom: 100px;
    margin-top: 30px;
}
.index-adv-cont .div-img{
    width: 224px;
    border: 1px solid #dbdbdb;
}
.index-adv-cont .div-img::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #dbdbdb;
    transform: rotate(45deg);
}
.index-adv-cont .div-img img{
    width: 100%;
}

@keyframes a_square
{
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(45deg);
    }
}
.animated.a_square::before{
    animation:a_square 1s 1 ease both;
    -moz-animation:a_square 1s 1 ease both;
    -webkit-animation:a_square 1s 1 ease both;
    -o-animation:a_square 1s 1 ease both;
}

.index-adv-01{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 380px;
    padding-left: 140px;
    line-height: 30px;
    padding-top: 27px;
}
.index-adv-01:nth-child(2){
    left: auto;
    right: 0;
}
.index-adv-01:nth-child(3){
    top: auto;
    bottom: 0;
}
.index-adv-01:nth-child(4){
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
.index-adv-01 .span-img{
    float: left;
    margin-left: -140px;
    margin-top: -27px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    overflow: hidden;
}
.index-adv-01 .span-title{
    font-size: 24px;
    color: #333;
}
.index-adv-01 .span-des{
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

.index-gcyj{
    padding-top: 76px;
}
.index-gcyj-cont{
    margin-left: -3px;
    margin-right: -3px;
    padding-top: 37px;
    margin-bottom: 40px;
}
.index-gcyj-01{
    float: left;
    width: 33.33%;
    padding: 3px;
}
.index-gcyj-a1 img{
    width: 100%;
}
.index-gcyj-a1 .span-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    background-color: rgba(0,0,0,.5);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-gcyj-a1 .span-mc,.index-gcyj-a1 .span-cont{
    visibility: hidden;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-gcyj-a1 .span-mc{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}
.index-gcyj-a1 .span-cont{
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    left: 13.8%;
    right: 13.8%;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.index-gcyj-a1 .span-cont .bdo-title{
    font-size: 24px;
    padding-bottom: 23px;
    background: url('../images/line-05.jpg') center bottom no-repeat;
}
.index-gcyj-a1 .span-cont .bdo-des{
    text-align: left;
    margin-top: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-gcyj-a1 .span-cont .bdo-more{
    width: 140px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 40px;
    margin-top: 47px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.index-honor{
    padding-top: 76px;
    padding-bottom: 65px;
}
.index-honor-accordion{
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}
.index-honor-accordion .div-01{
    float: left;
    width: 8.75%;
    /*overflow: hidden;*/
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.index-honor-accordion .div-01 a{
    width: 360px;
    position: relative;
    overflow: hidden;
}
.index-honor-accordion .div-01 a img{
    width: 370px;
    min-width: 370px;
    max-width: 370px;
}
.index-honor-accordion .div-01:last-child{
    position: absolute;
    right: 0;
    top: 0;
}
.index-honor-accordion .div-01 .span-title{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background-color: rgba(0,0,0,.5);
    transform: translateY(100%);
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.index-honor-accordion .div-01.on{
    width: 30%;
}
.index-honor-accordion .div-01.on .span-title{
    transform: translateY(0);
}
/*.index-honor-tab ul,.index-honor-tab li{margin:0;padding:0;list-style:none}
.index-honor-tab img{border:0;vertical-align:top}

.index-honor-tab .mg-zw{
    width: 28.33%;
    margin: 0 auto;
}

.index-honor-tab {
    position: relative;
    text-align: left;
    margin-top: 40px;
}
.index-honor-tab .d_img li {
    position: absolute;
    display: none;
    z-index: 0;
    overflow: hidden;
}
.index-honor-tab .d_img li img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-honor-tab .d_img li.d_pos1 {
    display: block;
    width: 21.66%;
    left: 0%;
    top: 11.57%;
    z-index: 1
}
.index-honor-tab .d_img li.d_pos2 {
    display: block;
    width: 24.66%;
    left: 14.5%;
    top: 6.3%;
    z-index: 2
}
.index-honor-tab .d_img li.d_pos3 {
    display: block;
    width: 28.33%;
    left: 35.8%;
    top: 0;
    z-index: 3
}
.index-honor-tab .d_img li.d_pos4 {
    display: block;
    width: 24.66%;
    right: 14.5%;
    top: 6.3%;
    z-index: 2
}
.index-honor-tab .d_img li.d_pos5 {
    display: block;
    width: 21.66%;
    right: 0%;
    top: 11.57%;
    z-index: 1
}
.index-honor-tab .d_img li.d_select{
    border: 2px solid #0b4f94;
}
.index-honor-tab .d_menu,.index-honor-tab .d_next,.index-honor-tab .d_prev{display: none;}
.index-honor-word{
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.index-honor-word li{
    text-align: center;
    display: none;
}
.index-honor-word li.d_select{
    display: block;
}*/

.index-link{
    padding-top: 76px;
    padding-bottom: 80px;
    background-color: #f7f7f7;
}
.index-link-scroll{
    margin-top: 24px;
}
.index-link-scroll .bd li{
    float: left;
    width: 185px;
    margin-right: 15px;
}
/*.index-link-cont{
}*/
/*.index-link-cont .row{
    margin-left: -9px;
    margin-right: -9px;
}
.index-link-cont .row>div{
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 16px;
}*/
.index-link-a1 img{
    width: 100%;
}
.index-link-a1 .span-mc{
    position: absolute;
    top: 0;
    right: 0;
    bottom: calc(100% - 42px);
    left: calc(100% - 42px);
    background-color: rgba(11,69,148,.96);
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-size: 0;
    transform: rotate(-45deg) translate(70%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-link-a1 .span-mc::before{
    content: "+";
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
    transform: rotate(45deg) translate(-50%,-60%);
}
.index-link-a1 .span-mc bdo{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.index-link-a1 .span-mc bdo{
    display: block;
    line-height: 20px;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-link-a1:hover .span-mc{
    left: 0;
    bottom: 0;
    transform: rotate(0deg) translate(0);
    font-size: 16px;

}
.index-link-a1:hover .span-mc::before{
    display: none;
}


/*---------------------------------------- 02_关于我们 ----------------------------------------*/
.banner-title{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    text-align: center;
}
.banner-title fieldset{
    border: none;
    background: none;
    outline: none;
    list-style: none;  
    display: inline-block;
    font-weight: normal;
    padding: 0 44px;
    margin: 0;
    border: 1px solid #fff;
    text-align: center;
}
.banner-title fieldset legend{
    width: auto;
    padding: 0 25px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 17px;
}
.banner-title .span-cn{
    min-width: 150px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 6px;
    background-color: #0b4594;
    font-size: 24px;
}

.public-bream{
    min-height: 50px;
    background-color: #f2f2f2;
}
.public-bream .span-address{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666;
    line-height: 50px;
}
.public-bream .span-address a{
    color: #666;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.public-bream .span-address a.on{
    color: #0b4594;
}
.public-bream-cont{
    padding-right: 250px;
    font-size: 0;
}
.public-bream-cont .span-01{
    display: inline-block;
}
.public-bream-cont .span-01 a{
    display: inline-block;
    min-width: 134px;
    padding: 0 15px;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.public-bream-cont .span-01.on a{
    background-color: #0b4594;
    color: #fff;
}

.about-intro{
    padding-top: 47px;
    padding-bottom: 53px;
}
.about-title{
    font-size: 32px;
    color: #0b4594;
    line-height: 32px;
    padding-bottom: 23px;
    background: url('../images/line-06.jpg') center bottom no-repeat;
}
.about-title.white{
    color: #fff;
    background: url('../images/line-07.jpg') center bottom no-repeat;
}
.about-intro-des{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: justify;
    margin-top: 33px;
}


.about-culture{
    padding-top: 100px;
    padding-bottom: 95px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about-culture-cont{
    margin: 60px -52px 0;
}
.about-culture-01{
    float: left;
    width: 33.33%;
    padding-left: 52px;
    padding-right: 52px;
    color: #fff;
}
.about-culture-01 .span-img{
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
}
.about-culture-01 .span-img img{
    width: 100%;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.about-culture-01 .b-txt{
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-top: 25px;
}
.about-culture-01 .span-des{
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.about-culture-01:hover .span-img img{
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg);
}


.about-honor{
    padding-top: 60px;
    padding-bottom: 73px;
}
/*.about-honor-owl{
    margin-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
}
.about-honor-owl .bd li{
    float: left;
    width: 25%;
    min-width: 200px;
}
.about-honor-owl .prev,
.about-honor-owl .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    font-size: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about-honor-owl .prev{
    left: 0;
    background: url('../images/arrow-left2.png') center center no-repeat;
}
.about-honor-owl .next{
    right: 0;
    background: url('../images/arrow-right2.png') center center no-repeat;
}*/
.about-honor-owl{
    padding-top: 20px;
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
}
.about-honor-owl>div{
    padding-left: 10px;
    padding-right: 10px;
}
.about-honor-owl a{
    margin-top: 20px;
    border: 2px solid #ddd;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about-honor-owl a img{
    width: 100%;
}
.about-honor-owl a .span-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.about-honor-owl a:hover{
    border: 2px solid #0b4594;
}


/*---------------------------------------- 05_工程业绩 ----------------------------------------*/
.gcyj-hzcase{
    padding-top: 50px;
}
.gcyj-hzcase-list li{
    position: relative;
    padding: 50px 0;
}
.gcyj-hzcase-list li::before{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    z-index: 0;
    background-color: #f7f7f7;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.gcyj-hzcase-list li .container{
    z-index: 2;
}
.gcyj-hzcase-list li .a-img{
    float: left;
    width: 48.33%;
}
.gcyj-hzcase-list li .a-img img{
    width: 100%;
}
.gcyj-hzcase-list li .gcyj-hzcase-01{
    position: absolute;
    right: 2.5%;
    left: 53.33%;
    top: 0;
    bottom: 0;
}
.gcyj-hzcase-list li:nth-child(even) .a-img{
    float: right;
}
.gcyj-hzcase-list li:nth-child(even) .gcyj-hzcase-01{
    left: 2.5%;
    right: 53.33%;
}
.gcyj-hzcase-list li:nth-child(even)::before{
    left: 100%;
    right: 0;
}

.gcyj-hzcase-01 table,.gcyj-hzcase-01 td{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.gcyj-hzcase-01 .div-title{
    padding-bottom: 21px;
    background: url('../images/line-08.jpg') left bottom no-repeat;
}
.gcyj-hzcase-01 .div-title .span-name{
    font-weight: bold;
}
.gcyj-hzcase-01 .div-title .span-name a{
    font-size: 20px;
    line-height: 22px;
    color: #333;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.gcyj-hzcase-01 .div-title .span-des{
    margin-top: 16px;
}
.gcyj-hzcase-01 .div-title .span-des a{
    font-size: 18px;
    line-height: 22px;
    color: #333;
}
.gcyj-hzcase-01 .div-des{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 25px;
}
.gcyj-hzcase-01 .a-more{
    width: 128px;
    height: 36px;
    line-height: 34px;
    color: #0b4594;
    border: 1px solid #0b4594;
    margin-top: 34px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.gcyj-jdcase{
    padding-top: 30px;
    padding-bottom: 80px;
}
.gcyj-jdcase-cont{
    padding-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 50px;
}
.gcyj-jdcase-01{
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}


/*---------------------------------------- 06_工程业绩_详情 ----------------------------------------*/
.news-art{
    margin-top: 44px;
}
.news-art .div-title{
    padding-bottom: 16px;
    border-bottom: 1px solid #ededed;
    text-align: center;
}
.news-art .div-title .span-title{
    font-size: 18px;
    color: #0b4594;
    font-weight: bold;
    line-height: 30px;
}
.news-art .div-title .span-info{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    padding-top: 20px;
}
.news-art .div-title .span-info .bdo-01,.news-art .div-title .span-info .bdo-share{
    float: left;
    margin: 10px 35px 0;
}
.news-art .div-title .span-info .bdo-01 img{
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.news-art .div-title .span-info .bdshare-button-style0-16 i{
    font-style: normal;
}
.news-art .div-title .span-info .bdshare-button-style0-16 a{
    margin: 3px 15px 0 5px;
}
.news-art .div-details{
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-top: 25px;
}
.news-art .div-details img{
    height: auto !important;
}

.news-page{
    margin-top: 70px;
    padding: 35px 260px 74px 0;
    border-top: 1px solid #e6e6e6;
}
.news-page .span-01{
    padding: 6px 0;
}
.news-page .span-01 a{
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding-left: 26px;
    background: url('../images/icon-07.png') left center no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-page .span-01:first-child a{
    background: url('../images/icon-06.png') left center no-repeat;
}
.news-page .a-return{
    position: absolute;
    top: 42px;
    right: 0;
    width: 100px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #0b4594;
    border-radius: 4px;
    font-weight: bold;
}
.news-page .a-return img{
    margin-right: 9px;
}
.news-page .a-return img{
    position: relative;
    top: -2px;
}


/*---------------------------------------- 07_技术服务 ----------------------------------------*/
.service-main{
    padding-top: 26px;
    padding-bottom: 60px;
}
.service-list1{
    margin-bottom: 50px;
}
.service-list1 li{
    position: relative;
    padding-right: 95px;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px dashed #e6e6e6;
}
.service-list1 li a{
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.service-list1 li .span-date{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    color: #666;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/*---------------------------------------- 09_资料下载 ----------------------------------------*/
.down-list{
    margin-bottom: 50px;
}
.down-list li{
    background-color: #fff;
    margin-top: 30px;
    padding: 30px 40px 40px 86px;
}
.down-list li:first-child{
    margin-top: 20px;
}
.down-list li .div-title{
    height: 30px;
    line-height: 30px;
}
.down-list li .div-title .mg-icon{
    float: left;
    margin-left: -45px;
}
.down-list li .div-title a{
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.down-list li .div-des{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.down-list li .a-more{
    display: block;
    width: 128px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #0b4594;
    margin-top: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.down-list li .a-more span{
    display: inline-block;
    padding-right: 21px;
    color: #0b4594;
    background: url('../images/icon-11.png') right center no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/*---------------------------------------- 10_新闻中心 ----------------------------------------*/
.news-list{
    margin-bottom: 50px;
}
.news-list li{
    background-color: #fff;
    margin-top: 30px;
    padding: 30px 28px 30px 260px;
}
.news-list li:first-child{
    margin-top: 20px;
}
.news-list li .a-img{
    float: left;
    margin-left: -230px;
}
.news-list li .a-img img{
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news-list li .div-title{
    padding-right: 95px;
    margin-top: -4px;
    height: 24px;
}
.news-list li .div-title a{
    display: inline-block;
    max-width: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news-list li .div-title .span-date{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.news-list li .div-des{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-list li .a-more{
    width: 128px;
    height: 36px;
    line-height: 34px;
    color: #0b4594;
    border: 1px solid #0b4594;
    margin-top: 26px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/*---------------------------------------- 12_联系我们 ----------------------------------------*/
.contact-main{
    padding-top: 65px;
}
.contact-maplist li{
    padding: 60px 0;
}
.contact-maplist li:first-child{
    padding-top: 40px;
}
.contact-maplist li .div-map{
    float: right;
    width: 56.66%;
    border: 1px solid #e6e6e6;
}
.contact-maplist li .div-map img{
    width: 100%;
}
.contact-maplist li .contact-cont{
    position: absolute;
    left: 0;
    width: 46.66%;
    top: 10.52%;
    bottom: 10.52%;
    padding: 45px 100px 20px;
    background-color: #fff;
    -webkit-box-shadow:0 0 12px rgba(101, 101, 101, .1);  
    -moz-box-shadow:0 0 12px rgba(101, 101, 101, .1);  
    box-shadow:0 0 12px rgba(101, 101, 101, .1); 
}

.contact-maplist li:nth-child(even){
    background-color: #f7f7f7;
}
.contact-maplist li:nth-child(even) .div-map{
    float: left;
}
.contact-maplist li:nth-child(even) .contact-cont{
    left: auto;
    right: 0;
}


.contact-cont .div-title{
    font-size: 16px;
    font-weight: bold;
    color: #222;
    line-height: 26px;
}
.contact-cont .div-list{
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.contact-cont .div-list .span-01{
    margin-top: 13px;
    padding-left: 88px;
}
.contact-cont .div-list .span-01:first-child{
    margin-top: 30px;
}
.contact-cont .div-list .span-01 .bdo-01{
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    margin-left: -88px;
}
.contact-cont .div-list .span-01 .bdo-01 i{
    float: left;
    font-style: normal;
    width: 60px;
    text-align: justify;
    text-align-last: justify;
}

.contact-message{
    padding-top: 60px;
    padding-bottom: 95px;
    background: url('../images/bg-03.png') left center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-message-01{
    float: right;
    width: 640px;
}
.contact-message-01 .about-title{
    margin-left: 98px;
    padding-bottom: 0;
    line-height: 36px;
    padding-left: 25px;
    border-left: 3px solid #0b4594;
    background: none;
    text-align: left;
}
.contact-message-01 li{
    padding-left: 98px;
    margin-top: 20px;
}
.contact-message-01 li:first-child{
    margin-top: 40px;
}
.contact-message-01 li .span-name{
    float: left;
    width: 98px;
    margin-left: -98px;
    font-size: 16px;
    color: #333;
    line-height: 50px;
}
.contact-message-01 li .span-name bdo{
    color: #ff0000;
    margin-right: 5px;
}
.contact-message-01 li .put-01{
    margin: 0;
    outline: none;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    line-height: 30px;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
}
.contact-message-01 li .txt-01{
    margin: 0;
    outline: none;
    border: 1px solid #e5e5e5;
    resize: none;
    border-radius: 5px;
    width: 100%;
    height: 140px;
    line-height: 30px;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
}
.contact-message-01 li .put-01::-webkit-input-placeholder,.contact-message-01 li .txt-01::-webkit-input-placeholder { color: #999; }
.contact-message-01 li .put-01:-moz-placeholder,.contact-message-01 li .txt-01:-moz-placeholder { color: #999; opacity: 1; }
.contact-message-01 li .put-01::-moz-placeholder,.contact-message-01 li .txt-01::-moz-placeholder { color: #999; opacity: 1; }
.contact-message-01 li .put-01:-ms-input-placeholder,.contact-message-01 li .txt-01:-ms-input-placeholder { color: #999; }

.contact-message-01 li .but-01{
    border: none;
    width: 170px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background: #0b4594;
}


/*---------------------------------------- 13_招贤纳士 ----------------------------------------*/
.join-main{
    padding-top: 46px;
    padding-bottom: 80px;
}
.join-txt{
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-top: 32px;
}


.jobs-list{
    margin-top: 60px;
}
.jobs-list li{
    margin-top: 1px;
}
.jobs-list li:first-child{
    margin-top: 0;
}
.jobs-li span{
    float: left;
}
.jobs-li .span-01{
    width: 22%;
    padding-left: 40px;
}
.jobs-li .span-02{
    width: 18.66%;
}
.jobs-li .span-03{
    width: 48.09%;
}
.jobs-li .span-05{
    width: 11.25%;
    text-align: center;
}
.jobs-li1{
    background-color: #e5e3e3;
    font-size: 20px;
    color: #333;
    height: 60px;
    line-height: 60px;
}
.jobs-top{
    background-color: #f7f7f7;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.jobs-top .span-01{
    color: #0b4594;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.jobs-top .span-05 bdo{
    display: none;
    padding-right: 16px;
}
.jobs-top .span-05 .bdo1{
    display: inline-block;
    background: url('../images/icon-16.png') right center no-repeat;
}
.jobs-top .span-05 .bdo2{
    background: url('../images/icon-17.png') right center no-repeat;
}

.jobs-top.on{
    color: #fff;
    background-color: #0b4594;
}
.jobs-top.on .span-01{
    color: #fff;
}
.jobs-top.on .span-05 .bdo1{
    display: none;
}
.jobs-top.on .span-05 .bdo2{
    display: inline-block;
}

.jobs-bottom{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-top: 26px;
    padding-bottom: 27px;
    display: none;
    border: 1px solid #0b4594;
    padding-left: 3.33%;
    padding-right: 3.33%;
}
.jobs-bottom .b1{
    margin-top: 26px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}
.jobs-bottom .b1:first-child{
    margin-top: 0;
}

.join-tj{
    font-size: 16px;
    color: #0b4594;
    line-height: 30px;
    padding: 10px 200px 10px 0;
    margin-top: 50px;
}
.join-tj span{
    display: inline-block;
}
.join-tj a{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #0b4594;
    text-align: center;
}


/*---------------------------------------- 03_产品中心 ----------------------------------------*/
.product-main{
    padding-top: 35px;
    padding-bottom: 80px;
}
.product-menu{
    position: static;
    float: left;
    width: 260px;
    background-color: #fff;
}
.product-menu .div-title{
    background-color: #0b4594;
    padding-left: 20px;
    padding-right: 20px;
}
.product-menu .div-title span{
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 46px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
}
.product-menu .div-list .span-01{
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px dashed #e6e6e6;
    height: 48px;
}
.product-menu .div-list .span-01:first-child{
    border-top: none;
}
.product-menu .div-list .span-01 a{
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
    color: #555;
    line-height: 48px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.product-menu .div-list .span-01.on a{
    color: #0b4594;
}


.prosuct-list{
    float: right;
    width: 75.83%;
}

.prosuct-list .row{
    padding-bottom: 20px;
}
.prosuct-list .index-product-a1{
    margin-bottom: 30px;
}
.prosuct-list .index-product-a1 .span-02{
    visibility: visible;
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
    transform: scale(1);
}
.prosuct-list .index-product-a1 .span-02 .bdo-img img{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.prosuct-list .index-product-a1 .span-02 .bdo-cont .i-cont{
    margin-top: 13px;
}

.prosuct-list .index-product-a1 .span-02 .bdo-cont{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.prosuct-list .index-product-a1 .span-02 .bdo-cont .i-title{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.prosuct-list .index-product-a1 .span-02 .bdo-cont .i-cont{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.prosuct-list .index-product-a1 .span-02 .i-more .mg1{
    display: block;
}
.prosuct-list .index-product-a1 .span-02 .i-more .mg2{
    display: none;
}


/*---------------------------------------- 04_产品中心_详情 ----------------------------------------*/
.productxq-main{
    padding-top: 50px;
    padding-bottom: 70px;
}
.product-left{
    float: left;
    width: 71.66%;
}
.product-right{
    float: right;
    width: 25%;
    background-color: #f7f7f7;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
}

.pro-info{
    line-height: 28px;
    margin-bottom: 30px;
}
.pro-info img{
    display: block;
}
.pro-info .div-title{
    font-size: 20px;
    color: #0b4594;
    font-weight: bold;
    margin-top: -4px;
}
.pro-info .div-des{
    font-size: 14px;
    color: #666;
    margin-top: 18px;
    text-align: justify;
}
.pro-info-scroll{
    float: right;
    width: 50%;
    margin-left: 30px;
}
.pro-info-big{
     border: 1px solid #e6e6e6;
}
.tb-booth {position:relative;z-index:1;width:100%;}
.tb-booth .tb_img{width:100%;height:100%;position:relative;display:block;}
.tb-booth img{width:100%;height:100%; max-width: inherit; display: block;}

div.zoomDiv {z-index:999;position:absolute;top:0px;left:0px;width:200px;height:540px;background:#fff;display:none;text-align:center;overflow:hidden;}
div.zoomMask {position:absolute;cursor:move;z-index:1;}
div.zoomMask a{width:100%;height:100%;display:block;}


.pro-art-title{
    padding-left: 30px;
    background-position: left top;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 18px;
    color: #0b4594;
    line-height: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.pro-art-des{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    padding-top: 22px;
    padding-bottom: 40px;
    text-align: justify;
}


.pro-art-table{
    width: 81.4%;
    border: 1px solid #e6e6e6;
    text-align: center;
}
.pro-art-table th{
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 32px;
    background-color: #e6e6e6;
}
.pro-art-table td{
    width: 25%;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    vertical-align: top;
    line-height: 32px;
}

.pro-info-owl{
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 10px;
}
.pro-info-owl .owl-nav button.owl-prev,
.pro-info-owl .owl-nav button.owl-next{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 14px;
    font-size: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pro-info-owl .owl-nav button.owl-prev{
    left: 0;
    background: url('../images/arrow-left3.jpg') center center no-repeat;
}
.pro-info-owl .owl-nav button.owl-next{
    right: 0;
    background: url('../images/arrow-right3.jpg') center center no-repeat;
}
.pro-info-owl .span-img{
    border: 1px solid #e6e6e6;
    cursor: pointer;
}
.pro-info-owl .span-img img{
    width: 100%;
}

.pro-list{
    padding-top: 30px;
}
.pro-list .div-title{
    padding-left: 12px;
    border-left: 3px solid #0b4594;
    line-height: 22px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.pro-ple-list{
    font-size: 14px;
    color: #666;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dbdbdb;
}
.pro-ple-list li{
    height: 32px;
    line-height: 32px;
}
.pro-ple-list li a{
    display: inline-block;
    max-width: 100%;
    color: #666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.pro-down-list{
    padding-top: 13px;
}
.pro-down-list li{
    margin-top: 12px;
}
.pro-down-list li:first-child{
    margin-top: 0;
}
.pro-down-list li .div-name{
    font-size: 14px;
}
.pro-down-list li .div-name a{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pro-down-list li>a{
    font-size: 14px;
    color: #0b4594;
}


/*---------------------------------------- 14_厂区展示 ----------------------------------------*/
.about-show{
    padding-bottom: 30px;
}
.about-show .row{
    margin-left: -20px;
    margin-right: -20px;
}
.about-show .row>div{
    padding-left: 20px;
    padding-right: 20px;
}
.about-show-a1{
    margin-top: 40px;
}
.about-show-a1>img{
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-show-a1 .span-txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    padding: 7px 15px;
    background: rgba(0,0,0,.5);
    text-align: center;
}
.about-show-a1 .span-icon{
    visibility: hidden;
}
.about-show-a1.item_link .span-icon{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    visibility: visible;
    background: rgba(0,0,0,.5);
}
.about-show-a1 .mg-icon{
    position: absolute;
    left: 50%;
    top: calc(50% - 24px);
    transform: translate(-50%,-50%);
}

.about-show-a1:hover>img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1); 
}

.video-cont{
    margin-top: 20px;
}
.video-v{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.video-v video{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit:fill;
}
.video-cont .div-play{
    position: relative;
    z-index: 1;
}
.video-cont .div-play>img{
    display: block;
    width: 100%;
}
.video-cont .div-play .span-txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    padding: 7px 15px;
    background: rgba(0,0,0,.5);
    text-align: center;
}
.video-cont .div-play .span-icon{
    position: absolute;
    left: 50%;
    top: calc(50% - 24px);
    transform: translate(-50%,-50%);
}

.video-cont.on .video-v{
    z-index: 5;
}



















