.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;
}

.font36{font-size:36px;line-height:42px;overflow:hidden;}
.font24{font-size:24px;line-height:32px;overflow:hidden;}
a {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}
.warpper_mid{
    width: 1400px;
    position: relative;
    margin:0 auto;
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}

@font-face {
    font-family: 'ali';
    src: url("../fonts/ali.ttf");
}
@font-face {
    font-family: 'she';
    src: url("../fonts/she.TTF");
}

.panda{background: #eff4fa;}

.padding {
    padding: 6% 0 6% 0;
	
}

.padding-top {
    padding-top: 6%;
}

.padding-bottom {
    padding-bottom: 6%;
}

.transi {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.in_sl{ width: 100%; background: url(../images/bg2.jpg) no-repeat bottom; height: auto; overflow: hidden;}
.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flexcent{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -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;
}
.over-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.bannerbox{
    position: relative;
}
.bannerbox .swiper-slide img{
    width: 100%;
}
.banner-btn{
    position: absolute;
    width: 100%;
    left:0;
    bottom:5%;
    z-index: 2;
}
.banner-btn .item{
    width: 100%;
}
.banner-btn .item .swiper-pagination{
    width: 100px;
    position: relative;
    bottom:initial;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-btn .item .mouse{
    cursor: pointer;
}
.banner-btn .item .shu{
    color:#fff;
}
.banner-btn .item .shu em{
    font-size:24px;
    color:#fff;
}
.banner-btn .item .shu i{
    display: inline-block;
    font-size:18px;
    color:#fff;
    opacity: 0.8;
}
.banner-btn .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
    position: relative;
}
.banner-btn .swiper-pagination-bullet:after{
    position: absolute;
    content:"";
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border:1px solid transparent;
    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%);
    -webkit-transition: all 0.55s;
    -moz-transition: all 0.55s;
    -ms-transition: all 0.55s;
    -o-transition: all 0.55s;
    transition: all 0.55s;
}
.swiper-pagination-banner .swiper-pagination-bullet-active{
    background: #004ea2;
}
.swiper-pagination-banner .swiper-pagination-bullet-active:after{
    border:1px solid #004ea2;
}

.swiper-banner{
    overflow: hidden;
}

.allnav{
    position: fixed;
    width: 100%;
    left:0;
    top:0;
    z-index: 999;
    background: rgba(0,0,0,0.3);
}

.headMenu{
    width: 49%;
    margin-left: 12%;
}
.headMenu li>a{
    font-size:18px;
    color:#fff;
    position: relative;
}
.headMenu li>a:after{
    position: absolute;
    content:"";
    width: 0;
    left:0;
    bottom: -6px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}
.headMenu li>a.act{
    font-weight: bold;
}
.headMenu li>a:hover:after
,.headMenu li>a.act:after{
    width: 100%;
}
.headMenu li{
    position: relative;
    height: 110px;
    display: flex;
    align-items: center;
}
.headMenu li .erji{
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    display: none;
}
.headMenu li:hover .erji{
    display: block;
}
.headMenu li .erji:before{
    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:-10px;
    width: 0;
    height: 0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #fff;
}
.headMenu li .erji a{
    display: block;
    white-space: nowrap;
    font-size:14px;
    color:#313131;
    padding:0 20px;
    line-height: 50px;
    background: #fff;
}
.headMenu li .erji a:hover{
    background: #004ea2;
    color:#fff;
}
.headBtn{
    position: absolute;
    right:0;
    top:0;
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.headBtn .weixin_btn{
    cursor: pointer;
    height: 100%;
    width: 87px;
    position: relative;
    border-left:1px solid rgba(255,255,255,0.2);
}
.headBtn .weixin_btn .erbox{
    position: absolute;
    width: 110px;
    padding:5px;
    background: #fff;
    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;
}
.headBtn .weixin_btn:hover .erbox{
    display: block;
}
.headBtn .weixin_btn .erbox img{
    width: 100%;
}
.headBtn .weixin_btn .erbox:before{
    position: absolute;
    content:"";
    width: 0;
    height: 0;
    border-bottom:10px solid #fff;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    top:-10px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.headBtn .tel_btn{
    background:#004ea2;
    padding-left:20px;
    height: 100%;
    width: calc(100% - 87px);
}
.headBtn .tel_btn .text{
    margin-left: 10px;
}
.headBtn .tel_btn .t1{
    color:#fff;
    font-size:14px;
    letter-spacing: 2px;
    white-space: nowrap;
}
.headBtn .tel_btn .t2{
    color:#fff;
    font-size:24px;
    font-weight: bold;
    white-space: nowrap;
}


.hotbar{
    position: relative;
    border-bottom:1px solid #d6d6d6;
}
.hotbar .bg{
    position: absolute;
    width: 34%;
    height: 100%;
    background: #004ea2;
    left:0;
    top:0;
}
.hotbarcon{
    height: 110px;
    position: relative;
    z-index: 2;
}
.hotbarcon .left{
    color:#fff;
}
.hotbarcon .left .t1{
    font-size:24px;
}
.hotbarcon .left .t2{
    font-size:18px;
}
.hotbarcon .left img{
    margin-top: 3px;
    max-width: 100%;
}
.hotbarcon .cent{
    width: 33%;
    white-space: nowrap;
    margin-left: 5%;
}
.hotbarcon .cent span{
    display: inline-block;
    padding-left: 30px;
    background: url("../img/hot-img2.png") no-repeat left center;
    font-weight: bold;
    font-size:16px;
    color:#282828;
}
.hotbarcon .cent  a{
    font-size:16px;
    color:#3f3f3f;
    display: inline-block;
    padding-right: 16px;
    position: relative;
}

.hotbarcon .cent  a:last-child{
    padding-right: 0;
}
.hotbarcon .cent  a:last-child:after{
    display: none;
}
.hotbarcon .right{
    width: 30%;
    height: 100%;
    border-left:1px solid #d6d6d6;
    padding-left:3%;
}
.hotbarcon .right form{
    width: 100%;
}
.hotbarcon .right form input[type=text]{
    width: calc(100% - 37px);
    line-height: 36px;
    outline: none;
    font-size:16px;
    color:#333;
    float: left;
}
.hotbarcon .right form input[type=text]::placeholder{
    font-size:16px;
    color:#999999;
}
.hotbarcon .right form input[type=submit]{
    cursor: pointer;
    float: right;
    width: 37px;
    height: 36px;
    border-radius: 100%;
    position: relative;
    background: url("../images/search.png") no-repeat center;
}
.alltitle{
    text-align:center;
    margin-bottom: 35px;
}
.alltitle .t{
    color:#fff;
    font-size:16px;
    margin-bottom: 10px;
}
.alltitle img{
    display: block;
    margin:10px auto;
}
.alltitle .t1{
    font-size:34px;
    color:#2b2b2b;
    font-family: ali;position: relative;
    z-index: 1;
}
.alltitle .t1:before{ color: rgba(51,51,51,0.05); text-transform: uppercase; content: attr(data-title); font-weight: bold; font-size: 100px; position: absolute; text-align: center; left: 0; right: 0; margin: auto; top: -40px; height: 100%; display: block; width: 100%;}
.tit_in p{ color: #666666; font-size: 24px; font-weight: 100; padding-top: 10px;}


.alltitle .t2{
    font-size:16px;
    color:#2b2b2b;
}
.alltitle.white .t1{
    color:#fff;
}
.alltitle.white .t2{
    color:#fff;
    text-transform: uppercase;
}
.allsider{
    float: left;
    width: 300px;
}
.allsider-top{
    background: #004ea2;
    height: 105px;
    padding:0 25px;
    margin-bottom: 4px;
}
.allsider-top .text .t1{
    font-size:24px;
    color:#fff;
    font-weight: bold; text-align: center;
}
.allsider-top .text .en{
    font-size:14px;
    color:rgba(255,255,255,0.6);
    text-transform: uppercase;
    margin-top: 5px;
}
.allsider-ul ul li a{
    display: block;
    line-height: 50px;
    background: #f0f4f8;
    padding:0 25px;
    font-size:16px;
    color:#474747;
    position: relative;
	border-bottom: 1px solid #d5e5f5;
}
.allsider-ul ul li a .icon{
    display: block;
    width: 7px;
    height: 11px;
    background: url("../img/sider-icon.png") no-repeat center;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:25px;
}
.allsider-ul ul li a:hover
,.allsider-ul ul li a.act{
    background: #004ea2;
    color:#fff;
}
.allsider-ul ul li a:hover .icon
,.allsider-ul ul li a.act .icon{
    background: url("../img/sider-icon1.png") no-repeat center;
}
.allsider-lx{
    background:#004ea2;
    width: 100%;
    height: 157px;
}
.allsider-lx .text{
    margin-left: 10px;
}
.allsider-lx .text .t1{
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    white-space: nowrap;
}
.allsider-lx .text .t2{
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    white-space: nowrap;
    margin-top: 5px;
}
.pro-right{
    float: right;
    width: calc(100% - 335px);
}
.in_pro_lunbo{
    width: 100%;
    height: 766px;
}
.in_pro_lunbo .swiper-pro{
    width: 100%;
    height: 100%;
}
.in_pro_lunbo .swiper-pro .swiper-slide{
    height: calc((100% - 25px) / 2);
}
.allpro{
    position: relative;
    overflow: hidden;
}
.allpro a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.allpro a:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    border:4px solid transparent;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 1;
    box-sizing: border-box;
}
.allpro .imgbox{
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden;
}
.in_pro_lunbo .allpro{
    height: 100%;
}
.in_pro_lunbo .allpro .imgbox{
    height: calc(100% - 60px);
}
.allpro .title{
    width: 100%;
    text-align:center;
    background: #f7f7f7;
    color:#3a3a3a;
    font-size:16px;
    line-height: 60px;
}
.allpro:hover a:before{
    border:4px solid #004ea2;
}
.allpro:hover .title{
    background: #004ea2;
    color:#fff;
}
.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);
}

