锘?bannerCont {
    position: relative;
}

.bannerCont img {
    width: 100%;
}

.bannerCont .fixText {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8%;
    right: 8%;
    color: #fff;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.bannerCont .fixText h3 {
    font-size: 40px;
    font-weight: normal;
    width: 100%;
    margin: 50px 0 20px;
}

.bannerCont .fixText p {
    font-size: 20px;
    font-weight: normal;
    width: 100%;
    padding: 5px 0 15px;
}

.bannerCont .fixText .contactBtn {
    line-height: 34px;
    width: 110px;
    text-align: center;
    background: #00b0ec;
    position: relative;
    border-radius: 50px;
    cursor: pointer;
}

.sunMenu {
    background: #fff;
}

.sunMenu a {
    line-height: 100px;
    display: inline-block;
    margin-right: 80px;
    font-size: 18px;
    color: #000;
    position: relative;
    transition: all 0.3s ease;
}

.sunMenu a.active, .sunMenu a:hover {
    color: #009de0;
}

.sunMenu a.active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: #009de0;
    left: 0;
    bottom: 0;
}

.newsCont {
    padding: 100px 0 0;
}

.newsCont .spbox {
    border-radius: 20px;
    background: #fff;
    padding: 90px 60px 90px 100px;
    margin-bottom: 100px;
}

.newsCont .spbox .textbox {
    float: left;
    width: 30%;
    padding-top: 20px;
}

.newsCont .spbox .textbox span {
    color: #999;
}

