.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: 'Black';
    src: url("../img/BarlowCondensed-Black.ttf");
}



.padding {
    padding: 60px 0;
}

.padding-top {
    padding-top: 60px;
}

.padding-bottom {
    padding-bottom: 60px;
}

.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;
}

.fix_head{
    width: 100%;
    height: 90px;
    background: #fff;
    position: fixed;
    left:0;
    top:0;
    z-index: 1000;
}
.fix_head.scorll{
    border-bottom:3px solid #008cd6;
}
.fix_head h1{
    float: left;
    margin-top: 10px;
}
.menu{
    float: left;
    width: 599px;
    display: flex;
    margin-left: 87px;
    justify-content: space-between;
}
.menu li{
    position: relative;
}
.menu li>a{
    display: block;
    line-height: 90px;
    font-size:16px;
    color:#454545;
    text-transform: uppercase;
    position: relative;
}
.menu li>a:hover ,.menu li>a.active{
    color:#008cd6;
}
.menu>li>a:after{
    position: absolute;
    content:"";
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    width: 0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #ff8322;
    bottom:0;
}
.menu li>a:hover:after ,.menu li>a.active:after{
    width: 110%;
}
.menu li .erji {
    position: absolute;
    top:110%;
    left:0;
    background: #fff;
    padding:10px 0;
    opacity: 0;
    visibility: hidden;
}
.menu li:hover .erji{
    opacity: 1;
    visibility: visible;
    top:100%;
}
.menu li .erji a{
    display: block;
    white-space: nowrap;
    line-height: 40px;
    font-size:15px;
    color:#343434;
    padding:0 30px;
    text-transform: initial;
}
.menu li .erji a:hover{
    background: #008cd6;
    color:#fff;
}
.menu li .sanji{
    position: absolute;
    left:100%;
    top:0;
    background: #fff;
    width: 300px;
    display: none;
}
.menu li .sanji a{
    text-align:left;
}
.menu li .erji li:hover .sanji{
    display: block;
}
.searchbox{
    float: right;
    border:1px solid #c1c1c1;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 26px;
}
.searchbox input[type=text]{
    float: left;
    width: 212px;
    line-height: 40px;
    font-size: 16px;
    color: #2e2e2e;
    outline: none;
    text-indent: 22px;
}
.searchbox input[type=text]::placeholder{
    font-size:16px;
    color:#666;
}
.searchbox input[type=submit]{
    float: right;
    width: 33px;
    height: 40px;
    background: url("../img/searchbg.png") no-repeat center;
}
.bannerbox{
    margin-top: 90px;
}
.bannerbox .swiper-slide img{
    width: 100%;
}
.bannerbox .but{
    width: 35px;
    height: 65px;
    margin-top: -33px;
    opacity: 0;
}
.bannerbox:hover .but{
    opacity: 1;
}
.bannerbox .but:after{
    display: none;
}
.bannerbox .swiper-button-next-banner{
    background:rgba(0,0,0,0.4) url("../img/banner-right.png") no-repeat center;
    right:-10px;
}
.bannerbox .swiper-button-next-banner:hover{
    background:#ff8322 url("../img/banner-right.png") no-repeat center;
}
.bannerbox:hover .swiper-button-next-banner{
    right:15%;
}
.bannerbox .swiper-button-prev-banner{
    background:rgba(0,0,0,0.4) url("../img/banner-left.png") no-repeat center;
    left:-10px;
}
.bannerbox .swiper-button-prev-banner:hover{
    background:#ff8322 url("../img/banner-left.png") no-repeat center;
}
.bannerbox:hover .swiper-button-prev-banner{
    left:15%;
}
.bannerbox .swiper-pagination{
    width: 107px;
    bottom:5%;
    top:inherit;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bannerbox .swiper-pagination-progressbar{
    background: #fff;
}
.bannerbox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #0656a9;
}
.all-title{
    text-align:center;
    margin-bottom: 50px;
}
.all-title .fir{
    font-size:30px;
    color:#404040;
    font-family: Black;
    text-transform: uppercase;
    line-height: 23px;
}
.all-title .fir span{
    color:#008cd6;
    font-family: Black;
}
.all-title .sec{
    font-size:14px;
    color:#404040;
    margin-top: 10px;
}
.proboxlunbo{
    position: relative;
}
.proboxlunbo .list{
    float: left;
    width: 386px;
    margin-right: 20px;
}
.proboxlunbo .list:nth-child(3n){
    margin-right: 0;
}
.proboxlunbo .list:nth-child(-n+6){
    margin-bottom: 20px;
}
.allpro{
    height:100%;
    position: relative;
    overflow: hidden;
}
.allpro .imgbox{
    width: 100%;
    height:270px;
    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);
}
.proboxlunbo .swiper-container{
    width: 100%;
    height: 100%;
}
.proboxlunbo .swiper-slide{
    height: calc((100% - 40px) / 3);
}
.allpro .title{
    position: relative;
    width: 100%;
    height: 71px;
    background: #d9dbdb;
}
.allpro .title .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #008cd6;
    left:0;
    bottom:0;
    z-index: 1;
}
.allpro:hover .title .bg{
    height: 100%;
}
.allpro .title .tbox span{
    display: block;
}
.allpro .title .tbox{
    font-size:16px;
    color:#fff;
    padding:0 10px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    text-align:center;
}
.allpro:hover .title .tbox{
    color:#fff;
}
.allpro .title .tbox .t1{
    font-size:18px;
    padding-top: 14px;
}
.allpro .title .tbox .t2{
    font-size:14px;
}
.guangbox{
    width: 100%;
    background: url("../img/guangbg.jpg") no-repeat center;
}
.guangbox .text{
    width: 740px;
}
.guangbox .text .fir{
    color:#fff;
    font-size:20px;
    font-family: Black;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.guangbox .text .sec{
    color:#fff;
    font-size:28px;
    font-family: Black;
    margin:0px 0 25px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.guangbox .text .sec span{
    color:#ff8322;
    font-family: Black;
}
.guangbox .text .thr{
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    height: 80px;
    overflow: hidden;
}
.guangbox .text .thr.active{
    height: initial;
}
.guangbox .text a{
    display: inline-block;
    margin-right: 20px;
    width: 128px;
    line-height: 50px;
    text-align:center;
    border:1px solid #ff8322;
    font-size:14px;
    color:#ff8322;
    margin-top: 20px;
    text-transform: uppercase;
}
.guangbox .text a:hover{
    background: #ff8322;
    color:#fff;
}
.guangbox .text a.learn-more{
    color:#fff;
    border:1px solid #fff;
}
.guangbox .text a.learn-more:hover{
    background: #fff;
    color:#ff8322;
}
.other .item .list{
    float: left;
    width:390px;
    margin-right: 15px;
}
.other .item .list:last-child{
    margin-right: 0;
}
.other .item .imgbox{
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
}
.other .item .imgbox:hover 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);
}
.other .item .imgbox .title{
    width: 100%;
    position: absolute;
    bottom:0;
    left:0;
}
.other .item .imgbox .title .left{
    float: left;
    width: 270px;
    height: 65px;
    display: flex;
    justify-content: left;
    align-items: center;
    background: rgba(0,0,0,0.3);
    padding:0 20px;
}
.other .item .imgbox .title .left span.s1{
    font-size:16px;
    text-transform: uppercase;
    color:#fff;
}
.other .item .imgbox .title .left span.s2{
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    margin-left: 15px;
}
.other .item .imgbox .title .right{
    float: right;
    width: 120px;
    height: 65px;
    background: #008cd6;
    text-align:center;
    line-height: 65px;
}
.other .item .imgbox .title .right span{
    display: inline-block;
    color:#fff;
    font-size:13px;
    text-transform: uppercase;
    text-decoration: underline;
}
.other .item .imgbox:hover .title .right{
    background: #ff8322;
}
.footerbox{
    background: #008cd6;
}
.footerbox .ftitle{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    line-height: 45px;
    background: #fff;
    border-radius: 0 15px 15px 0;
    padding: 0 60px 0 20px;
    margin-bottom: 30px;
}
.footerbox .left{
    float: left;
    width: 593px;
}
.footerbox .left .pbox{
    margin-top: 47px;
}
.footerbox .left .pbox p{
    font-size:20px;
    color:#fff;
    padding-left: 35px;
    margin-bottom: 15px;
}
.footerbox .left .pbox p a{
    color:#fff;
}
.footerbox .left .pbox p.tel{
    background: url("../img/f-tel.png") no-repeat left top 2px;
}
.footerbox .left .pbox p.mob{
    background: url("../img/f-mobile.png") no-repeat left 3px top;
}
.footerbox .left .pbox p.email{
    background: url("../img/f-email.png") no-repeat left 2px top 3px;
}
.footerbox .left .pbox p.add{
    background: url("../img/f-add.png") no-repeat left 5px top 3px;
}
.footerbox .right{
    float: right;
    width: 483px;
}
.footerbox .inputbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerbox .inputbox input{
    width: 237px;
    line-height: 40px;
    border:1px solid #ebebeb;
    outline: none;
    background: #fff;
    font-size:18px;
    color:#666;
    text-indent: 15px;
    margin-bottom: 10px;
}
.footerbox .inputbox input::placeholder{
    font-size:18px;
    color:#666;
}
.footerbox .right textarea{
    width: 100%;
    height: 70px;
    border:1px solid #ebebeb;
    outline: none;
    background: #fff;
    font-size:18px;
    color:#666;
    padding: 15px;
    margin-bottom: 4px;
}
.footerbox .right textarea::placeholder{
    font-size:18px;
    color:#666;
}
.footerbox .code{
    position: relative;
    width: 308px;
    height: 27px;
}
.footerbox .code input{
    width: 308px;
}
.footerbox .code .verify{
    position: absolute;
    width: 155px;
    height: 36px;
    top: 76%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3px;
}
.footerbox .code .verify img{
    width: 100%;
    height: 100%;
}
.footerbox .submit{
    font-size:18px;
    display: block;
    line-height: 42px;
    width: 167px;
    text-align:center;
    color:#fff;
    background: #ff8322;
}
.footerbox .submit:hover{
    background: #ff8322;
}
.copy{
    line-height: 60px;
    background: #0876b1;
    color:#fff;
    font-size:14px;
    text-transform: uppercase;
}
.copy a{
    color:#fff;
}
.copy .left{
    float: left;
}
.copy .right{
    width: 110px;
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy .right a{
    display: inline-block;
}
.copy .right a img{
    display: inline-block;
    vertical-align: middle;
}

.contact-inner .top .list{
    float: left;
    width: 285px;
    height: 260px;
    border: 1px solid #e8ecf0;
    background-color: #f3f5f8;
    text-align:center;
    padding:0 20px;
    margin-right: 20px;
}
.contact-inner .top .list:last-child{
    margin-right: 0;
}
.contact-inner .top .list .imgbox{
    text-align:center;
    margin-top: 42px;
}
.contact-inner .top .list .imgbox svg{
    width: 40px;
    height: 40px;
    fill: url(#svgGradient);
}
.contact-inner .top .list .text{
    margin-top: 20px;
}
.contact-inner .top .list .text .fir{
    color: #929292;
    font-size:16px;
    margin-bottom: 9px;
}
.contact-inner .top .list .text .sec{
    color: #333;
    font-size: 17px;
}
.contact-inner .top .list .text .sec a{
    color: #333;
}
.contact-inner .bottom{
    width: 100%;
    height: 400px;
    margin-top: 30px;
}
.contact-inner .bottom #mapbox{
    width: 100%;
    height: 100%;
}
.case-inner .case-list{
    float: left;
    width: 383px;
    margin-right: 25px;
    margin-bottom: 25px;
}
.case-inner .case-list:nth-child(3n){
    margin-right: 0;
}
.case-inner .case-list .imgbox{
    width: 100%;
    height: 254px;
    overflow: hidden;
}
.case-inner .case-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);
}
.case-inner .case-list .title{
    width: 100%;
    height: 60px;
    background: #eee;
    position: relative;
}
.case-inner .case-list .title .bg{
    position: absolute;
    width: 100%;
    height: 10%;
    background: #008cd6;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.case-inner .case-list:hover .title .bg{
    height: 100%;
}
.case-inner .case-list .title span{
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #666;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.case-inner .case-list:hover .title span{
    color:#fff;
}
.sbanner{
    width: 100%;
    height: 400px;
    margin-top: 90px;
    position: relative;
    z-index: 2;
}
.sbanner.s-product{
    background: url("../img/s-product.jpg") no-repeat center;
}
.sbanner.s-service{
    background: url("../img/s-service.jpg") no-repeat center;
}
.sbanner.s-contact{
    background: url("../img/s-contact.jpg") no-repeat center;
}
.sbanner.s-case{
    background: url("../img/s-case.jpg") no-repeat center;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    text-align:center;
    color:#fff;
    font-family: Black;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size:48px;
    letter-spacing: 1px;
    text-shadow: 0 0 8px #898989;
}
.allcurmbs{
    line-height: 70px;
    background: #fff;
    box-shadow: 0 0 13px #cbcbcb;
    position: relative;
}
.allcurmbs .warpper{
    padding-left:30px;
    background: url("../img/home-icon.png") no-repeat left center;
    font-size:14px;
    color:#343434;
    text-transform: uppercase;
}
.allcurmbs .warpper a{
    color:#343434;
}
.allcurmbs .warpper a:last-child{
    color:#008cd6;
}
.pro-inner .top{
    margin-bottom: 45px;
}
.pro-inner .top .fir{
    font-size:36px;
    font-family: Black;
    color:#008cd6;
    margin-bottom: 15px;
    line-height: 28px;
}
.pro-inner .top .sec{
    font-size: 18px;
    color: #343434;
    /* text-transform: uppercase; */
    line-height: 30px;
}
.pro-inner .top .sec p{
    margin-bottom: 13px;
}
.pro-inner .bottom{
    box-shadow: 0 0 13px #cbcbcb;
    padding:35px 35px;
    background: #fff;
}
.pro_type ul{
    display: flex;
    justify-content: space-between;
    border-bottom:2px solid #d9dbdb;
    padding:0 10px 0 10px;
    margin-bottom: 95px;
}
.pro_type ul li{
    position: relative;
}
.pro_type ul li>a {
    display: block;
    text-transform: uppercase;
    font-size:16px;
    color:#454545;
    position: relative;
    line-height: 50px;
}
.pro_type ul li>a:after{
    position: absolute;
    content:"";
    width: 0;
    height: 4px;
    background: #008cd6;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:-3px;
}
.pro_type ul li:hover>a ,.pro_type ul li.active>a{
    color:#008cd6;
}
.pro_type ul li.active>a{
    font-weight: bold;
}
.pro_type ul li:hover>a:after ,.pro_type ul li.active>a:after{
    width: 100%;
}
.pro_type ul li .erji{
    position: absolute;
    top:150%;
    left:0;
    width: 1200px;
    display: none;
}
.pro_type ul li .erji.active{
    display: block;
}
.pro_type ul li.active .erji{
    display: block;
}
.pro_type ul li .erji a{
    display: block;
    float: left;
    line-height: 40px;
    background: #d9dbdb;
    padding:0 25px;
    margin-right: 20px;
    color:#fff;
    text-transform: uppercase;
    position: relative;
}
.pro_type ul li .erji a:hover ,.pro_type ul li .erji a.active{
    background: #008cd6;
}
.pro_type ul li .erji a:after{
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -28px;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-width: 14px;
    border-style: solid;
    border-color:  transparent transparent #008cd6 transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.pro_type ul li .erji a:hover:after ,.pro_type ul li .erji a.active:after{
    opacity: 1;
}
.pro-item{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.pro-list{
    width: 545px;
    margin: 0px 10px;
    /* margin-right: 31px; */
    margin-bottom: 31px;
}
/*.pro-list:nth-child(3n){*/
    /*margin-right: 0;*/
/*}*/
.pro-list .imgbox{
    width: 100%;
    height: 283px;
    overflow: hidden;
}
.pro-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);
}
.pro-list .title a{
    width: 100%;
    display: block;
    line-height: 50px;
    background: #008cd6;
    font-size:16px;
    padding:0 10px;
    color:#fff;
    text-transform: uppercase;
    text-align:center;
}
.pro-list:hover .title a{
    background: #008cd6;
    color:#fff;
}
.pro-des-top{
    width: 46%;
    float: right;
    margin: 0 0 20px 45px;
}
.pro-des-top .swiper-container{
    height: 100%;
}
.pro-des-imgbox{
    width: 100%;
    float: left;
    height: 400px;
}
.pro-des-imgbox .imgbox{
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    background: #fff;
    position: relative;
}
.pro-des-imgbox .imgbox img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.pro-des-text{
    float: right;
    width: 42%;
    height: 100%;
    position: relative;
}
.pro-des-text .title{
    font-size: 24px;
    color: #008cd6;
}
.pro-des-text .line{
    width: 100%;
    height: 1px;
    background: #eee;
    margin:4% 0 6% 0;
    position: relative;
}
.pro-des-text .line i{
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    background: #008fd7;
    left:0;
    top:-1px;
}
.pro-des-text .des{
    font-size:15px;
    color:#333;
    position: relative;
}
.pro-des-text .des span{
    display: block;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.pro-des-text .contact-a{
    display: block;
    width: 160px;
    line-height: 48px;
    text-align:center;
    font-size:14px;
    color:#666;
    border: 1px solid #efefef;
    margin-top: 8%;
    border-radius: 5px;
    text-transform: uppercase;
}
.pro-des-text .contact-a:hover{
    color:#fff;
    background: #008fd7;
    border: 1px solid #008fd7;
}
.product-t{
    border-top: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    margin: 49px 0 20px 0;
}
.product-t span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: #008fd7 solid 2px;
    color: #008fd7;
    font-weight: bold;
}
.pro-des-content{
    font-size: 18px;
    color: #666;
    line-height: 33px;
    margin-top: 6px;
    /*padding-top: 30px; */
    /*border-top: 1px solid #eee;*/
}
.pro-des-content strong{
    font-family: Black;
    color: #008cd6;
    font-size: 30px;
}
.pro-des-content img{
    max-width: 100%;
    margin:1% 0;
}
.pro-des-content table{
    width: 60%;
    /*margin: 0 auto 20px auto;*/
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}
.pro-des-content table th{
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
    background: #edfff8;
}
.pro-des-content table tr td{
    line-height: 30px;
    font-size: 18px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #dfdfdf;
}
.otherpro .list{
    float: left;
    width: 265px;
    margin-right: 23px;
    height: 230px;
}
.otherpro .list:last-child{
    margin-right: 0;
}
.otherpro .allpro .title{
    height: 45px;
}
.otherpro .allpro .title span{
    line-height: 45px;
    font-size: 14px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 2;
}
.pro-inner .but{
    width: 35px;
    height: 65px;
    margin-top: -33px;
}
.pro-inner .but:after{
    display: none;
}
.pro-inner .swiper-button-next-des{
    background:rgba(0,0,0,0.4) url("../img/banner-right.png") no-repeat center;
    right:28px;
}
.pro-inner .swiper-button-next-des:hover{
    background:#ff8322 url("../img/banner-right.png") no-repeat center;
}