.in_company{
    background: url("../img/ysbg1.jpg") no-repeat center / cover;
    background-attachment: fixed;
}

.in_company .com_des{
    color:#fff;
    font-size:16px;
    line-height: 33px;
    text-align:center;
    width: 80%;
    margin:0 auto;
}
.company_item{
    margin-top: 4%;
    flex-wrap: wrap;
}
.company_item .list{
    width: 24%;
    background: rgba(0,0,0,0.5);
    position: relative;
    height: 236px;
}
.company_item .list:after{
    position: absolute;
    content:"";
    width: 100%;
    height: 10px;
    background: #017e87;
    left:0;
    bottom: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;
}
.company_item .list .inner{
    width: 100%;
    padding:0 5%;
    text-align:center;
    color:#fff;
}
.company_item .list .icon{
    width: 100%;
    height: 55px;
    position: relative;
}
.company_item .list .title{
    font-weight: bold;
    font-size:20px;
    margin:15px 0;
}
.company_item .list .con{
    line-height: 28px;
    font-size:16px;
}
.company_item .list:hover .icon img{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.company_item .list:hover:after{
    background: #00636a;
}

.in_ys_item{
    padding-bottom: 60px;
    flex-wrap: wrap;
	padding-top: 60px;
}
.in_ys_item .list{
    width: 24%;
    height: 100px;
    background: #fafafa;
    border:1px solid #f0f0f0;
}
.in_ys_item .list .imgbox{
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.in_ys_item .list .imgbox .img2{
    opacity: 0;
}
.in_ys_item .list .text .t1{
    font-size:22px;
    color:#2b2b2b;
    font-weight: bold;
}
.in_ys_item .list .text .en{
    font-size:12px;
    color:#626262;
    text-transform: uppercase;
    margin-top: 5px;
}
.in_ys_item .list.act{
    background: #004ea2;
    border:1px solid #004ea2;
}
.in_ys_item .list.act .imgbox .img1{
    opacity: 0;
}
.in_ys_item .list.act .imgbox .img2{
    opacity: 1;
}
.in_ys_item .list.act .text .t1{
    color:#fff;
}
.in_ys_item .list.act .text .en{
    color:#fff;
}

.in_ys_lunbo .imgbox{
    width: 100%;
    height: 535px;
    position: relative;
    overflow: hidden;
}
.in_ys_lunbo .imgbox .text{
    width: 674px;
  
    overflow: hidden;
    position: absolute;
    background: #fff;
    padding:2%;
    right: 3%;
    bottom: 10%;
    opacity: 0;
}
.in_ys_lunbo .swiper-slide.swiper-slide-active .imgbox .text{
    opacity: 1;
}
.in_ys_lunbo .imgbox .text-top{
    position: relative;
}
.in_ys_lunbo .imgbox .text-top .t1{
    font-size:26px;
    color:#282828;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.in_ys_lunbo .imgbox .text-top .s1{
    font-size:16px;
    color:#282828;
    margin:2% 0;
}
.in_ys_lunbo .imgbox .text-top .line{
    width: 28px;
    height: 2px;
    background: #017e87;
}
.in_ys_lunbo .imgbox .text .con{
    font-size:18px;
    color:#191919;
    line-height: 23px;
    margin-top: 3%;
}


.in_ys_lunbo .imgbox .text .con ul li{ float: left; width: 33%; margin-top: 30px;}
.in_ys_lunbo .imgbox .text .con ul li em{ float: left; margin-right: 10px; }
.lxwm{ width: 90%;}
.lxwm ul{ width: 100%;}
.lxwm ul li{ float: left;  height: 50px; text-align: center; color: #fff; line-height: 50px; width: 40%; border-radius: 20px; margin-top: 50px; }
.lxwm ul li:nth-of-type(1){ background: #004ea2; margin-right: 3%;}
.lxwm ul li:nth-of-type(2){ background: #e81e2e;}


.in_ys_lunbo .imgbox .text .tel{
    width: 49%;
    height: 45px;
    border-radius: 30px;
    background: #017e87;
    margin-top: 4%;
}
.in_ys_lunbo .imgbox .text .tel .s1{
    color:#fff;
    font-size:14px;
}
.in_ys_lunbo .imgbox .text .tel .s2{
    color:#fff;
    font-size:18px;
    font-weight: bold;
}

.in_news{
    background: #f4f4f4;
}

.allnews{
    position: relative;
    overflow: hidden;
}
.allnews a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.allnews .imgbox{
    width: 100%;
    height: 245px;
    position: relative;
    overflow: hidden;
}
.allnews .text{
    background: #fff;
    padding:5.5%;
}
.allnews .text .time{
    line-height: 22px;
    padding-left:30px;
    font-size:16px;
    color:#636363;
    background: url("../img/news-time.png") no-repeat left center;
}
.allnews .text .title{
    font-size:18px;
    color:#282828;
    font-weight: bold;
    margin: 4% 0;
}
.allnews .text .con{
    font-size:14px;
    color:#676767;
    line-height: 25px;
}
.allnews .text .more{
    width: 115px;
    height: 40px;
    border:1px solid #bbbbbb;
    margin-top: 7%;
    padding:0 10px;
}
.allnews .text .more span{
    font-size:14px;
    color:#363636;
}
.allnews a:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    border:4px solid transparent;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    box-sizing: border-box;
    z-index: 2;
}
.allnews:hover a:before{
    border:4px solid #004ea2;
}
.allnews:hover .text .more{
    background: #004ea2;
    border:1px solid #004ea2;
}
.allnews:hover .text .more span{
    color:#fff;
}
.allnews:hover .text .more img{
    filter:brightness(1000%);
}


.in_mes{
    background: url("../img/mesbg.jpg") no-repeat center / cover;
}

.in_mes_left{
    float: left;
    width: 45%;
}
.in_mes_left .tbox .t1{
    color:#fff;
    font-size:53px;
    text-transform: uppercase;
}
.in_mes_left .tbox .t1 span{
    font-weight: bold;
}
.in_mes_left .tbox .t2{
    font-size:20px;
    color:#fff;
}
.in_mes_left .item{
    margin:5% 0;
}
.in_mes_left .item .list{
    float: left;
    width: 50%;
    height: 122px;
    background: url("../img/mes-list.png") no-repeat left center;
    background-size: contain;
    color:#fff;
    padding: 1.5% 0 0 8%;
}
.in_mes_left .item .list .shu{
    font-family:she;
    background-image: -webkit-linear-gradient(-90deg,#ffffff 14%,#ffffff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:40px;

}
.in_mes_left .item .list .title{
    color:#fff;
    font-size:16px;
}
.in_mes_left .item .list:nth-child(n+3){
    margin-top: 3%;
}
.in_mes_left .item .list:nth-child(2){
    margin-left: -15%;
}
.in_mes_left .item .list:nth-child(4){
    margin-left: -15%;
}
.in_mes_left .s1{
    color:#fff;
    font-size:16px;
    font-weight: bold;
}
.in_mes_left .s1 span{
    font-weight: lighter;
    text-transform: uppercase;
}
.in_mes_left .s2{
    color:#fff;
    font-size:32px;
    font-weight: bold;
    padding-left: 3%;
}
.in_mes_left .s2 span{
    color:#017e87;
}
.in_mes_form{
    float: right;
    width: 50%;
}
.in_mes_form form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.in_mes_form form .inputbox{
    width: 49%;
    position: relative;
    margin-top: 20px;
}
.in_mes_form form .inputbox input{
    width: 100%;
    line-height: 65px;
    background: #fff;
    outline: none;
    font-size:16px;
    color:#333;
    text-indent: 20px;
}
.in_mes_form form .inputbox input::placeholder{
    font-size:16px;
    color:#393939;
}
.in_mes_form form .inputbox .verify{
    position: absolute;
    width: 80px;
    height: 30px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
.in_mes_form form .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.in_mes_form form textarea{
    width: 100%;
    height: 210px;
    background: #fff;
    resize: none;
    padding:20px;
    font-size:16px;
    color:#333;
    margin-top: 20px;
}
.in_mes_form form textarea::placeholder{
    font-size:16px;
    color:#393939;
}
.in_mes_form form .submit{
    display: block;
    width: 100%;
    line-height: 75px;
    background: #017e87;
    text-align:center;
    font-size:20px;
    color:#fff;
    font-weight: bold;
    margin-top: 20px;
}

.in_lx{
    background: #fff;
}
.in_lx .inner{
    padding:4% 0;
}
.in_lx .tel .t1 p{
    font-size:18px;
    color:#3f3f3f;
    display: inline-block;
    margin-left: 8px;
}
.in_lx .tel .t2{
    font-size:44px;
    font-weight: bold;
    color:#017e87;
    margin-top: 1%;
}
.in_lx .erbox{
    width: 145px;
    text-align:center;
}
.in_lx .erbox img{
    width: 100%;
}
.in_lx .erbox p{
    margin-top: 10px;
    font-size:18px;
    color:#3f3f3f;
}
.in_lx .more{
    width: 285px;
    height: 80px;
    border-radius: 40px;
    background: #017e87;
}
.in_lx .more p{
    display: inline-block;
    margin-left: 10px;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}
.footbox{
    padding:4% 0 2% 0;
    background: url("../images/footbg.jpg") no-repeat center ;
}
.footbox .foot-top .lx-list .text{
    color:#fff;
    margin-left: 10px;
}
.footbox .foot-top .lx-list .text .t1{
    font-size:14px;
}
.footbox .foot-top .lx-list .text .t2{
    font-size:20px;
    font-weight: bold;
}
.footbox .foot-menu{
    margin:5% 0 7% 0;
}
.footbox .foot-menu .f-t{
    margin-bottom: 20px;
}
.footbox .foot-menu .f-t .t1{
    color:#fff;
    font-weight: bold;
    font-size:24px;
}
.footbox .foot-menu .f-t .t1 span{
    text-transform: uppercase;
    color:rgba(255,255,255,0.6);
    font-size:14px;
    font-weight: lighter;
}
.footbox .foot-menu .f-t .line{
    width: 28px;
    height: 3px;
    background: #017e87;
    margin-top: 20px;
}
.footbox .foot-menu .list{
    float: left;
}
.footbox .foot-menu .list1{
    width: 25%;
    margin-right: 5%;
}
.footbox .foot-menu .list .abox a{
    display: block;
    float: left;
    color:#fff;
    font-size:14px;
    line-height: 35px;
}
.footbox .foot-menu .list .abox a:hover{
    color:#017e87;
}
.footbox .foot-menu .list1 .abox a{
    width: 33.33%;
}
.footbox .foot-menu .list2{
    width: 48%;
}
.footbox .foot-menu .list2 .abox a{
    width: 20%;
}
.copy{
    font-size:16px;
    color:#fff;
}
.copy a{
    color:#fff;
}

.sbanner{
    width: 100%;
    position: relative;
    height: 500px;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    left:0;
    bottom:10%;
    text-align:left;
    color:#fff;
}
.sbanner .text .title{
    color:#fff;
    font-size:24px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 15px;
}
.sbanner .text .en span{
    text-transform: uppercase;
    color:#fff;
    font-size:44px;
    display: inline-block; font-weight: bold;
   
}
.sbanner .text .en .line{
    width: 97px;
    height: 1px;
    background: #fff;
}

.allcrumbs{
    line-height: 80px;
    background: #f5f5f5;
    font-size:16px;
    color:#393939;
}
.allcrumbs a{
    color:#393939;
}
.inner-company-fir .text{
    width: 50%;
}
.inner-company-fir .text .tbox{
    margin-bottom: 6%;
}
.inner-company-fir .text .tbox .t1{
    font-size:28px;
    color:#353135;
    margin-bottom: 2%;
}
.inner-company-fir .text .tbox .t2{
    font-size:36px;
    color:#373737;
    font-weight: bold;
}
.inner-company-fir .text .tbox .t3{
    font-size:14px;
    color:#6e6e6e;
    text-transform: uppercase;
    margin-top: 5px;
}
.inner-company-fir .text .tbox .line{
    width: 42px;
    height: 4px;
    background: #017e87;
    margin-top: 2%;
}
.inner-company-fir .text .con{
    font-size:16px;
    color:#6e6e6e;
    line-height: 33px;
    text-align: justify;
}
.inner-company-fir .imgbox{
    width: 47%;
    height: 545px;
    position: relative;
    overflow: hidden;
}
.inner-company-sec{
    background: url("../images/inner-culbg.jpg") no-repeat center / cover;
}
.inner-company-sec .item{
    flex-wrap: wrap;
}
.inner-company-sec .item .list{
    width:24%;
    height: 345px;
    background: rgba(255,255,255,1);
    display: flex;
    align-items: center;
    text-align:center;
    color:#000000; margin-top: 67px;
}
.inner-company-sec .item .list .inner{
    width: 100%;
    padding:0 4%;
}
.inner-company-sec .item .list .icon{
    width: 100%;
    height:95px;
    position: relative;
}
.inner-company-sec .item .list .title{
    font-weight: bold;
    font-size:24px;
    color:#000;
    margin: 5% 0;
}
.inner-company-sec .item .list .tags{
    text-transform: uppercase;
    font-size:14px;
    color:#000;
}
.inner-company-sec .item .list .line{
    width: 34px;
    height: 3px;
    background: #004ea2;
    margin:5% auto;
}
.inner-company-sec .item .list .con{
    text-transform: uppercase;
    font-size:16px;
    color:#626262;
    line-height: 25px;
}
.inner-company-sec .item .list:hover .icon img{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.swiper-pic .imgbox{
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
}
.swiper-pic .title{
    line-height: 70px;
    background: #f2f2f2;
    text-align:center;
    font-size:16px;
    color:#323232;
    width: 100%;
}
.swiper-pic .imgbox .meng{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,78,162,0.6);
    opacity: 0;
}
.swiper-pic .swiper-slide:hover .imgbox .meng{
    opacity: 1;
}
.swiper-pic .swiper-slide:hover .title{
    background: #004ea2;
    color:#fff;
}
.swiper-pic .swiper-slide:hover .imgbox .pic{
    -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-pro-list{
    float:left;
    width: 33.33%;
    padding:0 1%;
    margin-bottom: 2%;
}

.innerbg{
    background: #f2f4f6;
}

.inner-pro-des{
    padding: 7.5% 0 5% 0;
}

.pro-des-top{
    background: #fff;
    padding:4%;
    margin-bottom: 4%;
    flex-wrap: wrap;
}
.pro-des-top .pro-des-img{
    width: 37%;
}
.pro-des-top .pro-des-img .swiper{
    width: 100%;
}
.pro-des-top .pro-des-img .imgbox{
    width: 100%;
    height: 370px;
    position: relative;
    overflow: hidden;
}
.pro-des-top .pro-des-img .thumimg{
    width: 100%;
    height: 125px;
    position: relative;
    overflow: hidden;
}
.pro-des-top .pro-des-img .mySwiper{
    margin-top: 7px;
}
.pro-des-top .pro-des-img .but {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.6);
}
.pro-des-top .pro-des-img .but:after{
    color:#fff;
    font-size:18px;
}
.pro-des-top .pro-des-text{
    width: 57%;
}
.pro-des-top .pro-des-text .title{
    font-weight: bold;
    color:#353135;
    font-size:26px;
}
.pro-des-top .pro-des-text .line{
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    position: relative;
    margin: 4% 0;
}
.pro-des-top .pro-des-text .line:after{
    position: absolute;
    content:"";
    left:0;
    bottom:0;
    height: 2px;
    width: 46px;
    background: #017e87;
}
.pro-des-top .pro-des-text .con{
    font-size:16px;
    color:#5d5d5d;
    line-height: 26px;
    margin-bottom: 7%;
}
.pro-des-top .pro-des-text .lx .lx-but{
    width: 28%;
    height: 60px;
    background: #017e87;
    margin-right: 3%;
}
.pro-des-top .pro-des-text .lx .lx-but span{
    display: inline-block;
    margin-left: 15px;
    color:#fff;
    font-size:18px;
}
.pro-des-top .pro-des-text .lx  .tel .text{
    margin-left: 10px;
}
.pro-des-top .pro-des-text .lx  .tel .text .t1{
    font-size:16px;
    color:#373737;
    letter-spacing: 2px;
}
.pro-des-top .pro-des-text .lx  .tel .text .t2{
    font-size:30px;
    color:#373737;
    font-family: ali;
}
.pro-des-bottom .pro-des-list{
    background: #fff;
}
.pro-des-tbox{
    border-bottom:1px solid #017e87;
}
.pro-des-tbox .in{
    width: 200px;
    height: 80px;
    background: #017e87;
}
.pro-des-tbox .in span{
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
    font-size:22px;
    color:#fff;
}
.pro-des-bottom .pro-des-list .inner{
    padding:4% 2%;
}
.pro-des-bottom .pro-des-list .inner .goods_des{
    font-size:18px;
    line-height: 28px;
    color:#545454;
}
.pro-des-bottom .pro-des-list .inner .goods_des img{
    max-width: 100%;
}
.pro-des-ys-item{
    margin-top: 3%;
    flex-wrap: wrap;
}
.pro-des-ys-item .list{
    width: 24%;
    height: 340px;
    padding:4% 2%;
    background: #f2f4f6;
}
.pro-des-ys-item .list .imgbox{
    position: relative;
    height: 55px;
    width: 100%;
}
.pro-des-ys-item .list .imgbox img{
    position: absolute;
    max-height: 100%;
    left:0;
    top:0;
}
.pro-des-ys-item .list .imgbox .img2{
    opacity: 0;
}
.pro-des-ys-item .list .t1{
    font-weight: bold;
    font-size:22px;
    color:#282828;
    margin:4% 0;
}
.pro-des-ys-item .list .s1{
    font-size:16px;
    color:#474747;
}
.pro-des-ys-item .list .line{
    width: 30px;
    height: 3px;
    background: #017e87;
    margin:4% 0;
}
.pro-des-ys-item .list .con{
    font-size:14px;
    color:#6c6c6c;
    line-height: 26px;
    text-align: justify;
}
.pro-des-ys-item .list:hover{
    background: #017e87;
}
.pro-des-ys-item .list:hover .imgbox .img1{
    opacity: 0;
}
.pro-des-ys-item .list:hover .imgbox .img2{
    opacity: 1;
}
.pro-des-ys-item .list:hover .t1{
    color:#fff;
}
.pro-des-ys-item .list:hover .s1{
    color:#fff;
}
.pro-des-ys-item .list:hover .line{
    background:#fff;
}
.pro-des-ys-item .list:hover .con{
    color:#cbdee0;
}
.swiper-otherpro{
    overflow: hidden;
}

.pro-des-bottom .pro-des-list .inner .goods_des table{
    width: 100% !important;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    margin-top:30px;
}
.pro-des-bottom .pro-des-list .inner .goods_des table th{
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
    background: #edfff8;
}
.pro-des-bottom .pro-des-list .inner .goods_des table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
}


.parm table{
    width: 100% !important;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    margin-top:30px;
}

.parm table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
}

.inner-honor-list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-honor-list .imgbox{
    width: 100%;
    height: 305px;
    position: relative;
    overflow: hidden;
    border:1px solid #f4f4f4;
}
.inner-honor-list .title{
    line-height: 65px;
    width: 100%;
    background: #f4f4f4;
    text-align:center;
    font-size:16px;
    color:#333;
}
.inner-honor-list:hover .title{
    background: #017e87;
    color:#fff;
}

.inner-news-list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}

.article-des-bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3%;
    background: #fff;
}
.article-des-bottom-left{
    width: 70%;
}
.inner-news-des  .tbox{
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
}
.inner-news-des .tbox .fir{
    font-size: 30px;
    color:#333;
}
.inner-news-des .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}
.des-content{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: justify;
}
.des-content img{
    max-width: 100%;
    display: block;
    margin:1% auto;
}
.des-content table{
    width: 100% !important;
    border-collapse: collapse;
}
.des-content table tr td{
    font-size: 15px;
    color: #3f3f3f;
    padding: 0 3%;
    border: 1px solid #ddd;
    line-height: 50px;
}

.zhutu img{
    max-width: 100%;
    display: block;
    margin:1% 0;
}
.article-des-bottom-right{
    width: 23%;
}
.article-des-bottom-right .inner {
    position: sticky;
    top: 110px;
}
.article-des-bottom-right .item .list{
    padding-bottom: 8%;
    margin-bottom: 8%;
    border-bottom: 1px solid #eee;
}
.article-des-bottom-right .item .list .title{
    font-size:16px;
    color:#333;
    position: relative;
    padding-left:10px;
}
.article-des-bottom-right .item .list:hover .title{
    color:#004ea2;
}
.article-des-bottom-right .item .list .title:before{
    content:"";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #004ea2;
    border-radius: 100%;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.article-des-bottom-right .item .list .con{
    font-size:14px;
    color:#666;
    line-height: 24px;
    margin-top: 3%;
}
.article-des-bottom-right .other-t{
    font-size: 24px;
    color: #333333;
    position: relative;
    padding-left: 10px;
    margin-bottom: 15%;
}
.article-des-bottom-right .other-t:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 28px;
    vertical-align: middle;
    background-color: #004ea2;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.article-des-bottom-right .other-t span{
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}

.inner-contact-fir .lx-left{
    width: 30%;
    float: left;
}
.inner-contact-fir .lx-left-top .tbox .t1{
    font-size: 28px;
    color: #333333;
}
.inner-contact-fir .lx-left-top .tbox .t2{
    font-size: 16px;
    color: #757575;
}
.inner-contact-fir .lx-left-top .item .list{
    margin-top: 9%;
}
.inner-contact-fir .lx-left-top .item .list .icon{
    width: 50px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    position: relative;
}
.inner-contact-fir .lx-left-top .item .list .icon img{
    height: 21px;
}
.inner-contact-fir .lx-left-top .item .list .text{
    width: calc(100% - 60px);
}
.inner-contact-fir .lx-left-top .item .list .text .s1{
    font-size: 16px;
    color: #666666;
}
.inner-contact-fir .lx-left-top .item .list .text .s2{
    color: #000000;
    font-size: 20px;
    margin-top: 1.5%;
}
.inner-contact-fir .lx-left-bottom{
    margin-top: 7%;
    width: 160px;
}
.inner-contact-fir .lx-left-bottom .erbox{
    width: 100%;
    padding: 5px;
    border: 1px solid #d7d7d7;
}
.inner-contact-fir .lx-left-bottom .erbox img{
    width: 100%;
}
.inner-contact-fir .lx-left-bottom p{
    text-align:center;
    font-size:16px;
    color: #333333;
    margin-top: 1.5%;
}
.inner-contact-fir .lx-right{
    float: right;
    width: 60%;
    height: 34rem;
}
.inner-contact-fir .lx-right #mymap{
    width: 100%;
    height: 100%;
}
.myformbox .textareabox{
    position:relative;
}
.myformbox .textareabox .icon{
    width: 70px;
    height: 70px;
    position: absolute;
    top:0;
    left:0;
}
.myformbox textarea{
    width: 100%;
    height: 240px;
    background: #fff;
    border:1px solid #e5e5e5;
    resize: none;
    font-size:15px;
    color:#333;
    padding:23px 65px;
}
.myformbox textarea::placeholder{
    font-size:15px;
    color:#929292;
}
.myformbox .inputbox{
    flex-wrap: wrap;
}
.myformbox .inputbox .list{
    width: 31.5%;
    position: relative;
    margin-top:3%;
    border:1px solid #e5e5e5;
}
.myformbox .inputbox .list .icon{
    width: 70px;
    height: 70px;
    position: relative;
    background: #fff;
}
.myformbox .inputbox .list input{
    width: calc(100% - 70px);
    background: #fff;
    outline: none;
    line-height: 70px;
    font-size:15px;
    color:#333;
}
.myformbox .inputbox .list input::placeholder{
    font-size:15px;
    color:#929292;
}
.myformbox .inputbox .list .verify{
    position: absolute;
    width: 135px;
    height: 55px;
    right:10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.myformbox .inputbox .list .verify img{
    width: 100%;
    height: 100%;
}
.myformbox .submit{
    width: 31.5%;
    height: 70px;
    background: #017e87;
    margin-top: 3%;
}
.myformbox .submit span{
    display: inline-block;
    color:#fff;
    font-size:22px;
    margin-left: 15px;
}

.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;
}

