.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: 'chuangke';
    src: url("../img/chuangke.ttf");
}

.padding {
    padding: 70px 0;
}

.padding-top {
    padding-top: 70px;
}

.padding-bottom {
    padding-bottom: 70px;
}

.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;
}
.over-line-2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-5{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.topper{
    background: #f5f5f5;
    line-height: 40px;
}
.topper .left{
    float: left;
    font-size:14px;
    color:#848484;
}
.topper .right{
    float: right;
}
.topper .right a{
    display: inline-block;
    line-height: 40px;
    padding-left:25px;
    font-size:14px;
    color:#666;

}
.topper .right a:hover{
    color:#2554ac;
}
.topper .right a.home{
    background: url("../img/toper-home.png") no-repeat left center;
    margin-right: 19px;
}
.topper .right a.weixin{
    position: relative;
    background: url("../img/toper-weixin.png") no-repeat left center;
}
.topper .right a.weixin img{
    position: absolute;
    width: 110px;
    top:100%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}
.topper .right a.weixin:hover img{
    display: block;
}
.headerbox{
    background: #fff;
    height: 140px;
}
.headerbox .logo{
    float: left;
}
.headerbox .logo h1{
    float: left;
    margin-top: 30px;
}
.headerbox .logo .text{
    float: left;
    margin-left: 23px;
    margin-top: 31px;
}
.headerbox .logo .text .fir{
    font-size:30px;
    color:#353535;
    font-weight: bold;
    line-height: 53px;
}
.headerbox .logo .text .sec{
    font-size:13px;
    color:#7c7c7c;
    text-transform: uppercase;
}
.headerbox .logo .text2{
    float: left;
    border-left: 1px solid #f1f1f1;
    padding-left:20px;
    margin-left: 20px;
    margin-top: 38px;
}
.headerbox .logo .text2 .fir{
    font-size:24px;
    color:#005eb8;
    font-weight: bold;
}
.headerbox .logo .text2 .sec{
    font-size:16px;
    color:#5d5d5d;
}
.headerbox .tel{
    float: right;
    padding-left: 52px;
    background: url(../img/header-tel.png) no-repeat left center;
    margin-top: 41px;
}
.headerbox .tel .fir{
    font-size:16px;
    color:#7d7d7d;
}
.headerbox .tel .sec{
    font-size: 26px;
    color: #005eb8;
    font-family: Impact;
    line-height: 25px;
}
.menubox{
    background: #005eb8;
}
.menubox .left{
    float: left;
    width: 825px;
}
.menubox ul li{
    float: left;
    width: 117px;
}
.menubox ul li>a{
    display: block;
    line-height: 70px;
    text-align:center;
    font-size:16px;
    color:#fff;
    position: relative;
}
.menubox ul li>a:hover ,.menubox ul li>a.active{
    background: #203d65;
}
.menubox .right{
    float: right;
    width: 280px;
    margin-top: 13px;
}

.bannerbox .swiper-slide img{
    width: 100%;
}
.bannerbox .swiper-pagination{
    bottom: 5%;
}
.bannerbox .swiper-pagination-bullet{
    width: 60px;
    height: 9px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    margin: 0 9px;
}
.bannerbox .swiper-pagination-bullet-active{
    background: #2554ac;
}
.searchbox{
    background: #fff;
    border-bottom:1px solid #e5e5e5;
}
.searchbox .warpper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.hot-keyword{
    line-height: 30px;
}
.hot-keyword span{
    display: inline-block;
    padding-left: 30px;
    background: url(../img/hot.png) no-repeat left center;
    font-weight: bold;
    font-size: 16px;
    color: #282828;
    letter-spacing: 2px;
}
.hot-keyword a{
    display: inline-block;
    font-size:16px;
    color:#7f7f7f;
    position: relative;
    margin-right: 15px;
}
.hot-keyword a:hover{
    color:#2554ac;
}
.hot-keyword a:after{
    content:"、";
    position: absolute;
    right: -19px;
    bottom:0;
    font-size:16px;
    color:#7f7f7f;
}
.hot-keyword a:last-child:after{
    display: none;
}
.formbox input[type=text]{
    float: left;
    width: 235px;
    line-height: 45px;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 18px;
    background: #fff;
}
.formbox input[type=text]::placeholder{
    font-size:14px;
    color:#818181;
}
.formbox input[type=submit]{
    cursor: pointer;
    float: left;
    width: 45px;
    height: 45px;
    background:#203d65 url("../img/search.png") no-repeat center;
}


.alltitle{
    text-align:center;
    margin-bottom: 35px;
}
.alltitle .fir{
    font-size:36px;
    color:#353535;
}
.alltitle .fir span{
    color:#005eb8;
    font-weight: bold;
}
.alltitle .sec{
    font-size:16px;
    color:#696969;
    margin: 10px 0;
}

.proright{
    float: right;
    width: 928px;
}
.proright .list{
    float: left;
    width:300px;
    margin-right: 14px;
    margin-bottom: 14px;
}
.proright .list:nth-child(3n){
    margin-right: 0;
}
.allpro{
    position: relative;
    border:1px solid #dfdfdf;
}
.allpro .imgbox{
    width: 100%;
    height: 200px;
    position: relative;
}
.allpro .title{
    text-align:center;
    font-size:14px;
    color:#fff;
    line-height: 50px;
    background: rgba(0,0,0,0.4);
}
.allpro:hover .title{
    background: #005eb8;
}




.in_youshi{
    background: url("../img/ysbg.jpg") no-repeat top center;
}
.youshi-jiaodian .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.youshi-jiaodian .item .list{
    width: 24%;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.youshi-jiaodian .item .list.active{
    background: #005eb8;
}
.youshi-jiaodian .item .list .icon1{
    width: 60px;
    height: 60px;
    position: relative;
    margin-right: 12px;
}
.youshi-jiaodian .item .list.active .icon1 img{
    filter: grayscale(100%) brightness(1000%);
}
.youshi-jiaodian .item .list .s1{
    font-size:22px;
    color:#292929;
}
.youshi-jiaodian .item .list.active .s1{
    color:#fff;
}
.youshi-jiaodian .item .list .s2{
    font-size:14px;
    color:#656565;
}
.youshi-jiaodian .item .list.active .s2{
    color:#fff;
}
.youshibox .youshi-list{
    background: #fff;
    padding:30px 30px 30px 60px;
}
.youshibox .youshi-list .text{
    float: left;
    width: 523px;
    position: relative;
}
.youshibox .youshi-list .text .shu{
    position: absolute;
    width: 57px;
    height: 100px;
    background:url("../img/ysicon1.png") no-repeat center;
    top:-30px;
    left:0;
    text-align:center;
    padding-top: 17px;
}
.youshibox .youshi-list .text .shu .fir{
    color:#fff;
    font-size:27px;
    font-weight: bold;
}
.youshibox .youshi-list .text .shu .line{
    width: 20px;
    height: 1px;
    background: #fff;
    margin:5px auto;
}
.youshibox .youshi-list .text .con{
    padding-top: 127px;
    font-size:14px;
    color:#737373;
    line-height: 30px;
}
.youshibox .youshi-list .text .con strong{
    font-size:21px;
    color:#212121;
}
.youshibox .youshi-list .imgbox{
    width: 565px;
    height: 365px;
    float: right;
    overflow: hidden;
}

.in_adv{
    margin-top: -74px;
    width: 100%;
    height: 271px;
    background:url("../img/barbg.png") no-repeat center;
    position: relative;
    z-index: 2;
}
.in_adv .left{
    float:left;
    margin-left: 227px;
    margin-top: 45px;
}
.in_adv .left .fir{
    margin-top: 85px;
    font-size:12px;
    color:rgba(255,255,255,0.4);
    text-transform: uppercase;
}
.in_adv .left .sec{
    font-size:14px;
    color:#fff;
    margin-top: 20px;
}
.in_adv .right{
    margin-top: 113px;
    float: right;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.in_adv .right .text{
    color:#fff;
    font-size:20px;
    font-weight: bold;
    text-align:center;
}
.in_adv .right .imgbox{
    width: 120px;
}
.in_adv .right .imgbox img{
    width: 100%;
}

.in_case .swiper-container .imgbox{
    width: 100%;
    position: relative;
    height: 276px;
    overflow: hidden;
}
.in_case .swiper-container .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);
}
.in_case .swiper-container .imgbox .title{
    position: absolute;
    width: 100%;
    text-align:center;
    font-size:16px;
    left:0;
    bottom:0;
    background: rgba(0,0,0,0.6);
    line-height: 50px;
    color:#fff;
}

.in_company{
    background: url("../img/companybg.jpg") no-repeat center / cover;
}
.in_company .con1 .imgbox{
    float: left;
    width: 600px;
    height: 378px;
    overflow: hidden;
}
.in_company .con1 .text{
    float: right;
    width: 565px;
    margin-top: 11px;
}
.in_company .con1 .text .tbox{
    padding-bottom: 16px;
    margin-bottom: 15px;
    border-bottom:1px dashed #bfbfbf;
}
.in_company .con1 .text .tbox .fir{
    font-weight: bold;
    color:#000000;
    font-size:36px;
}
.in_company .con1 .text .tbox .sec{
    text-transform: uppercase;
    color:#8a8a8a;
    font-size:14px;
}
.in_company .con1 .text .des{
    font-size:14px;
    color:#5f5f5f;
    line-height: 27px;
}
.in_company .con1 .text .more{
    display: inline-block;
    font-size:14px;
    color:#5f5f5f;
    font-weight: bold;
}
.in_company .con1 .text .more:hover{
    color: #005eb8;
}
.in_company .con1 .text .company-img{
    margin-top: 10px;
}
.in_company .con2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.in_company .con2 .icon{
    width: 100%;
    height: 60px;
    position: relative;
}
.in_company .con2 .list {
    text-align:center;
    position: relative;
}
.in_company .con2 .list .fir{
    font-weight: bold;
    font-size:20px;
    color:#3d3d3d;
}
.in_company .con2 .list .sec{
    font-size:14px;
    color:#868686;
    margin-top: 2px;
}
.in_company .con2 .list:after{
    position: absolute;
    content:"";
    width: 1px;
    height: 80px;
    background: #d5d5d5;
    right:-54px;;
    top:20px;
}
.in_company .con2 .list:last-child:after{
    display: none;
}
.in_company .con2 .list:hover .icon img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.in_news .swiper-slide{
    padding:5px;
}

.allnews .imgbox{
    width: 100%;
    height: 255px;
    position: relative;
    overflow: hidden;
}
.allnews .imgbox .time{
    display: inline-block;
    line-height: 40px;
    font-size:14px;
    background:#005eb8;
    padding:0 25px;
    color:#fff;
    position: absolute;
    right:20px;
    bottom:0;
}
.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);
}
.allnews .text{
    background: #fff;
    padding:20px;
    box-shadow:0 0 9px rgb(0 0 0 / 16%);
}
.allnews .text .cat{
    line-height: 30px;
    font-size:14px;
    color:#005eb8;
    font-weight: bold;
    padding-left:30px;
    background: url("../img/newsicon.png") no-repeat left center;
}
.allnews .text .title{
    font-size:20px;
    font-weight: bold;
    color:#323232;
    margin: 10px 0;
}
.allnews .text .con{
    font-size:14px;
    color:#747474;
    line-height: 23px;
}
.allnews .text .more{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top:10px;
}
.allnews .text .more span{
    font-size:14px;
    color:#858585;
    display: inline-block;
    margin-right: 10px;
}
.allnews:hover .text{
    background: #005eb8;
}
.allnews:hover .text .cat{
    color:#fff;
    background: url("../img/newsicon1.png") no-repeat left center;
}
.allnews:hover .text .title{
    color:#fff;
}
.allnews:hover .text .con{
    color:#fff;
}
.allnews:hover .text .more span{
    color:#fff;
}
.allnews:hover .text .more img{
    filter:brightness(1000%) grayscale(100%);
}

