body {
    overflow-x: scroll;
}

a {
    text-decoration: none;
}

.content {
    width: 100%;
    /* min-width: 1024px; */
    /* overflow-x: scroll; */
}

.wrapmain {
    background-color: #f0f1f5;
    min-height: 100%;
    width: 100%;
    min-width: 1024px;
}

.introduce_box {
    font-size: 0;
    padding: 76px 0 32px 0;
}

.introduce_desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 36px;
    padding: 0 36px;
    text-indent: 2em;
}

.introduce_content_box {
    height: 660px;
    width: 96.66%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px;
    box-sizing: border-box;
    margin-left: -40px;
}

.introduce_content {
    border: 1px solid #cccccc;
    width: 100%;
    height: 100%;
}

.introduce {
    background: url(../images/intro_bg1.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 798px;
    display: flex;
}

.introduce_left img {
    /* width: 122px; */
    height: 195px;
}

.introduce_left,
.introduce_right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.time_onther {
    font-size: 14px;
    color: #323232;
}

.day {
    font-size: 34px;
    font-weight: bold;
    font-family: PingFangSC-Semibold, sans-serif;
    color: #323232;
}

.news_right {
    /* opacity: 0; */
}

.news_left {
    text-align: center;
    padding-right: 30px;
    padding-left: 10px;
    /* opacity: 0; */
}

.news_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.news_content a:hover .news_title {
    text-decoration: underline;
    color: #ffa400;
}

.news_title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #323232;
}

.news_desc {
    margin-top: 14px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*font-weight: 300;*/
    color: #666;
    font-family: PingFangSC-Regular, sans-serif;
}

.news_content li {
    overflow: hidden;
    display: flex;
    width: 48.75%;
    box-sizing: border-box;
    padding: 30px 20px;
    background: #ffffff;
    /* box-shadow: 0px 0px 16px 0px rgba(211,210,210,0.40); */
    margin-bottom: 20px;
    transition: 0.2s;
    cursor: pointer;
}

.news_content a {
    display: flex;
}

.news_content li:hover {
    margin-top: -2px;
    box-shadow: 0px 5px 10px rgba(189, 189, 189, 0.4);
}

.process_desc {
    line-height: 26px;
    font-size: 16px;
    padding: 0 20px;
    text-align: left;
    /*font-weight: 300;*/
    color: #323232;
    font-family: PingFangSC-Regular, sans-serif;
}

.process_icon {
    font-size: 0;
    padding: 38px 0;
    display: flex;
    justify-content: center;
}

.process_icon img {
    width: 100px;
    height: 100px;
}

.process_content {
    position: relative;
    height: 344px;
    background: #fff;
    width: 90%;
    margin: 0 auto;
}

.active_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #FFA400;
    transition: 2.8s;
}

.swiper-slide-active .active_line {
    width: 100%;

}

.process_content_box {
    width: 100%;
    background: transparent;
}

.swiper-slide-active .process_num {
    background: #ffa400;
}

.swiper-slide-active .out {
    border: 1px solid #fafafa;
    background: #ffa400;
}

.swiper-slide-active .inner {
    color: #FAFAFA;
}

.process_num {
    /* background: #ffa400; */
    background: #fafafa;
    border-radius: 8px;
    width: 54px;
    height: 54px;
    padding: 4px;
    box-sizing: border-box;
    margin: 43px auto 0;
    transform: rotate(45deg);
}

.index_images {
    margin-top: 60px;
}

.index_images img {
    width: 100%;
}

.out {
    /* border: 1px solid #fafafa; */
    border: 1px solid #b6b6b6;
    /* background: #ffa400; */
    background: #fafafa;
    border-radius: 9px;
    width: 44px;
    height: 44px;
}

.inner {
    width: 100%;
    height: 100%;
    line-height: 44px;
    /* color: #FAFAFA; */
    color: #323232;
    transform: rotate(-45deg);
    text-align: center;
    font-weight: 700;
    font-family: PingFangSC-Semibold, sans-serif;
}

.process_line2 {
    margin: 0 auto 0;
    height: 75px;
    width: 1px;
    background: rgba(209, 231, 251, 0.6);
}

.process_line {
    border-bottom: 1px dotted rgba(209, 231, 251, 0.4);
    margin-top: -30px;
}

.process_title {
    background: url(../images/8-0.png) no-repeat;
    background-size: 100% 100%;
    width: 160px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #323232;
}

#banner2 .swiper-container {
    height: 536px;
}

#banner1 .swiper-container {
    width: 100%;
    /* height: 300px; */
}

.banner2 .swiper-slide {
    background: transparent;
    /* width: 25%; */
}

/* .banner2 .swiper-slide:hover{
} */
#banner1 .swiper-slide img {
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 30px 2px #f0eded;
}

#banner1 .swiper-slide {
    /*width: 284px  !important;
    padding:16px;*/
    text-align: center;
    font-size: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.case_name {
    line-height: 56px;
    font-size: 20px;
    padding: 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #323232;
}

