 body {
    background: #f0f5fa;
}

.banner {
    height: 100vh;
    position: relative;
}

.banner .swiper-container {
    height: 100vh;
    width: 100%;
}

.banner .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .pageBox {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 30px;
    width: 1200px;
    line-height: 30px;
    margin: 0 auto;
    z-index: 3;
}

.banner .pageBox .page {
    float: right;
}

.banner .pageBox .shu {
    color: #a9b4d1;
    margin: 0 10px;
    width: 2px;
    height: 30px;
    background: #a9b4d1;
}

.banner .pageBox .dangqian {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    padding-left: 110px;
    background: url(/res/static/cn/images/line.png) no-repeat;
    background-size: 100px 1px;
    background-position: left center;
}

.banner .pageBox .zongshu {
    font-size: 18px;
    font-weight: bold;
    color: #bdc1d6;
}

.banner .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: none!important;
    border: 4px solid #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 3px;
}

.banner .swiper-container .swiper-slide .pageColumn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 108px;
    margin-top: -96px;
}

.banner .swiper-container .swiper-slide .pageColumn p {
    text-align: center;
}

.banner .swiper-container .swiper-slide .pageColumn .column {
    font-weight: normal;
    /*font-size: 52px;*/
    font-size: 1rem;
    color: #004f99;
    /* text-shadow: 4px 4px 4px #022b5e57; */
}

.banner .swiper-container .swiper-slide .pageColumn .encolumn {
    font-size: 18px;
    color: #748dcd;
    letter-spacing: 2px;
    margin-top: 10px;
}

.banner .exploreMore {
    width: 150px;
    height: 38px;
    background: #ea5504;
    border-radius: 19px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    top: 70%;
    font-size: 16px;
    line-height: 38px;
    padding-left: 25px;
    color: #fff;
    transition: .3s;
}

.banner .swiper-container .swiper-slide .exploreMore img {
    height: 14px;
    width: 14px;
    ;padding: 12px;
    background: #eb723c;
    border-radius: 50%;
    float: right;
}

.banner .exploreMore:hover {
    box-shadow: #eb723c 0px 0px 11px 3px;
}

/* @keyframes slide-down{
    0%{transform:scale(1,0);}
    100%{transform:scale(1,1);}
}

@-webkit-keyframes slide-down{
    0%{-webkit-transform:scale(1,0);}
    100%{-webkit-transform:scale(1,1);}
} */
@keyframes slide-left {
    0% {
        transform: scale(0,1);
    }

    100% {
        transform: scale(1,1);
    }
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: scale(0,1);
    }

    100% {
        -webkit-transform: scale(1,1);
    }
}

@keyframes slide-down {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
    }
}

@keyframes slide-up {
    0% {
        transform: scaley(0);
    }

    100% {
        transform: scaley(1);
    }
}

@-webkit-keyframes slide-up {
    0% {
        -webkit-transform: scaley(0);
    }

    100% {
        -webkit-transform: scaley(1);
    }
}

.part {
    width: 100%;
    overflow: hidden;
}

.part .title-line {
    display: flex;
    margin-top: 90px;
    align-items: center;
    justify-content: space-between;
}

.part .title-line h4 {
    font-size: 43px !important;
}
.part .title-line h4:nth-child(1){
    font-weight: normal;
    color: #004f99;
    line-height: 58px;
    display: inline-block;
    text-indent: 0;
}
.part .title-line h4:nth-child(2){
    color: #ea540442;
    font-weight: bold;
    margin-top: 0;
    width: auto;
    text-indent: 0;
}

.part01 {
    height: auto;
    background: url(/res/static/cn/images/homebg1pc1.jpg) no-repeat;
    background-size: auto 900px;
    background-position: center;
    /*height: 900px;*/
}

