body {
    overflow-x: hidden;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-fr {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.flex-end {
    display: flex;
    align-items: flex-end;
}

.flex-warp {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.ov_hi {
    overflow: hidden;
}

.bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.bg2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ta5 {
    transition: all 0.5s;
}

.tourism-banner {
    height: 370px;
    margin-top: 80px;
    position: relative;
}

.tourism-banner .main-w {
    position: relative;
}

.tourism-banner .tourism-img {
    position: absolute;
    top: 35px;
    right: 0px;
}

.tourism-banner {
    background: url('../images/tourism-bg.jpg') no-repeat center center;
}

.tourism-banner-txt .title {
    padding-top: 120px;
}

.tourism-banner .swiper-slide .left {
    position: relative;
    height: 100%;
}

.tourism-banner .swiper-slide .left .imgs {
    position: absolute;
    overflow: hidden;
}


/* .tourism-banner .swiper-slide .left .imgs img{width: 100%;height: 100%;}*/

.tourism-banner .left .imgs1 {
    bottom: 87px;
    right: 300px;
    width: 230px;
    height: 290px;
    z-index: 10;
}

.tourism-banner .left .imgs2 {
    bottom: 67px;
    right: 185px;
    width: 230px;
    height: 290px;
    z-index: 20;
}

.tourism-banner .left .imgs3 {
    bottom: 55px;
    right: 55px;
    width: 230px;
    height: 170px;
    z-index: 30;
}

.tour-product-detail {
    padding: 38px 0 60px;
}

.title-boxs {
    text-align: center;
}

.tour-product-detail .title {
    margin-bottom: 50px;
    text-align: center;
}

.tour-product-detail .desc {
    text-indent: 35px;
}

.tour-qd {
    padding: 95px 0 90px;
}

.tour-qd.tour-qd2 .imgs2 {
    width: 555px;
    overflow: hidden;
    margin-top: -18px;
    overflow: hidden;
}

.tour-qd .left {
    position: relative;
    min-height: 345px;
}

.tour-qd .left .imgs {
    position: absolute;
    overflow: hidden;
}

.tour-qd .left .imgs1 {
    width: 440px;
    height: 425px;
    left: 0;
    top: 0;
    z-index: 10;
}

.tour-qd .left .imgs2 {
    width: 225px;
    height: 275px;
    left: 335px;
    top: 131px;
    z-index: 20;
}

.tour-qd .left .imgs3 {
    width: 110px;
    height: 210px;
    left: 290px;
    top: 195px;
    z-index: 30;
}

.tour-qd .right .menus .menus-list {
    width: 110px;
    height: 110px;
    margin-right: 40px;
    margin-bottom: 26px;
    transition: all 0.5s;
}

.tour-qd .right .menus .menus-list .fs-18 {
    transition: all 0.5s;
}

.tour-qd .right .menus .menus-list:nth-child(4n) {
    margin-right: 0;
}

.tour-qd .right .menus .menus-list .img {
    width: 54px;
    height: 54px;
    margin: 0 13px 20px;
}

.tour-qd .right .menus .menus-list:hover {
    margin-top: -25px;
}

.tour-qd .right .menus .menus-list:hover .fs-18 {
    color: #38c1f3;
}

.tour-qd2 .right .menus .menus-list:hover .fs-18 {
    color: #1fcfb0;
}

.a-warp {
    height: 130px;
}

.a-warp a {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    width: 207px;
    height: 53px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.a-warp a {
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
}

.a-warp a .div1 {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 53px;
    padding: 10px;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.a-warp a .div1:nth-child(1) {
    color: #fff;
    background: transparent;
    box-shadow: inset 0 1px 5px 1px #fff;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -30px;
    -webkit-transform-origin: 50% 50% -30px;
    -moz-transform-origin: 50% 50% -30px;
}

.wegoods-list .img {
    overflow: hidden;
}

#banner {
    margin-bottom: -10px;
}

#carousel {
    position: relative;
    z-index: 2;
    margin-top: -10px;
    transform-style: preserve-3d;
    perspective: 800px;
}

#carousel img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -252px;
    transition: transform 0.5s ease-in-out;
    /* box-shadow:8px 8px 20px rgba(0,0,0,.2);*/
    cursor: pointer;
}

#bannerNav {
    position: relative;
    margin-top: 20px;
    height: 10px;
    padding: 10px 0;
    text-align: center;
    display: none;
}

#bannerNav ul li {
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    width: 22px;
    margin: 0 2px;
}

