﻿* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.main_content {
    width: 100%;
    padding: 0;
    margin: 0;
}

.banner_box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    font-size: 0;
}

.banner_box .banner {
    width: 100%;
}

.banner_box .kw {
    position: absolute;
    top: 50%;
width: 100%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* 分公司信息 */

ul.glist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 0;
}

ul.glist span {
    display: flex;
}

.glist-logo {
    height: 115px;
    display: flex;
    align-items: center;
}

.glist-logo img {
    width: 170px;
}

.glist-1 {
    font-size: 22px;
}

.glist-3 {
    /* border-left: 1px solid #ddd; */
    /* border-right: 1px solid #ddd; */
    /* padding: 0 100px; */
    box-sizing: border-box;
}


/* 企业介绍 */

.qyjs {
    width: 100%;
    background: #fff;
    padding: 80px 0 100px;
    box-sizing: border-box;
    overflow: hidden;
}

.qyjs_body {
    width: 1280px;
    margin: 0 auto;
}

.qyjs_body>a {
    float: left;
    margin-right: 30px;
    width: 600px;
    height: 400px;
    overflow: hidden;
}

.qyjs_body>a img {
    transition: all 0.2s;
    width: 100%;
}

.qyjs_body>a:hover img {
    transform: scale(1.1);
}

.qyjs_body .detail_cont {
    font-size: 14px;
    line-height: 36px;
    width: 650px;
    float: left;
}


/* 发展历程 */

.type_page {
    margin: 0 auto;
    width: 1280px !important;
}

.history .tit_box[data-v-63ef68d9] {
    text-align: center;
}

.item_box .tit_box .tit_text {
    font-size: 30px;
    color: #181818;
    margin: 0 20px;
}

.item_box .tit_box .line {
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #1393D2;
}

.history .history_box .year_box .ele_yrar[data-v-63ef68d9] {
    width: 176px;
}

.history .history_box .year_box .ele_yrar .year_text[data-v-63ef68d9] {
    width: 100%;
}

.history .history_box .box_1 .ele_line[data-v-63ef68d9] {
    margin: 15px 0;
}

.history .history_box .box_1 .box_1_year[data-v-63ef68d9] {
    margin-top: 40px;
}

.box-slide {
    display: none;
    box-sizing: border-box;
    padding-top: 60px;
}

.box-slide.active {
    display: block;
}

.fly1 {
    left: 46px !important;
    bottom: 134px !important;
}

.fly2 {
    left: 252px !important;
    bottom: 152px !important;
}

.fly3 {
    left: 470px !important;
    bottom: 180px !important;
}

.fly4 {
    left: 695px !important;
    bottom: 225px !important;
}

.fly5 {
    left: 918px !important;
    bottom: 290px !important;
}

.fly6 {
    left: 1150px !important;
    bottom: 385px !important;
}


/* .box_1 .box-slide:nth-child(1) {
    line-height: 220px;
}

.box_1 .box-slide:nth-child(2) {
    line-height: 220px;
}

.box_1 .box-slide:nth-child(6) {
    line-height: 220px;
} */

.box_1 .box-slide:nth-child(6) .box_1_year {
    /* font-size: 50px !important; */
}


/* 团队风采 */

.tdfc {
    padding: 90px 0;
}

.swiper_body {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.swiper-container {
    width: 100%;
}

.swiper-wrapper,
.swiper-slide,
.swiper-slide img {
    width: 100%;
}

.swiper-wrapper,
.swiper-slide {
    height: auto !important;
}

.tdfc .arrow-left,
.tdfc .arrow-right {
    display: inline-block;
    width: 0px;
    height: 66px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: all .8s;
}

.tdfc .arrow-left {
    left: 0;
    background: url(/Content/Areas/Common/images/main/tdfc_left.png);
}

.tdfc .arrow-right {
    right: 0;
    background: url(/Content/Areas/Common/images/main/tdfc_right.png);
}

.swiper_body:hover .arrow-left,
.swiper_body:hover .arrow-right {
    width: 38px;
}


/* 联系我们 */

.lxwm {
    width: 100%;
    position: relative;
    /* font-size: 0; */
    box-sizing: border-box;
    padding: 107px 0 141px;
    background: url(/Content/Areas/News/images/lxwb_bg.jpg) no-repeat;
    background-size: cover;
}

.lxwm>img {
    width: 100%;
}

.contactus_form {
    padding: 64px 180px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.5);
    width: 1200px;
    margin: 0 auto;
}

