@charset "utf-8";
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style-type:none;
    -webkit-text-size-adjust: none;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    /*font-size: 62.5%;*/
}

a {
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
a:focus,a:link,a:visited,a:active {
    text-decoration:none;
    color: inherit;
}
input,textarea,select,option:focus {
    outline: none;
}


.font_subject {
    color: #2096d5!important;
}
.font_14 {
    font-size: 14px;
}
.font_16 {
    font-size: 16px;
}


.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.flex1 {
    flex: 1;
    flex: -webkit-1;
    flex: -moz-1;
    flex: -ms-1;
    flex: -o-1;
}
.flex_wrap {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    flex-wrap: -moz-wrap;
    flex-wrap: -ms-wrap;
    flex-wrap: -o-wrap;
}
.flex_column {
    flex-direction: column;
    flex-direction: -webkit-column;
    flex-direction: -moz-column;
    flex-direction: -ms-column;
    flex-direction: -o-column;
}
.space_between {
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -moz-space-between;
    justify-content: -ms-space-between;
    justify-content: -o-space-between;
}
.space_around {
    justify-content: space-around;
    justify-content: -webkit-space-around;
    justify-content: -moz-space-around;
    justify-content: -ms-space-around;
    justify-content: -o-space-around;
}
.justify_center {
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -moz-center;
    justify-content: -ms-center;
    justify-content: -o-center;
}
.flex_vertical_align {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
    flex-direction: -webkit-column;
    flex-direction: -moz-column;
    flex-direction: -ms-column;
    flex-direction: -o-column;
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -moz-center;
    justify-content: -ms-center;
    justify-content: -o-center;
}
.items_box {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    flex-wrap: -moz-wrap;
    flex-wrap: -ms-wrap;
    flex-wrap: -o-wrap;
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -moz-space-between;
    justify-content: -ms-space-between;
    justify-content: -o-space-between;
}


.max_line_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    /*white-space:nowrap;*/
    /*width: 0px;*/

    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1!important;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.max_line_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    /*white-space:nowrap;*/
    /*width: 0px;*/

    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2!important;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.max_line_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    /*white-space:nowrap;*/
    /*width: 0px;*/

    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3!important;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text_align_justify {
    text-align: justify;
    text-align-last: auto;
    text-justify: distribute-all-lines;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.transition3 {
    transition: all .3s;
}
.transition5 {
    transition: all .5s;
}
.transition8 {
    transition: all .8s;
}
.center_center {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.link_item {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.link_item img {
    width: 100%;
    -webkit-transition: all 0.85s;
    -moz-transition: all 0.85s;
    -o-transition: all 0.85s;
    transition: all 0.85s;
    max-width: 100%;
}
.link_item:hover img {
    transform: scale(1.05);
}
.column_main_title {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.column_main_title.align_left {
    flex-basis: 10%;
    text-align: left;
    padding-top: 0;
}
.column_main_title .main_title_cn {
    font-size: 22px;
    position: relative;
    top: -2px;
}
.column_main_title .main_title_cn.active:after {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 80%;
    height: 3px;
    background-color: #2096d5;
    left: 0;
}
.column_main_title .main_title_shu {
    font-size: 20px;
    position: relative;
    top: -3px;
}
.column_main_title .main_title_en {
    font-size: 16px;
    position: relative;
}
.column_sub_description {
    font-size: 14px;
    color: #aaa;
    width: 76%;
    text-align: center;
    margin: 0 auto;
    line-height: 24px;
    padding-bottom: 10px;
}
.level1_column {
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
}
.level2_column {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.bg_gray {
    background-color: #f7f7f7;
}


/* 各列表 item 开始 */
.my_col_1 { /* 大屏幕下每行 1 个 */
    width: 100%;
}

.my_col_2 { /* 大屏幕下每行 2 个 */
    width: 49%;
    margin-bottom: 1%;
}

.my_col_3 { /* 大屏幕下每行 3 个 */
    width: 31.5%;
    margin-bottom: 1%;
}

.my_col_4 { /* 大屏幕下每行 4 个 */
    width: 23.2%;
    margin-bottom: 1%;
}

.my_col_5 { /* 大屏幕下每行 5 个 */
    width: 18%;
    margin-bottom: 2%;
}
.my_col_5:nth-child(5n+2),
.my_col_5:nth-child(5n+3),
.my_col_5:nth-child(5n+4),
.my_col_5:nth-child(5n+5) {
    margin-left: 2.5%;
}

.my_col_6 { /* 大屏幕下每行 6 个 */
    width: 16%;
    margin-bottom: .8%;
}

/* 各列表 item 结束 */


/* 头部开始 */
.header {
    height: 100px;
    background-image: url('../images/header_bg_blue.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
}
.header.hide_header {
    top: -100px;
}
.header .header_inner {
    height: inherit;
}
.header .header_logo {
    flex-basis: 10%;
    height: 40%;
    margin: auto;
}
.header .header_logo>img {
    height: 100%;
}
.header .header_logo_text {
    height: 50%;
    margin: auto;
    margin-left: 20px;
}
.header .header_logo_text .company_name {
    color: #2096d5;
    letter-spacing: 3px;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: -2px;
    padding-bottom: 2px;
    transform: scale(1,1.2);
    -ms-transform: scale(1,1.2);
    -webkit-transform: scale(1,1.2);
    -moz-transform: scale(1,1.2);
    -o-transform: scale(1,1.2);
}
.header .header_logo_text .company_name_en {
    color: #58aedd;
    letter-spacing: .2px;
    text-shadow: 0 1px 0 #2096d5;
    transform: scale(1,1.1);
    -ms-transform: scale(1,1.1);
    -webkit-transform: scale(1,1.1);
    -moz-transform: scale(1,1.1);
    -o-transform: scale(1,1.1);
}
.header .header_phone {
    height: 60%;
    margin: auto;
    letter-spacing: 2px;
}
.header .header_phone_text {
    font-weight: bold;
    font-size: 20px;
    color: #2096d5;
    line-height: 28px;
}
.header .header_phone_number {
    font-weight: bold;
    font-size: 20px;
    color: #ed3736;
}
.header .header_language {
    float: right;
    font-size: 12px;
    padding-top: 6px;
}
.header .header_language_mobile {
    display: none;
    font-size: 40px;
    position: relative;
    align-self: center;
    padding-left: 20px;
}
.header .header_language_mobile>a {
    /*display: block;*/
}
.header .header_mobile_nav_icon {
    color: #2096d5;
    font-size: 22px;
    display: none;
}
.header .header_mobile_nav_icon>a {
    display: block;
    height: 100%;
    width: 50px;
    align-self: center;
    text-align: center;
    position: relative;
}
.header .header_mobile_nav_icon>a>i {
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    height: 18px;
}
/* 头部结束 */

/* 导航开始 */
.nav .big_nav {
    background-color: #2096d5;
    color: #fff;
    height: 45px;
    font-size: 14px;
    z-index: 5;
    position: fixed;
    width: 100%;
    top: 100px;
}
.nav .big_nav.hide_header {
    top: 0;
}
.nav .big_nav>div {
    height: 100%;
}
.nav .big_nav .nav_items {
    height: 100%;
    width: 100%;
}
.nav .big_nav .nav_item {
    position: relative;
    text-align: center;
}

.nav .big_nav .nav_item>a {
    /*width: 100%;*/
}
.nav .big_nav .nav_item:hover {
    background-color: #fff;
    color: #000;
    border-radius: 3px 3px 0 0;
    font-weight: normal;
}

.nav .big_nav .nav_item>a {
    height: 100%;
}
.nav .big_nav .nav_item:not(:last-child) .nav_item_main_link span {
    border-right: 1px solid #fff;
}
.nav .big_nav .nav_item.active .nav_item_main_link {
    font-weight: bold;
}
.nav .big_nav .nav_item.active {
    background-color: #fff;
    color: #2096d5;
}

.nav .big_nav .nav_sub {
    z-index: 5;
    position: absolute;
    top: 45px;
    width: 100%;
    background-color: #fff;
    color: #000;
    border-radius: 0 0 3px 3px;
    max-height: 0;
    overflow: hidden;
}
.nav .big_nav .nav_sub>ul {

}
.nav .big_nav .nav_sub>ul>li {
    height: 45px;
    border-top: 1px solid #eee;
}
.nav .big_nav .nav_sub>ul>li:hover {
    color: #2096d5;
}
.nav .big_nav .nav_sub>ul>li>a {
    height: 100%;
}
.nav .big_nav .nav_item:hover .nav_sub {
    max-height: 400%;
}

.nav .mobile_nav .nav_container {
    z-index: 20;
    width: 320px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 100%;
    transform: translateX(100%);
    transition: transform .3s, -webkit-transform .3s;
}
.nav .mobile_nav .nav_container.active {
    transform: translateX(0);
}
.nav .mobile_nav .nav_header {

}
.nav .mobile_nav .nav_header .nav_home {

}
.nav .mobile_nav .nav_header .nav_close {

}
.nav .mobile_nav .nav_header>div>a {
    display: block;
    padding: 15px 20px;
}
.nav .mobile_nav .nav_header>div>a>i {
    color: #2096d5;
    font-size: 20px;
}
.nav .mobile_nav .nav_items {
    
}
.nav .mobile_nav .nav_item {
    border-bottom: 1px solid silver;
}
.nav .mobile_nav .nav_item>a {
    padding: 12px 20px;
}
.nav .mobile_nav .nav_item>a>span {

}
.nav .mobile_nav .nav_item>a>i {
    color: #2096d5;
    font-size: 24px;
}
.nav .mobile_nav .nav_item:not(:last-child) {
    
}
/* 导航结束 */


/* banner 开始 */
.banner {
    margin-top: 144px;
}
.banner.hide_header {
    /*margin-top: 45px;*/
}
.mv_banner {
    display: none;
}
.banner .swiper_box {
    /*height: 5.8rem;*/
}
.banner .swiper_box>.swiper-container {
    height: inherit;
}
.banner .swiper_box .swiper-slide>a {
    height: inherit;
    display: block;
}
.banner .swiper_box .swiper-slide>a>img {
    width: 100%;
    height: 100%;
}
.banner .one_banner {
    /*height: 300px;*/
}
.banner .one_banner>a>img {
    width: 100%;
    height: 100%;
}
/* 首页banner */
.index_banner_bullet {
    height: 5px;
    display: inline-block;
    background: #000;
    opacity: .2;
    margin: 0 10px;
    width: .8rem;
    bottom: .2rem;
    position: relative;
}
.index_banner_bullet_active {
    opacity: 1;
    background: #fff;
}
/* banner 结束 */

/* 页内导航 / 面包屑开始 */
.page_nav {
    background-color: #eee;
    height: 40px;
    line-height: 40px;
}
.page_nav .nav_crumb {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    font-size: 14px;
}
.page_nav .nav_crumb .crumb_home_icon {
    font-size: 18px;
}
.page_nav .nav_crumb_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
    flex-shrink: 0;
}
/* 页面导航 / 面包屑结束 */

/* 业内基本布局开始 */
.page_container {
    padding: 30px 20px;
}
.page_container .page_left_aside {
    flex-basis: 20%
}
.page_container .aside_menu {
    text-align: center;
}
.page_container .aside_menu .aside_menu_title {
    background-color: #2096d5;
    color: #fff;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
}
.page_container .aside_menu .aside_menu_item {
    background-color: #f5f5f5;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
}
.page_container .aside_menu .aside_menu_item>a {
    display: inline-block;
    width: 90%;
    border-top: 1px solid #fff;
}
.page_container .page_content {
    margin-left: 5%;
    flex-basis: 75%;
}
/*.page_container .page_right_aside {

}*/
.page_container .showPage {
    margin-left: 20%;
}

.page_container .showPage>a {
    border: 1px solid #f3f3f3;
    padding: 4px 10px;
    margin-left: 6px;
    font-size: 14px;
}
.page_container .showPage>a.nolinks {
    color: #fff;
    background-color: #2096d5;
}
/* 业内基本布局结束 */

/* 底部开始 */
.footer {
    background-color: #2096d5;
    color: #fff;
}
.footer_container {

}
.footer_line {
    height: 15px;
    border-bottom: 1px solid #4ba8d9;
    flex-basis: 100%;
}
.footer_item {

}
.footer_item>.column_main_title {
    text-align: left;
    padding-bottom: 10px;
}
.footer_navigation {
    width: 49%;
    padding-right: 8%;
}
.footer_nav_items {
    font-size: 14px;
}
.footer_nav_item {
    flex-basis: 20%;
    padding: 6px 0;
}
.footer_contact {
    width: 28%;
}
.footer_contact .contact_items {
    font-size: 14px;
}
.footer_contact .contact_item {
    padding: 6px 0;
}
.footer_contact .contact_item .item_icon {
    position: relative;
    top: 2px;
    width: 28px;
    text-align: center;
    flex-shrink: 0;
}
.footer_contact .item_icon.map_icon {
    font-size: 18px;
}
.footer_contact .item_icon.phone_icon {
    font-size: 16px;
}
.footer_contact .item_icon.envelop_icon {
    font-size: 14px;
}
.footer_contact .contact_item .item_title {
    flex-shrink: 0;
}
.footer_contact .contact_item .item_content {

}

.footer_qrcode {
    width: 20%;
    padding-top: 38px;
    text-align: center;
}
.footer_qrcode .qrcode_box {
    position: relative;
}
.footer_qrcode .qrcode_image {

}
.footer_qrcode .qrcode_image>img {
    width: 50%;
}
.footer_qrcode .qrcode_logo {
    height: 20%;
    width: 8%;
    padding: 2px;
    background-color: #fff;
    border-radius: 2px;
}
.footer_qrcode .qrcode_logo>img {
    width: 100%;
    height: 48%;
}
.footer_qrcode .qrcode_text {
    margin-top: 12px;
    font-size: 14px;
}
.footer_footer {
    font-size: 13px;
    padding: 8px 0;
}
.footer_footer_item {
    text-align: center;
}
.footer_footer_item:hover {
    color: #ddd;
}
/* 底部结束 */



/* 首页开始 */
.index_page .about_us {
    padding-top: 20px;
}
.index_page .about_us_left {
    flex-basis: 47%;
}
.index_page .about_us_left>a>img {
    width: 100%;
    height: 100%;
}
.index_page .about_us_right {
    margin-left: 3%;
}
.index_page .about_us_right_title {
    padding-bottom: 20px;
}
.index_page .about_us_right_description {
    flex-basis: 55%;
}
.index_page .description_content {
    line-height: 2em;
}
.index_page .description_content.en_style {
    line-height: normal;
}
.index_page .description_more {
    margin: 10px 0;
    font-weight: bold;
    text-align: right;
}
.index_page .about_us_right_images {

}
.index_page .about_us_right_images>a {
    height: 0;
    padding-bottom: 19%;
}
.index_page .about_us_right_images>a>img {

}
.index_page .about_us_right_images>a:not(:first-child) {
    margin-left: 3%;
}

.index_page .product_display {

}
.index_page .product_display_items {
    font-size: 0;
}
.index_page .product_display_item {
    border: 1px solid #eee;
}
.index_page .product_display_item:hover {
    background-color: #f7f7f7;
}
.index_page .product_display_item:hover .product_item_button {
    color: #fff;
    background-color: #2096d5;
}
.index_page .product_display_item:hover .product_item_title {
    color: #2096d5;
}
.index_page .product_display_item>a>img {
    height: 200px;
}
.index_page .product_item_note {
    padding: 30px 15px 20px 15px;
    text-align: center;
    width: 80%;
    margin: auto;
}
.index_page .product_item_title {
    height: 40px;
    font-size: 18px;
    font-weight: bold;
}
.index_page .product_item_description {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
}
.index_page .product_item_button {
    font-size: 14px;
    margin: 12px auto;
    height: 28px;
    line-height: 26px;
    border: 1px solid #eee;
    background-color: #eee;
    width: 30%;
    min-width: 96px;
    border-radius: 14px;
}
.index_page .product_display_items>div {

}

.index_page .enterprise_advantages_items {
    padding-top: 20px;
}
.index_page .enterprise_advantages_item {
    padding: 0 20px;
    margin-bottom: 20px;
}
.index_page .enterprise_advantages_item:hover .note1 {
    color: #2096d5;
}
.index_page .enterprise_advantages_item:hover .enterprise_advantages_image {
    background-color: #2096d5;
}
.index_page .enterprise_advantages_item:hover .advantages_bg {
    background-position-y: -108px;
}
.index_page .message_form {
    margin-top: 10px;
}
.index_page .message_form .form_item {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 8px;
    background-color: #f7f7f7;
}
.index_page .message_form>input {
    height: 50px;
    padding: 10px;
}
.index_page .message_form>textarea {
    height: 160px;
    padding: 10px;
    resize:none;
}
.index_page .message_form>button {
    color: #fff;
    height: 50px;
    background-color: #2096d5!important;
}

.index_page .enterprise_advantages_image {
    border-radius: 50%;
    padding: 30px;
    border: 2px solid #2096d5;
    margin: 0 auto;
    width: 150px;
    height: 150px;
}
.index_page .enterprise_advantages_image>a {
    display: block;
    border-radius: 50%;
    height: 100%;
    position: relative;
}
.index_page .enterprise_advantages_image .advantages_bg {
    background: url('../images/advantages_bg_icon_blue.png') no-repeat center 60%;
    background-position-y: 12px;
}
.index_page .enterprise_advantages_image .advantages_bg_1 {
    background-position-x: 18px;
}
.index_page .enterprise_advantages_image .advantages_bg_2 {
    background-position-x: -98px;
}
.index_page .enterprise_advantages_image .advantages_bg_3 {
    background-position-x: -218px;
}
.index_page .enterprise_advantages_image .advantages_bg_4 {
    background-position-x: -338px;
}

.index_page .enterprise_advantages_note .note1 {
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
    font-weight: bold;
}
.index_page .enterprise_advantages_note .note1.en_style {
    height: 60px;
}
.index_page .enterprise_advantages_note .note2 {
    padding-top: 30px;
    font-size: 14px;
}

.index_page .cooperative_customers_item {
    border: 1px solid #eee;
    background-color: #eee;
    height: 120px;
}
.index_page .cooperative_customers_item:hover {
    background-color: #fff;   
}
.index_page .cooperative_customers_item>a>img {
    width: 60%;
    height: auto;
    max-height: 90%;
}
.index_page .index_last {

}
.index_page .index_last_left {
    flex-basis: 43%;
}
.index_page .index_last_right {
    margin-left: 7%;
    flex-basis: 50%;
}
.index_page .news_item_first {
    padding-bottom: 10px;
}
.index_page .news_item_first_left {
    flex-basis: 20%;
}
.index_page .news_item_first_left>a>img {
    max-height: 60px;
}
.index_page .news_item_first_right {
    margin-left: 2%;
    flex-basis: 78%;
}
.index_page .news_item_first_right .right_title {
    color: #2096d5;
    font-size: 18px;
}
.index_page .news_item_first_right .right_content {
    margin-top: 10px;
    font-size: 14px;
    color: #888;
}
.index_page .news_item_first_right .right_more {
    text-align: right;
    font-size: 14px;
}
.index_page .news_list_class {
    flex-basis: 100%;
}
.index_page .news_list_class .news_list_title {
    display: inline-block;
    padding: 5px;
    border-bottom: 1px solid #000;
    font-size: 18px;
}
.index_page .news_items {
    padding-top: 10px;
}
.index_page .news_items .news_item>a {
    padding: 15px 0;
    font-size: 14px;
}
.index_page .news_item .news_title {

}
.index_page .news_item .news_time {
    color: #888;
}
.index_page .news_items .news_item:not(:last-child) {
    border-bottom: 1px dashed #ddd;
}
.index_page .news_items_more {
    text-align: right;
    font-size: 14px;
    margin-top: 10px;
}

/* 首页结束 */

/* 关于我们开始 */
.about_page .nav_items {
    text-shadow: 0px 0px 0px #000;
    font-size: 14px;
}
.about_page .nav_item {
    padding-left: 8px;
    padding-right: 20px;
}
.about_page .nav_item>a {
    padding: 10px 0;
}
.about_page .about_profile_link {
    position: relative;
}
.about_page .profile_image {
    width: 100%;
    height: 100%;
}
.about_page .about_profile {
    position: absolute;
    right: 1px;
    top: 0;
    bottom: 0;
    width: 55%;
    margin: auto 0;
    background-color: #fff;
    z-index: 1;
    padding: 20px 5px 20px 20px;
    max-height: 60%;
}
.about_page .about_profile.en_style {
    width: 65%;
    max-height: 70%;
}
.about_page .about_profile.en_style .profile_title {
    padding-bottom: 15px;
}

.about_page .culture_box .culture_desc {

}
.about_page .culture_box .culture_items {
    height: 100%;
}
.about_page .culture_item {
    flex-basis: 20%;
    align-items: center;
}
.about_page .culture_item.en_style {
    display: block;
}
.about_page .culture_item.en_style .item_content {
    margin-left: 0;
}
.about_page .culture_item:not(:first-child) {
    margin-top: 5%;
}
.about_page .culture_box {

}
.about_page .culture_box.en_style {

}
.about_page .culture_box .item_title {
    text-shadow: 0px 0px 0px #000;
    font-size: 22px;
}
.about_page .item_content {
    font-size: 16px;
    margin-left: 30px;
    position: relative;
    top: 2px;
}
.about_page .culture_image {
    flex-basis: 70%;
}
.about_page .team_box {

}
.about_page .team_items {

}
.about_page .team_item {
    height: 200px;
}

.about_page .team_box .about_swiper_button {
    position: absolute;
    height: 20px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    font-size: 30px;
    height: 55px;
    color: gray;
}
.about_page .team_box .about_swiper_button_next {
    left: -30px;
}
.about_page .team_box .about_swiper_button_prev {
    right: -30px;
}
.about_page .team_swiper {

}
.about_page .team_swiper .swiper-slide {

}
.about_page .team_swiper .swiper-slide>a {
    display: block;
    padding: 4px;
}
.about_page .team_swiper .swiper-slide>a>img {
    width: 100%;
    height: 100%;
    max-height: 140px;
}
.about_page .team_swiper .swiper-slide>a>span {
    
}
.qualification_honor_item>a {
    position: relative;
    padding-bottom: 140%;
}
.qualification_honor_item>a:hover .about_honor_bg>img {
    transform: none;
}
.qualification_honor_item>a:hover .about_honor_image>img {

}
.about_honor_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.about_honor_image {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 8%;
}
.about_honor_image>img {
    height: 100%;
    width: 100%;
}
/* 关于我们结束 */

/* 新闻列表开始 */
.news_page .news_items {
    padding-bottom: 50px;
}
.news_page .news_item {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}
.news_page .news_item>a {

}
.news_page .news_item:first-child {
    padding-top: 0;
}
.news_page .news_item .news_image {
    flex-basis: 24%;
}
.news_page .news_item .news_image>img {
    height: 100%;
    width: 100%;
}
.news_page .news_item .news_content {
    margin-left: 4%;
    flex-basis: 72%;
}
.news_page .news_item .news_content .news_title {
    font-size: 18px;
    padding-top: 4px;
}
.news_page .news_item .news_content .news_time {
    color: #aaa;
    font-size: 14px;
    padding-top: 10px;
}
.news_page .news_item .news_content .news_description {
    color: #aaa;
    font-size: 14px;
    padding-top: 10px;
}
/* 新闻列表结束 */

/* 新闻详情开始 */
.news_show_page {

}
.news_show_page .news_title {
    text-align: center;
    font-size: 28px;
}
.news_show_page .news_time {
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
}
.news_show_page .news_line {
    height: 1px;
    background-color: #aaa;
    margin: 15px auto;
}
.news_show_page .news_content {
    padding-bottom: 50px;
}
.news_show_page .news_content_mv {
    display: none;
}
.news_show_page .news_share {

}
.news_show_page .news_share .share_icon {
    position: relative;
    border: 1px solid black;
    border-radius: 50%;
    padding: 8px;
    margin-right: 6px;
    font-size: 22px;
}
.news_show_page .news_share .share_qq {
    color: rgb(86, 182, 231);
    border-color: rgb(86, 182, 231);
}
.news_show_page .news_share .share_wx {
    color: rgb(132, 197, 73);
    border-color: rgb(132, 197, 73);
}
.news_show_page .news_share .share_wb {
    color: rgb(255, 159, 142);
    border-color: rgb(255, 159, 142);
}
.news_show_page .news_share .share_qq:hover {
    color: #fff;
    background-color: rgb(86, 182, 231);
}
.news_show_page .news_share .share_wx:hover {
    color: #fff;
    background-color: rgb(132, 197, 73);
}
.news_show_page .news_share .share_wb:hover {
    color: #fff;
    background-color: rgb(255, 159, 142);
}
.news_show_page .news_share .share_wx:hover .share_qrcode {
    visibility: visible;
}
.news_show_page .news_share .share_qrcode {
    visibility: hidden;
    z-index: 6;
    position: absolute;
    width: 224px;
    height: 200px;
    color: #000;
    background-color: #fff;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    left: -90px;
    top: -212px;
    box-shadow: 0 2px 10px #aaa;
}
.news_show_page .news_share .share_qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.news_show_page .news_share .share_qrcode_title {
    background-color: #f3f3f3;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px 5px 0 0;
}
.news_show_page .news_share .share_qrcode_image {
    margin: 10px auto;
    width: 105px;
}
.news_show_page .news_share .share_qrcode_note {
    font-size: 14px;
    padding: 2px 8px;
}
/* 新闻详情结束 */

/* 产品列表开始 */
.product_page {

}
.product_page .product_items {
    padding-bottom: 70px;
}
.product_page .product_item {
    background-color: #eee;
    width: 23%;
    margin-bottom: 3%;
}
.product_page .product_item:nth-child(4n+2),
.product_page .product_item:nth-child(4n+3),
.product_page .product_item:nth-child(4n+4) {
    margin-left: 2.66%;
}
.product_page .product_item:hover {
    background-color: #2096d5;
    color: #fff;
}
.product_page .product_image {

}
.product_page .product_image>img {
    height: 100%;
    width: 100%;
    max-height: 220px;
}
.product_page .product_title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}
/* 产品列表结束 */

/* 招聘页面开始 */
.employ_page {

}
.employ_page .employ_items {

}
.employ_page .employ_item {
    background-color: #fafafa;
    margin-bottom: 15px;
}
.employ_page .employ_header {
    padding: 20px 40px;
}
.employ_page .employ_item .employ_header:hover {
    background-color: #f2f2f2;
    color: #2096d5;
}
.employ_page .employ_item:hover .employ_time {
    color: #2096d5;
}

.employ_page .employ_item>a {

}
.employ_page .employ_introduce {

}
.employ_page .employ_line1 {
    padding-bottom: 14px;
    align-items: flex-end;
}
.employ_page .employ_title {
    padding-right: 16px;
    font-size: 22px;
    text-shadow: 0 0 0 #000;
}
.employ_page .employ_time {
    color: #aaa;
    font-size: 14px;
}
.employ_page .employ_line2 {
    font-size: 14px;
}
.employ_page .employ_salary {
    font-size: 26px;
    padding-left: 10px;
}
.employ_page .employ_body {
    display: none;
    padding-bottom: 15px;
}
.employ_page .employ_content {
    background-color: #fafafa;
    padding: 20px 40px;
    padding-bottom: 0;
}
.employ_page .employ_content p,h1,h2,h3,h4,h5,h6 {
    margin-bottom: 10px;
}
.employ_page .employ_back {
    padding-bottom: 30px;
}
.employ_page .employ_back .employ_back_button {
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin: auto;
    width: 30%;
    background-color: #2096d5;
    border-radius: 5px;
    text-align: center;
}
/* 招聘详情页面结束 */

/* 联系我们页面开始 */
.contact_page {

}
.contact_page .media_attention_items {
    padding: 0 40px;
}
.contact_page .media_attention_item {
    flex-basis: 20%;
    text-align: center;
}
.contact_page .media_attention_qrcode {
    position: relative;
/*    border: 1px solid #f8f8f8;
    padding: 8px;*/
}
.contact_page .media_attention_item_image {
    
}
.contact_page .media_attention_item_image>img {
    width: 100%;
}
.contact_page .media_attention_item_logo {
    height: 18%;
    width: 18%;
    padding: 2px;
    background-color: #fff;
    border-radius: 2px;
}
.contact_page .media_attention_item_logo>img {
    width: 100%;
    height: 44%;
}
.contact_page .media_attention_text {
    background-color: #2096d5;
    color: #fff;
    height: 20%;
    font-size: 16px;
}
.contact_page .media_attention_item:hover .media_attention_text{
    color: #000;
    background-color: #eee;
}
.contact_page .contact_us_items {

}
.contact_page .contact_us_item_line {
    width: 1px;
    height: 108px;
    background-color: #bbb;
    align-self: center;
}
.contact_page .contact_us_item {
    position: relative;
    margin-top: 12px;
    width: 23%;
}
.contact_page .contact_us_item:not(:last-child):after {
    content: '';
    position: absolute;
    height: 60%;
    width: 1px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: -32%;
    background-color: #ccc;
}
.contact_page .contact_us_item .contact_us_item_title {
    padding-bottom: 22px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
.contact_page .contact_us_item .contact_us_item_title:after {
    content: '';
    position: absolute;
    bottom: 10px;
    width: 23%;
    height: 2px;
    background-color: #2096d5;
    left: 0;
}
.contact_page .contact_us_item .contact_us_item_content>p {
    margin-bottom: 12px;
}
.contact_page .contact_us_item .contact_us_item_content>p>span {
    color: #666;
    font-size: 14px;
}
.contact_page .contact_map {
    margin: 50px 0;
}
/* 联系我们页面结束 */

/* 留言页面开始 */
.message_page .message_form {
    padding: 0 50px;
}
.message_page .form_title {
    font-size: 24px;
    padding-bottom: 20px;
    text-align: center;
}
.message_page .message_form .form_item {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 24px;
    background-color: #f7f7f7;
}
.message_page .form_item_inline {

}
.message_page .form_item_line {
    text-align: center;
}
.message_page .form_item_inline .form_item {
    width: 31.5%;
}
.message_page .message_form input {
    height: 50px;
    padding: 10px;
}
.message_page .message_form textarea {
    height: 160px;
    padding: 10px;
    resize:none;
}
.message_page .message_form button {
    color: #fff;
    height: 50px;
    margin: auto;
}
.message_page .message_form .submit_button {
    margin-top: 36px;
    width: 50%;
    background-color: #2096d5;
}
/* 留言页面结束 */

/* 更多公共的 */
.app_mask_10 {
    display: none;
    z-index: 10;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.app_mask {
    display: none;
    z-index: 100;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.app_mask_black {
    display: none;
    z-index: 100;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
}


/*.line {
    height: 1px;
    border-top: 1px solid #eee;
    margin: 2px;
    width: 100%;
}
.line.line98 {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}
.line.line90 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
.line.line80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.text-detail {
    text-align: justify;
}

.gray-bar {
    width: 100%;
    height: 10px;
    background-color: #eeeeee;
}


.white-item {
    margin: 15px 10px;
    border-radius: 10px;
    background: #fff;
}*/

/*.app-mask-login {
    z-index: 10;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}



.common-success-pop {
    position: fixed;
    z-index: 200;
    background-color: #fff;
    width: 300px;
    border-radius: 20px;
    top: 3rem;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.common-success-pop .common-success-pop-icon {
    margin: 18px 80px;
}
.common-success-pop .common-success-pop-icon>img {
    width: 80%;
}
.common-success-pop .common-success-pop-note1 {
    font-size: .32rem;
    padding-bottom: 10px;
}
.common-success-pop .common-success-pop-close {

}
.common-success-pop .common-success-pop-close {
    position: absolute;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.common-success-pop .common-success-pop-close>img {
    width: 12%;
}

.common-fail-pop {
    position: fixed;
    z-index: 200;
    background-color: #fff;
    width: 300px;
    border-radius: 20px;
    top: 3rem;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.common-fail-pop .common-fail-pop-icon {
    margin: 18px 80px;
}
.common-fail-pop .common-fail-pop-icon>img {
    width: 80%;
}
.common-fail-pop .common-fail-pop-note1 {
    font-size: .32rem;
    padding-bottom: 10px;
}
.common-fail-pop .common-fail-pop-close {
    position: absolute;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.common-fail-pop .common-fail-pop-close>img {
    width: 12%;
}


.confirm-pop {
    position: fixed;
    z-index: 200;
    background-color: #fff;
    width: 300px;
    border-radius: 20px;
    top: 3rem;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.confirm-pop .confirm-pop-icon {
    margin: 18px 80px;
}
.confirm-pop .confirm-pop-icon>img {
    width: 80%;
}
.confirm-pop .confirm-pop-note1 {
    font-size: .32rem;
    padding-bottom: 10px;
}
.confirm-pop .confirm-pop-close {
    position: absolute;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.confirm-pop .confirm-pop-close>img {
    width: 12%;
}
.confirm-pop .bottom-button {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    width: 50%;
    left: 0;
    right: 0;
    height: 36px;
    line-height: 36px;
    border-radius: 55px;
    background-color: #ff75a9;
    box-shadow: 0px 1px 2px 1px #ffbebc;
}*/