.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;
}
.max-width{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
* {
    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: 'youshe';
    src: url("../img/youshe.TTF");
}
.warpper_mid{
    width: 1100px;
    margin:0 auto;
}
.warpper_min{
    width: 800px;
    margin:0 auto;
}

.padding {
    padding: 3% 0;
}

.padding-top {
    padding-top: 3%;
}

.padding-bottom {
    padding-bottom: 3%;
}
.bg{
    background: #f3f3f3;
}
.padding-inner{
    padding:3.5% 0;
}
.padding-inner-top{
    padding-top:3.5%;
}
.padding-inner-bottom{
    padding-bottom:3.5%;
}
.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;
}
.topper{
    position: fixed;
    width: 100%;
    left:0;
    top:0;
    background: #fff;
    z-index: 1000;
}
.topper.on{
    background: #F4F6FA;
}
.topper-inner{
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topper-inner .logo{
    display: flex;
    align-items: center;
}
.topper-inner .logo h1{
    font-size:24px;
    color:#053e8f;
    font-weight: bold;
    margin-left: 20px;
}
.topper-inner .menubox{
    width: 60%;
}
.topper-inner .menubox ul li{
    float: left;
    width: 16.66%;
}
.topper-inner .menubox ul li a{
    display: flex;
    height: 110px;
    align-items: center;
    justify-content: center;

}
.topper-inner .menubox ul li a span{
    font-size:16px;
    color:#343434;
}
.topper-inner .menubox ul li a i{
    display: block;
    width: 10px;
    height: 7px;
    background: url("../img/jian.png") no-repeat center;
    margin-left: 10px;
}
.topper-inner .menubox ul li:hover a span
,.topper-inner .menubox ul li.active a span{
    color: #053e8f;
}
.topper-inner .menubox ul li:hover a i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav_xiala{
    position: absolute;
    width: 100%;
    left:0;
    top:100%;
}
.nav_xiala .nav_xiala_item{
   display: none;
    padding:3% 0;
    background: #F4F6FA;
}
.nav_xiala_item.nav_product .pro_type{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 4%;
}
.nav_xiala_item .pro_type a{
    display: inline-block;
    font-size:16px;
    color:#666;
    margin: 0 20px;
    width: 18%;
    line-height: 40px;
    border-bottom:1px solid #e5e5e5;
    position: relative;
}
.nav_xiala_item .pro_type a:after{
    position: absolute;
    content:"";
    left:0;
    bottom:0;
    width:35px;
    height: 1px;
    background: #f4a931;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.nav_xiala_item .pro_type a:hover{
    color: #f4b031;
}
.nav_xiala_item .pro_type a:hover:after{
    width: 100%;
}
.nav_xiala_item.nav_news .pro_type a{
    margin-right: 4%;
}
.bannerbox{
    margin-top: 110px;
}
.bannerbox .swiper-slide img {
    width: 100%;
}


.banner-btn-box{
    position: absolute;
    height: 60px;
    width: 280px;
    bottom:5%;
    right:5%;
}

.banner-btn {
    width: 145px;
    height: 60px;
    position: absolute;
    bottom:0;
    right:0;
}

.banner-btn .btn:after {
    display: none;
}

.banner-btn .btn {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255,255,255,0.3);
    top: 0;
    margin-top: 0;
    border-radius: 100%;
}

.banner-btn .btn-left {
    left: 0;
    background: url("../img/banner-left.png") no-repeat center rgba(255,255,255,0.1);
}

.banner-btn .btn-right {
    right: 0;
    background: url("../img/banner-right.png") no-repeat center rgba(255,255,255,0.1);
}

.banner-btn .circle {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -1px;
    left: -1px;
}