.contactus_form h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px;
}

.ct_left {
    margin-right: 30px;
}

.ct_left,
.ct_right {
    display: inline-block;
}

.contactus_form .name {
    font-size: 18px;
    color: #0E287F;
    /* line-height:32px; */
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.contactus_form .value {
    text-indent: 1em;
    font-size: 14px;
    background: rgba(14,40,127,0.1);
    line-height: 40px;
    width: 380px;
    border-radius: 4px;
    border: 1px solid rgba(14,40,127,0.5);
    color: #8693BF;
}

.contactus_form textarea {
    width: 100%;
    background: rgba(238, 240, 245, 1);
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 30px;
    height: 90px;
    border-radius: 5px;
    color: #8693BF;
    border: 1px solid rgba(14,40,127,0.5) !important;
}

.contactus_form textarea::-webkit-scrollbar {
    width: 0 !important;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.contactus_form button {
    border: 1px solid rgba(0, 0, 0, 0.11);
    color: #fff;
    margin: 34px auto 0;
    font-size: 20px;
    display: block;
    width: 420px;
    height: 50px;
    background: #0E287F;
    border-radius: 4px;
    cursor: pointer;
}

.font_count {
    position: relative;
}

.font_count p {
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    line-height: 32px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.contactus_form.sub,
.contactus_form.sub .ct_left,
.contactus_form.sub .ct_right,
.contactus_form.sub .value,
.contactus_form.sub textarea,
.contactus_form.sub button {
    background: #232C48;
}

.contactus_form.sub h2 {
    color: #fff;
}

.mask {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.mask>div {
    padding: 10px;
    position: relative;
    width: 100%;
    height: 100%;
}

.mask>div>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 48px 60px;
}

.mask .Msg {
    font-size: 14px;
    font-weight: 400;
    color: #91949E;
    margin-top: 15px;
}

#close {
    color: #fff;
    cursor: pointer;
    width: 276px;
    height: 49px;
    background: #0E287F;
    border-radius: 46px 46px 46px 46px;
    opacity: 1;
    display: block;
    text-align: center;
    line-height: 49px;
    margin: 30px auto 0;
    font-size: 18px;
}

.mob_plane {
    display: none;
}

/* 20230529 */
.lxwm_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.mobile_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.mobile_con span#mobileError {
    position: absolute;
    font-size: 12px;
    bottom: -16px;
    color: red;
    left: 0;
}
.mobile_con input#phone {
    width: 263px;
}

.mobile_con input#dynamiccode {
    width: 108px;
}

.mobile_left {
    position: relative;
}

input#mobileLogin {
    position: absolute;
    right: 7px;
    top: 9px;
    border-radius: 15px;
    background: rgb(41 52 86 / 50%);
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
}

.lxwm_left>div {
    margin: 0 0 14px;
}
.awesomeCheckBoxList_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.awesomeCheckBoxList_ul li {
    width: 49%;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 400;
    color: #8693BF;
    display: flex;
    align-items: center;
}

.lxwm_right {
    width: 380px;
    margin-left: 64px;
}

.awesomeCheckBoxList_ul li input {
    margin-right: 5px;
}
.lxwm_left>div input#LogOnCode {
    width: 233px;
    margin: 0;
    text-indent: 1em;
    font-size: 14px;
    background: rgba(14,40,127,0.1);
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(14,40,127,0.5);
    color: #8693BF;
}
.contactus_form .hasLimitNumber textarea {
    height: 170px;
}
 .awesomeCheckBoxList_ul input[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top: 0;
    background: url(/Content/Areas/News/images/check_lxwm.png) no-repeat;
    background-size:'cover';
    min-height: 20px;
    min-width: 20px;
    position: relative;
    cursor: pointer;
  }

  .awesomeCheckBoxList_ul input[type="checkbox"]:checked {
    background: url(/Content/Areas/News/images/check_lxwm_1.png) no-repeat;
    border: none;
  }



