@charset "utf-8";
/* CSS Document */


.flex_r {
    display: flex;
    flex-direction: row;
}

.flex_c {
    display: flex;
    flex-direction: column;
}

@font-face {
    font-family: 'iconfont';
    src: url("iconfont.eot");
    src: url("iconfont.eot?#iefix") format("embedded-opentype"), url("iconfont.woff") format("woff"), url("iconfont.ttf") format("truetype"), url("iconfont.svg#iconfont") format("svg");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.aboutus_top_box {
    position: absolute;
    bottom: 0;
    height: 300px;
    width: 100%;
}

.aboutus_top_box .aboutus_top_title_box {
    margin-bottom: 30px;
}

.aboutus_top_box .aboutus_top_title_box h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
}

.aboutus_top_box .aboutus_top_title_box p {
    margin-top: 8px;
    font-size: 32px;
    color: #26c7fc;
}

.aboutus_top_box .aboutus_top_link {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.aboutus_top_box .aboutus_top_link a {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.aboutus_top_box .aboutus_top_link a i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
}

.aboutus_top_box .aboutus_top_link a:hover i {
    border-radius: 50%;
    background: #26c7fc;
}

.aboutus_top_box .aboutus_top_link a:nth-child(3) i {
    font-size: 75px;
}


/*.aboutus_top_box .aboutus_top_link a i {
        color: #fff;
        font-size: 60px; 
        
      }*/

.aboutus_top_box .aboutus_top_link a p {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.aboutus_top_box .aboutus_top_link a.link_active i {
    background: #26c7fc;
    border-radius: 50%;
}

.aboutus_top_box .aboutus_top_link a.link_active p,.aboutus_top_box .aboutus_top_link a:hover p {
    color: #26c7fc;
}

.contentb {
    margin-top: 0 !important;
    padding: 10px 0 50px 0 !important;
    background-size: 100% 100%;
}

.contentb .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contentb .container .aboutus_title {
    margin: 50px auto;
}

.contentb .container .aboutus_title h2 {
    font-size: 36px;
    color: #2f2e2e;
    font-weight: 500;
    margin-bottom: 10px;
}

.contentb .container .aboutus_title .about_us_line {
    width: 140px;
    height: 4px;
    background: #26c7fc;
}

.contentb .container .aboutus_box {
    width: 100%;
}

.photo_box {
    width: 500px;
    background: #26c7fc;
    margin-right: 80px;
}

.photo_box .photo_main {
    width: 100%;
    height: 350px;
}

.photo_box .photo_list {
    widows: 100%;
    display: flex;
    flex-direction: row;
}

.photo_box .photo_list .photo_item {
    width: 20%;
    height: 100px;
    background: #2f2e2e;
}

.aboutus_text {
    width: 50%;
    font-size: 14px;
    line-height: 25px;
    color: #5e5e5e;
}

.aboutus_text p {
    margin-bottom: 40px;
}

.aboutus_text span {
    min-width: 18%;
    display: block;
}

.contentb_bg1 {
    background: url(../images/h_bg.jpg) no-repeat !important;
}

.contentb_bg2 {
    background: #f5f5f5 !important;
}

.aboutus_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.comany_culture {
    width: 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comany_culture .culture_cir {
    width: 160px;
    height: 160px;
    border: 1px solid #ececec;
    border-radius: 50%;
    margin-bottom: 15px;
    text-align: center;
}

.comany_culture .culture_cir i {
    font-size: 100px;
    line-height: 160px;
    color: #999999;
}

.comany_culture .culture_active {
    border: none;
    background: #26c7fc;
}

.comany_culture .culture_active i {
    color: #fff;
}

.comany_culture span {
    color: #26c7fc;
    font-size: 20px;
    margin-bottom: 20px;
}

.comany_culture p {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 20px;
}

.support_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    padding: 40px;
    width: 100%;
}

.support_box .support_items {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18%;
}

.support_box .support_items i {
    font-size: 70px;
    color: #9b9b9b;
}
.support_box .support_items img {
    display: block;
    width: 100px;height: 100px;
    margin:0 auto;
}

.support_box .support_items span {
    margin-top: 20px;
    font-size: 18px;
    color: #636363;
    font-weight: 600;
    margin-bottom: 15px;
}

.support_box .support_items p {
    color: #b6b6b6;
    line-height: 25px;
}

.history_bottom {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 2px solid #26c7fc;
    margin: 0 auto -152px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px 150px;
    box-sizing: border-box;
}

.history_bottom span {
    font-size: 28px;
    color: #26c7fc;
    margin: 60px 0 20px;
}

.history_bottom p {
    font-size: 16px;
    color: #a4a4a4;
    text-align: center;
    line-height: 25px;
}

.history_bottom .history_bottom_circle {
    background: #26c7fc;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
}

.history_bottom .history_bottom_circle i {
    line-height: 60px;
    font-size: 45px;
    color: #fff;
}

.history_main {
    width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.history_circle {
    width: 25px;
    height: 25px;
    background: #26c7fc;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #26c7fc;
    z-index: 3;
    position: relative;
}

.last_circle {
    margin-top: -12.5px;
}

.history_line {
    width: 5px;
    height: 180px;
    background: #26c7fc;
}

.history_dom {
    display: flex;
    flex-direction: row;
    width: 700px;
    justify-content: space-between;
}

.history_dom .history_dom_main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.history_dom .history_dom_container {
    flex: 1;
    display: flex;
    flex-direction: row;
}

.history_dom .history_dom_container .line_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 15px;
    margin-top: 5px;
}

.history_dom .history_dom_container .line_container .history_row_line {
    width: 92px;
    height: 2px;
    background: #26c7fc;
}

.history_dom .history_dom_container .line_container .history_dom_circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #26c7fc;
}

.flex_row_reverse {
    flex-direction: row-reverse !important;
}

.history_top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.history_top_circle {
    width: 20px;
    height: 20px;
    background: #26c7fc;
    border-radius: 50%;
}

.history_text_box {
    margin-top: -13px;
}

.history_text_box .history_time_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.history_text_box .history_time_box .history_sanjiao {
    border-width: 10px;
    border-style: solid;
    border-color: transparent #26c7fc transparent transparent;
}

.history_text_box .history_time_box .history_sanjiao2 {
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #26c7fc;
}

.history_text_box .history_time_box .history_juxing {
    height: 50px;
    width: 170px;
    background: #26c7fc;
    text-align: center;
}

.history_text_box .history_time_box .history_juxing span {
    font-size: 28px;
    color: #fff;
    line-height: 50px;
}

.history_text_box p {
    color: #a4a4a4;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.map {
    width: 485px;
    height: 366px;
    background: #0a5d9b;
}

.contactUs_container {
    flex-direction: row !important;
    justify-content: space-between !important;
}

.contactUs_form form {
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.contactUs_form form .form_line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contactUs_form form .form_line input {
    width: 30%;
    height: 55px;
    background: #f2f2f2;
    border: none;
    padding-left: 18px;
    box-sizing: border-box;
    line-height: 55px;
    font-size: 18px;
}

.contactUs_form form .form_line textarea {
    width: 100%;
    height: 206px;
    background: #f2f2f2;
    border: none;
    padding-left: 18px;
    font-size: 18px;
    line-height: 55px;
}

.contactUs_form form .form_line input::placeholder {
    font-size: 18px;
    color: #a1a1a1;
    line-height: 55px;
}

.contactUs_form form .form_line textarea::placeholder {
    font-size: 18px;
    color: #a1a1a1;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 55px;
}

.contactUs_form form .form_line img {
    width: 150px;
    height: 55px;
    margin-right: 50px;
    border: 1px solid #f2f2f2;
}

.contactUs_form form .form_line input[type=submit] {
    padding: 0;
    color: #fff;
    background: #26c7fc;
}

.contact_box {
    width: 30%;
    height: 280px;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 60px 20px 0;
}

.contact_box i {
    font-size: 50px;
    color: #575757;
    margin-bottom: 20px;
}

.contact_box span {
    color: #26c7fc;
    font-size: 20px;
    margin-bottom: 10px;
}

.contact_box .contactLine {
    width: 55px;
    height: 6px;
    border-radius: 3px;
    background: #26c7fc;
    margin-bottom: 20px;
}

.contact_box p {
    font-size: 20px;
    color: #3f3f3f;
    flex: 1;
    line-height: 30px;
}

.contact_box:hover {
    background: #26c7fc;
}

.contact_box:hover i {
    color: #fff !important;
}

.contact_box:hover span {
    color: #fff;
}

.contact_box:hover .contactLine {
    background: #fff;
}

.contact_box:hover p {
    color: #fff;
}

.swiper-container {
    width: 100%;
    margin-top: 50px;
}

.swiper-pagination {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: static;
}

.swiper-pagination span {
    display: block;
    height: 40px;
    flex: 1;
    background: #f5f5f5;
    line-height: 50px;
    border-radius: 0;
    color: #666;
    line-height: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #26c7fc;
    color: #fff;
}

.honorBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.honorBox .honor {
    /*box-sizing: border-box;*/
    width: 168px;
    margin-right: 52px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding: 13px;
    background: #fff;
    text-align: center;
}

.honorBox .honor .honorPic {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.honorBox .honor .honorPic img {
    width: 100%;
    height: 100%;
}

.honorBox .honor span {
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

.honorBox .honor:nth-child(5n) {
    margin-right: 0%;
}

.departmentBox {
    width: 100%;
    background: #550;
    display: flex;
    flex-direction: row;
}

.departmentBox .department {
    width: 20%;
    background: #fff;
    height: 26vw;
    overflow: hidden;
}

.departmentBox .department img {
    width: 100%;
    height: 13vw;
    display: block;
}

.departmentBox .department .departmentNameBox1 {
    height: 13vw;
    width: 100%;
    background: #0099cc;
    position: relative;
}

.departmentBox .department .departmentNameBox2 {
    height: 13vw;
    width: 100%;
    background: #8bc5ff;
    position: relative;
}

.departmentBox .department .departmentNameBox3 {
    height: 13vw;
    width: 100%;
    background: #fbc65c;
    position: relative;
}

.departmentBox .department .departmentNameBox4 {
    height: 13vw;
    width: 100%;
    background: #99cc33;
    position: relative;
}

.departmentBox .department .departmentNameBox5 {
    height: 13vw;
    width: 100%;
    background: #0099cc;
    position: relative;
}

.departmentBox .department .departmentTran1 {
    width: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #0099cc transparent;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
}

.departmentBox .department .departmentTran2 {
    width: 0;
    border-width: 15px;
    border-style: solid;
    border-color: #8bc5ff transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -15px;
}

.departmentBox .department .departmentTran3 {
    width: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent transparent #fbc65c;
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -15px;
}

.departmentBox .department .departmentTran4 {
    width: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #99cc33 transparent transparent;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
}

.departmentBox .department .departmentTran5 {
    width: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #0099cc transparent;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
}

.departmentBox .department .departmentContainer {
    height: 100%;
    margin: 0 auto;
    justify-content: center;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.departmentBox .department .departmentContainer i {
    font-size: 80px;
    color: #fff;
}

.departmentBox .department .departmentContainer span {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}

.departmentBox .department .departmentContainer .departmentLine {
    background: #fff;
    width: 30px;
    height: 3px;
    margin-top: 15px;
}

.indexTileTOP {
    margin-top: 20px;
    font-size: 28px;
    color: #6a6a6a;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.indexTileTOP .indexMore {
    font-size: 14px;
    width: 150px;
    border: 1px solid #999;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
}

.indexHonorBox {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #f2f2f2;
    padding: 40px;
    box-sizing: border-box;
}

.indexHonorBox div {
    max-width: 22%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexHonorBox div img {
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
}

.indexHonorBox div span {
    margin-top: 20px;
    color: #666;
}

.aboutUsBrief {
    padding: 50px;
    align-items: center;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
}

.aboutUsBrief p {
    width: 50%;
    margin-right: 30px;
    color: #777;
    font-size: 14px;
    line-height: 30px;
    text-indent: 28px;
}

.aboutUsBrief img {
    width: 400px;
    height: 300px;
}

.topLine {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.topLine div {
    height: 1px;
    width: 40%;
    background: #eee;
}

.aboutUsNav {
    text-align: end;
    color: #777;
    line-height: 50px;
    /*margin: 20px 0 0 0;*/
}

.aboutUsNav a {
    color: #777;
}

.aboutUsNav a:hover,
.aboutUsNav a.active {
    color: #26c7fc;
}

.abootUsBg {
    width: 100%;
    height: 300px;
}

.aboutUsLine {
    width: 100%;
    height: 2px;
    background: #e8e8e8;
}

.indexHistoryBox {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.indexHistoryBox .indexHistoryItem {
    width: 300px;
    display: flex;
    flex-direction: row;
    margin-right: 50px;
}

.indexHistoryBox .indexHistoryItem .indexHistoryItemLine {
    width: 10px;
    height: 200px;
}

.indexHistoryBox .indexHistoryItem .indexHistoryItemLine .indexHistoryItemLineCircle {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #ff933c;
    border-radius: 50%;
}

.indexHistoryBox .indexHistoryItem .indexHistoryItemLine .indexHistoryItemLineTop {
    width: 20px;
    height: 200px;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

.indexHistoryBox .indexHistoryItem .indexHistoryItemTxt {
    margin-left: 50px;
    margin-top: -30px;
}

.indexHistoryBox .indexHistoryItem .indexHistoryItemTxt span {
    font-size: 25px;
    color: #ff933c;
    margin-bottom: 20px;
    font-weight: 600;
}

.indexHistoryBox .indexHistoryItem .indexHistoryItemTxt p {
    font-size: 11px;
    color: #666;
    line-height: 20px;
    margin-top: 20px;
    text-indent: 22px;
}

.indexHistoryBox2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.indexHistoryBox2 .indexHistoryItem {
    width: 300px;
    display: flex;
    flex-direction: row;
    margin-right: 50px;
}

.indexHistoryBox2 .indexHistoryItem .indexHistoryItemLine {
    width: 10px;
    height: 200px;
}

.indexHistoryBox2 .indexHistoryItem .indexHistoryItemLine .indexHistoryItemLineCircle {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #ff933c;
    border-radius: 50%;
}

.indexHistoryBox2 .indexHistoryItem .indexHistoryItemLine .indexHistoryItemLineTop {
    width: 20px;
    height: 200px;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.indexHistoryBox2 .indexHistoryItem .indexHistoryItemTxt {
    margin-left: 50px;
    margin-top: 100px;
}

.indexHistoryBox2 .indexHistoryItem .indexHistoryItemTxt span {
    font-size: 25px;
    color: #ff933c;
    margin-bottom: 20px;
    font-weight: 600;
}

.indexHistoryBox2 .indexHistoryItem .indexHistoryItemTxt p {
    font-size: 11px;
    color: #666;
    line-height: 20px;
    margin-top: 20px;
    text-indent: 22px;
}

.imgContainer {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.imgContainer img {
    margin-top: -15px;
    height: 30px;
    width: 30px;
    margin-right: 50px;
}


/*# sourceMappingURL=about_us.css.map */