.footerbox {
    padding: 40px 0;
    background: url("../img/footbg.jpg") no-repeat center / cover;
}
.footerbox .f-top .f-logo{
    float: left;
    display: flex;
    align-items: center;
    justify-content: left;
}
.footerbox .f-top .f-logo .text .fir{
    font-weight: bold;
    color:#fff;
    font-size:30px;
}
.footerbox .f-top .f-logo .text .sec{
    text-transform: initial;
    color:rgba(255,255,255,0.6);
    font-size:14px;
}
.footerbox .f-top .f-tel{
    float: right;
    padding-left:58px;
    background: url("../img/f-tel.png") no-repeat left center;
}
.footerbox .f-top .f-tel .fir{
    font-size:14px;
    color:#fff;
}
.footerbox .f-top .f-tel .sec{
    font-size:24px;
    font-weight: bold;
    color:#fff;
}
.footerbox .f-bottom{
    margin-top: 62px;
}
.footerbox .f-bottom .left{
    float: left;
    width:780px;
    display: flex;
    justify-content: space-between;
}
.footerbox .f-t{
    margin-bottom: 20px;
}
.footerbox .f-t p{
    color:#fff;
    font-weight: bold;
    font-size:18px;
}
.footerbox .f-t .line{
    width: 21px;
    height: 2px;
    background: #045db3;
    margin-top: 10px;
}
.footerbox .f-bottom .left .list .abox a
,.footerbox .f-bottom .left .list .abox p{
    display: block;
    font-size:14px;
    color:rgba(255,255,255,0.5);
    line-height: 30px;
}
.footerbox .f-bottom .left .list .abox a:hover {
    color:rgba(255,255,255,1);
}
.footerbox .f-bottom .right{
    float: right;
    width: 195px;
    text-align:center;
}
.footerbox .f-bottom .right .imgbox{
    width: 100%;
}
.footerbox .f-bottom .right .imgbox img{
    width: 100%;
}
.footerbox .f-bottom .right p{
    font-weight: bold;
    color:#fff;
    font-size:18px;
    margin-top: 15px;
}
.copy{
    background: #272727;
    font-size:14px;
    color:rgba(255,255,255,0.58);
    line-height: 70px;
}
.copy a{
    color:rgba(255,255,255,0.58);
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}
.sbanner{
    width: 100%;
    height: 460px;
    background: url("../img/sbanner.jpg") no-repeat center;
}
.allcrumbs{
    line-height:60px;
    background: #f3f3f3 url("../img/home-icon.png") no-repeat left 20px center;
    font-size:14px;
    color:#525252;
    font-weight: lighter;
    padding-left: 50px;
}
.allcrumbs a{
    font-size:14px;
    color:#525252;
}
.inner-company-fir{
    padding:40px 0 60px 0;
}
.inner-company-fir .left{
    float: left;
    width: 100%;
}
.inner-company-fir .left .tbox .fir{
    font-size:40px;
    color:#282828;
    font-weight: bold;
}
.inner-company-fir .left .tbox .sec{
    font-size:24px;
    color:#2554ac;
    margin:20px 0;
}
.inner-company-fir .left .des{
    font-size:16px;
    line-height: 30px;
    color:#595959;
}
.inner-company-fir .right{
    width: 503px;
    float: right;
}
.inner-company-sec{
    margin-bottom: 60px;
}
.inner-company-sec .tbox{
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}
.inner-company-sec .tbox .list{
    float: left;
    width: 33.33%;
    height: 80px;
    background: #2554ac;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-company-sec .tbox .list.active{
    background: #7ccf37;
}
.inner-company-sec .tbox .list-inner{
    width: 100%;
}
.inner-company-sec .tbox .list .fir{
    font-size:22px;
    color:#fff;
    font-weight: bold;
}
.inner-company-sec .tbox .list .sec{
    font-size:12px;
    color:#fff;
    text-transform: uppercase;
}
.inner-company-sec .tbox .list.active .fir{
    color:#fff;
}
.inner-company-sec .tbox .list.active .sec{
    color:#fff;
}
.inner-company-sec .tbox .list.active .imgbox img{
    filter: grayscale(100%) brightness(1000%);
}
.inner-company-sec .tbox .list .text{
    margin-left: 20px;
}
.inner-company-sec .picbox{
    background: #f3f3f3;
    padding:30px;
    border-radius: 0 0 30px 30px;
}
.inner-company-sec .picbox .imgbox{
    height: 240px;
    overflow: hidden;
}
.inner-company-sec .picbox .item{
    display: none;
}
.inner-company-thr{
    margin-top: 60px;
}
.inner-company-thr .lxbox{
    height: 330px;
}
.inner-company-thr .imgbox{
    float: left;
    width: 485px;
    height: 100%;
}
.inner-company-thr .text{
    float: left;
    width:715px;
    height: 100%;
    background: #f3f3f3;
    padding:4%;
}
.inner-company-thr .text .fir{
    font-size:28px;
    color:#363636;
    font-weight: 700;
}
.inner-company-thr .text .sec{
    font-size: 16px;
    color: #707070;
    line-height: 30px;
    margin: 3.5% 0 4% 0;
}
.inner-company-thr .text .thr{
    font-size:16px;
    color:#707070;
    font-weight: bold;
}
.inner-company-thr .text .thr span{
    font-size:30px;
    color:#2554ac;
    font-weight: 700;
}
.inner-company-youshi{
    background: url("../img/inner-company-2.jpg") no-repeat center / cover;
}
.alltitle .thr{
    margin-top: 10px;
}
.alltitle .thr span{
    display: inline-block;
    padding-left: 23px;
    background: url(../img/yuan.png) no-repeat left center;
    font-size: 18px;
    color: #fff;
}
.alltitle .thr span:nth-child(1){
    margin-right: 30px;
}
.inner-company-youshi .item{
    margin-top: 30px;
}
.inner-company-youshi .list{
    width: 285px;
    height: 140px;
    background: rgba(0,0,0,0.2);
    padding: 10px;
    float: left;
    margin-right: 20px;
}
.inner-company-youshi .list:last-child{
    margin-right: 0;
}
.inner-company-youshi .list-inner{
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
}
.inner-company-youshi .shuzi{
    color:#eff1f7;
    font-size:100px;
    font-family: Impact;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    z-index: 1;
    text-align:center;
    opacity: 0;
}
.inner-company-youshi .list.active .shuzi{
    opacity: 1;
}
.inner-company-youshi .text{
    position: absolute;
    width: 100%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
    z-index: 2;
    text-align:center;
}
.inner-company-youshi .text img{
    display: block;
    margin:0 auto;
}
.inner-company-youshi .text p{
    font-weight: bold;
    font-size:24px;
    color:#282828;
    margin-top: 10px;
}
.inner-company-youshi .list:hover .text img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.all_sider{
    float: left;
    width: 245px;
}
.all_sider .box{
    background: #fff;
}
.all_sider_top{
    color:#fff;
    padding-top: 18px;
    padding-left: 24px;
    background: #005eb8;
    height: 90px;
}
.all_sider_top .fir{
    font-weight: bold;
    font-size:20px;
    letter-spacing: 2px;
}
.all_sider_top .sec{
    text-transform: uppercase;
    font-size:12px;
    margin-top: 5px;
}
.bg{
    background: #f7f7f7;
}
.all_sider_ul{
    background-color: #fff;
    border:1px solid #dfdfdf;
}
.all_sider_ul ul li{
    position: relative;
}
.all_sider_ul ul li>a{
    display: block;
    line-height: 50px;
    background: #fff;
    font-size: 16px;
    color: #383838;
    position: relative;
    padding:0 24px;
}
.all_sider_ul ul li>a:hover ,.all_sider_ul ul li>a[date=active]{
    color:#005eb8;
    background: #ececec;
}
.all_sider_ul ul li i{
    display: block;
    position: absolute;
    width: 15px;
    height: 50px;
    background: url("../img/sider-icon.png") no-repeat center;
    right:22px;
    top:0;
    cursor: pointer;
}
.all_sider_ul ul li .erji a{
    display: block;
    padding: 8px 0 8px 38px;
    font-size: 14px;
    color:#333;
    background: #eee;
    margin-top: 10px;
    position: relative;
}
.all_sider_ul ul li .erji a:before{
    content:"◆";
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size:20px;
    color:#aaa;
}
.all_sider_ul ul li .erji a:hover
,.all_sider_ul ul li .erji a.active{
    color: #fff;
    background: #7ccf37;
}
.all_sider_ul ul li .erji a:hover:before
,.all_sider_ul ul li .erji a.active:before{
    color:#fff;
}
.all_sider_ul ul li .erji{
    display: none;
}
.all_sider .lxbox{
    background: #005eb8;
}
.all_sider .lxbox .tel-text{
   padding:32px 24px;
}
.all_sider .lxbox .tel-text .fir{
    padding-left: 38px;
    font-size:18px;
    color:#fff;
    background: url("../img/sider-lx.png") no-repeat left top;
    padding-bottom: 20px;
    border-bottom:1px dashed #669ed4;
    margin-bottom: 20px;
}
.all_sider .lxbox .tel-text .con p{
    font-size:14px;
    color:#fff;
    margin-bottom: 6px;
}
.all_sider .lxbox .tel-text .con p.mobile{
    font-size: 31px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0;
}
.all_pro_right{
    width: 928px;
    float: right;
}

