.head{
    width: 100%;
    position: relative;
    padding: 0 3.4%;
    background-color: #ffffff;
}
.head .head_box{
    height: 110px;
}
.head .head_fl{
    position: relative;
}
.head .head_logo{
    width: 10.5%;
    z-index: 3;
}
.head .head_menu{

}

.head .head_menu .CAli{
    display: inline-block;
    flex-shrink: 0;
    margin: 0 2rem;
}
.head .head_menu .CAli .CAa{
    color: #333333;
    font-weight: 500;
}
.head .head_menu .CAli:hover .CAa{
    color: #1772B4;
}
.head .head_contact{
    color: #1772B4;
    margin: 0 0 0 1%;
}
.head .head_menu .CAli.on .CAa{
    color: #1772B4;
}
.head_contact_logo{
    width: 36px;
    height: 36px;
    background-color: #1772B4;
    border-radius: 50%;
    margin: 0 0.8rem 0 1.5rem;
    position: relative;
    display: inline-block;
}
.head_contact_nr{
    width: 155px;
}
.head_contact_logo:after{
    content: '';
    position: absolute;
    background: url(../images/head_contact_logo.svg) no-repeat center;
    width: 66.675%;
    height: 66.675%;
    top: 15%;
    left: 20%;
    background-size: 100%;
}

/*搜索*/

.wn-srch{
    /*display: none;*/
}
.wn-srch .srch-menu{
    background: url(../images/srch-menu.png) no-repeat center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.wn-srch .srch-box{
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0 10%;
    display: none;
}
.wn-srch .srch-box .srch-block{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    height: 100%;
}
.wn-srch .srch-box .srch-form{
    display: flex;
    align-items: center;
}

.wn-srch .srch-box .srch-block .srch-ann{
    background: url(../images/srch-ann.png) no-repeat center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.wn-srch .srch-box .srch-block .srch-srk{
    font-size: 16px;
    padding: 0 10px;
    width: 500px;
    height: 40px;
}
.wn-srch .srch-box .srch-block .srch-close{
    background: url(../images/srch-close.png) no-repeat center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}





/*搜索*/


.mi_head_all{
    display: none;
}
.mi_head{
    width: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
    top: 0;
    position: fixed;
    z-index: 102;
    box-shadow: none;
    height: 15vw;
}

.mi_head .logo {
    width: 25%;
    float: left;
    margin: 3% 0 0 5%;
}
.mi_head .mi_Cal{
    float: right;
    width: 13%;
    height: 15vw;
    position: relative;
    right: 0;
}
.mi_head .mi_Cal .mmitem{
    position: absolute;
    width: 8vw;
    height: 3px;
    background-color: #1772B4;
    display: block;
    transition: all .3s;
}
.mi_head .mi_Cal .mmitem:nth-of-type(1){
    top: 5vw;
}
.mi_head .mi_Cal .mmitem:nth-of-type(2){
    top: 7.5vw;
}
.mi_head .mi_Cal .mmitem:nth-of-type(3){
    /*width: 6vw;*/
    top: 10vw;
    /*margin-left: 4vw;*/
}
.menuls{
    position: fixed;
    right: 0;
    width: 100%;
    transform: translateX(100%);
    top: 0;
    z-index: 101;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.5);
}
.menuls .menu_one {
    line-height: 15vw;
    height: 15vw;
    background-color: #1772B4;
}

.menuls .menu_one .span1 {
    display: inline-block;
    font-size: 4vw;
    color: #ffffff;
    margin-left: 10%;
    letter-spacing: 1px;
}
.menuls .menu_one .headclose {
    width: 8vw;
    height: 8vw;
    position: absolute;
    left: -15vw;
    top: 5vw;
    display: none;
}

.menuls .menu_two ul {
    width: 100%;
}
.menuls .menu_two ul li {
    line-height: 15vw;
    width: 100%;
    border-top: 1px solid #f2f2f2;
}
.menuls .menu_two ul li>a{
    font-size: 4vw;
    display: block;
    width: 84%;
    padding: 0 10%;
    color: #777;
    transition: color 0.3s ease 0s;
}
.show .mi_head{
    /*transform: translateX(-60%);*/
}
.show .logo{
    /*padding: 5% 0;*/
}
.show .menuls{
    opacity: 1;
    transform: translateX(0%);
}
.show .mmitem:nth-child(2n){
    opacity: 0;
}
.show .mmitem:nth-of-type(1) {
    transform: rotate(45deg);
    top: 8vw!important;
}
.show .mmitem:nth-of-type(3) {
    transform: rotate(-45deg);
    width: 8vw!important;
    top: 8vw!important;
    margin-left: 5vw!important;
    right: 5vw!important;
}
.show .headclose{
    display: block!important;
}







.BMap_bubble_title{
    font-size: 14px;
}
.BMap_bubble_content{
    line-height: 2;
    font-size: 12px;
}


.pc{
    display: block;
}
.mb{
    display: none;
}
.mbbanner{
    height: 180px!important;
}
.swiper-container-1{
    height: 540px;
}


.Public_banner{
    display: block;
    min-height: 150px;
    font-size: 0;
    line-height: 0;
    position: relative;
}
.Public_banner .title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    line-height: 2;
    text-align: center;
}