#bannerNav ul li a {
    margin: 0 auto;
    display: block;
    width: 6px;
    height: 6px;
    vertical-align: top;
    border-radius: 3px;
    background: #5e6671;
    font-size: 0;
}

#bannerNav ul li.on a,
#bannerNav ul li:hover a {
    background: #00aeff;
}

#bannerNav ul li.on a {
    width: 20px;
}

#carousel {
    min-height: 510px;
}

#carousel img {
    width: 632px;
    border-radius: 4px;
    opacity: 0;
}

.softs {
    margin-top: 0 !important;
}

.softs img {
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);*/
}

.we-goods {
    padding: 60px 0 90px;
}

.wegoodsmenu {
    padding-top: 30px;
}

.wegoods-list {
    width: 180px;
    margin-right: 95px;
}

.wegoods-list:last-child {
    margin-right: 0px;
}

.wegoods-list .img {
    position: relative;
    transition: all 0.5s;
    height: 165px;
    width: 165px;
    margin-bottom: 40px;
    overflow: hidden;
}

.wegoods-list .img img {
    transition: all 0.5s;
}

.wegoods-list .title {
    text-align: center;
}

.wegoods-list:hover .img img {
    -webkit-animation: opty 1s;
    animation: opty 1s;
    /* transform:rotateY(180deg);-ms-transform:rotateY(180deg);-webkit-transform:rotateY(180deg);*/
}

.wegoods-list .title {
    transition: 0.5s;
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap;*/
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -ms-box;
    -ms-line-clamp: 1;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
}

.wegoods-list:nth-child(1):hover .title {
    color: #0bb1ee;
}

.wegoods-list:nth-child(2):hover .title {
    color: #fca514;
}

.wegoods-list:nth-child(3):hover .title {
    color: #14c7af;
}

.wegoods-list:nth-child(4):hover .title {
    color: #6a7bfe;
}

.wegoods-list:nth-child(5):hover .title {
    color: #30bff2;
}

.s-procedures-bannerimg {
    height: 440px;
    width: 100%;
    background-image: url("../images/xcx27.png");
}

.padt100 {
    padding-top: 100px;
}

.padt100 .title {
    width: 280px;
    margin: 0 auto;
    text-align: center;
}

.xcxbannertop {
    height: 575px;
    margin-top: -200px;
}

.sence {
    width: 120px;
    height: 575px;
    margin-top: -180px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 5px;
    transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
}

.sence ul li {
    position: absolute;
}

.sence ul li img {
    -webkit-box-reflect: below -100px -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 280%);
}

#warp {
    perspective: 800px;
}

.sence img {
    /* width: 120px;height: 180px;*/
    vertical-align: middle;
    /* border-radius: 5px;*/
}

.sence ul li:nth-child(1) {
    height: 432px;
    width: 295px;
    left: -86px;
    top: 115px;
    transform: scale(1.25);
    z-index: 12;
}

.sence ul li:nth-child(2) {
    height: 484px;
    width: 335px;
    left: -106px;
    top: 90px;
    transform: scale(1.05);
    z-index: 14;
}

.sence ul li:nth-child(3) {
    height: 645px;
    width: 360px;
    left: -115px;
    z-index: 20;
}

.sence ul li:nth-child(4) {
    height: 504px;
    width: 360px;
    z-index: 14;
    left: -122px;
    top: 85px;
    transform: scale(1.05);
}

.sence ul li:nth-child(5) {
    height: 432px;
    width: 295px;
    left: -86px;
    top: 115px;
    transform: scale(1.25);
    z-index: 12;
}

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

.pad80100 {
    padding: 80px 0 100px;
    overflow: hidden;
}

.pad8060 {
    padding: 80px 0 60px;
}

