* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
body{
    font-family:"Noto Sans SC", "微软雅黑", "Microsoft YaHei", "Verdana", "Arial", "Helvetica", sans-serif;
}

input,textarea{
    outline: none;
}

.current_title_wrap{
    padding-top: 3%;
   
    position: relative;
    z-index: 1;
}
.jituanzizhi_wrap{
     padding-top: 3%;
    padding-bottom: 5%;

}

.hidden{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;          /* for IE */
    -o-text-overflow: ellipsis;      /* for Opera */
    -icab-text-overflow: ellipsis;   /* for iCab */
    -khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
    -moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
    -webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.hidd{
    overflow: hidden;
}
.overh{overflow: hidden;}

.hidd1{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.hidd2{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.hidd3{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.hidd4{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.hidd5{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 5; -webkit-box-orient: vertical;}

.all_wraps{
    max-width: 15.6rem;;
    width: 96%;
    margin:0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
a,
.slow {
    transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.slowa {
    transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.shadow {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
}

.w100 {
    width: 100%;
    display: block;
}

.about_wrap_left_title {
    height: 134px;
    
    position: relative;
}

.about_wrap_left_title::before{
    width: 60px;
    position: absolute;
    left: 0;
    top:0;
    height: 2px;
    content:"";
    display: block;
    background:#245b9e;
}


.title_heng_badge{
    width: 60px;
    height: 2px;
    overflow: hidden;
    background: #255a9e;
    position: absolute;
    left: 50%;
    z-index: 3;
    bottom: 0;
    transform: translateX(-50%);
}

.about_wrap_left_title1 {
    
    font-weight: bold;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all ease-in-out .5s;
    transform: translateX(-100%);
	transform: translateX(0);
	white-space: nowrap; 
	color:#e5e6ea


}

.about_wrap_left_title2 {
    
    color: #2d2d2d;
    font-weight: bold;
    position: absolute;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
    transition: all ease-in-out .5s;
    transition-delay: .3s;
    transform: translateX(-100%);
	transform: translateX(0);
	white-space: nowrap;
}
.about_wrap_left_title2 span{
    padding-left: 4px;
    padding-right: 4px;
}


@media screen and (max-width:1200px){
    .about_wrap_left_title {
        height: 114px;
      
        position: relative;
    }

    .about_wrap_left_title1 {
        font-size: 60px;
        height: 64px;
     }
     .about_wrap_left_title2 {
        font-size: 34px;
        height: 64px;
     }
     .title_heng_badge{
        width: 50px;
     }
}
@media screen and (max-width:900px){
    .about_wrap_left_title {
        height: 94px;
     
        position: relative;
    }

    .about_wrap_left_title1 {
        font-size: 54px;
        height: 54px;
     }
     .about_wrap_left_title2 {
        font-size: 30px;
        height: 54px;
     }
     .title_heng_badge{
        width: 40px;
     }
}
@media screen and (max-width:700px){
    .about_wrap_left_title {
        height: 74px;
        
        position: relative;
    }
    .about_wrap_left_title1 {
        font-size: 44px;height: 44px;
     }
     .about_wrap_left_title2 {
        font-size: 24px;
        height: 44px;
     }
     .title_heng_badge{
        width: 34px;
     }
}

.bottom_wrap{
    background: #151515;
 

}

.bottom_inner_wrap{
    width: 96%;
    margin:0 auto;

}
.bottom_top{
    padding-bottom: 2%;
    padding-top: 4%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


.bottom_top_left{
    display: flex;
    flex-direction: column;
    flex:1;
}





.blogo_wrap{
    width: 245px;
}

.bottom_nav{
    padding-top: 2%;
    padding-bottom: 2%;
    width: 100%;
   

}


.bottom_nav a{
    color: #fff;

}

.bottom_nav span{
    color: #fff;
    padding-left: 1%;
    padding-right: 1%;
}

  
.houmian_con{
    padding-top: 6%;
}

.bottom_top_right{
    width: 184px;
    height: 54px;
    border:2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width:1200px){
   .bottom_top_right{
    width: 140px;
    height: 44px;
   }
}
@media screen and (max-width:900px){
   .bottom_top_right{
    width: 120px;
    height: 34px;
   }
}


@media screen and (max-width:720px){
    .bottom_top_left{
        align-items:  center;
    }
   .bottom_top_right{
    display: none;
   }
   .bottom_nav{
    text-align: center;
   }
}  

@media screen and (max-width:540px){
   .bottom_nav{
    display: none;
   }
}  

.bottom_bot{
    padding-top: 2%;
    padding-bottom: 4%;
    border-top:1px solid #2e2e2e;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.bottom_bot_left{
    display: flex;
    justify-content: space-between;
}
.bottom_bot_right{
    display: flex;
}


@media screen and (max-width:1050px){
    .bottom_bot{
        flex-direction: column;
    }
   .bottom_bot_left{
    width: 100%;
    text-align: center;
    justify-content: center;
   }
   .bottom_bot_right{
    width: 100%;
    text-align: center;
    justify-content: center;
   }
}
@media screen and (max-width:600px) {
   .bottom_bot_left{
    flex-direction: column;
   }
   .bottom_bot_right{
   flex-direction: column;
  
   }
}



.addr{
    color: #fff;
    line-height: 2
}
.beian{
    color: #fff;
    line-height: 2
}

.beian a{
    color: #fff;
}

.copyright{
    color: #fff;
    line-height: 2
}
.zixun{
    color: #fff;
    line-height: 2
}




.about_sort {
        height: 64px;
        line-height: 64px;
        background: #f8f9fd;
        position: relative;
        z-index: 99;
    }
    
    .about_sort_big_800 {
        max-width: 1440px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    
    .about_sort_big_800 a {
        display: flex;
        width: 14.28%;
       
        color: #2d2d2d;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 1;
        height: 100%;
        text-align: center;
    }
    
    .about_sort_big_800 a.on,
    .about_sort_big_800 a:hover {
        background: #255a9e;
        color: #fff;
    }
    
    .about_sort_small_800 {
        display: none;
        position: relative;
        justify-content: space-between;
    }
    
    .about_sort_small_800_l {
        padding-left: 2%;
        font-size: 14px;
        color: #255a9e;
        font-weight: bold;
        flex:1;
    }
    
    .about_sort_small_800_r {
        width: 20px;
        height: 40px;
        margin-right: 2%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    .about_sort_small_800_r span {
        width: 100%;
        height: 2px;
        background: #255a9e;
        display: block;
        margin-bottom: 4px;
    }
    
    .about_sort_small_800_r span:last-child {
        margin-bottom: 0;
    }
    
    .about_sort_small_800_r.on span:nth-child(1) {
        transform: translateY(3px) rotate(45deg);
    }
    
    .about_sort_small_800_r.on span:nth-child(2) {
        display: none;
    }
    
    .about_sort_small_800_r.on span:nth-child(3) {
        transform: translateY(-3px) rotate(135deg);
    }
    
    .submenux {
        
        width: 80px;
        position: absolute;
        right: 2%;
        opacity: 0;
        background: #fff;
        flex-direction: column;
        top: 140px;
        align-items: center;
        border-radius: 6px;
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: all ease-in-out .3s;
    }
    .submenux.on {
        top:40px;
        right: 2%;
       opacity: 1;
    }
    
    .submenux a {
        height: 32px;
        display: flex;
        font-size: 12px;
        width: 70px;
        border-bottom: 1px solid #ddd;
        color: #262626;
        align-items: center;
        justify-content: center;
        margin:0 auto;
    }
    
    .submenux a.on {
        background: #255a9e;
        color: #fff;
        border-bottom: 1px solid #255a9e;
    }
    
    .submenux a:last-child {
        border: none;
    }
    
    @media screen and (max-width:800px) {
        .about_sort {
            height: 40px;
            line-height: 40px;
           display: none;
        }
        .about_sort_small_800 {
            display: flex;
        }
        .about_sort_big_800 {
            display: none;
        }
    }

    .sub_ban {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.sub_ban .sban_img {
    display: block;
    width: 100%;
    /*height: 100%;*/
    min-height: 500px;
    object-fit: cover;
    max-height: 100vh;
}
.ban_dup,
.sban_dup {
    position: absolute;
    bottom: 50px;
    width: 51px;
    height: 51px;
    left: 50%;
    margin-left: -25px;
    text-align: center;
    color: #fff;
    z-index: 20;
    cursor: pointer;
}

.ban_dup span,
.sban_dup span {
    width: 51px;
    height: 51px;
    background: url(../images/down_ico.png) no-repeat center center;
    animation: downup 1s infinite;
    -webkit-animation: downup 1s infinite;
    display: block;
}

@keyframes downup {
    from {
        transform: translate(0, 0);
    }

    60% {
        transform: translate(0, -15px);
    }

    to {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes downup {
    from {
        transform: translate(0, 0);
    }

    60% {
        transform: translate(0, -15px);
    }

    to {
        transform: translate(0, 0);
    }
}


.about_wrap_left_title.about_centerx::before{
    bottom: 0;
            left: 50% !important;
            top: auto;
            transform:translateX(-50%) !important;
}


.about_wrap_left_title.about_centerx2::before{
    display: none;
}


.about_wrap_left_title.about_centerx .about_wrap_left_title1{
    left: 50% !important;
    transform:translateX(-50%) !important;
}
.about_wrap_left_title.about_centerx .about_wrap_left_title2{
    left: 50% !important;
    transform:translateX(-50%) !important;
}


.about_wrap_left_title.about_centerx2 .about_wrap_left_title1{
    left: 50% !important;
    transform:translateX(-50%) !important;
	font-family: "hmos_b";
}
.about_wrap_left_title.about_centerx2 .about_wrap_left_title2{
    left: 50% !important;
    transform:translateX(-50%) !important;
}
@media screen and (max-width:800px){
    .about_wrap_left_title.about_centerx2 .about_wrap_left_title2{
    
    transform:translateX(-50%) translateY(15px) !important;
}
}





.jizhi_wrap{
    padding-top: 4%;
    padding-bottom: 4%;
}
.wenhua_wrap{
    padding-top: 4%;
    padding-bottom: 4%;
}
.rencai_num_wrap{
    padding-top: 4%;
    padding-bottom: 4%;
}


.commend_news_wrap{
   
    display: flex;
    align-items: stretch;
    
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
    width: 100%;
   


}

@media screen and (max-width:600px) {
    .commend_news_wrap{
        display: none;
    }

}


.commend_news_left{
    width: 50%;
    background-size: cover;
}

.commend_news_rig{
    width: 50%;
    padding: 3.4%;
    display: flex;
    flex-direction: column;
}
.commend_news_right_t1{
    line-height: 1.636;
    color: #2d2d2d;
    font-weight: bold;


   
}


.commend_news_right_t2{
    font-size: 12px;
    padding-top: 4%;
    padding-bottom: 4%;
   
    color: #8a8e8f;
}

.commend_news_right_desc{
    line-height: 2.14;
    color: #767c7c;
    margin-bottom: 5.7%;
}

.commend_news_right_brn{
    background: #255a9e;
    width: 122px;
    height: 38px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

a.commend_news_wrap:hover .commend_news_right_brn{
    background: #1f5199;
}