.wn-about{
    background: url(../images/u20.png) no-repeat bottom;
    background-size: cover;
}

.wn-about .wafl{
    width: 50%;
    padding: 0 10% 0 0;
}
.wn-about .wafl .wala{
    line-height: 1.4;
    font-weight: 300;
    padding: 15% 0 20% 0;
}
.wn-about .wafl .walb{
    width: 217px;
    height: 62px;
    line-height: 62px;
    background-color: #1772b4;
    text-align: center;
}
.wn-about .wafl .walb:hover{
    background-color: rgba(13, 89, 144, 1);
}
.wn-about .wafr{
    width: 50%;
    padding: 0 0 10% 0;
}
.wn-about .wafr .wara{
    position: relative;
    z-index: 2;
    height: 318px;
    margin: -20% 0 10% 0;
    overflow: hidden;
}
.wn-about .wafr .wara:hover img{
    transform: scale(1.1);
}
.wn-about .wafr .warb{
    line-height: 2;
    font-weight: 300;
}
.wn-about .wafr .warc{
    text-align: center;
    color: #555555;
    border: 1px solid #1772B4;
    width: 35%;
    padding: 2% 0;
    border-radius: 30px;
    margin: 5% auto 0;
    font-weight: 300;
}
.public_title{
    text-align: center;
    padding: 60px 0 60px 0;
}
.public_title .public_title_en{
    color: #EDF2F5;
    font-weight: 900;
    font-size: 60px;
}
.public_title .public_title_cn{
    color: #1772B4;
    font-weight: 900;
    margin: -4% 0 0 0;
}

