@charset "utf-8";

.gg_banner {
    width: 100%;
}



.banner_img {
    width: 100%;
    height: auto;
}

/*企业简介*/


.Inside_nav {
    width: 100%;
    height: 80px;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.Inside_nav li {
    margin: 0 30px;
}

.Inside_nav li a {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #5A5B5B;
    text-decoration: none;
    line-height: 80px;
    text-transform: capitalize;
}

.Inside_nav li:hover a,
.Inside_nav li.active a {
    color: #12A7D7;
    text-decoration: none;
}

.Inside_nav li.active a {
    font-weight: bold;
}

.jj_con {
    width: 100%;
    padding: 80px 0 150px 0;
}

.safe_width {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.jj_box_con {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.jj_right {
    width: 43%;
    max-width: 550px;
}

.jj_right img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.jj_left {
    width: 48.4%;
}

.jj_title {
    position: relative;
    font-size: 36px;
    color: #222222;
    line-height: 38px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.jj_title::after {
    width: 40px;
    height: 3px;
    content: '';
    background: #12A7D7;
    position: absolute;
    left: -2px;
    bottom: 0;
}

.jj_desc {
    font-size: 18px;
    color: #333333;
    line-height: 35px;
    margin-top: 42px;
    letter-spacing: 0.5px;
}


/*团队创始人*/
.td_con {
    width: 100%;
}

.td_box {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 80px 0;
}

.td_conBox {
    width: 100%;
    margin: 0;
}

.td_conBox .col-sm-3 {
    padding: 0 20px;
    margin-bottom: 20px;
}

.td_a_item {
    width: 100%;
    border: 1px solid #DDDDDD;
    overflow: hidden;
    padding-bottom: 128px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.td_rw {
    width: 100%;
    border-radius: 4px;
}

.td_js {
    width: 100%;
    height: 128px;
    position: absolute;
    left: 0;

    bottom: 0;
    text-align: center;
    background: #fff;
    padding: 28px 20px 0 20px;
}

.td_js h5 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.td_js div {
    font-size: 14px;
    color: #5A5B5B;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 8px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show_h {
    display: none;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    margin-top: 24px;
    overflow: hidden;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: -webkit-linear-gradient(right, #4adecd, #12a7d7);
    background: -o-linear-gradient(right, #4adecd, #12a7d7);
    background: -moz-linear-gradient(right, #4adecd, #12a7d7);
    background: -mos-linear-gradient(right, #4adecd, #12a7d7);
    background: linear-gradient(right, #4adecd, #12a7d7);


}

.td_a_item:hover .td_js .show_h {
    display: inline-block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.td_a_item:hover .td_js {
    height: 174px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/*创始人团队弹窗*/
.csr_pop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.csr_pop.modal_show {
    display: flex;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.pop_conent {
    width: 610px;
    background: #fff;
    position: relative;
    padding: 60px 50px 68px 50px;
}

.csr_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.csr_img {
    display: inline-block;
    width: 318px;
    height: 318px;
    border-radius: 4px;
    overflow: hidden;
}

.csr_img img {
    display: inline-block;
    width: 100%;
    height: auto;

}

.csr_text {
    width: 100%;
    padding: 26px 56px 0 56px;
}

.csr_text h5 {
    margin: 0;
    width: 100%;
    padding: 0;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 20px;
    line-height: 24px;
    color: #222;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: bold;
}

.csr_text p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #5A5B5B;
    margin: 6px 0 0 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-all;
}

.csr_text div {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    color: #555555;
    margin-top: 28px;
    word-wrap: break-word;
    word-break: break-all;
}


.close_pop {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 38px;
    right: 38px;
}

.csr_swiper .swiper-button-next,
.csr_swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 26px;
    margin-top: -13px;
    z-index: 10;
    cursor: pointer;
    background-size: 14px 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.csr_swiper .swiper-button-prev.swiper-button-black {
    background-image: url(../images/gy/arrow_l.png);
}

.csr_swiper .swiper-button-next.swiper-button-black {
    background-image: url(../images/gy/arrow_r.png);
}

/*使命与愿景*/
.sm_box {
    width: 100%;
    background: url(../images/gy/sm_bj_pc.jpg) #fff no-repeat center bottom;
    background-size: 100% auto;
}

.temp_head {
    width: 100%;
    padding-top: 80px;
}

.temp_head h5 {
    font-size: 36px;
    line-height: 38px;
    color: #222222;
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.head_zs {
    display: inline-block;
    margin-top: 18px;
    width: 40px;
    height: 3px;
    background: #12a7d7;
}

.sm_con {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 44px 0 76px 0;
}

.sm_pt {
    width: 46.8%;
    max-width: 600px;
}

.sm_pt img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.sm_desc {
    width: 46.8%;
    padding-right: 80px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #333;
}

.yj_box {
    width: 100%;
    background: url(../images/gy/yj_bj.jpg) no-repeat center top;
    background-size: 100% 100%;
    position: relative;
    padding-top: 10px;
}

.yj_bj_img {
    width: 100%;
    height: auto;
}

.yj_box_con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.yj_desc {
    width: 100%;
    text-align: left;
    margin-top: 56px;
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    padding-right: 54.6%;
    letter-spacing: 0.5px;
}

.jzg_con {
    width: 100%;
}

.jzg_title {
    width: 100%;
    margin-top: 18px;
}

.jzg_title div {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.jzg_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 54px 0 50px 0;
}

.jzg_item {
    width: 48.4%;
    position: relative;
    margin-bottom: 40px;
}

.jzg_item_img {
    width: 100%;
    height: auto;
}

.jzg_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 1;
}

.jzg_text_r {
    padding: 86px 30px 0 58%;
    left: unset;
    right: -1px;
}

.jzg_text_l {
    padding: 86px 58% 0 30px;
}

.jzg_text h5 {
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    font-weight: bold;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
}

.jzg_text div {
    font-size: 14px;
    margin-top: 18px;
    line-height: 22px;
    color: #5A5B5B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.lx_box {
    width: 100%;
    padding: 70px 0 100px 0;
}

.lx_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.lx_info_left {
    width: 70%;
}

.lx_info_left h5 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    word-break: break-all;
}

.lx_info_div {
    width: 100%;
}

.lx_info_div div {
    width: 100%;
    margin-top: 24px;
    position: relative;
    padding-left: 30px;
}

.lx_info_div div span {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #5A5B5B;
}

.lx_info_div div img {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}

.lx_info_right {
    width: 100px;
    text-align: center;
}

.lx_info_right img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.lx_info_right div {
    width: 100%;
    text-align: center;
    color: #808080;
    line-height: 30px;
    font-size: 14px;
}

.lx_map {
    width: 100%;
    margin-top: 60px;
}

/*新闻动态*/
.news_box {
    width: 100%;
    padding: 60px 0 80px 0;
}

.news_list {
    width: 100%;
    max-width: 1328px;
    margin: 0 auto;
}

.news_list .col-sm-4 {
    padding: 20px 12px;
}

.news_item_a {
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(74, 74, 74, .1);
}

.news_item_a img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.news_item_text {
    width: 100%;
    padding: 36px 22px 30px 22px;
}

.news_time {
    line-height: 18px;
    font-size: 14px;
    color: #808080;
    line-height: 22px;
}

.news_item_text p {
    margin: 14px 0 0 0;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.look_all {
    width: 100%;
    margin-top: 20px;
    text-align: right;
    font-size: 16px;
    color: #12A7D7;
    line-height: 20px;
    text-transform: capitalize;
}

/*新闻详情*/
.news_details {
    width: 100%;
    background: #f3f3f3;
    padding: 60px;
}

.n_details_con {
    width: 100%;
    padding: 70px 40px 0 40px;
}

.details_h {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    color: #121212;
    letter-spacing: 0.5px;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
}

.fb_time {
    text-align: center;
    width: 100%;
    margin-top: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #808080;
}

.fb_time span {
    margin: 0 6px;
    word-wrap: break-word;
    word-break: break-all;
}

.details_content {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 54px 0 42px 0;
    margin-top: 38px;
    border-bottom: 1px solid #ddd;
}

.details_content p {
    word-wrap: break-word;
    word-break: break-all;
}

.bottom_jump {
    width: 100%;
    padding: 28px 0 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.jump_left {
    width: 50%;
}

.jump_ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.jump_ul li {
    width: 100%;
    margin-bottom: 14px;
}

.jump_ul li a {
    display: inline-block;
    width: 100%;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.jump_ul li:hover a {
    color: #12a7d7;
    text-decoration: none;
}

.back_go {
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff !important;
    background: #12a7d7;
    text-decoration: none;
}

/*核心技术*/
.hx_box01 {
    width: 100%;
    padding: 0 40px 90px 40px;
}

.hx_box03 {
    width: 100%;
    padding: 0 40px 100px 40px;
}

.hx_con01 {
    margin-top: 30px;
}

.hx_box01 .temp_head {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.hx_desc {
    font-size: 18px;
    line-height: 36px;
    color: #333;
}

.hx_img {
    margin-top: 46px;
    width: 100%;
}

.hx_img img {
    width: 100%;
    height: auto;
}


.hx_box02 {
    width: 100%;
    background: url(../images/gy/hx_bj_pc.jpg) no-repeat center top;
    background-size: cover cover;
    position: relative;
    height: 600px;

}

.hx_box02 .temp_head {
    padding-left: 0;
    padding-right: 0;
}


.hx_con02 {
    width: 100%;
    height: 100%;
    padding: 0px 40px 0 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.hx_con02 .temp_head {
    padding-top: 20px;
}

.hx02_desc {
    width: 100%;
    text-align: left;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    padding: 0;
    letter-spacing: 0.5px;
}


/*研发中心*/
.yfzx_box {
    width: 100%;
    padding: 0 40px 50px 40px;
}

.yfzx_box .temp_head {
    padding-left: 0;
    padding-right: 0;
}

.yfzx_con {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.yfzx_left {
    width: 47.6%;
}

.yf_pt_img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.yfzx_desc {
    width: 100%;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    margin-top: 30px;
}

.yfzx_left .yf_pt_img {
    margin: 80px 0 50px 0;
}

.yfzx_right {
    width: 47.6%;
}

.yfzx_right img:nth-child(2) {
    display: none;
}

/*研究与开发*/
.kf_box01 {
    width: 100%;
    padding: 0 40px 50px 40px;
}

.kf_box01 .temp_head {
    padding-left: 0;
    padding-right: 0;
}

.kf_con01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0;
}

.kf_c_left {
    width: 44%;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    padding-top: 30px;
}

.kf_c_right {
    width: 49.6%;
    max-width: 636px;
}

.kf_c_right img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.kf_box02 {
    width: 100%;
    padding: 0 40px 90px 40px;
}

.kf_box02 .temp_head {
    padding: 60px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.kf_con02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 50px;
}

.kf02_left {
    width: 48.9%;
}

.kf02_right {
    width: 48.9%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    align-content: space-between;
}

.kf02_right .kf02_rq:last-child {
    margin-top: 22px;
}

.kf02_rq {
    width: 100%;
    position: relative;

    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.kf02_rq img {
    width: 100%;
    height: auto;
}

.kf02_text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 22px 30px 36px 30px;
    background: rgba(18, 167, 215, 0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


.kf02_text h5 {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
}

.kf02_text div {
    width: 100%;
    height: 0;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.kf02_text a {
    display: inline-block;
    margin-top: 0px;
    width: 124px;

    text-align: center;
    line-height: 36px;
    border-radius: 18px;
    border: none;
    text-decoration: none;
    color: #fff;
    height: 0;
    overflow: hidden;
}

.kf02_rq:hover {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;

}

.kf02_rq:hover .kf02_text {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 22px 30px 25px 30px;
    background: rgba(18, 167, 215, 0.85);
}

.kf02_rq:hover .kf02_text div {
    margin-top: 14px;
    height: auto;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.kf02_rq:hover .kf02_text a {
    height: 36px;
    margin-top: 26px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border: 1px solid #fff;
}

.kf_box03 {
    width: 100%;
    padding: 0 40px 130px 40px;
}

.kf_box03 .temp_head {
    padding-left: 0;
    padding-right: 0;
}

.kf_con03 {
    width: 100%;
    margin-top: 40px;
}

.kf03_desc {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.kf_con03 a {
    display: inline-block;
    margin-top: 50px;
    width: 150px;
    height: 42px;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: -webkit-linear-gradient(right, #4adecd, #12a7d7);
    background: -o-linear-gradient(right, #4adecd, #12a7d7);
    background: -moz-linear-gradient(right, #4adecd, #12a7d7);
    background: -mos-linear-gradient(right, #4adecd, #12a7d7);
    background: linear-gradient(right, #4adecd, #12a7d7);
}

/*职位招聘*/

.job_box {
    width: 100%;
    padding: 60px 40px 100px 40px;
}

.job_item {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}

.job_head {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.head_name {
    width: 32.8%;
    font-size: 24px;
    line-height: 28px;
    color: #222;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.head_dz {
    width: 26.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 28px;
    color: #222;
}

.head_xl {
    width: 29%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 28px;
    color: #222;
}

.show_operate {
    display: inline-block;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.sq_mark .show_operate {
    background: url(../images/gy/sq_mark.png) no-repeat center center;
    background-size: 40px 40px;
}

.zk_mark .show_operate {
    background: url(../images/gy/zk_mark.png) no-repeat center center;
    background-size: 40px 40px;
}

.job_con {
    width: 100%;
    padding: 6px 40px 0 40px;
    background: #f8f9fa;
    position: relative;
    display: none;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
}

.job_item_show {
    border-bottom: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.job_item_show .job_con {

    display: inline-block;
    height: auto;
    overflow: visible;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 1;
}

.job_con ::before {
    width: 100%;
    height: 6px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: -webkit-linear-gradient(right, #4adecd, #12a7d7);
    background: -o-linear-gradient(right, #4adecd, #12a7d7);
    background: -moz-linear-gradient(right, #4adecd, #12a7d7);
    background: -mos-linear-gradient(right, #4adecd, #12a7d7);
    background: linear-gradient(right, #4adecd, #12a7d7);
}

.job_con01 {
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
}

.job_con01 span {
    font-size: 14px;
    color: #5A5B5B;
    line-height: 22px;
    margin-right: 46px;
}

.job_con02 {
    width: 100%;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
}

.job_con02:last-child {
    border: none;
}

.job_c_left {
    width: 13%;
    font-size: 16px;
    color: #5A5B5B;
    line-height: 28px;
}

.job_c_right {
    width: 86%;
}

.job_c_right p {
    width: 100%;
    font-size: 16px;
    color: #5A5B5B;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.job_c_yx {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.job_c_yx span {
    font-size: 16px;
    color: #5A5B5B;
    line-height: 28px;
}

.job_c_yx a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 21px;
    color: #fff;
    font-size: 14px;
    background: -webkit-linear-gradient(right, #4adecd, #12a7d7);
    background: -o-linear-gradient(right, #4adecd, #12a7d7);
    background: -moz-linear-gradient(right, #4adecd, #12a7d7);
    background: -mos-linear-gradient(right, #4adecd, #12a7d7);
    background: linear-gradient(right, #4adecd, #12a7d7);

}

.job_c_yx a img {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.job_box .yemak {
    margin: 60px 0 0 0;
}

@media screen and (max-width:1680px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1440px) {
    .td_box {
        padding: 80px 15px;
    }

    .td_conBox .col-sm-3 {
        padding: 0 15px;
    }
}

@media screen and (max-width:1366px) {
    .jj_box_con {
        padding: 0 20px;
    }

    .yj_desc {
        padding: 0 54% 0 20px;
        margin-top: 46px;
    }

    .sm_con {
        padding: 0px 20px;
    }

    .temp_head {
        padding: 80px 20px 0 20px;
    }

    .jzg_title {
        padding: 0 20px;
    }

    .jzg_list {
        padding: 54px 20px 50px 20px;
    }


    .lx_box {
        width: 100%;
        padding: 70px 20px 100px 20px;
    }

    .news_box {
        padding: 60px 20px 80px 20px;
    }
}

@media screen and (max-width:1279px) {
    .lx_box {
        width: 100%;
        padding: 60px 40px 900px 40px;
    }
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {


    .jj_con {

        padding: 40px 8% 50px 8%;
    }

    .safe_width {

        max-width: 100%;

    }

    .jj_box_con {
        padding: 0;
        flex-direction: column;
    }

    .jj_right {
        width: 100%;
        max-width: 100%;
        margin-top: 35px;
    }



    .jj_left {
        width: 100%;
    }

    .jj_title {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 12px;
    }

    .jj_title::after {
        width: 30px;
        height: 2px;
        content: '';

        left: 0px;
    }

    .jj_desc {
        font-size: 14px;
        line-height: 28px;
        margin-top: 17px;

    }





    /*团队创始人*/

    .td_box {
        max-width: 100%;
        padding: 40px 5% 20px 5%;
        background: #fff;
    }



    .td_conBox .col-sm-3 {
        padding: 0px;
        margin-bottom: 25px;
    }

    .td_a_item {
        width: 100%;
        border: 1px solid #DDDDDD;
        overflow: hidden;
        padding-bottom: 20px;
        border-radius: 10px;
        position: unset;
        background: #fff;

    }

    .td_rw {
        width: 100%;

    }

    .td_js {
        width: 100%;
        height: auto;
        position: unset;


        padding: 18px 17px 0 17px;
    }

    .td_js h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .td_js div {
        font-size: 14px;
        line-height: 16px;
        margin-top: 11px;
    }

    .show_h {
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        color: #fff;
        margin-top: 18px;
        overflow: hidden;


    }


    .td_a_item:hover .td_js {
        height: auto;
    }


    /*团队详情*/
    .td_details {
        width: 100%;
        padding: 40px 5% 40px 5%;
    }

    .td_details img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .td_d_text {
        width: 100%;
        padding: 15px 10px 5px 10px;
    }

    .d_text_t {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        color: #222;
        line-height: 24px;
        word-wrap: break-word;
        word-break: break-all;
    }

    .td_d_text p {
        font-size: 13px;
        color: #5A5B5B;
        line-height: 18px;
        padding: 0;
        margin: 10px 0 16px 0;
        word-wrap: break-word;
        word-break: break-all;
    }

    .d_text_con {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        color: #555555;
        word-wrap: break-word;
        word-break: break-all;
    }




    /*使命与愿景*/
    .sm_box {
        width: 100%;
        background: url(../images/gy/sm_bj_m.jpg) #fff no-repeat center bottom;
        background-size: 100% auto;
        padding: 0 8%;
    }

    .temp_head {
        width: 100%;
        padding: 38px 0 0 0;
    }

    .temp_head h5 {
        font-size: 20px;
        line-height: 24px;

    }

    .head_zs {
        margin-top: 10px;
        width: 30px;
        height: 2px;
    }

    .sm_con {
        width: 100%;

        flex-direction: column;
        padding: 16px 0 50px 0;
        margin: 0;
    }

    .sm_pt {
        display: none;
    }

    .sm_desc {
        width: 100%;
        padding: 0;
        font-size: 14px;
        line-height: 22px;
    }

    .sm_pt_m {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .yj_box {
        width: 100%;
        background: url(../images/gy/yj_bj_m.jpg) no-repeat center top;
        background-size: 100% 100%;
        position: relative;
        padding-top: 10px;
    }


    .yj_box_con {
        padding: 10px 8% 0 8%;
    }

    .yj_desc {
        margin-top: 22px;
        font-size: 14px;
        line-height: 20px;
        padding: 0;
    }





    .jzg_box {
        padding: 0 5%;
    }


    .jzg_title {
        padding: 0;
        margin-top: 18px;
    }

    .jzg_title div {
        font-size: 14px;
        line-height: 24px;
    }

    .jzg_list {
        width: 100%;
        padding: 30px 0 30px 0;
    }

    .jzg_item {
        width: 100%;
        margin-bottom: 20px;
    }




    .jzg_text_r {
        padding: 0px 10px 0 56%;
    }

    .jzg_text_l {
        padding: 0px 55% 0 10px;
    }

    .jzg_text {
        display: flex;
        justify-content: center;
        align-items: left;
        flex-direction: column;
    }

    .jzg_text h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .jzg_text div {
        font-size: 12px;
        margin-top: 6px;
        line-height: 16px;
        -webkit-line-clamp: 7;
    }






    .lx_box {
        padding: 38px 8% 50px 8%;
    }

    .lx_info {
        flex-direction: column;
    }

    .lx_info_left {
        width: 100%;
    }



    .lx_info_div {
        width: 100%;
        margin-top: 9px;
    }

    .lx_info_div div {

        margin-top: 17px;
        padding-left: 26px;
    }

    .lx_info_div div span {
        font-size: 15px;
    }

    .lx_info_div div img {
        display: inline-block;
        position: absolute;
        width: 14px;
        height: 14px;

    }

    .lx_info_right {
        width: 75px;
        margin-top: 27px;
    }


    .lx_info_right div {
        line-height: 35px;
        font-size: 12px;
    }

    .lx_map {
        width: 100%;
        margin-top: 27px;
    }




    /*新闻动态*/
    .news_box {
        width: 100%;
        padding: 30px 5% 50px 5%;
        background: #fff;
    }

    .news_list {
        max-width: 100%;

    }

    .news_list .col-sm-4 {
        padding: 10px;
    }



    .news_item_a img {
        display: inline-block;
        width: 100%;
        height: auto;
    }

    .news_item_text {
        width: 100%;
        padding: 16px 15px 23px 15px;
    }

    .news_time {

        font-size: 12px;
        line-height: 16px;
    }

    .news_item_text p {
        margin: 11px 0 0 0;
        padding: 0;
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }

    .look_all {
        width: 100%;
        margin-top: 21px;
        text-align: right;
        font-size: 16px;
        line-height: 18px;
    }




    /*新闻详情*/
    .news_details {

        padding: 40px 4% 50px 4%;
    }

    .n_details_con {
        width: 100%;
        padding: 28px 22px 0 22px;
    }

    .details_h {
        font-size: 20px;
        line-height: 30px;
    }

    .fb_time {

        margin-top: 13px;
        line-height: 22px;
        font-size: 12px;
    }

    .fb_time span {
        margin: 0 5px;
    }

    .details_content {
        width: 100%;
        padding: 26px 0 28px 0;
        margin-top: 28px;
    }

    .bottom_jump {
        width: 100%;
        padding: 25px 0 30px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .jump_left {
        width: 50%;
    }

    .jump_ul {
        display: none;

    }






    .back_go {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }




    /*核心技术*/
    .hx_box01 {
        width: 100%;
        padding: 0 5% 40px 5%;
    }

    .hx_box03 {
        padding: 0 5% 50px 5%;
    }

    .hx_con01 {
        margin-top: 25px;
    }



    .hx_desc {
        font-size: 14px;
        line-height: 24px;
    }

    .hx_img {
        margin-top: 25px;
        width: 100%;
    }



    .hx_box02 {
        width: 100%;
        height: auto;
        background: #fff;

    }



    .hx_box02 .temp_head {
        padding-left: 0;
        padding-right: 0;
        padding-top: 38px;
    }


    .hx_con02 {
        width: 100%;
        height: 100%;
        padding: 10px 5% 50px 5%;
        background: url(../images/gy/hx_bj_m.jpg) no-repeat center top;
        background-size: 100% 100%;
    }

    .hx02_desc {
        width: 100%;
        text-align: left;
        margin-top: 20px;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        padding: 0;
        letter-spacing: 0.5px;
    }


    /*研发中心*/
    .yfzx_box {
        padding: 0 5% 25px 5%;
    }

    .yfzx_box .temp_head {
        padding-left: 0;
        padding-right: 0;
    }

    .yfzx_con {

        flex-wrap: wrap;

    }

    .yfzx_left {
        width: 100%;
    }

    .yf_pt_img {

        margin-bottom: 25px;
    }

    .yfzx_desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }

    .yfzx_left .yf_pt_img {
        display: none;
    }

    .yfzx_right {
        width: 100%;
        margin-top: 28px;
    }

    .yfzx_right img:nth-child(2) {
        display: inline-block;
    }




    /*研究与开发*/
    .kf_box01 {
        width: 100%;
        padding: 0 5% 40px 5%;
    }

    .kf_box01 .temp_head {
        padding-left: 0;
        padding-right: 0;
    }

    .kf_con01 {

        flex-wrap: wrap;
        padding: 13px 0 0 0;
    }

    .kf_c_left {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
        padding-top: 0px;
    }

    .kf_c_right {
        width: 100%;
        max-width: 100%;
        margin-top: 18px;
    }

    .kf_box02 {
        width: 100%;
        padding: 0 5% 15px 5%;
    }

    .kf_box02 .temp_head {
        padding: 38px 0 0 0;
    }

    .kf_con02 {

        flex-direction: column;
        margin-top: 30px;
    }

    .kf02_left {
        width: 100%;
    }

    .kf02_right {
        width: 100%;
    }

    .kf02_right .kf02_rq:last-child {
        margin-top: 0;
    }

    .kf02_rq {
        width: 100%;
        margin-bottom: 25px;
    }

    .kf02_rq img {
        width: 100%;
        height: auto;
    }

    .kf02_text {
        padding: 15px 15px 18px 15px;
        align-items: center;
    }


    .kf02_text h5 {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }

    .kf02_text div {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }

    .kf02_text a {

        width: 100px;
        font-size: 13px;
        text-align: center;
        line-height: 30px;
        border-radius: 15px;

    }



    .kf02_rq:hover .kf02_text {
        padding: 15px 15px 22px 15px;
        background: rgba(18, 167, 215, 0.85);
    }

    .kf02_rq:hover .kf02_text div {
        margin-top: 12px;
        height: auto;
    }

    .kf02_rq:hover .kf02_text a {
        height: 30px;
        margin-top: 16px;
    }

    .kf_box03 {
        padding: 0 5% 30px 5%;
    }

    .kf_box03 .temp_head {
        padding-left: 0;
        padding-right: 0;
    }

    .kf_con03 {
        width: 100%;
        margin-top: 20px;
    }

    .kf03_desc {
        font-size: 14px;
        line-height: 24px;
    }

    .kf_con03 a {

        margin-top: 20px;
        width: 90px;
        height: 30px;
        border-radius: 15px;

        line-height: 30px;
        font-size: 13px;
        color: #fff;

    }





    /*职位招聘*/

    .job_box {
        width: 100%;
        padding: 20px 5% 50px 5%;
    }



    .job_head {
        height: 50px;
    }

    .head_name {
        width: 70%;
        font-size: 20px;
        line-height: 24px;
    }

    .head_dz {
        display: none;
    }

    .head_xl {
        display: none;
    }

    .show_operate {
        width: 34px;
        height: 34px;
    }

    .sq_mark .show_operate {
        background: url(../images/gy/sq_mark.png) no-repeat center center;
        background-size: 30px 30px;
    }

    .zk_mark .show_operate {
        background: url(../images/gy/zk_mark.png) no-repeat center center;
        background-size: 30px 30px;
    }

    .job_con {
        width: 100%;
        padding: 3px 10px 0 10px;
        background: #f8f9fa;

    }




    .job_con ::before {
        height: 3px;
        content: '';

    }

    .job_con01 {
        width: 100%;
        padding: 18px 0 14px 0;
        flex-direction: column;
    }

    .job_con01 span {
        display: inline-block;
        font-size: 14px;
        width: 100%;
        line-height: 16px;
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .job_con02 {
        width: 100%;
        padding: 18px 0 30px 0;
        flex-direction: column;
    }


    .job_c_left {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        color: #222222;
    }

    .job_c_right {
        width: 100%;
    }

    .job_c_right p {
        margin-top: 15px;
        font-size: 13px;

        line-height: 20px;
    }

    .job_c_yx {
        flex-direction: column;
        margin-top: 15px;
    }

    .job_c_yx span {
        font-size: 13px;

        line-height: 20px;
    }

    .job_c_yx a {

        width: 120px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 21px;

        font-size: 13px;
        margin-top: 25px;

    }

    .job_c_yx a img {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 6px;
    }

    .job_box .yemak {
        margin: 30px 0 0 0;
    }

}

@media screen and (max-width:320px) {
    .news_item_text p {

        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }

    .look_all {
        font-size: 14px;
        line-height: 16px;
    }
}
/*2021/11/04修改*/

.jzg_item_big {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    background: #f5f5f5;
}

.jzg_rc_img {
    width: 50%;
    height: auto;
}

.jzg_text_big {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 90px 0 50px;
    flex-direction: column;
}





.jzg_text_big h5 {
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 100%;
}

.jzg_text_big div {
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
    color: #5A5B5B;

}


/*研发中心*/

.yf-Swiper.swiper-container .swiper-button-next,
.yf-Swiper.swiper-container .swiper-button-prev {
    background-size: 20px auto !important;
    outline: none !important;

}

.yf-Swiper {
    width: 100%;
    height: auto;
}

.yf-Swiper img {
    display: inline-block;
    width: 100%;
    height: auto;
}

@media screen and (max-width:1024px) {



    .jzg_item_big {

        margin-bottom: 20px;
        background: #fff;

    }

    .jzg_rc_img {
        width: 100%;
    }

    .jzg_text_big {
        width: 100%;
        height: auto;
        position: static;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 20px 10px;
        flex-direction: column;
    }





    .jzg_text_big h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .jzg_text_big div {
        font-size: 12px;
        margin-top: 6px;
        line-height: 16px;

    }

    .yf-Swiper.swiper-container .swiper-button-next,
    .yf-Swiper.swiper-container .swiper-button-prev {
        background-size: 12px auto !important;

    }

    .yf-Swiper.swiper-container .swiper-button-prev {
        left: 5px;
    }

    .yf-Swiper.swiper-container .swiper-button-next {
        right: 5px;
    }

}