.menu-item-list {
    width: 295px;
    height: 204px;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.menu-item-list:nth-child(4n) {
    border-right: none;
}

.menu-item-list:nth-child(5),
.menu-item-list:nth-child(6),
.menu-item-list:nth-child(7),
.menu-item-list:nth-child(8) {
    border-bottom: none;
}

.menu-item-list .img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.menu-item-list:nth-child(1) .title {
    transition: all 0.5s;
}

.menu-item-list:nth-child(1):hover .title,
.menu-item-list:nth-child(5):hover .title {
    color: #0bb1ee;
}

.menu-item-list:nth-child(2):hover .title,
.menu-item-list:nth-child(6):hover .title {
    color: #fca514;
}

.menu-item-list:nth-child(3):hover .title,
.menu-item-list:nth-child(7):hover .title {
    color: #14c7af;
}

.menu-item-list:nth-child(4):hover .title,
.menu-item-list:nth-child(8):hover .title {
    color: #6a7bfe;
}

.xcx-sh-box {
    padding-top: 40px;
}

.xcx-sh-list {
    width: 280px;
    height: 215px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.xcx-sh-list:nth-child(4n) {
    margin-right: 0;
}

.xcx-sh-list .img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.xcx-sh-list .img img {
    transition: all 0.5s;
}

.xcx-sh-list .lista {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 44, 44, 0.2);
    color: #fff;
    font-size: 20px;
    z-index: 3;
}

.xcx-sh-list:hover .img img {
    transform: scale(1.2);
}

.xcx-menu {
    padding: 0 110px 34px;
}

.xcx-menu-list {
    margin-bottom: 30px;
    width: 40%;
}

.xcx-menu-list:nth-child(2n-1) {
    margin-right: 20%;
}

.xcx-menu .xcx-menu-list img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.xcx-menu .xcx-menu-list .c-3 {
    transition: all 0.5s;
}

.xcx-menu .xcx-menu-list:hover .c-3 {
    color: #22a2ff;
}

div.tours2-banner {
    padding: 70px 0px 15px;
}

div.tours2-banner #banner {
    margin-top: 30px;
}

div.tours2-banner.softs {
    padding-bottom: 65px;
}

.qltitle1 {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 20px !important;
}

.qltitle1::before {
    position: absolute;
    content: "";
    width: 206px;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: -222px;
    background-image: url("../images/ql/before.png");
}

.qltitle1::after {
    position: absolute;
    content: "";
    width: 202px;
    height: 2px;
    margin-bottom: -1px;
    bottom: 50%;
    right: -222px;
    background-image: url("../images/ql/after.png");
}

.qltitle2 {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 20px !important;
    /*position: relative;*/
}

.qltitle2::before {
    position: absolute;
    content: "";
    width: 206px;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: -222px;
    background-image: url("../images/ql/before2.png");
}

.qltitle2::after {
    position: absolute;
    content: "";
    width: 202px;
    height: 2px;
    margin-bottom: -1px;
    bottom: 50%;
    right: -222px;
    background-image: url("../images/ql/after2.png");
}

.soft-head {
    margin-top: 80px;
    padding-bottom: 40px;
}

.soft-head .top {
    height: 370px;
    width: 100%;
    background-image: url("../images/ql/soft01.jpg");
}

.soft-head .top .left {
    height: 340px;
    width: 100%;
    position: relative;
}

.soft-head .top .left .img {
    position: absolute;
    right: 0;
    top: 22px;
    width: 637px;
    height: 663px;
    transition: all 0.5s;
}

.soft-head .top .left .img:hover img {
    /* transform: rotate(25deg);*/
}

.soft-head .bottom {
    padding-top: 10px;
    min-height: 240px;
    height: auto;
}

.sofy-list img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.sofy-list {
    transition: all 0.5s;
}

.sofy-list+.sofy-list {
    margin-top: 30px;
}

.sofy-list:hover {
    margin-left: 20px;
    color: #22a2ff;
}

.tours2-banner {
    position: relative;
    padding-top: 80px;
    padding-bottom: 68px;
}

.soft.qli-a.blue {
    padding: 0px 20px;
}

.soft.qli-a.green {
    padding: 0px 20px;
}

.soft-wraps11 {
    position: absolute;
    z-index: 101;
    height: 170px;
    top: 385px;
    left: 0;
    background-image: url("../images/ql/soft11.png");
    width: 100%;
}

.OA-box {
    position: relative;
    margin-top: -100px;
    z-index: 102;
}

.OA-list {
    width: 316px;
    margin-right: 100px;
    margin-bottom: 64px;
}

.OA-list:nth-child(3n) {
    margin-right: 0;
}

.OA-list .img {
    height: 52px;
    width: 52px;
    margin-right: 18px;
}

.OA-list .c-6 {
    transition: all 0.5s;
    height: 44px;
}

.OA-list:hover,
.OA-list:hover .c-6 {
    color: #22a2ff;
}

.zf-sys {
    padding: 65px 0 60px;
}

.zf-sys-box {
    padding-top: 10px;
    width: 1180px;
    margin: 0 auto;
}

.zf-sys-list {
    padding: 25px;
    width: 283px;
    height: 340px;
    margin-right: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.302);
    transition: all 0.3s;
}

.zf-sys-list:nth-child(4n) {
    margin-right: 0;
}