.case-list{
    font-size: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.case-item{
    width: 31.1675%;
    display: inline-block;
    margin: 0 3.25% 3.25% 0;
}
.case-item:nth-child(3n){
    margin: 0 0 3.5% 0;
}
.case-item .wimg{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.case-item .wtit{
    font-weight: 500;
    background-color: rgba(255, 255, 255, 1);
    height: 66px;
    line-height: 66px;
    padding: 0 2%;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.1s;
    /*line-height: 2;*/
    border: 1px solid #f0f0f0;
}

.case-item:hover .wimg img{
    transform: scale(1.1);
}
.case-item:hover .wtit{
    border: 1px solid #1772B4;
    color: #ffffff;
    background-color: #1772B4;
}

.wn-service{
    /*background: url(../images/u25_div.jpg) no-repeat 0;*/
    position: relative;
    /*padding: 2% 0 6% 0;*/
}
.wn-service:after{
    content: '';
    position: absolute;
    background: url(../images/u26.svg) no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.service-box{
    position: relative;
    /*padding: 5% 0;*/
    /*width: 60%;*/
    line-height: 2;
}
.service-box .sbimg{
    width: 100%;
    height: 600px;

}
.service-box .sbcot{
    position: absolute;
    top: 0;
    width: 100%;
    /*height: 600px;*/
    padding: 80px 0;
    z-index: 3;
}
.service-box .sby{
    font-weight: 500;
    font-style: normal;
    color: #FFFFFF;
}
.service-box .sbe{
    width: 5%;
    height: 2px;
    background-color: #FFFFFF;
    margin: 3% 0;
}
.service-box .sbs{
    font-weight: 300;
    font-style: normal;
    color: #FFFFFF;
    width: 60%;
}
.service-box .sbw{
    margin: 6% 0 0 0;
    font-weight: 300;
    font-style: normal;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 30px;
    display: inline-block;
    padding: 0.5% 5%;
}
.service-box .sbw:hover{
    background-color:  #1772b4;
}

.wn-service-switch{
    position: relative;
    margin-top: -5%;
    z-index: 3;
}
.wn-service-switch .wssul{
    padding: 4% 0;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgb(179 179 179 / 35%);
    border-radius: 5px;
}
.wn-service-switch ul li{
    width: 14.2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    cursor:pointer;
}
.wn-service-switch .wsstb{
    width: 27%;
    margin: 0 0 10% 0;
    filter: invert(45%);
    transition: all 0.5s;
}
.wn-service-switch .wsswh{
    font-weight: 400;
    font-style: normal;
    color: #7d7d7d;
    line-height: 2;
}
.wn-service-switch ul li.on .wsstb{
    filter: invert(0);
    transform:rotateY(360deg);
}
.wn-service-switch ul li.on .wsswh{
    color:  #1772b4;
}

.wn-case{
    padding: 0 0 2% 0;
}

.wn-news{
    background: url(../images/wn-news.png) no-repeat bottom;
}
.wn-news .syxwl{
    width: 44.75%;
}
.wn-news .syxwr{
    width: 51.1675%;
}
.wn-news .synews{
    margin: -20px 0 0 0;
    padding: 0 0 4% 0;
}
.syxwl-item{
    width: 100%;
}
.syxwl-item .why{
    width: 100%;
    height: 322px;
    overflow: hidden;
}
.syxwl-item .whcot{
    width: 100%;
    height: 122px;
    background-color: #ffffff;
    line-height: 1.5;
    padding: 3% 4% 0;
}
.syxwl-item .whcot .whe{
    font-weight: 500;
    font-style: normal;
    color: #252E38;
    margin: 0 0 3% 0;
}
.syxwl-item .whcot .whs{
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    color: #929BA4;
}
.syxwl-item:hover .why img{
    transform: scale(1.1);
}
.syxwl-item:hover .whe{
    color:  #1772b4;
}

.syxwr-item{
    width: 100%;
    margin: 32px 0;

}
.syxwr-item a{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.syxwr-item .why{
    width: 210px;
    height: 126px;
    overflow: hidden;
}
.syxwr-item .whcot{
    width: 388px;
    margin: 0 0 0 2%;
    line-height: 2;
}
.syxwr-item .whcot .whe{
    font-weight: 500;
    font-style: normal;
    color: #252E38;
}
.syxwr-item .whcot .whs{
    font-weight: 300;
    font-style: normal;
    color: #697E91;
    line-height: 22px;
    margin: 3% 0;
}
.syxwr-item .whcot .whc{
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    color: #929BA4;
}
.syxwr-item:hover .why img{
    transform: scale(1.1);
}
.syxwr-item:hover .whe{
    color:  #1772b4;
}


.wn-jrzz{
    padding: 3% 0;
}
.jrzz-item{
    width: 50%;
    position: relative;
}
.jrzz-item .wimg{
    position: relative;
    overflow: hidden;
}
.jrzz-item .wcot{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.jrzz-item .wcot .wnry{
    font-weight: 500;
    font-style: normal;
    color: #343338;
    margin: 0 0 2% 0;
}
.jrzz-item .wcot .wnre{
    font-weight: 300;
    font-style: normal;
    color: #7D7D7D;
}
.jrzz-item:hover .wimg img{
    transform: scale(1.1);
}

.foot{
    background-color: rgba(18, 64, 96, 1);
    padding: 2% 0 1.5%;
}
.foot_my{
    width: 320px;
    /*float: left;*/
    margin: 0 80px 0 0;
}
.foot_my .fy_logo{
    width: 168px;
}
.foot_my .fy_lbt{
    font-weight: 500;
    font-style: normal;
    color: #FFFFFF;
    margin: 7% 0 5%;
    line-height: 1.8;
}
.foot_my .fy_int{
    font-weight: 300;
    font-style: normal;
    color: #B5BCC3;
    line-height: 27px;
}
.foot_me{
    width: 405px;
    /*float: left;*/
    margin: 0 55px 0 0;
}
.foot_me .fe_lbt{
    font-weight: 500;
    font-style: normal;
    color: #FFFFFF;
}
.foot_me .fe_ul{
    font-weight: 300;
    font-style: normal;
    color: #B5BCC3;
    line-height: 2;
    margin: 5% 0 5% 0;
}
.foot_me .fe_ul li{
    float: left;
    margin: 0 4% 0 0;
}
.foot_ms{
    /*float: right;*/
}
.foot_ms .fs_ewm{
    /*float: left;*/
    margin: 0 0 0 25px;
}
.foot_ms .ewmimg{
    width: 144px;
    height: 144px;
}
.foot_ms .ewmsm{
    font-weight: 300;
    font-style: normal;
    color: #B5BCC3;
    text-align: center;
    padding: 8% 0 0 0;
}
.foot .copyright{
    margin: 2% 0 0 0;
    padding: 2% 0 0 0;
    width: 100%;
    border-top: 1px solid #245872;
    font-weight: 300;
    font-style: normal;
    color: #B5BCC3;
    line-height: 31px;
    text-align: center;
}

.Ny_menu{
    text-align: center;
    font-size: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 10;
}
.Ny_menu ul li{
    display: inline-block;
    color: #333333;
    font-weight: 500;
    font-style: normal;
}
.Ny_menu ul li a{
    display: block;
    width: 171px;
    height: 84px;
    line-height: 84px;
    cursor:pointer;
}
.Ny_menu ul li.on{
    background-color: #1772b4;
    color: #ffffff;
}


.location_service{

}

.location_service .lswhy{
    padding: 0 5% 0 0;
}
.location_service .lswhy .lswy_return_a{
    width: 16%;
    display: block;
}
.location_service .lswhy .lswy_return{
    width: 100%;
    padding: 5vw 0;
    background: url(../images/lswy_return.png) no-repeat 50%;
    background-size: 50%;
    background-color: #1772b4;
}
.location_service .lswhy .lswy_name{
    width: 66%;
    color: #1772b4;
    height: 14vw;
    line-height: 14vw;
}
.location_service .lswhy .lswy_menu{
    width: 8%;
}
.location_service .lswhy .lswy_menu .litem{
    width: 100%;
    height: 2px;
    background-color: #1772b4;
    display: block;
    margin: 10px auto;
    transition: all 0.3s;
}
.location_service .lswhy .lswy_menu.is-active .litem:nth-of-type(1){
    transform: translateY(11px);
}
.location_service .lswhy .lswy_menu.is-active .litem:nth-of-type(3){
    transform: translateY(-11px);
}
.location_service .lswhe{
    /*display: none;*/
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
}
.location_service .lswhe.dis{
    /*display: block;*/
    height: auto;
    /*opacity: 1;*/
}
.location_service .lswhe ul li{

}
.location_service .lswhe ul li .CAa{
    width: 100%;
    display: block;
    padding: 3% 10% 3% 3%;
    background: url(../images/lswy_bs.png) no-repeat 96%;
    background-size: 4%;
    background-color: #1772b4;
    color: #ffffff;
    line-height: 1.6;
    border-bottom: 1px solid #f5f5f5;


}





.content_main{
    padding: 3% 0;
}

.about_main{

    /*background-size: cover;*/
}
.about_wy{
}
.about_wy .awya{
    font-weight: 500;
    font-style: normal;
    color: #242E35;
    line-height: 2;
    margin: 0 0 2% 0;
}
.about_wy .awyb{
    font-weight: 500;
    font-style: normal;
    color: #4F4F4F;
    line-height: 2.5;
}

.Nyab_title{
    font-weight: 500;
    font-style: normal;
    color: #242E35;
    text-align: center;
    padding: 4% 0;
}
.about_structure{
    background: url(../images/u20.png) no-repeat bottom;
}
.about_we{
    text-align: center;
    padding: 0 0 5% 0;
}
.about_we .abimg{
    width: 61.3335%;
    display: inline-block;
    margin: 0 auto;
}

.about_honor{
    background: url(../images/u141_div.png) no-repeat 0;
    background-size: cover;
    padding: 2.5% 0 6%;
}
.honorall{
    margin: 1% 0 0 0;
}

.honor_item{
    width: 24%;
    height: 365px!important;
    float: left;
    margin: 0 12px;
    position: relative;
    overflow: hidden;
}

.honorulall .slick-arrow{
    font-size: 0;
    width: 49px;
    height: 49px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    z-index: 9;
    top: 45%;
    outline:none;
}
.honorulall .slick-prev{
    left: -5%;
}
.honorulall .slick-next{
    right: -5%;
}
.honorulall .slick-prev:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -25%;
    left: -40%;
    background: url(../images/u166.svg) no-repeat;
    transform: rotate(180deg);
}
.honorulall .slick-next:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 27%;
    left: 40%;
    background: url(../images/u166.svg) no-repeat;
}

.honorulall .slick-arrow:hover{
    border: 3px solid #1772b4;
    background-color: #1772b4;
}

.about_album{
    padding: 1% 0 4% 0;
}
.album_item{
    width: 31.6675%;
    height: 356px;
    position: relative;
    overflow: hidden;
    margin: 0 0 2% 0;
}
.album_item a{
    width: 100%;
    height: 100%;
    display: block;
}
.album_item .xcimg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.album_item .xcimg:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/u180.svg) no-repeat;
    top: 0;
    left: 0;
    opacity: 0.6;
    background-size: cover;
}
.album_item .xcint{
    font-weight: 500;
    font-style: normal;
    color: #FFFFFF;
    position: absolute;
    bottom: 10%;
    z-index: 2;
    width: 100%;
    padding: 0 8%;
}
.album_item .xcint:after{
    content: '';
    position: absolute;
    width: 8%;
    height: 3px;
    background-color: rgba(255, 152, 5, 1);
    left: 8.5%;
    top: -70%;
}
.album_item:hover{

}
.album_item:hover .xcimg img{
    transform: scale(1.1);
}

.waterfall-list{
    -moz-column-count:3;
    /* Firefox */
    -webkit-column-count:3;
    /* Safari 和 Chrome */
    column-count:3;
    -moz-column-gap:1em;
    -webkit-column-gap:1em;
    column-gap:1em;
}
.environment_item{
    width: 97%;
    margin: 0 0 7% 0;
    cursor: pointer;
    transition: all 0.5s;
    overflow: hidden;
}
.environment_item:hover{
    transform:translateY(-10px);
}
.environment_item:hover img{
    transform: scale(1.1);
}
.service_item{
    width: 100%;
    display: flex;
    margin: 0 0 5% 0;
}
.service_item a{
    width: 100%;
    display: flex;
}
.service_item .simg{
    width: 55.8335%;
    height: 540px;
    overflow: hidden;
    order: 1;
}
.service_item .scon{
    padding: 5% 0 5% 5%;
    width: 60%;
    order: 2;
    margin: 5% 0 5% -16%;
    /*background-color: rgb(255 255 255 / 80%);*/
    background-color: #ffffff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 2;
}
.service_item .scon .wha{
    font-weight: 500;
    font-style: normal;
    color: #242E35;
}
.service_item .scon .whb{
    font-weight: 500;
    font-style: normal;
    color: #7F7F7F;
    line-height: 2;
}
.service_item .scon .whc{
    background-color: #1772b4;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    padding: 3.5% 0;
    width: 35%;
    text-align: center;
    display: block;
}
.service_item:hover .scon .wha{
    color: #1772b4;
}
.service_item:hover .simg img{
    transform: scale(1.1);
}
.service_item .scon .whc:hover{
    background-color: rgba(13,89,144,1);
}
.service_item:nth-child(2n) .simg{
    order: 2;
}
.service_item:nth-child(2n) .scon{
    padding: 5% 5% 5% 0;
    order: 1;
    margin: 5% -16% 5% 0;
}



.equipment_item{
    width: 31.1675%;
    margin: 0 0 3% 0;
}
.equipment_item .eimg{
    width: 100%;
    overflow: hidden;
}
.equipment_item .etit{
    font-weight: 500;
    font-style: normal;
    text-align: center;
    padding: 6% 3%;
    border: 1px solid rgba(240, 240, 240, 1);
}
.equipment_item:hover .eimg img{
    transform: scale(1.1);
}
.equipment_item:hover .etit{
    background-color:#1772b4;
    color: #ffffff;
    border: 1px solid #1772b4;
}






.page {
    display: flex;
    padding: 2% 0;
    line-height: 2;
    text-align: right;
    justify-content: center;
    flex-wrap: nowrap;
}
.page .pagination {
    display: flex;
    align-content: center;
    align-items: center;
    color: #333;
}
.page .pagination >li{
    border: 1px solid #ededed;
    margin: 0 2px;
    border-radius: 2px;
}
.page .pagination >li >a, .page .pagination >li >span {
    padding: 0.1em 0.8em;
    display: inline-block;
    vertical-align: top;
}
.page .active{
    background-color:#1772b4;
    color: #ffffff;
    border: 1px solid #1772b4;
}

.hs_nyys{
    background-color: rgba(248, 248, 248, 1);
}
.bs_nyys{
    background-color: rgba(255, 255, 255, 1);
}

.content_item{
    width: 31.4175%;
    text-align: center;
}
.content_item .cimg{
    width: 100%;
    overflow: hidden;
}
.content_item .cwhy{
    margin: 7% 0 0 0;
    font-weight: 500;
    font-style: normal;
    color: #535353;
}
.content_item .cwhe{
    width: 10%;
    height: 2px;
    background-color: #1772b4;
    margin:5% auto;
}
.content_item .cwhs{
    font-weight: 300;
    font-style: normal;
    color: #4A4949;
    line-height: 1.4;
}
.content_item:nth-of-type(1) .cwhs{
    padding: 0 12%;
}
.content_item:hover .cimg img{
    transform: scale(1.1);
}

.recruit_box{
    position: relative;
}
.recruit_int{
    margin: 0 0 2% 0;
}
.recruit_box .rby{
    font-weight: 500;
    font-style: normal;
    color: #242E35;
    margin: 0 0 1% 0;
}
.recruit_box .rbe{
    font-weight: 300;
    font-style: normal;
    color: #555555;
    line-height: 38px;
}



.recruit_item{
    width: 100%;
    margin: 0 0 2% 0;
    overflow: hidden;
}
.recruit_item .recruit_name{
    border: 1px solid rgba(219, 219, 219, 1);
    padding: 1% 3%;
    line-height: 1.7;
    background-color: #f2f2f2;
}
.recruit_item .recruit_whnr{
    margin-top: -1px;
    border: 1px solid transparent;
    line-height: 2;
    height: 0;
    transition: all 0.3s;
    padding: 0 3%;
    opacity: 0;
}
.recruit_item .recruit_whnr .rwwhy{
    font-weight: 500;
    color: #2F2F2F;
    margin: 0 0 1% 0;
}
.recruit_item .recruit_whnr .rwwhe{
    font-weight: 300;
    color: #555555;
}
.recruit_item.active .recruit_name{
    background-color: #1772b4;
    color: #ffffff;
}
.recruit_item.active .recruit_whnr{
    height: 100%;
    padding: 1% 3%;
    border: 1px solid rgba(219, 219, 219, 1);
    opacity: 1;
    background-color: #f8f8f8;
}




.news_dbt{
    padding: 75px 0 20px;
    position: absolute;
    width: 100%;
    height: 180px;
}
.news_dbt .xwdbt{
    font-weight: 900;
    font-style: normal;
    font-size: 87px;
    color: #EDF2F5;
}

.news_switch{
    padding: 115px 0 0 0;
    background:linear-gradient(to right,#f8f8f8 0%,#f8f8f8 50%,#ffffff 50%,#ffffff 100%);
}
.news_switch .ns_list{
    display: flex!important;
}
.news_switch .nsfl{
    width: 50%;
    padding: 1% 5% 0 1%;
    line-height: 1.6;
}
.news_switch .nsfl .nslwy{
    font-weight: 500;
    font-style: normal;
    color: #252E38;
}
.news_switch .nsfl:hover .nslwy{
    color: #1772b4;
}
.news_switch .nsfl .nslwe{
    font-weight: 300;
    font-style: normal;
    color: #697E91;
    margin: 4% 0;
}
.news_switch .nsfl .nslws{
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    color: #929BA4;
}
.news_switch .nsfr{
    width: 53.275%;
    height: 414px;
    /*margin: -115px 0 0 0;*/
}
.newsulall .slick-dots{
    bottom: 10%;
    left: 35%;
    position: absolute;
}
.newsulall .slick-dots li{
    font-size: 0!important;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-radius: 50%;
    float: left;
    background-color: #d7d7d7d7;
    cursor: pointer;
}
.newsulall .slick-dots li button{
    font-size: 0!important;
}
.newsulall .slick-dots li.slick-active{
    background-color: #1772b4;
}


.news_item{
    width: 100%;
    margin: 0 0 4% 0;
}
.news_item .nimg{
    width: 27.5%;
    height: 198px;
    overflow: hidden;
}
.news_item .ncot{
    width: 68%;
    padding: 0 8% 0 0;
    line-height: 2;
}
.news_item .ncot .why{
    font-weight: 500;
    font-style: normal;
    color: #252E38;
}
.news_item .ncot .whe{
    font-weight: 300;
    font-style: normal;
    color: #697E91;
    margin: 2% 0;
}
.news_item .ncot .whs{
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    color: #929BA4;
}
.news_item:hover .nimg img{
    transform: scale(1.1);
}
.news_item:hover .why{
    color: #1772b4;
}

.publicity_item{
    margin: 0 0 2% 0;
}
.publicity_item .publicity_ia{
    font-weight: 500;
    font-style: normal;
    color: #444444;
    display: block;
    width: 100%;
    border: 1px solid rgba(219, 219, 219, 1);
    padding: 1.5% 3%;
    background-color: #f2f2f2;
}
.publicity_item:hover .publicity_ia{
    color: #ffffff;
    background-color: #1772b4;
}




.wn-detail{
    width: 100%;
}
.wn-detail .xwnyl{
    width: 65%;
}
.wn-detail .xwnyr{
    background-color: rgba(248, 248, 248, 1);
    width: 30%;
    padding: 2%;
}
.wn-detail .Nr_title{
    font-weight: 700;
    font-style: normal;
    color: #272626;
    line-height: 1.4;

}
.wn-detail .Nr_time{
    font-weight: 400;
    font-style: normal;
    color: #909090;
    line-height: 2;
    margin: 2% 0;
}
.wn-detail .Nr_content{
    line-height: 2;
    color: #5e5e5e;
}
.wn-detail .Nr_content img{
    max-width: 100%;
}
.Around{
    margin: 5% 0 0;
}
.Around .Aroundul{
    font-weight: 400;
    font-style: normal;
    color: #242E35;
    line-height: 2;
}
.Around .Aroundul:hover{
    color: #1772b4;
}
.Around .Around-upper{

}
.Around .Around-lower{

}
.return-list{
    font-weight: 400;
    font-style: normal;
    color: #242E35;
    line-height: 2;
}


.Rmxw_title{
    font-weight: 500;
    font-style: normal;
    color: #000000;
    margin: 0 0 5% 0;
}
.Rmxw_list{
    width: 100%;
}
.Rmxw_list .Rmxw_item{
    font-weight: 300;
    font-style: normal;
    color: #313131;
    line-height: 2;
}
.Rmxw_list .Rmxw_item .Rmxwa{
    display: block;
    width: 100%;
    padding: 2% 0;
    border-bottom: 1px solid #eeeeee;
}
.Rmxw_list .Rmxw_item:last-child .Rmxwa{
    border-bottom: 0;
}
.Rmxw_list .Rmxw_item:hover .Rmxwa{
    color: #1772b4;
}




@media screen and (max-width: 1600px) {

    .head .head_menu .CAli {
        margin: 0 1.5rem;
    }
}


@media screen and (max-width: 1400px) {
    .head .head_menu .CAli {
        margin: 0 1rem;
    }
}

@media screen and (max-width: 1200px) {
    .mw1200{
        margin: 0 5% !important;
    }
    .Ny_menu  .mw1200{
        margin: 0!important;
    }

    .foot_my {
        width: 320px;
        float: left;
        margin: 0 40px 0 0;
    }
    .foot_me {
        width: 380px;
        float: left;
        margin: 0 10px 0 0;
    }

    .foot_ms .ewmimg {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 1024px) {
    .pc{
        display: none;
    }
    .mb{
        display: block;
    }
    .Ny_menu{
        top: 15vw!important;
    }
    .swiper-container-1 {
        height: auto;
    }
    .head{
        display: none;
    }
    .mi_head_all {
        display: block;
    }
    .container{
        margin-top: 15vw;
    }
    .Public_banner{
        height: 130px;
        margin-top: 15vw;
        min-height: auto;
    }
    .Public_banner img {
        object-fit: cover;
    }
    .wn-about .mw1200{
        display: block;
    }
    .wn-about .wafl{
        display: none;
    }
    .wn-about .wafr {
        width: 100%;
        padding: 5% 0 0 0;
    }
    .wn-about .wafl .wala{
        padding: 5% 0;

    }
    .wn-about .wafr .wara{
        height: auto;
        margin: 5% 0;
        display: none;
    }
    .public_title{
        padding: 5% 0;
    }

    .service-box .sbimg{
        height: 45vw;
    }
    .service-box .sbcot{
        padding: 5% 0;
    }
    .service-box .sbs{
        width: 100%;
    }
    .service-box .sbe{
        margin: 2% 0;
    }
    .service-box .sbw{
        margin: 5% 0 0 0;
    }

}


@media screen and (max-width: 768px) {

    .public_title .public_title_en{
        font-size: 8vw;
    }
    .public_title .public_title_cn{
        margin: -7% 0 0 0;
    }
    .wn-about .wafl{
        padding: 0;
    }
    .wn-about .wafl .walb{
        width: 100%;
        height: auto;
        padding: 1% 0;
        line-height: 2;
    }
    .wn-about .wafr .warb{
        letter-spacing: 1px;
        height: 120px;
        line-height: 30px;
    }
    .wn-about .wafr .warb *{
        line-height: 30px!important;
    }
    .wn-service:after{
        left: -70%;
        width: 200%;
    }
    .wn-service-switch{
        margin: 0;
    }
    .service-box .sbimg{
        height: 60vw;
    }
    .service-box .sbw{
        padding: 0 5%;
    }
    .wn-service-switch .wssul{
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-end;
    }
    .wn-service-switch ul li{
        width: 25%;
        margin: 0 0 5% 0;
    }

    .case-item{
        width: 100%;
        margin: 0 0 3% 0;
    }
    .case-item .wtit{
        padding: 0 3%;
        line-height: 15vw;
        height: 15vw;
    }

    .wn-news .synews{
        flex-wrap: wrap;
        margin: 0;
    }
    .wn-news .syxwl{
        width: 100%;
    }
    .wn-news .syxwr{
        width: 100%;
    }
    .syxwl-item .whcot{
        height: auto;
        padding: 3%;
        margin: 0 0 5% 0;
    }

    .syxwr-item{
        margin: 0 0 5% 0;
    }
    .syxwl-item .why{
        height: auto;
    }
    .syxwr-item .why{
        width: 50%;
        height: 24vw;
    }
    .syxwr-item .whcot .whs{
        margin: 0;
    }

    .wn-jrzz .mw1200{
        flex-wrap: wrap;
    }
    .jrzz-item{
        width: 100%;
        margin: 0 0 5% 0;
    }

    .foot{
        padding: 5% 0;
    }
    .foot .mw1200{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .foot_my{
        width: 100%;
        /*margin: 0 5% 0 0;*/
        float: none;
    }
    .foot_my .fy_logo{
        width: 50%;
        display: none;
    }
    .foot_my .fy_lbt{
        margin: 0 0 3% 0;
    }
    .foot_my .fy_int{
        line-height: 2;
    }
    .foot_ms .fs_ewm{
        margin: 5% 0 0 0;
    }
    .foot_ms .fs_ewm:nth-child(2n){
        display: none;
    }
    .foot_me{
        display: none;
    }


    .foot_ms{
        padding: 1% 0 0 0;
        width: 30%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
    .foot_ms .ewmsm{
        padding: 10% 0;
    }
    .foot_ms .ewmimg{
        width: 100%;
        height: auto;
        min-height: 100px;
    }

    .Ny_menu ul{
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: scroll;
        width: 100%;
    }
    .Ny_menu ul li{
        width: auto;
        /*min-width: 25%;*/
    }
    .Ny_menu ul li a{
        width: 100%;
        height: 100%;
        line-height: 3;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        word-break: break-all;
        white-space: nowrap;
        padding: 0 20px;
    }
    .wn-detail .Nr_content img{
        height: auto!important;
    }
    .service_item a{
        flex-wrap: wrap;
    }
    .service_item .simg{
        width: 100%;
        height: auto;
    }
    .service_item .scon{
        width: 100%;
        margin: 0;
        padding: 5% 0;
    }
    .service_item .scon .whb{
        margin: 4% 0;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        word-break: break-all;
    }
    .service_item .scon .whc{
        width: 40%;
        padding: 3.5% 0;
        text-align: center;
    }
    .service_item:nth-child(2n) .simg{
        order: 1;
    }
    .service_item:nth-child(2n) .scon{
        padding: 5% 0;
        order: 2;
        margin: 0;
    }
    .about_wy .awyb{
        /*padding: 0 0 2% 0;*/
    }

    .Nyab_title{
        padding: 7% 0;
    }
    .about_we .abimg{
        width: 100%;
        padding: 0 0 5% 0;
    }
    .honor_item{
        padding: 0 50px;
    }
    .honorulall .slick-prev{
        left: 0;
    }
    .honorulall .slick-next{
        right: 0;
    }
    .honorulall .slick-arrow {
        border: 3px solid #1772b4;
        background-color: #1772b4;
        width: 40px;
        height: 40px;
    }
    .honorulall .slick-prev:after{
        top: -22%;
    }
    .honorulall .slick-next:after{
        top: 22%;
    }

    .album_list{
        flex-wrap: wrap;
    }
    .album_item{
        width: 100%;
        height: auto;
        margin: 0 0 5% 0;
    }


    .content_item{
        width: 100%;
        margin: 0 0 5% 0;
    }
    .content_item .cwhy{
        margin: 5% 0 0 0;
    }
    .content_item .cwhe{
        margin: 3% auto 2%;
    }
    .content_item .cwhs{
        line-height: 2;
    }
    .recruit_item .recruit_name{
        padding: 2% 3%;
    }

    .content_main {
        padding: 5% 0;
    }
    .recruit_box .rby{
        margin: 0 0 2% 0;
    }

    .wn-detail{
        flex-wrap: wrap;
    }
    .wn-detail .xwnyl{
        width: 100%;
    }
    .wn-detail .xwnyr{
        width: 100%;
        padding: 3% 2%;
        margin: 5% 0 0 0;
    }



    .waterfall-list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em;
    }

    .news_dbt{
        display: none;
    }
    .news_switch{
        background: #ffffff;
        padding: 5% 0;
    }
    .news_switch .ns_list {
        display: flex!important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .news_switch .nsfl{
        width: 100%;
        padding: 0 0 5% 0;
    }
    .news_switch .nsfr{
        width: 100%;
        height: auto;
    }
    .newsulall .slick-dots{
        bottom: 5%;
    }

    .news_item .nimg {
        width: 40%;
        height: 27vw;
    }

    .news_item .ncot {
        width: 58%;
        padding: 0 0 0 0;
        line-height: 2;
    }
    .news_item .ncot .whe{
        margin:  0;
        line-height: 1.6;
    }

    .publicity_item .publicity_ia{
        line-height: 2;
    }


    .syxwr-item .whcot .whe{
        /*font-size: 17px;*/
    }





}






