.banner-btn .circle-half {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

.banner-btn .circle_right {
    right: 0;
}

.banner-btn .circle_left {
    left: 0;
}

.circleProgress {
    width: 60px;
    height: 60px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
}

.leftcircle {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 0;
    -webkit-animation: circleProgressLoad_left 6000ms linear;
    animation: circleProgressLoad_left 6000ms linear;
}

.rightcircle {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 0;
    -webkit-animation: circleProgressLoad_right 6000ms linear;
    animation: circleProgressLoad_right 6000ms linear;
}

.leftcircle, .rightcircle {
    transform: rotate(45deg);
}

@-webkit-keyframes circleProgressLoad_right {
    0% {
        transform: rotate(-140deg)
    }

    50% {
        transform: rotate(45deg)
    }

    to {
        transform: rotate(45deg)
    }
}

@keyframes circleProgressLoad_left {
    0% {
        transform: rotate(-135deg)
    }

    50% {
        transform: rotate(-135deg)
    }

    to {
        transform: rotate(45deg)
    }
}
.banner-shu{
    position: absolute;
    line-height: 60px;
    left:0;
    top:0;
    color:#fff;
    font-size:24px;
    font-weight: bold;
    z-index: 1;
}
.banner-shu em{
    font-size:32px;
    display: inline-block;
}



.search{
    background: #fff;
    line-height: 120px;
}
.search .left{
    font-size:16px;
    color:#353535;
    float: left;
    width: 60%;
}
.search .left a{
    color:#353535;
    display: inline-block;
    margin-right: 2%;
}
.search .left a:hover{
    color:#053e8f;
}
.search .left span{
    font-size: 20px;
    display: inline-block;
    padding-left: 47px;
    background: url(../img/hot-keyword.png) no-repeat left center;
    line-height: 120px;
    margin-right: 17px;

}
.search .right{
    float: right;
    margin-top: 41px;
}
.search .right input[type=text]{
    float: left;
    width: 290px;
    line-height: 45px;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 15px;
    background: #eee;
}
.search .right input[type=text]::placeholder{
    font-size:14px;
    color:#676767;
}
.search .right input[type=submit]{
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    float: left;
    width: 140px;
    height: 45px;
    background: #f4a931 url(../img/search.png) no-repeat center left 40px;
    text-align: left;
    padding-left: 70px;
}
.alltitle{
    text-align:center;
    margin-bottom: 25px;
}
.alltitle .fir{
    font-weight: bold;
    font-size:36px;
    color:#353535;
}
.allpro{
    background: #fff;
}
.allpro .imgbox{
    width: 100%;
    height: 295px;
    position: relative;
    overflow: hidden;
}
.allpro:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.allpro .text{
    padding:8%;
}
.allpro .text .fir{
    font-size:16px;
    color:#414141;
}
.allpro .text .sec{
    font-size:14px;
    color:#666;
}
.allpro .text .line{
    width: 60px;
    height: 4px;
    background: #f4a931;
    margin:5px 0 9px 0;
}
.allpro:hover .text .line{
    width: 100%;
}
.allpro .text span{
    font-size:14px;
    color:#414141;
}
.allpro:hover{
    box-shadow: 0 0 10px #c5c5c5;
}
.in_pro_box .swiper-container{
    padding:15px;
}
.in_youshi{
    overflow: hidden;
    padding-bottom:5%;
}
.in_youshi_box{
    position: relative;
    height: 440px;
}
.in_youshi_box .imgbox{
    position: absolute;
    width: 453px;
    height: 100%;
    top:0;
}
.in_youshi_box .imgbox.left{
    left:0;
}
.in_youshi_box .imgbox.right{
    right:0;
}
.in_youshi_box .text{
    position: absolute;
    height: 436px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 350px;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.in_youshi_box .text-list{
    background: #fff;
    padding: 3% 6%;
    position: relative;
}
.in_youshi_box .text-list .fir{
    font-size:18px;
    color:#444;
    font-weight: bold;
}
.in_youshi_box .text-list .line{
    height: 3px;
    width: 47px;
    background: #f4a931;
    margin: 5px 0;
}
.in_youshi_box .text-list .sec{
    font-size:14px;
    color:#444;
}
.in_youshi_box .text-list:hover{
    box-shadow: 0 0 10px #c5c5c5;
}
.in_youshi_box .text-list1 .svgbox{
    position: absolute;
    width: 290px;
    height: 200px;
    left: 103%;
    top: 2%;
}
.in_youshi_box .text-list1 .svgbox:after{
    position: absolute;
    width: 12px;
    height: 12px;
    background: #a9a9a9;
    content: "";
    right: 84px;
    bottom: 9px;
    border-radius: 10px;
}
.in_youshi_box .text-list2 .svgbox{
    position: absolute;
    width: 290px;
    height: 200px;
    right: 103%;
    top: 2%;
}
.in_youshi_box .text-list2 .svgbox:after{
    position: absolute;
    width: 12px;
    height: 12px;
    background: #a9a9a9;
    content: "";
    left: 93px;
    top: 82px;
    border-radius: 10px;
 }

.in_youshi_box .text-list3 .svgbox{
    position: absolute;
    width: 290px;
    height: 200px;
    right: 103%;
    top: 2%;
}
.in_youshi_box .text-list3 .svgbox:after{
     position: absolute;
     width: 12px;
     height: 12px;
     background: #a9a9a9;
     content: "";
     left: -2px;
     bottom: 42px;
     border-radius: 10px;
 }
.in_youshi_box .text-list4 .svgbox{
    position: absolute;
    width: 290px;
    height: 200px;
    left: 103%;
    bottom: 45%;
}

.in_youshi_box .text-list .svgbox svg{
    width: 100%;
    height: 100%;
}
.in_youshi_box .text-list:hover .svgbox svg{
    animation: dash 10s linear infinite;
}


@keyframes dash {
    0% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.in_youshi_box .text-list4 .svgbox:after{
    position: absolute;
    width: 12px;
    height: 12px;
    background: #a9a9a9;
    content: "";
    right: -2px;
    top: 14px;
    border-radius: 10px;
}

.in_shuzi{
    height: 545px;
    background: url("../img/shuzibg.jpg") no-repeat center / cover;
}
.in_shuzi .warpper{
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
}
.in_shuzi .list{
    height: 100%;
    display: flex;
    align-items: center;
}
.in_shuzi .list .fir{
    font-weight: bold;
    color:#fff;
    font-size:60px;
}
.in_shuzi .list .sec{
    color:#fff;
    font-size:40px;
    margin: 0 0 34px 0;
}
.in_shuzi .list .thr{
    color:#fff;
    font-size:22px;
}
.allnews .text .fir{
    font-size:30px;
    color:#2f2f2f;
    font-weight: bold;
}
.allnews .text .sec{
    font-size:14px;
    color:#656565;
}
.allnews .text .title{
    font-size:18px;
    color:#2f2f2f;
    font-weight: bold;
    margin: 3% 0;
}
.allnews .text .con{
    font-size:14px;
    color:#5d5d5d;
    line-height: 25px;
    margin-bottom: 5%;
}
.allnews .text .line{
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    position: relative;
}
.allnews .text .line:after{
    content:"";
    position: absolute;
    width: 0;
    height: 1px;
    background: #053e8f;
    left:0;
    top: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;
}
.allnews:hover .text .line:after{
    width: 100%;
}
.allnews .text .more{
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
}
.allnews .text .more span{
    font-size:16px;
    color:#5d5d5d;
}
.allnews .text .more i{
    display: block;
    height: 13px;
    width: 19px;
    background: url("../img/news-jian.png") no-repeat center;
}
.allnews .imgbox{
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.allnews:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.in_news_box .swiper-pagination-progressbar{
    bottom:0;
    top:inherit;
    height: 2px;
    background: #e5e5e5;
}
.in_news_box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #f4a931;
}
.in_news_box .swiper-container{
    padding-bottom: 65px;
}
.footerbg{
    background: url("../img/footerbg.jpg") no-repeat center / cover;
    padding: 6% 0 4% 0;
}
.footerbg .warpper{
    display: flex;
    justify-content: space-between;
}
.footerbg .nav-list .t{
    font-size:17px;
    color:#fff;
    font-weight: bold;
}
.footerbg .nav-list .line{
    width: 23px;
    height: 2px;
    background: #f4a931;
    margin:15px 0;
}
.footerbg .nav-list .abox a{
    display: block;
    line-height: 30px;
    font-size:14px;
    color:#babbbb;
}
.footerbg .nav-list .abox a:hover{
    color:#fff;
}
.footerbg .nav-lx{
    text-align:right;
    color:#fff;
    font-size:16px;
}
.footerbg .nav-lx .s1{
    letter-spacing: 5px;
    padding-left: 43px;
    line-height: 30px;
    background: url(../img/f-tel.png) no-repeat left center;
    display: inline-block;
}
.footerbg .nav-lx .s2{
    color:#fff;
    font-weight: bold;
    font-size:26px;
}
.footerbg .nav-lx .s2 a{
    color:#fff;
    font-weight: bold;
    font-size:26px;
}
.footerbg .nav-lx .erbox img{
    width: 135px;
    display: inline-block;
    margin-top: 30px;
}
.footerbg .nav-lx p{
    margin-bottom: 10px;
}
.footerbg .left{
    width: 58%;
    display: flex;
    justify-content: space-between;
}
.copy{
    line-height: 80px;
    background: #f4a931;
    font-size:14px;
    color:#fff;
}
.copy a{
    color:#fff;
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}

.allcurmbs{
    background: #efefef;
}
.allcurmbs .left{
    float: left;
    height: 100px;
    display: flex;
    align-items: center;
}
.allcurmbs .left a{
    display: flex;
    align-items: center;
    font-size:18px;
    color:#222;
    position: relative;
    margin-right: 66px;
    float: left;
}
.allcurmbs .left a span{
    position: relative;
    z-index: 2;
}
.allcurmbs .left a i{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 9px;
    background: #f4a931;
    -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: 0;
    bottom: 0;
    z-index: 1;
}
.allcurmbs .left a:hover i ,.allcurmbs .left a.active i{
    width: 100%;
    left:0;
}
.allcurmbs .right{
    float: right;
    padding-left:30px;
    background: url("../img/home-icon.png") no-repeat left center;
    font-size:14px;
    color:#323232;
    line-height: 100px;
}
.allcurmbs .right a{
    color:#323232;
}

.sbanner{
    width: 100%;
    height: 400px;
    background: url("../img/sbanner.jpg") no-repeat center / cover;
    position: relative;
    margin-top: 110px;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
    text-align:center;
}
.sbanner .text .fir{
    text-transform: uppercase;
    font-size:40px;
    color:#fff;
    font-weight: bold;
}
.sbanner .text .sec{
    font-size:30px;
    color:#fff;
}
.sbanner.s-product{
    background: url("../img/s-product.jpg") no-repeat center  / cover;
}
.sbanner.s-company{
    background: url("../img/s-company.jpg") no-repeat center  / cover;
}
.sbanner.s-news{
    background: url("../img/s-news.jpg") no-repeat center  / cover;
}
.sbanner.s-contact{
    background: url("../img/s-contact.jpg") no-repeat center  / cover;
}
.inner-company-fir .con{
    font-size:16px;
    color:#414141;
    line-height: 35px;
    float: left;
    width: 50%;
}
.inner-company-fir .alltitle{
    text-align:left;
    margin-bottom: 30px;
}
.alltitle img{
    display: block;
    margin-top:22px;
}
.inner-company-fir .imgbox{
    float: right;
    width: 45%;
}
.inner-company-fir .imgbox .pic{
    width: 100%;
    height: 448px;
    overflow: hidden;
}
.inner-company-fir .imgbox .item{
    padding: 0 8%;
    display: flex;
    justify-content: space-between;
    background: url("../img/company-bg1.jpg") no-repeat center / cover;
}
.inner-company-fir .imgbox .item .list{
    height: 170px;
    display: flex;
    align-items: center;
    color:#fff;
}
.inner-company-fir .imgbox .item .list .fir{
    font-size:40px;
    font-weight: bold;
}
.inner-company-fir .imgbox .item .list .fir sub{
    font-weight: 500;
    font-size:20px;
}
.inner-company-fir .imgbox .item .list .sec{
    font-size:18px;
}

.inner-company-sec .swiper-slide .imgbox{
    width: 100%;
    height: 440px;
    overflow: hidden;
    position: relative;
}
.inner-company-sec .swiper-slide .imgbox:hover img{
    transform: scale(1.05);
}

.pro_type_item{
    margin-bottom: 4%;
    padding-bottom: 2%;
}
.pro_type_item .left{
    float: left;
    width: 87px;
    line-height: 45px;
    font-size:16px;
    font-weight: bold;
    color:#333;
    background: url("../img/arrow.png") no-repeat right center;
    letter-spacing: 1px;
}
.pro_type_item .right{
    float: left;
    width: 72%;
    margin-left: 40px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.pro_type_item .right a{
    display: inline-block;
    line-height: 45px;
    width: 21%;
    font-size: 14px;
    color: #6f6f6f;
    margin-bottom: 1%;
    border-bottom:1px solid #d3d3d3;
    position: relative;
    margin-right: 20px;
}
.pro_type_item .right a:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 35px;
    height: 1px;
    background: #f4a931;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.pro_type_item .right a:hover ,.pro_type_item .right a.active{
    color:#f4a931;
}
.pro_type_item .right a:hover:after ,.pro_type_item .right a.active:after{
    width: 100%;
}
.inner-pro-list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-pro-box{
    background: #fff;
    padding:5%;
}
.inner-contact-fir .lx-item{
    display: flex;
    justify-content: space-between;
}
.inner-contact-fir .lx-item .list{
    display: flex;
    align-items: center;
    justify-content: left;
}
.inner-contact-fir .lx-item .list .imgbox{
    position: relative;
    width: 60px;
    height: 60px;
    background: #f4a931;
    border-radius: 60px;
    margin-right:15px;
}
.inner-contact-fir .lx-item .list .text .fir{
    font-size:22px;
    color:#323232;
}
.inner-contact-fir .lx-item .list .text .fir a{
    color:#323232;
}
.inner-contact-fir .lx-item .list .text .sec{
    font-size:16px;
    color:#474747;
}
.inner-contact-fir .lx-item  .erbox{
    width: 145px;
    border:1px solid #e0e0e0;
}
.inner-contact-fir .lx-item  .erbox img{
    width: 100%;
}
.inner-contact-fir .lx-map{
    width: 100%;
    height: 530px;
    margin-top: 3%;
}
#lxmap{
    width: 100%;
    height: 100%;
}
.inner-contact-message{
    background: #fff;
    padding:4%;
}
.inner-contact-message .left{
    float: left;
    width: 420px;
    padding-right:7%;
}
.inner-contact-message .left .fir{
    font-size:32px;
    color:#2a2a2a;
    text-transform: uppercase;
}
.inner-contact-message .left .sec{
    font-size:26px;
    color:#2a2a2a;
}
.inner-contact-message .left .line{
    width: 58px;
    height: 4px;
    background: #053e8f;
    margin:15px 0 27px 0;
}
.inner-contact-message .left .thr{
    font-size:14px;
    color:#2a2a2a;
}
.inner-contact-message .right{
    float: right;
    width: calc(100% - 470px);
}
.inner-contact-message .right form .form-tr{
    margin-bottom: 15px;
}
.inner-contact-message .right form .tbox{
    float: left;
    width: 26%;
    line-height: 48px;
    text-align: center;
    background: #f9fafb;
    border: 1px solid #e6e6e6;
    border-right: none;
    font-size: 16px;
    color: #3d3d3d;
}
.inner-contact-message .right form input{
    float: left;
    width: 74%;
    line-height: 48px;
    border: 1px solid #e6e6e6;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 20px;
}
.inner-contact-message .right form input::placeholder{
    font-size:14px;
    color:#999;
}
.inner-contact-message .right form textarea{
    float: left;
    width: 74%;
    height: 100px;
    border: 1px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    padding:20px;

}
.inner-contact-message .right form .textarea .tbox{
    line-height: 98px;
}
.inner-contact-message .right form textarea::placeholder{
    font-size:14px;
    color:#999;
}
.inner-contact-message .right form .inputbox{
    height: 50px;
    position: relative;
}
.inner-contact-message .right form .inputbox .verify{
    position: absolute;
    width: 102px;
    height: 36px;
    right: 10px;
    top: 7px;
}
.inner-contact-message .right form .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.inner-contact-message .right form .submit{
    display: block;
    line-height: 50px;
    background: #f4a931;
    text-align:center;
    font-size:16px;
    font-weight: bold;
    color:#fff;
}
.inner-contact-message .right form .submit:hover{
    background: #2b2b2b;
}

.pro-des-box .left{
    float: left;
    width: 46%;
}
.pro-des-box .left .swiper-container{
    width: 100%;
}
.pro-des-box .left .imgbox{
    width: 100%;
    height: 500px;
    position: relative;
    background: #fff;
    overflow: hidden;

}
.pro-des-box .left .imgbox img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.pro-des-box .left .swiper-pagination-bullet-active{
    background: #f4a931;
}
.pro-des-box .left .pro-but{
    width: 66px;
    height: 66px;
    margin-top: -33px;
    border:1px solid #ddd;
    border-radius: 56px;
}
.pro-des-box .left .pro-but:after{
    display: none;
}
.pro-des-box .left .swiper-button-next{
    background: url("../img/pro-des-right.png") no-repeat center;
}
.pro-des-box .left .swiper-button-prev{
    background: url("../img/pro-des-left.png") no-repeat center;
}
.pro-des-box .left .pro-but:after{
    font-size:16px;
}
.pro-des-box .right{
    float: right;
    width: 46%;
}
.pro-des-box .right .t{
    font-size:30px;
    font-weight: bold;
    color:#3b3b3b;
    margin-bottom: 3%;
}
.pro-des-box .right .des{
    font-size:16px;
    line-height: 28px;
    color:#545454;
    margin-top: 6%;
}
.pro-des-box .right .lxbox{
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.pro-des-box .right .lxbox .lianxi{
    display: block;
    line-height: 55px;
    width: 30%;
    text-align:center;
    font-size:16px;
    color:#fff;
    letter-spacing: 2px;
    background: #f4a931;
    border-radius: 5px;
}
.pro-des-box .right .lxbox .lianxi:hover{
    background: #333;
}
.pro-des-box .right .lxbox .tel{
    margin-left: 8%;
}
.pro-des-box .right .lxbox .tel .fir{
    font-size:16px;
    color:#666;
}
.pro-des-box .right .lxbox .tel .sec{
    font-size: 40px;
    color: #f4a931;
    font-weight: bold;
    font-family: Impact;
    line-height: 40px;
}
.pro-des-info-box{
    margin-top: 5%;
}
.pro-tbox{
    margin-bottom: 2.5%;
    border-bottom:2px solid #ededed;
    background: url("../img/pro-des-sanjiao.png") no-repeat left bottom;
}
.pro-tbox .tt{
    display: inline-block;
    padding-bottom: 20px;
    font-size:30px;
    color:#3c3c3c;
    font-weight: bold;
}
.pro-des-info-box .parmbox .con .list{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #f9f9f9;
    font-size:16px;
    color:#303030;
    border:1px solid #e5e5e5;
    padding:2% 3%;
}
.pro-des-info-box .parmbox .con .list:nth-child(2n){
    margin-right: 0;
}
.pro-info-box{
    font-size:16px;
    color:#3c3c3c;
    line-height: 30px;
}
.pro-info-box img{
    max-width: 100%;
}
.pro-info-box strong{
    display: inline-block;
    padding-bottom: 20px;
    font-size: 30px;
    color: #3c3c3c;
    font-weight: bold;
}
.pro-info-box .parentclass{
    margin-top: 4%;
    margin-bottom: 2.5%;
    border-bottom: 2px solid #ededed;
    background: url(../img/pro-des-sanjiao.png) no-repeat left bottom;
}
.pro-info-box table{
    width: 100% !important;
    border-collapse: collapse;
    word-break: break-all;
}
.pro-info-box table tr td{
    font-size: 15px;
    color: #282828;
    padding: 5px;
    border: 1px solid #eee!important;
}
.prolist ul li{
    float:left;
    width:33.33%;
    padding:0 1%;
    margin-bottom:2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.prolist ul li .clear{
    background: #f5f5f5;
    height: 93px;
}
.prolist ul li b{
    border:1px solid #eeeeee;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 325px;
    display: block;
    position: relative;
}
.prolist ul li b i{
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width:100%;
    height: 100%;
    font-style: normal;
    opacity:0;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
    top:0;
    left:0;
}
.prolist ul li a:hover b i{
    opacity:1;
}
.prolist ul li b i small{
    display: block;
    position: relative;
    width:20%;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mask p{
    font-weight: normal;
    font-size: 16px;
    line-height: 36px;
}
.mask span{
    display: block;
    height:2px;
    width: 100%;
    border-top:1px solid #fff;
    -webkit-transition: 400ms 0.1s all ease;
    -moz-transition: 400ms 0.1s all ease;
    -ms-transition: 400ms 0.1s all ease;
    -o-transition: 400ms 0.1s all ease;
    transition: 400ms 0.1s all ease;
}
.prolist ul li a:hover .mask span{
    -webkit-transform: rotateY(86deg);
    -moz-transform: rotateY(86deg);
    -ms-transform: rotateY(86deg);
    -o-transform: rotateY(86deg);
    transform: rotateY(86deg);
}


.prolist_text{
    float:left;
    width: 80%;
    margin-top: 6%;
    padding-left:5%;
    border-right:1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.prolist_text h5{
    font-size: 16px;
    color: #434343;
    font-weight: normal;
    margin-bottom:0.6vw;
}
.prolist_text p{
    font-size: 12px;
    color: #979797;
    font-weight: lighter;
}
.prolist ul li .clear span{
    background: url("../img/prolistjt.png") no-repeat center;
    display: block;
    float:right;
    width:20%;
    height: 100%;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.prolist ul li a:hover .clear span{
    background:#f4a931 url("../img/prolistjts.png") no-repeat 55% center;
}
.inner-news-des .left{
    float: left;
    width: 70%;
}
.inner-news-des .left .tbox{
    margin-bottom: 5%;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
}
.inner-news-des .left .tbox .fir{
    font-size: 24px;
    color:#333;
}
.inner-news-des .left .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}
.des-content{
    font-size:14px;
    line-height: 30px;
    color: #777;
}
.des-content img{
    max-width: 100%;
    display: block;
    margin:1% 0;
}
.inner-news-des .right{
    float: right;
    width: 25%;
}
.othertitle{
    height: auto;
    overflow: hidden;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 6%;
}
.othertitle span{
    float: left;
    font-size: 22px;
    color:#333;
    border-left: 2px solid #f4a931;
    padding-left:10px;
    display: inline-block;
}
.othertitle a{
    display: block;
    float: right;
    color: #777;
    text-transform: uppercase;
}
.othertitle a:hover{
    color:#f4a931;
    font-weight: bold;
}
.othernews .list .imgbox{
    height: 228px;
    overflow:hidden;
    position: relative;
}
.othernews .list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.othernews .list .title{
    font-size: 14px;
    color: #777;
    margin: 6% 0 9% 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5%;
}
.inner-news-list{
    float: left;
    width: 25%;
    padding:0 1.5%;
    margin-bottom: 3%;
}
.inner-news-list .imgbox{
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.inner-news-list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-news-list .text{
    background: #fff;
    padding-top: 5%;
}
.inner-news-list .text .cat .cattitle{
    float: left;
    line-height: 25px;
    font-size:16px;
    font-weight: bold;
    color:#0a857e;
    display: none;
}
.inner-news-list .text .cat .time{
    line-height: 25px;
    font-size: 15px;
    color: #999;
    font-family: Times New Roman;
    font-weight: bold;
}
.inner-news-list .text .title{
    font-size:16px;
    color:#000000;
    margin:5% 0 3% 0;
}
.inner-news-list .text .con{
    line-height: 24px;
    font-size:14px;
    color:#525252;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.inner-news-list .text .more{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 40px;
    width: 134px;
    margin-top: 2%;
}
.inner-news-list:hover .text .more{
    background: #f4a931;
    padding:0 15px;
}
.inner-news-list .text .more span{
    font-size:14px;
    color:#053e8f;
    letter-spacing: 3px;
    display: inline-block;
    margin-right: 10px;
}
.inner-news-list:hover .text .more span{
    color:#fff;
}
.inner-news-list .text .more .line{
    width: 0;
    height: 1px;
    background: #0a857e;
    position: relative;
}
.inner-news-list:hover .text .more .line{
    background: #fff;
}
.inner-news-list:hover .text .more .line{
    width: 25px;
}
.inner-news-list .text .more .line i{
    display: block;
    width: 8px;
    height: 12px;
    background: url("../img/jian1.png") no-repeat center;
    right:0;
    top:100%;
    margin-top: -6px;
    position: absolute;
}
.inner-news-list:hover .text .more .line i{
    background: url("../img/jian2.png") no-repeat center;
}
.nav_xiala_pro_item .allpro .imgbox{
    height: 205px;
}
.nav_xiala_pro_item .allpro .text .fir{
    font-size:14px;
}
.nav_xiala_pro_item .allpro .text .sec{
    font-size:14px;
}
.nav_xiala_pro_item .allpro .text .line{
    height: 1px;
}
.nav_xiala_pro_item .allpro .text span{
    font-size:14px;
}
.nav_xiala_pro_item{
    position: relative;
    margin-top: 3%;
}
.nav_xiala_pro_item .but{
    width: 45px;
    height: 76px;
    background: #eee;
    margin-top: -38px;
}
.nav_xiala_pro_item .but:hover{
    background: #f4a931;
}
.nav_xiala_pro_item .but:after{
    font-size:22px;
}
.nav_xiala_pro_item .swiper-button-next{
    right:-75px;
}
.nav_xiala_pro_item .swiper-button-prev{
    left:-75px;
}
.more-but{
    display: block;
    line-height: 30px;
    width: 93px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #f4a931;
    border-radius: 40px;
    color: #f4a931;
    margin: 5% auto 0 auto;
}
.more-but:hover{
    background: #f4a931;
    color:#fff;
}
.hot{
    float: left;
    height: 100px;
    display: flex;
    align-items: center;
}
.hot a{
    display: flex;
    align-items: center;
    font-size:18px;
    color:#222;
    position: relative;
    margin-right: 66px;
    float: left;
}
.hot a span{
    position: relative;
    z-index: 2;
}
.hot a i{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background: #f4a931;
    -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: 0;
    bottom: 0;
    z-index: 1;
}
.search.inner .right{
    margin-top: 28px;
}
@keyframes bannerimgAnimate {
    0% {
        transform: scale(1.1);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
.bannerimgAnimate {
    -webkit-animation-name: bannerimgAnimate;
    animation-name:bannerimgAnimate;
}
.bannerbox .swiper-slide-active img{
    animation: bannerimgAnimate 6s linear 0s;
}

.fixBut {
    position: fixed;
    top: 19px;
    right: 28px;
    background: #f4a931;
    width: 41px;
    height: 41px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 21px;
    display: none;
    z-index: 1005;
}

.sm-button-xian {
    width: 26px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff;
    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;
}

.sm-button-xian span.lin-top {
    top: 0;
    width: 70%;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}

.sm-button-xian span.lin-cent {
    top: 6px;
    width: 100%;
}

.sm-button-xian span.lin-bottom {
    bottom: 0;
    width: 70%;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}

.fixBut.active .sm-button-xian span.lin-top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fixBut.active .sm-button-xian span.lin-cent {
    opacity: 0;
}

.fixBut.active .sm-button-xian span.lin-bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navBg{
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    opacity: 0;
    transition: all .5s ease 0s;
    transform: translate(-100%,0);
    z-index: 1000;
}
.navBg.active{
    opacity: 1;
    transform: translate(0,0);
}
.navBg .right{
    width: 100%;
    height: 100%;
    background: #252525;

}
.navBg .right ul{
    width: 100%;
    height: 100%;
    padding:24% 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.navBg .right ul li{
    width: 49%;
    height: 46%;
    border: 1px solid #fff;
    padding: 1% 3%;
}
.navBg .right ul li .fir{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Impact;
}
.navBg .right ul li .sec{
    color: #fff;
    font-size: 20px;
    padding-bottom: 5%;
    border-bottom: 1px solid #696969;
    margin-bottom: 8%;
}
.navBg .right ul li .abox a{
    display: block;
    font-size:15px;
    color:#c3c3c3;
    margin-bottom: 2%;
}
.navBg .right ul li .abox a:hover{
    color: #f4a931;
}
.news_sider{
    display: none;
}

.mobile-footer{
    width: 100%;
    position: fixed;
    z-index: 999;
    left:0;
    bottom:0;
    background: #333;
    display: none;
}
.mobile-footer a{
    float: left;
    width: 33.33%;
    display: block;
    line-height: 50px;
    text-align:center;
    font-size:14px;
    color:#fff;
    padding-left: 6%;
    position: relative;
}
.mobile-footer a:after{
    display: block;
    content:"";
    position: absolute;
    right: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background: #c9dfff;
}
.mobile-footer a:last-child:after{
    display: none;
}
.mobile-footer a.mobile-home{
    background: url(../img/mobile-home.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-pro{
    background: url(../img/mobile-pro.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-tel{
    background: url(../img/mobile-tel.png) no-repeat left 17% center;
    background-size: 23px;
}

#fu {
    transition: 0.5s;
    border-radius: 5px;
    width: 130px;
    position: fixed;
    top: 200px;
    right: 3px;
    z-index: 100;
    background: #01309a;
    padding: 10px 0 15px 0;
    color:#fff;
    font-size:18px;
    text-align:center;
    transform: translateX(163px);
}
#fu .fir{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.fudong {
    transform: translateX(0) !important;
}
#fu .sec{
    font-size:12px;
}
#fu ul{
    width: 120px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    margin-top: 13px;
}
#fu ul li a{
    line-height: 35px;
    padding-left: 26px;
    margin: 0 auto;
    display: block;
    color: #444444;
    font-size: 16px;
    background: #fff url(../img/qq.png) no-repeat center left 13px;
    background-size: 24px;
}
#fu ul li:hover a{
    background: #ff7900 url(../img/qq.png) no-repeat center left 13px;
    color:#fff;
    background-size: 24px;
}
#fu .tel{
    font-family: ziti2;
    font-size:  18px;
    font-weight: bold;
}
#fu .ewm {
    width: 119px;
    height: 119px;
    margin: 15px auto 0  auto;
    background: #fff;
    text-align:center;
    color:#666;
    font-size:14px;
}

#fu .zi {
    width: 116px;
    margin: 0 auto;
    text-align: center;
}

#fu .zx {
    width: 120px;
    height: 40px;
    margin: 0 auto
}

#fu .zx a {
    display: block;
    width: 120px;
    height: 38px;
    background: #fff url("../img/zx.jpg") left 13px center no-repeat;
    border-radius: 3px;
    background-size: 23px;
    color: #3f3f3f;
    line-height: 37px;
    text-indent: 45px;
    font-size: 15px;
}

#fu .zx1 a {
    display: block;
    width: 120px;
    height: 35px;
    background: #fff url("../img/qq.png") left 15px center no-repeat;
    border-radius: 3px;
    color: #3f3f3f;
    line-height: 34px;
    text-indent: 47px;
    background-size: 24px;
    font-size: 15px;
}

#fu .side {
    position: absolute;
    left: 41px;
    height: 29px;
    width: 50px;
    top: -29px;
    background: url("../img/kf.png") center no-repeat;
    cursor: pointer;
    display: none;
}

#fu .side2 {
    position: absolute;
    left: -102px;
    height: 148px;
    width: 72px;
    top: 0px;
    background: url("../img/kf-1.png") center no-repeat;
    cursor: pointer;
    display: block;
}
#gotop {
    position: fixed;
    z-index: 15;
    width: 50px;
    height: 50px;
    transition: 0.5s;
    background: #ddd url(../img/top.png) center no-repeat;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    display: none;
    background-size: 27px;
}
.kf-tel{
    background: url("../img/kf-tel.png") no-repeat center left;
    color: #fff;
    font-size: 14px;
    text-indent:20px;
    text-align: left;
    margin-left: 15px;
    margin-top: 10px;
}
.pro_more{
    display: block;
    width: 180px;
    line-height: 45px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #f4a931;
    margin: 1% auto 0 auto;
}


