.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: 'ziti1';
    src: url("../img/Maler.ttf");
}
@font-face {
    font-family: 'ziti2';
    src: url("../img/huxiaobo.ttf");
}
.padding{
    padding:50px 0;
}
.transi{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.img_jz{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.img_cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_container{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.textover{
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.allnav{
    width: 100%;
    height: 100px;
    border-bottom:4px solid #0066b8;
}
.allnav .logo{
    float: left;
    margin-top: 13px;
}
.allnav .menu{
    float: right;
    width: 745px;
}
.allnav .menu ul {
    width: 100%;
}
.allnav .menu ul li{
    float: left;
    width: 124px;
    position: relative;
    text-align: center;
    height: 100px;
    padding-top: 30px;
}
.allnav .menu ul li a span{
    display: block;
}
.allnav .menu ul li a .s1{
    font-size:16px;
    color:#2f2f2f;
    position: relative;
}
.allnav .menu ul li a .s2{
    font-size:12px;
    color:#767676;
    text-transform: uppercase;
    position: relative;
}
.allnav .menu ul li:after{
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:0;
    width: 0;
    height: 4px;
    background: #6bb441;
    transition: all 0.35s;
}
.allnav .menu ul li:hover:after ,.allnav .menu ul li.active:after{
    width: 100%;
}
.allnav .menu ul li:before{
    position: absolute;
    content:"";
    right:0;
    top:50%;
    transform:translateY(-50%);
    width: 1px;
    height: 23px;
    background: #606060;
}
.bannerbox{
    height: 600px;
}
.swiper-container-banner{
    height: 100%;
}
.swiper-container-banner .swiper-wrapper{
    height: 100%;
}
.swiper-container-banner .swiper-slide{
    height: 100%;
}
.swiper-container-banner .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.bannerbox .buttonbox{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 100%;
}
.bannerbox .buttonbox .warpper{
    position: relative;
    height: 100%;
}
.bannerbox .buttonbox .but{
    width: 234px;
    line-height: 80px;
    height: 80px;
    text-align:center;
    background: #205ba9;
    margin-top: 0;
    top:inherit;
    bottom:0;

}
.bannerbox .buttonbox .but:after{
    display: none;
}
.bannerbox .buttonbox .but:nth-child(2){
    background: #0d3e7e;
}
.bannerbox .buttonbox .but span{
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
}
.bannerbox .buttonbox .but img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.bannerbox .buttonbox .but:nth-child(2) img{
    margin-right: 0;
    margin-left:20px;
}
.swiper-button-next-banner{
    right:inherit;
    left:234px;
}
.swiper-button-prev-banner{
    left:0;
}
.hot{
    height: 85px;
    background: #2b2b2b;
    overflow: hidden;
}
.hot .left{
    float: left;
    padding-left:65px;
    background:url("../img/hot-icon.png") no-repeat left center;
}
.hot .left a{
    display: inline-block;
    line-height: 85px;
    color:#d0d0d0;
    font-size:14px;
    margin-right: 15px;
}
.hot .left a:first-child{
    font-size:16px;
    color:#fff;
    margin-right: 0;
}
.hot .searchbox{
    float:right;
    margin-top: 20px;
}
.hot .searchbox input[type=text]{
    float: left;
    width: 300px;
    line-height: 45px;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#5f5f5f;
    border-radius: 20px 0 0 20px;
    text-indent: 20px;
}
.hot .searchbox input[type=text]::placeholder{
    font-size:14px;
    color:#adadad;
}
.hot .searchbox input[type=submit]{
    float: left;
    width: 60px;
    line-height: 45px;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    background:#0066b8 url("../img/search.png") no-repeat center;
}

.alltitle .fir{
    font-family: Impact;
    font-size:28px;
    color:#205ba9;
    text-transform: uppercase;
}
.alltitle .fir span{
    color:#de5d0f;
    font-family: Impact;
}
.alltitle .sec{
    line-height: 40px;
    display: flex;
    align-items: center;
}
.alltitle .sec .t1{
    display: inline-block;
    font-size:26px;
    color:#000;
    font-weight: 700;
}
.alltitle .sec .line{
    display: inline-block;
    width: 125px;
    height: 2px;
    background: #205ba9;
}
.tbox .alltitle{
    float: left;
}

.protype a {
    display: inline-block;
    position: relative;
    margin-right: 37px;
    font-size:16px;
    color:#999999;
}
.protype a:hover ,.protype a.active{
    color:#205ba9;
    font-weight: 700;
}
.protype a:last-child{
    margin-right: 0;
}
.protype a:last-child:after{
    display: none;
}
.protype a:after{
    position: absolute;
    content:"/";
    font-size:16px;
    color:#999999;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    right: -23px;
}
.protype a:hover:after ,.protype a.active:after{
    color:#205ba9;
}

.allpro{
    width: 100%;
}
.allpro .imgbox{
    border:1px solid #dedede;
    padding:8px;
    height: 260px;
    overflow: hidden;
    border-radius: 10px;
}
.allpro:hover .imgbox{
    border:1px solid #0066b8;
}
.allpro .title{
    border-bottom:1px solid #ccc;
}
.allpro:hover .title{
    border-bottom:1px solid #0066b8;
}
.allpro .title .fir{
    float: left;
    padding-left:20px;
    font-size:16px;
    color:#666;
    line-height: 45px;
    width: 200px;
    position: relative;
}
.allpro .title .fir:before{
    position: absolute;
    content:"";
    width: 5px;
    height: 5px;
    background: #999999;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.allpro:hover .title .fir:before{
    background: #0066b8;
}
.allpro .title .icon{
    margin-right: 10px;
    float: right;
    width: 24px;
    height: 7px;
    background: url("../img/pro-icon.png") no-repeat center;
    margin-top: 18px;
}
.allpro:hover .title .icon{
    background: url("../img/pro-icon1.png") no-repeat center;
}

.probox{
    height: 674px;
    margin-top: 40px;
}
.probox .swiper-container-pro{
    height: 100%;
}
.probox .swiper-slide{
    height: 100%;
}
.probox .swiper-slide .indeboxlist{
    float: left;
    width: 277px;
    margin-right: 30px;
    margin-bottom: 35px;
}
.probox .swiper-slide .indeboxlist:nth-child(4n){
    margin-right: 0;
}

.in_gongyi{
    padding-top: 50px;
    background: url("../img/gongyibg.jpg") no-repeat center;
}
.in_gongyi .left{
    float: left;
    width: 384px;
    height: 700px;
    background: url("../img/gongyi-left.png") no-repeat center;
    padding:125px 75px 0 75px;
}
.in_gongyi .left .con{
    font-size:16px;
    color:#fff;
    margin-top: 45px;
}
.in_gongyi .left .xian{
    width: 42px;
    height: 1px;
    background: #fff;
    margin:15px 0;
}
.in_gongyi .left .en{
    font-size:12px;
    color:rgba(255,255,255,0.52);

}
.in_gongyi .left .tel{
    padding-left:40px;
    color:#fff;
    font-size:20px;
    font-family: ziti1;
    background: url("../img/gongyi-tel.png") no-repeat left center;
    margin-top: 50px;
    letter-spacing: 1px;
}
.in_gongyi .left .gongyi-a{
    display: block;
    width: 140px;
    line-height: 40px;
    text-align:center;
    font-size:16px;
    color:#fff;
    background: linear-gradient(rgb(255,141,19) 35%,rgb(223,95,15));
    border-radius: 0 12px 0 12px;
    margin:50px auto 0 auto;
}
.in_gongyi .right{
    float: left;
    width: 816px;
    position: relative;
}
.in_gongyi .right .top{
    margin-top: 25px;
}
.in_gongyi .right .top .imgbox{
    float: left;
    width: 435px;
    height: 330px;
    overflow: hidden;
    border-radius: 0 0 26px 0;
    box-shadow: 4px 0px 5px rgb(0 0 0 / 24%);
}
.in_gongyi .right .top .text{
    float: right;
    width: 352px;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    padding-right: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 50px;
    margin-top: 44px;
}
.in_gongyi .right .top .text .en{
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    line-height: 19px;
    font-weight: lighter;
    margin-top: 20px;
}
.in_gongyi .right  .bottom{
    position: relative;
}
.in_gongyi .right  .bottom-inner{
    width: 577px;
    margin-left: 40px;
    margin-top: 55px;
}
.in_gongyi .right  .bottom-inner .title{
    font-size:30px;
    font-weight: 700;
    color:#333;
    font-style: italic;
}
.in_gongyi .right  .bottom-inner .title span{
    font-family: ziti1;
    font-weight: 500;
}
.in_gongyi .right  .bottom-inner  .con{
    font-size:16px;
    color:#666666;
    line-height: 27px;
    margin-top: 25px;
}
.in_gongyi .right  .bottom-inner .title em{
    font-size:24px;
    color:#e4e5e7;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}
.in_gongyi .right  .bottom {
    position: relative;
}
.in_gongyi .right .but{
    position: absolute;
    width: 180px;
    height: 50px;
    right:0;
    bottom:55px;
}
.in_gongyi .right .but .gbut{
    width: 50%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align:center;
}
.in_gongyi .right .but .gbut:after{
    display: none;
}
.in_gongyi .right .but .gbut img{
    display: inline-block;
    vertical-align: middle;
}
.in_gongyi .right .but .swiper-button-prev-gongyi{
    background: #205ba9;
    border-radius: 0 0 0 15px;
    left:0;
}
.in_gongyi .right .but .swiper-button-next-gongyi{
    background: #ed6707;
    border-radius: 0 15px 0 0;
    right:0;
}

.in_shebei{
    padding:85px 0;
}
.tbox .allamore{
    float: right;
    margin-top: 35px;
}
.allamore a{
    display: flex;
    align-items: center;
}
.allamore .xian{
    width: 45px;
    height: 1px;
    background: #ed6707;
}
.allamore:hover .xian{
    width: 70px;
}
.allamore  span{
    display: inline-block;
    font-size:14px;
    color:#333333;
    margin:0 10px;
}
.allamore:hover  span{
    color:#ed6707;
    font-weight: 700;
}
.allshebei .imgbox{
    width: 100%;
    height: 270px;
    padding:10px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.shebei-item{
    margin-top: 35px;
}
.shebei-item .swiper-slide{
    padding:5px;
}
.shebei-item .pbox{
    line-height: 40px;
    margin-bottom: 10px;
}
.shebei-item .pbox span{
    font-size:14px;
    font-weight: 700;
    color:#333;
}
.shebei-item .pbox img{
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
.allshebei .title{
    line-height: 50px;
    font-size:16px;
    color:#333333;
    position: relative;
    text-align:center;
    padding:0 15px;
    margin-top: 20px;
}
.allshebei:hover .title{
    color:#205ba9;
    font-weight: 700;
}
.allshebei .title:before{
    content:"";
    position: absolute;
    width: 70%;
    height: 4px;
    background: #205ba9;
    top:0;
    right:0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.allshebei:hover .title:before{
    width: 100%;
}

.swiper-container-shebei9 .allshebei .title:before{
    background: #ed6707;
}
.swiper-container-shebei9 .allshebei:hover .title{
    color:#ed6707;
}
.in_company{
    padding:85px 0;
    background: url("../img/companybg.jpg") no-repeat center;
}
.in_company .left{
    float: left;
    width: 520px;
}
.in_company .left .con{
    font-size:14px;
    color:#666;
    line-height: 35px;
    margin:48px 0 30px 0;
}
.in_company .left .en{
    font-size:12px;
    color:#999999;
    line-height: 30px;
}
.in_company .left a{
    display: block;
    width: 65px;
    height: 45px;
    background: #de5d0f;
    border-radius: 6px;
    line-height:45px;
    text-align:center;
    font-size:30px;
    font-weight: 700;
    color:#fff;
    margin-top: 65px;
}
.in_company .left a:hover{
    background: #205ba9;
}
.in_company .right{
    float: right;
    width: 635px;
    height: 480px;
    position: relative;
    margin-right: 28px;
}
.in_company .right .tupian{
    position: relative;
    z-index: 2;
}
.in_company .right .imgbox{
    width: 100%;
    height: 484px;
    border-radius: 28px;
    overflow: hidden;
}
.swiper-container-company .swiper-pagination{
    text-align: right;
    padding-right: 64px;
    bottom: 33px;
}
.swiper-container-company .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    
}
.swiper-button-next-company{
    width: 155px;
    height: 155px;
    background: #ed6707;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #ba4c0a;
    padding-top: 89px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 1;
    position: absolute;
    right: -28px;
    bottom: -70px;
    top: inherit;
}
.swiper-button-next-company:after{
     display: none;
 }

.swiper-button-next-company img{
    display: inline-block;
    margin-left: 12px;
}

.in_news{
    padding-top: 50px;
    background: url("../img/newsbg.jpg") no-repeat top center;
}
.in_news .titlebox .alltitle{
    text-align:right;
}
.in_news .titlebox .alltitle .fir{
    padding-right: 313px;
}
.in_news .titlebox .alltitle .sec{
    text-align:right;
    padding-left: 585px;
}
.in_news .titlebox .right{
    float: right;
    margin-top: 106px;
}
.in_news .titlebox  .niu .but{
    float: left;
    margin-left: 742px;
    position: relative;
    width: 180px;
    height: 50px;
    margin-top: 74px;
}
.in_news .titlebox  .but .gbut{
    width: 50%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align:center;
}
.in_news .titlebox  .but .gbut:after{
    display: none;
}
.in_news .titlebox  .but .gbut img{
    display: inline-block;
    vertical-align: middle;
}
.in_news .titlebox  .but .swiper-button-prev-news{
    background: #205ba9;
    border-radius: 0 0 0 15px;
    left:0;
}
.in_news .titlebox  .but .swiper-button-next-news{
    background: #ed6707;
    border-radius: 0 15px 0 0;
    right:0;
}
.newsbox{
    margin-top: 70px;
}
.newsbox .text{
    position: relative;
    width: 100%;
    height: 240px;
    margin-top: 30px;
}
.newsbox .text .imgbox{
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top:0;
    left:0;
}
.newsbox .text .bg{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #efefef;
    top:0;
    left:0;
    opacity: 1;
}
.newsbox .text:hover .bg{
    opacity: 0;
}
.newsbox .text .wenzi{
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    padding:0 30px;
}
.newsbox .text .wenzi .title{
     font-size:16px;
     color:#333333;
     font-weight: 700;
    margin:50px 0 30px 0;
    padding-left: 95px;
 }
.newsbox .text:hover .wenzi .title{
    color:#fff;
}
.newsbox .text .wenzi .con{
    font-size:14px;
    color:#999999;
    line-height: 28px;
}
.newsbox .text:hover .wenzi .con{
    color:#fff;
}
.newsbox .text .time{
    position: absolute;
    width: 70px;
    height: 100px;
    background: #205ba9;
    color:#fff;
    text-align:right;
    padding-right:14px;
    left:30px;
    top:-30px;
    z-index: 4;
    padding-top: 14px;
}
.newsbox .text:hover .time{
    background: #ed6707;
}
.newsbox .text .time .fir{
    font-size:20px;
}
.newsbox .text .time .line{
    width: 11px;
    height: 1px;
    background: #fff;
    float: right;
}
.newsbox .text .time .sec{
    font-size:30px;
    font-weight: 700;
}
.in_honor{
    background: url("../img/honorbg.jpg") no-repeat center;
    padding:70px 0;
}
.in_honor .t{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding-left: 513px;
    padding-top: 48px;
}
.honorbox{
    margin-top: 90px;
}
.honorbox .imgbox{
    position: relative;
    height: 185px;
    padding:9px;
    border:1px solid #5f89c1;
    border-radius: 4px;
}
.honorbox .imgbox:hover{
    border:1px solid #fff;
}
.honorbox .title{
    text-align:center;
    font-size:14px;
    color:#a9b9d7;
    margin-top: 10px;
}
.honorbox .swiper-slide:hover .title{
    color:#fff;
}

.footbox{
    padding-top: 50px;
    padding-bottom: 30px;
    background: #273951;
}
.footbox .warpper{
    display:flex;
    justify-content: space-between;
}
.footbox .tbox{
    margin-bottom: 35px;
}
.footbox .tbox .fir{
    font-size:22px;
    color:#fff;
    font-weight: 700;
    text-transform: uppercase;
}
.footbox .tbox .sec{
    font-size:16px;
    color:#fff;
}
.footbox  .left p{
    font-size:14px;
    color:#fff;
    line-height: 25px;
}
.footbox  .left p span{
    color:#ed6707;
    font-weight: 700;
    font-size:20px;
}
.footbox  .center .imgbox{
    width: 115px;
    height: 115px;
    margin:0 auto;
}
.footbox  .center .imgbox img{
    width: 100%;
}
.footbox  .center  .t{
    text-align:center;
    font-size:12px;
    color:#fff;
    margin-top: 10px;
}
.footbox .right .abox{
    width: 200px;
}
.footbox .right .abox a{
    display: block;
    float: left;
    width: 50%;
    text-align:right;
    line-height: 30px;
    font-size:14px;
    color:#abafb6;
}
.footbox .right .abox a:hover{
    color:#fff;
    font-weight: 700;
}

.copy{
    line-height: 65px;
    font-size:14px;
    color:#fff;
    margin-top: 92px;
}
.copy a{
    font-size:14px;
    color:#fff;
}
.copy-left{
    float: left;
}
.copy-right{
    float: right;
}

.sbanner{
    height: 500px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    left:0;
    top:33%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align:center;
    color:#fff;
    font-weight: 700;
}
.sbanner .text .fir{
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    text-shadow: 0px 1px 3px #000;
    position: relative;
}
.sbanner .text .fir:before ,.sbanner .text .fir:after{
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 0.77em;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 0.42em;
}
.sbanner .text .sec{
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0px 1px 3px #000;
}
.allcrumbx{
    position: absolute;
    width: 100%;
    line-height: 70px;
    background: rgba(0,0,0,0.63);
    color: #fff;
    font-size: 14px;
    left:0;
    bottom:0;
}
.allcrumbx .warpper .right{
    float: right;
}
.allcrumbx a{
    font-size:14px;
    color:#fff;
}
.allcrumbx .left{
    float: left;
}
.allcrumbx .left a{
    display: block;
    float: left;
    line-height: 70px;
    width: 140px;
    font-size:16px;
    color:#fff;
    text-align:center;
}
.allcrumbx .left a:hover ,.allcrumbx .left a.active{
    background: #0066b8;
}
.info{
    padding:70px 0;
}

.inner-company-fir{
    margin-bottom: 60px;
}
.inner-company-fir .single{
    font-size:16px;
    color:#666;
    line-height: 30px;
}

.inner-company-sec{
    background-color: #eff4f8;
    padding:70px 0;
}
.inner-company-sec .qiyeitem{
    display: flex;
    justify-content: space-between;
}
.inner-company-sec .list{
    width: 370px;

}
.inner-company-sec .list .text{
    background: #fff;
    padding: 25px 30px;
}
.inner-company-sec .list .text .title{
    color: #0068b7;
    background: url(../img/companyIcon.png) right center no-repeat;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    font-size: 24px;
}
.inner-company-sec .list .text .con{
    font-size: 18px;
    color:#666;
}
.inner-company-sec .list .imgbox{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.inner-company-sec .list:hover .imgbox img{
    -webkit-transform: scale(1.05) translate3d(0,0,0);
    -moz-transform: scale(1.05) translate3d(0,0,0);
    -ms-transform: scale(1.05) translate3d(0,0,0);
    -o-transform: scale(1.05) translate3d(0,0,0);
    transform: scale(1.05) translate3d(0,0,0);
}
.inner-company-thr{
    padding:70px 0;
}
.inner-company-four{
    padding-top:40px;
}
.inner-company-four .more{
    display: block;
    width: 200px;
    line-height: 55px;
    text-align:center;
    border-radius: 40px;
    background: #205ba9;
    font-size:16px;
    color:#fff;
    margin:30px auto 0 auto;
}
.inner-company-four .more:hover{
    background: #eb9335;
}
.shilibox{
    height: 540px;
}
.shilibox .swiper-container{
    height: 100%;
}
.shilibox .swiper-slide{
    height: calc((100% - 20px) / 2);
}
.shilibox .imgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.shilibox .imgbox .title{
    position: absolute;
    width: 100%;
    line-height: 50px;
    font-size:16px;
    color:#fff;
    text-align:center;
    background: rgba(0,0,0,0.63);
    left:0;
    bottom:0;
}
.shilibox .imgbox:hover .title{
    background: #0066b8;
}
.shilibox .imgbox:hover img{
    -webkit-transform: scale(1.05) translate3d(0,0,0);
    -moz-transform: scale(1.05) translate3d(0,0,0);
    -ms-transform: scale(1.05) translate3d(0,0,0);
    -o-transform: scale(1.05) translate3d(0,0,0);
    transform: scale(1.05) translate3d(0,0,0);
}

.inner-pro-list{
    float: left;
    width: 299px;
    margin-right: 27px;
    margin-bottom: 35px;
}
.inner-pro-list:nth-child(3n){
    margin-right: 0;
}
.bg{
    background: #f6f6f6;
}
.zpro_left{
    float:left;
    border:1px solid #ddd;
    width: 430px;
    height: 465px;
}
.zpro_swiper{
    height: 86px;
    position: relative;
    width: 358px;
    margin-left:auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zpro_swiper .swiper-container{
    width: 100%;
}
.zpro_swiper .swiper-container .swiper-slide{
    cursor: pointer;
}
.zpro_swiper .gallery-thumbs .swiper-slide{
    background-size:cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zpro_swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    border:1px solid #0046b0;
}
.zpro_swiper .swiper-button-disabled{
    opacity: 1;
    background: #cfcfcf!important;
}
.zpro_swiper .swiper-button-next:after,.zpro_swiper .swiper-button-prev:after{
    font-size: 19px;
}
.zpro_swiper .swiper-button-next{
    right:-48px;}
.zpro_swiper .swiper-button-prev{
    left:-48px;
}
.zpro_swiper .swiper-button-next, .zpro_swiper .swiper-button-prev{
    background: #0046b0;
    top:0;
    margin-top: 0;
    height: 100%;
    width: 40px;
}
.zpro_left .swiper-container,.zpro_swiper .swiper-container{
    height: 100%;
}
.zpro_left .swiper-slide{
    height: 100%;
    background-color:#fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.zpro_left img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.info-main-rig {
    float: right;
    width: 455px!important;
    overflow: hidden;
}
.prodect-Info .info-main .info-main-rig .title {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 18px 0;
}
.prodect-Info .info-main .info-main-rig .price {
    height: 65px;
    background: #f6f6f6;
    line-height: 65px;
    padding: 0 20px;
    color: #ff8111;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}
.prodect-Info .info-main .info-main-rig .price span {
    font-size: 14px;
    color: #808080;
    font-weight: normal;
    margin-right: 25px;
}
.prodect-Info .info-main .info-main-rig .de-list {
    overflow: hidden;
    padding: 0 20px;
    min-height: 150px;
    max-height: 223px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item {
    overflow: hidden;
    padding-left: 60px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    word-wrap: break-word;
    margin-bottom: 10px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item .item-title {
    width: 60px;
    float: left;
    margin-left: -60px;
    color: #808080;
}
.prodect-Info .info-main .info-main-rig .order-btn {
    overflow: hidden;
    padding: 0 10px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit {
    display: block;
    width: 155px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #c91a13;
    color: #fff;
    font-size: 14px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit:hover {
    background: #c91a13;
}
.prodect-Info .info-center {
    overflow: hidden;
}
.prodect-Info .info-center .infoCenter-left {
    float: left;
    width: 260px;
}
.prodect-Info .info-center .infoCenter-left .pro-sider {
    float: none;
}
.prodect-Info .info-center .infoCenter-right {
    float: right;
    width: 870px;
    background: #fff;
    padding: 0 25px;
    min-height: 800px;
}
.center-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 48px;
    margin-bottom: 20px;
    background: #e5e5e5;
    height: 48px;
}
.center-title span{
    height: 48px;
    display: inline-block;
    padding: 0 22px;
    line-height: 48px;
    background: #0046b0;
    color: #fff;
}

.send-form{
    background: #fff;
    padding: 35px;
    margin-bottom: 35px;
}
.form-left{
    width: 481px;
    float: left;
}
.order-line{
    border: 1px solid #e5e5e5;
    height: 58px;
    width: 100%;
    margin-bottom: 20px;
}
.order-line lable{
    float: left;
    display: block;
    width: 133px;
    text-align: center;
    border-right:1px solid #e5e5e5;
    line-height: 57px;
    color: #a6a6a6;
    font-size: 16px;
}

.order-line h3{
    width: 135px;
    text-align: center;
    color: #a6a6a6;
    font-size: 16px;
    border-right: 1px solid #e5e5e5;
    font-weight: 100;
    float: left;
    line-height: 55px;
}
.order-line #verifyImg{
    height: 55px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.order-line input,.order-zhi{
    width:346px;
    display: block;
    float: left;
    height: 55px;
    background: #fff;
    line-height: 55px;
    color: #484848;
    font-size: 16px;
    text-indent: 27px;
}
.form-right{
    width: 389px;
    float: right;
}
.form-right .order-line textarea{
    height: 100%;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px;
    font-size: 16px;
    color: #a6a6a6;
}
.form-right .order-line textarea::placeholder{
    font-size: 16px;
    color: #a6a6a6;
}
.center-content {
    padding: 27px;
    background: #fff;
    margin-bottom: 56px;
}
.center-content p{
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.center-content img{
    max-width: 100%;
    margin:1% 0;
}
.form-right .order-line{
    height: 214px;
    position: relative;
}
.send-form .go-sub{
    width:158px;
    margin:0 auto;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    background: #0046b0;
    cursor: pointer;
    display: block;
}
.send-form .go-sub:hover{
    background: #ed6707;
}
.ztitle{
    color: #3a3a3a;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
}
.z_tel02{
    background: url(../img/tel03.png) no-repeat left center;
    padding-left: 62px;
    width: 170px;
    float: right;
}
.z_tel02 h4{
    color: #e6392d;
    font-size: 32px;
    line-height: 32px;
    font-family: 'dinrp';
    font-weight: normal;
}
.z_tel02 p {
    color: #b5b5b5;
    font-size: 14px;
}
.info-main-rig .case_btn{
    margin-left:0;
    margin-right: 0;
}
.info-main-rig .case_btn a{
    margin:0;
    float:left;
}
.info-main-rig>small{
    color: #333;
    font-size: 15px;
    line-height: 24px;
    height: 173px;
    display: block;
    padding-top: 22px;
}

.formcontent1{
    border: 1px solid #e5e5e5;
    height: 55px;
    width:560px;
    margin-bottom: 17px;
    margin-top: 17px;
}
.formcontent textarea{
    display: block;
    width: 100%;
    height: 203px;
    border: 1px solid #e5e5e5;
    color: #a6a6a6;
    font-size: 16px;
    line-height: 55px;
    text-indent: 30px;
    background: url("../img/p5.png") no-repeat top 12px right 25px;;
}
.formcontent1 h3{
    width: 135px;
    text-align: center;
    color: #a6a6a6;
    font-size: 16px;
    border-right: 1px solid #e5e5e5;
    font-weight: 100;
    float: left;
    line-height: 55px;
}
.formcontent1 input{
    width: 247px;
    display: block;
    float: left;
    height: 55px;
    background: #fff;
    line-height: 55px;
    color: #484848;
    font-size: 16px;
    text-indent: 27px;
}
.formcontent1 .verify{
    float: right;
    width: 177px;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
}
.form-sub{
    width: 370px;
    margin: 0 auto;
    height: 50px;
    padding-top: 19px;
}
.form-sub #submit{
    width:170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #138b89;
    color: #fff;
    font-size: 18px;
    float: left;
    border-radius: 30px;
}
.form-sub a{
    display: block;
    width:170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #8b8b8b;
    font-size: 18px;
    float: left;
    border-radius: 30px;
    margin-left: 20px;
}
.form-sub a:hover{
    background: #138b89;
    color: #fff;
}
.case_btn {
    margin: 0 auto;
    display: block;
    width: 444px;
    margin-bottom: 65px;
}
.case_btn a{
    display: block;
    float: left;
    line-height: 52px;
    width: 150px;
    text-align:center;
    font-size:16px;
    color:#fff;
    border-radius: 8px;
    background: #0046b0;
}
.case_btn a:hover{
    background: #ed6707;
}
.z_tel02 {
    background: url(../img/tel03.png) no-repeat left center;
    padding-left: 62px;
    width: auto;
    float: right;
}
.z_tel02 h4 {
    color: #0046b0;
    font-size: 32px;
    line-height: 32px;
    font-family: 'ziti3';
    font-weight: normal;
}
.center-content table{
    width: 100% !important;
    border-collapse: collapse;
}
.center-content table tr td{
    line-height: 30px;
    font-size: 16px;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #e5e5e5;
    text-align:center;
}
.prother ul li{
    float:left;
    width: 32%;
    margin-right: 2%;
}
.prother ul li:nth-of-type(3n){
    margin-right: 0;
}
.prother ul li a .imgbox{
    height: 250px;
    width: 100%;
    position: relative;
    background: #fff;
}
.prother ul li a p{
    background: #fff;
    line-height:50px;
    font-size:16px;
    color:#333;
    text-align:center;
}
.prother ul li:hover a p{
    background: #0046b0;
    color:#fff;
}
.info-main{
    overflow: hidden;
    margin-bottom: 54px;
    background: #fff;
    padding: 25px 25px 20px;
}

.innerprotype .protype{
    text-align:center;
    margin-bottom: 35px;
}
.innerprotype .protype a{
    font-size:20px;
}

.info-main-rig .des{
    font-size:14px;
    color:#666666;
    position: relative;
    margin: 19px 0 57px 0;
}
.info-main-rig .des span{
    display: block;
    line-height: 30px;
}
.info-main-rig .des span i{
    display: inline-block;
    font-weight: bold;
    color:#0066b8;
}
.info-main-rig .des span.s{
    font-weight: 700;
    color:#eb6100;
    font-size:16px;
}

.inner-gongyi-list{
    padding:30px;
    background: #fff;
    margin-bottom: 25px;
}
.inner-gongyi-list:hover{
    box-shadow: 0px 0px 5px #e3e3e3;
}
.inner-gongyi-list .imgbox{
    overflow: hidden;
    width: 380px;
    height: 262px;
    float: left;
}
.inner-gongyi-list:hover .imgbox img{
    -webkit-transform: scale(1.05) translate3d(0,0,0);
    -moz-transform: scale(1.05) translate3d(0,0,0);
    -ms-transform: scale(1.05) translate3d(0,0,0);
    -o-transform: scale(1.05) translate3d(0,0,0);
    transform: scale(1.05) translate3d(0,0,0);
}
.inner-gongyi-list  .text{
    float: right;
    width: 725px;
}
.inner-gongyi-list  .text .title{
    font-weight: 700;
    color:#333;
    font-size:20px;
    margin-top: 51px;
    margin-bottom: 20px;
}
.inner-gongyi-list  .text .title{
    color:#205ba9;
}
.inner-gongyi-list  .text .con{
    color: #666666;
    font-size:16px;
    line-height: 30px;
}
.inner-gongyi-list  .text .des{
    color: #666666;
    font-size:16px;
    line-height: 30px;
}

.news-detail-content-box{
    background: #fff;
    padding: 30px 20px;
}
.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;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.news-detail-content .news-detail p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.news-detail-content .news-detail img{
    max-width: 100%;
    margin:1% auto;
    display: block;
}
.img-item {
margin:10px 0 20px 0;
}
.img-item .imgbox{
    float: left;
    width: 375px;
    height: 250px;
    margin-right: 17px;
}
.img-item .imgbox:nth-child(3n){
    margin-right: 0;
}

.inner-shebei-list{
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 35px;
}
.inner-shebei-list:nth-child(3n){
    margin-right: 0;
}

.news-inner-list{
    float: left;
    width: 382px;
    margin-right: 27px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news-inner-list:hover{
    box-shadow: 0 7px 39px rgba(0, 0, 0, .1);
}
.news-inner-list:nth-child(3n){
    margin-right: 0;
}
.news-inner-list:nth-child(-n+3){
    margin-bottom: 27px;
}
.news-inner-list .imgbox{
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}
.news-inner-list .imgbox img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-inner-list:hover .imgbox img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.news-inner-list .imgbox .meng{
    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;
}
.news-inner-list .imgbox .meng a{
    display: block;
    width: 100%;
    height: 100%;
}

.news-inner-list:hover .imgbox .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);
}
.news-inner-list .text{
    width: 100%;
    position: relative;
    padding: 35px 28px 30px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.news-inner-list .text .fir{
    font-size:18px;
    color:#222;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-inner-list .text .sec{
    font-size:16px;
    color:#333;
    line-height: 25px;
    margin-top: 10px;
}
.news-inner-list .text .thr{
    font-size:16px;
    color:#333;
    margin-top: 16px;
    background: url("../img/inner-news-icon.png") no-repeat left 75px center;
}


.case-inner-item ul li{
    float: left;
    width: 382px;
    margin-right: 27px;
    -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: 27px;
}
.case-inner-item ul li:nth-child(3n){
    margin-right: 0;
}
.case-inner-item ul li .img{
    width: 100%;
    height: 284px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.case-inner-item ul li .img .pic{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -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 .meng{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(../images/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 20px;
    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);
}
.case-inner-item ul li:hover{
    box-shadow: 0 7px 39px rgba(0, 0, 0, .1);
}


.de-contact {
    overflow: hidden;
    margin-bottom: 43px;
}
.de-contact .contact-list {
    overflow: hidden;
    margin: 0 0 35px;
}
.de-contact .contact-list ul li {
    min-height: 28px;
    float: left;
    width: 33%;
    font-size: 14px;
    color: #595959;
    line-height: 35px;
    margin-bottom: 14px;
    word-wrap: break-word;
}
.de-contact .contact-list ul li span {
    display: block;
    float: left;
    color: #999;
    padding-left: 50px;
}
.de-contact .contact-list ul li.icon-01 {
    background: url(../images/contact-icon-01.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-02 {
    background: url(../images/contact-icon-02.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-03 {
    background: url(../images/contact-icon-03.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-04 {
    background: url(../images/contact-icon-04.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-05 {
    background: url(../images/contact-icon-05.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-06 {
    background: url(../images/contact-icon-06.png) no-repeat left top;
}
.de-contact .contact-map {
    overflow: hidden;
}
.de-contact .contact-map #dituContent {
    width: 100%;
    height: 440px;
    margin: 0 auto;
}

.contact {
    position: relative;
    margin-bottom: 59px;
}
.contact .title2 {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 25px;
}
.contact .title2 h2 {
    font-size: 26px;
    float: left;
    padding-top: 14px;
}
.contact .title2 .title2-right{
    float: right;
    text-align: right;
}
.contact .title2 .title2-right .fir{
    font-size:16px;
    color:#666;
    font-weight: 500;
}
.contact .title2 .title2-right .sec{
    font-size: 26px;
    color: #0656a9;
    font-weight: 700;
    font-family: ziti2;
}
.contact .list {
    padding: 30px 0;
    position: relative;
}
.contact .list li {
    position: relative;
    min-height: 45px;
    padding-left: 45px;
}
.contact .list li img {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top:6px;
    bottom: auto;
}
.contact .list li p {
    font-size:14px;
    color: #666;
    line-height:45px;
}
.contact .ewm {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 20px;
    bottom: auto;
}
.contact .ewm dd {
    padding-bottom: 15px;
}
.contact .ewm dd div {
    width: 125px;
    border: #eee solid 1px;
    float: left;
    margin-right: 25px;
}
.contact .ewm dd div img{
    width: 100%;
}
.contact .ewm dd p {
    font-size: 14px;
    line-height: 20px;
    color: #555;
    float: right;
    padding-top: 37px;
}
#sub{
    padding: 75px 0;
    background: url("../img/b10.jpg") no-repeat center / cover;
    background-attachment: fixed;
}
.lh-message {

}

.lh-message .container {
    background: #fff;
    border-top: 10px solid #0656a9;
    padding: 66px 80px;
}

.lh-message-l h2 {
    font-size: 16px;
    color: #000;
}

.lh-message-l h3 {
    font-size: 30px;
    font-weight: bold;
    color: #272727;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
    margin: 5px 0 70px;
}

.lh-message-l h3:after {
    content: '';
    display: block;
    width: 18px;
    height: 4px;
    background: #6bb441;
    position: absolute;
    left: 0;
    bottom: -36px;
}

.lh-message-l h4,.lh-message-l h5 {
    color: #878787;
    line-height: 24px;
}

.lh-message-l pre {
    color: #878787;
    line-height: 24px;
}

.lh-message-l h5 {
    margin-top: 28px;
}

.lh-message-l h6 {
    font-size: 24px;
    font-weight: bold;
    color: #272727;
    font-family: ziti2;
}

.lh-message-r {
    width: 606px;
}
.lh-message-input li{
    position: relative;
    margin-bottom: 10px;
}
.lh-message-input li h2 {
    color: #272727;
    margin: 0 0 3px 0;
}

.lh-message-input li input {
    border: none;
    background: #f5f5f5;
    line-height: 55px;
    font-size: 14px;
    color:#666;
    width: 100%;
    transition: ease .65s;
    padding-left: 20px;
    outline: none;
}
.lh-message-input li input::placeholder{
    font-size: 14px;
    color:#b7b7b7;
}

.lh-message-input li textarea {
    width: 100%;
    height: 127px;
    background: #f5f5f5;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    color:#666;
    transition: ease .65s;
}
.lh-message-input li textarea::placeholder{
    font-size: 14px;
    color:#b7b7b7;
}
.lh-message-input li input:focus {
    border-color: #272727;
}

.lh-message-input li textarea:focus {
    background: #F2F2F2;
}


.lh-message-r button {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #0656a9;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer;
}

.lh-message-r button:hover {
    background: #6bb441;
}
.lh-message-input li .verify{
    position: absolute;
    width: 100px;
    height: 39px;
    right: 5px;
    bottom: 8px;
    border: 1px solid #EAEAEA;
    padding: 5px;
}
.lh-message-input li .verify img{
    width: 100%;
    height: 100%;
}
.lh-message-l{
    float: left;
}
.lh-message-r{
    float: right;
}

.k{
    text-align:center;
    margin-bottom: 30px;
    font-size:15px;
    font-weight: 700;
    color:#333;
}
.k span{
    color:#205ba9;
}
.topper{
    background: #f4f4f4;
    line-height: 60px;
}
.topper .left{
    float: left;
    font-size:14px;
    color:#3a3a3a;
    padding-left:45px;
    background:url("../img/topper-left.png") no-repeat left center;
}
.topper .right{
    float: right;
    padding-left:90px;
    background:url("../img/topper-right.png") no-repeat left center;
    font-size:14px;
    color:#3a3a3a;
}
.topper .right span{
    color:#0066b8;
    font-size:18px;
    font-weight: bold;
}
.guangzi{
    background: #fff;
    height: 140px;
}
.guangzi .left{
    margin-top: 20px;
    float: left;
    padding: 22px 0 22px 160px;
    background:url("../img/guagnzi1.png") no-repeat left center;
}
.guangzi .left .fir{
    font-size:22px;
    color:#2f2f2f;
}
.guangzi .left .fir span{
    font-size:22px;
    color:#0066b8;
    font-weight: 700;
}
.guangzi .left .sec{
    font-size:14px;
    color:#494949;
}
.guangzi .right{
    float: right;
    margin-top: 31px;
}
.guangzi .right .list{
    float: left;
    width: 70px;
    text-align:center;
    margin-left:50px;
}
.guangzi .right .list .imgbox{
    position: relative;
    width: 100%;
    height: 45px;
}
.guangzi .right .list .imgbox img{

}
.guangzi .right .list p{
    font-size:14px;
    color:#383838;
    margin-top: 15px;
}

.new_pro{
    background:url("../img/productbg.jpg") no-repeat center / cover;
}

.tbox{
    text-align:center;
    margin-bottom: 35px;
}
.tbox .fir{
    display: inline-block;
    font-family: ziti2;
    font-size:32px;
    color:#333333;
    position: relative;
}
.tbox .fir:before ,.tbox .fir:after{
    position: absolute;
    content:"";
    width: 45px;
    height: 2px;
    background: #0066b8;
    top:50%;
    transform: translateY(-50%);
}
.tbox .fir:before{
    left:109%;
}
.tbox .fir:after{
    right:109%;
}
.tbox .fir span{
    color:#0066b8;
    font-family: ziti2;
}
.tbox .sec{
    font-size:14px;
    color:#333333;
    text-transform: uppercase;
}
.new_sider{
    float: left;
    width: 220px;
}
.new_sider .top{
    width: 100%;
    background: #2b2b2b;
    color:#fff;
    height: 80px;
    padding-left:18px;
    padding-top: 15px;
}
.new_sider .top .fir{
    font-size:20px;
    color:#fff;
    font-weight: 700;
}
.new_sider .top .sec{
    font-size:12px;
    color:#fff;
    text-transform: uppercase;
}
.new_sider .center{
    background: #fff;
}
.in_pro .new_sider .center{
    background: #eee;
}
.new_sider .center ul li a{
    line-height: 40px;
    font-size:14px;
    color:#333333;
    padding-left:25px;
    display: block;
}
.new_sider .center ul li a:hover ,.new_sider .center ul li a.active{
    background: #0066b8;
    color:#fff;
}
.new_sider .bottom{
    width: 100%;
    height: 85px;
    background: #6bb441;
    color:#fff;
    padding-top: 21px;
}
.new_sider .bottom .fir{
    font-size: 14px;
    padding-left: 86px;
    background: url(../img/new_sieder1.png) no-repeat left 40px center;
    line-height: 17px;
}
.new_sider .bottom .sec{
    font-size:22px;
    font-weight: bold;
    text-align:center;
}
.index_pro_right{
    float: right;
    width: 959px;
}
.index_pro_right .list{
    float: left;
    width: 310px;
    margin-right: 14px;
}
.index_pro_right .list:nth-child(3n){
    margin-right: 0;
}
.index_pro_right .list:nth-child(-n+3){
    margin-bottom: 29px;
}
.new_allpro .imgbox{
    width: 100%;
    height: 238px;
    overflow: hidden;
}
.new_allpro:hover .imgbox img{
    transform: scale(1.05);
}
.new_allpro .title{
    padding:0 15px;
    background: #fff;
}
.new_allpro:hover .title{
    background: #0066b8;
}
.new_allpro .title .fir{
    float: left;
    line-height: 50px;
    font-size:14px;
    color:#383838;
}
.new_allpro:hover .title .fir{
    color:#fff;
}
.new_allpro .title .icon{
    float: right;
    width: 22px;
    height: 50px;
    background: url("../img/pro1.png") no-repeat center;

}
.new_allpro:hover .title .icon{
    background: url("../img/pro11.png") no-repeat center;
}
.guansec{
    height: 250px;
    background: url("../img/guangsecbg.jpg") no-repeat center;
}
.guansec .left {
    float: left;
    padding: 94px 0 0 62px;
}
.guansec .left .fir{
    font-size:32px;
    color:#fff;
    font-family: ziti2;
}
.guansec .left .sec{
    font-size:16px;
    color:#fff;
}
.guansec .right{
    float: right;
    width: 210px;
    line-height: 40px;
    text-align:center;
    font-size:14px;
    color:#fff;
    background: #6bb441;
    margin-top: 96px;
}

.new_youshi{
    padding-bottom: 118px;
    background: url("../img/youshibg.jpg") no-repeat center / cover;
}
.new_youshi .youshi1{
    margin-bottom: 90px;
    margin-top: 80px;
}
.new_youshi .youshi1box{
    position: relative;
}
.new_youshi .youshi1box .youshi2{
    position: absolute;
    left:50%;
    top:50%;
    margin-top: -210px;
    margin-left: -218px;
}
.new_youshi .list{
    float: left;
    width: 366px;
    height: 135px;
}
.new_youshi .list:nth-child(2) ,.new_youshi .list:nth-child(4){
    float: right;
}
.new_youshi .list .fir{
    font-weight: 700;
    color:#fff;
    font-size:20px;
}
.new_youshi .list .fir .imgbox{
    float:left;
    width: 70px;
    height: 70px;
    position: relative;
}
.new_youshi .list .fir .imgbox img.img2{
    opacity: 0;
}
.new_youshi .list:hover .fir .imgbox img.img2{
    opacity: 1;
}
.new_youshi .list .fir .con{
    float: right;
    width: 277px;
    font-size:20px;
    font-weight: bold;
}
.new_youshi .list .sec{
    font-size:14px;
    color:rgba(255,255,255,0.68);
    margin-top: 12px;
}
.new_youshi .list:nth-child(2) .fir .imgbox ,.new_youshi .list:nth-child(4)  .fir .imgbox{
    float: right;
}
.new_youshi .list:nth-child(2) .fir .con ,.new_youshi .list:nth-child(4) .fir .con{
    float: left;
}
.new_youshi .list:nth-child(2) .sec ,.new_youshi .list:nth-child(4) .sec{
    text-align:right;
}
.new_case_box{
    position: relative;
}
.new_case_box .new_allpro .imgbox{
    height: 280px;
}
.new_case_box .new_allpro .title{
    background: #f5f5f5;
}
.new_case_box .new_allpro:hover .title{
    background:#0066b8;
}
.new_case_box .new_allpro .title .fir{
    line-height: 65px;
}
.new_case_box .new_allpro .title .icon{
    height: 65px;
}
.new_case_box .gbut{
    width: 40px;
    height: 100px;
    background: #0066b8;
    position: absolute;
    margin-top: -50px;
}
.new_case_box .gbut:after{
    display: none;
}
.new_case_box .swiper-button-prev-case{
    left:-75px;
}
.new_case_box .swiper-button-next-case{
    right:-75px;
}
.new_case_box .gbut:hover{
    background: #6bb441;
}

.new_company{
    padding-top: 75px;
    background: url("../img/companybg.jpg") no-repeat center top  / cover;
}
.new_company .des{
    font-size:16px;
    color:#ffffff;
    line-height: 30px;
    margin-bottom: 30px;
}
.new_company .con{
    height: 235px;
}
.new_company .con .left{
    float: left;
    width: 700px;
    height: 100%;
    background: #fff;
    padding:0 44px;
}
.new_company .con .left .top{
    display: flex;
    justify-content:space-between;
    margin-top: 39px;
}
.new_company .con .left .top .list{
    width: 116px;
}
.new_company .con .left .top .list .shu{
    float: left;
    width: 22px;
    height: 48px;
    background: url("../img/conbg.jpg") no-repeat center;
    color:#fff;
    font-size:14px;
    padding: 3px 0 0 4px;
}
.new_company .con .left .top .list .text{
    float: left;
    margin-left: 11px;
}
.new_company .con .left .top .list .text .fir{
    font-size:20px;
    color:#3d3d3d;
}
.new_company .con .left .top .list .text .sec{
    font-size:12px;
    color:#808080;
    text-transform: uppercase;
}
.new_company .con .left .bottom{
    margin-top: 20px;
}
.new_company .con .left .bottom .list{
    float: left;
    width:99px;
    height: 99px;
    border-radius: 100%;
    position: relative;
    margin-right: 20px;
}
.new_company .con .left .bottom .list-inner{
    width: 85px;
    height: 85px;
    border-radius: 100%;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    border:1px solid #ccc;
}
.new_company .con .left .bottom .list-inner .imgbox{
    width: 100%;
    height: 35px;
    position: relative;
    margin-top: 7px;
}
.new_company .con .left .bottom .list:hover{
    background: url("../img/yuan.png") no-repeat center;
}
.new_company .con .left .bottom .list:hover .list-inner{
    border:1px solid #fff;
}
.new_company .con .left .bottom .list:nth-child(1) .list-inner .imgbox{
    background: url("../img/c1.png") no-repeat center;
}
.new_company .con .left .bottom .list:nth-child(1):hover .list-inner .imgbox{
    background: url("../img/c11.png") no-repeat center;
}
.new_company .con .left .bottom .list:nth-child(2) .list-inner .imgbox{
    background: url("../img/c2.png") no-repeat center;
}
.new_company .con .left .bottom .list:nth-child(2):hover .list-inner .imgbox{
    background: url("../img/c22.png") no-repeat center;
}
.new_company .con .left .bottom .list:nth-child(3) .list-inner .imgbox{
    background: url("../img/c3.png") no-repeat center;
}
.new_company .con .left .bottom .list:nth-child(3):hover .list-inner .imgbox{
    background: url("../img/c33.png") no-repeat center;
}
.new_company .con .left .bottom .list-inner p{
    text-align:center;
    font-size:14px;
    color:#969696;
    margin-top: 5px;
}
.new_company .con .left .bottom .list:hover .list-inner p{
    color:#fff;
}
.new_company .con .right{
    float: right;
    width: 500px;
    height: 100%;
}
.new_news .top-list{
    float: left;
    width: 385px;
    margin-right: 22px;
}
.new_news .top-list:last-child{
    margin-right: 0;
}
.new_news .top-list .imgbox{
    width: 100%;
    height: 255px;
    overflow: hidden;
    margin-bottom: 14px;
}
.new_news .top-list:hover .imgbox img{
    transform: scale(1.05);
}
.new_news .alltext .title{
    font-size:18px;
    color:#444343;
    font-weight: 700;
    padding:0 10px;
}
.new_news .alltext:hover .title{
    color:#0066b8;
}
.new_news .alltext  .con{
    font-size:14px;
    color:#444343;
    padding:0 10px 14px 10px;
    border-bottom:2px solid #ececec;
    margin-top: 5px;
}
.new_news .alltext .time{
    margin-top: 13px;
}
.new_news .alltext .time .fir{
    float: left;
    font-size:14px;
    color:#666;
}
.new_news .alltext .time .sec{
    float: right;
    width: 105px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_news .alltext .time .sec .line{
    height: 1px;
    width: 35px;
    background: #d8d8d8;
}
.new_news .alltext .time .sec .more{
    font-size:14px;
    color:#444343;
    text-transform: uppercase;
}
.new_news .alltext .time .sec .jian{
    font-size:14px;
    color:#444343;
}
.new_news .bottom{
    margin-top: 45px;
}
.new_news .bottom-list {
    float: left;
    width: 385px;
    margin-right: 22px;
}
.new_news .bottom-list:last-child{
    margin-right: 0;
}
.new_news .bottom-list .titlebox{
    border-bottom: 2px solid #ececec;
}
.new_news .bottom-list .titlebox .left{
    float: left;
}
.new_news .bottom-list .titlebox .right{
    float: right;
    width: 323px;
}
.new_news .bottom-list .titlebox .shu{
    font-size:38px;
    color:#dddddd;
    font-weight: bold;
}
.new_news .bottom-list:hover .titlebox .shu{
    color:#0066b8;
}
.new_news .bottom-list .alltext .con{
    border-bottom:none;
}
.new_footerbox{
    height: 702px;
    background:url("../img/footerbg.jpg") no-repeat center;
}
.new_footerbox .right{
    float: right;
    width: 944px;
}
.new_footerbox .right .top{
    width: 100%;
    margin-top: 53px;
}
.new_footerbox .right .top form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new_footerbox .right .top input[type=text]{
    width: 290px;
    line-height: 40px;
    height: 40px;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 20px;
}
.new_footerbox .right .top input[type=text]::placeholder{
    font-size:14px;
    color:#585858;
}
.new_footerbox .right .top textarea{
    line-height: 40px;
    height: 40px;
    width: 617px;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 20px;
    margin-top: 20px;
}
.new_footerbox .right .top textarea::placeholder{
    font-size:14px;
    color:#585858;
}
.new_footerbox .right .top .submit{
    display: block;
    line-height: 40px;
    width: 290px;
    font-size:14px;
    color:#fff;
    text-align:center;
    background: #0066b8;
    margin-top: 20px;
}
.new_footerbox .right .top .submit:hover{
    background: #6bb441;
}
.new_footerbox .right .top .code{
    position: relative;
}
.new_footerbox .right .top .code .verify{
    position: absolute;
    width: 90px;
    height: 40px;
    right:0;
    top:0;
}
.new_footerbox .right .top .code .verify img{
    width: 100%;
    height: 100%;
}
.new_footerbox .right .center{
    display: flex;
    justify-content: space-between;
}
.new_footerbox .right .center .list .fir{
    font-size:14px;
    color:#353535;
}
.new_footerbox .right .center .list .sec{
    font-size:18px;
    color:#353535;
    font-weight: bold;
}
.new_footerbox .right .center{
    padding:50px 0 33px 0;
    border-bottom:1px solid #d5d4d4;
}
.new_footerbox .right .bottom{
    margin-top: 45px;
}
.new_footerbox .right .bottom .left{
    float: left;
    width: 630px;
    display: flex;
    justify-content: space-between;
}
.new_footerbox .right .bottom .tt .fir{
    font-size:18px;
    color:#282828;
    font-weight: bold;
}
.new_footerbox .right .bottom .tt .line{
    width: 29px;
    height: 2px;
    background: #0066b8;
    margin:10px 0;
}
.new_footerbox .right .bottom .abox a{
    display: block;
    font-size:14px;
    color:#4f4f4f;
    margin-bottom: 10px;
}
.new_footerbox .right .bottom .abox a:hover{
    color:#0066b8;
}
.new_footerbox .right .bottom .right{
    float: right;
    width: 157px;
    height: 157px;
    background: url("../img/erbg.png") no-repeat center;
    position: relative;
}
.new_footerbox .right .bottom .right img{
    width: 125px;
}
.new-inner-sec1 .left{
    float: left;
    width: 400px;
}

.new-inner-sec1 .left .fir{
    font-size:30px;
    color:#303030;
    font-weight: bold;
}
.new-inner-sec1 .left .sec{
    font-size:13px;
    color:#636363;
    text-transform: uppercase;
    margin-top: 4px;
}
.new-inner-sec1 .left .line{
    width: 75px;
    height: 4px;
    background: #0066b8;
    margin: 20px 0;
}
.new-inner-sec1 .right{
    float:right;
    font-size:16px;
    color:#303030;
    line-height: 30px;
    width: 687px;
}
.new-inner-sec2{
    height: 363px;
    background:url("../img/inner-img1.jpg") no-repeat center;
    margin:45px 0;
}
.new-inner-sec2 .right{
    float: right;
    width: 450px;
    text-align:center;
    color:#fff;
    margin-top: 110px;
}
.new-inner-sec2 .right .fir{
    font-family: ziti2;
    font-size:24px;
}
.new-inner-sec2 .right .sec{
    text-transform: uppercase;
    font-size:12px;
}
.new-inner-sec2 .right .thr{
    padding-left:50px;
    background: url("../img/inner-img2.png") no-repeat left 53px center;
    line-height: 37px;
    font-size:14px;
    margin-top: 30px;
}
.new-inner-sec2 .right .thr span{
    font-size:18px;
    font-weight: bold;
}

.in_pro .right{
    float: right;
    width: 960px;
}

.pro-des-right{
    float: right;
    width: 960px;
}
.inner-company-sec3{
    height: 320px;
    background: url("../img/inner-guang.jpg") no-repeat center;
}
.inner-company-sec3 .fir{
    font-family: ziti2;
    font-size:30px;
    color:#fff;
    padding-top: 116px;
}
.inner-company-sec3 .sec{
    font-size: 18px;
    color: #fff;
    letter-spacing: 16px;
    margin-top: 8px;
    padding-left: 11px;
}


.cbl {
    width: 67px;
    position: fixed;
    right: 10px;
    top: 44%;
    z-index: 3333;
}

.cbl.active {
    display: none;
}

.cbl li {
    margin-top: 5px;
    transition: 0.4s ease-in-out;
    height: 67px;
    width: 67px;
}

.cbl span {
    transition: 0.2s ease-in-out;
    display: inline-block;
    height: 67px;
    width: 67px;
    text-align: center;
    background: #0066b8;
    box-sizing: border-box;
    font-size: 12px;
    color: white;
    position: relative;
    padding-top: 43px;
}

.cbl span i {
    transition: 0.4s ease-in-out;
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
}
.cbl li.tel span{
    background: #0066b8 url("../img/s2.png") no-repeat center top 15px;
}

.cbl li.email span{
    background: #0066b8 url("../img/s4.png") no-repeat center top 15px;
}

.cbl li.weixin span{
    background: #0066b8 url("../img/s5.png") no-repeat center top 15px;
}

.cbl li.fd span{
    background: #0066b8 url("../img/s6.png") no-repeat center top 15px;
}

.cbl li.fd span .fir{
    font-size:12px;
}

.cbl span .fir {
    font-size:14px;
    color:#fff;
    text-align:center;
}
.cbl li:hover span .fir{
    color:#fff;
}

.cbl li aside {
    position: absolute;
    right: 76px;
    top: 0;
    padding:0 10px;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    transform:rotateX(-90deg);
    transition: all .2s linear 0s;
    display: inline-block;
    vertical-align: top;
    background: #0066b8;
    box-sizing: border-box;
    font-size: 16px;
    color: white;
    white-space: nowrap;
    font-family: ziti2;
}
.cbl li aside.ex{
    padding: 10px;
}
.cbl li aside img{
    width: 100px;
}
.cbl li:hover aside{
    transform:rotateX(0);
    opacity: 1;
    visibility: visible;
}
.cbl li aside:after{
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #0066b8;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}



