.zf-sys-list .img {
    height: 84px;
    width: 84px;
    margin: 40px auto 30px;
}

.zf-sys-list .img img {
    transition: all 0.5s;
}


/* .zf-sys-list:hover{margin-top: -25px;}*/

.zf-sys-list:hover .img img {
    transform: scale(1.2);
}

.humangl {
    padding: 0 0 80px;
}

.humangl .top {
    height: 475px;
    width: 100%;
    background-image: url("../images/ql/systembg.png");
}

.humangl .top .main-w {
    padding-top: 80px;
    position: relative;
    height: 100%;
}

.humangl .top .main-w .img {
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 140px;
    width: 1000px;
    height: 492px;
    z-index: 10;
}

.mat50 {
    margin-top: 50px;
}

.swiper-container-resume {}

.swiper-container-resume .swiper-slide {}

.swiper-container-resume .swiper-slide .other-list {
    width: 100%;
}

.humangl .bottom {
    padding-top: 135px;
}

.humangl .bottom .other-menu .other-list {
    width: 215px;
    /*width: 220px;*/
    height: 240px;
    margin: 0px auto;
    display: flex;
    overflow: visible;
    position: relative;
    box-shadow: 0px 0px 10px 0.9px rgba(153, 153, 153, 0.2);
    transition: all 0.5s;
}

.humangl .bottom .other-menu .other-list .img {
    position: absolute;
    left: 50%;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0.9px rgba(153, 153, 153, 0.2);
    top: -48px;
    margin: 0;
    z-index: 99;
    margin-left: -48px;
    background: #fff;
    transition: all 0.5s 0.5s;
}

.humangl .bottom .other-menu .other-list:hover {
    box-shadow: 0px 0px 10px 0.9px rgba(153, 153, 153, 0.3);
}

.humangl .bottom .other-menu .other-list:hover .img {
    box-shadow: 0px 0px 10px 0.9px rgba(153, 153, 153, 0.3);
    transform: rotateY(180deg);
}

.humangl .bottom .other-menu .other-list .img img {
    width: 44px;
    height: 44px;
    transition: all 0.5s 0.5s;
}

.humangl .bottom .other-menu .other-list:hover .img img {
    transform: scale(1.2);
}

.humangl .bottom .other-menu .swiper-container {
    padding: 58px 0 50px;
    padding-left: 0;
}

.padlr30 {
    padding: 0 30px;
    max-width: 100%;
}

.tour-soft {
    padding: 80px 0;
}

.tour-soft-menu {
    padding: 20px 0 40px;
}

.tour-soft-menu .left,
.tour-soft-menu .right {
    width: 280px;
}

.tour-soft-menu .left .ts-left-list {
    text-align: right;
    padding-right: 60px;
}

.tour-soft-menu .right .ts-left-list {
    text-align: left;
    padding-left: 60px;
}

.tour-soft-menu .ts-left-list {
    transition: all 0.3s;
}

.tour-soft-menu .ts-left-list+.ts-left-list {
    margin-top: 37px;
}

.tour-soft-menu .left .img,
.tour-soft-menu .right .img {
    width: 56px;
    height: 56px;
    transition: all 0.5s;
}

.tour-soft-menu .left .img {
    margin-left: 28px;
}

.tour-soft-menu .right .img {
    margin-right: 28px;
}

.tour-soft-menu .flex-1 .img {
    width: 556px;
    height: 376px;
    position: relative;
    overflow: hidden;
}

.tour-soft-menu .ts-left-list:hover {
    color: #11c5ae;
}

.tour-soft-menu .ts-left-list:hover .img {
    animation: imgrou45 1s linear;
}

.mab34 {
    margin-bottom: 34px !important;
}

.mal-5 {
    margin-left: -5%;
}

.mal-8 {
    margin-left: -8%;
}

.mal-10 {
    margin-left: -10%;
}

.other-menu {
    width: 1190px;
    margin: 0 auto;
    position: relative;
    margin-top: 41px;
}

.other-menu .swiper-container {
    /* overflow: visible;*/
    padding-top: 35px;
}

.other-menu .other-list {
    border-radius: 4px;
    width: 220px;
    height: 230px;
    display: block;
    overflow: hidden;
    border: 1px solid #ededed;
    transition: all 0.5s;
}

.other-menu .other-list .img {
    width: 66px;
    height: 68px;
    margin: 50px auto 45px;
}

.other-menu .other-list .title {
    height: 60px;
    display: flex;
    max-width: 100%;
}

.other-menu .other-list:hover {
    margin-top: -25px;
}