.newsCont .spbox .textbox h3 {
    font-weight: normal;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    max-height: 120px;
    margin: 40px 0 20px;
    overflow: hidden;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.newsCont .spbox .textbox p {
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
}

.newsCont .spbox .imgbox {
    float: right;
    width: 65%;
    position: relative;
}

.newsCont .spbox .picbox {
    display: none;
    width: 65%;
    float: right;
}

.newsCont .spbox .picbox .swiper {
    border-radius: 20px;
}

.newsCont .spbox .picbox .swiper-wrapper {
    height: auto;
}

.newsCont .spbox .picbox img {
    width: 100%;
}

.newsCont .spbox .maxImg {
    width: 78%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.newsCont .fixSwiper {
    position: absolute;
    width: 20%;
    right: 0;
    top: 0;
    height: 100%;
}

.newsCont .fixSwiper .swiper-slide {
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsCont .fixSwiper .swiper-slide::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border: 3px solid rgba(255, 255, 255, 0);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.newsCont .fixSwiper .swiper-slide.active::after {
    border: 3px solid #009de0;
}

.newsCont .fixSwiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: 50%;
    right: auto;
    margin-top: 0;
    margin-left: -25px;
    top: -25px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(80, 80, 80, .3);
    transform: rotate(90deg)
}

.newsCont .fixSwiper .swiper-button-next {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: auto;
    bottom: -25px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(80, 80, 80, .3);
    transform: rotate(90deg)
}

.newsCont .fixSwiper .swiper-button-prev:hover, .newsCont .fixSwiper .swiper-button-next:hover {
    background: #009de0;
}

.newsCont .fixSwiper .swiper-button-prev::after, .newsCont .fixSwiper .swiper-button-next::after {
    font-size: 20px;
    color: #a3a3a3;
}

.newsCont .fixSwiper .swiper-button-prev:hover::after, .newsCont .fixSwiper .swiper-button-next:hover::after {
    color: #fff;
}

.newsCont .swiper-button-next.swiper-button-disabled, .newsCont .swiper-button-prev.swiper-button-disabled {
    opacity: 0.8
}

.newsCont .newsList {
    background: #fff;
    padding: 120px 0 150px;
}

.newsCont .newsList .listbox {
    padding-bottom: 40px;
}

.newsCont .newsList .li {
    margin-bottom: 40px;
    background: #fff;
    border-radius: 10px;
    padding: 50px 60px 50px 390px;
    position: relative;
    box-shadow: 0 5px 10px rgba(80, 80, 80, .3);
}

.newsCont .newsList .li .imgbox {
    position: absolute;
    width: 280px;
    height: 176px;
    left: 40px;
    top: 35px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsCont .newsList .li .textbox span {
    color: #999;
}

.newsCont .newsList .li .textbox .tit {
    color: #000;
    margin: 20px 0;
    font-size: 22px;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsCont .newsList .li .textbox a {
    display: block;
}

.newsCont .newsList .li .textbox p {
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 60px;
    line-height: 30px;
    color: #666;
}

.newsCont .newsList .li .textbox a:hover .tit {
    color: #009de0;
}

.newsCont .hotbox .textbox {
    width: 40%;
}

.newsCont .hotbox .hotimg {
    float: right;
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
}

.newsCont .hotbox .hotimg img {
    width: 100%;
}

.newsCont .partybox {
    padding: 60px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
}

.newsCont .partybox > div {
    position: relative;
}

.newsCont .partybox .imgbox {
    position: absolute;
    width: 50%;
    height: 100%;
    background: url(../images/party/img.jpg) no-repeat center;
    background-size: cover;
    border-radius: 20px;
}

.newsCont .partybox .imgbox .fixbox {
    position: absolute;
    bottom: 35px;
    left: 50px;
    right: 50px;
}

.newsCont .partybox .imgbox .fixbox a {
    display: block;
    color: #fff;
}

.newsCont .partybox .imgbox .fixbox p {
    font-size: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}

.newsCont .partybox .listbox {
    float: right;
    width: 42%;
}

.newsCont .partybox .listbox .li {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.newsCont .partybox .listbox .li:first-child {
    padding-top: 0;
}

.newsCont .partybox .listbox .li .time {
    margin-bottom: 10px;
    color: #999;
}

.newsCont .partybox .listbox .li .time span {
    font-size: 18px;
    color: #fff;
    border-radius: 28px;
    line-height: 26px;
    display: inline-block;
    background: linear-gradient(to right, #0eae69, #009de0);
    padding: 0 8px;
    margin-right: 15px;
}

.newsCont .partybox .listbox .li p {
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.newsCont .partybox .listbox .li a {
    display: block;
}

.partyCont .newsList {
    background: #f3f5f7;
    padding-top: 80px;
}

.partyBg {
}

.newsDetail {
    padding: 150px 0;
}

.newsDetail .function {
    display: flex;
    justify-content: space-between;
    line-height: 50px;
    margin-bottom: 50px;
}

.newsDetail .function .crumbs {
    color: #000;
}

.newsDetail .function .crumbs a {
    color: #666;
}

.newsDetail .function .crumbs a:hover {
    color: #009de0;
}

.newsDetail .function .back {
    position: relative;
    padding-right: 60px;
    color: #000;
}

.newsDetail .function .back a {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #009de0 url(../images/news/back.png) no-repeat center;
    border-radius: 50px;
}

.newsDetail .title {
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}

.newsDetail .title p {
    color: #999;
}

.newsDetail .title h3 {
    font-size: 26px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
}

.newsDetail .title span {
    margin-right: 35px;
}

.newsDetail .htmlCont {
    float: left;
    width: 66%;
}

.newsDetail .htmlCont .bg {
    background: #fff;
    padding: 65px 75px 65px;
    border-radius: 20px;
    margin-bottom: 45px;
}

.newsDetail .htmlbox {
    line-height: 24px;
    font-size: 14px;
}

.newsDetail .htmlbox img {
    max-width: 100%;
}

.newsDetail .htmlbox video {
    max-width: 100%;
}

.newsDetail .recommend {
    float: right;
    width: 32%;
    background: #fff;
    border-radius: 20px;
    padding: 65px 45px 0;
    box-sizing: border-box;
}

.newsDetail .recommend .title {
    margin-bottom: 0;
}

.newsDetail .recommend .li {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.newsDetail .recommend .li:last-child {
    border: none;
}

.newsDetail .recommend .li span {
    color: #999;
}

.newsDetail .recommend .li p {
    font-size: 18px;
    color: #000;
    margin: 10px 0 25px;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.newsDetail .recommend .li a {
    color: #009de0;
}

.newsDetail .menu {
    padding-left: 40px;
}

.newsDetail .menu a {
    display: inline-block;
    margin-bottom: 15px;
    color: #666;
}

.newsDetail .menu a:hover {
    color: #009de0;
}

.partyDetail {
    background: url(../images/party/bg1.png) no-repeat left 90px, url(../images/party/bg2.png) no-repeat right bottom;
}

.newsDetail .information .title {
    font-size: 40px;
    color: #000;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 80px;
    border: none;
}

.newsDetail .information .list {
    float: left;
    width: 48%;
    margin-right: 4%;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 60px;
    transition: all 0.3s ease;
}

.newsDetail .information .list:hover {
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
}

.newsDetail .information .list:nth-child(2n) {
    margin-right: 0;
}

.newsDetail .information .list .flexsbox {
    justify-content: flex-end;
    position: relative;
}

.newsDetail .information .list .imgbox {
    position: absolute;
    height: 100%;
    width: 42%;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.newsDetail .information .list .textbox {
    width: 50%;
    padding-bottom: 30px;
}

.newsDetail .information .list .textbox .tit {
    font-size: 30px;
    color: #000;
    line-height: 44px;
}

.newsDetail .information .list .textbox p {
    margin: 15px 0 40px;
    line-height: 26px;
}


.regulationsCont {
    padding: 100px 0;
}

.regulationsCont .listbox .li {
    float: left;
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 80px;
}

.regulationsCont .listbox .li:nth-child(5n) {
    margin-right: 0;
}

.regulationsCont .listbox .li img {
    width: 100%;
}

.regulationsCont .listbox .li .imgbox {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.regulationsCont .listbox .li .imgbox .fixbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 169, 96, 0.9), rgba(0, 157, 224, 0.9));
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.regulationsCont .listbox .li:hover .imgbox .fixbox {
    opacity: 1;
}

.regulationsCont .listbox .li p {
    font-size: 22px;
    color: #000;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.regulationsCont .listbox .li:hover p {
    color: #009de0;
}

.solveCont {
    padding: 80px 0 100px;
}

.solveCont .mainTitle {
    margin-bottom: 80px;
    text-align: center;
}

.solveCont .li {
    margin-bottom: 100px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.solveCont .li .imgbox {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 46%;
    border-radius: 20px;
    overflow: hidden;
}

.solveCont .li.sec .imgbox {
    left: auto;
    right: 0;
}

.solveCont .li .imgbox div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 4s ease;
}

.solveCont .li .imgbox:hover div {
    transform: scale(1.1);
}

.solveCont .li .textbox {
    width: 42%;
    float: right;
    margin-right: 4%;
}

.solveCont .li.sec .textbox {
    float: left;
    margin-left: 4%;
    margin-right: 0;
}

.solveCont .li .textbox a {
    display: block;
    padding: 80px 0;
    color: #666;
}

.solveCont .li .textbox h3 {
    font-size: 40px;
    color: #000;
    margin-bottom: 35px;
    font-weight: 100;
}

.solveCont .li .textbox p {
    font-size: 18px;
    color: #000;
    line-height: 34px;
}

.solveCont .li .textbox .line {
    height: 1px;
    background: #e5e5e5;
    margin: 50px 0;
    position: relative;
}

.solveCont .li .textbox .line::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 0;
    background: #009de0;
    transition: all 0.5s ease;
}

.solveCont .li .textbox:hover .line::after {
    width: 100%;
}

.solveCont .li .textbox .more {
    position: relative;
}

.solveCont .li .textbox:hover .more {
    color: #009de0;
}

.solveCont .li .textbox .more::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 20px;
    height: 21px;
    background: url(../images/solve/more.png) no-repeat center;
}

.solveCont .li .textbox:hover .more::after {
    background: url(../images/solve/more2.png) no-repeat center;
}

.personCont {
    padding: 100px 0 150px;
}

.personCont .bgCont {
    background: #fff;
    border-radius: 20px;
    padding: 40px 200px 140px;
}

.personCont .titlebox {
    border-bottom: 1px solid #eee;
    padding-bottom: 60px;
}

.personCont .titlebox .tit {
    float: right;
    font-size: 55px;
    color: #000;
    font-weight: 100;
    text-align: right;
    position: relative;
    padding-top: 10px;
    padding-right: 20px;
}

.personCont .titlebox .tit p {
    position: relative;
    z-index: 2;
}

.personCont .titlebox .tit::after {
    position: absolute;
    z-index: 1;
    content: '';
    right: 0;
    top: 0;
    width: 43px;
    height: 43px;
    border: 12px solid #e5f5fc;
    border-radius: 100px;
}

.personCont .titlebox .txt {
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 34px;
    padding-top: 45px;
}

.personCont .listbox .li {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.personCont .listbox .li .relative {
    position: relative;
}

.personCont .listbox .textbox {
    float: left;
    width: 40%;
}

.personCont .listbox .textbox h3 {
    font-size: 34px;
    font-weight: 100;
    margin-bottom: 30px;
    color: #000;
}

.personCont .listbox .textbox p {
    line-height: 30px;
    margin-bottom: 40px;
}

.personCont .listbox .textbox .mainMore {
    border: 1px solid #009de0;
    color: #009de0;
}

.personCont .listbox .textbox .mainMore::before, .personCont .listbox .textbox .mainMore::after {
    background: #009de0;
}

.personCont .listbox .textbox .mainMore:hover {
    background: #009de0;
    color: #fff;
}

.personCont .listbox .textbox .mainMore:hover::before, .personCont .listbox .textbox .mainMore:hover::after {
    background: #fff;
}

.personCont .listbox .imgbox {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.personCont .listbox .imgbox div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 4s ease;
    background-position: center;
}

.personCont .listbox .li:hover .imgbox div {
    transform: scale(1.1);
}

.aboutCont .sincebox {
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 170px;*/
}

.aboutCont .sincebox .fixbg {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    transform: translate(50%, -50%);
    transition: all 0.8s ease;
}

.aboutCont .sincebox.active .fixbg {
    transform: translate(50%, -50%) rotate(-90deg);
}

.aboutCont .sincebox .relative {
    position: relative;
}

.aboutCont .sincebox .relative::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -5px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background: #1869bd;
}

.aboutCont .sincebox .relative::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 90%;
    background: #b6e3c9;
}

.aboutCont .sincebox .relative img {
    position: relative;
    left: 0;
    bottom: 0;
    width: 49%;
    z-index: 1;
    height: auto;
}

.aboutCont .sincebox .textbox {
    float: right;
    /*margin-right: 8%;*/
    width: 48%;
    position: relative;
    /*overflow-y: auto;*/
    height: auto;
}

.aboutCont .sincebox .textbox .title {
    color: #1869bd;
    font-size: 32px;
    font-weight: 600;
}

.aboutCont .sincebox .textbox .title .en {
    font-size: 32px;
}

.aboutCont .sincebox .textbox h3 {
    font-size: 24px;
    color: #000;
    margin: 30px 0 10px;
}

.aboutCont .sincebox .textbox p {
    line-height: 30px;
    margin-bottom: 10px;
    text-indent: 34px;
}

.aboutCont .centerTitle {
    margin-bottom: 70px;
    text-align: left;
    padding-top: 80px;

}

.aboutCont .advantagebox {
    /*background: url(/w/img/zzjgbg1.jpeg) no-repeat center;*/
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1
}

.advantagebox .servicebox .centerTitle::after {
    left: 0;
    background: #009de0;
    margin-left: 0;
}

.advantagebox .centerTitle::after {
    position: absolute;
    bottom: -25px;
    width: 65px;
    left: 30px;
    /* margin-left: -32px; */
    content: '';
    height: 4px;
}

.aboutCont .advantagebox .titlebox {
    position: absolute;
    width: 100%;
    height: 580px;
    left: 0;
    top: -395px;
    background: url(../images/about/mask.png) no-repeat center;
}

.aboutCont .advantagebox .titlebox .all {
    position: relative;
    height: 100%;
}

.aboutCont .advantagebox .titlebox .centerTitle {
    font-size: 40px;
    color: #000;
    text-align: left;
    position: absolute;
    top: 50%;
    margin-top: -35px;
}

.aboutCont .advantagebox .titlebox .centerTitle::after {
    left: 0;
    background: #00a960;
    margin-left: 0;
}

.aboutCont .advantagebox .list {
    width: 33.33%;
    height: 700px;
    border-right: 1px solid rgba(255, 255, 225, 0.25);
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}

.aboutCont .advantagebox .list:last-child {
    border: none;
}

.aboutCont .advantagebox .list .tit {
    width: 100%;
    margin: 20px 0 80px;
    font-size: 30px;
}

.aboutCont .advantagebox .list p {
    font-size: 22px;
    width: 60%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    margin: 0 auto;
    line-height: 34px;
    transition: all 0.3s ease;
}

.aboutCont .advantagebox .list:hover p {
    opacity: 1;
    height: 136px;
}

.servicebox {
    padding: 5% 10%;
    max-width: 1920px;
}

.servicebox h2 {
    font-size: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.servicebox .cultureCont {
    line-height: 34px;
}

.aboutCont .servicebox .all {
    position: relative;
}

.aboutCont .servicebox .centerTitle {
    margin-bottom: 50px;
    text-align: left
}

.aboutCont .servicebox .centerTitle::after {
    left: 0;
    background: #009de0;
    margin-left: 0;
}

.aboutCont .servicebox .swiper {
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 50px;
}

.aboutCont .servicebox .swiper-slide {
    border-radius: 20px; /*overflow: hidden;*/
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aboutCont .servicebox .swiper-slide, .aboutCont .servicebox .swiper-wrapper {
    height: auto;
}

.aboutCont .servicebox .swiper-slide img {
    width: 100%;
}

.aboutCont .servicebox .swiper .swiper-pagination {
    bottom: 0;
    top: auto;
}

.aboutCont .servicebox .swiper-pagination-progressbar {
    background: #d6e0ed;
    width: 70%;
    height: 3px;
}

.aboutCont .servicebox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #2e69b3;
}

.aboutCont .servicebox .swiper-button-prev {
    left: auto;
    right: 105px;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50px;
    top: auto;
    bottom: -23px;
    margin: 0;
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
    transition: all 0.3s ease;
}

.honor-title {
    padding: 20px 30px
}

.aboutCont .servicebox .swiper-button-next {
    left: auto;
    right: 46px;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50px;
    top: auto;
    bottom: -23px;
    margin: 0;
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
    transition: all 0.3s ease;
}

.aboutCont .servicebox .swiper-button-prev::after, .aboutCont .servicebox .swiper-button-next::after {
    font-size: 14px;
    color: #666;
}

.aboutCont .servicebox .swiper-button-prev:hover {
    background: #009de0;
}

.aboutCont .servicebox .swiper-button-next:hover {
    background: #009de0;
}

.aboutCont .servicebox .swiper-button-prev:hover::after, .aboutCont .servicebox .swiper-button-next:hover::after {
    color: #fff;
}

.aboutCont .servicebox .swiper-slide .title {
    position: absolute;
    padding: 40px 10%;
    bottom: -100px;
    left: 0;
    right: 0;
    /* background: linear-gradient(rgba(22, 80, 149, 0), rgba(22, 80, 149.6));*/
    color: #2f250a;
    transition: all 0.3s ease 0.3s;
}

.aboutCont .servicebox .swiper-slide:hover .title {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.3s ease;
}

.aboutCont .servicebox .swiper-slide .num {
    margin-bottom: 15px;
    font-size: 38px;
}

.aboutCont .servicebox .swiper-slide .tit {
    font-size: 22px;
    font-weight: 100;
    width: 100%;
}

.aboutCont .servicebox .swiper-slide .fixbox {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(3, 162, 125, 0.9), rgba(12, 159, 221, 0.9));
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10%;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s ease;
}

.aboutCont .servicebox .swiper-slide:hover .fixbox {
    opacity: 1;
    transition: all 0.5s ease 0.1s;
}

.aboutCont .servicebox .swiper-slide .fixbox .tit {
    margin-bottom: 25px;
}

.aboutCont .servicebox .swiper-slide .fixbox p {
    margin-bottom: 10px;
}

.aboutCont .servicebox .swiper-slide .fixbox .flexsbox {
    transform: translateY(40px);
    opacity: 0;
    transition: all 0.3s ease;
}

.aboutCont .servicebox .swiper-slide:hover .fixbox .flexsbox {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease 0.3s;
}

.partnerCont .topbox {
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
}

.partnerCont .topbox .fix {
    position: absolute;
    left: -17.5%;
    top: 0;
    transform: translateY(-50%);
    width: 35%;
    transition: all 0.8s ease;
}

.partnerCont .topbox.active .fix {
    transform: translateY(-50%) rotate(90deg);
}

.partnerCont .topbox .all {
    position: relative;
    z-index: 2;
}

.partnerCont .topbox .flexsbox {
    justify-content: space-between;
    align-items: center;
    background: url(../images/about/bg3.png) no-repeat left bottom;
}

.partnerCont .topbox .img {
    width: 50%;
}

.partnerCont .topbox .textbox {
    width: 42%;
}

.partnerCont .topbox .textbox .tit {
    margin-bottom: 20px;
}

.partnerCont .topbox .textbox h3 {
    color: #000;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 70px;
}

.partnerCont .topbox .textbox p {
    font-size: 24px;
    line-height: 50px;
    color: #000;
}

.partnerCont .logobox .all {
    position: relative;
}

/*.partnerCont .logobox .swiper-wrapper, .partnerCont .logobox .swiper-slide {
    height: auto;
}*/

.partnerCont .logobox .swiper {
    padding-bottom: 50px;
}

.partnerCont .logobox .swiper .swiper-pagination {
    bottom: 0;
    top: auto;
}

.partnerCont .logobox .swiper-pagination-progressbar {
    background: #d6e0ed;
    width: 90%;
    height: 3px;
}

.partnerCont .logobox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #2e69b3;
}

.partnerCont .logobox .swiper-button-prev {
    left: auto;
    right: 60px;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50px;
    top: auto;
    bottom: -23px;
    margin: 0;
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
    transition: all 0.3s ease;
}

.partnerCont .logobox .swiper-button-next {
    left: auto;
    right: 0;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50px;
    top: auto;
    bottom: -23px;
    margin: 0;
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
    transition: all 0.3s ease;
}

.partnerCont .logobox .swiper-button-prev::after, .partnerCont .logobox .swiper-button-next::after {
    font-size: 14px;
    color: #666;
}

.partnerCont .logobox .swiper-button-prev:hover {
    background: #009de0;
}

.partnerCont .logobox .swiper-button-next:hover {
    background: #009de0;
}

.partnerCont .logobox .swiper-button-prev:hover::after, .partnerCont .logobox .swiper-button-next:hover::after {
    color: #fff;
}

.partnerCont .logobox .swiper-slide div {
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.partnerCont .logobox .swiper-slide img {
    width: 100%;
}

.partnerCont .logobox .last {
    width: 100%;
    margin-top: -80px;
}

.honorCont {
    padding: 120px 0;
}

.honorCont .spbox {
    margin-bottom: 100px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.honorCont .spbox .imgbox {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.honorCont .spbox .imgbox .bgbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 3s ease;
}

.honorCont .spbox .imgbox:hover .bgbox {
    transform: scale(1.1);
}

.honorCont .spbox .imgbox .fixbox {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    color: #fff;
    padding: 20px 10% 50px;
    box-sizing: border-box;
}

.honorCont .spbox .imgbox .fixbox h3 {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 15px;
}

.honorCont .spbox .imgbox .fixbox p {
    line-height: 30px;
}

.honorCont .spbox .listbox {
    float: right;
    width: 40%;
    margin-right: 5%;
    padding: 65px 0;
}

.honorCont .spbox .listbox .li {
    margin-bottom: 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
    position: relative;
    text-align: center;
    padding: 30px 0 20px 5%
}

.honorCont .spbox .listbox .li .medal {
    position: absolute;
    left: 5%;
    top: 0;
    width: 10%;
}

.honorCont .spbox .listbox .li .medal img {
    width: 100%;
}

.honorCont .spbox .listbox .li .tit {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

.honorCont .spbox .listbox .li p {
    font-size: 18px;
}

.honorCont .spbox .listbox .li:last-child {
    margin: 0;
}

.honorCont .honorList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.honorCont .honorList .li {
    background: #fff;
    border-radius: 10px;
    width: 18%;
    margin-bottom: 40px;
    margin-right: 2.5%;
    transition: all 0.3s ease;
}

.honorCont .honorList .li:hover {
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
}

.honorCont .honorList .li:nth-child(5n) {
    margin-right: 0;
}

.honorCont .honorList .li .imgbox {
    margin: 30px;
    position: relative;
}

.honorCont .honorList .li .imgbox .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.honorCont .honorList .li .imgbox .bg img {
    max-width: 100%;
    max-height: 100%;
}

.honorCont .honorList .li .imgbox > img {
    width: 100%;
}

.honorCont .honorList .li .txt {
    padding: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    color: #000;
    transition: all 0.3s ease;
}

.honorCont .honorList .li:hover .txt {
    color: #009de0;
}

.honorCont .loading {
    text-align: center;
}

.honorCont .loading .mainMore {
    background: none;
    border: 1px solid #009de0;
    color: #009de0;
}

.honorCont .loading .mainMore:hover {
    background: #009de0;
    color: #fff;
}

.honorCont .loading .mainMore::after, .honorCont .loading .mainMore::before {
    background: #009de0;
}

.honorCont .loading .mainMore:hover::after, .honorCont .loading .mainMore:hover::before {
    background: #fff;
}

.cultureCont .sloganbox {
    position: relative;
    padding: 30px 0 80px;
}

.cultureCont .sloganbox .img {
    /*position: absolute;
    top: 0;
    right: 0;
    height: 100%;*/
    position: absolute;
    top: 130px;
    right: 0;
    height: 75%;
}

.cultureCont .sloganbox .listbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

.cultureCont .sloganbox .listbox .li {
    background-color: #fff;
    padding: 40px 0 30px 160px;
    background-repeat: no-repeat;
    background-position: 40px center;
    margin-bottom: 30px;
    border-radius: 10px;
    background-size: 80px;
    width: 33%;
}

.cultureCont .sloganbox .listbox .li1 {
    background-image: url(/w/img/culture-icon1.png);
}

.cultureCont .sloganbox .listbox .li2 {
    background-image: url(/w/img/culture-icon2.png);
}

.cultureCont .sloganbox .listbox .li3 {
    background-image: url(/w/img/culture-icon3.png);
}

.cultureCont .sloganbox .listbox .li4 {
    background-image: url(/w/img/culture-icon4.png);
}

.cultureCont .sloganbox .listbox .li .text {
    padding-left: 40px;
    border-left: 1px solid #eee;
}

.cultureCont .sloganbox .listbox .li .text h3 {
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
    font-size: 34px;
}

.cultureCont .sloganbox .listbox .li .text p {
    font-size: 24px;
}

.cultureCont .teambox {
    background: #fff;
    padding: 120px 0;
    position: relative;
}

.cultureCont .teambox::after {
    position: absolute;
    width: 1px;
    content: '';
    height: 80px;
    background: #009de0;
    left: 50%;
    top: 0;
}

.cultureCont .teambox .title {
    font-size: 40px;
    color: #009de0;
    text-align: center;
    margin-bottom: 100px;
}

.cultureCont .teambox .listbox > img {
    width: 50%;
}

.cultureCont .teambox .listbox {
    position: relative;
}

.cultureCont .teambox .fixbox {
    position: absolute;
    height: 100%;
    right: 0;
    width: 63%;
    top: 0;
}

.cultureCont .teambox .li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    width: 100%;
}

.cultureCont .teambox .li1 {
    top: 0;
}

.cultureCont .teambox .li2 {
    top: 38%;
}

.cultureCont .teambox .li3 {
    bottom: 0;
}

.cultureCont .teambox .li .left {
    width: 45%;
    margin-right: 5%;
    position: relative;
}

.cultureCont .teambox .li.li2 .left {
    width: 33%;
}

.cultureCont .teambox .li .left::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #009de0;
    position: absolute;
    top: 50%;
    left: 0;
}

.cultureCont .teambox .li .left .icon {
    position: relative;
    z-index: 2;
}

.cultureCont .teambox .li .txt {
    width: 50%;
}

.cultureCont .teambox .li .tit {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}

.cultureCont .teambox .li p {
    font-size: 18px;
    line-height: 34px;
}

.cultureCont .photobox {
    padding: 100px 0 150px;
    background: #fff;
}

.cultureCont .photobox .swiper {
    overflow: initial;
    margin: 0 200px;
}

.cultureCont .photobox .swiper-wrapper, .cultureCont .photobox .swiper-slide {
    height: auto;
}

.cultureCont .photobox .swiper img {
    width: 100%;
}

.cultureCont .photobox .swiper-slide {
    overflow: hidden;
    border-radius: 20px;
}

.cultureCont .photobox .swiper-slide .fix {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.cultureCont .photobox p {
    text-align: center;
    padding-top: 20px;
}

.cultureCont .photobox .swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    left: -60px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
}

.cultureCont .photobox .swiper-button-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    right: -60px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
}

.cultureCont .photobox .swiper-button-prev::after, .cultureCont .photobox .swiper-button-next::after {
    font-size: 20px;
    color: #a3a3a3;
}

.cultureCont .photobox .swiper-button-prev:hover::after, .cultureCont .photobox .swiper-button-next:hover::after {
    color: #fff;
}

.cultureCont .photobox .swiper-button-prev:hover, .cultureCont .photobox .swiper-button-next:hover {
    background: #009de0;
}

.financeCont .question .all {
    position: relative;
    padding: 220px 0 280px;
}

.financeCont .question .center {
    border-radius: 20px;
    padding: 70px 50px 70px 220px;
    color: #000;
    width: 425px;
    margin: 0 auto;
    background: #fff url(../images/service/img1.png) no-repeat 60px center;
    box-shadow: 0 5px 10px rgba(80, 80, 80, .2);
    position: relative;
    z-index: 2;
    transform: translateX(-40px);
}

.financeCont .question .center h3 {
    font-size: 40px;
    font-weight: normal;
}

.financeCont .question .center .line {
    width: 65px;
    height: 5px;
    background: #019de0;
    margin: 20px 0 30px;
}

.financeCont .question .center p {
    line-height: 44px;
    font-size: 28px;
}

.financeCont .question img {
    position: absolute;
    right: 20%;
    bottom: 90px;
}

.financeCont .question .relative {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.financeCont .question .fix {
    position: absolute;
    height: 210px;
    font-size: 30px;
    border-radius: 20px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.financeCont .question .lefttop {
    left: 0;
    top: 120px;
    color: #fff;
    border-bottom-right-radius: 0;
    width: 350px;
    background: #165095;
    transition: all 0.3s ease;
}

.financeCont .question .lefttop:hover {
    background: #12427e;
}

.financeCont .question .leftbottom {
    left: 5%;
    bottom: 120px;
    color: #fff;
    width: 400px;
    background: #dce4ed;
    color: #000;
    line-height: 44px;
    transition: all 0.3s ease;
}

.financeCont .question .leftbottom:hover {
    background: #c9d0da;
}

.financeCont .question .righttop {
    right: 10%;
    top: 80px;
    color: #fff;
    width: 350px;
    background: #369938;
    transition: all 0.3s ease;
}

.financeCont .question .righttop:hover {
    background: #318d33;
}

.financeCont .question .rightbottom {
    right: 0;
    bottom: 280px;
    color: #fff;
    width: 440px;
    background: #019de0;
    transition: all 0.3s ease;
}

.financeCont .question .rightbottom:hover {
    background: #0193d1;
}

.financeCont .advantage {
    background: url(../images/service/bg1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0 140px;
}

.financeCont .advantage .title {
    background: url(../images/service/title.png) no-repeat center;
    text-align: center;
    margin-bottom: 100px;
}

.financeCont .advantage .title span {
    display: inline-block;
    padding: 20px 30px;
    font-size: 40px;
    color: #019de0;
    background: #fff;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box
}

.financeCont .advantage .title span::after {
    content: '';
    position: absolute;
    left: -4%;
    top: -10%;
    width: 108%;
    height: 120%;
    border: 2px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.financeCont .advantage .content {
    text-align: center;
    position: relative;
}

.financeCont .advantage .rotate {
    width: 28.6%;
}

.financeCont .advantage .fixbox {
    position: absolute;
    width: 28.6%;
    height: 100%;
    left: 35.7%;
    top: 0;
}

.financeCont .advantage .fixbox::after {
    content: '';
    position: absolute;
    border-radius: 100%;
    width: 84%;
    height: 84%;
    left: 8%;
    top: 8%;
    background: rgba(255, 255, 255, 0.25);
}

.financeCont .advantage .logo {
    width: 48%;
    height: 48%;
    background: #fff url(../images/service/logo.png) no-repeat center;
    background-size: 100%;
    border-radius: 100%;
    position: absolute;
    left: 26%;
    top: 26%;
    z-index: 2;
}

.financeCont .advantage .li {
    position: absolute;
    width: 32%;
    color: #fff;
    box-sizing: border-box;
    padding: 30px 0 20px 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.financeCont .advantage .li3, .financeCont .advantage .li4 {
    padding: 30px 20px 20px 0;
}

.financeCont .advantage .li .tit {
    font-size: 34px;
    margin-bottom: 20px;
}

.financeCont .advantage .li p {
    line-height: 32px;
    font-size: 18px;
}

.financeCont .advantage .li1 {
    right: 0;
    top: 0;
    text-align: left;
}

.financeCont .advantage .li2 {
    right: 0;
    bottom: 0;
    text-align: left;
}

.financeCont .advantage .li3 {
    left: 0;
    top: 0;
    text-align: right;
}

.financeCont .advantage .li4 {
    left: 0;
    bottom: 0;
    text-align: right;
}

.centerTitle {
    font-size: 40px;
    text-align: center;
    color: #000;
    position: relative;
}

.centerTitle::after {
    position: absolute;
    bottom: -25px;
    width: 65px;
    left: 50%;
    margin-left: -32px;
    content: '';
    height: 4px;
    background: #019de0;
}

.financeCont .servebox {
    padding: 70px 0 80px;
    background: #fff;
}

.financeCont .servebox .centerTitle {
    margin-bottom: 80px;
}

.financeCont .servebox .list {
    margin-bottom: 50px;
    border-radius: 20px;
    position: relative;
}

.financeCont .servebox .list .li {
    border-radius: 10px;
    color: #000;
    font-size: 22px;
    line-height: 32px;
}

.financeCont .servebox .list .cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.financeCont .servebox .list1 .li {
    width: 48%;
    margin-bottom: 20px;
    padding: 25px 35px 25px 70px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #fff url(../images/service/icon3.png) no-repeat 20px center;
    min-height: 100px;
}

.financeCont .servebox .list2 .li {
    width: 32%;
    margin-bottom: 20px;
    padding: 90px 35px 35px 35px;
    box-sizing: border-box;
    background: #fff url(../images/service/icon3.png) no-repeat 35px 40px;
}

.financeCont .servebox .list1 {
    background: url(../images/service/bg2.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 8% 50px 30%;
}

.financeCont .servebox .list2 {
    background: url(../images/service/bg3.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 8% 70px 30%;
}

.financeCont .servebox .tit {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px 25px 40px 100px;
    font-size: 40px;
    color: #fff;
    background: linear-gradient(to right, #00a960, #009de0);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.financeCont .servebox .list1 .tit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/service/icon1.png) no-repeat 35px center;
}

.financeCont .servebox .list2 .tit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/service/icon2.png) no-repeat 35px center;
}

.financeCont .speciallybox {
    padding: 70px 0 250px;
}

.financeCont .speciallybox .centerTitle {
    margin-bottom: 80px;
}

.financeCont .speciallybox .flexsbox {
    justify-content: space-between;
}

.financeCont .speciallybox .list {
    width: 48%;
    position: relative;
    color: #000;
}

.financeCont .speciallybox .list .imgbox {
    border-radius: 20px;
    overflow: hidden;
}

.financeCont .speciallybox .list .imgbox img {
    width: 100%;
}

.financeCont .speciallybox .list .textbox {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    width: 90%;
    left: 5%;
    top: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 5% 30px 0;
}

.financeCont .speciallybox .list .textbox .tit {
    font-size: 24px;
    padding-top: 90px;
    width: 50%;
    text-align: center;
}

.financeCont .speciallybox .list:first-child .textbox .tit {
    background: url(../images/service/icon4.png) no-repeat center top;
}

.financeCont .speciallybox .list:last-child .textbox .tit {
    background: url(../images/service/icon5.png) no-repeat center top;
}

.financeCont .speciallybox .list .textbox ul {
    width: 45%;
    font-size: 22px;
}

.financeCont .speciallybox .list .textbox li {
    line-height: 44px;
}

.financeCont .speciallybox .list:last-child .textbox ul {
    padding: 22px 0;
}

.financeCont .specialbox {
    padding: 70px 0 120px;
    position: relative;
}

.financeCont .specialbox .bgbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 60%;
    width: 100%;
    background: url(../images/service/bg4.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.financeCont .specialbox .all {
    position: relative;
    z-index: 2;
}

.financeCont .specialbox .centerTitle {
    color: #fff;
    margin-bottom: 80px;
}

.financeCont .specialbox .centerTitle::after {
    background: #fff;
}

.financeCont .specialbox .flexsbox {
    justify-content: space-between;
}

.financeCont .specialbox .list {
    width: 24%;
    border-radius: 20px;
    overflow: hidden;
    padding: 60px 3%;
    box-sizing: border-box;
    background: url(../images/service/bg5.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.financeCont .specialbox .list .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #00a960, #009de0);
    opacity: 0;
    transition: all 0.3s ease;
}

.financeCont .specialbox .list:hover .bg {
    opacity: 1;
}

.financeCont .specialbox .list .bg .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
}

.financeCont .specialbox .list1 .bg .img {
    background-image: url(../images/service/img5.jpg);
}

.financeCont .specialbox .list2 .bg .img {
    background-image: url(../images/service/img5.jpg);
}

.financeCont .specialbox .list3 .bg .img {
    background-image: url(../images/service/img5.jpg);
}

.financeCont .specialbox .list4 .bg .img {
    background-image: url(../images/service/img5.jpg);
}

.financeCont .specialbox .list .relative {
    position: relative;
    z-index: 2;
}

.financeCont .specialbox .list .icon {
    width: 65px;
    height: 65px;
    margin-bottom: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.3s ease;
}

.financeCont .specialbox .list1 .icon {
    background-image: url(../images/service/icon6-1.png);
}

.financeCont .specialbox .list2 .icon {
    background-image: url(../images/service/icon7-1.png);
}

.financeCont .specialbox .list3 .icon {
    background-image: url(../images/service/icon8-1.png);
}

.financeCont .specialbox .list4 .icon {
    background-image: url(../images/service/icon9-1.png);
}

.financeCont .specialbox .list1:hover .icon {
    background-image: url(../images/service/icon6-2.png);
}

.financeCont .specialbox .list2:hover .icon {
    background-image: url(../images/service/icon7-2.png);
}

.financeCont .specialbox .list3:hover .icon {
    background-image: url(../images/service/icon8-2.png);
}

.financeCont .specialbox .list4:hover .icon {
    background-image: url(../images/service/icon9-2.png);
}

.financeCont .specialbox .list .tit {
    font-size: 30px;
    color: #000;
    transition: all 0.3s ease;
}

.financeCont .specialbox .list:hover .tit {
    color: #fff;
}

.financeCont .specialbox .list .move {
    margin-bottom: 20px;
    transform: translateY(35px);
    transition: all 0.3s ease 0.2s;
}

.financeCont .specialbox .list p {
    line-height: 28px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
}

.financeCont .specialbox .list:hover .move {
    transform: translateY(0);
    transition: all 0.3s ease;
}

.financeCont .specialbox .list:hover p {
    opacity: 1;
    transition: all 0.3s ease 0.2s;
}

.financeCont .specialbox .list img {
    transition: all 0.3s ease;
}

.financeCont .specialbox .list:hover img {
    opacity: 0;
    transform: translateX(20px)
}

.serviceCont .servebox {
    padding: 100px 0 50px;
}

.serviceCont .servebox .list {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-content: center;
    margin-bottom: 70px;
}

.serviceCont .servebox .list .titlebox {
    width: 30%;
    color: #fff;
    padding: 3%;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.serviceCont .servebox .list1 .titlebox {
    background: url(../images/service/serbg1.jpg) no-repeat center;
    background-size: cover;
}

.serviceCont .servebox .list2 .titlebox {
    background: url(../images/service/serbg2.jpg) no-repeat center;
    background-size: cover;
}

.serviceCont .servebox .list .titlebox .tit {
    font-size: 40px;
    margin-bottom: 40px;
    width: 100%;
}

.serviceCont .servebox .list .titlebox li {
    font-size: 22px;
    line-height: 40px;
}

.serviceCont .servebox .list .flexsbox {
    width: 70%;
}

.serviceCont .servebox .list .flexsbox .li {
    width: 50%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding: 20px 20px 20px 3%;
}

.serviceCont .servebox .list .flexsbox .li:nth-child(2n) {
    border-right: none;
}

.serviceCont .servebox .list .flexsbox .li:nth-child(3n), .serviceCont .servebox .list .flexsbox .li:nth-child(4n) {
    /* border-bottom: none;*/
}

.serviceCont .servebox .list .flexsbox .li .icon {
    width: 48px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
}

.serviceCont .servebox .list .flexsbox .li:hover .icon {
    transform: rotateY(360deg);
    transition: all 0.3s ease;
}

.serviceCont .servebox .list .flexsbox .li1 .icon {
    background-image: url(../images/service/sericon1.png);
}

.serviceCont .servebox .list .flexsbox .li2 .icon {
    background-image: url(../images/service/sericon2.png);
}

.serviceCont .servebox .list .flexsbox .li3 .icon {
    background-image: url(../images/service/sericon3.png);
}

.serviceCont .servebox .list .flexsbox .li4 .icon {
    background-image: url(../images/service/sericon4.png);
}

.serviceCont .servebox .list .flexsbox .li5 .icon {
    background-image: url(../images/service/sericon5.png);
}

.serviceCont .servebox .list .flexsbox .li6 .icon {
    background-image: url(../images/service/sericon6.png);
}

.serviceCont .servebox .list .flexsbox .li7 .icon {
    background-image: url(../images/service/sericon7.png);
}

.serviceCont .servebox .list .flexsbox .li .tit {
    color: #000;
    font-size: 24px;
}

.serviceCont .servebox .list .flexsbox .li p {
    margin-top: 15px;
    line-height: 28px;
}

.serviceCont .superbox {
    background: url(../images/service/serbg3.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
}

.serviceCont .superbox .flexsbox {
    align-items: center;
    justify-content: space-between;
}

.serviceCont .superbox .yuan {
    width: 30%;
    position: relative;
    border-radius: 100%;
    background: #fff;
}

.serviceCont .superbox .yuan img {
    width: 100%;
}

.serviceCont .superbox .yuan .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    color: #fff;
}

.serviceCont .superbox .yuan .text span {
    position: relative;
    padding-bottom: 30px;
}

.serviceCont .superbox .yuan .text span::after {
    content: '';
    position: absolute;
    width: 66px;
    height: 4px;
    background: #fff;
    left: 50%;
    margin-left: -33px;
    bottom: 0;
}

.serviceCont .superbox .btnbox .btn {
    color: #fff;
    padding: 25px 50px 25px 140px;
    font-size: 34px;
    border: 3px solid #fff;
    border-radius: 300px;
    margin: 60px 0;
    background-position: 50px center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s ease;
}

.serviceCont .superbox .btnbox .btn.active {
    background-color: #fff;
    color: #009de0;
}

.serviceCont .superbox .btnbox .b1 {
    background-image: url(../images/service/sericon5-1.png);
}

.serviceCont .superbox .btnbox .b2 {
    background-image: url(../images/service/sericon6-1.png);
}

.serviceCont .superbox .btnbox .b3 {
    background-image: url(../images/service/sericon7-1.png);
}

.serviceCont .superbox .btnbox .b1.active {
    background-image: url(../images/service/sericon5-2.png);
}

.serviceCont .superbox .btnbox .b2.active {
    background-image: url(../images/service/sericon6-2.png);
}

.serviceCont .superbox .btnbox .b3.active {
    background-image: url(../images/service/sericon7-2.png);
}

.serviceCont .superbox .textbox {
    width: 38%;
    position: relative;
}

.serviceCont .superbox .textbox .li {
    background: #fff;
    padding: 50px;
    font-size: 24px;
    color: #000;
    line-height: 44px;
    border-radius: 20px;
    position: absolute;
    transition: all 0.3s ease;
    transform: translateY(-40%);
    opacity: 0;
}

.serviceCont .superbox .textbox .li.active {
    opacity: 1;
    transform: translateY(-50%);
}

.serviceCont .areabox {
    background: #fff;
}

.serviceCont .areabox .flexsbox {
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.serviceCont .areabox .textbox {
    padding: 120px 0;
    width: 40%;
}

.serviceCont .areabox .textbox .title {
    font-size: 40px;
    color: #000;
    position: relative;
    margin-bottom: 80px;
}

.serviceCont .areabox .textbox .title::after {
    position: absolute;
    bottom: -25px;
    width: 65px;
    left: 0;
    content: '';
    height: 4px;
    background: #019de0;
}

.serviceCont .superbox .textbox h3 {
    font-weight: 600;
    border-bottom: 1px Dashed #a2a2a2;
    color: #4d4d4d;
}

.serviceCont .areabox .list {
    position: relative;
    padding: 30px 60px 30px 170px;
    box-shadow: 0 5px 10px rgba(80, 80, 80, 0.55);
    border-radius: 10px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: 50px center;
}

.serviceCont .areabox .list .tit {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

.serviceCont .areabox .list p {
    line-height: 28px;
}

.serviceCont .areabox .list .icon {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -26px;
}

.serviceCont .areabox .list:hover .icon {
    transform: rotateY(360deg);
    transition: all 0.3s ease;
}

.serviceCont .areabox .map {
    width: 50%;
    background: url(../images/service/sermap.jpg) no-repeat center;
    background-size: 100% auto;
}

.serviceCont .lastbox {
    padding: 120px 0 80px;
    background: url(../images/service/serbg5.jpg) no-repeat center;
    background-size: cover;
}

.serviceCont .lastbox .list {
    background: #fff;
    margin-bottom: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 80px 0;
}

.serviceCont .lastbox .list .title {
    width: 28%;
    text-align: center;
    font-size: 34px;
    color: #000;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: top center;
}

.serviceCont .lastbox .list .title .icon {
    margin-bottom: 10px;
    width: 100%;
}

.serviceCont .lastbox .list:hover .title .icon {
    transition: all 0.3s ease;
    transform: rotateY(360deg);
}

.serviceCont .lastbox .list .title p {
    font-size: 18px;
    width: 100%;
    padding-top: 5px;
}

.serviceCont .lastbox ul {
    width: 72%;
    justify-content: center;
    display: flex;
    border-left: 1px solid #eee;
    box-sizing: border-box;
}

.serviceCont .lastbox li {
    margin: 0 4%;
}

.serviceCont .lastbox .list1 li {
    margin: 0 5%;
}

.serviceCont .lastbox li p {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.foreignCont .slidebox {
    padding: 80px 0 110px;
}

.foreignCont .slidebox .all {
    position: relative;
}

.foreignCont .slidebox .centerTitle {
    margin-bottom: 100px;
}

.foreignCont .slidebox .swiper {
    width: 120%;
    padding-bottom: 100px;
}

.foreignCont .slidebox .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
}

.foreignCont .slidebox .swiper-slide, .foreignCont .slidebox .swiper-wrapper {
    height: auto;
}

.foreignCont .slidebox .swiper-slide img {
    width: 100%;
}

.foreignCont .slidebox .swiper .swiper-pagination {
    bottom: 0;
    top: auto;
}

.foreignCont .slidebox .swiper-pagination-progressbar {
    background: #d6e0ed;
    width: 70%;
    height: 3px;
}

.foreignCont .slidebox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #2e69b3;
}

.foreignCont .slidebox .swiper-button-prev {
    left: auto;
    right: 60px;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50px;
    top: auto;
    bottom: -23px;
    margin: 0;
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
    transition: all 0.3s ease;
}

.foreignCont .slidebox .swiper-button-next {
    left: auto;
    right: 0;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50px;
    top: auto;
    bottom: -23px;
    margin: 0;
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
    transition: all 0.3s ease;
}

.foreignCont .slidebox .swiper-button-prev::after, .foreignCont .slidebox .swiper-button-next::after {
    font-size: 14px;
    color: #666;
}

.foreignCont .slidebox .swiper-button-prev:hover {
    background: #009de0;
}

.foreignCont .slidebox .swiper-button-next:hover {
    background: #009de0;
}

.foreignCont .slidebox .swiper-button-prev:hover::after, .foreignCont .slidebox .swiper-button-next:hover::after {
    color: #fff;
}

.foreignCont .slidebox .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    background: linear-gradient(#00ac41, #009ed5);
    opacity: 0;
}

.foreignCont .slidebox .swiper-slide:hover .bg {
    opacity: 1;
}

.foreignCont .slidebox .img {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease;
    transform: translateY(190px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.foreignCont .slidebox .swiper-slide:hover .img {
    opacity: 0.1;
    transform: translateY(0);
}

.foreignCont .slidebox .textbox {
    padding: 60px 40px 40px;
    position: relative;
    z-index: 2;
}

.foreignCont .slidebox .tit {
    font-size: 26px;
    margin-bottom: 20px;
    position: relative;
    color: #000;
    transition: all 0.3s ease;
}

.foreignCont .slidebox .tit::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 2px;
    background: #000;
    left: 0;
    top: -22px;
    transition: all 0.3s ease;
}

.foreignCont .slidebox .swiper-slide:hover .tit::after {
    background: #fff;
}

.foreignCont .slidebox .swiper-slide:hover .tit {
    color: #fff;
}

.foreignCont .slidebox .icon {
    width: 55px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 80px;
    transition: all 0.3s ease;
}

.foreignCont .slidebox .slide1 .icon {
    background-image: url(../images/service/foricon1-1.png);
}

.foreignCont .slidebox .slide2 .icon {
    background-image: url(../images/service/foricon2-1.png);
}

.foreignCont .slidebox .slide3 .icon {
    background-image: url(../images/service/foricon3-1.png);
}

.foreignCont .slidebox .slide4 .icon {
    background-image: url(../images/service/foricon4-1.png);
}

.foreignCont .slidebox .slide5 .icon {
    background-image: url(../images/service/foricon5-1.png);
}

.foreignCont .slidebox .slide1:hover .icon {
    background-image: url(../images/service/foricon1-2.png);
}

.foreignCont .slidebox .slide2:hover .icon {
    background-image: url(../images/service/foricon2-2.png);
}

.foreignCont .slidebox .slide3:hover .icon {
    background-image: url(../images/service/foricon3-2.png);
}

.foreignCont .slidebox .slide4:hover .icon {
    background-image: url(../images/service/foricon4-2.png);
}

.foreignCont .slidebox .slide5:hover .icon {
    background-image: url(../images/service/foricon5-2.png);
}

.foreignCont .slidebox p {
    opacity: 0;
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
    color: #fff;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.foreignCont .slidebox .swiper-slide:hover p {
    opacity: 1;
    transform: translateY(0);
}

.foreignCont .slidebox p::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #fff;
    left: 0;
    top: 9px;
}

.foreignCont .superbox {
    padding: 80px 0 100px;
    background: url(../images/service/forbg1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.foreignCont .superbox .title {
    background: url(../images/service/title.png) no-repeat center;
    text-align: center;
    margin-bottom: 100px;
}

.foreignCont .superbox .title span {
    display: inline-block;
    padding: 20px 30px;
    font-size: 40px;
    color: #019de0;
    background: #fff;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box
}

.foreignCont .superbox .title span::after {
    content: '';
    position: absolute;
    left: -4%;
    top: -10%;
    width: 108%;
    height: 120%;
    border: 2px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.foreignCont .superbox .flexsbox {
    justify-content: space-between;
}

.foreignCont .superbox .list {
    color: #fff;
    text-align: center;
    width: 25%;
    position: relative;
}

.foreignCont .superbox .list::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 1px;
    background: #fff;
    right: -65%;
    top: 20%;
}

.foreignCont .superbox .list:last-child::after {
    display: none;
}

.foreignCont .superbox .list .iconbox {
    width: 39.5%;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
}

.foreignCont .superbox .list .iconbox .bg {
    width: 100%;
    background: #fff;
    border-radius: 100%;
    position: relative;
    z-index: 2;
}

.foreignCont .superbox .list .iconbox::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 140%;
    height: 140%;
    top: -20%;
    left: -20%;
    background: #fff;
    opacity: 0.15;
    border-radius: 100%;
}

.foreignCont .superbox .list .iconbox img {
    width: 100%;
}

.foreignCont .superbox .list .tit {
    font-size: 34px;
    margin-bottom: 25px;
}

.foreignCont .superbox .list p {
    line-height: 30px;
}

.foreignCont .mapbox {
    background: #fff;
    padding: 80px 0 0;
}

.foreignCont .mapbox .centerTitle {
    margin-bottom: 100px;
}

.foreignCont .mapbox .phonetext {
    color: #000;
    line-height: 26px;
    margin-bottom: 20px;
    display: none;
}

.foreignCont .mapbox .phonetext p {
    margin-bottom: 10px;
}

.foreignCont .mapbox .map {
    position: relative;
}

.foreignCont .mapbox .map img {
    width: 100%;
}

.foreignCont .mapbox .map .fix {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.foreignCont .mapbox .map .fix img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.foreignCont .mapbox .map .fix img.active {
    opacity: 1;
}

.foreignCont .mapbox .map .point {
    position: absolute;
    z-index: 2;
}

.foreignCont .mapbox .map .point::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100px;
    left: 50%;
    top: -100px;
    background: #009de0;
}

.foreignCont .mapbox .map .point.p1 {
    left: 22%;
    top: 36%;
}

.foreignCont .mapbox .map .point.p2 {
    left: 28%;
    top: 60%;
}

.foreignCont .mapbox .map .point.p3 {
    left: 48%;
    top: 42%;
}

.foreignCont .mapbox .map .point.p4 {
    right: 45%;
    top: 22%;
}

.foreignCont .mapbox .map .point.p5 {
    right: 25%;
    top: 32%;
}

.foreignCont .mapbox .map .point.p6 {
    right: 10%;
    top: 75%;
}

.foreignCont .mapbox .map .point .btn {
    width: 17px;
    height: 17px;
    background: #009de0;
    border-radius: 20px;
}

.foreignCont .mapbox .map .point .btn::after {
    content: '';
    position: absolute;
    width: 29px;
    height: 29px;
    left: -6px;
    top: -6px;
    background: #009de0;
    opacity: 0.35;
    border-radius: 30px;
}

.foreignCont .mapbox .map .point .name {
    position: absolute;
    left: -28px;
    top: -170px;
    width: 73px;
    height: 73px;
    border-radius: 80px;
    text-align: center;
    line-height: 73px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(#00ac41, #009ed5);
    cursor: pointer;
}

.foreignCont .mapbox .map .point .name .country {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 5px 10px rgba(80, 80, 80, .2);
    text-align: left;
    color: #000;
    padding: 25px 0 15px 25px;
    box-sizing: border-box;
    width: 310px;
    position: absolute;
    left: -120px;
    top: -170px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.1s ease;
}

.foreignCont .mapbox .map .point .name:hover .country {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.foreignCont .mapbox .map .point .name .country p {
    display: inline-block;
    margin: 0 24px 8px 0;
    line-height: 30px;
}

.foreignCont .pathbox {
    padding: 80px 0;
    background: url(../images/service/forbg2.jpg) no-repeat center;
    background-size: cover;
}

.foreignCont .pathbox .centerTitle {
    margin-bottom: 120px;
}

.foreignCont .pathbox .all {
    position: relative;
}

.foreignCont .pathbox img {
    position: absolute;
    left: -160px;
    top: 0;
    z-index: 2;
}

.foreignCont .pathbox .flexsbox {
    align-content: center;
    justify-content: flex-end;
    height: 500px;
    position: relative;
    z-index: 1;
}

.foreignCont .pathbox .flexsbox::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    right: 0;
    background: #74c5ea;
}

.foreignCont .pathbox .flexsbox .li {
    width: 30%;
    text-align: right;
    position: relative;
    z-index: 2;
}

.foreignCont .pathbox .flexsbox .li .num {
    display: inline-block;
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    font-size: 34px;
    font-style: italic;
    font-weight: bold;
    color: #009de0;
    border-radius: 130px;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.foreignCont .pathbox .flexsbox .li.active .num {
    background: linear-gradient(#00ac41, #009ed5);
    color: #fff;
}

.foreignCont .pathbox .flexsbox .li p {
    position: absolute;
    width: 100%;
    color: #000;
    font-size: 30px;
    text-align: center;
    bottom: -65px;
    left: 0;
    font-style: initial;
    font-weight: normal;
    line-height: 34px;
}

.foreignCont .pathbox .flexsbox .textbox {
    position: absolute;
    bottom: 350px;
    width: 790px;
    left: 50%;
    margin-left: -395px;
}

.foreignCont .pathbox .flexsbox .textbox .cut {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 22px;
    color: #000;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    transition: all 0.3s ease;
}

.foreignCont .pathbox .flexsbox .textbox .cut.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.foreignCont .pathbox .flexsbox .textbox p {
    margin-bottom: 10px;
}

.starCont .questionbox {
    padding: 50px 0 70px;
}

.starCont .questionbox .flexsbox {
    justify-content: space-between;
    flex-wrap: wrap;
}

.starCont .questionbox .li {
    position: relative;
    width: 46%;
    margin-bottom: 80px;
    box-shadow: 0 5px 10px rgba(1, 157, 224, .2);
}

.starCont .questionbox .li .num {
    position: absolute;
    z-index: 3;
    font-size: 77px;
    color: #1f8ded;
    opacity: 0.15;
    left: 30px;
    top: -40px;
    font-weight: bold;
}

.starCont .questionbox .li .txt {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    padding: 30px 15px 5px 25px;
    color: #000;
    font-size: 16px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    height: 100%;
}

.starCont .questionbox .li .txt strong {
    border-bottom: 1px #cccccc dashed;
    font-size: 18px;
}


.starCont .questionbox .li1 .txt {
    background-image: url(../images/service/staricon1.png);
}

.starCont .questionbox .li2 .txt {
    background-image: url(../images/service/staricon2.png);
}

.starCont .questionbox .li3 .txt {
    background-image: url(../images/service/staricon3.png);
}

.starCont .questionbox .li4 .txt {
    background-image: url(../images/service/staricon4.png);
}

.starCont .questionbox .li5 .txt {
    background-image: url(../images/service/staricon8.png);
}

.starCont .questionbox .li6 .txt {
    background-image: url(../images/service/staricon6.png);
}

.starCont .questionbox .li7 .txt {
    background-image: url(../images/service/staricon7.png);
}


.starCont .questionbox .all h1 {
    padding-bottom: 50px;
    font-size: 40px;
    color: #000;

}

.starCont .outsourcebox {
    background: #fff;
    padding: 150px 0;
}

.starCont .outsourcebox .flexsbox {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.starCont .outsourcebox .text {
    width: 28%;
}

.starCont .outsourcebox .text h3 {
    font-size: 40px;
    color: #000;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 50px;
    font-weight: normal;
}

.starCont .outsourcebox .text h3::after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    width: 66px;
    height: 4px;
    background: #009de0;
}

.starCont .outsourcebox .text p {
    line-height: 30px;
}

.starCont .outsourcebox .right {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url(../images/service/starbg1.png) no-repeat right 150px center;
    background-size: 72% auto;
}

.starCont .outsourcebox ul {
    width: 40%;
}

.starCont .outsourcebox ul li {
    background: #009de0;
    border-radius: 10px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 30px;
}

.starCont .outsourcebox ul li:last-child {
    margin-bottom: 0;
}

.starCont .outsourcebox ul li span {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    padding-left: 60px;
    background: url(../images/service/staricon5.png) no-repeat left center;
}

.starCont .outsourcebox .title {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#00ac41, #009ed5);
    text-align: center;
    color: #fff;
    font-size: 34px;
    border-radius: 500px;
}

.starCont .superbox .list::after {
    display: none;
}

.starCont .superbox .list .iconbox {
    position: relative;
    width: 60%;
}

.starCont .superbox .list .iconbox::before {
    display: none;
}

.starCont .superbox .iconbox > img {
    width: 100%;
}

.starCont .superbox .iconbox .fix {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.starCont .superbox .iconbox .fix img {
    width: auto;
}

.starCont .superbox .iconbox .fix .tit {
    width: 100%;
    color: #000;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 0;
}

.starCont .listbox {
    padding: 110px 0 60px;
}

.starCont .listbox .centerTitle {
    text-align: left;
    margin-bottom: 140px;
}

.starCont .listbox .centerTitle::after {
    left: 0;
    margin: 0;
}

.starCont .listbox .width {
    width: 1200px;
    margin: 0 auto;
}

.starCont .listbox .menubox {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-evenly;
}

.starCont .listbox .menubox a {
    height: 140px;
    line-height: 140px;
    width: 22%;
    color: #fff;
    text-align: center;
    background: linear-gradient(#00ac41, #009ed5);
    border-radius: 20px;
    font-size: 40px;
    position: relative;
    cursor: pointer;
}

.starCont .listbox .menubox a.active {
    box-shadow: 0 5px 10px rgba(80, 80, 80, .2);
    font-weight: bold;
}

.starCont .listbox .menubox a span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.starCont .listbox .menubox .a1 span {
    background-image: url(../images/service/staricon9.png);
}

.starCont .listbox .menubox .a2 span {
    background-image: url(../images/service/staricon10.png);
}

.starCont .listbox .menubox .a3 span {
    background-image: url(../images/service/staricon11.png);
}

.starCont .listbox .menubox .a4 span {
    background-image: url(../images/service/staricon12.png);
}

.starCont .listbox .menubox a::after {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -15px;
    bottom: -14px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #009ed5;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.starCont .listbox .menubox a.active::after {
    opacity: 1;
    transform: translateY(0);
}

.starCont .listbox .list {
    display: none;
}

.starCont .listbox .list .li {
    margin-bottom: 20px;
    box-shadow: 0 5px 10px rgba(80, 80, 80, .2);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.starCont .listbox .list .html {
    padding: 15px;
    border-top: solid 1px #cccccc8c;
}


.starCont .listbox .list .title {
    padding-left: 50px;
    line-height: 80px;
    font-size: 24px;
    color: #000;
    position: relative;
    border-left: 5px solid #009de0;
    cursor: pointer;
}

.starCont .listbox .list .title::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: #009de0 url(../images/service/staricon13.png) no-repeat center;
}

.starCont .listbox .list .li.active .title::after {
    background: #009de0 url(../images/service/staricon14.png) no-repeat center;
}

.starCont .listbox .list .item1 {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px #cccccc6e dashed;

}

.starCont .listbox .list .text {
    box-shadow: 0px 0px 4px 0px rgba(80, 80, 80, .2);
    overflow: hidden;
    width: 30%;
    padding: 15px;
    border-top: 10px solid;
    border-image: linear-gradient(to right, #00ac41, #009ed5) 1;
    margin-right: 15px;
}

.starCont .listbox .list .text:last-child {
    margin-right: 0px;
}

.starCont .listbox .list .text h3 {
    font-weight: bold;
}


.starCont .listbox .list .html p {
    margin-bottom: 10px;
    /*  padding: 15px;*/
    line-height: 26px;
}

.starCont .listbox .list .item2 {
    padding: 0 0 15px;

}

.starCont .listbox .list .item2 ul {
    flex-direction: row;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: space-around;

}

.starCont .listbox .list .item2 li {
    width: 30%;
    box-shadow: 0 5px 10px rgba(80, 80, 80, .2);
    padding: 15px;
}

.starCont .listbox .list .item2 li:before {
    content: "鈥?; /* 娣诲姞鍦嗙偣 */
    color: #000; /* 鍦嗙偣鐨勯鑹 */
    display: inline-block; /* 纭繚鍦嗙偣鍦ㄥ悓涓€琛屾樉绀 */
    width: 1em; /* 鍦嗙偣鐨勫ぇ灏 */
    margin-left: 0em; /* 灏嗗渾鐐瑰悜宸︾Щ鍔紝浣垮叾绱ц创鏂囨湰 */
}

.businessCont .mapbox {
    padding: 60px 0 80px;
}

.businessCont .mapbox .flexsbox {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.businessCont .mapbox .text {
    width: 45%;
}

.businessCont .mapbox .text h3 {
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
}

.businessCont .mapbox .text p {
    line-height: 34px;
    color: #333;
    margin-bottom: 80px;
}

.businessCont .mapbox .text .li:first-child {
    border-top: 1px solid #dcdcdc;
}

.businessCont .mapbox .text .li {
    border-bottom: 1px solid #dcdcdc;
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    color: #000;
    width: 70%;
}

.businessCont .mapbox .text .li .num {
    color: #009de0;
    position: relative;
}

.businessCont .mapbox .text .li .num em {
    font-size: 70px;
    font-weight: bold;
}

.businessCont .mapbox .text .li .num span {
    position: absolute;
    right: -20px;
    top: 0;
    font-size: 18px;
}

.businessCont .mapbox .map {
    width: 50%;
    position: relative;
}

.businessCont .mapbox .map img {
    width: 100%;
}

.businessCont .mapbox .map .point {
    position: absolute;
    width: 14%;
    height: 14%;
    background: url(../images/about/point.gif) no-repeat center;
    background-size: 100%;
}

.businessCont .mapbox .map .beijing {
    right: 19.5%;
    top: 26%;
}

.businessCont .mapbox .map .shanghai {
    right: 6.5%;
    top: 47%;
    width: 16%;
    height: 16%;
}

.businessCont .mapbox .map .guangzhou {
    right: 22%;
    top: 70%;
}

.businessCont .mapbox .map .ningbo {
    right: 8%;
    top: 51%;
    display: none;
}

.businessCont .mapbox .map .jiyuan {
    right: 24.5%;
    top: 40.5%;
}

/* .businessCont .mapbox .echatrs{ width: 100%; height: 700px; } */
.businessCont .picbox {
    padding: 110px 0 140px;
    background: url(../images/about/bg4.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.businessCont .picbox img {
    max-width: 100%;
}

.businessCont .picbox .list {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.businessCont .picbox .list .li {
    width: 15%;
    position: relative;
    text-align: center;
}

.businessCont .picbox .list .li .txt {
    position: relative;
    padding: 40px 14%;
    font-size: 24px;
    background: #fff;
    color: #000;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    border-radius: 20px;
    z-index: 2;
}

.businessCont .picbox .list .li::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: -12px;
    top: 12px;
    background: #edf8fd;
    opacity: 0.35;
    border-radius: 20px;
}

.businessCont .picbox .list .li::after {
    content: '';
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 3;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: linear-gradient(to right, #00ac41, #009ed5);
}

.businessCont .picbox .swiper-wrapper, .businessCont .picbox .swiper-slide {
    height: auto;
}

.businessCont .picbox .swiper-slide {
    min-width: 950px;
}

.businessCont .picbox .swiper {
    overflow: inherit;
}

.outsourceCont .peizhibox {
    padding: 80px 0 150px;
}

.outsourceCont .peizhibox .title {
    text-align: center;
    color: #000;
    font-size: 40px;
    margin-bottom: 80px;
}

.outsourceCont .peizhibox .flexsbox {
    justify-content: space-between;
    align-items: center;
}

.outsourceCont .peizhibox img {
    width: 45%;
    border-radius: 20px;
}

.outsourceCont .peizhibox .list {
    width: 45%;
    border-top: 1px dashed #d2d2d2;
}

.outsourceCont .peizhibox .li {
    border-bottom: 1px dashed #d2d2d2;
}

.outsourceCont .peizhibox .li .tit {
    font-size: 24px;
    color: #000;
    padding-left: 20px;
    line-height: 80px;
    position: relative;
    cursor: pointer;
}

.outsourceCont .peizhibox .li .tit.active {
    color: #009de0;
}

.outsourceCont .peizhibox .li .tit.active::after {
    background: url(../images/service/outicon2.png) no-repeat center;
}

.outsourceCont .peizhibox .li .tit::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #009de0;
    border-radius: 10px;
    left: 0;
    top: 36px;
}

.outsourceCont .peizhibox .li .tit::after {
    content: '';
    position: absolute;
    right: 10px;
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: url(../images/service/outicon1.png) no-repeat center;
}

.outsourceCont .peizhibox .li p {
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    padding: 0 10px 20px;
}

.outsourceCont .superbox {
    padding: 80px 0 150px;
    background: url(../images/service/forbg1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.outsourceCont .superbox .title {
    background: url(../images/service/title.png) no-repeat center;
    text-align: center;
    margin-bottom: 100px;
}

.outsourceCont .superbox .title span {
    display: inline-block;
    padding: 20px 30px;
    font-size: 40px;
    color: #019de0;
    background: #fff;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box
}

.outsourceCont .superbox .title span::after {
    content: '';
    position: absolute;
    left: -4%;
    top: -10%;
    width: 108%;
    height: 120%;
    border: 2px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.outsourceCont .superbox .flexsbox {
    justify-content: space-between;
    flex-wrap: wrap;
}

.outsourceCont .superbox .list {
    width: 19%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}

.outsourceCont .superbox .list .imgbox {
    display: flex;
    align-items: center;
    height: 380px;
    padding: 0 50px;
    background: #165095;
    position: relative;
}

.outsourceCont .superbox .list .imgbox p {
    width: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 22px;
    position: relative;
    z-index: 2;
    transform: translateY(10px);
    /*opacity: 0; */
    opacity: 1;
    font-weight: bold;
}

.outsourceCont .superbox .list:hover .imgbox p {
    opacity: 1;
    transition: all 0.3s ease;
    transform: translateY(0);
}

.outsourceCont .superbox .list .tit {
    line-height: 100px;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 34px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-weight: 600;
}

.outsourceCont .superbox .list:hover .tit {
    color: #009de0;
}

.outsourceCont .superbox .list .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.outsourceCont .superbox .list:hover .bg {
    opacity: 0.25;
}

.outsourceCont .superbox .li1 .bg {
    background-image: url(../images/service/outimg5.jpg);
}

.outsourceCont .superbox .li2 .bg {
    background-image: url(../images/service/outimg3.jpg);
}

.outsourceCont .superbox .li3 .bg {
    background-image: url(../images/service/outimg4.jpg);
}

.outsourceCont .superbox .li4 .bg {
    background-image: url(../images/service/outimg2.jpg);
}

.outsourceCont .superbox .li5 .bg {
    background-image: url(../images/service/outimg6.jpg);
}

.outsourceCont .superbox .li2, .outsourceCont .superbox .li4 {
    padding: 100px 0 0;
    transform: translateY(10%);
}

.outsourceCont .superbox .li2 .tit, .outsourceCont .superbox .li4 .tit {
    top: 0;
    bottom: auto;
}

.outsourceCont .importbox {
    padding: 150px 0;
    background: url(../images/service/outbg1.jpg) no-repeat right center;
    background-size: auto 100%;
}

.outsourceCont .importbox .text {
    width: 45%;
}

.outsourceCont .importbox .text p {
    font-size: 22px;
    color: #333;
    line-height: 40px;
    text-indent: 44px;
}

.outsourceCont .importbox .centerTitle {
    text-align: left;
    margin-bottom: 80px;
}

.outsourceCont .importbox .centerTitle::after {
    left: 0;
    margin: 0;
}

.outsourceCont .zonghebox {
    background: #fff;
    padding: 80px 0 100px;
}

.outsourceCont .zonghebox .centerTitle {
    margin-bottom: 150px;
}

.outsourceCont .zonghebox .flexsbox {
    justify-content: space-between;
}

.outsourceCont .zonghebox .list {
    width: 23%;
    position: relative;
    background: #f3f5f7;
    border-radius: 20px;
    padding: 140px 60px 50px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.outsourceCont .zonghebox .list:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(80, 80, 80, .2);
}

.outsourceCont .zonghebox .list .tit {
    font-size: 34px;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.outsourceCont .zonghebox .list p {
    font-size: 18px;
    color: #333;
    line-height: 34px;
}

.outsourceCont .zonghebox .list .imgbox {
    position: absolute;
    width: 173px;
    height: 173px;
    top: 0;
    margin: -96px 0 0 -96px;
    left: 50%;
    border-radius: 100%;
    overflow: hidden;
    border: 10px solid #dcdcdc;
    transition: all 0.3s ease;
}

.outsourceCont .zonghebox .list:hover .imgbox {
    border: 10px solid #009de0;
}

.outsourceCont .zonghebox .list .imgbox img {
    width: 100%;
}

.outsourceCont .welfarebox {
    background: url(../images/service/outbg2.jpg) no-repeat center;
    background-size: cover;
    height: 950px;
}

.outsourceCont .welfarebox .all {
    position: relative;
    height: 100%;
}

.outsourceCont .welfarebox .img {
    width: 84%;
    position: absolute;
    bottom: 0;
    left: 8%;
}

.outsourceCont .welfarebox .list {
    position: absolute;
    width: 22%;
    color: #000;
}

.outsourceCont .welfarebox .li1 {
    left: 0;
    top: 38%;
}

.outsourceCont .welfarebox .li2 {
    left: 39%;
    top: 20%;
}

.outsourceCont .welfarebox .li3 {
    right: 0;
    top: 38%;
}

.outsourceCont .welfarebox .tit {
    position: relative;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.outsourceCont .welfarebox .tit span {
    position: absolute;
    left: 0;
    font-size: 60px;
    opacity: 0.1;
    bottom: 0;
    font-style: italic;
    font-weight: bold;
}

.outsourceCont .welfarebox p {
    line-height: 30px;
}

.outsourceCont .welfarebox .centerTitle {
    position: absolute;
    width: 100%;
    bottom: 60px;
    color: #fff;
    z-index: 2;
}

.outsourceCont .welfarebox .centerTitle::after {
    background: #fff;
}

.adviceCont .questionbox {
    padding: 100px 0 120px;
}

.adviceCont .questionbox .bg {
    background: url(../images/service/hrline.png) no-repeat center bottom;
    background-size: 100% auto;
}

.adviceCont .questionbox .flexsbox {
    justify-content: center;
    align-content: center;
}

.adviceCont .questionbox .centerTitle {
    margin-bottom: 150px;
}

.adviceCont .questionbox .list {
    width: 14%;
    margin: 0 2%;
    padding: 150px 30px 60px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    margin-bottom: 80px;
    background: #fff url(../images/service/hricon1.png) no-repeat center 50px;
    transition: all 0.3s ease;
}

.adviceCont .questionbox .list:hover {
    background: #009de0 url(../images/service/hricon2.png) no-repeat center 50px;
}

.adviceCont .questionbox .list::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 80px;
    background: #009de0;
    bottom: -80px;
    left: 50%;
    z-index: 1;
}

.adviceCont .questionbox .list::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 100px;
    border: 8px solid #009de0;
    left: 50%;
    margin-left: -12px;
    bottom: -92px;
    z-index: 2;
}

.adviceCont .questionbox .list p {
    font-size: 20px;
    color: #000;
    line-height: 34px;
    transition: all 0.3s ease;
}

.adviceCont .questionbox .list:hover p {
    color: #fff;
}

.adviceCont .questionbox .li1 {
    transform: translateY(-20%)
}

.adviceCont .superbox {
    padding: 160px 0 200px;
    background: url(../images/service/forbg1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.adviceCont .superbox .all {
    position: relative;
}

.adviceCont .superbox .title {
    background: url(../images/service/hrbg2.png) no-repeat center bottom;
    text-align: center;
    background-size: 100%;
    padding-bottom: 70px;
    position: absolute;
    left: 0;
    top: -40px
}

.adviceCont .superbox .title span {
    display: inline-block;
    padding: 20px 30px;
    font-size: 40px;
    color: #019de0;
    background: #fff;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box
}

.adviceCont .superbox .title span::after {
    content: '';
    position: absolute;
    left: -4%;
    top: -10%;
    width: 108%;
    height: 120%;
    border: 2px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.adviceCont .superbox img {
    width: 32%;
    display: block;
    margin: 0 auto;
}

.adviceCont .superbox .list {
    color: #fff;
    width: 43%;
    position: absolute;
}

.adviceCont .superbox .list::after {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 3px;
    left: 0;
    top: 65px;
}

.adviceCont .superbox .li1 {
    right: 0;
    top: 0;
}

.adviceCont .superbox .li2 {
    width: 50%;
    right: 0;
    top: 85%;
}

.adviceCont .superbox .li3 {
    left: 0;
    top: 55%;
    width: 38%;
}

.adviceCont .superbox .list::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 125px;
    height: 125px;
    content: '';
    z-index: 2;
}

.adviceCont .superbox .li1::before {
    background: url(../images/service/hricon3.png) no-repeat left top;
}

.adviceCont .superbox .li2::before {
    background: url(../images/service/hricon4.png) no-repeat left top;
}

.adviceCont .superbox .li3::before {
    left: auto;
    right: 0;
    background: url(../images/service/hricon5.png) no-repeat left top;
}

.adviceCont .superbox .list .tit {
    font-size: 34px;
    margin-bottom: 50px;
}

.adviceCont .superbox .list p {
    font-size: 18px;
    line-height: 30px;
}

.adviceCont .superbox .text {
    padding-left: 40%;
}

.adviceCont .superbox .li3 .text {
    padding: 0 40% 0 0;
}

.adviceCont .projectbox {
    position: relative;
    background: url(../images/service/hrbg4.jpg) no-repeat center bottom;
    padding: 80px 0 200px;
}

.adviceCont .projectbox .all {
    position: relative;
}

.adviceCont .projectbox .centerTitle {
    margin-bottom: 150px;
}

.adviceCont .projectbox .swiper {
    position: relative;
    left: 20%;
    z-index: 2;
}

.adviceCont .projectbox .swiper-wrapper, .adviceCont .projectbox .swiper-slide {
    height: auto;
}

.adviceCont .projectbox .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;;
}

.adviceCont .projectbox .imgbox {
    position: relative;
}

.adviceCont .projectbox .imgbox .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.adviceCont .projectbox .imgbox img {
    width: 100%;
}

.adviceCont .projectbox p {
    padding: 30px 0;
    text-align: center;
    color: #000;
    font-size: 24px;
}

.adviceCont .projectbox .function {
    position: absolute;
    z-index: 1;
    left: -170px;
    background: #e6e9ed;
    width: 25%;
    padding-left: 170px;
    height: 120%;
    top: -10%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.adviceCont .projectbox .function .swiper-button-prev {
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
    transition: all 0.3s ease;
    margin: 0;
    left: 50%;
    margin-left: -23px;
    margin-top: -70px;
}

.adviceCont .projectbox .function .swiper-button-next {
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
    transition: all 0.3s ease;
    margin: 0;
    left: 50%;
    margin-left: -23px;
}

.adviceCont .projectbox .function .swiper-button-prev::after, .adviceCont .projectbox .function .swiper-button-next::after {
    font-size: 14px;
    color: #666;
}

.adviceCont .projectbox .function .swiper-button-prev:hover {
    background: #009de0;
}

.adviceCont .projectbox .function .swiper-button-next:hover {
    background: #009de0;
}

.adviceCont .projectbox .function .swiper-button-prev:hover::after, .adviceCont .projectbox .function .swiper-button-next:hover::after {
    color: #fff;
}

.adviceCont .projectbox .swiper-pagination {
    width: 100%;
    font-size: 24px;
    color: #999;
    bottom: 20%;
}

.adviceCont .projectbox .swiper-pagination-current {
    font-size: 50px;
    color: #009de0;
    font-weight: bold;
}

.lawCont .lawbgbox {
    background: #fff url(../images/service/lawbg1.jpg) no-repeat center 50px;
    background-size: 100% auto;
}

.lawCont .lawbox {
    padding: 80px 0 0;
}

.lawCont .lawbox .centerTitle {
    margin-bottom: 80px;
}

.lawCont .lawbox .flexsbox {
    justify-content: space-between;
}

.lawCont .lawbox .bubblebox {
    position: relative;
    height: 350px;
}

.lawCont .lawbox .bubblebox .bb {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 36px;
    box-sizing: border-box;
    padding-bottom: 5px;
    z-index: 2;
    transform: translateY(10%) scale(0.9);
    opacity: 0;
    border: 1px dashed #019de0;
    border-radius: 50%;
    background: #019de0;
    color: #ffffff;
    box-shadow: 0 0 10px rgb(75 52 52 / 27%);
}

.lawCont .lawbox .bubblebox.active .bb {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.lawCont .lawbox .bubblebox .bb p {
    width: 78%;
    margin: 0 auto;
}

.lawCont .lawbox .bubblebox .bb1 {
    width: 27%;
    height: 300px;
    left: 5%;
    top: 0;
   /* background-image: url(../images/service/bubble1.png);*/
    transition: all 0.3s ease 0.2s;
}

.lawCont .lawbox .bubblebox .bb2 {
    width: 27%;
    height: 300px;
    left: 36.5%;
    top: 0;
    /*background-image: url(../images/service/bubble2.png);*/
    transition: all 0.3s ease 0.5s;
}

.lawCont .lawbox .bubblebox .bb3 {
    width: 27%;
    height: 300px;
    right: 5%;
    top: 0;
  /*  background-image: url(../images/service/bubble3.png);*/
    transition: all 0.3s ease 0.3s;
}

.lawCont .lawbox .bubblebox .bb4 {
    width: 28%;
    height: 227px;
    left: 0%;
    bottom: 4%;
    background-image: url(../images/service/bubble4.png);
    transition: all 0.3s ease 0.7s;
}

.lawCont .lawbox .bubblebox .bb5 {
    width: 21%;
    height: 251px;
    left: 30%;
    top: 24%;
    background-image: url(../images/service/bubble5.png);
    z-index: 1;
    transition: all 0.3s ease 0.5s;
}

.lawCont .lawbox .bubblebox .bb6 {
    width: 26%;
    height: 223px;
    left: 44%;
    bottom: 0%;
    background-image: url(../images/service/bubble6.png);
    transition: all 0.3s ease 0.4s;
}

.lawCont .lawbox .bubblebox .bb7 {
    width: 22%;
    height: 237px;
    right: 10%;
    bottom: 10%;
    background-image: url(../images/service/bubble7.png);
    transition: all 0.3s ease 0.8s;
}

.lawCont .singlebox {
    background: url(../images/service/lawbg2.jpg) no-repeat center bottom;
    background-size: auto 360px;
    padding: 60px 0 80px;
}

.lawCont .singlebox .centerTitle {
    margin-bottom: 80px;
}

.lawCont .singlebox .swiper-slide, .lawCont .singlebox .swiper-wrapper {
    height: auto;
}

.lawCont .singlebox .swiper-slide {
    width: 23%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.lawCont .singlebox .swiper-slide .imgbox {
    overflow: hidden;
}

.lawCont .singlebox .swiper-slide .imgbox img {
    width: 100%;
    transition: all 3s ease;
}

.lawCont .singlebox .swiper-slide:hover .imgbox img {
    transform: scale(1.1);
}

.lawCont .singlebox .swiper-slide .txt {
    padding: 20px 25px 40px;
}

.lawCont .singlebox .swiper-slide .tit {
    font-size: 24px;
    color: #2a3549;
    margin-bottom: 10px;
}

.lawCont .singlebox .swiper-slide p {
    font-size: 22px;
    line-height: 36px;
    pointer-events: none;
}

.lawCont .singlebox .all {
    position: relative;
}

.lawCont .singlebox .swiper-button-next {
    transition: all 0.3s ease;
    opacity: 0.5;
    right: -100px;
    margin: 0;
    top: auto;
    bottom: 30%;
    width: 68px;
    height: 60px;
    background: url(../images/service/lawnext.png) no-repeat center;
}

.lawCont .singlebox .swiper-button-prev::after, .lawCont .singlebox .swiper-button-next::after {
    display: none;
}

.lawCont .singlebox .swiper-button-prev {
    transition: all 0.3s ease;
    opacity: 0.5;
    left: -100px;
    margin: 0;
    top: auto;
    bottom: 30%;
    width: 68px;
    height: 60px;
    background: url(../images/service/lawprev.png) no-repeat center;
}

.lawCont .singlebox .swiper-button-next:hover, .lawCont .singlebox .swiper-button-prev:hover {
    opacity: 1;
}

.lawCont .superbox {
    padding: 80px 0 120px;
    background: url(../images/service/forbg1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.lawCont .superbox .all {
    position: relative;
}

.lawCont .superbox .title {
    background: url(../images/service/title.png) no-repeat center;
    text-align: center;
    margin-bottom: 70px;
}

.lawCont .superbox .title span {
    display: inline-block;
    padding: 20px 30px;
    font-size: 40px;
    color: #019de0;
    background: #fff;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box
}

.lawCont .superbox .title span::after {
    content: '';
    position: absolute;
    left: -4%;
    top: -10%;
    width: 108%;
    height: 120%;
    border: 2px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.lawCont .superbox .slide {
    position: relative;
}

.lawCont .superbox .round {
    width: 31%;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 10px rgb(22 80 149 / 50%);
    border-radius: 100%;
}

.lawCont .superbox .round img {
    width: 100%;
}

.lawCont .superbox .round .btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lawCont .superbox .round .btn1 {
    background-image: url(../images/service/lawbtn1-1.png);
}

.lawCont .superbox .round .btn2 {
    background-image: url(../images/service/lawbtn2-1.png);
}

.lawCont .superbox .round .btn3 {
    background-image: url(../images/service/lawbtn3-1.png);
    width: 101%;
}

.lawCont .superbox .round .btn1.active {
    background-image: url(../images/service/lawbtn1-2.png);
}

.lawCont .superbox .round .btn2.active {
    background-image: url(../images/service/lawbtn2-2.png);
}

.lawCont .superbox .round .btn3.active {
    background-image: url(../images/service/lawbtn3-2.png);
}

.lawCont .superbox .round .click1 {
    width: 58%;
    height: 24%;
    top: 6%;
    left: 0;
    position: absolute;
    transform: rotate(-40deg);
    cursor: pointer;
}

.lawCont .superbox .round .click2 {
    width: 58%;
    height: 24%;
    bottom: 6%;
    left: 0;
    position: absolute;
    transform: rotate(40deg);
    cursor: pointer;
}

.lawCont .superbox .round .click3 {
    width: 58%;
    height: 24%;
    top: 38%;
    right: -17%;
    position: absolute;
    transform: rotate(90deg);
    cursor: pointer;
}

.lawCont .superbox .text {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    top: 9%;
    bottom: 9%;
    width: 75.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
}

.lawCont .superbox .text .cut {
    width: 62%;
    margin-left: 10%;
    position: relative;
}

.lawCont .superbox .text.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.lawCont .superbox .text .cut .num {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #009de0;
    font-weight: bold;
}

.lawCont .superbox .text .cut .tit {
    font-size: 40px;
    color: #000;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.lawCont .superbox .text .cut .tit::after {
    width: 160px;
    height: 4px;
    background: #009de0;
    content: '';
    bottom: -1px;
    left: 0;
    position: absolute;
}

.lawCont .superbox .text .cut p {
    line-height: 34px;
    font-size: 18px;
    color: #000;
}

.lawCont .specialbox {
    padding: 80px 0 100px;
}

.lawCont .specialbox .centerTitle {
    margin-bottom: 80px;
}

.lawCont .specialbox .flexsbox {
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

.lawCont .specialbox .list {
    width: 48%;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.lawCont .specialbox .list .padding {
    padding-left: 20%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16% auto;
    height: 100%;
}

.lawCont .specialbox .list .bg {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
}

.lawCont .specialbox .li1 .padding {
    background-image: url(../images/service/lawnum1.png);
}

.lawCont .specialbox .li2 .padding {
    background-image: url(../images/service/lawnum2.png);
}

.lawCont .specialbox .li3 .padding {
    background-image: url(../images/service/lawnum3.png);
}

.lawCont .specialbox .li4 .padding {
    background-image: url(../images/service/lawnum4.png);
}

.lawCont .specialbox .list .tit {
    padding: 0 18px;
    width: 40%;
    box-sizing: border-box;
    text-align: center;
    background: #0096ff;
    border-radius: 10px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 25px;
}

.lawCont .specialbox .list p {
    line-height: 36px;
    font-size: 20px;
    color: #000;
}

.lawCont .specialbox .spbox {
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    background: #dc6036;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
}

.lawCont .specialbox .spbox h2 {
    font-weight: bold;
    padding: 30px 0;
}

.lawCont .specialbox .spbox p {
    padding-bottom: 15px;
}

.lawCont .yearbox {
    background: #fff;
    padding: 80px 0 120px;
}

.lawCont .yearbox .centerTitle {
    margin-bottom: 100px;
}

.lawCont .yearbox .relative {
    position: relative;
}

.lawCont .yearbox .relative > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 43%;
}

.lawCont .yearbox .flexsbox {
    justify-content: flex-end;
}

.lawCont .yearbox .list {
    width: 53%;
}

.lawCont .yearbox .list .li {
    position: relative;
    padding: 25px 40px 25px 160px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
    border-radius: 20px;
    margin-bottom: 30px;
}

.lawCont .yearbox .list .li:last-child {
    margin-bottom: 0;
}

.lawCont .yearbox .list .li img {
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -25px;
    width: auto;
}

.lawCont .yearbox .list .li:hover img {
    transform: rotateY(360deg);
    transition: all 0.3s ease;
}

.lawCont .yearbox .list .tit {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
}

.lawCont .yearbox .list p {
    line-height: 26px;
}

.recruitCont {
    padding: 80px 0 120px;
}

.recruitCont .title {
    font-size: 40px;
    color: #000;
    margin-bottom: 60px;
}

.recruitCont .listbox .list {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.recruitCont .listbox .list .head {
    padding-left: 40px;
    line-height: 80px;
    position: relative;
    cursor: pointer;
    display: flex;
}

.recruitCont .listbox .list .head::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: #009de0 url(../images/service/staricon13.png) no-repeat center;
}

.recruitCont .listbox .list .head .name {
    font-size: 24px;
    color: #000;
    padding-left: 25px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.recruitCont .listbox .list .head .name::after {
    height: 24px;
    width: 4px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background: #009ed5;
}

.recruitCont .listbox .list .head .right {
    width: 50%;
}

.recruitCont .listbox .list .head .right span {
    color: #333;
    margin-right: 10%;
}

.recruitCont .listbox .list.active .head::after {
    background: #009de0 url(../images/service/staricon14.png) no-repeat center;
}

.recruitCont .listbox .list .html {
    border-top: 1px solid #eee;
    padding: 40px 60px;
    line-height: 30px;
    color: #000;
    display: none;
}

.recruitCont .listbox .list .html .tit {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}

.recruitCont .listbox .list .html p {
    margin-bottom: 10px;
}

.contactfix {
    position: fixed;
    width: 68%;
    left: 15%;
    top: 50%;
    min-height: 490px;
    margin-top: -270px;
    background: #fff url(../images/service/fiximg.jpg) no-repeat left center;
    background-size: auto 100%;
    border-radius: 20px;
    z-index: 100012;
    display: none;
    overflow: hidden;
}

.contactfix .close {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 30px;
    width: 30px;
    background: url(../images/close.png) no-repeat center;
    cursor: pointer;
}

.contactfix .close:hover {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.contactfix .box {
    margin-left: 32%;
    padding: 45px 0 60px;
    background: #fff;
}

.contactfix .box .title {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
    padding-left: 60px;
}

.contactfix .box .flexsbox > div {
    width: 50%;
    text-align: center;
    padding: 40px 0;
    box-sizing: border-box;
}

.contactfix .box .flexsbox > div:first-child {
    border-right: 1px solid #eaeaea;
}

.contactfix .box .flexsbox > div .tit {
    margin: 20px 0 25px;
    font-size: 18px;
    color: #999;
    padding-bottom: 15px;
    position: relative;
}

.contactfix .box .flexsbox > div .tit::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 3px;
    background: #999;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
}

.contactfix .box .flexsbox > div p {
    font-size: 30px;
    color: #000;
    padding: 0 10px;
}

.contactfix .box .flexsbox > div .fz26 {
    font-size: 26px;
}

@media only screen and (max-width: 1630px) {
    .adviceCont .questionbox .li1 {
        transform: translateY(-15%);
    }
}

@media only screen and (max-width: 1580px) {
    .newsCont .spbox .textbox h3 {
        font-size: 26px;
        margin: 30px 0 20px;
    }

    .newsCont .spbox .textbox {
        padding-top: 0;
    }

    .newsCont .spbox .maxImg {
        height: 400px;
    }

    .newsCont .spbox .textbox p {
        margin-bottom: 20px;
    }

    .regulationsCont .listbox .li p {
        font-size: 20px;
    }

    .cultureCont .sloganbox {
        padding: 30px 0;
    }

    .cultureCont .sloganbox .listbox .li {
        padding: 30px 0 20px 160px;
    }

    .financeCont .question .center {
        padding: 50px 40px 50px 160px;
        width: 400px;
        background-position: 30px center;
    }

    .financeCont .question .rightbottom {
        bottom: 120px;
    }

    .financeCont .question img {
        right: 28%;
    }

    .financeCont .question .lefttop {
        top: 60px;
    }

    .financeCont .question .righttop {
        right: 7%;
    }

    .financeCont .speciallybox .list .textbox ul {
        font-size: 20px;
    }

    .financeCont .speciallybox .list .textbox li {
        line-height: 38px;
    }

    .financeCont .speciallybox .list .textbox .tit {
        font-size: 20px;
    }

    .financeCont .advantage .li1, .financeCont .advantage .li3 {
        top: -80px;
    }

    .financeCont .advantage .li2, .financeCont .advantage .li4 {
        bottom: -80px;
    }

    .serviceCont .superbox .textbox .li {
        /* padding: 50px;
         font-size: 20px;
         line-height: 40px;*/
        padding: 30px;
        font-size: 14px;
        line-height: 28px;
    }

    .serviceCont .superbox .textbox {
        width: 33%;
    }

    .serviceCont .superbox .btnbox .btn {
        font-size: 30px;
        padding-left: 100px;
        background-position: 30px center;
    }

    .foreignCont .superbox .list::after {
        top: 15%;
    }

    .starCont .outsourcebox .text {
        width: 34%;
    }

    .starCont .superbox .iconbox .fix .tit {
        font-size: 20px;
    }

    .partnerCont .topbox .img {
        width: 40%;
    }

    .partnerCont .topbox .textbox {
        width: 55%;
    }

    .partnerCont .topbox .flexsbox {
        background: none;
    }

    .businessCont .picbox .list .li .txt {
        font-size: 20px;
    }

    .regulationsCont .listbox .li {
        width: 23.5%;
    }

    .regulationsCont .listbox .li:nth-child(5n) {
        margin-right: 2%;
    }

    .regulationsCont .listbox .li:nth-child(4n) {
        margin-right: 0;
    }

    .lawCont .singlebox .swiper-slide p {
        font-size: 18px;
        line-height: 30px;
    }

    .lawCont .specialbox .list .tit {
        width: 210px;
    }
}

@media only screen and (max-width: 1470px) {
    .aboutCont .sincebox .textbox {
        padding-bottom: 30px;
    }

    .lawCont .singlebox .swiper {
        margin: 0 80px;
    }

    .lawCont .singlebox .swiper-button-prev {
        left: 20px;
        width: 40px;
        background-size: 100% auto;
    }

    .lawCont .singlebox .swiper-button-next {
        right: 20px;
        width: 40px;
        background-size: 100% auto;
    }

    .contactfix .box .flexsbox > div .fz26 {
        font-size: 22px;
    }

    .contactfix .box .flexsbox > div p {
        font-size: 24px;
    }

    .contactfix .box .flexsbox > div p span {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 1370px) {
    .cultureCont .sloganbox .listbox .li {
        background-position: 30px center;
        padding: 30px 0 20px 130px;
    }

    .cultureCont .sloganbox .listbox .li .text h3 {
        font-size: 28px;
    }

    .cultureCont .sloganbox .listbox .li .text p {
        font-size: 18px;
    }

    .outsourceCont .peizhibox img {
        width: 50%;
    }

    .outsourceCont .peizhibox .list {
        width: 44%;
    }
}

@media only screen and (max-width: 1290px) {
    .adviceCont .questionbox .li1 {
        transform: translateY(-11%);
    }

    .contactfix .box .flexsbox > div {
        width: 100%;
        padding: 0;
    }

    .contactfix .box .flexsbox > div img {
        width: 80px;
    }

    .contactfix .box .flexsbox > div .tit {
        margin-bottom: 15px;
    }

    .contactfix .box .flexsbox .phone {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1260px) {
    .regulationsCont .listbox .li p {
        font-size: 18px;
    }

    .personCont .bgCont {
        padding: 40px 80px 100px;
    }

    /*.aboutCont .sincebox .textbox {
        margin-right: 4%;
    }*/
    .honorCont .honorList .li {
        width: 23%;
        margin-right: 2.66%;
    }

    .honorCont .honorList .li:nth-child(5n) {
        margin-right: 2.66%;
    }

    .honorCont .honorList .li:nth-child(4n) {
        margin-right: 0;
    }

    .cultureCont .teambox .li .tit {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .cultureCont .teambox .li p {
        font-size: 16px;
        line-height: 26px
    }

    .cultureCont .teambox .li .left .icon img {
        width: 80px;
    }

    .cultureCont .sloganbox .all {
        position: relative;
        z-index: 2;
    }

    /*.cultureCont .sloganbox .listbox {
        width: 70%;
    }*/
    .financeCont .question .fix {
        font-size: 24px;
    }

    .financeCont .question .lefttop {
        width: 300px;
        left: 20px;
    }

    .financeCont .question .rightbottom {
        right: 20px;
    }

    .sunMenu a {
        margin-right: 60px;
    }

    .serviceCont .superbox .yuan .text {
        font-size: 30px;
    }

    .starCont .listbox .width {
        width: 100%;
    }

    .starCont .questionbox .li .txt {
        font-size: 16px;
    }

    .outsourceCont .superbox .list .imgbox p {
        font-size: 18px;
        line-height: 34px;
    }

    .outsourceCont .welfarebox .li1 {
        left: 20px;
        top: 35%;
    }

    .outsourceCont .welfarebox .li3 {
        right: 20px;
        top: 35%;
    }

    .outsourceCont .welfarebox .list {
        width: 30%;
    }

    .outsourceCont .welfarebox .li2 {
        left: 35%;
        top: 15%;
    }

    .outsourceCont .welfarebox {
        height: 740px;
    }

    .outsourceCont .welfarebox .centerTitle {
        left: 0;
        right: 0;
        width: auto;
        font-size: 30px;
        bottom: 40px;
    }

    .adviceCont .superbox .li1 {
        right: 20px;
    }

    .adviceCont .superbox .li2 {
        right: 20px;
    }

    .adviceCont .superbox .li3, .adviceCont .superbox .title {
        left: 20px;
    }

    .newsDetail .information .list .textbox .tit {
        font-size: 24px;
        line-height: 30px;
    }

    .lawCont .specialbox .list p br {
        display: none;
    }

    .lawCont .specialbox .list p {
        font-size: 18px;
        line-height: 30px;
    }

    .lawCont .specialbox .spbox {
        font-size: 18px;
    }

    .lawCont .specialbox .list {
        width: 100%;
    }

    .lawCont .specialbox .list .padding {
        padding-left: 15%;
        background-size: 10% auto;
    }

    .lawCont .lawbox .bubblebox .bb {
        font-size: 18px;
        border: 1px dashed #019de0;
        border-radius: 50%;
        background: #019de0;
        color: #ffffff;
        box-shadow: 0 0 10px rgba(107, 107, 107, 0.27);
    }
}

@media only screen and (max-width: 1200px) {
    .newsCont .spbox .textbox h3 {
        font-size: 22px;
        line-height: 34px;
        max-height: 102px;
    }

    .newsCont .partybox .listbox {
        width: 45%;
    }

    .newsCont .partybox .listbox .li {
        padding: 20px 0;
    }

    .aboutCont .sincebox .textbox h3 {
        margin-top: 40px;
    }

    .aboutCont .sincebox .textbox {
        padding-bottom: 60px;
        text-align: justify;
    }

    .financeCont .question .center p {
        font-size: 22px;
    }

    .financeCont .question .center {
        padding: 30px 30px 30px 120px;
        background-size: 70px auto;
    }

    .financeCont .question .center .line {
        margin: 20px 0;
    }

    .financeCont .question .fix {
        height: 180px;
    }

    .financeCont .advantage .li .tit {
        font-size: 24px;
    }

    .financeCont .advantage .li p {
        font-size: 16px;
        line-height: 26px;
    }

    .financeCont .servebox .list2 .li {
        width: 100%;
        padding: 25px 35px 25px 70px;
        background-position: 20px center;
    }

    .financeCont .speciallybox .list .textbox ul {
        width: 50%;
    }

    .serviceCont .servebox .list .titlebox {
        padding-left: 5%;
    }

    .serviceCont .servebox .list .titlebox li {
        font-size: 18px;
    }

    .serviceCont .areabox .list {
        padding-left: 120px;
        background-position: 30px center;
    }

    .serviceCont .areabox .textbox {
        width: 50%;
    }

    .serviceCont .areabox .map {
        width: 45%;
    }

    .serviceCont .lastbox .list .title {
        font-size: 24px;
        padding-top: 70px;
        width: 24%;
    }

    .serviceCont .lastbox .list ul {
        width: 76%;
    }

    .serviceCont .lastbox li {
        margin: 0 2%;
    }

    .serviceCont .lastbox li p {
        font-size: 16px;
    }

    .foreignCont .mapbox .centerTitle {
        margin-bottom: 150px;
    }

    .foreignCont .pathbox img {
        display: none;
    }

    .foreignCont .pathbox .flexsbox {
        justify-content: center;
    }

    .foreignCont .pathbox .flexsbox .li {
        text-align: center;
    }

    .foreignCont .pathbox .centerTitle {
        margin-bottom: 80px;
    }

    .starCont .outsourcebox ul li span {
        padding-left: 45px;
        font-size: 20px;
    }

    .starCont .outsourcebox .title {
        font-size: 26px;
        width: 200px;
        height: 200px;
    }

    .starCont .outsourcebox .right {
        width: 52%;
    }

    .starCont .outsourcebox .text {
        width: 42%;
    }

    .businessCont .mapbox .text {
        width: 40%;
    }

    .businessCont .mapbox .map {
        width: 55%;
    }

    .businessCont .mapbox .text p {
        margin-bottom: 40px;
    }

    .businessCont .mapbox .text .li {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .adviceCont .superbox .list::before {
        width: 80px;
        height: 80px;
        background-size: 100%;
        top: 24px;
    }

    .partnerCont .topbox .textbox p {
        font-size: 22px;
    }

    .recruitCont .listbox .list .head {
        padding-right: 60px;
    }

    .recruitCont .listbox .list .head .name {
        width: 40%;
        font-size: 20px;
    }

    .recruitCont .listbox .list .head .right {
        width: 60%;
    }

    .businessCont .picbox .list .li .txt {
        padding: 40px 10%;
    }
}

@media only screen and (max-width: 1050px) {
    .cultureCont .sloganbox .listbox .li {
        background-color: #fff;
        padding: 40px 0 30px 160px;
        background-repeat: no-repeat;
        background-position: 40px center;
        margin-bottom: 30px;
        border-radius: 10px;
        background-size: 80px;
        width: 100%;
    }

    .aboutCont .sincebox {
        padding-top: 10px;
        position: relative;
        overflow: hidden;
        margin-bottom: 110px;
    }

    .newsCont .spbox .maxImg {
        height: 350px;
    }

    .newsDetail {
        padding-top: 130px;
    }

    .newsDetail .htmlCont .bg {
        padding: 60px;
    }

    .newsCont .partybox .imgbox .fixbox p {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .newsCont .partybox .imgbox .fixbox {
        left: 20px;
        right: 20px;
    }

    .personCont .titlebox .tit, .personCont .listbox .textbox h3, .honorCont .spbox .imgbox .fixbox h3, .cultureCont .teambox .title, .financeCont .question .center h3, .financeCont .advantage .title span, .centerTitle, .financeCont .servebox .tit, .serviceCont .servebox .list .titlebox .tit, .serviceCont .areabox .textbox .title, .foreignCont .superbox .title span, .starCont .outsourcebox .text h3, .starCont .listbox .menubox a, .businessCont .mapbox .text h3, .outsourceCont .peizhibox .title, .outsourceCont .superbox .title span, .adviceCont .superbox .title span, .lawCont .superbox .title span, .lawCont .superbox .text .cut .tit, .partnerCont .topbox .textbox h3, .newsDetail .information .title, .recruitCont .title, .aboutCont .advantagebox .titlebox .centerTitle {
        font-size: 30px;
    }

    .personCont .titlebox .txt {
        padding-top: 20px;
    }

    .aboutCont .sincebox .textbox p {
        line-height: 26px;
    }

    .aboutCont .sincebox .textbox {
        width: auto;
        /*padding: 10px;*/
    }

    .aboutCont .sincebox .relative img {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1;
        height: auto;
    }

    .clearboth {
        margin: 0;
    }

    .honorCont .spbox .listbox .li .tit {
        font-size: 18px;
    }

    .honorCont .spbox .listbox .li p {
        font-size: 16px;
    }

    .honorCont .spbox .imgbox .fixbox p {
        line-height: 26px;
    }

    .cultureCont .photobox .swiper {
        margin: 0 100px;
    }

    .sunMenu {
        white-space: nowrap;
        overflow-x: auto;
        text-align: center;
    }

    .foreignCont .slidebox .swiper {
        width: 100%;
    }

    .starCont .questionbox .li .txt {
        /*padding-left: 10%;*/
    }

    .starCont .superbox .iconbox .fix img {
        width: 44px;
    }

    .outsourceCont .importbox .text {
        width: 60%;
    }

    .outsourceCont .importbox {
        padding: 100px 0;
    }

    .outsourceCont .zonghebox .list {
        width: 48%;
        margin-bottom: 140px;
    }

    .outsourceCont .zonghebox {
        padding-bottom: 0;
    }

    .adviceCont .superbox .li1 {
        top: -12%;
    }

    .partnerCont .topbox .textbox {
        width: 58%;
    }

    .newsDetail .information .list .textbox {
        padding-bottom: 0;
    }

    .businessCont .picbox .swiper {
        overflow: hidden;
        padding-bottom: 40px;
    }

    .businessCont .picbox .list .li .txt {
        font-size: 18px;
    }
}

@media only screen and (max-width: 820px) {
    .newsCont .spbox .imgbox {
        display: none;
    }

    .newsCont .spbox .picbox {
        display: block;
    }

    .newsCont .spbox {
        padding-left: 60px;
    }

    .newsCont .newsList .li {
        padding-left: 360px;
    }

    .bannerCont .fixText h3 {
        margin-top: 20px;
    }

    .bannerCont .fixText {
        top: auto;
        bottom: 40px;
    }

    .newsDetail .htmlCont {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }

    .newsDetail .recommend {
        float: none;
        width: 100%;
    }

    .regulationsCont .listbox .li {
        width: 49%;
    }

    .regulationsCont .listbox .li:nth-child(5n) {
        margin-right: 2%;
    }

    .regulationsCont .listbox .li:nth-child(4n) {
        margin-right: 2%;
    }

    .regulationsCont .listbox .li:nth-child(2n) {
        margin-right: 0;
    }

    .newsCont .partybox .imgbox {
        width: 100%;
        height: 300px;
        position: relative;
        margin-bottom: 40px;
    }

    .newsCont .partybox .listbox {
        width: 100%;
    }

    .newsCont .partybox .imgbox .fixbox p {
        font-size: 24px;
    }

    .solveCont .li .textbox a {
        padding: 60px 0;
    }

    .personCont .titlebox .tit, .personCont .listbox .textbox h3 {
        font-size: 22px;
    }

    .personCont .listbox .textbox {
        width: 45%;
    }

    .personCont .listbox .imgbox {
        width: 45%;
    }

    .aboutCont .sincebox .textbox {
        width: 100%;
        margin: 0;
    }

    .aboutCont .sincebox .relative img {
        position: static;
        margin-left: 0;
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .aboutCont .sincebox .relative {
        padding: 0 20px;
    }

    .aboutCont .sincebox .relative::before, .aboutCont .sincebox .relative::after {
        display: none;
    }

    .aboutCont .sincebox {
        padding-top: 80px;
    }

    .aboutCont .advantagebox .list {
        height: 500px;
    }

    .aboutCont .advantagebox .list .tit {
        margin-bottom: 40px;
    }

    .aboutCont .advantagebox .list:hover p {
        width: 90%;
        line-height: 28px;
    }

    .aboutCont .servicebox .swiper-slide .tit {
        font-size: 18px;
    }

    .aboutCont .servicebox .swiper-slide .fixbox p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .aboutCont .servicebox .swiper-slide .fixbox .tit {
        margin-bottom: 15px;
    }

    .aboutCont .servicebox .swiper-slide .num {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .honorCont .spbox .imgbox {
        position: relative;
        width: 100%;
        height: 300px;
        border-radius: 20px;
    }

    .honorCont .spbox {
        background: none;
        margin-bottom: 40px;
        border-radius: 0;
    }

    .honorCont .spbox .listbox {
        width: 100%;
        margin: 0;
        padding: 40px 0;
    }

    .honorCont .honorList .li {
        width: 32%;
        margin-right: 2% !important;
    }

    .honorCont .honorList .li:nth-child(3n) {
        margin-right: 0 !important;
    }

    .cultureCont .teambox .fixbox {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }

    .cultureCont .teambox .li {
        position: static;
        margin-bottom: 40px;
    }

    .cultureCont .teambox .li .txt {
        width: 100%;
        box-sizing: border-box;
        padding-left: 90px;
    }

    .cultureCont .teambox .li .left .icon img {
        width: 60px;
    }

    .cultureCont .teambox .li .left {
        position: absolute;
        left: 0;
    }

    .cultureCont .teambox .li .left::before {
        display: none;
    }

    .cultureCont .teambox .listbox > img {
        width: 60%;
        margin: 0 auto;
        display: block;
    }

    .cultureCont .sloganbox .listbox {
        width: 100%;
    }

    .cultureCont .photobox {
        padding-top: 0;
    }

    .financeCont .question .fix {
        position: static;
    }

    .financeCont .question .all {
        padding: 60px 20px;
    }

    .financeCont .question .center {
        margin: 0 auto 40px;
        width: 80%;
        transform: translate(0);
        box-sizing: border-box;
    }

    .financeCont .question .relative {
        position: static;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .financeCont .question .fix {
        width: 46%;
        margin-bottom: 20px;
    }

    .financeCont .question img {
        display: none;
    }

    .financeCont .question .fix {
        font-size: 22px;
    }

    .financeCont .question .leftbottom {
        line-height: 28px;
    }

    .financeCont .question .lefttop {
        border-bottom-right-radius: 20px;
    }

    .financeCont .advantage .rotate, .financeCont .advantage .fixbox {
        display: none;
    }

    .financeCont .advantage .li {
        position: static;
        width: 100%;
        padding: 0 0 20px;
        text-align: left !important;
    }

    .financeCont .advantage .title {
        margin-bottom: 40px;
    }

    .foreignCont .superbox .title {
        margin-bottom: 60px;
    }

    .financeCont .advantage {
        padding-bottom: 80px;
    }

    .financeCont .servebox .tit {
        position: static;
        background: none;
        color: #000;
        padding: 0;
        text-align: center;
        transform: translate(0);
        margin-bottom: 40px;
    }

    .financeCont .servebox .list1 .tit::after, .financeCont .servebox .list2 .tit::after {
        display: none;
    }

    .financeCont .servebox .list1, .financeCont .servebox .list2 {
        padding: 40px;
    }

    .financeCont .speciallybox .list {
        width: 100%;
    }

    .financeCont .speciallybox .list .imgbox {
        width: 80%;
        margin: 0 auto 30px;
    }

    .financeCont .speciallybox .list .textbox {
        position: static;
        width: 100%;
        margin-bottom: 30px;
    }

    .financeCont .speciallybox {
        padding: 70px 0;
    }

    .serviceCont .servebox .list .flexsbox .li .tit {
        font-size: 20px;
    }

    .serviceCont .superbox .yuan {
        width: 100%;
        background: none;
    }

    .serviceCont .superbox .yuan img {
        display: none;
    }

    .serviceCont .superbox .yuan .text {
        position: static;
    }

    .serviceCont .superbox .btnbox {
        width: 40%;
    }

    .serviceCont .superbox .btnbox .btn {
        margin: 50px 0;
    }

    .serviceCont .superbox .textbox {
        width: 50%;
    }

    .serviceCont .areabox {
        padding: 80px 0 40px;
    }

    .serviceCont .areabox .textbox {
        width: 100%;
        padding: 0;
    }

    .serviceCont .areabox .map {
        width: 100%;
        height: 300px;
        background-size: auto 100%;
    }

    .serviceCont .lastbox .list .title {
        width: 100%;
        margin-bottom: 30px;
    }

    .serviceCont .lastbox .list ul {
        width: 100%;
    }

    .serviceCont .lastbox .list {
        padding: 40px 0;
    }

    .foreignCont .superbox .list {
        width: 30%;
    }

    .foreignCont .superbox .list .tit {
        font-size: 24px;
    }

    .foreignCont .superbox .list::after {
        top: 12%;
        width: 55%;
        right: -36%;
    }

    .foreignCont .pathbox .flexsbox .textbox {
        width: 100%;
        left: 0;
        margin: 0;
    }

    .foreignCont .pathbox .flexsbox .textbox .cut {
        font-size: 18px;
    }

    .starCont .questionbox .li .txt {
        /* line-height: 120px;*/
    }

    .starCont .outsourcebox .text {
        width: 100%;
        margin-bottom: 40px;
    }

    .starCont .outsourcebox {
        padding: 100px 0;
    }

    .starCont .outsourcebox .right {
        width: 100%;
    }

    .starCont .superbox .iconbox .fix .tit {
        font-size: 18px;
    }

    .starCont .listbox .menubox a {
        height: 100px;
        line-height: 100px;
    }

    .businessCont .mapbox .echatrs {
        height: 500px;
    }

    .outsourceCont .peizhibox img {
        width: 100%;
        margin-bottom: 20px;
    }

    .outsourceCont .peizhibox .list {
        width: 100%;
    }

    .outsourceCont .superbox .list {
        width: 48%;
        margin-bottom: 20px;
    }

    .outsourceCont .superbox .li2, .outsourceCont .superbox .li4 {
        transform: translate(0);
    }

    .outsourceCont .superbox .list .tit {
        bottom: auto;
        top: 0;
        line-height: 60px;
        font-size: 24px;
    }

    .outsourceCont .superbox .list {
        padding: 60px 0 0;
    }

    .outsourceCont .superbox .list .imgbox {
        height: 300px;
    }

    .outsourceCont .superbox {
        padding-bottom: 80px;
    }

    .outsourceCont .importbox .text {
        width: 80%;
    }

    .outsourceCont .welfarebox .centerTitle {
        position: relative;
        color: #000;
        bottom: auto;
        margin-bottom: 80px;
    }

    .outsourceCont .welfarebox .img {
        display: none;
    }

    .outsourceCont .welfarebox .all {
        height: auto;
    }

    .outsourceCont .welfarebox .tit {
        font-size: 24px;
    }

    .outsourceCont .welfarebox {
        height: auto;
        padding: 60px 0;
    }

    .outsourceCont .welfarebox .list {
        position: relative;
        left: auto;
        right: auto;
        width: 100%;
        top: auto;
        margin-bottom: 40px
    }

    .outsourceCont .welfarebox .tit span {
        bottom: -18px;
    }

    .adviceCont .questionbox .centerTitle {
        margin-bottom: 80px;
    }

    .adviceCont .questionbox .flexsbox {
        justify-content: space-between;
    }

    .adviceCont .questionbox .list {
        width: 48%;
        margin: 0;
        margin-bottom: 20px;
    }

    .adviceCont .questionbox .list::before, .adviceCont .questionbox .list::after {
        display: none;
    }

    .adviceCont .questionbox .li1 {
        transform: translate(0);
    }

    .adviceCont .questionbox .bg {
        background: none;
    }

    .adviceCont .superbox img {
        display: none;
    }

    .adviceCont .superbox .title {
        position: static;
        background-size: auto;
    }

    .adviceCont .superbox {
        padding: 80px 0;
    }

    .adviceCont .superbox .title {
        padding-bottom: 50px;
        margin-bottom: 40px;
    }

    .adviceCont .superbox .list {
        position: relative;
        width: auto;
        right: 0;
        left: 0;
        top: auto;
        margin-bottom: 40px;
    }

    .adviceCont .superbox .li3::before {
        left: 0;
        right: auto;
        top: 50%;
        margin-top: -40px;
    }

    .adviceCont .superbox .text {
        padding-left: 120px;
    }

    .adviceCont .superbox .li3 .text {
        padding: 0 0 0 120px;
    }

    .adviceCont .superbox .list .tit {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .adviceCont .superbox .list::after {
        display: none;
    }

    .adviceCont .projectbox .function {
        background: none;
        width: 100%;
        position: static;
        height: 0;
    }

    .adviceCont .projectbox .swiper {
        left: 0;
    }

    .adviceCont .projectbox .swiper-pagination {
        display: none;
    }

    .adviceCont .projectbox .function .swiper-button-prev {
        left: 20px;
        margin-left: 0;
        margin-top: -60px;
    }

    .adviceCont .projectbox .function .swiper-button-next {
        left: auto;
        right: 20px;
        margin-left: 0;
        margin-top: -60px;
    }

    .adviceCont .projectbox .centerTitle {
        margin-bottom: 80px;
    }

    .lawCont .superbox .round {
        display: none;
    }

    .lawCont .superbox .text {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        padding: 30px;
        box-sizing: border-box;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .lawCont .superbox .text .cut {
        width: 100%;
        margin: 0;
    }

    .lawCont .yearbox .relative img {
        width: 80%;
        position: static;
        transform: translateY(0);
        margin-bottom: 40px;
    }

    .lawCont .yearbox .list {
        width: 100%;
    }

    .partnerCont .topbox .textbox p {
        line-height: 30px;
        font-size: 18px;
    }

    .partnerCont .topbox .textbox .tit {
        width: 300px;
    }

    .partnerCont .logobox .swiper-pagination-progressbar {
        width: 85%;
    }

    .newsDetail .information .list .imgbox {
        position: static;
        width: 100%;
        margin-bottom: 20px;
        height: 180px;
    }

    .newsDetail .information .list .textbox {
        width: 100%;
    }

    .newsDetail .information .list .textbox p {
        margin-bottom: 30px;
    }

    .recruitCont .listbox .list .head .name {
        width: 100%;
        font-size: 20px;
    }

    .recruitCont .listbox .list .head .right {
        width: 100%;
        padding-left: 25px;
    }

    .recruitCont .listbox .list .head {
        flex-wrap: wrap;
        line-height: 30px;
        padding: 20px 60px 20px 40px;
    }

    .aboutCont .advantagebox .list p {
        font-size: 18px;
    }

    .aboutCont .advantagebox .list .tit {
        font-size: 22px;
    }

    .aboutCont .advantagebox .titlebox {
        height: 380px;
        background-size: 100% 100%;
        top: -256px;
    }

    .aboutCont .sincebox {
        margin-bottom: 100px;
    }

    .lawCont .lawbox .bubblebox .bb {
        line-height: 28px;
        font-size: 16px;
    }

    .contactfix .box {
        margin-left: 0;
    }
}

@media only screen and (max-width: 510px) {
    .xmzs h3 {
        text-align: center;
        height: 80px;
        line-height: 28px;
    }
    .xmzs span {
        padding: 25px;
    }
    .serviceCont .superbox {
        margin-bottom: 80px;
    }
    .lawCont .singlebox .swiper-slide .txt {
        padding: 15px;
    }
    .lawCont .lawbox .bubblebox .bb p {
        width: 80%;
        margin: 0 auto;
        text-align: justify;
    }
    .lawCont .lawbox .bubblebox .bb {
        position: relative;
        border-radius: 15px;
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }
    .lawCont .lawbox .bubblebox .bb1 {
        width: 100%;
        height: auto;
        transition: all 0.3s ease 0.2s;
    }
    .lawCont .lawbox .bubblebox .bb2 {
        width: 100%;
        height: auto;
        transition: all 0.3s ease 0.3s;
    }
    .lawCont .lawbox .bubblebox .bb3 {
        width: 100%;
        height: auto;
        transition: all 0.3s ease 0.5s;
    }
    .starCont .listbox .list .item1 {
        margin-bottom: 20px;
        padding: 15px;
        background: #fff;
        border-radius: 20px;
        display: block;
    }

    .starCont .listbox .list .text {
        box-shadow: 0 5px 10px rgba(80, 80, 80, .2);
        overflow: hidden;
        width: 100%;
        padding: 15px 0;
        margin-bottom: 15px;
    }

    .starCont .listbox .list .text > * {
        padding: 0 15px;
    }

    .starCont .listbox .list .item2 {
        padding: 15px;
    }

    .starCont .listbox .list .item2 li {
        width: 100%;
        box-shadow: 0 5px 10px rgba(80, 80, 80, .2);
        padding: 15px;
        margin-bottom: 10px;
    }

    /*  .starCont .listbox .list .item2 li:before {
          content: "鈥?; !* 娣诲姞鍦嗙偣 *!
          color: #000; !* 鍦嗙偣鐨勯鑹 *!
          display: inline-block; !* 纭繚鍦嗙偣鍦ㄥ悓涓€琛屾樉绀 *!
          width: 1em; !* 鍦嗙偣鐨勫ぇ灏 *!
          margin-left: 3em; !* 灏嗗渾鐐瑰悜宸︾Щ鍔紝浣垮叾绱ц创鏂囨湰 *!
      }*/
    .bannerCont img {
        width: 180%;
        margin-left: -40%;
    }

    .bannerCont .fixText h3 {
        font-size: 24px;
        margin: 10px 0;
    }

    .bannerCont .fixText {
        font-size: 14px;
    }

    .sunMenu a {
        font-size: 16px;
        margin: 0 20px;
        line-height: 80px;
    }

    .newsCont .spbox .textbox {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .newsCont .spbox .textbox p {
        margin-bottom: 20px;
    }

    .newsCont .spbox .picbox {
        float: none;
        width: 100%;
    }

    .newsCont .spbox {
        padding: 30px 20px;
        margin-bottom: 40px;
    }

    .newsCont .spbox .textbox h3 {
        margin: 20px 0;
    }

    .newsCont {
        padding: 60px 0 0;
    }

    .newsCont .newsList {
        padding: 30px 0 30px;
    }

    .newsCont .newsList .li {
        padding: 0;
        box-shadow: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .newsCont .newsList .li .imgbox {
        position: static;
        margin: 0 auto 20px;
    }

    .newsCont .newsList .li .textbox .tit {
        font-size: 18px;
    }

    .newsCont .newsList .listbox {
        padding-bottom: 0;
    }

    .newsCont .hotbox .hotimg {
        width: 100%;
    }

    .newsDetail .function {
        display: none;
    }

    .newsDetail .htmlCont .bg, .newsDetail .recommend {
        padding: 40px 30px;
    }

    .newsDetail .menu {
        padding-left: 0;
    }

    .newsDetail .menu a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .newsDetail .recommend .li {
        padding: 20px 0;
    }

    .newsDetail .title h3 {
        font-size: 22px;
    }

    .newsDetail .title span {
        margin: 0;
        display: block;
        margin-bottom: 10px;
    }

    .newsDetail .title {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .regulationsCont .listbox .li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 40px;
    }

    .regulationsCont .listbox .li .imgbox {
        margin-bottom: 20px;
    }

    .newsCont .partybox {
        padding: 20px;
    }

    .newsCont .partybox .imgbox {
        height: 220px;
    }

    .newsCont .partybox .imgbox .fixbox p {
        font-size: 20px;
    }

    .partyCont > .all {
        margin-bottom: 40px;
    }

    .partyCont .newsList {
        background: #fff;
    }

    .newsCont .partybox .listbox .li:last-child {
        border-bottom: none;
    }

    .partyDetail {
        background-size: 100% auto, 60% auto;
    }

    .solveCont .li {
        margin-bottom: 40px;
    }

    .solveCont .li .imgbox {
        position: relative;
        width: 100%;
        height: 200px;
    }

    .solveCont .li .textbox {
        float: none;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .solveCont .li .textbox a {
        padding: 40px 0;
    }

    .solveCont .li .textbox h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .solveCont .li .textbox p {
        font-size: 16px;
        line-height: 26px;
    }

    .solveCont .li .textbox .line {
        margin: 30px 0;
    }

    .solveCont .mainTitle {
        margin-bottom: 40px;
    }

    .personCont .bgCont {
        padding: 40px 40px 60px;
    }

    .personCont .titlebox .tit {
        float: none;
        text-align: left;
    }

    .personCont .titlebox .tit br, .personCont .titlebox .txt br {
        display: none;
    }

    .personCont .listbox .li {
        padding: 40px 0;
    }

    .personCont .listbox .textbox {
        width: 100%;
        margin-bottom: 40px;
    }

    .personCont .listbox .imgbox {
        width: 100%;
        position: relative;
        height: 200px;
    }

    .aboutCont .servicebox .swiper-slide .tit {
        font-size: 16px;
    }

    .aboutCont .servicebox .swiper-slide .fixbox p {
        font-size: 12px;
    }

    .cultureCont .teambox .title, .cultureCont .sloganbox .listbox .li .text h3, .financeCont .question .center h3, .financeCont .advantage .title span, .centerTitle, .foreignCont .superbox .title span, .starCont .outsourcebox .text h3, .businessCont .mapbox .text h3, .outsourceCont .peizhibox .title, .outsourceCont .superbox .title span, .adviceCont .superbox .title span, .lawCont .superbox .title span, .partnerCont .topbox .textbox h3, .newsDetail .information .title, .recruitCont .title, .aboutCont .advantagebox .titlebox .centerTitle {
        font-size: 24px;
    }

    .financeCont .advantage .title, .foreignCont .superbox .title, .outsourceCont .superbox .title {
        background-size: 160% auto;
    }

    .aboutCont .sincebox .textbox h3 {
        font-weight: normal;
        margin: 30px 0 20px;
    }

    .aboutCont .sincebox {
        padding-top: 60px;
    }

    .aboutCont .sincebox .relative img {
        width: 100%;
    }

    .aboutCont .sincebox .textbox {
        padding-bottom: 40px;
    }

    .aboutCont .advantagebox {
        padding: 20px 0;
    }

    .aboutCont .advantagebox .list {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .aboutCont .advantagebox .list p {
        height: auto !important;
        opacity: 1;
    }

    .aboutCont .advantagebox .list .tit {
        margin-bottom: 20px;
    }

    .aboutCont .advantagebox .list p {
        width: 90%;
        text-align: left;
    }

    .aboutCont .servicebox {
        padding: 60px 0 60px;
    }

    .aboutCont .servicebox .swiper {
        padding-bottom: 60px;
    }

    .aboutCont .servicebox .swiper-button-next {
        right: 20px;
    }

    .aboutCont .servicebox .swiper-button-prev {
        right: 80px;
    }

    .aboutCont .servicebox .swiper-pagination-progressbar {
        width: 50%;
    }

    .honorCont .spbox .imgbox {
        height: auto;
    }

    .honorCont .spbox .imgbox .fixbox {
        position: relative;
        z-index: 2;
        padding: 30px 20px;
    }

    .honorCont, .cultureCont .teambox, .solveCont, .personCont, .financeCont .specialbox, .financeCont .speciallybox, .serviceCont .lastbox, .starCont .questionbox, .starCont .outsourcebox, .foreignCont .pathbox, .starCont .listbox, .cultureCont .sloganbox, .businessCont .picbox, .businessCont .mapbox, .outsourceCont .peizhibox, .adviceCont .questionbox, .adviceCont .superbox, .lawCont .superbox, .lawCont .yearbox {
        padding: 60px 0;
    }

    .honorCont .honorList .li {
        width: 49%;
        margin-right: 2% !important;
        margin-bottom: 20px;
    }

    .honorCont .honorList .li:nth-child(3n) {
        margin-right: 2% !important;
    }

    .honorCont .honorList .li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .honorCont .honorList .li .txt {
        font-size: 14px;
    }

    .cultureCont .teambox .title {
        margin-bottom: 40px;
    }

    .cultureCont .teambox .li .tit {
        font-size: 18px;
    }

    .cultureCont .teambox .listbox > img {
        width: 80%;
    }

    .cultureCont .teambox::after {
        height: 40px;
    }

    .cultureCont .sloganbox .listbox .li {
        background-size: 50px;
        background-position: 5px center;
        padding: 40px 0 30px 60px;
        margin-bottom: 20px;
    }

    .cultureCont .sloganbox .listbox .li .text {
        padding-left: 10px;
    }

    .cultureCont .photobox .swiper {
        margin: 0 60px;
    }

    .cultureCont .photobox {
        padding-bottom: 80px;
    }


    .cultureCont .all {
        padding: 0 10px;
    }
    .financeCont .question .center {
        padding-left: 30px;
        width: 100%;
        background: none;
    }

    .financeCont .question .center p, .financeCont .question .fix {
        font-size: 18px;
        line-height: 26px;
    }

    .financeCont .question .fix {
        width: 100%;
        height: auto;
        padding: 20px 30px;
    }

    .financeCont .servebox .list .li {
        font-size: 18px;
    }

    .financeCont .servebox .list1 .li {
        width: 100%;
    }

    .financeCont .servebox .list1, .financeCont .servebox .list2 {
        padding: 40px 20px;
    }

    .financeCont .speciallybox .list .imgbox {
        width: 100%;
    }

    .financeCont .speciallybox .list .textbox .tit {
        width: 100%;
        margin-bottom: 20px;
        background-size: 50px auto !important;
        padding-top: 70px;
    }

    .financeCont .speciallybox .list:last-child .textbox ul {
        padding: 0 0 0 20%;
    }

    .financeCont .speciallybox .list .textbox ul {
        width: 100%;
        padding-left: 20%;
        font-size: 16px;
    }

    .financeCont .speciallybox .list .textbox li {
        line-height: 30px;
    }

    .financeCont .servebox {
        padding: 60px 0 40px;
    }

    .serviceCont .servebox .list {
        flex-wrap: wrap;
    }

    .serviceCont .servebox .list .titlebox {
        width: 100%;
        padding: 30px 0 30px 20px;
    }

    .serviceCont .servebox .list .flexsbox {
        width: 100%;
    }

    .serviceCont .servebox .list .flexsbox .li {
        width: 100%;
        padding: 30px 20px;
    }

    .serviceCont .servebox .list .titlebox .tit {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .serviceCont .servebox .list .titlebox li {
        line-height: 30px;
        font-size: 16px;
    }

    .serviceCont .servebox {
        padding: 60px 0 0;
    }

    .serviceCont .superbox .yuan {
        margin-bottom: 30px;
    }

    .serviceCont .superbox .btnbox {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
    }

    .serviceCont .superbox .btnbox .btn {
        font-size: 14px;
        padding: 10px 10px 10px 35px;
        margin: 0;
        display: inline-block;
        background-size: 20px;
        background-position: 10px center;
        border: 1px solid #fff;
    }

    .serviceCont .superbox .textbox {
        width: 100%;
        height: 230px;
    }

    .serviceCont .superbox .textbox .li.active {
        transform: translateY(0);
    }

    .serviceCont .superbox .textbox .li {
        transform: translateY(0);
        padding: 30px 20px;
        font-size: 12px;
        line-height: 28px;
        text-align: justify;
    }

    .serviceCont .areabox .textbox .title {
        text-align: center;
    }

    .serviceCont .areabox .textbox .title::after {
        left: 50%;
        margin-left: -32px;
    }

    .serviceCont .areabox {
        padding-top: 60px;
    }

    .serviceCont .lastbox ul {
        flex-wrap: wrap;
    }

    .serviceCont .lastbox li, .serviceCont .lastbox .list1 li {
        margin: 0;
        width: 44%;
    }

    .serviceCont .lastbox .list2 li {
        width: 80%;
    }

    .foreignCont .slidebox .centerTitle {
        margin-bottom: 50px;
    }

    .foreignCont .slidebox .swiper {
        padding-bottom: 60px;
    }

    .foreignCont .slidebox .swiper-button-next {
        right: 20px;
    }

    .foreignCont .slidebox .swiper-button-prev {
        right: 80px;
    }

    .foreignCont .slidebox .swiper-pagination-progressbar {
        width: 65%;
    }

    .foreignCont .slidebox .textbox {
        padding: 40px 40px 20px;
    }

    .foreignCont .slidebox .tit::after {
        top: -10px;
    }

    .foreignCont .slidebox .icon {
        margin-bottom: 20px;
    }

    .foreignCont .superbox .list::after {
        display: none;
    }

    .foreignCont .superbox .list {
        width: 100%;
        margin-bottom: 40px;
    }

    .foreignCont .superbox .list .iconbox {
        width: 16%;
        margin-bottom: 30px;
    }

    .foreignCont .superbox {
        padding: 60px 0 40px;
    }

    .foreignCont .mapbox .map .point .name, .foreignCont .mapbox .map .point::after {
        display: none;
    }

    .foreignCont .mapbox {
        padding: 60px 0 20px;
    }

    .foreignCont .mapbox .centerTitle {
        margin-bottom: 40px;
    }

    .foreignCont .mapbox .phonetext {
        display: block;
    }

    .foreignCont .pathbox .flexsbox .textbox {
        position: static;
    }

    .foreignCont .pathbox .flexsbox {
        height: auto;
        padding-bottom: 260px;
    }

    .foreignCont .pathbox .flexsbox::before {
        display: none;
    }

    .foreignCont .pathbox .flexsbox .li .num {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .foreignCont .pathbox .flexsbox .li p {
        font-size: 16px;
        bottom: -40px;
    }

    .foreignCont .pathbox .flexsbox .textbox .cut {
        font-size: 16px;
        line-height: 26px;
    }

    .starCont .questionbox .li {
        width: 100%;
        margin-bottom: 40px;
    }

    .starCont .questionbox .li .txt {
        font-size: 14px;
        /*padding-left: 20%;*/
    }

    .starCont .outsourcebox .text h3 {
        margin-bottom: 20px;
    }

    .starCont .outsourcebox ul {
        width: 100%;
    }

    .starCont .outsourcebox .right {
        background: none;
    }

    .starCont .outsourcebox .title {
        display: none;
    }

    .starCont .outsourcebox ul li span {
        font-size: 18px;
    }

    .starCont .superbox .list .iconbox {
        width: 40%;
    }

    .starCont .listbox .menubox a {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        border-radius: 10px;
    }

    .starCont .listbox .list .title {
        font-size: 18px;
        line-height: 60px;
    }

    .starCont .listbox .list .html {
        padding: 0;
        line-height: 24px;
    }

    .starCont .listbox .centerTitle {
        margin-bottom: 60px;
    }

    .starCont .questionbox .li .txt {
        /* line-height: 80px;*/
    }

    .businessCont .mapbox .text {
        width: 100%;
    }

    .businessCont .mapbox .text p {
        line-height: 30px;
        margin-bottom: 20px;
    }

    .businessCont .mapbox .text .li .num em {
        font-size: 50px;
    }

    .businessCont .mapbox .map {
        width: 100%;
        margin-top: 30px;
    }

    .businessCont .mapbox .echatrs {
        height: 340px;
    }

    .businessCont .mapbox .text .li {
        font-size: 18px;
    }

    .outsourceCont .peizhibox .li .tit {
        line-height: 60px;
        font-size: 18px;
    }

    .outsourceCont .peizhibox .li .tit::before {
        top: 27px;
    }

    .outsourceCont .peizhibox .title {
        margin-bottom: 40px;
    }

    .outsourceCont .superbox .list {
        width: 100%;
    }

    .outsourceCont .superbox .list .imgbox {
        height: auto;
        padding: 40px;
    }

    .outsourceCont .superbox .list .tit {
        font-size: 18px;
    }

    .outsourceCont .superbox .list .imgbox p {
        font-size: 16px;
    }

    .outsourceCont .superbox {
        padding: 60px 0
    }

    .outsourceCont .importbox .text {
        width: 100%;
    }

    .outsourceCont .importbox .text p {
        font-size: 16px;
        line-height: 30px;
    }

    .outsourceCont .importbox .centerTitle {
        margin-bottom: 40px;
    }

    .outsourceCont .importbox {
        padding: 50px 0;
        background: none;
    }

    .outsourceCont .zonghebox {
        padding-top: 60px;
    }

    .outsourceCont .zonghebox .list {
        width: 100%;
    }

    .outsourceCont .zonghebox .list .imgbox {
        width: 120px;
        height: 120px;
        margin: -60px 0 0 -60px
    }

    .outsourceCont .zonghebox .centerTitle {
        margin-bottom: 120px;
    }

    .outsourceCont .zonghebox .list {
        padding: 100px 40px 40px;
        margin-bottom: 100px;
    }

    .outsourceCont .zonghebox .list .tit {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .outsourceCont .zonghebox .list p {
        font-size: 16px;
        line-height: 30px;
    }

    .adviceCont .questionbox .flexsbox {
        margin: 0 20px;
    }

    .adviceCont .questionbox .list {
        width: 100%;
        padding: 100px 30px 40px;
        background-position: center 40px;
        background-size: 40px;
    }

    .adviceCont .questionbox .list p {
        font-size: 18px;
    }

    .adviceCont .superbox .text, .adviceCont .superbox .li3 .text {
        padding-left: 80px;
    }

    .adviceCont .superbox .list::before {
        width: 60px;
        height: 60px;
        margin-top: 0;
        top: 0;
    }

    .adviceCont .projectbox p {
        font-size: 18px;
    }

    .adviceCont .projectbox p {
        padding: 20px 0;
    }

    .adviceCont .projectbox {
        padding: 60px 0 100px;
    }

    .lawCont .superbox .text .cut .tit {
        font-size: 20px;
    }

    .lawCont .superbox .text .cut p {
        font-size: 16px;
        line-height: 26px;
    }

    .lawCont .superbox .title {
        background-size: 160%;
    }

    .lawCont .yearbox .list .li {
        padding-left: 80px;
    }

    .lawCont .yearbox .list .li img {
        width: 40px;
        left: 20px;
    }

    .lawCont .yearbox .centerTitle {
        margin-bottom: 60px;
    }

    .lawCont .yearbox .list .tit {
        font-size: 20px
    }

    .partnerCont .topbox .textbox {
        width: 100%;
        margin-bottom: 40px;
    }

    .partnerCont .topbox .textbox h3 {
        margin-bottom: 20px;;
    }

    .partnerCont .topbox .img {
        width: 60%;
        margin: 0 auto;
    }

    .partnerCont .topbox {
        padding: 60px 0;
    }

    .partnerCont .logobox .swiper-pagination-progressbar {
        width: 70%;
    }

    .newsDetail .information .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        padding: 20px;
    }

    .newsDetail .information .title {
        margin-bottom: 40px;
    }

    .newsDetail .information .list .imgbox {
        height: 200px;
    }

    .recruitCont .listbox .list .head .right span {
        display: inline-block;
    }

    .recruitCont .listbox .list .html {
        padding: 30px 20px;
    }

    .recruitCont .listbox .list .head {
        padding-left: 20px;
    }

    .recruitCont .listbox .list .head .right span {
        margin-right: 20px;
    }

    .recruitCont {
        padding: 60px 0;
    }

    .businessCont .picbox .list .li .txt {
        padding: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .businessCont .picbox .list .li::after {
        left: 10px;
        top: 10px;
        width: 10px;
        height: 10px;
    }

    .aboutCont .sincebox {
        margin-bottom: 120px;
    }

    .aboutCont .advantagebox .titlebox {
        height: 80px;
        top: -80px;
        background: none;
    }

    .lawCont .superbox .text .cut .tit {
        font-size: 20px;
    }

    .lawCont .superbox .text .cut p {
        font-size: 16px;
        line-height: 26px;
    }

    .lawCont .superbox .title {
        background-size: 160%;
    }

    .lawCont .singlebox .swiper {
        margin: 0 40px;
    }

    .lawCont .singlebox .swiper-button-prev, .lawCont .singlebox .swiper-button-next {
        width: 30px;
    }

    .lawCont .lawbox .scroll {
        overflow-x: unset;
    }

    .lawCont .lawbox .bubblebox {
        width: 100%;
        height: auto;
    }

    .contactfix {
        width: 90%;
        left: 5%;
        top: 10%;
        margin: 0;
    }

    .contactfix .box {
        padding-top: 30px;
    }

    .contactfix .box .title {
        font-size: 24px;
        padding-left: 20px;
    }

    .contactfix .box .flexsbox > div p {
        font-size: 20px;
    }

    .contactfix .box .flexsbox > div p span {
        font-size: 20px !important;
    }

    .contactfix .box .flexsbox > div .fz26 {
        font-size: 20px;
    }

    .financeCont .specialbox .list {
        width: 100%;
        margin-bottom: 20px;
        padding: 40px 20px;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.fwlcbox {
    display: flex;
}

.fwlcdiv {
    width: 30%;
    padding: 30px;
}

.fwlcdiv h3 {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.fwlcdiv ul {
    padding-top: 20px;
}

.fwlcdiv li {
    line-height: 26px;
}

.fwlcdiv li:before {
    content: "鈥?;
    color: #000;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
}

.fwlcdiv:nth-child(2) ul {
    display: flex;
    flex-wrap: wrap;
}

.fwlcdiv:nth-child(2) li {
    width: 50%;
}

.zpwb-sycj-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.zpwb-sycj-list .item {
    width: 40%;
    padding: 50px;
}

.zpwb-sycj-list .item ul {

    padding: 10px 0 0;
}

.zpwb-sycj-list .item h3 {
    font-weight: bold;
    border-bottom: 1px solid #cccccc61;
    padding: 0 0 3px;
}

.zpwb-sycj-list .item p {
    line-height: 26px;
}

.zpwb-sycj-list .item li {
    line-height: 26px;
}

/*瀹㈡埛鎰熻阿淇?/
.khgxx {

}

.khgxx ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #ffffff;
    justify-content: space-evenly;
}

.khgxx li {
    width: 23.1%;
    margin: 10px;

}

.khgxx li:hover {
    box-shadow: 0px 0px 7px 1px rgba(204, 204, 204, 0.45);

}

.khgxx li .pic {
    margin: 15px;
    cursor: pointer; /* 榧犳爣鎮仠鏃舵樉绀轰负鎸囬拡 */
}

.khgxx li img {
    width: 100%;
    height: auto;
    border: 1px solid #cccccc94;

}

.khgxx .text {
    margin: 5px 0 10px;
    text-align: center;
}

/*//妯℃€佹锛堣儗鏅級 */
.modal {
    display: none; /* 榛樿涓嶆樉绀 */
    position: fixed; /* 鍥哄畾瀹氫綅 */
    z-index: 999999; /* 浣嶄簬椤跺眰 */
    left: 0;
    top: 0;
    width: 100%; /* 鍏ㄥ睆瀹 */
    height: 100%; /* 鍏ㄥ睆楂 */
    overflow: auto; /* 濡傛灉闇€瑕佹粴鍔ㄦ潯 */
    background-color: rgb(0, 0, 0); /* 鑳屾櫙棰滆壊 */
    background-color: rgba(0, 0, 0, 0.9); /* 鑳屾櫙棰滆壊甯﹂€忔槑搴 */
    padding-top: 5%;
}

/* 妯℃€佹鍐呭锛堝浘鐗囷級 */
.modal-content {
    margin: auto;
    display: block;
    width: 80%; /* 鍥剧墖瀹藉害 */
    max-width: 700px; /* 鏈€澶у搴 */
}

.modal-box {
    position: relative;
    max-width: 700px; /* 瀹瑰櫒瀹藉害 */
    height: auto; /* 瀹瑰櫒楂樺害 */
    margin: auto;
}

#caption {
    text-align: center;
    color: white;
    padding: 10px 0;
}

.close {
    position: absolute; /* 缁濆瀹氫綅 */
    top: 0; /* 璺濈椤堕儴10px */
    right: 3%;
    font-size: 30px;
    color: #ffffff;
}

/*鑱旂郴鎴戜滑*/
.leave_message {
    padding: 50px 0 20px;
}

.sincebox .messageFix {
    position: unset;
    width: 100%;
    height: 650px;
    overflow: hidden;
    padding: 30px 0;
    margin-top: 0;
}

.sincebox h2 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    padding: 50px 0
}

.contact_box {
    width: 100%;

    background-color: #fff;
}

.contact_box p {
    line-height: 28px;
}


.contact_b {
    display: flex;
    margin: auto;
    padding: 30px;
    justify-content: space-around;
}


.contact_b h1 {
    margin-bottom: 30px;
}

.contact_top_left div {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.contact-item {
    width: 50%;
    padding: 6rem 40px;
}

.contact-item .image img {
    max-width: 100%;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .khgxx li {
        width: 48%;
        margin: 5px;
    }

    .fwlcdiv {
        width: 90%;
        padding: 30px 15px 5px;
    }

    .fwlcbox {
        display: flex;
        flex-direction: column;
    }

    .zpwb-sycj-list .item {
        width: 90%;
        padding: 10px 30px;
    }

    /*鑱旂郴鎴戜滑*/
    .contact-item {
        width: 100%;
        padding: 0;
    }

    .contact_b {
        display: flex;
        margin: auto;
        padding: 30px;
        flex-direction: column;
    }
}

@media only screen and (max-width: 500px) {
    .khgxx li {
        width: 43%;
        margin: 3px;
    }


    /*.fwlcdiv {
        width: 90%;
        padding: 30px 15px 5px;
    }

    .fwlcbox {
        display: flex;
        flex-direction: column;
    }

    .zpwb-sycj-list .item {
        width: 90%;
        padding: 10px 30px;
    }*/
}