.part01 .aboutUs {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.part01 .aboutUs h4 {
    font-size: 24px;
    width: 700px;
    font-weight: bold;
    color: #004f99;
    line-height: .7rem;
    margin-top: 55px;
    display: inline-block;
    text-indent: 2em;
}
/*.part01 .aboutUs h4 {*/
/*    font-size: 24px;*/
/*    width: 700px;*/
/*    font-weight: bold;*/
/*    color: #004f99;*/
/*    line-height: .7rem;*/
/*    margin-top: 260px;*/
/*    display: inline-block;*/
/*    text-indent: 2em;*/
/*}*/

.part01 .aboutUs h4:nth-child(1){
        margin-top: 0;
        margin-bottom: 0;
}

.part01 .aboutUs p {
    font-size: 18px;
    width: 700px;
    color: #004f99;
    margin-top: 15px;
    line-height: .6rem;
    text-indent: 2em;
}

.part01 .aboutUs .more {
    font-size: 16px;
    width: 120px;
    padding-left: 26px;
    height: 30px;
    display: block;
    margin-top: 50px;
    line-height: 30px;
    color: #fff;
    background: #ea5504;
    border-radius: 15px;
    transition: .3s;
}

.part01 .aboutUs .more:hover {
    box-shadow: #ff7a2dbb 0px 0px 8px 3px;
}

.part01 .aboutUs .more img {
    margin-left: 15px;
    height: 11px;
    width: 24PX;
}

.part01 .aboutUs .data {
    width: 200%;
    background: url(/res/static/cn/images/homeNum.png) 100% no-repeat;
    height: 180px;
    background-position: left center;
    border-radius: 102px;
    margin-left: 8%;
    margin-top: 111px;
}

.part01 .aboutUs .data ul {
    width: 1080px;
}

.part01 .aboutUs .data .dataBox {
    display: flex;
    justify-content: center;
}

.part01 .aboutUs .data ul li {
    text-align: center;
    width: 25%;
    float: left;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.part01 .aboutUs .data ul li span {
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
}

.part01 .aboutUs .data .dataBox span {
    font-size: 45px;
    font-weight: bold;
}

.part01 .aboutUs .data ul li img {
    height: 0;
    width: 30px;
}

.part01 .aboutUs .data .dataBox:hover span {
    text-shadow: 2px 4px 4px #cf2800e8;
}

.part01 .aboutUs .data ul li:hover img {
    height: 7px;
    margin: 0 auto;
    margin-top: 20px;
}

.part02 {
    height: 1153px;
    background: url(/res/static/cn/images/homebg2.jpg) no-repeat;
    background-size: auto 1153px;
    background-position: center;
}

.part02 .product {
    width: 1200px;
    margin: 0 auto;
}

.part02 .product h4 {
}

/* .part02 .product .more{    font-size: 16px;width: 120px;padding-left: 26px;height: 29px;display: block;background: url(/res/static/cn/images/cityOn.png) 100% center no-repeat;margin-top: 30px;line-height: 29px;color: #fff;} */
.part02 .product .more {
    font-size: 16px;
    width: 120px;
    padding-left: 26px;
    height: 30px;
    display: block;
    margin-top: 30px;
    line-height: 30px;
    color: #fff;
    background: #ea5504;
    border-radius: 15px;
    transition: .3s;
}

.part02 .product .more:hover {
    box-shadow: #ff7a2dbb 0px 0px 8px 3px;
}

.part02 .product .more img {
    margin-left: 15px;
    height: 11px;
    width: 24PX;
}

.part02 .product .productDsc {
    width: 1200px;
    margin-top: 75px;
    height: auto;
}

.part02 .product .productDsc .productDscTop {
    display: inline-block;
    width: 100%;
}

.part02 .product .productDsc .productDscTop .yaoMsg {
    width: 580px;
    height: 340px;
    background: url(/res/static/cn/images/home2bg1.png) 100% center no-repeat;
    color: #1d3c8b;
    text-align: right;
    border-radius: 10px;
    background-size: 100% 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.part02 .product .productDsc .productDscTop .yaoMsg p {
    font-size: 26px;
    font-weight: 600;
    margin-top: 100px;
    display: block;
    margin-right: 70px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    z-index: 5;
    position: sticky;
}

.part02 .product .productDsc .productDscTop .yaoMsg span {
    font-size: 18px;
    display: block;
    display: block;
    margin-right: 70px;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
    padding-left: 10%;
    z-index: 5;
    position: sticky;
    transition: .3s;
}

.part02 .product .productDsc .productDscTop .yaoMsg .hoveshow {
    display: none;
    transition: .3s;
}

.part02 .product .productDsc .productDscTop .yaoMsg:nth-child(2) {
    background: url(/res/static/cn/images/home2bg2.png) 100% center no-repeat;
    width: 600px;
    background-size: 100% 100%;
}

.part02 .product .productDsc .productDscTop .yaoMsg img {
    width: 280px;
    float: left;
    top: 75px;
    position: absolute;
    left: 0;
}

.part02 .product .productDsc .productDscTop .yaoMsg .bgmask {
    display: none;
    height: 0;
    transition: max-height .3s ease-out;
    transform-origin: right;
    animation: slide-down 0.3s;
    animation-direction: alternate;
    -webkit-animation: slide-down 0.3s;
}

.part02 .product .productDsc .productDscTop .fl img {
    width: 160px;
    left: 55px;
    top: 60px;
    position: absolute;
}

.part02 .product .productDsc .productDscBottom {
    clear: both;
    margin-top: 15px;
    background: url(/res/static/cn/images/home2bg3.png) 100% center no-repeat;
    height: 204px;
    border-radius: 10px;
    color: #fff;
}

.part02 .product .productDsc .productDscTop .yaoMsg .yaomore {
    display: none;
    opacity: 0;
    transition: .3s;
}

.part02 .product .productDsc .productDscTop .yaoMsg:hover .bgmask {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    background: linear-gradient(70deg, #0f318938 3%, #003e9bfc 100%);
    top: 0;
    height: 100%;
    z-index: 1;
}

.part02 .product .productDsc .productDscTop .yaoMsg:hover p, .part02 .product .productDsc .productDscTop .yaoMsg:hover .hoveshow {
    color: #fff;
}

.part02 .product .productDsc .productDscTop .yaoMsg:hover .noHover {
    display: none;
}

.part02 .product .productDsc .productDscTop .yaoMsg:hover .hoveshow {
    display: block;
}

.part02 .product .productDsc .productDscTop .yaoMsg:hover .yaomore {
    box-sizing: border-box;
    display: block;
    position: absolute;
    font-size: 16px;
    width: 126px;
    padding-left: 12px;
    height: 30px;
    display: block;
    margin-top: 50px;
    line-height: 30px;
    background-color: #ea5504;
    color: #fff;
    border-radius: 15px;
    transition: .3s;
    text-align: center;
    z-index: 5;
    bottom: 20px;
    left: 60px;
    opacity: 1;
}

.part02 .product .productDsc .productDscTop .yaoMsg:hover .yaomore img {
    background: #ea5504;
    height: 14px;
    width: 19px;
    padding: 8px 14px;
    border-radius: 15px;
    position: unset;
    float: right;
}

/* .part02 .product .productDsc .productDscTop .yaoMsg */
.part02 .product .productDsc .productDscBottom {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.part02 .product .productDsc .productDscBottom:hover {
    transition: transform 0.3s ease;
}

.part02 .product .productDsc .productDscBottom .proDsc {
    z-index: 5;
}

.part02 .product .productDsc .productDscBottom .proDsc p {
    font-size: 26px;
    margin-left: 113px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    z-index: 5;
}

.part02 .product .productDsc .productDscBottom .proDsc span {
    font-size: 18px;
    display: block;
    margin-left: 113px;
    height: 20px;
    line-height: 20px;
}

.part02 .product .productDsc .productDscBottom .proImg {
    height: 204px;
    width: 850px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.part02 .product .productDsc .productDscBottom a {
    margin-right: 65px;
    width: 148px;
    height: 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}

.part02 .product .productDsc .productDscBottom a:focus {
    color: #fff;
}

.part02 .product .productDsc .productDscBottom .hoveshow {
    display: none;
    opacity: 0;
    transition: .3s;
}

.part02 .product .productDsc .productDscBottom .yaomore {
    display: none;
    opacity: 0;
    transition: .3s;
}

.part02 .product .productDsc .productDscBottom:hover .bgmask {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    background: #003e9bad;
    top: 0;
    height: 100%;
    z-index: 1;
    transition: max-height .3s ease-in;
    transform-origin: 50% 0;
    animation: slide-left 0.3s;
    animation-direction: alternate;
    -webkit-animation: slide-left 0.3s;
}

.part02 .product .productDsc .productDscBottom:hover .hoveshow {
    display: block;
    opacity: 1;
    transition: .3s;
    position: absolute;
    left: 505px;
    width: 400px;
    z-index: 5;
    font-size: 20px;
}

.part02 .product .productDsc .productDscBottom:hover .yaomore {
    display: block;
    position: absolute;
    font-size: 16px;
    width: 126px;
    height: 30px;
    box-sizing: border-box;
    display: block;
    padding-left: 12px;
    margin-top: 50px;
    line-height: 30px;
    background-color: #ea5504;
    color: #fff;
    border-radius: 15px;
    transition: .3s;
    text-align: left;
    z-index: 5;
    bottom: 86px;
    right: 50px;
    opacity: 1;
    transition: .3s;
    border: none;
}

.part02 .product .productDsc .productDscBottom:hover .yaomore img {
    background: #ea5504;
    height: 14px;
    width: 19px;
    padding: 8px 14px;
    border-radius: 15px;
    position: unset;
    float: right;
}

.part03 {
    /* height: 783px; */
    margin-top: -172px;
}

.part03 .news {
    width: 1200px;
    margin: 0 auto;
    border-radius: 36px 36px 0 0;
    padding: 80px 100px;
    background: url(/res/static/cn/images/homebg3.jpg) no-repeat;
    background-size: auto 783px;
    background-position: top;
    background-color: #fff;
}

.part03 .news h4 {
}

/* .part03 .news .more{    font-size: 16px;width: 120px;padding-left: 26px;height: 29px;display: block;background: url(/res/static/cn/images/cityOn.png) 100% center no-repeat;margin-top: 30px;line-height: 29px;color: #fff;} */
.part03 .news .more {
    font-size: 16px;
    width: 120px;
    padding-left: 26px;
    height: 30px;
    display: block;
    margin-top: 30px;
    line-height: 30px;
    color: #fff;
    background: #ea5504;
    border-radius: 15px;
    transition: .3s;
}

.part03 .news .more:hover {
    box-shadow: #ff7a2dbb 0px 0px 8px 3px;
}

.part03 .news .more img {
    margin-left: 15px;
    height: 11px;
    width: 24PX;
}

.part03 .news .newsList {
    width: 1200px;
    margin-top: 80px;
}

.part03 .news .newsList-m {
    display: none;
}

.part03 .news .newsList ul {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.part03 .news .newsList ul li {
    width: 385px;
    height: 216px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.part03 .news .newsList ul li .newsListDsc {
    padding: 15px 25px;
    background: linear-gradient(rgba(255,255,255,0.1), rgba(0,0,0,.8));
    position: absolute;
    bottom: 0;
    height: auto;
}

.part03 .news .newsList ul li .newsListDsc .title {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.part03 .news .newsList ul li .newsListDsc .dsc {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: none;
}

.part03 .news .newsList ul li .newsListDsc .time {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: none;
    text-align: right;
}

.part03 .news .newsList ul li img {
    width: 385px;
    height: 216px;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

/* .part03 .news .newsList ul li:hover{width: 100%;height: 100%;} */
.part03 .news .newsList ul li:hover .newsListDsc {
    width: calc(100% - 50px);
    height: calc(100% - 25px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    background: none
}

.part03 .news .newsList ul li:hover .newsListDsc .title {
    font-size: 20px;
    line-height: 26px;
}

.part03 .news .newsList ul li:hover .newsListDsc .dsc {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: block;
}

.part03 .news .newsList ul li:hover .newsListDsc .time {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    display: block;
    text-align: left;
    margin: 10px 0;
}

.part03 .news .newsList ul li:hover .bgmask {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    /*background: linear-gradient(0deg, #ff721cc7 34%, #ffc2a7a3 100%);*/
    background: #ff6420c4;
    top: 0;
    height: 100%;
    z-index: 1;
    transition: max-height .3s ease-in;
    transform-origin: bottom;
    animation: slide-up 0.3s;
    animation-direction: alternate;
    -webkit-animation: slide-up 0.3s;
}

.part04 {
    height: 850px;
    /* background: linear-gradient(to bottom, rgba(55,84,144, 1) 0, rgba(55,84,144, .7) 400px, rgba(255, 255, 255, 0) 620px);} */
    background: url(/res/static/cn/images/homebg4.png) no-repeat;
    background-size: auto 850px;
    background-position: top;
    position: relative;
    z-index: 0;
}

.part04 .invest {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 620px;
}

.part04 .invest h4 {
}

/* .part04 .invest .more{    font-size: 16px;width: 120px;padding-left: 26px;height: 29px;display: block;background: url(/res/static/cn/images/cityOn.png) 100% center no-repeat;margin-top: 25px;line-height: 29px;color: #fff;} */
.part04 .invest .more {
    font-size: 16px;
    width: 120px;
    padding-left: 26px;
    height: 30px;
    display: block;
    margin-top: 30px;
    line-height: 30px;
    color: #fff;
    background: #ea5504;
    border-radius: 15px;
    transition: .3s;
}

.part04 .invest .more:hover {
    box-shadow: #ff7a2dbb 0px 0px 8px 3px;
}

.part04 .invest .more img {
    margin-left: 15px;
    height: 11px;
    width: 24PX;
}

.part04 .invest div p {
    font-size: 24px;
    color: #fff;
}

.part04 .invest div p:nth-child(2), .part04 .invest div p:nth-child(4) {
    color: #004f99;
}

.part04 .invest .shangshi {
    position: absolute;
    left: 332px;
    top: 250px;
    line-height: 48px;
    text-align: center;
}

.part04 .invest .router {
    width: 250px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.part04 .invest .caiwu {
    right: 440px;
    top: 274px;
    background: url(/res/static/cn/images/homerton-caiwu.png) 100% center no-repeat;
    background-size: 100% 100%;
}

.part04 .invest .zhili {
    right: 224px;
    top: 180px;
    background: url(/res/static/cn/images/homerton-gongsi.png) 100% center no-repeat;
    background-size: 100% 100%;
}

.part04 .invest .huodong {
    right: 38px;
    top: 328px;
    background: url(/res/static/cn/images/homerton-xinwen.png) 100% center no-repeat;
    background-size: 100% 100%;
}

.part04 .invest .router a {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part04 .invest .router img {
    margin-left: 10px;
    display: none;
}

.part04 .invest .router:hover img {
    display: block;
}

.part04 .invest .router:hover {
    background: url(/res/static/cn/images/serveOn.png) 100% center no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.part04 .invest .huodong:hover {
    background: url(/res/static/cn/images/serveOn.png) 100% center no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.part04 .invest .zhili:hover {
    background: url(/res/static/cn/images/serveOn.png) 100% center no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.part04 .invest .gupiao {
    position: absolute;
    left: 132px;
    top: 250px;
    line-height: 40px;
    text-align: center;
    width: 320px;
    height: 260px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.part04 .invest .gupiao p {
    margin-top: 10px;
    padding-left: 20px;
    text-align: left;
    font-size: 20px;
}

.part04 .invest .gupiao p:nth-child(1), .part04 .invest .gupiao p:nth-child(3) {
    background: linear-gradient(90deg, rgb(217 95 41) 51%, #ffffff00 100%);
    width: 280px;
    border-radius: 20px 0 0 20px;
    height: 40px;
    line-height: 38px;
}

.part04 .invest .gupiao img {
    width: 540px;
    margin-left: -134px;
}

.part05 {
    margin-top: -200px;
    height: 862px;
    background: url(/res/static/cn/images/homebg5.png) no-repeat;
    background-size: auto 900px;
    background-position: bottom;
    position: relative;
    z-index: 0;
}

.part05 .recruit {
    width: 1200px;
    margin: 0 auto;
}

.part05 .recruit h4 {
}

/* .part04 .recruit .more{    font-size: 16px;width: 120px;padding-left: 26px;height: 29px;display: block;background: url(/res/static/cn/images/cityOn.png) 100% center no-repeat;margin-top: 30px;color: #fff;line-height: 29px;} */
.part05 .recruit .more {
    font-size: 16px;
    width: 120px;
    padding-left: 26px;
    height: 30px;
    display: block;
    margin-top: 30px;
    margin-bottom: 50p;
    line-height: 30px;
    color: #fff;
    background: #ea5504;
    border-radius: 15px;
    transition: .3s;
}

.part05 .recruit .more:hover {
    box-shadow: #ff7a2dbb 0px 0px 8px 3px;
}

.part05 .recruit .more img {
    margin-left: 15px;
    height: 11px;
    width: 24px;
}

.part05 .recruit .recruitDsc {
    width: 1200px;
    height: 420px;
    position: relative;
}

.part05 .recruit .recruitDsc p {
    color: #004f99;
    font-size: 20px;
    width: 1040px;
    line-height: .7rem;
    margin: 0 auto;
    margin-top: 23px;
    font-weight: normal;
    text-indent: 2em;
}

.part05 .recruit .ciryList {
    width: 180px;
    margin-left: 45px;
    margin-top: 80px;
}

.part05 .recruit .ciryList li {
    font-size: 18px;
    height: 34px;
    line-height: 32px;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 18px;
    overflow: hidden;
}

.part05 .recruit .ciryList li a {
    color: #004f99;
    display: inline-block;
    width: 135px;
}

.part05 .recruit .ciryList .on {
    background: #ea5504;
    color: #fff;
    color: #fff;
}

.part05 .recruit .ciryList .on a {
    color: #fff;
}

.part05 .recruit .ciryList .on a img {
    margin-left: 10px;
    height: 11px;
    width: 24px;
    float: right;
    margin-top: 11px;
}

.part05 .recruit .ciryList li i {
    font-style: normal;
    margin: 0 6px 0 10px;
    color: #ea5504;
}

.part05 .recruit .mapList li .dian {
    width: 32px;
    height: 40px;
    margin-top: 110px;
    float: left;
}

.part05 .recruit .mapList li .pic {
    width: 159px;
    height: 138px;
    margin-left: -25px;
}

.part05 .recruit .mapList li {
    position: absolute;
    top: 90px;
    left: 614px;
}

.part05 .recruit .mapList li:nth-child(2) {
    position: absolute;
    top: 72px;
    left: 597px;
    display: none;
}

.part05 .recruit .mapList li:nth-child(3) {
    position: absolute;
    top: 108px;
    left: 613px;
    display: none;
}

.part05 .recruit .mapList li:nth-child(4) {
    position: absolute;
    top: 85px;
    left: 881px;
    display: none;
}

.part05 .recruit .mapList li:nth-child(5) {
    position: absolute;
    top: 64px;
    left: 960px;
    display: none;
}

.footer {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 900px) {
    .banner {
        height: 4rem;
        margin-top: 60px;
    }

    .banner .swiper-container {
        height: 4rem;
        width: 100%;
    }

    .banner .pageBox {
        display: none;
    }

    .swiper-container-autoheight .swiper-wrapper {
        height: 100%!important;
    }

    .banner .swiper-pagination {
        bottom: 13px;
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

    .banner .swiper-pagination .swiper-pagination-bullet-active {
        border: 2px solid #fff;
    }

    .banner .swiper-container .swiper-slide .pageColumn {
        position: absolute;
        top: 28%;
        left: 0;
        right: 0;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }

    .banner .swiper-container .swiper-slide .pageColumn p {
        font-size: 26px;
        text-align: center;
    }

    .banner .swiper-container .swiper-slide .pageColumn .column {
        font-size: 20px;
    }

    .banner .swiper-container .swiper-slide .pageColumn .encolumn {
        font-size: 10px;
        color: #748dcd;
        letter-spacing: 0px;
        margin-top: 5px;
    }

    .banner .exploreMore {
        width: 75px;
        height: 26px;
        top: 60%;
        font-size: 10px;
        line-height: 26px;
        padding-left: 15px;
    }

    .banner .swiper-container .swiper-slide .exploreMore img {
        padding: 6px;
    }

    .part {
        height: auto;
    }
    .part .title-line {
        margin-top: 45px;
        padding: 0 .35rem;
    }
    .part04 .title-line, 
    .part05 .title-line
    {
        padding: 0 !important;
    }
    .part .title-line h4{
        font-size: 24px !important;!i;!;
    }
    .part .title-line h4:nth-child(1) {
        width: auto !important;!i;!;
        padding: 0 !important;!i;!;
        !;!importan;!i;!;
        margin: 0 !important;!i;!;
    }
    .part .title-line h4:nth-child(2) {
        margin: 0;
        padding: 0;
    }

    .part01 {
        background: url(/res/static/cn/images/homepart01.png) no-repeat;
        background-position: right 53%;
        background-size: 240px;
    }

    .part02 {
        background: none;
        margin-top: .5rem;
    }

    .part01 .aboutUs {
        width: 100%;
    }

    .part01 .aboutUs h4 {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: .4rem;
        display: block;
        font-size: 18px;
        line-height: 26px;
        color: #004f99;
    }
    .part01 .aboutUs h4:nth-child(1) {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: 1rem;
        display: block;
        font-size: 18px;
        line-height: 26px;
        color: #004f99;
        text-indent: 0;
    }

    .part01 .aboutUs p {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: .3rem;
        font-size: 16px;
        line-height: 180%;
        color: #004f99;
    }

    .part01 .aboutUs .more {
        float: left;
        margin-left: .35rem;
        font-size: 14px;
        width: 92px;
        padding: 1px 7px 1px 15px;
        border-radius: 17px
    }

    .part01 .aboutUs .more img {
        margin-left: 0;
        height: 10px;
        width: 20px;
        float: right;
        margin-top: 10px;
        margin-right: 6px;
    }

    .part01 .aboutUs .data {
        width: 100%;
        background: none;
        margin-top: 32%;
        margin-left: 0;
    }

    .part01 .aboutUs .data ul {
        width: 100%;
    }

    .part01 .aboutUs .data ul li {
        width: 50%;
        background: #f9804a;
        height: 160px;
    }

    .part01 .aboutUs .data ul li:nth-child(1) {
        border-bottom: #fff dotted 1px;
        border-right: #fff dotted 1px;
    }

    .part01 .aboutUs .data ul li:nth-child(2) {
        border-bottom: #fff dotted 1px;
    }

    .part01 .aboutUs .data ul li:nth-child(3) {
        border-bottom: #fff dotted 1px;
        border-right: #fff dotted 1px;
    }

    /*.part01 .aboutUs .data ul li span:nth-child(1){font-size: 34px;}*/
    .part01 .aboutUs .data .dataBox span {
        font-size: 34px;
    }

    /* .part01 .aboutUs .more{float: left;} */
    .part02 .product {
        width: 100%;
    }

    .part02 .product h4 {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: .5rem;
        display: block;
        font-size: 20px;
        line-height: 0.64rem;
    }

    .part02 .product .more {
        float: left;
        margin-left: .35rem;
        font-size: 14px;
        width: 92px;
        padding: 1px 7px 1px 15px;
        border-radius: 17px;
        margin-top: 15px;
    }

    .part02 .product .more img {
        margin-left: 0;
        height: 10px;
        width: 20px;
        float: right;
        margin-top: 10px;
        margin-right: 6px;
    }

    .part02 .product .productDsc {
        width: 100%;
    }

    .part02 .product .productDsc .productDscTop .yaoMsg {
        width: calc(100% - 80px);
        height: 100px;
        padding: 20px;
        margin: 0 auto;
        float: unset;
        margin-top: .5rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .part02 .product .productDsc .productDscTop .yaoMsg p {
        margin-top: 0;
        font-size: 22px;
        margin-right: 20px;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .part02 .product .productDsc .productDscTop .yaoMsg span {
        margin-right: 20px;
        font-size: 16px;
        display: none;
    }

    .part02 .product .productDsc .productDscTop .yaoMsg:nth-child(2) {
        width: calc(90% - 40px);
        overflow: unset;
    }

    .part02 .product .productDsc .productDscTop .yaoMsg img {
        width: 35%;
        margin-top: 5px;
        top: 20px;
    }

    .part02 .product .productDsc .productDscTop .yaoMsg:nth-child(1) img {
        width: 20%;
        left: 30px;
    }

    .part02 .product .productDsc .productDscTop .yaoMsg:hover .bgmask {
        position: absolute;
        left: 0;
        right: 0;
        display: block;
        background: rgba(20, 47, 116, .8);
        top: 0;
        height: 100%;
        z-index: 1;
        display: none;
    }

    .part02 .product .productDsc .productDscTop .yaoMsg:hover .noHover {
        display: none;
    }

    .part02 .product .productDsc .productDscTop .yaoMsg:hover .hoveshow {
        display: none;
    }

    .part02 .product .productDsc .productDscTop .yaoMsg:hover .yaomore {
        display: block;
        position: absolute;
        font-size: 16px;
        width: 140px;
        padding-left: 0;
        height: 26px;
        margin-top: 0;
        line-height: 26px;
        color: #ea5504;
        border-radius: 15px;
        transition: unset;
        text-align: left;
        z-index: 5;
        bottom: 0;
        left: 0;
        opacity: 0;
        background: rgba(0, 0, 0, 0);
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .part02 .product .productDsc .productDscTop .yaoMsg:hover .yaomore img {
        display: none;
        background: #ea5504;
        height: 10px;
        width: 20px;
        padding: 8px 14px;
        border-radius: 15px;
        position: unset;
        float: right;
    }

    /* .part02 .product .productDsc .productDscTop .yaoMsg .yaomore{} */
    .part02 .product .productDsc .productDscBottom {
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-top: .5rem;
        display: block;
        background-size: 100% 100%;
        height: 175px;
    }

    .part02 .product .productDsc .productDscBottom .proDsc {
        text-align: right;
        margin-right: 40px;
        z-index: 5;
        position: sticky;
    }

    .part02 .product .productDsc .productDscBottom .proDsc span {
        margin-left: 0;
        display: none;
    }

    .part02 .product .productDsc .productDscBottom .proImg {
        width: 100%;
    }

    .part02 .product .productDsc .productDscBottom .proDsc p {
        font-size: 18px;
        font-weight: bold;
        display: inline-block;
    }

    .part02 .product .productDsc .productDscBottom .proImg {
        height: 50px;
        margin-top: 10px;
        justify-content: space-evenly;
    }

    .part02 .product .productDsc .productDscBottom .proImg img {
        max-width: 100%;
        max-height: 100%;
    }

    .part02 .product .productDsc .productDscBottom a {
        margin: 0 auto;
        margin-top: 10px;
        display: block;
        height: 26px;
        font-size: 14px;
        line-height: 26px;
        width: 100px;
    }

    .part02 .product .productDsc .productDscBottom:hover .yaomore {
        bottom: 30px;
    }

    .part02 .product .productDsc .productDscBottom .hoveshow {
        display: none;
        opacity: 0;
        transition: .3s;
    }

    .part02 .product .productDsc .productDscBottom:hover .bgmask {
        display: none;
    }

    .part02 .product .productDsc .productDscBottom:hover .yaomore {
        display: block;
        position: absolute;
        font-size: 16px;
        width: 140px;
        padding-left: 0;
        height: 26px;
        margin-top: 0;
        line-height: 26px;
        color: #ea5504;
        border-radius: 15px;
        transition: unset;
        text-align: left;
        z-index: 5;
        bottom: 0;
        left: 0;
        opacity: 0;
        background: rgba(0, 0, 0, 0);
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .part02 .product .productDsc .productDscBottom:hover .yaomore img {
        display: none;
        background: #ea5504;
        height: 10px;
        width: 20px;
        padding: 8px 14px;
        border-radius: 15px;
        position: unset;
        float: right;
    }

    /* .part02 .product .productDsc .productDscBottom:hover .bgmask{position: absolute;left: 0;right: 0;display: block;background: rgba(20, 47, 116, .8);top: 0;height: 100%;z-index: 1;transition: max-height .3s ease-in; transform-origin: 50% 0; animation: slide-left 0.3s; animation-direction:alternate; -webkit-animation: slide-left 0.3s;}

    .part02 .product .productDsc .productDscBottom:hover .hoveshow{display: block;opacity: 1;transition: .3s;position: absolute;left: 505px;width: 400px;z-index: 5;font-size: 18px;}
    .part02 .product .productDsc .productDscBottom:hover .yaomore{display: block;position: absolute;font-size: 16px;width: 140px;padding-left: 0;height: 26px;display: block;margin-top: 50px;line-height: 26px;color: #ea5504;border-radius: 15px;transition: .3s;text-align: left;z-index: 5;bottom: 86px;right: 50px;opacity: 1;transition: .3s;border: none;}
    .part02 .product .productDsc .productDscBottom:hover .yaomore img{background: #ea5504;height: 10px; width: 20px;padding: 8px 14px;border-radius: 15px;position: unset;float: right;} */
    .part03 {
        margin-top: 0.5rem;
        background: #fff;
    }

    .part03 .news {
        width: 100%;
        border-radius: 0;
        padding: unset;
    }

    .part03 .news h4 {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: .5rem;
        display: block;
        font-size: 20px;
        line-height: 0.64rem;
    }

    .part03 .news .more {
        float: left;
        margin-left: .35rem;
        font-size: 14px;
        width: 92px;
        padding: 1px 7px 1px 15px;
        border-radius: 17px;
        margin-top: 15px;
    }

    .part03 .news .more img {
        margin-left: 0;
        height: 10px;
        width: 20px;
        float: right;
        margin-top: 10px;
        margin-right: 6px;
    }

    .part03 .news .newsList-m {
        display: block;
    }

    .part03 .news .newsList-pc {
        display: none;
    }

    .part03 .news .newsList {
        width: 90%;
        margin: 0 auto;
        padding-top: .8rem;
        clear: both;
    }

    .part03 .news .newsList ul {
        width: 100%;
    }

    .part03 .news .newsList ul li {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    .part03 .news .newsList ul li .newsImg {
        height: 148px;
    }

    .part03 .news .newsList ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }

    .part03 .news .newsList ul li .newsListDsc {
        box-sizing: border-box;
        padding: 20px;
        position: relative;
        background: #e5f0ff!important;
    }

    .part03 .news .newsList ul li .newsListDsc .timeblock {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
    }

    .part03 .news .newsList ul li .newsListDsc .title {
        line-height: 180%;
        font-size: 16px;
        text-align: justify;
        color: #004f99;
        -webkit-line-clamp: unset;
    }

    .part03 .news .newsList ul li .newsListDsc .time {
        display: block;
        color: #004f99;
        font-size: 14px;
        text-align: left;
    }

    .part03 .news .newsList ul li p {
        line-height: 18px;
        font-size: 16px;
    }

    .part03 .news .newsList ul li:hover .newsListDsc {
        width: 100%;
    }

    /* .part03 .news .newsList ul li:hover .newsListDsc .title{line-height: 18px;font-size: 16px;} */
    .part03 .news .newsList ul li:hover .newsListDsc .dsc {
        display: none!important;
    }

    .part03 .news .newsList ul li:hover .newsListDsc .time {
        color: #004f99;
        font-size: 12px;
        text-align: left;
        margin: 0;
    }

    .part03 .news .newsList ul li:hover .newsListDsc {
        width: 100%;
        transition: unset;
        -webkit-animation: unset;
        display: block;
        height: auto;
    }

    .part03 .news .newsList ul li:hover .newsListDsc .title {
        line-height: 18px;
        font-size: 14px;
    }

    .part03 .news .newsList ul li:hover .newsListDsc .dsc {
        display: none!important;
    }

    /* .part03 .news .newsList ul li:hover .newsListDsc .time{display: none;} */
    .part03 .news .newsList ul li:hover .bgmask {
        display: none;
    }

    .part04 {
        background: url(/res/static/cn/images/homebg4-m1.png) no-repeat;
        background-position: bottom;
        background-size: 100% 100%;
        height: 712px;
    }

    /* background: linear-gradient(to bottom, rgba(55,84,144, 1) 0, rgba(55,84,144, .7) 400px, rgba(255, 255, 255, 0) 620px);} */
    .part04 .invest {
        width: 90%;
        margin: 0 auto;
    }

    .part04 .invest h4 {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        margin-top: .5rem;
        display: block;
        font-size: 20px;
        line-height: 0.64rem;
    }

    .part04 .invest .more {
        float: left;
        margin-left: 0;
        margin-top: 15px;
    }

    .part04 .invest .more {
        float: left;
        margin-left: 0;
        font-size: 14px;
        width: 92px;
        padding: 1px 7px 1px 15px;
        border-radius: 17px;
        margin-bottom: 0.5rem;
    }

    .part04 .invest .more img {
        margin-left: 0;
        height: 10px;
        width: 20px;
        float: right;
        margin-top: 10px;
        margin-right: 6px;
    }

    .part04 .invest .router {
        width: 74%;
        background-size: auto 100% !important;
        height: 50px;
        top: 320px;
        left: 13%;
        right: unset;
        border-radius: 25px;
        justify-content: flex-start;
        padding-left: .5rem;
        box-sizing: border-box;
    }

    .part04 .invest .router img {
        width: 20px;
        display: none;
    }

    .part04 .invest .router:hover {
        background-size: 100% 100%;
    }

    .part04 .invest .router:hover img {
        width: 20px;
        display: none;
    }

    .part04 .invest .caiwu {
        background: url(/res/static/cn/images/homerton-caiwu-m.png) 100% center no-repeat;
    }

    .part04 .invest .zhili {
        background: url(/res/static/cn/images/homerton-gongsi-m.png) 100% center no-repeat;
        top: 388px;
    }

    .part04 .invest .zhili:hover {
        background: url(/res/static/cn/images/homerton-gongsi-m.png) 100% center no-repeat;
        top: 358px;
    }

    .part04 .invest .huodong {
        background: url(/res/static/cn/images/homerton-xinwen-m.png) 100% center no-repeat;
        top: 454px;
    }

    .part04 .invest .huodong:hover {
        background: url(/res/static/cn/images/homerton-xinwen-m.png) 100% center no-repeat;
        top: 424px;
    }

    .part04 .invest div p {
        font-size: 16px
    }

    .part04 .invest .gupiao {
        width: 70%;
        height: auto;
        left: 5%;
        top: 140px;
        background: unset;
        align-items: flex-start;
        text-align: left;
        line-height: 38px;
    }

    .part04 .invest .gupiao p {
        font-size: .3rem;
        margin-top: 0;
    }

    /* .part04 .invest .gupiao p:nth-child(1),.part04 .invest .gupiao p:nth-child(3) {padding-left: 50px;} */
    .part04 .invest .gupiao p:nth-child(3) {
        margin-top: 0;
    }

    .part05 {
        margin-top: -80px;
        background: url(/res/static/cn/images/homebg42.png) no-repeat;
        background-position: center bottom;
        background-size: contain;
        /* background: linear-gradient(to bottom, rgba(55,84,144, 1) 0, rgba(55,84,144, .7) 400px, rgba(255, 255, 255, 0) 620px); */
    }

    .part05 .recruit {
        width: 90%;
        margin: 0 auto;
    }

    .part05 .recruit h4 {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        margin-top: .5rem;
        display: block;
        font-size: 20px;
        line-height: 0.64rem;
        color: #004f99;
    }

    .part05 .recruit .more {
        float: left;
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: .5rem;
    }

    .part05 .recruit .more {
        float: left;
        margin-left: 0;
        font-size: 14px;
        width: 92px;
        padding: 1px 7px 1px 15px;
        border-radius: 17px;
        margin-bottom: .5rem;
    }

    .part05 .recruit .more img {
        margin-left: 0;
        height: 10px;
        width: 20px;
        float: right;
        margin-top: 10px;
        margin-right: 6px;
    }

    .part05 .recruit .recruitDsc {
        width: 100%;
        height: 248px;
        display: inline-block;
    }

    .part05 .recruit .recruitDsc p {
        width: 100%;
        font-size: 16px;
        margin-top: 15px;
        font-weight: normal;
        line-height: 180%;
        color: #004f99;
    }

    .part05 .recruit .ciryList {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        display: none;
    }

    .part05 .recruit .ciryList li {
        width: 50%;
        float: left;
    }

    .part05 .recruit .ciryList .on {
        background: none;
        color: #004f99;
    }

    .part05 .recruit .ciryList .on a {
        color: #004f99;
    }

    .part05 .recruit .ciryList li a img {
        display: none;
    }
}