.manager-show {
    padding-top: 22px;
}

.manager-show .qli-a {
    display: inline-block;
    width: 190px;
    padding: 0px 0px;
    text-align: center;
    line-height: 36px;
}

.manager-show .qli-a .tlr2 {
    display: inline-block;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

.whiteqbg {
    background: transparent;
    border: 1px solid #fff;
}

.oranges {
    background: transparent;
    border: 1px solid #fe881b;
    margin-top: 40px;
}

.oranges:hover {
    background: #fe881b;
    border: 1px solid #fe881b;
}

.c-orange {
    color: #fe881b;
}

.oranges:hover .c-orange {
    color: #fff;
}

.qli-a .tlr4 {
    margin-left: 8px;
    width: 22px;
    height: 7px;
    display: block;
    transition: all 0.5s;
    background-image: url(../images/ql/tlr4.jpg);
}

.qli-a:hover .tlr4 {
    background-image: url(../images/ql/tlr.png);
}

.qli-a .tlr3 {
    margin-left: 8px;
    width: 22px;
    height: 7px;
    display: block;
    transition: all 0.5s;
    background-image: url(../images/ql/tlr.png);
}

.other-menu .swiper-button-prev,
.other-menu .swiper-container-rtl .swiper-button-prev {
    left: -70px;
    right: auto;
    z-index: 99;
    background-image: url("../images/ql/leftc-c.png");
    opacity: 0.5;
}

.other-menu .swiper-button-prev:hover {
    opacity: 1;
}

.other-menu .swiper-button-next,
.other-menu .swiper-container-rtl .swiper-button-next {
    right: -70px;
    left: auto;
    z-index: 99;
    background-image: url("../images/ql/rightc-c.png");
    opacity: 0.5;
    outline: none;
}

.other-menu .swiper-button-next:hover {
    opacity: 1;
}

.lefticowerp {
    width: 745px;
    height: 620px;
    position: relative;
}

.lefticowerp .img1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 496px;
    height: 610px;
}

.lefticowerp .img2 {
    position: absolute;
    left: 332px;
    bottom: 0;
    width: 394px;
    height: 495px;
}

.index-suc-main h3.mab0 {
    margin-bottom: 0px;
}

.rightwerp {
    width: 495px;
    padding-left: 47px;
    height: 425px;
    margin-bottom: 30px;
    border-left: 1px solid #b2ddff;
}

