@charset "utf-8";

:root {
    --white: #ffffff;
    --dark: #333333;
    --grey: #666666;
}

.m_page_cont {
    overflow: hidden;
}

.dis_flex {
    display: flex;
}

/*contact*/
.m_tact_top {
    position: relative;
    width: 100%;
    height: 580px;
   margin-top: 70px;
   margin-bottom: 80px;
    z-index: 1;
}


.cont_map {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 50px;
    border-radius: 16px;
    background: #FFF;
    width: 349px;
    overflow: hidden;
}

.cont_map .pic {
    width: 100%;
}

.cont_map .m_cont {
    position: relative;
    text-align: center;
    padding: 42px 60px;
    padding-bottom: 30px;
}

.cont_map .m_cont .m_view {
    position: absolute;
    left: 50%;
    top: -32px;
    transform: translateX(-50%);
    margin-top: 0;
}

.cont_map .m_view a {
    display: inline-flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    background: #008AC6;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
}

.cont_map .m_cont span {
    display: inline-block;
    width: 36px;
}

.cont_map .m_cont p {
    padding-top: 16px;
    color: var(--grey);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.m_tact_mid {
    padding: 70px 0;
    background: linear-gradient(88deg, #008ED8 0%, #00B1D8 99.84%);
}

.m_tact_list ul {
    justify-content: space-between;
}

.m_tact_list ul li {
    position: relative;
    flex: 1;
    display: flex;
    padding: 10px 15px;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.m_tact_list ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--white);
}

.m_tact_list ul li:last-child:after {
    display: none;
}

.m_tact_list .w_border {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: var(--white);
}

.m_tact_list p {
    padding-top: 20px;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.m_tact_list p a {
    font-style: normal;
    color: inherit;
    font-size: inherit;
}

.m_tact_list .m_thumb {
    max-width: 150px;
}

.m_message {
    padding: 80px 0;
    width: 100%;
    background-image: url(/template/default/index/static/images/lx_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.m_message .mess_title {
    position: relative;
    padding-bottom: 70px;
    color: var(--grey);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.m_message .mess_title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 430px;
    max-width: 50%;
    height: 1px;
    background-color: #DCDCDC;
}

.mess_form {
    padding-top: 65px;
    max-width: 1100px;
    margin: 0 auto;
}

.mess_form .form_list {
    display: flex;
    padding-bottom: 50px;
    justify-content: space-between;
    margin-left: -12px;
    margin-right: -12px;
}

.mess_form .form_list:last-child {
    padding-bottom: 0;
}

.mess_form .form_list>div {
    flex: 1;
    align-items: center;
    padding: 0 12px;
}

.mess_form .form_list>div label {
    width: 100px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.mess_form .form_list>div label em {
    color: #E6081F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.mess_form .form_list .text-area {
    flex: 1;
    position: relative;
    font-size: 16px;
}

.form_list .text-area input {
    padding: 18px 24px;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    background: #FFF;
    outline: 0;
    border: none;
}

.form_list .text-area textarea[type=text], .form_list .text-area input[type=text] {
    color: #333;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form_list .text-area::-webkit-input-placeholder {
    font-size: 16px;
    color: #999;
}

.form_list .text-area::-moz-placeholder {
    font-size: 16px;
    color: #999;
}

.form_list .text-area::-moz-placeholder {
    font-size: 16px;
    color: #999;
}

.form_list .text-area::-ms-input-placeholder {
    font-size: 16px;
    color: #999;
}

.form_list .text-area input[type=radio] {
    height: 20px;
    width: 20px;
    margin-top: 0px;
    vertical-align: -6px;
    margin-right: 6px;
    -webkit-appearance: radio;
}

.mess_form .form_list .text-area select {
    width: 100%;
    height: 60px;
    background-color: transparent;
    border-radius: 8px;
    border: 2px solid #DCDCDC;
    outline: 0;
}

.mess_form .form_list .text-area label {
    position: absolute;
    top: -20px;
    left: 5px;
    width: auto;
    font-size: 14px;
    line-height: 1;
    color: red;
}

.mess_form .message_code .text-area {
    max-width: 366px;
}

.mess_form  textarea {
    width: 100%;
    padding: 20px 24px;
    height: 220px;
    border-radius: 8px;
    background: #FFF;
    outline: 0;
    border: none;
}

.mess_form .message_code .messyz {
    max-width: 222px;
    width: 50%;
    padding-left: 28px;
    height: 60px;
}

.mess_form .message_code .messyz img {
    width: 100%;
    height: 100%;
}

.form_list .btn {
    display: inline-flex;
    margin: 0 auto;
    padding: 10px 24px;
    align-items: center;
    border-radius: 25px;
    background: #008AC6;
    border: none;
    outline: 0;
    color: var(--white);
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

@media screen and (max-width:991px) {
    .m_tact_list .w_border {
        width: 64px;
        height: 64px;
        padding: 15px;
    }

    .m_message .mess_title {
        padding-bottom: 40px;
        font-size: 22px;
    }

}

@media screen and (max-width:767px) {
    .m_tact_mid {
        padding: 40px 0;
    }

    .m_message .mess_title {
        padding-bottom: 30px;
        font-size: 20px;
    }

    .m_tact_list ul {
        display: block;
    }

    .m_tact_list ul li {
        padding-bottom: 25px;
    }

    .m_tact_list ul li:last-child {
        padding-bottom: 0;
    }

    .m_tact_list ul li::after {
        display: none;
    }

    .m_tact_list p {
        padding-top: 6px;
    }

    .m_tact_list .w_border {
        margin-bottom: 5px;
    }

    .m_message {
        padding: 40px 0;
    }

    .mess_form .form_list {
        display: block;
        padding-bottom: 0;
    }

    .mess_form .form_list>div {
        padding-bottom: 30px;
        display: block;
    }

    .mess_form .form_list>div>label {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }

    .mess_form .form_list .text-area label {
        top: -24px;
        left: inherit;
        right: 0;
    }

    .mess_form .message_code .text-area {
        width: calc(100% - 150px);
        float: left;
    }

    .mess_form .message_code .messyz {
        float: left;
        width: 150px;
        padding-left: 10px;
        height: 50px;
    }

    .mess_form .form_list:last-child {
        text-align: center;
    }

    .form_list .btn {
        margin-top: 30px;
    }

    .form_list .text-area input {
        padding: 14px 15px;
        height: 50px;
    }

}

/*job form*/
.job_form .form_list .btn {
    padding: 10px 60px;
}

@media screen and (max-width:991px) {
    .job_form .form_list {
        display: block;
        padding-bottom: 0;
    }

    .mess_form .form_list .text-area select {
        height: 50px;
    }

    .job_form .form_list > div {
        padding-bottom: 30px;
    }

    .job_form .form_list:last-child {
        text-align: center;
    }

    .form_list .text-area input[type="radio"] {
        height: 16px;
        width: 16px;
        vertical-align: middle;
    }

}

/*about technolagy*/
.tech_list {
    padding-top: 50px;
    padding-bottom: 80px;
}

.big_title {
    flex: 1;
    padding-right: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #333333;
}

.recruit2 .dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 45px;
    margin-bottom: 10px;
    width: 100%;
    height: 80px;
    background: #ffffff;
    border: 1px solid #DDD;
    overflow: hidden;
    cursor: pointer;
}
.small_title img.right,
.recruit2 .dt img.right {
    width: 21px;
}
.recruit2 .dd {
    overflow: hidden;
    display: none;
}

.small_title {
    position: relative;
    padding: 0 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #008AC6;
    height: 80px;
    cursor: pointer;
}

.small_title .big_title {
    color: #fff;
}

.t_a_list {
    padding: 70px 0;
    justify-content: space-between;
    align-items: center;
}

.t_a_list .m_t_l {
    width: 50%;
    padding-left: 45px;
    padding-right: 30px;
}

.t_a_list .m_t_l h3 {
    padding-bottom: 25px;
    color: #303030;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.t_a_list .m_t_l .m_loop {
    padding-bottom: 5px;
}

.t_a_list .m_t_l p {
    padding-bottom: 15px;
    color: var(--grey);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.t_a_list .m_t_r {
    flex: 1;
    text-align: right;
}

@media screen and (max-width:991px) {
    .t_a_list .m_t_l {
        padding-left: 25px;
        padding-right: 30px;
    }

    .t_a_list {
        padding: 50px 0;
    }

}

@media screen and (max-width:767px) {
    .tech_list {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .t_a_list {
        display: block;
        padding-right: 15px;
        padding-left: 15px;
    }

    .t_a_list .m_t_l {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 25px;
        width: 100%;
    }

    .big_title {
        font-size: 18px;
    }

    .small_title {
        padding: 0 20px;
        height: 70px;
    }

    .recruit2 .dt {
        padding: 10px 20px;
        height: 70px;
    }
    .small_title img.right,
    .recruit2 .dt img.right {
    width: 18px;
}

}

/*about culture*/
.m_culture {
    padding-bottom:80px;
}

.m_culture .cul_swiper {
    margin-top: 65px;
}

.m_culture .cul_swiper .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
}

.m_culture .cul_mask {
    position: absolute;
    padding: 40px 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 48, 48, 0.5);
    overflow: hidden;
}

.m_culture .cul_mask h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}

.m_culture .cul_mask .m_scoll {
    margin-top: 25px;
    max-height: 158px;
    overflow-y: auto;
    transform: translateY(30px);
    opacity: 0;
    transition: all .5s;
}

.m_culture .cul_mask p {
    color: #DDD;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.cul_swiper .m_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.5) 100%);
    transition: all .5s;
    z-index: 9;
}

.cul_swiper .swiper-slide:hover .m_scoll {
    opacity: 1;
    transform: translateY(0);
}

.cul_swiper .swiper-slide:hover .m_bottom {
    opacity: 0;
}

.cul_pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;
}

.cul_pic i {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s;
}

.cul_pic img {
    display: none;
}

.cul_swiper .swiper-slide:hover .cul_pic i {
    transform: translate(-50%, -50%) scale(1.03);
}

.cul_swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.cul_swiper span.swiper-pagination-bullet-active {
    background: #008AC6;
}

.m_scoll::-webkit-scrollbar {
    width: 2px;
    height: 2px
}

.m_scoll::-webkit-scrollbar-button:vertical {
    display: none
}

.m_scoll::-webkit-scrollbar-corner, .m_scoll::-webkit-scrollbar-track {
    background-color: #ccc;
}

.m_scoll::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #016EC5;
}

@media screen and (max-width:991px) {
    .m_culture .cul_mask h3 {
        font-size: 22px;
    }

}

@media screen and (max-width:767px) {
    .m_culture {
    padding-bottom:50px;
}
.m_culture .cul_swiper {
    margin-top: 40px;
}
    .cul_pic {
        height: auto;
    }

    .cul_pic i {
        display: none;
    }

    .cul_pic img {
        display: block;
    }

    .m_culture .cul_mask h3 {
        font-size: 20px;
    }

    .cul_swiper .swiper-pagination {
        display: block !important;
    }

}

/*about history*/
.ygry_wrap {
    margin-top: 65px;
    overflow: hidden;
    margin-bottom: 65px;
}

.ygry_tit {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 8px;
}

.rylist_box {
    position: relative;
    overflow: hidden;
}

.rylist_box:before {
    content: "";
    position: absolute;
    left: 157px;
    bottom: 0;
    width: 18px;
    height: 12px;
    background-image: url(/template/default/index/static/images/his_jt.svg);
    background-size: 100%;
}

.rylist {
    overflow: hidden;
    position: relative;
}

.year_nav {
    height: 65px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.year_nav .his_prev, .year_nav .his_next {
    position: absolute;
    width: 62px;
    height: 62px;
    background-color: #A4A4A4;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    outline: 0;
    z-index: 8;
    cursor: pointer;
}

.year_nav .swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.year_nav .his_prev {
    left: 0;
    background-image: url(/template/default/index/static/images/his_left.svg);
}

.year_nav .his_next {
    background-image: url(/template/default/index/static/images/his_right.svg);
    right: 0;
}

.year_nav .his_prev:hover, .year_nav .his_next:hover {
    background-color: #008AC6;
}

.years {
    width: calc(100% - 124px);
    margin: 0 auto;
    overflow: hidden;
    height: 65px;
    padding-top: 8px;
    position: relative;
}

.years:after {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #CCCCCC;
}

.year_wrap {
    position: absolute;
    left: 0px;
    width: 100%;
    overflow: hidden;
    top: -4px;
}

.year_nav .swiper-slide a {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 24px;
    text-align: center;
    float: left;
    position: relative;
}

.year_nav .sel a .jincheng, .year_nav a:hover .jincheng {
    background-color: #fff;
    background-image: url(/template/default/index/static/images/fzlcld.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
}

.jincheng {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #BBB;
    bottom: 8px;
    left: 50%;
    z-index: 1;
}

.honor_year {
    color: var(--grey);
    font-size: 20px;
    font-weight: 400;
}

.year_nav .sel a .honor_year, .year_nav a:hover .honor_year {
    color: #008AC6;
    font-size: 20px;
}

.mhome .lcleft span {
    color: #ffffff;
}

.mhome .lcleft span i {
    background-image: url(/template/default/index/static/images/lcquan02.svg);
}

.mhome .lcrnei p {
    color: white
}

.mhome .lcrnei span {
    color: white
}

.mhome .lcrnei p:before {
    background-color: #fff;
}

.lcleft {
    padding-left: 45px;
    width: 175px;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    text-align: left;
    background: url(/template/default/index/static/images/lcxxian.png) repeat-y 95%;
    padding-top: 42px;
}

.lcleft span {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 30px;
    font-weight: 400;
}

.lcleft span i {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(/template/default/index/static/images/lcquan01.svg);
}

.lcright {
    width: calc(100% - 175px);
    padding-left: 30px;
    float: right;
}

.lcrnei {
    padding: 40px 20px 40px 0;
}

.lcrnei p {
    position: relative;
    padding-left: 15px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.lcrnei p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    background-color: #999999;
    border-radius: 50%;
}

.termhid {
    overflow: hidden;
}

.rylist.mhome {
    background: #008AC6;
}

.m_about_title h2 {
    position: relative;
    padding-bottom: 20px;
    color: #303030;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}

.m_about_title h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 37px;
    height: 5px;
    background-image: url(/template/default/index/static/images/about_line.svg);
    background-repeat: no-repeat;
}

.m_his {
    width: 100%;
    padding-bottom: 80px;
    overflow: hidden;
}

@media screen and (max-width:991px) {
    .m_about_title h2 {
        font-size: 30px;
    }

}

@media screen and (max-width:767px) {
    .m_his {
        padding-bottom: 50px;
    }

    .m_about_title h2 {
        font-size: 26px;
    }

    .m_about_title h2::before {
        width: 32px;
        height: 4px;
        background-size: contain;
    }

    .ygry_wrap {
        margin-top: 45px;
        margin-bottom: 35px;
    }

    .year_nav {
        margin-bottom: 30px;
    }

    .year_nav .his_prev, .year_nav .his_next {
        width: 42px;
        height: 42px;
    }

    .years {
        width: calc(100% - 84px);
    }

    .lcleft {
        padding-left: 20px;
        width: 115px;
        padding-top: 42px;
    }

    .lcleft span {
        font-size: 24px;
    }

    .lcleft span i {
        right: -1px;
        width: 16px;
        height: 16px;
    }

    .lcright {
        width: calc(100% - 115px);
        padding-left: 20px;
    }

    .rylist_box::before {
        left: 99px;
    }

}


/*page*/
.pagination-content {
  text-align: center;
  width: 100%;
}

.pagination-content .pagination {
  display: inline-block;
  position: relative;
}

.pagination-content .pagination li {
  float: left;
 
}
.pagination-content .pagination li:first-child span,.pagination-content .pagination li:first-child a{
font-size: 0;
width: 26px;
height: 26px;
background-image: url(/template/default/index/static/images/g_left.svg);
background-repeat: no-repeat;
background-size: contain;
}
.pagination-content .pagination li:last-child span,.pagination-content .pagination li:last-child a{
font-size: 0;
width: 26px;
height: 26px;
background-image: url(/template/default/index/static/images/g_right.svg);
background-repeat: no-repeat;
background-size: contain;
}
.pagination-content .pagination li:first-child:hover span,.pagination-content .pagination li:hover:first-child a {
    background-image: url(/template/default/index/static/images/hover_left.svg);
}
.pagination-content .pagination li:hover:last-child span,.pagination-content .pagination li:hover:last-child a{
    background-image: url(/template/default/index/static/images/hover_right.svg);

}
.pagination-content span, .pagination-content a {
  display: block;
  float: left;
  text-align: center;
 margin:0 8px;
  color: #000;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}

.pagination-content .active span, .pagination-content .active a {
  color: #008AC6;
}

.pagination-content li:last-child span, .pagination-content li:last-child span, .pagination-content li:first-child a, .pagination-content li:first-child a {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}
.height100 {
    height: 100px;
}
@media(max-width:768px) {
  .pagination-content span, .pagination-content a {
    margin: 0 2px;
    font-size: 14px;
  }
  .pagination-content {
    padding-top: 20px;
    padding-bottom: 30px;
}

}<!--0.00018405914306641-->