/*首页*/

.index_bg {
    width: 100%;
    height: auto;
    background: url("../images/bg_pic.png") repeat;
}

.banner_section {
    width: 100%;
    height: auto;
    position: relative;
}

.banner_section img {
    width: 100%;
}

.banner_section .banner_carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner_section .banner_carousel .banner_pic {
    width: 100%;
    height: 100%;
    display: block;
}

.banner_section .banner_carousel .banner_pic a {
    width: 100%;
    height: 100%;
}

.product_section {
    width: 100%;
    height: 850px;
    background: url("../images/product_bg.png") top center no-repeat;
}

.product_section .product_content {
    width: 1200px;
    height: 850px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.product_section .product_content .section_title {
    margin-top: 78px;
}

.product_section .product_content .product_list {
    width: 1159px;
    height: 489px;
    margin-top: 72px;
}

.product_section .product_content .product_list .product_item {
    width: 1159px;
    height: 489px;
    background: url("../images/product_content_bg.png") 100% 100% no-repeat;
}

.product_section .product_content .product_list .product_item a {
    width: 1159px;
    height: 489px;
    display: flex;
    flex-direction: row;
}

.product_section .product_content .product_list .product_item .product_pic {
    width: 221px;
    height: 424px;
    margin: 49px 165px 16px 89px;
}

.product_section .product_content .product_list .product_item .product_words {
    width: 545px;
    height: auto;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product_section .product_content .product_list .product_item .product_words .name {
    width: auto;
    height: 60px;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    background: #F7A900;
    padding: 0 8px;
}

.product_section .product_content .product_list .product_item .product_words .desc {
    width: 545px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    margin: 28px 0 32px;
    position: relative;
}

.product_section .product_content .product_list .product_item .product_words .advantage_list {
    width: 545px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product_section .product_content .product_list .product_item .product_words .advantage_list .advantage_item {
    width: auto;
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 24px;
    margin-right: 75px;
}

.product_section .product_content .product_list .product_item .product_words .advantage_list .advantage_item img {
    width: 37px;
    margin-right: 20px;
}

.product_section .product_content .product_list .product_item .product_words .advantage_list .advantage_item p {
    font-size: 20px;
    font-weight: 400;
    color: #313133;
}

.banner_section .banner_carousel .slick-dots li button:before {
    width: 11px;
    height: 11px;
    background-color: #818787;
    border-radius: 50%;
    font-size: 0;
}

.product_section .product_content .product_list .slick-dots li button:before {
    width: 11px;
    height: 11px;
    background-color: #818787;
    border-radius: 50%;
    font-size: 0;
}

.cooperation_develop_wrap .development_content .slick-dots li button:before {
    width: 11px;
    height: 11px;
    background-color: #818787;
    border-radius: 50%;
    font-size: 0;
}

.cooperation_develop_wrap .development_content .slick-dots li {
    border: 1px solid #f9f9f9;
    height: 27px;
}

.cooperation_develop_wrap .cooperation_develop .development_content .slick-dots li.slick-active button:before {
    background-color: #545a5a;
}

.product_section .product_content .product_list .slick-dots li.slick-active button:before {
    background-color: #545a5a;
}

.into_section {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.into_section .into_list {
    width: 1200px;
    height: 420px;
    margin-top: 88px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.into_section .into_list .into_title {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.into_section .into_list .into_title img {
    width: 41px;
    margin-right: 13px;
}

.into_section .into_list .into_title p {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}

.into_section .into_list .into_item_01 {
    width: 408px;
    height: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.into_section .into_list .into_item_01 .culture_list {
    width: 408px;
    height: auto;
}

.into_section .into_list .into_item_01 .culture_list p {
    width: 408px;
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    line-height: 26px;
    margin-top: 15px;
}

.into_section .into_list .into_item_01 .more_btn {
    width: 130px;
    height: 28px;
    border: 1px solid #616161;
    border-radius: 17px;
    /*display: flex;

    flex-direction: row;

    align-items: center;*/
    justify-content: center;
    padding-top: 6px;
    display: inline;
    text-align: center;
}

.into_section .into_list .into_item_01 .more_btn p {
    font-size: 16px;
    font-weight: 400;
    color: #E03A34;
    display: inline;
}

.into_section .into_list .into_item_01 .more_btn img {
    width: 22px;
    margin-left: 8px;
    display: inline;
}

.into_section .into_list .into_item_02 {
    width: 285px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.into_section .into_list .into_item_02 .project_list {
    width: 285px;
    height: auto;
    margin-top: 22px;
}

.into_section .into_list .into_item_02 .project_list .project_item {
    width: 285px;
    height: 93px;
    border-bottom: 1px solid #6f6f6f;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.into_section .into_list .into_item_02 .project_list .project_item:last-child {
    border-bottom: none;
}

.into_section .into_list .into_item_02 .project_list .project_item img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
}

.into_section .into_list .into_item_02 .project_list .project_item .project_words {
    width: 196px;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.into_section .into_list .into_item_02 .project_list .project_item .project_words .title {
    width: 196px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.into_section .into_list .into_item_02 .project_list .project_item .project_words .desc {
    width: 196px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    color: #4E4E4E;
}

.into_section .into_list .into_item_03 {
    width: 403px;
    height: auto;
}

.into_section .into_list .into_item_03 .video_wrap {
    width: 403px;
    height: 263px;
}

.news_section {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 75px;
}

.news_section .news_content {
    width: 1188px;
    height: auto;
    margin-top: 81px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.news_section .news_content .news_content_left {
    width: 221px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news_section .news_content .news_content_left .icon {
    width: 40px;
    margin-bottom: 35px;
}

.news_section .news_content .news_content_left .title {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
}

.news_section .news_content .news_content_left .title_en {
    font-size: 24px;
    font-family: Arial;
    font-weight: 400;
    color: #9A9A9A;
    margin: 16px 0;
}

.news_section .news_content .news_content_left .line {
    width: 221px;
    height: 4px;
    background: #DCDCDC;
}

.news_section .news_content .news_content_left .news_type_list {
    width: 120px;
    height: 84px;
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.news_section .news_content .news_content_left .news_type_list .news_type_item {
    width: 120px;
    height: 33px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.news_section .news_content .news_content_left .news_type_list .news_type_item p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.news_section .news_content .news_content_left .news_type_list .news_type_item img {
    width: 33px;
    display: none;
}

.news_section .news_content .news_content_left .news_type_list .news_type_active p {
    color: #E03A34;
}

.news_section .news_content .news_content_left .news_type_list .news_type_active img {
    display: inline-block;
}

.news_section .news_content .news_content_right {
    width: 960px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.news_section .news_content .news_content_right .news_list {
    width: 960px;
    height: 423px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.news_section .news_content .news_content_right .news_list .news_item {
    width: 280px !important;
    height: 423px;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.news_section .news_content .news_content_right .news_list .news_item .news_pic {
    width: 280px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 25px;
}

.news_section .news_content .news_content_right .news_list .news_item .news_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_section .news_content .news_content_right .news_list .news_item .news_title {
    width: 280px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_section .news_content .news_content_right .news_list .news_item .news_line {
    width: 280px;
    height: 3px;
    background: url("../images/news_line.png") left center no-repeat;
    margin: 16px 0;
}

.news_section .news_content .news_content_right .news_list .news_item .news_desc {
    width: 280px;
    height: 66px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    line-height: 22px;
    border-bottom: 2px solid #DCDCDC;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_section .news_content .news_content_right .news_list .news_item .detail_btn {
    width: 29px;
    height: 29px;
    margin-top: 20px;
    background: url("../images/news_detail_btn.png") 100% 100% no-repeat;
}

.news_section .news_content .news_content_right .news_page {
    width: 280px;
    height: 26px;
    margin-top: 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.news_section .news_content .news_content_right .news_page .news_page_btn {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.news_section .news_content .news_content_right .news_page .news_page_text {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 35px;
    opacity: 0.76;
    filter: alpha(opacity=76);
}

.news_section .news_content .news_content_right .news_page .page_text_disable {
    opacity: 0.47;
    filter: alpha(opacity=47);
}

.news_section .news_content .news_content_right .news_page .news_page_prev_btn {
    width: 26px;
    height: 26px;
    margin: 0 29px 0 13px;
    background: url("../images/news_icon_prev.png") 100% 100% no-repeat;
}

.news_section .news_content .news_content_right .news_page .news_page_next_btn {
    width: 26px;
    height: 26px;
    margin: 0 13px 0 29px;
    background: url("../images/news_icon_next.png") 100% 100% no-repeat;
}

.news_section .news_content .news_content_right .news_page .page_prev_disable {
    background: url("../images/news_icon_prev_disable.png") 100% 100% no-repeat;
}

.news_section .news_content .news_content_right .news_page .page_next_disable {
    background: url("../images/news_icon_next_disable.png") 100% 100% no-repeat;
}

.about_section {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 30px;
}

.about_section h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    margin: 112px 0 10px;
}

.about_section h6 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.about_section .about_content {
    width: 1080px;
    height: 464px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: url("../images/about_bg.png") 100% 100% no-repeat;
    margin-top: 36px;
}

.about_section .about_content .about_pic {
    width: 335px;
    height: auto;
}

.about_section .about_content .about_list {
    width: 315px;
    height: auto;
}

.about_section .about_content .about_list .about_item {
    width: 315px;
    /*height: 38px;*/
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0;
}

.about_section .about_content .about_list .about_item img {
    width: 44px;
    margin-right: 12px;
}

.about_section .about_content .about_list .about_item p {
    /*font-size: 20px;*/
    font-size: 38px;
    font-weight: 400;
    color: #393939;
}

.about_section .about_content .about_list .about_item p span {
    /*font-size: 28px;*/
    font-size: 32px;
    font-weight: 400;
    color: #ffa112;
}

.message_section {
    width: 1200px;
    height: auto;
    margin: 0 auto 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.message_section .message_content {
    width: 1056px;
    height: auto;
    margin-top: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.message_section .message_content .message_my {
    width: 1056px;
    height: 54px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.message_section .message_content .message_my .my_avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.message_section .message_content .message_my .input_wrap {
    width: 633px;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #474747;
    border-radius: 5px;
    margin: 0 14px 0 26px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.message_section .message_content .message_my .input_wrap input {
    width: 540px;
    margin: 0 20px 0 15px;
    font-size: 38px;
}

.message_section .message_content .message_my .input_wrap p {
    /*font-size: 14px;*/
    font-size: 35px;
    font-weight: 400;
    color: #626262;
}

.message_section .message_content .message_my .submit_btn {
    /*width: 89px;*/
    /*height: 40px;*/
    width: 130px;
    height: 60px;
    background: #C3D2D9;
    border-radius: 5px;
    text-align: center;
    /*font-size: 16px;*/
    font-size: 35px;
    font-weight: 400;
    color: #FFFFFF;
    /*line-height: 40px;*/
    line-height: 60px;
    cursor: pointer;
}

.message_section .message_content .message_list {
    width: 1056px;
    height: auto;
}

.message_section .message_content .message_list .message_item {
    width: 1056px;
    height: auto;
    margin-top: 42px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.message_section .message_content .message_list .message_item .user_avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.message_section .message_content .message_list .message_item .user_comment {
    width: 960px;
    height: auto;
}

.message_section .message_content .message_list .message_item .user_comment .date {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #626262;
    line-height: 24px;
    margin-bottom: 5px;
}

.message_section .message_content .message_list .message_item .user_comment .detail {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #3E3E3E;
    line-height: 24px;
}

.message_section .message_content .message_more {
    width: 33px;
    margin-top: 36px;
}


/*走进斯达*/

.about_us_wrap {
    width: 100%;
    height: auto;
}

.about_us_wrap .about_banner {
    width: 100%;
    height: auto;
}

.about_us_wrap .about_banner img {
    width: 100%;
}

.about_us_wrap .profile_wrap {
    width: 100%;
    height: auto;
    background: #fbfbfb;
    padding: 92px 0 48px;
}

.about_us_wrap .profile_wrap .company_profile {
    width: 1357px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.about_us_wrap .profile_wrap .company_profile .company_content {
    width: 1212px;
    height: auto;
    padding: 57px 84px 54px 61px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    background: #ffffff;
    margin: 223px 0 41px;
}

.about_us_wrap .profile_wrap .company_profile .company_content .about_pic_bg {
    width: 583px;
    height: 384px;
    background: #ffb715;
    position: absolute;
    bottom: 29px;
    left: 0;
}

.about_us_wrap .profile_wrap .company_profile .company_content .about_pic_bg img {
    width: 100%;
    position: absolute;
    bottom: 8px;
    left: 9px;
}

.about_us_wrap .profile_wrap .company_profile .company_content .about_title_pic {
    width: 666px;
    height: 139px;
    position: absolute;
    top: -139px;
    right: -57px;
}

.about_us_wrap .profile_wrap .company_profile .company_content .company_words {
    width: 518px;
    height: auto;
}

.about_us_wrap .profile_wrap .company_profile .company_content .company_words .title {
    /* width: 381px; */
    font-size: 24px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 30px;
}

.about_us_wrap .profile_wrap .company_profile .company_content .company_words .desc {
    width: 518px;
    font-size: 15px;
    font-weight: 400;
    color: #797979;
    line-height: 28px;
    margin: 24px 0 32px;
}

.about_us_wrap .profile_wrap .company_profile .company_content .company_words .contact_btn {
    width: 126px;
    height: 29px;
    border: 1px solid #e3e3e3;
    /*display: flex;

    flex-direction: row;

    align-items: center;*/
    justify-content: center;
    border-radius: 20px;
    padding-top: 8px;
    padding-left: 20px;
    display: none;
}

.about_us_wrap .profile_wrap .company_profile .company_content .company_words .contact_btn p {
    font-size: 16px;
    font-weight: 400;
    color: #CF4747;
    margin-right: 12px;
    display: inline;
}

.about_us_wrap .profile_wrap .company_profile .company_content .company_words .contact_btn img {
    width: 22px;
    height: 18px;
    display: inline;
}

.about_us_wrap .profile_wrap .company_profile .profile_text {
    width: 1158px;
    padding: 60px 100px 42px 100px;
    background: #ffffff;
}

.about_us_wrap .profile_wrap .company_profile .profile_text p {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 30px;
    margin-bottom: 30px;
    text-indent: 32px;
}

.about_us_wrap .video_wrap {
    width: 1210px;
    height: auto;
    margin: 77px auto 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_us_wrap .video_wrap .video_list_wrap {
    width: 1210px;
    height: auto;
}

.about_us_wrap .video_wrap .video_list_wrap .video_list {
    width: 1236px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 77px;
}

.about_us_wrap .video_wrap .video_list_wrap .video_list .video_item {
    width: 386px;
    height: 286px;
    background: url("../images/video_bg.png") bottom center no-repeat;
    margin-right: 26px;
    margin-bottom: 28px;
    border-radius: 3px;
    overflow: hidden;
}

.about_us_wrap .certificate_wrap {
    width: 100%;
    height: auto;
    background: url("../images/certificate_bg.png") top center no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 109px;
}

.about_us_wrap .certificate_wrap .certificate_list {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    /*margin-top: 98px;*/
}

.about_us_wrap .certificate_wrap .certificate_list .certificate_item {
    width: 236px;
    height: 337px;
    background: url("../images/certificat_pic_bg.png") bottom center no-repeat;
    margin-left: 32px;
    margin-bottom: 32px;
}

.about_us_wrap .certificate_wrap .certificate_list .certificate_item img {
    width: 236px;
    height: auto;
}

.about_us_wrap .certificate_wrap .certificate_list .certificat_special {
    width: 319px;
    height: 250px;
    position: absolute;
    top: 100px;
    right: 120px;
}

.about_us_wrap .certificate_wrap .certificate_list .certificat_cup {
    width: 332px;
    height: 474px;
    position: absolute;
    top: -132px;
    right: -138px;
}

.about_us_wrap .certificate_wrap .certificate_list .certificat_cup img {
    width: 100%;
}

.about_us_wrap .culture_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 72px;
    background: url("../images/culture_bg.jpg") bottom right no-repeat;
}

.about_us_wrap .culture_wrap .culture_content {
    width: 1200px;
    margin-top: 50px;
    position: relative;
}

.about_us_wrap .culture_wrap .culture_content .culture_pic {
    width: 564px;
    height: 755px;
    margin: 0 auto;
}

.about_us_wrap .culture_wrap .culture_content .culture_pic img {
    width: 100%;
}

.about_us_wrap .culture_wrap .culture_content p {
    width: 288px;
    height: auto;
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: #797979;
    line-height: 28px;
}

.about_us_wrap .culture_wrap .culture_content .left_text_01 {
    top: 176px;
    left: 18px;
    text-align: right;
}

.about_us_wrap .culture_wrap .culture_content .left_text_02 {
    top: 337px;
    left: 18px;
    text-align: right;
}

.about_us_wrap .culture_wrap .culture_content .left_text_03 {
    top: 508px;
    left: 18px;
    text-align: right;
}

.about_us_wrap .culture_wrap .culture_content .left_text_04 {
    top: 687px;
    left: 18px;
    text-align: right;
}

.about_us_wrap .culture_wrap .culture_content .right_text_01 {
    top: 94px;
    right: 18px;
}

.about_us_wrap .culture_wrap .culture_content .right_text_02 {
    top: 256px;
    right: 18px;
}

.about_us_wrap .culture_wrap .culture_content .right_text_03 {
    top: 430px;
    right: 18px;
}

.about_us_wrap .culture_wrap .culture_content .right_text_04 {
    top: 586px;
    right: 18px;
}


/*产品中心*/

.product_wrap {
    width: 100%;
    background: #f9f9f9;
    padding-bottom: 172px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_wrap .product_banner {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.product_wrap .product_list_wrap .product_nav_wrap .nav_left img{
    width: 18px !important;
    margin: 0 5px!important;
}
.product_wrap .product_list_wrap .product_nav_wrap .nav_left p{
    font-size: 14px !important;
}

.product_wrap .product_banner img {
    width: 100%;
}

.product_wrap .product_type_list {
    width: 1048px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.03);
    margin: 68px 0 18px;
    padding: 42px 48px 0 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product_wrap .product_type_list .product_type_item {
    width: 220px;
    height: 50px;
    margin-right: 42px;
    margin-bottom: 26px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background: url("../images/product_type_bg.png") 100% 100% no-repeat;
    cursor: pointer;
}

.product_wrap .product_type_list .product_type_item .type_name {
    width: 132px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 45px;
}

.product_wrap .product_type_list .type_active .type_name {
    color: #FFA40B;
}

.product_wrap .product_list_wrap {
    width: 1187px;
    height: auto;
    padding: 32px 0 45px;
    background: #ffffff;
}

.product_wrap .product_list_wrap .product_nav_wrap {
    width: 1121px;
    height: 56px;
    border-bottom: 2px solid #DBDBDB;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 52px;
}

.product_wrap .product_list_wrap .product_nav_wrap .nav_left {
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product_wrap .product_list_wrap .product_nav_wrap .nav_left img {
    width: 36px;
    margin: 0 24px;
}

.product_wrap .product_list_wrap .product_nav_wrap .nav_left p {
    font-size: 16px;
    font-weight: 400;
    color: #4C4C4C;
}

.product_wrap .product_list_wrap .product_nav_wrap .nav_right {
    font-size: 14px;
    font-weight: 400;
    color: #4C4C4C;
    display: flex;
    align-items: center;
}

.product_wrap .product_list_wrap .product_nav_wrap .nav_right .current_page {
    color: #FFA40B;
    margin-right: 14px;
}

.product_wrap .product_list_wrap .product_list {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product_wrap .product_list_wrap .product_list .product_item {
    width: 340px;
    height: 438px;
    margin: 0 28px 54px 27px;
}

.product_wrap .product_list_wrap .product_list .product_item .product_pic {
    width: 339px;
    height: 339px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product_wrap .product_list_wrap .product_list .product_item .product_pic img {
    width: 312px;
}

.product_wrap .product_list_wrap .product_list .product_item .product_operation {
    width: 340px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #dbdbdb;
}

.product_wrap .product_list_wrap .product_list .product_item .product_operation a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_wrap .product_list_wrap .product_list .product_item .product_operation .detail_btn {
    margin-right: 32px;
}

.product_wrap .product_list_wrap .product_list .product_item .product_operation .detail_btn img {
    width: 29px
}

.product_wrap .product_list_wrap .product_list .product_item .product_operation .download_btn img {
    width: 19px
}

.product_wrap .product_list_wrap .product_list .product_item .product_operation a span {
    font-size: 16px;
    font-weight: 400;
    color: #4C4C4C;
    margin-left: 10px;
}

.product_wrap .product_list_wrap .product_list .product_item .name {
    width: 340px;
    height: 42px;
    border-bottom: 1px dashed #dbdbdb;
    line-height: 42px;
    font-size: 20px;
    font-weight: 400;
    color: #363636;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_wrap .product_list_wrap .product_page {
    width: 1187px;
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.product_wrap .product_list_wrap .product_page span {
    font-size: 14px;
    font-weight: 400;
    color: #6E6E6E;
    margin-right: 12px;
}

.product_wrap .product_list_wrap .product_page .page_btn {
    width: 68px;
    height: 34px;
    border: 1px solid #C2C2C2;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: 34px;
    margin-right: 15px;
}

.product_wrap .product_list_wrap .product_page select {
    width: 82px;
    height: 32px;
    border: 1px solid #C2C2C2;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.product_wrap .product_list_wrap .product_page p {
    font-size: 14px;
    font-weight: 400;
    color: #6E6E6E;
}


/*产品详情*/

.product_detail_wrap {
    width: 100%;
    background: #fafafa;
    padding-bottom: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_detail_wrap .product_banner {
    width: 100%;
    height: auto;
    margin-bottom: 96px;
}

.product_detail_wrap .product_banner img {
    width: 100%;
}

.product_detail_wrap .main_title {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 78px;
}

.product_detail_wrap .product_detail {
    width: 1200px;
    height: auto;
    padding: 55px 0;
    background: #FFFFFF;
    margin-bottom: 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_detail_wrap .product_detail .detail_section {
    width: 1090px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_detail_wrap .product_detail .detail_section p {
    width: 1090px;
    height: auto;
    font-size: 14px;
    color: #010101;
    line-height: 24px;
    margin-bottom: 27px;
}

.product_detail_wrap .product_detail .detail_section .detail_download {
    width: 1090px;
    height: 42px;
    border-bottom: 2px solid #dbdbdb;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.product_detail_wrap .product_detail .detail_section .detail_download a {
    display: flex;
    align-items: center;
}

.product_detail_wrap .product_detail .detail_section .detail_download a img {
    width: 19px;
    margin-right: 15px;
    margin-top: 60px;
}

.product_detail_wrap .product_detail .detail_section .detail_download a span {
    font-size: 16px;
    font-weight: 400;
    color: #4C4C4C;
}

.product_detail_wrap .product_detail .detail_section img {
    width: auto;
    max-width: 100%;
    margin-bottom: 65px;
}

.product_detail_wrap .product_detail .detail_section .detail_video_wrap {
    width: 1032px;
    height: 356px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.product_detail_wrap .product_detail .detail_section .detail_video_wrap .detail_video {
    width: 480px;
    height: 356px;
    background: url("../images/video_border_bg.png")bottom center no-repeat;
}

.product_detail_wrap .product_detail .detail_section .detail_video_wrap .video_desc {
    width: 482px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product_detail_wrap .product_detail .detail_section .detail_video_wrap .video_desc h6 {
    width: 468px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.product_detail_wrap .product_detail .detail_section .detail_video_wrap .video_desc .name {
    margin-bottom: 32px;
}

.product_detail_wrap .product_detail .detail_section .detail_video_wrap .video_desc .video_download {
    width: 482px;
    height: 42px;
    border-bottom: 2px solid #dbdbdb;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-top: 21px;
}

.product_detail_wrap .product_detail .detail_section .detail_video_wrap .video_desc .video_download a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product_detail_wrap .product_detail .detail_section .detail_video_wrap .video_desc .video_download a img {
    width: 19px;
    margin-right: 15px;
    margin-bottom: 0;
}

.product_detail_wrap .product_detail .detail_section .detail_video_wrap .video_desc .video_download a span {
    font-size: 16px;
    font-weight: 400;
    color: #4C4C4C;
}

.product_detail_wrap .product_detail .product_display_wrap {
    width: 1120px;
    height: auto;
    margin-top: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.product_detail_wrap .product_detail .product_display_wrap .product_display {
    width: 1120px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}

.product_detail_wrap .product_detail .product_display_wrap .product_display img {
    width: auto;
    max-width: 100%;
    margin-bottom: 50px;
}

.product_detail_wrap .product_detail .product_acessories_wrap {
    width: 1120px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.product_detail_wrap .product_detail .product_acessories_wrap .product_acessories {
    width: 1120px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 94px;
}

.product_detail_wrap .product_detail .product_acessories_wrap .product_acessories img {
    width: auto;
    max-width: 100%;
    margin-bottom: 50px;
}

.product_detail_wrap .product_detail .product_parameter_wrap {
    width: 1120px;
    height: auto;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.product_detail_wrap .product_detail .product_parameter_wrap .product_parameter {
    width: 1120px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 94px;
}

.product_detail_wrap .product_detail .product_parameter_wrap .product_parameter img {
    width: auto;
    max-width: 100%;
    margin-bottom: 50px;
}

.product_detail_wrap .product_detail .executive_standard_wrap {
    width: 1120px;
    height: auto;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.product_detail_wrap .product_detail .executive_standard_wrap .executive_standard {
    width: 1120px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 56px;
}

.product_detail_wrap .product_detail .executive_standard_wrap .executive_standard img {
    width: auto;
    max-width: 100%;
    margin-bottom: 50px;
}

.product_detail_wrap .product_detail .product_packaging_wrap {
    width: 1120px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.product_detail_wrap .product_detail .product_packaging_wrap .product_packaging {
    width: 1120px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 55px;
}

.product_detail_wrap .product_detail .product_packaging_wrap .product_packaging img {
    width: auto;
    max-width: 100%;
    margin-bottom: 50px;
}

.product_detail_wrap .product_detail .product_certificate_wrap {
    width: 1120px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.product_detail_wrap .product_detail .product_certificate_wrap .product_certificate {
    width: 1120px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 53px;
}

.product_detail_wrap .product_detail .product_certificate_wrap .product_certificate img {
    width: auto;
    max-width: 100%;
    margin-bottom: 50px;
}

.product_detail_wrap .product_detail .product_application_wrap {
    width: 1120px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.product_detail_wrap .product_detail .product_application_wrap .product_application {
    width: 1120px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
}

.product_detail_wrap .product_detail .product_application_wrap .product_application img {
    width: auto;
    max-width: 100%;
    margin-bottom: 50px;
}

.product_detail_wrap .product_detail .product_detail_pic_list {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.product_detail_wrap .product_detail .product_detail_pic_list img {
    width: auto;
    max-width: 100%;
    margin-top: 50px;
}


/*联系我们*/

.contact_us_wrap {
    width: 100%;
    height: auto;
}

.contact_us_wrap .contact_banner {
    width: 100%;
    height: auto;
}

.contact_us_wrap .contact_banner img {
    width: 100%;
}

.contact_us_wrap .contact_us {
    width: 100%;
    background: #F5F5F5;
    padding: 103px 0 116px;
}

.contact_us_wrap .contact_us .contact_content {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.contact_us_wrap .contact_us .contact_content .contact_detail {
    width: 1200px;
    height: 371px;
    background: #ffffff;
    margin-top: 97px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.contact_us_wrap .contact_us .contact_content .contact_detail .map_pic {
    width: 753px;
    height: 347px;
    margin-left: 10px;
}

.contact_us_wrap .contact_us .contact_content .contact_detail .contact_msg {
    width: 423px;
    height: 371px;
    background: #F7A900;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact_us_wrap .contact_us .contact_content .contact_detail .contact_msg .name {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 44px;
    font-weight: 400;
    color: #FFFFFF;
}

.contact_us_wrap .contact_us .contact_content .contact_detail .contact_msg .message_detail {
    width: 300px;
    height: 26px;
    display: flex;
    flex-direction: row;
    margin-top: 21px;
}

.contact_us_wrap .contact_us .contact_content .contact_detail .contact_msg .message_detail img {
    width: 26px;
    margin: 0 15px 0 32px;
}

.contact_us_wrap .contact_us .contact_content .contact_detail .contact_msg .message_detail p {
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
}

.contact_us_wrap .message_wrap {
    width: 100%;
    background: url("../images/contact_bg.png") bottom center no-repeat;
    padding: 128px 0 175px 0;
}

.contact_us_wrap .message_wrap .message_content {
    width: 1140px;
    margin: 0 auto;
}

.contact_us_wrap .message_wrap .message_content .message_row {
    width: 1140px;
    height: 38px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.contact_us_wrap .message_wrap .message_content .message_row .message_input_wrap {
    width: 475px;
    height: 38px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.contact_us_wrap .message_wrap .message_content .message_input_title {
    width: 88px;
    text-align: right;
    font-size: 15px;
    color: #4D4C4C;
}

.contact_us_wrap .message_wrap .message_content .input_wrap {
    width: 353px;
    height: 36px;
    border: 1px solid #B7B7B7;
    background-color: transparent;
    overflow: hidden;
    margin-left: 17px;
}

.contact_us_wrap .message_wrap .message_content .input_wrap input {
    width: 100%;
    height: 100%;
    background: transparent;
    text-indent: 14px;
    font-size: 16px;
    color: #B6B6B6;
}

.contact_us_wrap .message_wrap .message_content .message_textarea_wrap {
    width: 100%;
    height: 204px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.contact_us_wrap .message_wrap .message_content .message_textarea_wrap .message_textarea_title {
    width: 88px;
    text-align: right;
    font-size: 15px;
    color: #4D4C4C;
    height: 48px;
    line-height: 48px;
}

.contact_us_wrap .message_wrap .message_content .message_textarea_wrap .textarea_wrap {
    width: 1033px;
    height: 204px;
    border: 1px solid #B7B7B7;
    background-color: transparent;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact_us_wrap .message_wrap .message_content .message_textarea_wrap .textarea_wrap textarea {
    width: 800px;
    height: 90px;
    background: transparent;
    resize: none;
    font-size: 18px;
    line-height: 30px;
    color: #B6B6B6;
}

.contact_us_wrap .message_wrap .message_content .message_code_wrap {
    width: 100%;
    height: 38px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 56px;
}

.contact_us_wrap .message_wrap .message_content .message_code_wrap .code_pic {
    width: 131px;
    height: 38px;
    background-color: #e6e6e6;
    margin-left: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact_us_wrap .message_wrap .message_content .message_code_wrap .code_pic img {
    width: auto;
    max-width: 100%;
}

.contact_us_wrap .message_wrap .message_content .message_code_wrap .change_pic {
    font-size: 15px;
    font-weight: 400;
    color: #4D4C4C;
    margin-left: 19px;
    cursor: pointer;
    border-bottom: 1px solid #4D4C4C;
}

.contact_us_wrap .message_wrap .message_content .message_operations {
    width: 100%;
    height: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact_us_wrap .message_wrap .message_content .message_operations .submit_btn {
    width: 146px;
    height: 56px;
    background-color: #f7a900;
    font-size: 18px;
    color: #ffffff;
    line-height: 56px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    margin-left: 28px;
}

.contact_us_wrap .message_wrap .message_content .message_operations .reset_btn {
    width: 146px;
    height: 56px;
    background-color: #939191;
    font-size: 18px;
    color: #ffffff;
    line-height: 56px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 18px;
    border: none;
}

.contact_us_wrap .message_wrap .message_content .radio_wrap {
    width: 327px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.contact_us_wrap .message_wrap .message_content .radio_wrap .radio_box {
    width: 88px;
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.contact_us_wrap .message_wrap .message_content .radio_wrap .radio_box span {
    font-size: 14px;
    font-weight: 400;
    color: #4D4C4C;
    padding-left: 10px;
    cursor: pointer;
}

.contact_us_wrap .message_wrap .message_content .radio_wrap .radio_box label {
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}

.message_wrap .message_content .radio_wrap input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.contact_us_wrap .message_wrap .message_content .radio_wrap input[type="radio"]+label::before {
    width: 18px;
    height: 18px;
    background: url("../images/message_check_pic.png") 100% 100% no-repeat;
    content: '\a0';
    display: inline-block;
}

.contact_us_wrap .message_wrap .message_content .radio_wrap input[type="radio"]:checked+label::before {
    width: 18px;
    height: 18px;
    background: url("../images/message_checked_pic.png") 100% 100% no-repeat;
}


/*新闻列表页*/

.news_wrap {
    width: 100%;
    height: auto;
}

.news_wrap .news_banner {
    width: 100%;
    height: auto;
}

.news_wrap .news_banner img {
    width: 100%;
}

.news_wrap .our_news_wrap {
    width: 1200px;
    height: auto;
    padding: 102px 0 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.news_wrap .our_news_wrap .our_news_content {
    width: 1200px;
    height: 400px;
    margin-top: 104px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.news_wrap .our_news_wrap .our_news_content .our_news_pic {
    width: 605px;
    height: 400px;
    position: relative;
}

.news_wrap .our_news_wrap .our_news_content .our_news_pic img {
    width: 100%;
}

.news_wrap .our_news_wrap .our_news_content .our_news_pic p {
    width: 605px;
    height: 62px;
    background: rgba(0, 0, 0, 0.63);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_wrap .our_news_wrap .our_news_content .our_news_list {
    width: 528px;
    height: 405px;
}

.news_wrap .our_news_wrap .our_news_content .our_news_list .our_news_item {
    width: 528px;
    /* height: 135px; */
    background: none;
    padding: 13px;
    flex-direction: column;
    align-items: flex-start;
}

.news_wrap .our_news_wrap .our_news_content .our_news_list .our_news_item h3 {
    width: 528px;
    height: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_wrap .our_news_wrap .our_news_content .our_news_list .our_news_item:hover h3 {
    color: #C60000;
}

.news_wrap .our_news_wrap .our_news_content .our_news_list .our_news_item:hover {
    /* border-bottom: 5px solid #e3e3e3; */
    box-shadow: 0px 5px 7px #e3e3e3;
}

.news_wrap .our_news_wrap .our_news_content .our_news_list .our_news_item h6 {
    width: 528px;
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_wrap .our_news_wrap .our_news_content .our_news_list .our_news_item p {
    width: 528px;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_wrap .our_news_wrap .our_news_content .our_news_list .our_news_item.news_hover {
    background: url("../images/news_bg_border.png") bottom center no-repeat;
}

.news_wrap .our_news_wrap .our_news_content .our_news_list .our_news_item.news_hover h3 {
    color: #C60000;
}

.news_wrap .sida_news_wrap {
    width: 100%;
    height: 716px;
    background: url("../images/news_bg.png") bottom center no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news_wrap .sida_news_wrap .sida_news_list {
    width: 1246px;
    height: 361px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 160px 0 76px 0;
}

.news_wrap .sida_news_wrap .sida_news_list .sida_news_item {
    width: 288px;
    height: 361px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news_wrap .sida_news_wrap .sida_news_list .sida_news_item p {
    width: 240px;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #717171;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 28px;
}

.news_wrap .sida_news_wrap .sida_news_list .sida_news_item span {
    width: 240px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_wrap .sida_news_wrap .sida_news_list .sida_news_item .news_pic {
    width: 273px;
    height: 163px;
    overflow: hidden;
    margin: 15px 0 25px;
}

.news_wrap .sida_news_wrap .sida_news_list .sida_news_item .news_pic img {
    width: 100%;
    transition: all .5s;
}

.news_wrap .sida_news_wrap .sida_news_list .sida_news_item:hover .news_pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news_wrap .sida_news_wrap .sida_news_list .sida_news_item .detail_btn {
    font-size: 15px;
    font-weight: 400;
    color: #848484;
}

.news_wrap .more_btn {
    width: 220px;
    height: 47px;
    border: 1px solid #252525;
    font-size: 15px;
    font-weight: 400;
    color: #242424;
    line-height: 47px;
    text-align: center;
}

.industry_news_wrap {
    width: 100%;
    height: auto;
    background: #efefef;
    padding: 84px 0 71px;
}

.industry_news_wrap .industry_news_list_wrap {
    width: 1280px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.industry_news_wrap .industry_news_list_wrap .industry_news_list {
    width: 1280px;
    height: auto;
    margin: 96px 0 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.industry_news_wrap .industry_news_list_wrap .industry_news_list .industry_news_item {
    width: 593px;
    height: 191px;
    background: #FFFFFF;
    margin: 0 23px 39px 23px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.industry_news_wrap .industry_news_list_wrap .industry_news_list .industry_news_item .news_pic {
    width: 251px;
    height: 151px;
    margin-right: 18px;
}

.industry_news_wrap .industry_news_list_wrap .industry_news_list .industry_news_item .news_pic img {
    width: 100%;
}

.industry_news_wrap .industry_news_list_wrap .industry_news_list .industry_news_item .news_words {
    width: 276px;
    height: 119px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.industry_news_wrap .industry_news_list_wrap .industry_news_list .industry_news_item .news_words h3 {
    width: 276px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.industry_news_wrap .industry_news_list_wrap .industry_news_list .industry_news_item .news_words h6 {
    width: 276px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
}

.industry_news_wrap .industry_news_list_wrap .industry_news_list .industry_news_item .news_words p {
    width: 276px;
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*新闻列表页*/

.news_list_wrap {
    width: 100%;
    height: auto;
}

.news_list_wrap .news_banner {
    width: 100%;
    height: auto;
}

.news_list_wrap .news_banner img {
    width: 100%;
}

.news_list_wrap .content_nav_list {
    width: 1200px;
    height: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #000000;
}

.news_list_wrap .content_nav_list .content_nav_text {
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    color: #000000;
    border-bottom: 5px solid transparent;
    cursor: pointer;
    margin-left: 100px;
}

.news_list_wrap .content_nav_list .content_nav_text.content_nav_text_active {
    color: #bc1b21;
    border-bottom: 5px solid #bc1b21;
}

.news_list_wrap .content_nav_list .content_nav_text:hover {
    color: #bc1b21;
    border-bottom: 5px solid #bc1b21;
}

.news_list_wrap .news_section_wrap {
    width: 1200px;
    height: auto;
    margin: 78px auto 125px;
}

.news_list_wrap .news_section_wrap .lates_news_list {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 72px;
}

.news_list_wrap .news_section_wrap .lates_news_list .lates_news_item {
    width: 100%;
    /* height: 223px; */
    padding-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: all .4s;
}

.news_list_wrap .news_section_wrap .lates_news_list .lates_news_item:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.news_list_wrap .news_section_wrap .lates_news_list .lates_news_item .news_pic {
    width: 40%;
    /* height: 500px; */
    overflow: hidden;
}

.news_list_wrap .news_section_wrap .lates_news_list .lates_news_item .news_pic img {
    transition: all .4s;
    width: 100%;
    height: 100%;
}

.news_list_wrap .news_section_wrap .lates_news_list .lates_news_item:hover .news_pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news_list_wrap .news_section_wrap .lates_news_list .lates_news_item .news_right {
    width: 60%;
    /* height: 223px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 44px;
}

.news_list_wrap .news_section_wrap .lates_news_list .lates_news_item .news_right .news_title {
    width: 760px;
    font-size: 20px;
    color: #505050;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list_wrap .news_section_wrap .lates_news_list .lates_news_item .news_right .news_date {
    width: 760px;
    font-size: 12px;
    color: #939393;
    margin-bottom: 18px;
}

.news_list_wrap .news_section_wrap .lates_news_list .lates_news_item .news_right .news_desc {
    /*width: 760px;*/
    max-width: 100%;
    height: 78px;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_list_wrap .news_section_wrap .news_page_wrap {
    width: 1200px;
    height: 32px;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.news_list_wrap .news_section_wrap .news_page_wrap .page_btn {
    width: 91px;
    height: 31px;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #555555;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
    margin-left: 6px;
}

.news_list_wrap .news_section_wrap .news_page_wrap .page_btn.page_last {
    background-color: #c8c8c8;
    color: #ffffff;
}

.news_list_wrap .news_section_wrap .news_page_wrap .page_num {
    width: 31px;
    height: 31px;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #555555;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
    margin-left: 6px;
}

.news_list_wrap .news_section_wrap .news_page_wrap .page_num.page_num_active {
    background-color: #bc1b21;
    color: #ffffff;
}

.news_list_wrap .news_section_wrap .news_page_wrap .page_num:hover {
    background-color: #bc1b21;
    color: #ffffff;
}


/*新闻详情*/

.news_detail_wrap {
    width: 1170px;
    margin: 80px auto 0;
}

.news_detail_wrap .news_detail {
    background: #fff;
    margin-bottom: 60px;
    border-radius: 3px;
    border: 1px solid #eee;
    padding: 70px;
    min-height: 530px;
}

.news_detail_wrap .news_detail h2 {
    font-size: 28px;
    color: #555;
    text-align: center;
}

.news_detail_wrap .news_detail h3 {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 20px 0;
    color: #888;
}

.news_detail_wrap .news_detail img {
    width: auto;
    display: block;
    margin: 8px auto;
    max-width: 100%;
}

.news_detail_wrap .news_detail p {
    font-size: 14px;
    text-indent: 2em;
    line-height: 26px;
    margin-top: 12px;
    color: #666;
}


/*加盟合作*/

.cooperation_wrap {
    width: 100%;
    height: auto;
}

.cooperation_wrap .cooperation_banner {
    width: 100%;
    height: auto;
    margin-bottom: 93px;
}

.cooperation_wrap .cooperation_banner img {
    width: 100%;
}

.cooperation_wrap .cooperation_develop_wrap {
    width: 100%;
    height: 530px;
    background: url("../images/cooperation_bg_01.png") bottom center no-repeat;
}

.cooperation_wrap .cooperation_develop_wrap .cooperation_develop {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.cooperation_wrap .cooperation_develop_wrap .cooperation_develop .development_line {
    width: 100%;
    height: 2px;
    background: #c71d32;
    position: absolute;
    top: 288px;
    left: 0;
}

.cooperation_wrap .cooperation_develop_wrap .cooperation_develop .development_content {
    width: 1152px;
    /* height: auto; */
    height: 250px;
    margin-top: 95px;
    display: flex;
    flex-direction: row;
    position: relative;
}

.cooperation_wrap .cooperation_develop_wrap .cooperation_develop .development_content .development_item {
    width: 534px;
    height: auto;
    margin: 0 21px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.cooperation_wrap .cooperation_develop_wrap .cooperation_develop .development_content .development_item .date {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
}

.cooperation_wrap .cooperation_develop_wrap .cooperation_develop .development_content .development_item .dot {
    width: 25px;
    height: auto;
    margin: 24px 0 27px;
}

.cooperation_wrap .cooperation_develop_wrap .cooperation_develop .development_content .development_item .desc {
    width: 534px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.cooperation_wrap .cooperation_develop_wrap .cooperation_develop .development_content .development_item .desc .time {
    width: 118px;
    height: 26px;
    background: url("../images/date_bg.png") 100% 100% no-repeat;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.cooperation_wrap .cooperation_develop_wrap .cooperation_develop .development_content .development_item .desc p {
    width: 392px;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.cooperation_wrap .innovate_wrap {
    width: 100%;
    height: 644px;
    background: url("../images/cooperation_bg_02.png") top center no-repeat;
}

.cooperation_wrap .innovate_wrap .innovate_content {
    width: 1028px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.cooperation_wrap .innovate_wrap .innovate_content .innovate_pic_left {
    width: 412px;
    height: auto;
    margin-top: 78px;
}

.cooperation_wrap .innovate_wrap .innovate_content .innovate_pic_left img {
    width: 100%
}

.cooperation_wrap .innovate_wrap .innovate_content .innovate_pic_right {
    width: 457px;
    height: auto;
}

.cooperation_wrap .innovate_wrap .innovate_content .innovate_pic_right img {
    width: 100%
}

.cooperation_wrap .mix_content {
    width: 100%;
    height: auto;
    padding-bottom: 68px;
    background: url("../images/cooperation_bg_03.png") top center no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cooperation_wrap .mix_content .create_value_wrap {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cooperation_wrap .mix_content .create_value_wrap .create_value_title {
    height: 57px;
    font-size: 37px;
    font-weight: bold;
    color: #BA1B21;
    line-height: 57px;
    margin-bottom: 46px;
}

.cooperation_wrap .mix_content .create_value_wrap .advantage_list {
    width: 1200px;
    height: auto;
    margin-bottom: 88px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cooperation_wrap .mix_content .create_value_wrap .advantage_list .advantage_item {
    width: 600px;
    height: 95px;
    border-bottom: 1px dotted #999999;
    display: flex;
    align-items: center;
}

.cooperation_wrap .mix_content .create_value_wrap .advantage_list .advantage_item:nth-child(2n) {
    width: 599px;
    border-left: 1px dotted #999999;
}

.cooperation_wrap .mix_content .create_value_wrap .advantage_list .advantage_item h1 {
    width: 335px;
    text-align: center;
    font-size: 47px;
    font-weight: bold;
    color: #BA1B21;
}

.cooperation_wrap .mix_content .create_value_wrap .advantage_list .advantage_item h6 {
    font-size: 18px;
    font-weight: 400;
    color: #383838;
}

.cooperation_wrap .mix_content .organization_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cooperation_wrap .mix_content .organization_wrap .organization_pic {
    margin-top: 62px;
}

.cooperation_wrap .company_advantage_wrap {
    width: 100%;
    height: auto;
    padding: 107px 0 48px;
    background: url("../images/bg_pic.png") repeat;
}

.cooperation_wrap .company_advantage_wrap .company_advantage {
    width: 1200px;
    margin: 0 auto;
}

.cooperation_wrap .company_advantage_wrap .company_advantage .advantage_content {
    width: 1200px;
    height: auto;
    display: none;
    flex-direction: row;
    align-items: center;
}

.cooperation_wrap .company_advantage_wrap .company_advantage .advantage_content .advantage_pic {
    width: 433px;
    height: auto;
    margin-left: 27px;
}

.cooperation_wrap .company_advantage_wrap .company_advantage .advantage_content .advantage_desc {
    width: 450px;
    height: auto;
    margin-left: 93px;
    display: flex;
    flex-direction: column;
}

.cooperation_wrap .company_advantage_wrap .company_advantage .advantage_content .advantage_desc h1 {
    line-height: 50px;
    font-size: 37px;
    font-weight: bold;
    color: #BA1B21;
    margin-bottom: 15px;
}

.cooperation_wrap .company_advantage_wrap .company_advantage .advantage_content .advantage_desc .title_icon {
    width: 81px;
    height: auto;
    margin-bottom: 32px;
}

.cooperation_wrap .company_advantage_wrap .company_advantage .advantage_content .advantage_desc p {
    width: 449px;
    font-size: 16px;
    font-weight: 400;
    color: #383838;
    line-height: 26px;
    margin-bottom: 36px;
}

.cooperation_wrap .company_advantage_wrap .company_advantage .advantage_content .advantage_icon_list {
    width: 450px;
    height: 75px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.cooperation_wrap .company_advantage_wrap .company_advantage .advantage_content .advantage_icon_list .advantage_icon_item {
    width: 72px;
    height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-right: 45px;
}

.cooperation_wrap .company_advantage_wrap .company_advantage .advantage_content .advantage_icon_list .advantage_icon_item .icon {
    width: auto;
    max-width: 51px;
    margin-bottom: 15px;
}

.cooperation_wrap .company_advantage_wrap .company_advantage .advantage_content .advantage_icon_list .advantage_icon_item span {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.cooperation_wrap .company_advantage_wrap .company_advantage .advantage_content .more_btn {
    width: 133px;
    height: 31px;
    border: 1px solid #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-top: 42px;
}

.cooperation_wrap .company_advantage_wrap .company_advantage .advantage_content .more_btn span {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.cooperation_wrap .company_advantage_wrap .company_advantage .advantage_content .more_btn img {
    width: 27px;
    margin-left: 10px;
}

.cooperation_wrap .company_advantage_wrap .company_advantage_type_wrap {
    width: 100%;
    height: 204px;
    background: url("../images/advantage_line_bg.png") bottom center no-repeat;
}

.company_advantage_type_list {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.company_advantage_type_list .type_item {
    width: 129px;
    height: 129px;
    cursor: pointer;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: none;
}

.company_advantage_type_list .type_item.type_active {
    background: url("../images/dot_active_bg.png") 100% 100% no-repeat;
}

.company_advantage_type_list .type_item i {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    display: none;
}

.company_advantage_type_list .type_item.type_active i {
    display: block;
}

.company_advantage_type_list .type_item_01 {
    top: 0px;
    left: -42px;
}

.company_advantage_type_list .type_item_02 {
    top: 95px;
    left: 550px;
}

.company_advantage_type_list .type_item_03 {
    top: -7px;
    right: -25px;
}


/*加盟合作*/

.join_wrap {
    width: 100%;
    height: auto;
}

.join_wrap .join_banner {
    width: 100%;
    height: auto;
    margin-bottom: 89px;
}

.join_wrap .join_banner img {
    width: 100%;
}

.join_wrap .join_cooperation_wrap {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 103px;
}

.join_wrap .join_cooperation_wrap .join_cooperation {
    width: 1200px;
    height: 152px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.join_wrap .join_cooperation_wrap .join_cooperation .join_cooperation_item {
    width: 132px;
    height: 152px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.join_wrap .join_cooperation_wrap .join_cooperation img {
    width: auto;
}

.join_wrap .join_cooperation_wrap .join_cooperation .join_cooperation_item span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.67);
    margin-top: 4px;
}

.join_wrap .join_cooperation_wrap .join_cooperation .join_cooperation_item p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.67);
    margin-top: 31px;
}

.join_wrap .join_cooperation_wrap .join_cooperation .arrow_icon {
    width: 70px;
    margin: 0 45px 0 25px;
}

.join_wrap .join_advantage_wrap {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 88px;
}

.join_wrap .join_advantage_wrap .join_advantage_list {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 75px;
}

.join_wrap .join_advantage_wrap .join_advantage_list .join_advantage_item {
    width: 370px;
    height: auto;
    margin: 0 15px 45px 15px;
    display: flex;
    flex-direction: column;
}

.join_wrap .join_advantage_wrap .join_advantage_list .join_advantage_item .join_advantage_pic {
    width: 370px;
    height: 259px;
    overflow: hidden;
}

.join_wrap .join_advantage_wrap .join_advantage_list .join_advantage_item .join_advantage_pic img {
    width: 100%;
}

.join_wrap .join_advantage_wrap .join_advantage_list .join_advantage_item h3 {
    width: 100%;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-top: 16px;
}

.join_wrap .join_advantage_wrap .join_advantage_list .join_advantage_item p {
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #242424;
}

.join_wrap .feedback_wrap {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    padding: 112px 0 95px;
}

.join_wrap .feedback_wrap .user_feedback {
    width: 1220px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.join_wrap .feedback_wrap .user_feedback .feedback_left {
    width: 385px;
    height: auto;
}

.join_wrap .feedback_wrap .user_feedback .feedback_left .title {
    width: 385px;
    height: 75px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 27px;
}

.join_wrap .feedback_wrap .user_feedback .feedback_left .title .title_icon {
    width: 390px;
    position: absolute;
    top:40px;
    left: -343px;
}

.join_wrap .feedback_wrap .user_feedback .feedback_left .title .name {
    font-size: 33px;
    color: #000000;
    margin-left: 65px;
}

.join_wrap .feedback_wrap .user_feedback .feedback_left .title .name span {
    font-weight: bold;
}

.join_wrap .feedback_wrap .user_feedback .feedback_left .title .name_en {
    font-size: 20px;
    font-weight: 400;
    color: #393939;
    margin-left: 65px;
    margin-top: 13px;
}

.join_wrap .feedback_wrap .user_feedback .feedback_left p {
    width: 384px;
    font-size: 16px;
    font-weight: 400;
    color: #4E4E4E;
    line-height: 26px;
    margin-bottom: 62px;
}

.join_wrap .feedback_wrap .user_feedback .feedback_left .contact_btn {
    width: 175px;
    height: 43px;
    border-radius: 22px;
    border: 1px solid #888888;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.join_wrap .feedback_wrap .user_feedback .feedback_left .contact_btn span {
    font-size: 18px;
    font-weight: 400;
    color: #2D2D2D;
}

.join_wrap .feedback_wrap .user_feedback .feedback_left .contact_btn img {
    width: 18px;
    margin-left: 21px;
}

.join_wrap .feedback_wrap .user_feedback .feedback_right {
    width: 805px;
    height: 490px;
}

.join_wrap .feedback_wrap .user_feedback .feedback_right .feedback_content {
    width: 371px;
    height: 490px;
    margin: 0 15px;
    /*background: #222222;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.join_wrap .feedback_wrap .user_feedback .feedback_right .feedback_content .feedback_pic {
    width: 371px;
    /*height: 369px;*/
    overflow: hidden;
}

.join_wrap .feedback_wrap .user_feedback .feedback_right .feedback_content h1 {
    width: 295px;
    height: 71px;
    padding: 0 38px;
    border-bottom: 1px solid #3d3d3d;
    font-size: 24px;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 71px;
    background: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.join_wrap .feedback_wrap .user_feedback .feedback_right .feedback_content p {
    width: 295px;
    height: 50px;
    padding: 0 38px;
    font-size: 16px;
    font-weight: 400;
    background: #222222;
    color: #DEDEDE;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.join_wrap .feedback_wrap .user_feedback .feedback_right .slick-dots li button:before {
    width: 11px;
    height: 11px;
    background-color: #818787;
    border-radius: 50%;
    font-size: 0;
}

.join_wrap .feedback_wrap .user_feedback .feedback_right .slick-dots li.slick-active button:before {
    background-color: #545a5a;
}

.join_wrap .office_wrap {
    width: 900px;
    margin: 85px auto 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.join_wrap .office_wrap .office_map {
    width: 804px;
    height: 621px;
    margin-top: 46px;
}

.join_wrap .join_us {
    width: 100px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.join_wrap .join_us .title {
    width: 298px;
    height: auto;
    margin-bottom: 35px;
}

.join_wrap .join_us .title img {
    width: 100%
}

.join_wrap .join_us .join_text {
    width: 568px;
    height: 58px;
    border: 1px solid #e3e3e3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px;
}

.join_wrap .join_us .join_text i {
    font-size: 16px;
    font-weight: 400;
    color: #272727;
}

.join_wrap .join_us .join_btn {
    width: 176px;
    height: 56px;
    background: #f7a900;
    border-radius: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.join_wrap .join_us .join_btn span {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
}

.join_wrap .join_us .join_btn img {
    width: 23px;
    margin-left: 10px;
}

.join_wrap .join_footer {
    width: 100%;
    height: 176px;
    background: url("../images/footer_dec_pic.png") bottom center no-repeat;
}

.wendang_down {
    width: 100%;
    border-bottom: 2px solid #ccc;
    text-align: right;
    font-size: 16px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
}

#youjiant {
    transform: rotate(180deg);
    position: absolute;
    top: 36px;
    right: -50px;
    /* transform-origin: 50% 30%; */
}

#zuojiant {
    position: absolute;
    top: 36px;
    left: -124px;
}

#youjiant,
#zuojiant {
    width: 36px;
    height: 80px;
    cursor: pointer;
}


















.news_list_wrap .news_section_wrap .lates_news_list .lates_news_item .news_right .news_date {
    font-size: 16px;
}




@media only screen and (max-width: 1024px){
    
    .industry_news_wrap{
        padding: 30px 0 0 0;
    }
    
    
    .about_us_wrap .certificate_wrap .certificate_list{
        width: auto ;
    }
    
    .product_wrap .product_type_list{
        width: 100%;
         margin: 0;
       padding: 0 15px;
    }
    .product_wrap .product_type_list .product_type_item{
        width: 32%;
        margin-right: 0 ;
        margin-bottom: 12px;
        height: auto;
        background: #ccc;
        margin-right: 2%;
      
    }
    .product_wrap .product_type_list .product_type_item:nth-child(3n){
        margin-right: auto;
    }
     .product_wrap .product_type_list .product_type_item a{
         display: flex;
         width: 100%;
         height: 100%;
     }
    .product_wrap .product_type_list .product_type_item .type_name{
        width: auto;
        height: auto;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }
    .product_wrap .product_list_wrap .product_nav_wrap{
        width: auto;
        padding: 0 15px;
    }
    .product_wrap .product_list_wrap{
        width: auto;
    }
    .product_wrap .product_list_wrap .product_list{
        flex-wrap: wrap;
        width: auto;
        padding: 0 15px;
    }
    .product_wrap .product_list_wrap .product_list .product_item{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .product_wrap .product_list_wrap .product_list .product_item .product_pic{
        width: auto;
        height: auto;
    }
    .product_wrap .product_list_wrap .product_list .product_item .product_pic img{
        width: auto;
    }
    .product_wrap .product_list_wrap .product_list .product_item .product_operation{
        width: auto;
    }
    .product_wrap .product_list_wrap .product_list .product_item .name{
        width: auto;
        height: auto;
        font-size: 16px;
    }
    .product_wrap .product_list_wrap .product_list .product_item .product_operation a span{
        font-size: 14px ;
    }
    .product_operation img{
        width: 18px !important;
    }
    .product_wrap .product_list_wrap .product_list .product_item .product_operation .download_btn img{
        width: 12px !important;
    }
    .product_detail_wrap .product_detail .detail_section{
        width: 100%;
        padding: 0 15px;
        /*display: none;*/
    }
    
    .product_detail_wrap .product_detail .detail_section .detail_video_wrap .detail_video{
         width: auto !important;
        height: auto;
    }
     .product_detail_wrap .product_detail .detail_section .detail_video_wrap .detail_video img{
         width: 250px;
     } 
    .product_detail_wrap .product_detail .detail_section .detail_video_wrap .video_desc{
        flex: 1;
        width: auto;
        height: auto;
    }
    .product_detail_wrap .product_detail .detail_section .detail_video_wrap .video_desc .video_download{
        width: auto;
        height: auto;
    }
    .product_detail_wrap .product_detail .detail_section .detail_video_wrap .video_desc h6{
        width: auto !important;
    }
    * {
        box-sizing: border-box;
    }
    .into_section .into_list{
        width: 100%;
        height: auto;
        display: block;
        margin-top: 30px;
    }
    .into_section .into_list .into_item_01,.into_section .into_list .into_item_01 .culture_list,.into_section .into_list .into_item_01 .culture_list p,.into_section,.news_section,.news_section,.about_section,.message_section,.product_section .product_content .product_list,.product_section .product_content .product_list .product_item a,.product_section .product_content .product_list .product_item,.into_section .into_list .into_item_02,.into_section .into_list .into_item_02 .project_list,.into_section .into_list .into_item_02 .project_list .project_item,.into_section .into_list .into_item_02 .project_list .project_item .project_words .title,.into_section .into_list .into_item_02 .project_list .project_item .project_words .desc{
        width: 100%;
    }
    .into_section .into_list .into_item_01 .culture_list p{
        font-size: 12px !important;
        line-height: 2 !important;
    }
    .product_section,.into_section .into_list .into_item_01,.into_section .into_list .into_title{
        height: auto;
    }
    .product_item{
        height: 100% !important;
    }
    .product_section .product_content .product_list .product_item{
        height: auto !important;
        
    }
    .slick-track{
        height: 100%;
    }
    .product_section .product_content .product_list .product_item a{
        height:100%!important;
    }
    .product_section .product_content .product_list .product_item .product_pic{
        margin:  0 !important;
    }
    .product_section .product_content .product_list .product_item .product_pic{
       object-fit: contain;
       width: 130px !important;
    }
    .product_section .product_content .product_list .product_item a，.product_section .product_content .product_list .product_item .product_pic{
        height: 100% !important;
    }
    .product_section .product_content .product_list {
        height: auto !important;
        margin-top: 30px;
    }
    .product_section .product_content .product_list .product_item .product_words{
        width: auto !important;
        flex: 1;
        margin-left: 15px;
    }
    .product_section .product_content .product_list .product_item .product_words .advantage_list{
        width: auto !important;
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 15px;
    }
    .product_section .product_content .product_list .product_item .product_words .advantage_list .advantage_item{
        height: auto !important;
        margin-right: 0;
        margin-bottom: 10px !important;
    }
    .product_section .product_content .product_list .product_item .product_words .advantage_list .advantage_item p{
        font-size: 14px;
    }
    .product_section .product_content .product_list .product_item .product_words .advantage_list .advantage_item img{
        width: 18px !important;
        margin-right: 10px;
    }
    .product_section .product_content .product_list .product_item .product_words .name{
        height: auto !important;
        font-size: 20px !important;
       
    }
    .product_section .product_content .product_list .product_item .product_words .desc{
        display: none;
    }
    .product_section .product_content .product_list .slick-dots {
        bottom: -30px;
    }
    .product_list .slick-list{
           height: 100% !important;
    }   
    .product_section {
        padding: 0 10px;
    }
   .into_section,.product_section .product_content{
       width: 100%;
       height: auto;
       padding: 30px 0;
   }
   .into_section {
       /*margin-top: 30px;*/
       padding: 0 10px;
   }
   .into_section .into_list .into_title img,.news_section .news_content .news_content_left .icon{
        width: 35px;
   }
   .into_section .into_list .into_title p,.into_section .into_list .into_title p a span,.news_section .news_content .news_content_left .title{
       font-size: 14px !important;
   }
   .into_section .into_list .into_title{
        justify-content: center;
   }
   .culture_list,.into_section .into_list .into_item_02 .project_list{
       margin-top: 30px;
   }
   .into_item_02{
      margin-top: 30px;
   }
   .into_section .into_list .into_item_02 .project_list .project_item img{
        width: 50px;
        height: 50px;
   }
   .into_section .into_list .into_item_02 .project_list .project_item .project_words{
       width: 85%;
       height: auto;
   }
   .into_section .into_list .into_item_02 .project_list .project_item .project_words .title{
       font-size: 14px;
       line-height: 1.5;
   }
   .into_section .into_list .into_item_02 .project_list .project_item .project_words .desc{
       font-size: 12px;
       line-height: 1.5;
       margin-top: 10px;
   }
   .into_section .into_list .into_item_02 .project_list .project_item{
       height: auto;
       padding: 10px 0;
   }
   .into_section .into_list .into_item_01{
        align-items: center;
   }
   .into_section .into_list .into_item_01 .more_btn{
        margin-top: 30px;
        width: 170px;
        height: 35px;
        line-height: 35px;
        padding-top: 0;
   }
   .more_btn a{
       display: flex;
       align-items: center;
       justify-content: center;
   }
   .into_section .into_list .into_item_01 .more_btn p{
       font-size: 14px;
   }
   .into_section .into_list .into_item_01 .more_btn img{
       width: 20px;
   }
   .into_section .into_list .into_item_03{
       width: 100%;
       margin-top: 30px;
   }
   .into_section .into_list .into_item_03 .video_wrap{
       width: 100%;
       height: auto;
       margin-top: 30px;
   }
   .into_section .into_list .into_item_03 .video_wrap video{
        width: 100%;
        margin-top: 0 !important;
   }
   .into_section .into_list .into_item_01 .culture_list p,.video_wrap{
       margin-top: 15px;
   }
   .news_section{
       margin-top: 30px;
       margin-bottom: 0;
       padding: 0 10px;
   }
   .news_section .news_content .news_content_left{
        width: 100%;
        align-items: center;
   }
   .news_section .news_content .news_content_right{
       width: 100%;
       margin-top: 30px;
   }
   .news_section .news_content .news_content_left .icon {
       display: none;
   }
   .news_section .news_content .news_content_left .title {
       display: none;
   }
   .news_section .news_content{
       width: 100%;
       display: block;
       margin-top: 30px;
   }
   .news_section .news_content .news_content_left .title_en{
       display: none;
   }
   .news_section .news_content .news_content_left .line {
       display: none;
   }
   .news_section .news_content .news_content_left .news_type_list{
       flex-direction: initial;
        width: 100%;
        height: auto;
        margin-top: 0;
        justify-content: center;
   }
   .news_section .news_content .news_content_left .news_type_list .news_type_item{
       width: auto;
       height: 30px;
       margin: 0 10px;
   }
   .news_section .news_content .news_content_left .news_type_list .news_type_item p{
       font-size: 14px;
   }
   .news_section .news_content .news_content_left .news_type_list .news_type_item img{
       width: 17px;
       margin-left: 10px;
   }
   .news_section .news_content .news_content_right .news_list{
       width: 100%;
       justify-content: space-between;
   }
   .news_section .news_content .news_content_right .news_list .news_item {
        width: 48.5%!important;
        height: auto;
        display: block;
        margin: 0 0 15px 0 !important;
        /*margin-left:3%;*/
        /*margin-bottom: 15px;*/
        /*margin-top: 15px;*/
    }
    .news_section .news_content .news_content_right .news_list .news_item:nth-child(2n){
        margin-right: 0;
    }
    .about_us_wrap .video_wrap .video_list_wrap{
        width: 100%;
    }
    .about_us_wrap .video_wrap .video_list_wrap .video_list{
        width: 100%;
        margin-top: 30px;
    }
    .news_section .news_content .news_content_right .news_list .news_item .news_pic{
        height: 100px !important;
    }
   .news_section .news_content .news_content_right .news_list .news_item:nth-child(-n+2) {
        margin-top: 0;
    }
   .news_section .news_content .news_content_right .news_list .news_item:nth-child(2n) {
        margin-right: 0;
    }
    .news_section .news_content .news_content_right .news_list .news_item .news_pic{
        width: 100%;
        height: 120px;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .news_section .news_content .news_content_right .news_list .news_item .news_title{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 2;
    }
    .news_section .news_content .news_content_right .news_list .news_item .news_line {
        display: none;
    }
    .message_section .message_content .message_list .message_item .user_comment .date{
        margin-bottom: 0;
        font-size: 12px ;
    }
    .message_section .message_content .message_list .message_item .user_comment .detail{
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5;
    }
    .message_section .message_content .message_list .message_item{
        
    }
    .message_section .message_content .message_my{
        height: auto;
        width: 100%;
    }
    .message_section .message_content .message_list .message_item{
        width: 100%;
        align-items: center;
        margin-top: 15px;
    }
    .product_detail_wrap .product_detail{
        width: 100%;
        padding-top: 30px !important;
    }
    .product_detail_wrap .product_detail .detail_section p{
        width: 100%;
        line-height:2;
        font-size: 18px;
    }
    .MessageBox{
        width: 85% !important;
        left: 50% !important;
        transform: translateX(-50%);
    }
    .box1{
        width: 85% !important;
        left: 50% !important;
        transform:translateX(-50%);
    }
    .product_detail_wrap .product_detail .detail_section .detail_download a span{
        font-size: 18px;
    }
    .product_detail_wrap .product_detail .detail_section .detail_download a img{
        width: 13px;
    }
    .product_detail_wrap .product_detail .detail_section .detail_download{
        width: 100%;
        height: auto;
    }
    .product_detail_wrap .product_detail .detail_section .detail_download a{
        margin-bottom: 30px;
    }
    .product_detail_wrap .product_detail .detail_section .detail_video_wrap{
        width: 100%;
        height: auto;
        flex-direction: column;
    }
    .product_detail_wrap .product_detail .detail_section .detail_video_wrap .video_desc h6{
        width: 468px;
        font-size: 18px;
        line-height: 45px;
    }
    .product_detail_wrap .product_detail .detail_section .detail_video_wrap .video_desc .video_download a span{
        font-size: 26px;
    }
    .news_list_wrap .content_nav_list .content_nav_text{
        font-size: 16px;
    }
    .news_list_wrap .news_section_wrap .lates_news_list{
        /*width: 90%;*/
        width: 100%;
        
    }
    .news_list_wrap .news_section_wrap .lates_news_list .lates_news_item{
        flex-direction: column;
    }
    .news_list_wrap .news_section_wrap .lates_news_list .lates_news_item .news_right{
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }
    .news_list_wrap .news_section_wrap .lates_news_list .lates_news_item .news_pic{
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .news_list_wrap .news_section_wrap .lates_news_list .lates_news_item .news_right .news_title{
        width: 100%;
        font-size: 14px;
        margin-bottom: 8px;
    }
    .news_list_wrap .news_section_wrap .lates_news_list .lates_news_item .news_right .news_date{
        width: 100%;
    }
    .news_list_wrap .news_section_wrap .lates_news_list .lates_news_item .news_right .news_date{
        font-size: 14px;
        margin-bottom: 8px;
    }
    .news_list_wrap .news_section_wrap .lates_news_list .lates_news_item .news_right .news_desc{
        font-size: 14px;
        line-height: normal;
        height: auto !important;
        
    }
    .news_detail_wrap{
        width: 90%;
        margin: 30px auto 0 ;
    }
    .join_wrap .join_cooperation_wrap{
        width: auto;
        margin: 0 ;
    }
    .join_wrap .join_advantage_wrap .join_advantage_list .join_advantage_item .join_advantage_pic{
        width: auto;
        height: auto;
    }
    .join_wrap .join_advantage_wrap{
        width: auto;
        padding: 0 15px;
    }
    .join_wrap .join_us{
        width: 90%;
        margin: 0 auto;
    }
    .contact_us_wrap .contact_us .contact_content{
        width: 100%;
    }
    
    .about_us_wrap .profile_wrap .company_profile .company_content .about_pic_bg{
        position: initial !important;
    }
    .about_us_wrap .video_wrap .video_list_wrap .video_list .video_item{
    
        height: auto;
        margin: 0 !important;
        width: 100%;
    }
    .about_us_wrap .video_wrap .video_list_wrap .video_list .video_item video{
        width: 100%;
    }
    .video_wrap strong{
        font-size: 18px !important;
    }
    .video_wrap span{
        font-size: 12px !important;
    }
    .video_wrap img{
        width: 158px;
    }
    .about_us_wrap .profile_wrap .company_profile .company_content{
        flex-direction: column;
        margin:  30px auto 0 !important;
    }
    .about_us_wrap .profile_wrap .company_profile .company_content .about_pic_bg img{
        position: initial !important;
    }
    .about_us_wrap .profile_wrap .company_profile .company_content .about_title_pic{
        display: none;
    }
    .join_wrap .join_us .join_text{
        width: 90%;
    }
    .join_wrap .join_advantage_wrap .join_advantage_list .join_advantage_item{
        width: auto;
        margin: 0 0 15px 0 !important;
        
    }
    
    .join_wrap .join_advantage_wrap .join_advantage_list{
        width: auto;
    }
    .join_wrap .join_cooperation_wrap .join_cooperation{
        width: auto;
        margin-top: 30px;
        padding:  0 15px;
    }
    .news_detail_wrap .news_detail h2{
        font-size: 18px ;
    }
    .news_detail_wrap .news_detail h3{
        font-size: 16px;
    }
    .news_detail_wrap .news_detail p span{
        font-size: 14px!important;
    }
    .news_detail_wrap .news_detail img{
        font-size: 30px!important;
    }
    .news_detail_wrap .news_detail span a{
        font-size: 14px!important;
    }
    .about_us_wrap .profile_wrap .company_profile{
        width: 100%;
    }
    .join_wrap .join_banner{
        margin-bottom: 30px !important;
    }
    .about_us_wrap .profile_wrap .company_profile .company_content{
        width: 100%;
        padding: 0;
    }
    .about_us_wrap .profile_wrap .company_profile .company_content .about_pic_bg{
        width: 100%;
        height: auto !important;
        padding: 0 15px;
        background: transparent !important;
    }
    .about_us_wrap .profile_wrap .company_profile .company_content .about_title_pic{
        width: 50%;
        right: auto;
        top: -189px;
    }
    .about_us_wrap .profile_wrap .company_profile .company_content .company_words{
        width: 100%;
        padding: 0 15px;
    }
    .about_us_wrap .profile_wrap .company_profile .company_content .company_words .title{
        font-size: 16px;
    }
    .about_us_wrap .profile_wrap .company_profile .company_content .company_words .desc{
        width: 100%;
        padding:  0 15px;
    }
    .about_us_wrap .profile_wrap .company_profile .company_content .company_words .desc p span{
        font-size: 14px !important;
        
    }
    .about_us_wrap .profile_wrap .company_profile .profile_text,.about_us_wrap .video_wrap,.about_us_wrap .culture_wrap .culture_content{
        width: 100%;
        padding:  0 15px !important;
    }
    .about_us_wrap .profile_wrap .company_profile .profile_text p{
        font-size: 14px;
        line-height:2.2;
    }
    .about_us_wrap .profile_wrap .company_profile .profile_text p:last-child{
        margin: 0 !important;
        display: none;
    }
    .about_us_wrap .profile_wrap .company_profile .profile_text{
        padding: 60px 30px 42px 30px;
    }
    .about_us_wrap .culture_wrap .culture_content .culture_pic{
        width: 100%;
        height: 238px;
    }
    .about_us_wrap .culture_wrap .culture_content p{
        font-size: 14px;
    }
    .about_us_wrap .profile_wrap .company_profile .profile_text p img{
        width: 100%;
    }
    .news_wrap .our_news_wrap{
        width: 90%;
        padding: 0 !important;
        margin-top: 30px;
        /*padding: 102px 0 30px;*/
    }
    .product_detail_wrap .product_banner{
        margin-bottom: 30px;
    }
    .product_detail_wrap .main_title{
        width: 100%;
        margin-bottom: 0;
    }
    .news_wrap .our_news_wrap .our_news_content{
        width: 100%;
        margin-top: 30px;
    }
    .news_wrap .our_news_wrap .our_news_content{
        height: auto;
        display: block;
    }
    .news_wrap .our_news_wrap .our_news_content .our_news_pic {
        width: 100%;
        height: auto;
    }
    .news_wrap .our_news_wrap .our_news_content .our_news_pic p{
        width: 100%;
        height: auto;
        padding: 10px 0 ;
        font-size: 14px;
        line-height:normal;
    }
    .news_wrap .our_news_wrap .our_news_content .our_news_list .our_news_item,.news_wrap .our_news_wrap .our_news_content .our_news_list,.news_wrap .our_news_wrap .our_news_content .our_news_list .our_news_item h3,.news_wrap .our_news_wrap .our_news_content .our_news_list .our_news_item h6,.news_wrap .our_news_wrap .our_news_content .our_news_list .our_news_item p{
        width: 99%;
    }
    .news_wrap .our_news_wrap .our_news_content .our_news_list .our_news_item h3{
        font-size: 16px;
        line-height: normal;
        height: auto;
    }
    .news_wrap .our_news_wrap .our_news_content .our_news_list .our_news_item h6{
        font-size: 14px;
    }
    .news_wrap .our_news_wrap .our_news_content .our_news_list .our_news_item p{
        font-size: 14px;
        height: auto !important;
        line-height:normal;
    }
    .news_wrap .our_news_wrap .our_news_content .our_news_list{
        height: auto;
    }
    .news_wrap .sida_news_wrap .sida_news_list{
        width: 90%;
        flex-wrap: wrap;
        height: auto;
        
    }
    .news_detail_wrap .news_detail{
        padding: 20px !important;
    }
    .news_wrap .sida_news_wrap{
        background: transparent;
    }
    .news_wrap .sida_news_wrap .sida_news_list .sida_news_item{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .industry_news_wrap .industry_news_list_wrap{
        width: 100%;
    }
    .news_wrap .sida_news_wrap{
        height: 100%;
    }
    .news_wrap .sida_news_wrap .sida_news_list{
        margin: 20px 0 36px 0;
    }
    .news_wrap .sida_news_wrap .sida_news_list .sida_news_item p{
        font-size: 14px;
        width: 90%;
        height: auto;
    }
    .news_wrap .sida_news_wrap .sida_news_list .sida_news_item span{
        width: 90%;
        font-size: 14px;
    }
    .news_wrap .sida_news_wrap .sida_news_list .sida_news_item .news_pic{
        width: 90%;
        height: auto !important;
    }
    .news_wrap .sida_news_wrap .sida_news_list .sida_news_item .news_pic img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .news_wrap .sida_news_wrap .sida_news_list .sida_news_item .detail_btn,.news_wrap .more_btn{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .industry_news_wrap .industry_news_list_wrap .industry_news_list .industry_news_item{
        display: block;
        height: auto;
    }
    .industry_news_wrap .industry_news_list_wrap .industry_news_list .industry_news_item .news_pic{
        width: 100%;
        height: auto;
    }
    .industry_news_wrap .industry_news_list_wrap .industry_news_list .industry_news_item .news_words{
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .industry_news_wrap .industry_news_list_wrap .industry_news_list .industry_news_item .news_words h3{
        width: 90%;
        height: auto;
        font-size: 14px;
        line-height:normal;
    }
    .industry_news_wrap .industry_news_list_wrap .industry_news_list .industry_news_item .news_words h6{
        font-size: 14px;
        width: 90%;
        margin-top: 6px;
    }
    .industry_news_wrap .industry_news_list_wrap .industry_news_list{
        margin-top: 30px !important;
        width: 100%;
    }
    .industry_news_wrap .industry_news_list_wrap .industry_news_list .industry_news_item .news_words p{
        width: 90%;
        font-size: 14px;
        line-height: normal;
        height: auto;
    }
    .industry_news_wrap .industry_news_list_wrap .industry_news_list .industry_news_item .news_pic img{
        height: 300px;
        object-fit: cover;
    }
    .news_detail_wrap .news_detail p,.news_detail_wrap .news_detail span,.news_detail_wrap .news_detail section{
        font-size: 14px !important;
        line-height: 1.7 !important;
    }
   
    .contact_us_wrap .contact_us .contact_content .contact_detail{
        display: block;
        height: auto;
        width: 100%;
        padding: 0 15px;
        margin-top: 30px;
    }
    .contact_us_wrap .contact_us .contact_content .contact_detail .map_pic{
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    .contact_us_wrap .contact_us .contact_content .contact_detail .map_pic img{
        width: 100%;
        object-fit: cover;
    }
    .contact_us_wrap .contact_us .contact_content .contact_detail .contact_msg{
        width: 100%;
        margin-top: 20px;
        height: auto;
    }
    .contact_us_wrap .contact_us .contact_content .contact_detail .contact_msg .name{
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .contact_us_wrap .contact_us .contact_content .contact_detail .contact_msg .message_detail {
        width: 100%;
        height: auto;
        align-items: flex-start;
        margin-top:0px;
        padding-right: 20px;
        margin-bottom: 15px;
    }
    
    
    .contact_us_wrap .message_wrap .message_content .message_row .message_input_wrap{
        width: auto;
        height: auto;
    }
    .contact_us_wrap .message_wrap .message_content .message_input_title{
        width: 100px !important;
        font-size: 14px !important;
    }
    .contact_us_wrap .message_wrap .message_content .input_wrap{
        width: auto !important;
        flex: 1;
    }
    .contact_us_wrap .message_wrap .message_content .radio_wrap{
        width: auto;
    }
    .contact_us_wrap .message_wrap .message_content .radio_wrap .radio_box span{
        font-size: 14px !important;
    }
    .message_textarea_title{
        width: 100px !important;
        font-size: 14px !important;
    }
    .red_icon{
        display: none;
    }
    .contact_us_wrap .contact_us{
       
        padding-top: 30px ;
        padding-bottom: 50px ;
    }
    .contact_us_wrap .message_wrap{
        padding: 50px 0 ;
    }
    .contact_us_wrap .contact_us .contact_content .contact_detail .contact_msg .message_detail p,.contact_us_wrap .contact_us .contact_content .contact_detail .contact_msg .message_detail p a span{
        font-size: 14px !important;
    }
    .contact_us_wrap .contact_us .contact_content .contact_detail .contact_msg .message_detail img{
        width: 32px;
    }
    .contact_us_wrap .message_wrap .message_content{
        width: 100%;
        padding: 0 15px;
    }
    .contact_us_wrap .message_wrap .message_content .message_row{
        display: block;
        height: auto;
    }
    .contact_us_wrap .message_wrap .message_content .message_row .message_input_wrap{
        justify-content: start;
        margin-bottom: 24px;
    }
    .contact_us_wrap .message_wrap .message_content .message_row{
        width: 100%;
    }
    .contact_us_wrap .message_wrap .message_content .message_input_title,.contact_us_wrap .message_wrap .message_content .message_textarea_wrap .message_textarea_title,.message_textarea_title{
        width: 180px;
        font-size: 28px;
    }
    .contact_us_wrap .message_wrap .message_content .message_input_title,.contact_us_wrap .message_wrap .message_content .message_textarea_wrap .message_textarea_title{
        text-align: right;
    }
    .contact_us_wrap .message_wrap .message_content .message_textarea_wrap .textarea_wrap{
        /*width: 100%;*/
        flex: 1;
         margin-left: 17px;
    }
    .contact_us_wrap .message_wrap .message_content .message_textarea_wrap .textarea_wrap textarea{
        width: 100%;
        height: 100%;
        font-size: 14px;
        padding: 15px;
       
    }
    .contact_us_wrap .message_wrap .message_content .radio_wrap .radio_box{
        width: auto;
        margin-left: 17px;
    }
    .contact_us_wrap .message_wrap .message_content .message_code_wrap .change_pic{
        font-size: 14px !important;
    }
    .contact_us_wrap .message_wrap .message_content .message_code_wrap{
        flex-wrap: wrap;
        height: auto !important;
    }
    .code_pic{
        margin: 10px 0;
    }
    
    .news_list_wrap .content_nav_list{
        width: auto !important;
        height: auto;
       
    }
    .news_list_wrap .news_section_wrap{
        width: 100%;
        padding:  0 15px;
        margin: 30px 0 0 0 ;
    }
    .news_list_wrap .content_nav_list .content_nav_text.content_nav_text_active{
        border-bottom-width: 2px !important;
    }
    .news_list_wrap .content_nav_list a{
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
        margin-left: 0 !important;
    }
    
    .about_us_wrap .profile_wrap{
        padding: 0 ;
        margin-top: 30px !important;
    }
    
    
    .contact_us_wrap .message_wrap .message_content .message_code_wrap .change_pic,.contact_us_wrap .message_wrap .message_content .radio_wrap .radio_box span{
        font-size: 25px;
    }
    .contact_us_wrap .message_wrap .message_content .message_code_wrap .code_pic{
        width: 110px;
        height: 58px;
    }
    .contact_us_wrap .message_wrap .message_content .message_code_wrap .code_pic img{
        width: 100%;
    }
    .contact_us_wrap .message_wrap .message_content .message_operations .submit_btn,.contact_us_wrap .message_wrap .message_content .message_operations .reset_btn{
        width: 48%;
        line-height: normal;
        padding: 15px 0 ;
        height: auto;
        font-size: 18px;
    }
    .news_section .news_content .news_content_right .news_list{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .news_section .news_content .news_content_right .news_list .news_item .news_pic img{
        object-fit: cover;
        height: 100%;
    }
    .news_section .news_content .news_content_right .news_list .news_item .news_desc{
        width: 100%;
        font-size: 12px;
        height: auto;
        /*line-height: 1.5;*/
        padding-bottom:0;
        border-bottom: 0;
    }
    .news_section .news_content .news_content_right .news_list .news_item .detail_btn {
        display: none;
    }
    
    .about_section {
        margin-top: 30px;
        margin-bottom: 0;
        padding: 0 10px;
    }
    .about_section .about_content {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }
    .about_section .about_content .about_pic {
        display: none;
    }
    .about_section .about_content .about_list {
        width: 50%;
    }
    .about_section .about_content .about_list .about_item {
        width: 95%;
        margin: 10px 0;
    }
    .about_section .about_content .about_list .about_item img {
        width: 15px;
        margin-right: 10px;
    }
    .about_section .about_content .about_list .about_item p {
        font-size: 12px;
        line-height: 1.5;
    }
    .about_section .about_content .about_list .about_item p span {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .message_section {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
        padding: 0 10px;
    }
    .message_section .message_content {
        width: 100%;
        margin-top: 30px;
    }
    .message_section .message_content .message_my .input_wrap {
        width: 210px;
        height: 35px;
        margin-right: 10px;
        margin-left: 15px;
    }
    .message_section .message_content .message_my .input_wrap input {
        width: 90%;
        margin: 0 10px 0 7px;
        font-size: 12px;
    }
    .message_section .message_content .message_my .input_wrap p {
        font-size: 12px;
    }
    .message_section .message_content .message_my .submit_btn {
        width: 65px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }
    .message_section .message_content .message_list {
        width: 100%;
    }
    .message_section .message_content .message_list .message_item .user_comment {
        width: auto;
        flex: 1;
    }
    .message_section .message_content .message_list .message_item .user_avatar {
        margin-right: 15px;
    }
    
    .culture_content .left_text_01,.culture_content .left_text_02,.culture_content .left_text_03,.culture_content .left_text_04,
    .culture_content .right_text_01,.culture_content .right_text_02,.culture_content .right_text_03,.culture_content .right_text_04{
        display: none;
    }
    .culture_pic a{
        display: none;
    }
    .culture_pic{
        position: relative;
    }
    .culture_pic::after{
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background:url('../images/1000.png') no-repeat ;
        background-size: contain;
        background-position: center;
    }
    
    
    
    
    
    
    
    
    
}



















    