.rightwerp ul li {
    position: relative;
    width: 448px;
    height: 123px;
    border-radius: 4px;
    padding: 0 36px;
    box-shadow: 0px 10px 18px 2px rgba(153, 153, 153, 0.2);
    background-image: -moz-linear-gradient(153deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 34%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(153deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 34%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(153deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 34%, rgb(255, 255, 255) 100%);
    color: #666;
    transition: all 0.5s;
}

.rightwerp ul li::before {
    content: "";
    border-radius: 50%;
    background-color: rgb(0, 143, 255);
    opacity: 0.671;
    position: absolute;
    width: 12px;
    height: 12px;
    left: -53.5px;
    top: 50%;
    margin-top: -6px;
}

.rightwerp ul li::after {
    content: "";
    border-radius: 50%;
    background-color: rgb(0, 143, 255);
    opacity: 0.302;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    left: -58.5px;
}

.rightwerp ul li+li {
    margin-top: 30px;
}

.rightwerp ul li:hover {
    border-radius: 4px;
    background-image: -moz-linear-gradient(153deg, rgb(138, 218, 254) 0%, rgb(69, 181, 255) 34%, rgb(0, 143, 255) 100%);
    background-image: -webkit-linear-gradient(153deg, rgb(138, 218, 254) 0%, rgb(69, 181, 255) 34%, rgb(0, 143, 255) 100%);
    background-image: -ms-linear-gradient(153deg, rgb(138, 218, 254) 0%, rgb(69, 181, 255) 34%, rgb(0, 143, 255) 100%);
    box-shadow: 0px 10px 18px 2px rgba(153, 153, 153, 0);
}

.rightwerp ul li:hover .title {
    color: #fff;
    font-weight: bold;
}

.rightwerp ul li .gradient {
    transition: 0.5s 0.5s;
    z-index: -1;
    opacity: .2;
}

.rightwerp ul li:hover .gradient {
    opacity: 1;
    z-index: 11;
}

.tour-listmenu {
    padding: 60px 0;
}


/*fyz 2019-10-14 add start*/

.m {
    margin: 0px auto;
}

.red {
    border: 1px solid red;
}

.oa-main {
    margin-top: 80px;
    padding-bottom: 40px;
}

.oa-top {
    height: 400px;
    background: url('../images/oa-bg.jpg') no-repeat center center;
}

.oa-top-box {
    height: 400px;
    overflow: hidden;
}

.oa-top .title {
    padding-top: 90px;
}

.oa-three {
    width: 1175px;
    height: 170px;
    position: relative;
}

.oa-three .tours2-banner {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.oa-three div.tours2-banner.softs {
    padding-bottom: 0px;
}

.oa-three #carousel {
    min-height: 280px;
}


/**/

.oa-list {}

.oa-list .oa-list-item {
    overflow: hidden;
    padding: 75px 0px;
    background: #fff;
}

.oa-list .oa-list-item .main-w {
    overflow: hidden;
}

.oa-list .oa-list-item .img {
    width: 50%;
}

.oa-list .oa-list-item .text {
    width: 50%;
}

.oa-list .oa-list-item .text-box {
    width: 360px;
}

.oa-list .oa-list-item .title-box {
    border-left: 4px solid #008cff;
    padding-left: 15px;
}

.oa-list .oa-list-item .title-box .tt {
    font-size: 28px;
    padding-bottom: 15px;
    font-weight: bold;
}

.oa-list .oa-list-item .title-box .ttu {
    text-transform: uppercase;
}

.oa-list .oa-list-item .desc-box {
    line-height: 28px;
    padding-top: 25px;
}

.oa-list .oa-list-item .img img {
    width: auto;
    max-width: 100%;
}

.oa-list .oa-list-item .text .konw-more {
    padding-top: 50px;
    width: 150px;
}

.oa-list .oa-list-item:nth-child(2n+1) {
    background: #fff;
}

.oa-list .oa-list-item:nth-child(2n+1) .img {
    float: left;
    overflow: hidden;
}

.oa-list .oa-list-item:nth-child(2n+1) .img img {
    float: left;
}

.oa-list .oa-list-item:nth-child(2n+1) .text {
    float: right;
}

.oa-list .oa-list-item:nth-child(2n+1) .text-box {
    float: right;
    padding-top: 60px;
    margin-right: 100px;
}

.oa-list .oa-list-item:nth-child(2n) {
    background: #fafafa;
}

.oa-list .oa-list-item:nth-child(2n) .img {
    float: right;
    overflow: hidden;
}

.oa-list .oa-list-item:nth-child(2n) .img img {
    float: right;
}

.oa-list .oa-list-item:nth-child(2n) .text {
    float: left;
    padding-top: 60px;
    padding-left: 100px;
}


/**/

.wow {
    visibility: hidden;
}

.oa-advantage {
    padding: 70px 0px 15px;
}

.advantage-list {
    padding-top: 25px;
    overflow: hidden;
}

.advantage-list-w110 {
    width: 110%;
    overflow: hidden;
}

.advantage-item {
    width: 400px;
    height: 175px;
    background: #fafafa;
    padding: 30px 0px 0px 40px;
    float: left;
    margin: 0px 40px 40px 0px;
}

.advantage-item:nth-child(1) {
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
}

.advantage-item:nth-child(2) {
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.advantage-item:nth-child(3) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.advantage-item:nth-child(4) {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.advantage-item:nth-child(5) {
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
}

.advantage-item:nth-child(6) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
}

.advantage-item .title {
    padding-left: 30px;
    background: url('../images/ql/yes.png') no-repeat left center;
}

.advantage-item .desc {
    padding-top: 15px;
}


/**/

.tourism-item {
    width: 110%;
    padding-top: 52px;
    overflow: hidden;
}

.tourism-items {
    width: 320px;
    height: 120px;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    line-height: 120px;
    overflow: hidden;
    float: left;
}


/*.tourism-items:hover{background: #fafafa;}*/

.tourism-items:hover .text {
    color: #2aa6ff;
    text-indent: 3px;
}

.tourism-items:nth-child(4n) {
    border-right: none;
}

.tourism-items:nth-child(5) {
    border-bottom: none;
}

.tourism-items:nth-child(6) {
    border-bottom: none;
}

.tourism-items:nth-child(7) {
    border-bottom: none;
}

.tourism-items:nth-child(8) {
    border-bottom: none;
}

.tourism-items .img {
    width: 52px;
    margin: 0px 40px 0px 45px;
    float: left;
}

.tourism-items .text {}


/**/

.tourism-more {
    padding: 73px 0px 60px;
}


/*首页OA管理系统*/

.index-oa-management {
    padding: 58px 0px;
    background: #fafafa;
}

.index-oa-management #carousel {
    min-height: 530px;
}

.index-oa-management .index-suc-main h3 {
    margin-top: 0px;
}

.index-oa-management .tours2-banner {
    height: 380px;
    padding: 0px;
}

.index-oa-management .soft-wraps11 {
    top: 285px;
}


/**/

.oa-management-fun {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
    z-index: 102;
}

.oa-management-row {
    width: 650px;
    height: 220px;
    float: left;
    margin-bottom: 20px;
}

.management-more {
    margin: 45px;
}

.management-more .title {
    width: 400px;
    line-height: 40px;
    font-weight: bold;
}

.management-more .title-more {
    width: 150px;
    margin: 0px;
}

.management-more .tourism-more {
    padding: 30px 0px 0px;
}


/**/

.management-item {
    width: 295px;
    height: 220px;
    padding: 45px;
    margin-bottom: 20px;
    float: left;
}

.management-item .img {
    width: 52px;
    height: 55px;
}

.management-item .title {
    line-height: 48px;
}

.management-item .desc {
    width: 212px;
    line-height: 21px;
}

.management-item:nth-child(4) {
    margin-right: 30px;
}

.management-item:nth-child(5) {
    margin-right: 30px;
}

.management-item:hover .title {
    font-weight: bold;
}

.management-item:hover {
    background: #fff;
    box-shadow: 0px 10px 18px 0px rgba(153, 153, 153, 0.2);
}

.management-item:hover .title {
    font-weight: bold;
}

.management-item.active .title {
    font-weight: bold;
}

.management-item.active {
    background: #fff;
    box-shadow: 0px 10px 18px 0px rgba(153, 153, 153, 0.2);
}

.management-item.active .title {
    font-weight: bold;
}


/*fyz 2019-10-14 add end*/


/* 2022-04-11 ql */

.edu-services {
    width: 100%;
    min-height: 832px;
    background-image: url(../images/edu-services-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 640px;
}

.edu-services-menu .edu-services-warp {
    position: relative;
    height: 370px;
}

.edu-services-menu .edu-services-warp .edu-list {
    transition: all 0.5s;
    position: absolute;
}

.edu-services-menu .edu-services-warp .edu-list:nth-child(1) {
    left: 143px;
    bottom: 114px;
}

.edu-services-menu .edu-services-warp .edu-list:nth-child(2) {
    left: 207px;
    bottom: 230px;
}

.edu-services-menu .edu-services-warp .edu-list:nth-child(3) {
    left: 437px;
    bottom: 324px;
}

.edu-services-menu .edu-services-warp .edu-list:nth-child(4) {
    left: 684px;
    bottom: 324px;
}

.edu-services-menu .edu-services-warp .edu-list:nth-child(5) {
    left: 916px;
    bottom: 230px;
}

.edu-services-menu .edu-services-warp .edu-list:nth-child(6) {
    left: 983px;
    bottom: 114px;
}

.edu-list img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.edu-list:hover {
    margin-left: 0;
    color: #22a2ff;
}

.edu-item-box {
    height: 290px;
    padding-top: 56px;
    overflow: hidden;
}

.edu-item-box .item img {
    display: block;
    margin: 0 auto;
    max-width: 41px;
    max-height: 39px;
    object-fit: contain;
}

.edu-item-box .item h4 {
    text-align: center;
    font-weight: 550;
    line-height: 46px;
    margin-top: 8px;
    font-size: 18px;
    color: #fff;
}

.edu-item-box .item p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    max-width: 196px;
    margin: 0 auto;
}

.shop-services {
    background: #fff;
    padding: 70px 0 68px;
}

.shop-menu-box {
    padding: 30px 45px 0;
}

.shop-menu-box .item {
    background-color: rgb(255, 255, 255);
    padding: 1px;
    box-shadow: 0px 0px 7.36px 0.64px rgba(116, 116, 116, 0.15);
    width: 380px;
    height: 141px;
    z-index: 265;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    transition: all .5s;
}

.wrap {
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 30px 0 36px;
}

.shop-menu-box .item:nth-child(3n) {
    margin-right: 0;
}

.shop-menu-box .item:hover {
    background-image: -moz-linear-gradient(99deg, rgb(254, 101, 21) 0%, rgb(254, 171, 33) 100%);
    background-image: -webkit-linear-gradient(99deg, rgb(254, 101, 21) 0%, rgb(254, 171, 33) 100%);
    background-image: -ms-linear-gradient(99deg, rgb(254, 101, 21) 0%, rgb(254, 171, 33) 100%);
    box-shadow: 0px 0px 7.36px 0.64px rgba(116, 116, 116, 0.15);
}

.shop-menu-box .item .img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 36px;
}

.shop-menu-box .item .flex-1 {
    max-width: 230px;
}

.shop-menu-box .item h3 {
    font-size: 22px;
    color: #333;
    line-height: 44px;
}

.shop-menu-box .item p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.financial-management {
    background: #fff;
    padding: 70px 0 78px;
}

.perstyle-box {
    height: 494px;
    margin-top: 20px;
}

.perstyle-box .left-menu {
    height: 54px;
    width: 100%;
}

.perstyle-banner {
    height: 440px;
    width: 100%;
    z-index: 8;
}

.perstyle-banner .swiper-container,
.perstyle-banner .swiper-wrapper,
.perstyle-banner .item {
    width: 100%;
    height: 100%;
}


/* .perstyle-banner .item img {
    width: 100%;
    height: 100%;
} */

.perstyle-box .left-menu {
    position: static;
    padding: 0 40px;
    border-bottom: 4px solid #eee;
}

.perstyle-box .left-menu .item {
    width: 100%;
    /* margin: 0 40px; */
    height: 100%;
    line-height: 54px;
    text-align: center;
    background: #fff;
    color: #666;
    font-size: 18px;
    position: relative;
}

.perstyle-box .swiper-pagination .swiper-pagination-bullet {
    width: 154px;
    margin: 0 40px;
    height: 100%;
    line-height: 54px;
    text-align: center;
    background: #fff;
    color: #666;
    font-size: 18px;
    position: relative;
    display: block;
    border-radius: 0;
    opacity: 1;
    border: none;
    outline: none;
}

.perstyle-box .swiper-pagination .item i {
    display: none;
    transition: all 0.4s;
    overflow: visible;
}

.perstyle-box .swiper-pagination .swiper-pagination-bullet-active,
.perstyle-box .swiper-pagination .swiper-pagination-bullet-active .item {
    background: #f6fbff;
    color: #666;
}

.perstyle-box .swiper-pagination .swiper-pagination-bullet-active .item i {
    position: absolute;
    display: block;
    opacity: 1;
    bottom: -4px;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #4292fe;
    z-index: 9;
}

.perstyle-box .swiper-pagination .swiper-pagination-bullet {
    margin: 0 40px;
}

.perstyle-banner .item .ico {
    height: 100%;
    width: 50%;
}

.perstyle-banner .item .ico img {
    max-width: 506px;
    max-height: 382px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.sofy-list:hover a {
    color: #22a2ff;
}

.fm-right-msg {
    padding: 0 188px 0 68px;
    width: 50%;
}

.fm-right-msg h3 {
    padding-left: 10px;
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.fm-right-msg .p1 {
    padding: 0 10px;
    line-height: 34px;
    font-size: 16px;
    color: #fea142;
}

.fm-right-msg .p2 {
    line-height: 24px;
    font-size: 14px;
    padding: 0 10px;
    color: #999;
    height: 72px;
    margin-bottom: 14px;
}

.fm-right-msg .switch-box .items {
    margin-right: 32px;
}

.fm-right-msg .switch-box .items:nth-child(4) {
    margin-right: 0;
}

.fm-right-msg .switch-box .items .img-box {
    border-radius: 50%;
    background-image: none;
    background-color: #fff;
    box-shadow: 3.28px 3.774px 7.68px 0.32px rgba(116, 116, 116, 0.2);
    width: 66px;
    height: 66px;
    margin: 0 0 16px;
}

.fm-right-msg .switch-box .items:hover .img-box {
    background-color: transparent;
    background-image: -moz-linear-gradient(135deg, rgb(254, 101, 21) 0%, rgb(254, 171, 33) 100%);
    background-image: -webkit-linear-gradient(135deg, rgb(254, 101, 21) 0%, rgb(254, 171, 33) 100%);
    background-image: -ms-linear-gradient(135deg, rgb(254, 101, 21) 0%, rgb(254, 171, 33) 100%);
}

.fm-right-msg .switch-box .items .img-box img {
    width: auto;
    height: auto;
    max-width: 32px;
    object-fit: contain;
}

.fm-right-msg .switch-box .items h5 {
    font-size: 14px;
    color: #666;
    text-align: center;
    font-weight: 400;
}

.fm-right-msg .switch-box .items:hover .img-box img {
    -webkit-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}


/* 2022-04-11 ql end*/