.top-des-pro .left{
    float: left;
    width: 460px;

}
.top-des-pro .left>.swiper-container{
    border:1px solid #eee;
}
.top-des-pro .left .pic{
    width: 100%;
    height: 380px;
    position: relative;
}
.top-des-pro  .but{
    width: 35px;
    height: 56px;
    margin-top: -28px;
    background-color: #7f7f7f;
}
.top-des-pro  .but:after{
    font-size:25px;
}
.top-des-pro  .but:hover{
    background-color: #2454ac;
}
.top-des-pro  .swiper-button-prev{
    left:0;
}
.top-des-pro .swiper-button-next{
    right:0;
}
.top-des-pro .shuzi{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #7e7e7e;
    position: absolute;
    right:20px;
    bottom:20px;
    z-index: 1;
}
.top-des-pro  .shuzi span{
    font-size:16px;
    color:#fff;
    font-weight: bold;
}
.top-des-pro  .shuzi .swiper-pagination{
    font-size:16px;
    color:#fff;
    font-weight: bold;
}
.top-des-pro .right{
    float: right;
    width: 385px;
}
.top-des-pro .right .title{
    font-size:26px;
    color:#282828;
    font-weight: bold;
    margin-bottom: 23px;
}
.top-des-pro .right .parentitle{
    margin-bottom: 28px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 0 0 18px 0;
    background: #005eb8;
}
.top-des-pro .right .lxbox{
    margin-top: 30px;
}
.top-des-pro .right .lxbox p{
    font-size:15px;
    color:#747474;
    line-height: 48px;
    padding-left: 28px;
    border-bottom:1px dashed #e5e5e5;
}
.top-des-pro .right .lxbox p a{
    color:#747474;
}
.top-des-pro .right .lxbox p.linkman{
    background: url("../img/p-linkman.png") no-repeat left center;
}
.top-des-pro .right .lxbox p.email{
    background: url("../img/p-email.png") no-repeat left center;
}
.top-des-pro .right .lxbox p.address{
    background: url("../img/p-address.png") no-repeat left center;
}
.top-des-pro .right .tel{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #005eb8;
    height: 55px;
    margin-top: 42px;
}
.top-des-pro .right .tel img{
    margin:0 14px;
}
.top-des-pro .right .tel span{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-right: 22px;
}
.top-des-pro .right .tel a{
    display: block;
    line-height: 55px;
    background: #203d65;
    width: 174px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.bottom-des-pro{
    margin-top: 40px;
}
.des-content{
    font-size: 16px;
    color: #737373;
    line-height: 30px;
    background: #f3f3f3;
    padding: 35px;
}
.des-content strong{
    color:#282828;
    font-size:18px;
    margin-bottom: 10px;
    display: block;
}
.des-content img{
    margin:0 auto;
    max-width: 100%;
}
.des-content table{
    width: 100% !important;
    border-collapse: collapse;
}

.des-content table tr td{
    font-size:15px;
    color:#2c2b2b;
    text-align:center;
    border:1px solid #e3e3e3;
}
.inner-pro-item .list{
    float: left;
    width: 280px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.inner-pro-item .list:nth-child(3n){
    margin-right: 0;
}
.all_pro_right .allcrumbs{
    margin-bottom: 30px;
}

.des-content .inner-shili{
    margin-top: 30px;
}
.des-content .inner-shili .t{
    color: #282828;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}
.des-content .inner-shili .item .list{
    float: left;
    width: 393px;
    height: 280px;
    position: relative;
    margin-right: 24px;
}
.des-content .inner-shili .item .list:nth-child(n+3){
    margin-top: 24px;
}
.des-content .inner-shili .item .list:nth-child(2n){
    margin-right: 0;
}
.des-content .inner-shili .item .list .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
}
.des-content .inner-shili .item .list p{
    font-size:22px;
    color:#fff;
    font-weight: bold;
    text-align:center;
    background: rgba(36,84,172,0.8);
    width: 100%;
    bottom:0;
    left:0;
    position: absolute;
    line-height: 50px;
}
.protbox{
    margin-top: 40px;
}
.protbox .fir{
    font-weight: bold;
    font-size:32px;
    color:#282828;
}
.protbox img{
    margin: 20px 0 30px 0;
}


.inner-yingyong-item{
    margin-top: 30px;
}
.inner-yingyong-list{
    float: left;
    width: 381px;
    margin-right: 28px;
    margin-bottom: 28px;
}
.inner-yingyong-list:nth-child(3n){
    margin-right: 0;
}
.inner-yingyong-list .imgbox{
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.inner-yingyong-list .title a{
    display: block;
    background: #eee;
    font-size:16px;
    color:#333;
    line-height: 55px;
    text-align:center;
}
.inner-yingyong-list:hover .title a{
    background: #005eb8;
    color:#fff;
}
.inner-yingyong-list-sec: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-des{
    background: #fff;
    margin-top: 41px;
}
.inner-news-des .left .tbox{
    margin-bottom: 1%;
    text-align: center;
}
.inner-news-des .left .tbox .fir{
    font-size: 32px;
    color:#333;
}
.inner-news-des .left .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}

.clickbox{
    line-height: 25px;
    margin-bottom: 31px;
    padding: 5px 10px;
    color: #777;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: center;
}
.clickbox span{
    margin-right: 2%;
}
.article-content{
    font-size: 16px;
    color: #737373;
    line-height: 30px;
}
.article-content img{
    max-width: 100%;
    margin:1% auto;
}
.news-inner-list{
    padding: 25px;
    background: #fff;
    margin-bottom: 30px;
}
.news-inner-list:hover{
    box-shadow: 0px 0px 10px #e6e6e6;
}
.news-inner-list .imgbox{
    width: 229px;
    height: 155px;
    float: left;
}
.news-inner-list .text{
    width: 568px;
    float: right;
}
.news-inner-list .text .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:20px;
    font-weight: 700;
    color:#333;
    margin-top: 6px;
}
.news-inner-list .text .con{
    line-height: 24px;
    color: #666;
    font-size: 14px;
    margin-bottom: 17px;
    margin-top: 8px;
}
.news-inner-list .text  .more .time{
    font-size:16px;
    color:#999;
    float: left;
    font-family: cll;
}
.news-inner-list .text  .more .kan{
    float: right;
    display: block;
    width: 145px;
    line-height: 35px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #eee;
    font-size: 14px;
    color: #666;
    margin-top: -8px;
}
.news-inner-list:hover .text  .more .kan{
    color:#fff;
    background: #005eb8;
    border:1px solid #005eb8;
}
.contact-inner .top{
    margin-top: 30px;
}
.contact-inner .top .list{
    float: left;
    width: 285px;
    height: 217px;
    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%;
}

.inner-messagebox{
    margin-top: 30px;
}
.inner-messagebox .right{
    float: left;
    width: 610px;
}
.inner-messagebox .warpper{
    padding:30px;
    border:1px solid #eee;
}
.inner-messagebox .mesimg{
    float: right;
    width: 424px;
    margin-top: 30px;
}
.biaodan .top{
    margin-bottom: 30px;
}
.biaodan .top .fir{
    color: #414141;
    font-size:28px;
}
.biaodan .top .fir span{
    color:#7ccf37;
    text-transform: uppercase;
}
.biaodan .top .sec{
    color: #999;
    font-size:14px;
}
.biaodan form .form-tr{
    margin-bottom: 15px;
}
.biaodan form .tbox{
    float: left;
    width: 20%;
    line-height: 50px;
    text-align:center;
    background: #e3e5ea;
    font-size:14px;
    color:#666;
}
.biaodan form input{
    float: left;
    width: 80%;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 20px;
}
.biaodan form input::placeholder{
    font-size:14px;
    color:#999;
}
.biaodan form textarea{
    float: left;
    width: 80%;
    height: 100px;
    border: 1px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    padding:20px;

}
.biaodan form textarea::placeholder{
    font-size:14px;
    color:#999;
}
.biaodan form .inputbox{
    height: 50px;
    position: relative;
}
.biaodan form .inputbox .verify{
    position: absolute;
    width: 102px;
    height: 36px;
    right: 10px;
    top: 7px;
}
.biaodan form .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.biaodan form .submit{
    display: block;
    line-height: 50px;
    background: #005eb8;
    text-align:center;
    font-size:16px;
    font-weight: bold;
    color:#fff;
}

.key {
    text-align:center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size:16px;
    color:#666;
}

.pro-des-moive{
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}
.des-tumb{
    margin-top: 10px;
}
.des-tumb .imgbox{
    width: 100%;
    height: 75px;
    border:1px solid #eee;
    position: relative;
}

.inner-lianxi-inner{
    background: #fff;
    padding:35px;
}
.contact-c-lian .t1 {
    font-weight: bold;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.contact-c-lian .t1 span{
    font-size:18px;
    font-weight: 500;
    display: inline-block;
    margin-left: 30px;
}
.ulbox .lianli{
    float: left;
    width: 50%;
    position: relative;
}
.ulbox .lianli img{
    width: 131px;
    position: absolute;
    right: -153px;
    top: 18px;
}
.lianli li {
    font-size: 16px;
    color: #333;
    padding: 8px 0
}
.lianli li a{
    font-size: 16px;
    color: #333;
}
.lianli li span {
    font-family: Impact;
    color: #005eb8;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
}
.inner-lianxi-inner{
    background: #fff;
    padding:35px;
}
#allmap {
    width: 100%;
    height: 432px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.kji{
    margin-bottom: 4%;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-danger {
    color: #fff;
    background-color: #cc3131;
}
.text-white {
    color: #fff!important;
}
.base_bg {
    background-color: #0e54ad;
}