.pro-inner .swiper-button-prev-des{
    background:rgba(0,0,0,0.4) url("../img/banner-left.png") no-repeat center;
    left:28px;
}
.pro-inner .swiper-button-prev-des:hover{
    background:#ff8322 url("../img/banner-left.png") no-repeat center;
}
.service-inner .tt{
    font-size:36px;
    color:#008cd6;
    font-family: Black;
    margin-bottom: 45px;
    text-transform: uppercase;
    line-height: 28px;
}
.service-inner .item .list{
    margin-bottom: 50px;
}
.service-inner .item .list .fir{
    font-size:24px;
    color:#008cd6;
    text-transform: uppercase;
}
.service-inner .item .list .sec {
    font-size: 18px;
    color: #343434;
    line-height: 30px;
    margin-top: 11px;
}
.service-inner .prolunbo .but{
    width: 45px;
    height: 45px;
    border-radius: 100%;
}
.service-inner .prolunbo .but:after{
    display: none;
}
.service-inner .prolunbo{
    position: relative;
}
.service-inner .prolunbo .swiper-button-next-pro{
    background: #cfcfcf url("../img/s-right.png") no-repeat center;
    right: -75px;
}
.service-inner .prolunbo .swiper-button-next-pro:hover{
    background: #008cd6 url("../img/s-right.png") no-repeat center;
}
.service-inner .prolunbo .swiper-button-prev-pro{
    background: #cfcfcf url("../img/s-left.png") no-repeat center;
    left:-75px;
}
.service-inner .prolunbo .swiper-button-prev-pro:hover{
    background: #008cd6 url("../img/s-left.png") no-repeat center;
}
.service-inner .swiper-pagination-pro{
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.service-inner .swiper-pagination-pro .swiper-pagination-bullet{
    margin: 0 3px;
}
.service-inner .swiper-pagination-bullet-active{
    background: #008cd6;
}

.pro-download{
    display: inline-block;
    margin-bottom: 20px;
    line-height: 46px;
    background: #4ab4f5;
    color: #fff;
    font-size: 16px;
    /* padding: 0 20px; */
    margin-top: 20px;
    float: left;
    width: 50%;
    text-align: center;
}
.pro-download:hover{
    background: #ff8322;
}
.tt{
    font-family: Black;
    color: #008cd6;
    font-size: 30px;
    margin-bottom: 20px;
}
.chajian{
    float: left;
    margin: 20px 0 0 0;
    height: 46px;
    background: #627aad;
    /* padding: 0 63px; */
    padding-top: 8px;
    padding-left: 52px;
    width: 50%;
    text-align: center;
}
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
    padding: 0 10px!important;
}