.lxwm_left>div img#valiCodeLogOnCode {
    height: 40px;
}
.mask>div>div h2 {
    font-size: 18px;
    font-weight: 600;
    color: #0E287F;
    line-height: 21px;
    margin: 20px 0;
}
.awesomeCheckBoxList_ul input[type="checkbox"]:checked + label {
    color: #0E287F;    
}
@media screen and ( min-width:1080px) and (max-width:1440px) {
    .history .history_bg_line[data-v-63ef68d9] {
        top: 252px;
    }
    .type_page {
        width: 1000px !important;
    }
    .history .history_bg_line[data-v-63ef68d9] {
        height: 330px;
        top: 252px;
    }
    .fly1 {
        bottom: 99px !important;
    }
    .fly2 {
        bottom: 111px !important;
    }
    .fly3 {
        left: 371px !important;
        bottom: 132px !important;
    }
    .fly4 {
        left: 533px !important;
        bottom: 160px !important;
    }
    .fly5 {
        left: 701px !important;
        bottom: 209px !important;
    }
    .fly6 {
        left: 859px !important;
        bottom: 269px !important;
    }
    .contactus_form {
        padding: 20px 30px;
    }
    .contactus_form h2 {
        margin-bottom: 10px;
        font-size: 28px;
    }
    .contactus_form .value {
        margin: 5px 0;
    }
    .contactus_form textarea {
        height: 110px;
    }
    .banner_box {
        margin-bottom: 0;
    }
    .banner_box img.kw {
        width: 500px;
    }
    .qyjs_body {
        width: 1000px;
    }
    ul.glist {
        padding: 30px 0 0;
    }
    .glist-1 {
        font-size: 18px;
    }
    .glist-logo {
        height: 90px;
    }
    .glist-logo img {
        width: 128px;
    }
    ul.glist span {
        font-size: 14px;
    }
    .qyjs {
        padding: 50px 0 60px;
    }
    .qyjs_body>a {
        width: 500px;
        height: 335px;
    }
    .qyjs_body .detail_cont {
        font-size: 12px;
        line-height: 26px;
        width: 466px;
    }
    .item_box .tit_box .tit_text {
        font-size: 28px;
    }
    .history .history_box .box_1 .ele_line .text[data-v-63ef68d9] {
        font-size: 14px;
    }
    .history .history_box .year_box .ele_yrar .year_text[data-v-63ef68d9] {
        font-size: 14px;
    }
    .pad_t_80 {
        padding-top: 36px;
    }
    .history[data-v-63ef68d9] {
        height: 543px;
    }
    .history .history_box .box_1_box[data-v-63ef68d9] {
        height: 469px;
    }
    .swiper_body {
        width: 1000px;
    }
    .contactus_form button {
        padding: 8px 71px;
        font-size: 16px;
    }
    .contactus_form .name {
        font-size: 14px;
    }
}