.inner-case-list{
    float: left;
    width: 33.33%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-case-list .imgbox{
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}
.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);
    filter:brightness(40%);
}
.inner-case-list .imgbox .kang{
    position: absolute;
    width: 100%;
    height: 100%;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%) scale(1.5);
    -moz-transform: translate(-50%,-50%) scale(1.5);
    -ms-transform: translate(-50%,-50%) scale(1.5);
    -o-transform: translate(-50%,-50%) scale(1.5);
    transform: translate(-50%,-50%) scale(1.5);
    border:1px solid rgba(255,255,255,0.4);
    z-index: 1;
}
.inner-case-list:hover .imgbox .kang{
    -webkit-transform: translate(-50%,-50%) scale(0.85);
    -moz-transform: translate(-50%,-50%) scale(0.85);
    -ms-transform: translate(-50%,-50%) scale(0.85);
    -o-transform: translate(-50%,-50%) scale(0.85);
    transform: translate(-50%,-50%) scale(0.85);
}
.inner-case-list .imgbox .text{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    display: flex;
    align-items: center;
    text-align:center;
    color:#fff;
    z-index: 2;
}
.inner-case-list .imgbox .text .inner{
    width: 100%;
    padding:0 5%;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0;
}
.inner-case-list .imgbox .text svg{
    width: 50px;
    height: 50px;
    fill: #fff;
}
.inner-case-list .imgbox .text .title{
    font-size:18px;
    color:#fff;
    margin-top: 2.5%;
}
.inner-case-list:hover .imgbox .text .inner{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.sm-button-xian{
    width: 26px;
    height: 15px;
    position: absolute;
    cursor: pointer;
    display: none;
    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%);
}
.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff;
    right: 0;
}
.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;
}
.sm-button-xian:hover span{
    width: 100%;
}