.case_desc {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 16px 16px;
    line-height: 26px;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.case_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case_content li {
    width: 23.75%;
    background: #fff;
    margin-bottom: 16px;
    cursor: pointer;
}

.case_content li:hover img {
    transform: scale(1.3);
}

.case_img {
    width: 100%;
    overflow: hidden;
    font-size: 0;
}

.case_img img {
    object-fit: cover;
    transition: 3s;
    width: 100%;
    height: 210px;
}

.clear {
    clear: both;
}

.case_class {
    display: flex;
    flex-wrap: wrap;
}

.case_class li {
    width: 12.5%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #B2B2B2;
    border-radius: 25px;
    font-size: 20px;
    margin-bottom: 22px;
    margin-right: 16px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #666;
}

.case_class li:hover {
    color: #FFA400;
    border: 1px solid #ffa400;
}

.open_on {
    display: none;
}

.our_service {
    display: flex;
    justify-content: space-between;
}

.our_service li {
    color: #fafafa;
    width: 23.75%;
    height: 360px;
    border-radius: 2px;
    position: relative;
}

.our_service_item {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    transition: all 1s;
    width: 100%;
    height: 100%;
}

.our_service_item_font,
.our_service_item_back {
    box-shadow: 0px 0px 16px 0px rgba(211, 210, 210, 0.40);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    perspective: 500;
    -webkit-perspective: 500;
    transition: .8s;
    background-size: cover;
    background-position: center;
    -ms-transition: transform .7s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
    transition: transform .7s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
    -webkit-transition: transform .7s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.our_service_item_back {
    transform: rotateY(180deg);
}

.our_service_item_font div {
    transform: translateY(0%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(0%) translateZ(60px) scale(.94);
    -ms-transform: translateY(0%) translateZ(60px) scale(.94);
}

.our_service_item_back div {
    transform: translateY(0%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(0%) translateZ(60px) scale(.94);
    -ms-transform: translateY(0%) translateZ(60px) scale(.94);
}

.our_service li:hover .our_service_item {
    transform: rotateY(180deg);
}

.service_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_icon img:nth-child(2) {
    margin-left: 40px;
}

.service_desc_big {
    font-size: 20px;
    text-align: center;
}

.service_desc_small {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    /* width: 13em; */
    margin: 26px auto 0;
    /*font-weight: 300;*/
}

.service_desc {
    text-align: center;
    font-size: 20px;
    margin-top: 26px;
}

.our_service li:first-child .our_service_item_font,
.our_service_item:first-child .our_service_item_back {
    background: url(../images/app_bg.png) no-repeat;
    background-size: cover;
}

.process {
    background: url(../images/process_bg.png) no-repeat;
    background-size: cover;
    height: 960px;
    margin-top: 90px;
}

.our_service li:nth-child(2) .our_service_item_font,
.our_service li:nth-child(2) .our_service_item_back {
    background: url(../images/small_app_bg.png) no-repeat;
    background-size: cover;
}

.our_service li:nth-child(3) .our_service_item_font,
.our_service li:nth-child(3) .our_service_item_back {
    background: url(../images/public_bg.png) no-repeat;
    background-size: cover;
}

.our_service li:nth-child(4) .our_service_item_font,
.our_service li:nth-child(4) .our_service_item_back {
    background: url(../images/web_bg.png) no-repeat;
    background-size: cover;
}

.info_btn {
    border: 1px solid #323232;
    height: 40px;
    width: 180px;
    border-radius: 25px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    transition: background 2s;
}

.forge_app_box li:hover .ball {
    opacity: 1;
}

.forge_app_box li:hover .make_app_title {
    color: #FFA400;
}

.forge_app_box li:hover .make_app_icon_circle {
    border: 1px solid #ffa400;
}

.forge_app_box li:hover .make_app_icon_circle {
    transform: rotate(360deg);
}

.forge_app_box li:hover .make_app_icon_circle>div {
    transform: rotate(-360deg);
}

/* .forge_app_box li:hover .make_app_icon_circle img{
    transform: rotate(360deg);
} */
.forge_app_box li:hover .off {
    display: none;
}

.on {
    display: none;
    transition: 2s;
}

.off {
    transition: 2s;
}

.forge_app_box li:hover .on {
    display: block;
    /* transform: rotate(-3600deg); */
}

.make_app_icon_circle img {
    transition: 2s;
}

.make_app_icon_circle>div {
    transition: transform 2s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.ball {
    transition: 2s;
    opacity: 0;
    position: absolute;
    top: -13px;
    background: #fff;
}

.ball em {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFA400;
    margin: 8px;
}

.make_app_icon {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 30px 0;
}

.make_app_icon_circle {
    transition: transform 2s;
    position: relative;
    border: 1px solid #323232;
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.make_app_title {
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    /* transition: 2s; */
    color: #323232;
}

.make_app_title span {
    font-size: 12px;
}

.make_app_desc {
    font-size: 16px;
    color: #666;
    overflow: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 0 24px 0;
    overflow: hidden;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.forge_app_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.forge_app_box li {
    width: 32%;
    background: #ffffff;
    border-radius: 2px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 60px;
    cursor: pointer;
}

.one_circle {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    margin-right: 40px;
    box-shadow: 0px 4px 20px 0px rgba(255, 163, 0, 0.30);
    background: #ffe7b9;
}

.two_circle {
    margin-top: 10px;
    display: inline-block;
    background: #FFA400;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.advantages_title {
    font-size: 20px;
    color: #323232;
}

.advantages_des {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;

}

.telphone {
    color: #FFA400;
    font-size: 16px;
    text-align: center;
    width: 280px;
    margin-top: 14px;
}

.choose_us_content {
    display: flex;
    margin-top: 30px;
}

.choose_us_content ul li:nth-child(1) {
    margin-left: -208px;
}

.choose_us_content ul li:nth-child(1) .advantages_title {
    margin-left: -186px;
}

.choose_us_content ul li:nth-child(2) {
    margin-left: -60px;
    margin-top: 70px;
}

.choose_us_content ul li:nth-child(2) .advantages_title {
    margin-left: -76px;
}

.choose_us_content ul li:nth-child(3) {
    margin-left: -2px;
    margin-top: 70px;
}

.choose_us_content ul li:nth-child(3) .advantages_title {
    margin-left: -52px;
}

.choose_us_content ul li:nth-child(4) {
    margin-left: 15px;
    margin-top: 70px;
}

.choose_us_content ul li:nth-child(4) .advantages_title {
    margin-left: -39px;
}

.choose_us_content ul li:nth-child(5) {
    margin-left: -1px;
    margin-top: 70px;
}

.choose_us_content ul li:nth-child(5) .advantages_title {
    margin-left: -35px;
}

.choose_us_content ul li:nth-child(6) {
    margin-left: -46px;
    margin-top: 70px;
}

.choose_us_content ul li:nth-child(6) .advantages_title {
    margin-left: -51px;
}

.choose_us_content ul li:nth-child(7) {
    margin-left: -235px;
    margin-top: 70px;
}

.choose_us_content ul li:nth-child(7) .advantages_title {
    margin-left: -35px;
}

.company_info img {
    width: 160px;
    margin-left: 60px;
}

.company_info button:hover {
    background: linear-gradient(0deg, #e99600 0%, #ffa400 100%);
}

.company_info button {
    margin-top: 40px;
    width: 280px;
    height: 70px;
    border-radius: 40px;
    color: #FAFAFA;
    font-size: 28px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    background: linear-gradient(0deg, #ffa400 0%, #ffb52f 100%);
    cursor: pointer;
    border: none;
}

.company_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.circle_box {
    position: relative;
}

.choose_us {
    background-color: #fff;
    /* padding-bottom: 50px; */
}

/* 9.2新改的选择我们模块 */

.sel_content {
    height: 570px;
    position: relative;
    /* overflow: hidden; */
}

.rotate {
    width: 666px;
    height: 536px;
    position: absolute;
    left: 50%;
    margin-left: -333px;
}

.rotate_box {
    position: relative;
    height: 100%;
}

.rotate_box_center {
    position: absolute;
    left: 50%;
    margin-left: -177px;
    top: 90px;
    z-index: 66;
    border-radius: 50%;
}

.rotate_box img:nth-child(2) {
    position: absolute;
    left: 66px;
    top: 0;
    z-index: 55;
}

.rotate_box img:nth-child(3) {
    position: absolute;
    left: 50%;
    /* margin-left: -262px; */
    top: 52px;
    z-index: 0;
}

.rotate_box img:nth-child(4) {
    position: absolute;
    left: 50%;
    /* margin-left: -333px; */
    top: 256px;
}

.rotate_box img:nth-child(5) {
    position: absolute;
    left: 50%;
    /* margin-left: -252px; */
    top: 456px;
}

.rotate_box img:nth-child(6) {
    position: absolute;
    left: 50%;
    /* margin-left: 200px; */
    top: 52px;
    z-index: 0;
}

.rotate_box img:nth-child(7) {
    position: absolute;
    left: 50%;
    /* margin-left: 268px; */
    top: 256px;
}

.rotate_box img:nth-child(8) {
    position: absolute;
    left: 50%;
    /* margin-left: 188px; */
    top: 456px;
}

.sel_con_box1 {
    -webkit-transform: translatex(0);
    transform: translatex(0);
    opacity: 1;
    -webkit-transition: -webkit-transform 1s ease-in-out 0.2s, opacity 1s ease-in-out 0.2s;
    transition: transform 1s ease-in-out 0.2s, opacity 1s ease-in-out 0.2s;
    position: absolute;
    top: 54px;
    left: 50%;
    float: right;
    text-align: right;
    margin-left: -640px;
    color: #000;

}

.sel_con_box1 span {
    font-size: 18px;
    color: #262525;
    font-weight: bold;
}

.sel_con_box1 p {
    font-size: 14px;
    /* color: #737373; */
    line-height: 24px;
}

.sel_con_box2 {
    position: absolute;
    top: 54px;
    left: 50%;
    float: right;
    text-align: left;
    margin-left: 298px;
    -webkit-transform: translatex(0);
    transform: translatex(0);
    opacity: 1;
    -webkit-transition: -webkit-transform 1s ease-in-out 0.3s, opacity 1s ease-in-out 0.3s;
    transition: transform 1s ease-in-out 0.3s, opacity 1s ease-in-out 0.3s;

}

.sel_con_box3 {
    position: absolute;
    top: 258px;
    left: 50%;
    float: right;
    text-align: right;
    margin-left: -703px;
}

.sel_con_box_text {
    width: 356px;
    position: absolute;
    top: 147px;
    left: 50%;
    margin-left: -178px;
    text-align: center;
    z-index: 66;
}

.sel_con_box_text span {
    font-weight: bold;
    display: block;
    font-size: 28px;
    color: #262525;
    padding-top: 16px;
}

.sel_con_box_text button {
    text-align: center;
    display: block;
    height: 32px;
    line-height: 32px;
    width: 104px;
    font-size: 14px;
    color: #fff;
    background-color: #ff7426;
    border-radius: 25px;
    margin: 18px auto;
}

.sel_con_box4 {
    position: absolute;
    top: 258px;
    left: 50%;
    float: right;
    text-align: left;
    margin-left: 360px;
}

.sel_con_box5 {
    position: absolute;
    top: 470px;
    left: 50%;
    float: right;
    text-align: right;
    margin-left: -647px;
}

.sel_con_box6 {
    position: absolute;
    top: 470px;
    left: 50%;
    float: right;
    text-align: left;
    margin-left: 292px;
}

.case_us {
    /*background: #f0f1f5;*/
}

.zhanwei {
    width: 23.75%;
    margin-bottom: 0;
    border: none;
    padding: 0;
    height: 0;
}

.quesion_btns {
    width: 68%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 88px 0;
}

.quesion_btns>div {
    cursor: pointer;
    width: 43.5%;
    height: 80px;
    border: 1px solid #fafafa;
    border-radius: 42px;
    line-height: 80px;
    text-align: center;
    box-sizing: border-box;
    color: #fafafa;
}

.questions_title {
    font-size: 20px;
    color: #323232;
}

.answer_content {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.answer {
    margin-top: 20px;
    cursor: pointer;
}

.question_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.question_box li {
    width: 47.5%;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 58px;
    padding: 30px 20px;
    box-sizing: border-box;
}

.questions,
.answer {
    display: flex;
}

.questions img,
.answer img {
    width: 30px;
    height: 28px;
    margin-right: 16px;
}

.question {
    background: url(../images/yiwen.jpg) no-repeat;
    background-size: cover;
    margin-top: 80px;
}

.forge_app {
    /* background: url(../images/make_app.png) no-repeat; */
    background-size: cover;
    padding-bottom: 40px;
    /* margin-top: 80px; */
}

.q_btns_left a {
    font-size: 28px;
    position: relative;
    z-index: 22;
    text-decoration: none;
    color: #fafafa;
    border-radius: 42px;
}

.info_btn a {
    font-size: 18px;
    position: relative;
    z-index: 22;
    text-decoration: none;
    color: #323232;
    border-radius: 42px;
}

.info_btn:hover {
    border: 1px solid #FFA400;
}

.info_btn a .moreI {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 0;
    height: 40px;
    position: absolute;
    color: #000000;
    left: 0%;
    margin-left: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
    border-radius: 42px;
}

.info_btn:hover a .moreI {
    background-color: #FFA400;
    width: 100%;
    z-index: -111;
}

.info_btn:hover a {
    color: #fff !important;
}

.q_btns_left a .moreI {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 0;
    height: 80px;
    position: absolute;
    color: #000000;
    left: 0%;
    margin-left: 0;
    top: 50%;
    margin-top: -40px;
    z-index: 1;
    border-radius: 42px;
}

.q_btns_left:hover a .moreI {
    background-color: #fff;
    width: 100%;
    z-index: -111;
}

.q_btns_left:hover a {
    color: #000;
}

.q_btns_left .el-icon-chat-dot-round {
    color: #fafafa;
}

.q_btns_left:hover .el-icon-chat-dot-round {
    color: #000;
}

.q_btns_left:hover .hoverOff {
    display: none;
}

.q_btns_left:hover .hoverOn {
    display: inline-block;
}

.hoverOn {
    display: none;
}

.caseMore a {
    position: relative;
    z-index: 22;
    text-decoration: none;
    color: #323232;
    border-radius: 42px;
}

.caseMore a .moreI {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 0;
    height: 58px;
    position: absolute;
    color: #000000;
    left: 0%;
    margin-left: 0;
    top: 50%;
    margin-top: -29px;
    z-index: 1;
}

.caseMore:hover a .moreI {
    background-color: #000000;
    width: 300px;
    z-index: -111;
}

.caseMore:hover a {
    color: #fff;
}

.caseMore {
    font-size: 20px;
    font-weight: 400;
    width: 300px;
    height: 58px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #000000;
    margin: 20px auto 0;
    cursor: pointer;
}

.app_title {
    font-size: 24px;
    color: #323232;
    /* font-weight: 500; */
    overflow: ellipsis;
    white-space: nowrap;
}

.app_desc {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.app_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    height: 140px;
}

.app_icon img {
    max-width: 56px;
}

.module_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.module_content li {
    width: 49%;
}

.module_content li .moudule_item {
    margin-bottom: 15px;
    box-shadow: 0px 0px 16px 0px rgba(211, 210, 210, 0.40);
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    transition: 0.3s;
    margin-top: 0;
}

.moudule_item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    /* justify-content: space-between; */
}

.module_content li:hover .moudule_item {
    margin-top: -5px;
    box-shadow: 0px 10px 16px rgba(189, 189, 189, 0.4);
    cursor: pointer;
}

.module_content::after {
    content: '';
    margin-bottom: 15px;
    width: 32.5%;
    box-sizing: border-box;
    padding: 20px;
}

.english_white {
    width: 218px;
    height: 28px;
    margin: 16px auto 0;
    font-size: 16px;
    text-align: center;
    font-family: Microsoft YaHei;
    color: #323232;
    line-height: 28px;
    background: url(../images/english_white.png) no-repeat;
    padding-bottom: module_titlepracticing 70px;
    font-style: italic;
}

.english_black {
    width: 218px;
    height: 28px;
    margin: 16px auto 0;
    font-size: 16px;
    text-align: center;
    font-family: Microsoft YaHei;
    color: #FAFAFA;
    line-height: 28px;
    background: url(../images/english.png) no-repeat;
    padding-bottom: 40px;
    font-style: italic;
}

.module_title div {
    font-size: 28px;
    font-weight: 700;
    color: #323232;
    font-weight: bold;
    font-family: PingFangSC-Semibold, sans-serif;
}



.module_title img {
    padding: 0 24px;
}

.module_title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    margin-top: 78px;
    line-height: 30px;
}

.module_title_subtitle {
    text-align: center;
    color: #fff;
    margin-top: 24px;
    font-size: 23px;
}

.ContactService {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.head_img {
    width: 100%;
}

.head_img_box {
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.head_img_box>img {
    width: 100%;
    height: 100%;
    transition: 3;
    transition: transform 7000ms ease;
    transform: scale(1);
    animation: sc 6s linear 0.2s infinite;
}

@keyframes sc {
    50% {
        transform: scale(1.1);
    }
}

.tel>>>.el-input__prefix,
.describe>>>.el-input__prefix {
    color: #323232;
}

.tel {
    width: 190px;
    padding-left: 30px;
    box-sizing: border-box;
}

.describe {
    width: 340px;
}

.inputs {
    display: flex;

}

.inputs_first {
    width: 20.375rem;
    border-radius: 8px;
    background-color: RGB(247, 248, 250);
    padding-left: 10px;
    margin-right: 20px;
}

.inputs_second {
    width: 20.375rem;
    border-radius: 8px;
    background-color: RGB(247, 248, 250);
    padding-left: 10px;
    margin-right: 20px;
}

.inputs span {
    width: 1px;
    height: 20px;
    /* margin-top: 20px; */
    background: #B3B3B3;
    margin: 20px 22px 0 26px;
    /* margin-right: 32px; */
}

.small {
    text-align: center;
    line-height: 380px;
    font-size: 58px;
    color: #f5f6fa;
    font-weight: bold;
    font-family: PingFang SC-Bold, sans-serif;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fafafa;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}

.main>>>.el-carousel__arrow {
    width: 62px;
    height: 62px;
}

.main>>>.el-icon-arrow-right,
.head_img>>>.el-icon-arrow-left {
    font-size: 30px;
}

.head_img>>>.el-carousel__indicators--horizontal {
    display: none;
}

.user_info {
    z-index: 10;
    position: relative;
    margin-top: -10px;
    background: #fff;
    width: 100%;
    padding: 50px 0 20px 0;
    box-shadow: 0px 4px 30px 0px rgba(188, 196, 216, 0.30);
}

.user_info_input {
    display: flex;
    padding: 0 3.125rem;
}

.inp_wrap {
    background-color: #FFFFFF;
    display: flex;
    width: 75%;
    justify-content: space-between;
    height: 60px;
}

.inp_wrap>>>input {
    border: 0;
    /* background: #f5f6fa; */
    height: 60px;
    font-size: 18px;
    padding: 0 0 0 30px;
    color: #323232;
}

.user_info_phone {
    padding-top: 30px;
    text-align: center;
    font-size: 22px;
    color: #ffa400;
}

.inp_wrap>>>.el-input__icon {
    font-size: 18px;
}

.practicing {
    text-align: center;
    font-size: 27px;
    padding-bottom: 23px;
    margin-top: -10px;
    font-weight: 500;
}

.inp_wrap>>>::-webkit-input-placeholder {
    /*Webkit browsers*/
    color: #323232;
    font-size: 18px;
}

.inp_wrap>>> :-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    color: #323232;
    font-size: 18px;
}

.inp_wrap>>> ::moz-placeholder {
    /*Mozilla Firefox 19+*/
    color: #323232;
    font-size: 18px;
}

.inp_wrap>>> :-ms-input-placeholder {
    /*Internet Explorer 10+*/
    color: #323232;
    font-size: 18px;
}


.btn button {
    background: #00a0ea;
    border: none;
    color: #FAFAFA;
    width: 160px;
    height: 60px;
    box-sizing: border-box;
    line-height: 60px;
    padding: 0 10px;
    font-size: 20px;
    border-radius: 8px;
}

.main {
    width: 62.5%;
    margin: 0 auto;
}

input {
    height: 100%;
    font-size: 16px;
    color: #323232;
    width: 100%;
}

#head_banner {
    height: 380px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
}

.sun_btn {
    cursor: pointer;
    color: #FAFAFA;
    font-size: 18px;
    background: linear-gradient(0deg, #ffa400 0%, #ffb52f 100%);
    border-radius: 30px;
}

@media (max-width: 1680px) {
    .main {
        width: 70%;
    }

    /* .choose_us_content ul li:nth-child(6) {
        margin-left: -46px;
        margin-top: 19px;
    } */
}

@media (max-width: 1580px) {

    /* .main{
        width: 70%;
    } */
    .choose_us_content ul li:nth-child(6) {
        margin-top: 50px;
    }
}

@media (max-width: 1406px) {

    /* .main{
        width: 70%;
    } */
    .choose_us_content ul li:nth-child(6) {
        margin-top: 19px;
    }
}

@media (max-width: 1457px) {
    .case_class li {
        margin-right: 14px;
    }
}

@media (max-width: 1136px) {
    .case_class li {
        margin-right: 12px;
    }
}

@media (min-width:1366px) and (max-width:1426) {
    .inputs span {
        margin: 20px 8px 0 8px;
    }
}

@media (max-width: 1366px) {

    /* .describe{
        width: 60%;
    } */
    .inp_wrap {
        width: 86%;
    }

    .choose_us_content ul li:nth-child(6) {
        margin-top: 47px;
    }

    .main {
        width: 80%;
    }

    .inputs span {
        margin: 20px 8px 0 8px;
        /* margin: 20px 22px 0 26px; */
    }

    .tel {
        padding-left: 14px;
        width: 188px;
    }

    .small {
        font-size: 48px;
    }

    .caseMore:hover a .moreI {
        width: 240px;
    }

    .caseMore {
        width: 240px;
    }

    .quesion_btns>div {
        width: 40%;
    }

    .case_class li {
        font-size: 18px;
        /*font-weight: 300;*/
        font-family: PingFangSC-Regular, sans-serif;
    }

    .introduce_content_box {
        padding: 18px;
    }

    .introduce_desc {
        padding: 0 20px;
        line-height: 32px;
        /*font-weight: 300;*/
        color: #323232;
        font-family: PingFangSC-Ultralight, sans-serif;
    }
}

@media (max-width: 1280px) {
    .main {
        width: 80%;
    }

    .small {
        font-size: 40px;
    }

    .choose_us_content ul li:nth-child(6) {
        margin-top: 47px;
    }
}

@media (max-width: 1245px) {
    .choose_us_content ul li:nth-child(6) {
        margin-top: 47px;
    }

}

@media (min-width: 1024px) and (max-width:1237px) {
    .choose_us_content ul li:nth-child(6) {
        margin-top: 17px;
    }
}

@media (min-width: 1024px) and (max-width:1040px) {
    .choose_us_content ul li:nth-child(5) {
        margin-top: 40px;
    }
}

@media (max-width:1024) {
    .main {
        width: 80%;
    }

    .choose_us_content ul li:nth-child(6) {
        margin-top: 16px;
    }
}

@media (min-width:999px) and (max-width: 1024px) {
    .choose_us_content ul li:nth-child(5) {
        margin-top: 14px !important;
    }
}

@media (max-width:998px) {
    .choose_us_content ul li:nth-child(5) {
        margin-top: 14px !important;
    }

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.msg {
    position: fixed;
    top: 80px;
    z-index: 9999;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    /* background: #000; */
    text-align: center;
}

.msg span {
    /* background: #f0f9eb; */
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
    /* color: #67c23a; */
}

/*

*/
.solu_list {
    margin-top: 28px;
}

/*
    分页样式
*/
.paging {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    min-height: 1.8rem;
}

.paging div {
    border: 1px solid rgb(211, 211, 211);
    padding: 8px 5px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 6px;
    font-size: 14px;
    min-width: 30px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.paging div.disable {
    color: #fff;
    cursor: not-allowed;
    background-color: rgb(211, 211, 211);
}

.paging div.active {
    border: none;
    background: #ffa400;
    color: #fff;
}

/*
            解决方案
        */

.wrapmain {
    background-color: #f7f8fa;
    min-height: 100%;
    width: 100%;
    /* position: relative; */
}

.bannertext {
    background-color: #323232;
    height: 280px;
    line-height: 280px;
    color: #f5f6fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -580px;
    font-family: PingFangSC-Semibold, sans-serif;
}

.bannertext>div {
    position: relative;
    width: 850px;
}

.bannertext .top img {
    width: 800px;
    height: 240px;
    object-fit: cover;
}

.bannertext .bottom img {
    width: 791px;
    /* height: 250px; */
    object-fit: cover;
}

.bannertext .top {
    z-index: 22;
    width: 800px;
    height: 240px;
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.bannertext .bottom {
    position: absolute;
    top: 12px;
    left: 31px;
    width: 800px;
    height: 240px;
}

.bannertext .top .title {
    line-height: 160px;
    font-size: 42px;
    font-weight: 700;
}

.bannertext .top .text {
    margin-top: -132px;
    font-size: 28px;
}

/* 分类列表 */
.Jlocation {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    margin-top: 72px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.Jlocation>div+div {
    margin-left: 10px;
}

.moremain {
    min-width: 1000px;
}

.Smain {
    width: 62.5%;
    margin: 0 auto;
    padding-bottom: 75px;
}

@media (max-width: 1920px) {
    .Smain {
        width: 62.5%;
    }
}

/* (min-width:960px) and (max-width:1200px) */
@media (min-width:1680px) and (max-width:1920px) {
    .Smain {
        width: 62.5%;
    }
}

@media (min-width:1366px) and (max-width:1680px) {
    .Smain {
        width: 70%;
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .Smain {
        width: 70%;
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .Smain {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .Smain {
        width: 80%;
    }

    /* .listbox .list{
      width: 48%;
    }
    .listbox:after{ 
        content: "";
        height: 0;
        width: 48%;
    } */
}

.smallimg {
    text-align: center;
}

.smallimg img {
    width: 31px;
    height: 105px;
    object-fit: cover;
    margin-top: -20px;
}

.Slistbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -65px;
}

.Slistbox:after {
    content: "";
    height: 0;
    width: 32.5%;
}

.Slistbox .Slist {
    width: 32.5%;
    background-color: #fff;
    padding: 59px 22px 26px 22px;
    box-sizing: border-box;
    margin-top: 15px;
    min-height: 301px;
    cursor: pointer;
}

.Slistbox .list-img {
    text-align: center;
    margin-bottom: 55px;
}

.Slistbox img {
    object-fit: cover;
}

.Slistbox .list-title {
    color: #323232;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Slistbox .list-text {
    color: #666;
    font-size: 16px;
    margin-top: 19px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.Slist a {
    text-decoration: none;
}

/* 解决方案详情*/
.wrapmain {
    background-color: #f0f1f5;
    min-height: 100%;
}

.main-top {
    width: 100%;
    height: 75px;
    background-color: #f0f1f5;
    /* color: #323232; */
}

.moremain {
    min-width: 650px;
    width: 100%;
}

.center {
    width: 100%;
}

.center>>>img {
    max-width: 100%;
}

.center>>>video {
    max-width: 100%;
}

.smain {
    width: 62.5%;
    margin: 0 auto;
    padding-bottom: 75px;
    box-sizing: border-box;
}

@media (max-width: 1920px) {
    .Smain {
        width: 62.5%;
    }
}

/* (min-width:960px) and (max-width:1200px) */
@media (min-width:1680px) and (max-width:1920px) {
    .smain {
        width: 62.5%;
    }
}

@media (min-width:1366px) and (max-width:1680px) {
    .smain {
        width: 70%;
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .smain {
        width: 70%;
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .smain {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .smain {
        width: 80%;
    }
}

/* 分类列表 */
/* 分类列表 */
.location {
    font-size: 18px;
    font-weight: 400;
    color: #323232;
    display: flex;
    margin-top: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.location>div+div {
    margin-left: 10px;
}

.new_detail_moremain {
    margin-top: 28px;
    background-color: #ffff;
    padding: 15px 40px 40px 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px 0px rgba(211, 210, 210, 0.40);
}

.new_detail_moremain .n_detail_title {
    font-size: 25px;
    color: #323232;
}

.new_detail_moremain .n_detail_times {
    font-size: 16px;
    color: #666;
    margin-top: 28px;
}

.new_detail_moremain .center {
    font-size: 16px;
    color: #666;
    margin-top: 28px;
}

/* 案例列表 */
.center_right ul li {
    color: #323232;
}

.wrapmain {
    background-color: #f0f1f5;
    min-height: 100vh;
    width: 100%;
}

.main-top {
    width: 100%;
    height: 75px;
    background-color: #f0f1f5;
    /* color: #323232; */
}

/* 分类列表 */
.location {
    font-size: 18px;
    font-weight: 400;
    color: #323232;
    display: flex;
    margin-top: 30px;
}

.location>>>.el-breadcrumb__separator {
    color: #323232;
}

.locationto>>>.el-breadcrumb__inner {
    color: #909090;
    font-size: 18px;
    font-weight: 400;
}

.locationto .is-link {
    color: #323232;
    font-size: 18px;
    font-weight: 400;
}

.location>>>.el-breadcrumb__item:last-child .el-breadcrumb__inner {
    color: #909090;
}

.locationtotext>>>.el-breadcrumb__inner {
    color: #323232;
}

.Wmain {
    box-sizing: border-box;
    min-width: 1000px;
    width: 62.5%;
    margin: 0 auto;
}

.Clist {
    width: 23.5%;
    margin-right: 2%;
}

.Clist:nth-child(4n) {
    margin-right: 0%;
}

.type_list {
    width: 14.5%;
    margin-right: 2%;
}

.listbtn .btn {
    width: 100%;
}

.btnmore {
    width: 12.5%;
    margin-top: 20px;
}

@media (max-width: 1920px) {
    .Wmain {
        width: 62.5%;
    }

    .Clist {
        width: 23.5%;
        margin-right: 2%;
    }

    .Clist:nth-child(4n) {
        margin-right: 0%;
    }

    .btnmore {
        width: 12.5%;
        margin-top: 20px;
    }
}

/* (min-width:960px) and (max-width:1200px) */
@media (min-width:1680px) and (max-width:1920px) {
    .Wmain {
        width: 62.5%;
    }

    .Clist {
        width: 23.5%;
        margin-right: 2%;
    }

    .Clist:nth-child(4n) {
        margin-right: 0%;
    }

    .type_list {
        width: 14.5%;
        margin-right: 2%;
    }

    .btnmore {
        width: 12.5%;
        margin-top: 20px;
    }
}

@media (min-width:1366px) and (max-width:1680px) {
    .Wmain {
        width: 70%;
    }

    .Clist {
        width: 23.5%;
        margin-right: 2%;
    }

    .Clist:nth-child(4n) {
        margin-right: 0% !important;
    }

    .type_list {
        width: 14.5%;
        margin-right: 2%;
    }

    .btnmore {
        width: 12.5%;
        margin-top: 20px;
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .Wmain {
        width: 70%;
    }

    .Clist {
        width: 32%;
        margin-right: 2%;
    }

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

    .type_list {
        width: 14.5%;
        margin-right: 2%;
    }

    .btnmore {
        width: 12.5%;
        margin-top: 20px;
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .Wmain {
        width: 70%;
    }

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

    .type_list {
        width: 14.65%;
        margin-right: 2%;
    }

    .btnmore {
        width: 12.5%;
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    .Wmain {
        width: 80%;
    }

    .Clist {
        width: 32%;
        margin-right: 2%;
    }

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

    .type_list {
        width: 15.1%;
        margin-right: 1.5%;
    }

    .btnmore {
        width: 13%;
        margin-top: 20px;
    }
}

.Clistbox {
    margin-top: 40px;
    /* min-width: 1000px; */
}

.listbtn {
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.listbtn>>>.el-button {
    height: 48px;
    width: 100%;
    border: 1px solid #b2b2b2;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0);
    color: #666;
    font-size: 20px;
    padding: 0px;
}

.listbtn>>>.el-button span {
    font-family: PingFangSC-Regular, sans-serif;
}

.listbtn button:hover {
    border: 1px solid #ffa400;
    color: #ffa400;
}

.listbtnhover {
    border: 1px solid #ffa400 !important;
    color: #ffa400 !important;
}

.listmore {
    width: 100%;
    margin-top: 21px;
}

.listmore .Clist {
    min-height: 340px;
    background: #fff;
    margin-top: 20px;
    float: left;
    box-shadow: 0px 0px 16px 0px rgba(211, 210, 210, 0.40);
    cursor: pointer;
}

.listmore .Clist img {
    width: 100%;
    height: 214px;
    object-fit: cover;
}

.listmore .Clist .list-title {
    margin: 20px 19px;
    color: #323232;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listmore .Clist .list-text {
    margin: 0px 19px 20px 19px;
    color: #666;
    font-size: 16px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.pagelist {
    margin-top: 70px;
    padding-bottom: 75px;
}

.pagelist .el-pagination {
    text-align: center;
}

.pagelist .el-pagination.is-background .btn-prev {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #cbcbcb;
}

.pagelist .el-pagination.is-background .btn-next {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #cbcbcb;
}

.pagelist .el-pagination.is-background .el-pager li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    border: 1px solid #cbcbcb;
    background-color: #fff;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.pagelist .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #ffa400;
    color: #fff;
    border: none;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.location a {
    text-decoration: none;
    color: #000;
}

.type_list {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    width: 100%
}

.type_list button {
    min-width: 150px;
    height: 48px;
    line-height: 48px;
    border-radius: 25px;
    border: 1px solid #B2B2B2;
    outline: none;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #666;
    background: #f7f8fa;
    font-size: 20px;
}

.type_list button:hover {
    cursor: pointer;
}

.pagelist {
    display: flex;
    justify-content: center;
}

.Clist a {
    width: 100%;
    text-decoration: none;
}

.header_bg {
    background: #fff !important;
}

/* 案例详情 */

.center_right ul li {
    color: #323232;
}

.wrapmain {
    background-color: #f0f1f5;
    min-height: 100vh;
}

.Cmain {
    box-sizing: border-box;
    min-width: 1000px;
    width: 62.5%;
    margin: 0 auto;
    padding-bottom: 75px;
}

.moremain-right {
    width: 31.6%;
}

.moremain-left {
    width: 66.6%;
}

@media (max-width: 1920px) {
    .Cmain {
        width: 62.5%;
    }
}

/* (min-width:960px) and (max-width:1200px) */
@media (min-width:1680px) and (max-width:1920px) {
    .Cmain {
        width: 62.5%;
    }

    .moremain-right {
        width: 31.6%;
    }

    .moremain-left {
        width: 66.6%;
    }
}

@media (min-width:1366px) and (max-width:1680px) {
    .Cmain {
        width: 70%;
    }

    .moremain-right {
        width: 31.6%;
    }

    .moremain-left {
        width: 66.6%;
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .Cmain {
        width: 70%;
    }

    .moremain-right {
        width: 31.6%;
    }

    .moremain-left {
        width: 66.6%;
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .Cmain {
        width: 70%;
    }

    .moremain-right {
        width: 35%;
    }

    .moremain-left {
        width: 63%;
    }
}

@media (max-width: 1024px) {
    .Cmain {
        width: 80%;
    }

    .moremain-right {
        width: 40%;
    }

    .moremain-left {
        width: 57.6%;
    }
}

/* 分类列表 */
.location {
    font-size: 18px;
    font-weight: 400;
    color: #323232;
    display: flex;
    margin-top: 30px;
}

.location>>>.el-breadcrumb__separator {
    color: #323232;
}

.locationto>>>.el-breadcrumb__inner {
    color: #909090;
    font-size: 18px;
    font-weight: 400;
}

.locationto .is-link {
    color: #323232;
    font-size: 18px;
    font-weight: 400 !important;
}

.location>>>.el-breadcrumb__item:last-child .el-breadcrumb__inner {
    color: #909090;
}

.locationtotext>>>.el-breadcrumb__inner {
    color: #323232;
}

.moremain {
    margin-top: 28px;
}

.moremain-left {
    background-color: #ffff;
    padding: 40px;
    box-sizing: border-box;
}

.moremain-left-top {
    display: flex;
}

.headerimg img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 15px;
}

.headerimg {
    margin-right: 32px;
}

.left-center .title {
    color: #323232;
    font-size: 20px;
}

.left-center .center {
    color: #666;
    font-size: 16px;
    margin-top: 21px;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.moremain-left-bottom {
    margin-top: 28px;
}

.moremain-left-bottom img {
    max-width: 100%;
}

.moremain {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.moremain-right {
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: #ffff;
}

.moremain-right img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    text-align: center;
}

.moremain-right .titles {
    text-align: center;
    color: #ffa400;
    font-size: 20px;
}

.moremain-right .listbox {
    margin-top: 30px;
}

.moremain-right .listbox .Wlist {
    background: #f5f6f7;
    border-radius: 2px;
    cursor: pointer;
    padding-bottom: 20px;
}

.moremain-right .listbox .Wlist+.Wlist {
    margin-top: 20px;
}

.moremain-right .listbox .Wlist .title {
    padding: 20px;
    box-sizing: border-box;
    color: #323232;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.moremain-right .listbox .Wlist .text {
    margin: 0px 20px 10px 20px;
    box-sizing: border-box;
    color: #666;
    font-size: 16px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.moremain-left-bottom {
    width: 100%;
}

.moremain-left-bottom>>>img {
    max-width: 100%;
}

.moremain-left-bottom>>>video {
    max-width: 100%;
}

.Wlist a {
    text-decoration: none;
}

/* 资讯列表样式 */

.wrapmain {
    background-color: #f7f8fa;
    min-height: 100%;
    width: 100%;
    /* display: flex;
    justify-content: center; */
}

.Nmain {
    box-sizing: border-box;
    width: 62.5%;
    margin: 0 auto;
}

.moremain {
    min-width: 800px;
}

.banner img {
    width: 200px;
    height: 160px;
    object-fit: cover;
}

@media (max-width: 1920px) {
    .Nmain {
        width: 62.5%;
    }
}

@media (min-width:1680px) and (max-width:1920px) {
    .Nmain {
        width: 62.5%;
    }

    .moremain .bigimg img {
        width: 240px;
        height: 160px;
        object-fit: cover;
    }
}

@media (min-width:1366px) and (max-width:1680px) {
    .Nmain {
        width: 70%;
    }

    .moremain .bigimg img {
        width: 240px;
        height: 160px;
        object-fit: cover;
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .Nmain {
        padding: 0% 13%;
    }

    .moremain .bigimg img {
        width: 240px;
        height: 160px;
        object-fit: cover;
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .Nmain {
        width: 70%;
    }

    .moremain .bigimg img {
        width: 200px;
        height: 160px;
        object-fit: cover;
    }
}

@media (max-width: 1024px) {
    .Nmain {
        width: 80%;
    }

    .moremain .bigimg img {
        width: 200px;
        height: 160px;
        object-fit: cover;
    }
}

.banner img {
    width: 100%;
    height: 845px;
    object-fit: cover;
}

/* 分类列表 */
.Nlocation {
    font-size: 18px;
    font-weight: 400;
    color: #323232;
    display: flex;
    margin-top: 390px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.Nlocation>div+div {
    margin-left: 10px;
}

.moremain {
    margin-top: 28px;
    background-color: #ffff;
    padding: 15px 3.3% 0px 3.91%;
    box-sizing: border-box;
    color: #323232;
    width: 100%;
    box-shadow: 0px 0px 16px 0px rgba(211, 210, 210, 0.40);
}

.pagelist {
    margin-top: 70px;
    padding-bottom: 75px;
    display: flex;
    justify-content: center;
}

.pagelist>>>.el-pagination {
    text-align: center;
}

.pagelist>>>.el-pagination.is-background .btn-prev {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #cbcbcb;
}

.pagelist>>>.el-pagination.is-background .btn-next {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #cbcbcb;
}

.pagelist>>>.el-pagination.is-background .el-pager li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    border: 1px solid #cbcbcb;
    background-color: #fff;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.pagelist>>>.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #ffa400;
    color: #fff;
    border: none;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.moremain .Nlist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    cursor: pointer;
}

.moremain .times {
    color: #323232;
    font-size: 14px;
    padding: 30px 0px;
    margin-right: 1%;
    width: 8%;
}

.moremain .listtext {
    margin-left: 30px;
    /* width: 70%; */
}

.moremain .listtext .title {
    color: #323232;
    font-size: 18px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timesnum {
    font-weight: 700;
    font-family: PingFangSC-Semibold, sans-serif;
}

.moremain .listtext .text {
    color: #666;
    font-size: 14px;
    margin-top: 25px;
    /* height: 40px; */
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.moremain .listtext .btn {
    margin-top: 28px;
    min-width: 141px;
    width: 20%;
    height: 48px;
    line-height: 48px;
    border: 1px solid #ffa400;
    border-radius: 25px;
    color: #ffa400;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.list-right {
    display: flex;
    padding: 30px 0px;
    width: 91%;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.list:last-child .list-right {
    border-bottom: none;
}

.provicePoint {
    width: 25px;
    margin-top: 38px;
    margin-left: 507px;
    position: relative;
}

.provicePoint p {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 25px;
}

.provicePoint .smallimg img {
    width: 25px;
    height: 35px;
    object-fit: cover;
}

.provicePoint .smallimgs img {
    width: 25px;
    height: 20px;
    object-fit: cover;
}

.provicePoint .smallimgs {
    position: absolute;
    bottom: -6px;
    right: 0px;
    z-index: 0;
    -webkit-animation: Imgscale 1s infinite;
    -moz-animation: Imgscale 1s infinite;
    -o-animation: Imgscale 1s infinite;
    -ms-animation: Imgscale 1s infinite;
    animation: Imgscale 1s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes Imgscale {
    0% {
        opacity: 1;
        transform: scale(0);
    }

    30% {
        opacity: 1;
        /* bottom: -1px; */
        transform: scale(0.8);
    }

    /* 50%{
        bottom: -2px;
    } */
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.Nbannertext {
    color: #f5f6fa;
    margin-top: -580px;
    margin-left: 419px;
}

.Ntitle {
    font-size: 60px;
    font-weight: 700;
    font-family: PingFangSC-Semibold, sans-serif;
}

.Ntext {
    font-size: 32px;
    margin-top: 38px;
    font-weight: normal;
}

.Nlist a {
    display: flex;
    text-decoration: none;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    cursor: pointer;
}

/*资讯详情*/

.wrapmain .center>>>p,
.wrapmain .center>>>span,
.wrapmain .center>>>span {
    line-height: 2.4 !important;
    /* color: #666 ; */
}

.wrapmain {
    background-color: #f0f1f5;
    min-height: 100%;
}

.main-top {
    width: 100%;
    height: 75px;
    background-color: #f0f1f5;
    /* color: #323232; */
}

.nmain {
    box-sizing: border-box;
    width: 62.5%;
    margin: 0 auto;
    padding-bottom: 75px;
}

.moremain {
    min-width: 650px;
}

@media (max-width: 1920px) {
    .nmain {
        width: 62.5%;
    }
}

/* (min-width:960px) and (max-width:1200px) */
@media (min-width:1680px) and (max-width:1920px) {
    .nmain {
        width: 62.5%;
    }
}

@media (min-width:1366px) and (max-width:1680px) {
    .nmain {
        width: 70%;
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .nmain {
        width: 70%;
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .nmain {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .nmain {
        width: 80%;
    }
}

/* 分类列表 */
/* 分类列表 */
.location {
    font-size: 18px;
    font-weight: 400;
    color: #323232;
    display: flex;
    margin-top: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.location>div+div {
    margin-left: 10px;
}

.moremain {
    margin-top: 28px;
    background-color: #ffff;
    padding: 15px 40px 40px 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px 0px rgba(211, 210, 210, 0.40);
    min-height: 300px;
}

.moremain-top {
    display: flex;
    align-items: center;
}

.headerimg img {
    object-fit: cover;
}

.headerimg {
    margin-right: 32px;
}

.left-center .title {
    color: #323232;
    font-size: 20px;
    /* white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow:ellipsis; */
}

.left-center .center {
    color: #666;
    font-size: 16px;
    margin-top: 21px;
}

.moremain-bottom {
    margin-top: 28px;
    color: #323232 !important;
    width: 100%;
}

.moremain-bottom>>>img {
    max-width: 100%;
}

.moremain-bottom>>>video {
    max-width: 100%;
}

/* .moremain-bottom>>>span{
    color: #323232  !important;
} */
/* 关于我们 */
.wrapmain {
    background-color: #f7f8fa;
    min-height: 100%;
    width: 100%;
    position: relative;
}

.Amain {
    box-sizing: border-box;
    margin: 0 auto;
    width: 62.5%;
}

.main-left {
    position: relative;
    /* bottom:300px; */
}

.Abannertext {
    color: #f5f6fa;
    text-align: center;
    margin-top: -530px;
}

.Abannertext .Atitle {
    font-size: 48px;
    font-weight: 700;
    font-family: PingFangSC-Semibold, sans-serif;
}

.Abannertext .Atext {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-top: 50px;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.Abannertext .Atext .border {
    width: 54px;
    height: 1px;
    opacity: 1;
    background: #ffffff;
}

.smallimg {
    text-align: center;
}

.smallimg img {
    width: 31px;
    height: 104px;
    object-fit: cover;
}

.aboutmin {
    background-color: #f7f8fa;
    min-width: 800px;
    margin-top: -55px;
}

.mainlist .listbox .list {
    width: 19%;
}

.mainlist1 .listbox1 .list {
    width: 30%;
}

@media (max-width: 1920px) {
    .Amain {
        width: 62.5%;
    }

    .mainlist .listbox .list {
        width: 19%;
    }

    .mainlist .listbox:after {
        content: "";
        height: 0;
        width: 19%;
    }

    .mainlist1 .listbox1 .list {
        width: 30%;
    }

    .mainlist1 .listbox1:after {
        content: "";
        height: 0;
        width: 30%;
    }

    .about-right {
        line-height: 36px;
        font-size: 18px;
    }

    /* .about-right>div:first-child>div+div{
        margin-top: ;
    } */
}

@media (min-width:1680px) and (max-width:1920px) {
    .Amain {
        width: 62.5%;
    }

    .mainlist .listbox .list {
        width: 19%;
    }

    .mainlist .listbox:after {
        content: "";
        height: 0;
        width: 19%;
    }

    .mainlist1 .listbox1 .list {
        width: 30%;
    }

    .mainlist1 .listbox1:after {
        content: "";
        height: 0;
        width: 30%;
    }

    .about-right {
        line-height: 36px;
        font-size: 18px;
    }
}

@media (min-width:1366px) and (max-width:1680px) {
    .Amain {
        width: 70%;
    }

    .mainlist .listbox .list {
        width: 23%;
    }

    .mainlist .listbox:after {
        content: "";
        height: 0;
        width: 23%;
    }

    .mainlist1 .listbox1 .list {
        width: 30%;
    }

    .mainlist1 .listbox1:after {
        content: "";
        height: 0;
        width: 30%;
    }
}

@media (min-width:1566px) and (max-width:1680px) {
    .about-right {
        line-height: 36px;
        font-size: 18px;
    }
}

@media (min-width:1600px) and (max-width:1680px) {
    .about-right {
        line-height: 36px;
        font-size: 18px;
    }
}

@media (min-width:1566px) and (max-width:1600px) {
    .about-right {
        line-height: 36px;
        font-size: 17px;
    }
}

@media (min-width:1486px) and (max-width:1566px) {
    .about-right {
        line-height: 36px;
        font-size: 16px;
    }
}

@media (min-width:1366px) and (max-width:1480px) {
    .about-right {
        line-height: 30px;
        font-size: 15px;
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .Amain {
        width: 70%;
    }

    .mainlist .listbox .list {
        width: 23%;
    }

    .mainlist .listbox:after {
        content: "";
        height: 0;
        width: 23%;
    }

    .mainlist1 .listbox1 .list {
        width: 30%;
    }

    .mainlist1 .listbox1:after {
        content: "";
        height: 0;
        width: 30%;
    }

    .about-right {
        line-height: 30px;
        font-size: 16px;
    }
}

@media (min-width:1200px) and (max-width:1280px) {
    .about-right {
        line-height: 23px;
        font-size: 16px;
    }
}

@media (min-width:1024px) and (max-width:1200px) {
    .about-right {
        line-height: 21px;
        font-size: 14px;
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .Amain {
        width: 80%;
    }

    .mainlist .listbox .list {
        width: 30%;
    }

    .mainlist .listbox:after {
        content: "";
        height: 0;
        width: 30%;
    }

    .mainlist1 .listbox1 .list {
        width: 48%;
    }

    .mainlist1 .listbox1:after {
        content: "";
        height: 0;
        width: 48%;
    }

    /* .about-right{
      line-height: 19px;
      font-size: 16px;
    } */
}

@media (max-width: 1024px) {
    .Amain {
        width: 80%;
    }

    .mainlist .listbox .list {
        width: 30%;
    }

    .mainlist .listbox:after {
        content: "";
        height: 0;
        width: 30%;
    }

    .mainlist1 .listbox1 .list {
        width: 48%;
    }

    .mainlist1 .listbox1:after {
        content: "";
        height: 0;
        width: 48%;
    }

    .about-right {
        line-height: 21px;
        font-size: 14px;
    }
}

.aboutmin>div {
    display: flex;
    background-color: #fff;
    min-height: 100%;
    width: 100%;
    box-shadow: 0px 0px 16px 0px rgba(211, 210, 210, 0.40);
    padding: 64px 28px 63px 43px;
    box-sizing: border-box;
}

.about-left {
    display: flex;
    width: 8%;
}

/* .about-right img{
    width: 317px;
    height: 214px;
    object-fit: cover;
} */
.about-left .left-texta {
    display: flex;
}

.about-left .title {
    color: #323232;
    font-size: 24px;
    width: 24px;
    margin-right: 22px;
    font-weight: 700;
    margin-top: -15px;
}

.left-text {
    display: flex;
}

.left-text .text {
    margin-top: 20px;
}

.about-left .text img {
    width: 16px;
    height: 88px;
    object-fit: cover;
}

.about-right {
    color: #323232;
    /* line-height: 36px; */
    letter-spacing: 2px;
    /* font-size: 18px; */
    /*font-weight: 300;*/
    width: 91%;
    display: flex;
    position: relative;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.about-right>div {
    /* display: flex; */
    /* width: 100%; */
}

.left-img {
    margin-right: 30px;
    width: 321px;
    height: 214px;
    border: 2px solid #ffa400;
}

.left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-imgs {
    position: absolute;
    bottom: 0;
    /* width: 29%; */
    width: 321px;
    height: 214px;
}

.mainlist .listbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 17px;
}

.mainlist .listbox .list {
    margin-top: 10px;
    min-height: 306px;
}

.mainlist .listbox .list {
    background: #ffffff;
    /* padding: 30px 20px; */
    box-sizing: border-box;
    text-align: center;
}

.mainlist .listbox .list .list-title {
    color: #ffa400;
    font-size: 24px;
    padding-top: 30px;
}

.mainlist .listbox .list .list-text {
    /*font-weight: 300;*/
    color: #323232;
    line-height: 36px;
    letter-spacing: 2px;
    font-size: 16px;
    text-align: left;
    margin-top: 15px;
    padding: 0px 20px;
    font-family: PingFangSC-Regular, sans-serif;
}

.mainlist,
.mainlist1 {
    text-align: center;
    /* margin-top: 70px; */
    min-width: 850px;
}

.mainlist1 {
    padding-bottom: 80px;
}

.mainlist-title {
    font-weight: 700;
    color: #323232;
    font-size: 24px;
    margin-top: 30px;
}

.mainlist-text {
    color: #323232;
    font-size: 12px;
    margin-top: 9px;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
}

.mainlist-img {
    font-size: 0;
}

.mainlist-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    margin-top: 30px;
}

.mainlist1 .listbox1 {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 0px 30px 30px 30px;
    box-sizing: border-box;
}

.mainlist1 .listbox1 .list {
    text-align: center;
}

.mainlist1 .listbox1 .list .title {
    color: #323232;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 400;
    /* padding-top: 30px; */
}

.mainlist1 .listbox1 .list .text {
    color: #323232;
    line-height: 32px;
    letter-spacing: 2px;
    font-size: 16px;
    margin-top: 27px;
    text-align: left;
    /*font-weight: 300;*/
    font-family: PingFangSC-Regular, sans-serif;
    /* padding: 0px 20px; */
}

.moremain-bottom p,
.moremain-bottom img {
    max-width: 100%;
}

.new_detail_moremain .center div,
.new_detail_moremain .center p,
.new_detail_moremain .center span {
    line-height: 2.5;
    color: #646464;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
}

.Nlocation a {
    color: #323232;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
}

#newBridge .icon-right-center {
    left: 0 !important;
}

.dt_box {
    width: 100%;
    height: 480px;
    background: url(../images/ditu_bg.png) no-repeat;
    background-size: cover;
}

.dt_box .dt_yy {
    width: 100%;
    height: 480px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.dt_w {
    width: 80%;
    margin: 0 auto 0;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dt_w .dt_w_img {
    width: 43.75rem;
    height: 22.5rem !important;
}

.dt_title {
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 40px;
}

.dt_address {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 40px;
}

.dt_phone {
    font-size: 20px;
    font-weight: 500;
}

.dt_ercode img {
    margin-top: 30px;
    width: 8.5rem;
    height: 8.5rem;
}

#msg {
    width: 200px;
    height: 50px;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    display: none;
    z-index: 99999;
}