@media only screen and (max-width:768px) {
    .banner_box,
    .banner_box .banner {
        width: 100%;
    }
    .banner_phone .kw {
        width: 6.5rem;
    }
    .banner_box .kw {
        width: 80%;
    }
    .banner_box {
        margin-bottom: 20px;
    }
    .qyjs {
        padding: 20px 15px 20px;
    }
    .qyjs_body {
        width: 100%;
    }
    .title_head {
        margin-bottom: 20px;
    }
    .title_head span,
    .contactus_form h2 {
        font-size: 14px;
    }
    .qyjs_body>a {
        float: none;
        margin-right: 0;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .qyjs_body .detail_cont {
        line-height: 28px !important;
        font-size: 14px;
        line-height: 36px;
        width: 100%;
        float: none;
    }
    .qyjs_body .detail_cont span {
        font-size: 12px !important;
    }
    .tdfc {
        padding: 20px;
    }
    .swiper_body {
        width: 100%;
    }
    .lxwm {
        padding: 30px 20px;
    }
    .lxwm>img {
        display: none;
    }
    .contactus_form {
        /* position: static; */
        /* transform: translate(0%, 0%); */
        /* padding: 0.3rem; */
        width: 100%;
        padding: 20px;
    }
    .contactus_form .name {
        font-size: 16px;
    }
    .contactus_form .value {
        width: 100%;
    }
    .ct_left {
        margin-right: 15px;
    }
    .ct_left,
    .ct_right {
        width: 44%;
    }
    #fzlc,
    ul.glist {
        display: none;
    }
    .contactus_form textarea {
        text-indent: 1em;
    }
    .mob_plane {
        display: block;
        position: relative;
    }
    .mob_plane>img {
        width: 100%;
    }
    .mob_plane .title_head {
        position: absolute;
        top: 3%;
        left: 50%;
        transform: translateX(-50%);
    }
    .mob_plane .box_1 {
        width: 100%;
        height: 210px;
        background: hsla(0, 0%, 100%, .4);
        border: 1px solid #e9ecf0;
        margin-bottom: 14px;
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
        box-sizing: border-box;
    }
    .mob_plane .box-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        display: none;
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 0 20px;
    }
    .mob_plane .box-slide p {
        font-size: 12px;
        line-height: 26px;
    }
    /* .mob_plane .box-slide:last-child p,
    .mob_plane .box-slide:first-child p {
        font-size: 0.4rem;
    } */
    .mob_plane .box-slide p.mob_tit {
        color: #1f6bd1;
    }
    .mob_plane .box-slide.active {
        display: flex;
    }
    .mob_tabs {
        overflow: scroll;
        margin-top: -96px;
    }
    .mob_tabs .year_box {
        position: relative;
        height: 75px;
        width: 555px;
    }
    .mob_tabs::-webkit-scrollbar {
        width: 0;
    }
    .mob_tabs .year_box .bottom_line {
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 26px;
        z-index: 1;
        background-image: linear-gradient(-90deg, rgba(31, 108, 209, 0), #2894d7 49%, #3adfe3 96%);
        display: none;
    }
    .mob_tabs .tabs_parent {
        width: 555px;
    }
    .mob_tabs .tabs_parent .ele_yrar {
        position: relative;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mob_tabs .tabs_parent .ele_yrar .year_text {
        font-size: 8px;
        color: #181818;
        letter-spacing: 0;
        text-align: center;
    }
    .mob_tabs .tabs_parent .ele_yrar .round {
        width: 15px;
        height: 15px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mob_tabs .tabs_parent .ele_yrar .round img {
        width: 12px;
        height: 12px;
    }
    .mob_tabs .tabs_parent .ele_yrar.active_yrar .round .img {
        display: none;
    }
    .mob_tabs .tabs_parent .ele_yrar .round .hover_img {
        width: 20px;
        height: 20px;
        display: none;
    }
    .mob_tabs .tabs_parent .ele_yrar.active_yrar .round .hover_img {
        display: block;
    }
    .contactus_form {
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .contactus_form button {
        padding: 7px 69px;
        margin: 22px auto 0;
        font-size: 15px;
        display: block;
        width: 80%;
    }
    .lxwm_content {
    flex-direction: column;
}

.lxwm_right {
    width: 100%;
    margin: 20px 0 0 0;
}

.lxwm_left {
    width: 100%;
}

.mobile_con input#phone {width: 100%;}

.mobile_left {
    width: 68%;
}

.mobile_right {
    width: 30%;
}

.mobile_con input#dynamiccode {
    width: 100%;
}

.contactus_form .value {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
}

input#mobileLogin {
    top: 6px;
}

.lxwm_left>div input#LogOnCode {
    width: 45%;
}
    body {
    font-size: 14px;
}

.lxwm_left>div input#LogOnCode {
    font-size: 12px;
    line-height: 35px;
    height: 35px;
}

.awesomeCheckBoxList_ul li {
    font-size: 16px;
}

.contactus_form .hasLimitNumber textarea {
    height: 90px;
}
    .lxwm_left>div img#valiCodeLogOnCode {
    height: 35px;
}
    .mask>div>div {
    width: 80%;
    box-sizing: border-box;
    padding: 15px;
}

.mask>div>div img {
    width: 50%;
}

.mask>div>div span#close {
    width: 80%;
}
}
@media only screen and (max-width:375px) {

    .mobile_left {
    width: 100%;
}

.mobile_right {
    width: 100%;
    margin-top: 5px;
}

.mobile_con {
    flex-direction: column;
}

.awesomeCheckBoxList_ul li {
    width: 100%;
}
}