.sm-nav{
    position: fixed;
    top:0;
    left:0;
    z-index: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.sm-nav.active{
    visibility: visible;
    z-index: 1001;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.sm-nav-box{
    width: 63%;
    height: 100%;
}
.sm-nav .t{
    line-height: 55px;
    background: #000;
    font-weight: bold;
    color: #fff;
    font-size:18px;
    padding:0 10%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sm-nav .xian{
    width: 23px;
    height: 16px;
    position: relative;
}
.sm-nav .xian span{
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left:0;
}
.sm-nav .xian span.lin-top{
    top: -1px;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sm-nav .xian span.lin-bottom{
    bottom:0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sm-nav-bottom{
    width: 100%;
    height: calc(100% - 55px);
    background: #fff;
    overflow-y: auto;
}
.sm-nav-bottom ul li a{
    display:flex;
    align-items: center;
    justify-content: left;
    height: 50px;
    padding:0 8%;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.sm-nav-bottom ul li a .icon{
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 6%;
}
.sm-nav-bottom ul li a span{
    font-size:14px;
    color: #444;
}
.sm-nav-bottom ul li a i{
    width: 30px;
    height: 30px;
    position: absolute;
    right:10%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/sm-jian.png") no-repeat center / contain;
    background-size: 60%;
}
.sm-nav-bottom ul li .erji{
    display: none;
}
.sm-nav-bottom ul li .erji a{
    margin-left: 15px;
}
.content {
    width: 72%;
    margin: auto;
    position: relative;
}

.homeTitle {
    padding-top: 20px;
    text-align: center;
}
.homeTitle .en {
    font-size: 60px;
    color: #f4f4f4;
    font-weight: bold;
    line-height: 0px;
    text-transform: uppercase;
}
.font48 {
    font-size: 48px;
    line-height: 56px;
	overflow: hidden;}

.font44 {
    font-size: 44px;
    line-height: 56px;
	overflow: hidden; color: #000;}

.font30 {
    font-size: 30px;
    line-height: 30px;
	overflow: hidden;}


.homeTitle h1 b {
    color: #004ea2;
}
.homeTitle p {
    font-size: 16px;
    color: #999;
    line-height: 24px;
    margin-top: 6px;
}

.homeReasons{overflow:hidden;}
.homeReasons .box{margin-top:3%;overflow:hidden;position:relative;}
.homeReasons .box a{display:block;overflow:hidden;position:relative;}
.homeReasons .box a .img img{width:100%;display:block;}
.homeReasons .box a .con{width:100%;background:rgba(0,0,0,0.5);padding:3%;position:absolute;left:0;bottom:0;}
.homeReasons .box a .con .bt b{width:72%;height:64px;color:#FFF;overflow:hidden;float:left;}
.homeReasons .box a .con .bt i{width:16%;height:50px;color:#FFF;line-height:50px;text-align:center;overflow:hidden;float:right;}
.homeReasons .box a .con .line{height:1px;background:rgba(255,255,255,0.7);margin:6% 0;}
.homeReasons .box a .con .wz{max-height:120px;font-size:15px;color:#FFF;line-height:24px;overflow:hidden;width:72%;}
.homeReasons .box a .con .more{width:42px;height:42px;border:1px solid #FFF;border-radius:50%;background:url(../images/next.png) no-repeat center;margin-top:6%;}

.homeReasons .reasonsSwiper-prev,.homeReasons .reasonsSwiper-next{width:67px;height:67px;position:absolute;top:50%;margin-top:-28px;z-index:99;cursor:pointer;background-repeat:no-repeat;background-position:center top;background-size:cover;}
.homeReasons .reasonsSwiper-prev{background-image:url(../images/arrow_left.png);left:15.5%;}
.homeReasons .reasonsSwiper-next{background-image:url(../images/arrow_right.png);right:15.5%;}
.homeReasons .reasonsSwiper-prev:hover{background-image:url(../images/arrow_left_hover.png);}
.homeReasons .reasonsSwiper-next:hover{background-image:url(../images/arrow_right_hover.png);}
.font_bt{ width: 158px; height: 42px; background: #004ea2; text-align: center; line-height: 42px; color: #fff; border-radius: 40px;}




.homeAbout{overflow:hidden;position:relative; margin-top: 30px;}
.homeAbout .ads{padding:4%;background:#fafafa;border-radius:10px;overflow:hidden;position:relative;}
.homeAbout .ads .left{width:46%;float:left;}
.homeAbout .ads .left h1{height:42px;font-weight:normal;}
.homeAbout .ads .left h1 b{color:#2a94d4;}
.homeAbout .ads .left p{font-size:16px;color:#666;line-height:24px;padding:12px 20px;margin-right:20px;margin-top:2%;background:#f0f0f0;float:left;border-radius:24px;}
.homeAbout .ads .mid{width:24%;height:100%;text-align:center;position:absolute;left:46%;top:0;background:url(../images/home_about_tel.png) no-repeat center;background-size:100% 100%;}
.homeAbout .ads .mid .tel{height:44px;font-size:16px;color:#c3002f;line-height:44px;border-radius:22px;padding-right:20px;background:#fafafa;overflow:hidden;display:inline-block;}
.homeAbout .ads .mid .tel i{padding:0 20px;margin-right:15px;float:left;background:#c3002f;}
.homeAbout .ads .mid p{font-size:15px;color:#999;line-height:24px;margin-top:10px;}
.homeAbout .ads .right{width:24%;float:right;}
.homeAbout .ads .right .tel p{font-size:16px;color:#666;line-height:24px;}
.homeAbout .ads .right .tel b{height:56px;color:#2a94d4;font-family:bahnschrift;display:block;}
.homeAbout .ads .right .wz{font-size:15px;color:#999;line-height:24px;padding-top:10px;border-top:1px solid #eee;}



.homeAbout .homeTitle{ text-align: left;}
.homeAbout .homeTitle .en{opacity:1; color: #f3f3f3;}
.homeAbout .homeTitle h1{color:#000;}
.homeAbout .homeTitle h1 b{color:#FFF;}
.homeAbout .homeTitle p{color:#c8c8c8;}

.homeAbout .box{background:#FFF;position:relative;}
.homeAbout .box .txt{width:50%;padding-top: 0px; padding-left: 3%; padding-right: 3%; padding-bottom: 3%; float:left;}
.homeAbout .box .txt h2{color:#333;}
.homeAbout .box .txt h2 b{color:#c3002f;}
.homeAbout .box .txt h3{font-size:20px;color:#333;padding-left:40px;margin-top:2%;background:url(../images/home_about_title.png) no-repeat left center;}
.homeAbout .box .txt .wz{height:168px;font-size:15px;color:#666;line-height:28px;margin-top:4%;overflow:hidden;}
.homeAbout .box .txt .more{width:auto;height:42px;font-size:15px;color:#FFF;line-height:42px;padding:0 35px;margin-top:6%;border-radius:21px;background:#004ea2;display:inline-block;}
.homeAbout .box .txt .more img{margin-right:10px;}
.homeAbout .box .txt .more:hover{background:#c3002f;}
.homeAbout .box .bg{width:50%;height:100%;position:absolute;right:0;top:0;overflow:hidden;}
.homeAbout .box .bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}

.homeAbout .list{margin-top:3%;overflow:hidden;}
.homeAbout .list a{display:block;}
.homeAbout .list a .img{overflow:hidden;}
.homeAbout .list a .img img{width:100%;margin:auto;display:block;-o-object-fit:cover;object-fit:cover;-webkit-transition:all 0.5s;transition:all 0.5s;}
.homeAbout .list a .bt{height:54px;font-size:16px;line-height:54px;text-align:center;overflow:hidden;background:#FFF;-webkit-transition: all 0.5s;transition: all 0.5s;}
.homeAbout .list a:hover .img img{-webkit-transform:scale(1.08);transform:scale(1.08);}
.homeAbout .list a:hover .bt{color:#FFF;background:#0b82ca;}

.about_num ul li{ float: left; width: 24%; height: 162px; background: #f2f2f2; text-align: center;margin-right: 1%;  border-radius: 20px;-webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;}
.about_num ul li:nth-of-type(4){ margin-right: 0px;}
.about_num ul li:hover{ background: #004ea2; }
.about_num ul li .shuzi{ font-size: 36px; margin-top: 39px;}
.about_num ul li .shuzi font{ font-size: 24px;}
.about_num ul li .shuzi_tex{ color: #6e6e6e; font-size: 20px; margin-top: 20px;}
.about_num ul li:hover .shuzi{ color: #fff; }
.about_num ul li:hover .shuzi_tex{ color: #fff; }

 

.homeNews{overflow:hidden;}
.home_news_l{ width: 60%; float: left; margin-top: 52px;background: #004ea2; color: #fff;}
.home_news_l_pic{ width: 55%; float: left;}
.home_news_l_pic img{ max-width: 100%;}
.home_news_r_tex{  width: 45%; float: left;}
.home_news_r_padding{ padding: 8%;}
.home_news_r_tit1{ color: #fff; font-size: 18px; margin-top: 34px;}
.home_news_r_tit2{color: #fff; font-size: 18px; margin-top: 34px;}
.home_news_r_line{ width: 100%; height: 1px; background: #fff; margin-top: 49px;}
.home_news_r_tit3{color: #fff; font-size: 18px; margin-top: 34px; line-height: 30px;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.home_news_r_tit4{color: #fff; font-size: 18px; float: right; margin-top: 78px;}


.clearfix:after{ content: ""; clear: both; display: block; }
.menu,.tab-box{  width: 300px; height: 100%;  margin: 0 auto; background: #fff; }
.menu ul li{ /*height:45px; */line-height: 56px; border-bottom: 1px solid #eee; font-size: 15px;  }
.menu ul li span{ display: block; height: 100%; width: 100%; position: relative; padding: 0 20px;  }
.menu ul li span i{ display: block; height: 20px; width: 20px; background: url(img/arr.png) no-repeat center center; background-size:80% 80%; position: absolute; right: 20px; top: 50%; margin-top: -10px;  transition: all 0.3s ease-out; transform: rotate(0deg);}
.menu ul li span i.action{ transition: all 0.3s ease-out;transform: rotate(180deg);}
.menu ul li>dl{ display: none; padding-left: 35px; background: #d8e7f5; }
.menu ul li>dl a{ display: block; height: 100%; width: 100%; font-size: 14px; color: #222; text-decoration: none; }

.tab-box{ width: 100%; margin-top: 52px; }
.tab-box .tab{ height: 46px; background: #004ea2; }
.tab-box .tab ul li{ width: 33.3%; float: left;  height: 46px; line-height: 46px; text-align: center; color: #fff; }
.tab-box .tab ul li.action{ background: #e81e2e; }
.tab-box .box{width: 100%; height: auto; }
.tab-box .box .item{ display: none; height: auto; }
.tab-box .box .item:first-child{display: block;}
.home_news_r{ width: 38%; float: right;}

.xinwen dl dd{ border-bottom: 1px solid #dcdcdc;}
.xinwen dl dd:hover a .xinwen_tit{ color: #004ea2;}
.xinwen dl dd .xinwen_tit{  color: #000000; font-size: 16px; margin-top: 24px; }
.xinwen dl dd .xinwen_content {  color: #979a98; font-size: 16px; margin-top: 20px; margin-bottom: 22px;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}

.logo1{ margin-top: 18px;}

.pading{padding: 60px 0;}

/* --footer-- */
.publicFooter{background: #1f1f1f;overflow:hidden;}

.publicFooter .box{width:21.25%;margin-right:5%;float:left;}
.publicFooter .box:first-child{ width: 50%; margin-right: 0px;}
.publicFooter .box:last-child{margin-right:0;}
.publicFooter .box .bt{height:48px;font-size:18px;line-height:48px;color:#FFF;font-weight:bold;overflow:hidden;position:relative;}
.publicFooter .box .bt:after{content:"";position:absolute;left:0;bottom:0;z-index:2;width:36px;height:2px;background:#004ea2;}
.publicFooter .box ul{margin-top:8%;}
.publicFooter .box ul li{width:48%;height:32px;line-height:32px;overflow:hidden;float:left;}
.publicFooter .box ul li a{font-size:15px;color:#999;}
.publicFooter .box ul li a:hover{color:#FFF;}
.publicFooter .box .add{margin-top:2%;}

.publicFooter .box .address p{height:auto;font-size:15px;line-height:24px;color:#999;padding:4px 0 4px 32px;background-repeat:no-repeat;background-position:left top 5px; margin-top: 24px;}
.publicFooter .box .address p:nth-of-type(1){background-image:url(../images/footer_add.png);}

.publicFooter .box .add p{height:auto;font-size:15px;line-height:24px;color:#999;padding:4px 0 4px 32px;background-repeat:no-repeat;background-position:left top 5px; float: left; margin-right: 1%;}
.publicFooter .box .add p:nth-of-type(1){background-image:url(../images/footer_link.png);}
.publicFooter .box .add p:nth-of-type(2){background-image:url(../images/footer_tel.png);}
.publicFooter .box .add p:nth-of-type(3){background-image:url(../images/footer_email.png);}
.publicFooter .box .add p:nth-of-type(4){background-image:url(../images/footer_add.png);}
.publicFooter .box .ewm{margin-top:8%;}
.publicFooter .box .ewm .in{width:46%;margin-right:8%;float:left;}
.publicFooter .box .ewm .in:last-child{margin-right:0;}
.publicFooter .box .ewm .in img{width:100%;max-width:110px;margin:auto;display:block;}
.publicFooter .box .ewm .in p{height:32px;font-size:15px;line-height:32px;color:#999;text-align:center;}

.copyright{font-size:14px;line-height:24px;color:#999;text-align:center;padding:20px 0;border-top:1px solid rgba(255,255,255,0.2);overflow:hidden;}
.copyright b{margin-left:20px;font-weight:normal;}
.copyright a{color:#999;}
.copyright a:hover{color:#FFF;}

.xiaobiaoti{ text-align: center; color: #004ea1; font-size: 24px;}
.big_biaoti{ font-size: 40px; text-align:center; font-weight: bold;}

.xiaobiaoti_w{ text-align: center; color: #fff; font-size: 24px;}
.big_biaoti_w{ font-size: 40px; text-align:center;  color: #fff;font-weight: bold;}
.inner{ margin-top: 53px; }
.in_top{ margin-top: 37px;}


 .contact-map {

  overflow: hidden; margin-top: 40px;

}

 .contact-map #dituContent {

  width: 100%;

  height: 375px;

  margin: 0 auto 30px;

}


