.company_container {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
}
.company_container>div {
    width: 55%;
}
.company_name {
    font: bolder 30px 'Microsoft YaHei UI';
    color: #5a5a5a;
    letter-spacing: 2px;
    text-shadow: 5px 3px 0px rgb(0 0 0 / 20%);
}
.company_nameen {
    font: 16px 'Microsoft YaHei UI';
    color: #5a5a5a;
}
.company_intro {
    font: 14px 'Microsoft YaHei UI';
    color: #5A5A5A;
    line-height: 25px;
    text-indent: 2em;
    margin: 20px 0;
}
.company_slogan {
    font: bold 14px 'Microsoft YaHei UI';
    color: #5A5A5A;
}
.company_container2 {
    width: 80%;
    margin: 0 auto;
}
/*荣誉资质*/

.HonorContainer {
    width: 75%;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
}
.TitleCNText {
    font: bolder 30px 'Microsoft YaHei UI';
    color: #5a5a5a;
    text-align: center;
}
.TitleENText {
    font: 14px "Microsoft Yahei";
    color: #5A5A5A;
}
.HonorText {
    text-align: center;
    font-size: 14px;
    font-family: 微软雅黑;
    margin: 15px 0;
    color: #5A5A5A;
}
.CertImgDiv {
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    overflow-x: hidden;
    /*scrollLeft滚动式过渡*/
    /*scroll-behavior属性可取值auto|smooth|inherit|unset*/
    /*smooth;是我们想要的缓冲效果*/
    scroll-behavior:smooth;
    width: 100%;

}
.CertImgArray {
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    justify-content: center;
    -webkit-justify-content: center;
    height: auto;

}
.ImgContainer {
    padding: 30px 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2);
}
.CompanyCultureView {
    padding: 60px 0;
}
.CompanyCultureContainer {
    width: 80%;
    margin: 0 auto;
}
.CompanyCultureDiv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-top: 30px;
}
.CompanyCultureDiv>div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    align-items: center;
    -webkit-align-items: center;

    width: 295px;
    height: 432px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}
.CultureImgContainer {
    margin-top: 60px;
}
.CultureText1 {
    font-size: 18px;
    font-family: 微软雅黑;
    margin-top: 30px;
}
.CultureText2 {
    width: 80%;
    margin-top: 40px;
    font-size: 14px;
    font-family: 微软雅黑 Serif;
    text-align: center;
}
.CultureLine {
    font-size: 18px;
    color: #5a5a5a;
    line-height: 30px;
}


.float_menu {
    width: 100%;
}
.float_menu li {
    width: 100%;
    height: 40px;
    font: 14px 'Microsoft YaHei UI';
    color: black;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.float_menu li:hover {
    background: #00A4FF !important;
    color: white !important;

}
.company_div {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.company_left {
    width: 20%;
    height: 100%;
    z-index: 1;
    background: white;
    margin-left: 10px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2);
}
.company_right {
    width: 100%;
    background: white;

    /*-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2);*/
    /*-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2);*/
    /*-o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2);*/
    /*box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2);*/
}
.news_container {
    cursor: pointer;
}
.news_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_container:hover .news_title{
    color: #00A4FF !important;

}
.Purpose {
    text-align: left;
    font: bolder 30px 'Microsoft YaHei';
    color: #864036;
}
.PurposeDesc {
    width: 95%;
    height: 40px;
    background: #864036;
    color: #fefe67;
    font: bolder 19px 'Microsoft YaHei';
    line-height: 40px;
    text-align: center;
    margin: 10px 0;
}
.PurposeContainer {
    width: 500px;
}

.CompanyText1 {
    font: bolder 30px 'Microsoft YaHei';
    letter-spacing: 2px;
}
.CompanyText2 {
    font: 20px 'Microsoft YaHei';
    color: black;
}
.CompanyText3 {
    cursor: pointer;
    width: 100px;
    border: 1px solid #5a5a5a;
    text-align: center;
    font: 13px 'Microsoft YaHei';
    color: #5a5a5a;
    height: 30px;
    line-height: 30px;
}
.CompanyText4 {
    cursor: pointer;
    width: 100px;
    border: 1px solid #5a5a5a;
    margin-left: 10px;
    text-align: center;
    font: 13px 'Microsoft YaHei';
    color: #5a5a5a;
    height: 30px;
    line-height: 30px;
}
.CompanyContainer {
    width: 100%;
    margin: 0px auto;
    height: 100px;
    background: white;
    border-bottom: 1px solid silver;
}
/*自适应样式============================================*/

/*-0---------------------------------------------------*/

@media (max-width: 479px) {
    /*banner样式开始*/
    .HeadBanner {
        margin-top: 50px;
    }
    .company_container {
        width: 90%;
        height: auto;
        padding: 0 0;

        -webkit-box-pack: end;
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .company_container img {
        width: 100%;
        margin: 20px 0;
    }
    .company_container2 {
        width: 90%;
        height: auto;

        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .company_container2>div {
        width: 95% !important;
    }
    .fxsp {
        margin-top: 10px;
    }
    .company_container>div {
        width: 95%;
    }
    .company_name {
        font: bolder 14px 'Microsoft YaHei UI';
        letter-spacing: 1px;
    }
    .company_nameen {
        font: 12px 'Microsoft YaHei UI';
    }
    .company_intro {
        margin: 10px 0;
    }
    .company_slogan {
        font: bold 12px 'Microsoft YaHei UI';
    }


    .HonorView {
    }
    .HonorContainer {
        width: 90%;
        padding: 0px 0 30px 0;
        margin-top: 30px;
    }
    .TitleCNText {
        font: bolder 20px 'Microsoft YaHei UI';
    }
    .TitleENText {
        font: 12px "Microsoft Yahei";
    }
    .HonorText {
        font-size: 12px;
        margin: 15px 0;
    }
    .Prev,.Next {
        top: 210px;
        display: none;
    }
    .ImgContainer {
        margin-right: 15px;
    }
    .company_left {
        display: none;
    }
    .company_right {
        width: 100%;
    }
    .Purpose {
        height: 25px;
        font: bolder 14px 'Microsoft YaHei';
        line-height: 25px;
        width: 100%;
        text-align: left;
    }
    .PurposeDesc {
        height: 25px;
        font: bolder 12px 'Microsoft YaHei';
        line-height: 25px;
        margin: 5px 0;

    }
    .PurposeDesc p {
        width: 100% !important;
        padding-left: 10px;
    }
    .PurposeContainer {
        width: 100%;
    }

    .CompanyText1 {
        font: bolder 16px 'Microsoft YaHei';
        letter-spacing: 2px;
    }
    .CompanyText2 {
        font: 12px 'Microsoft YaHei';
        color: black;
    }
    .CompanyText3 {
        width: 80px;
        font: 12px 'Microsoft YaHei';
        height: 30px;
        line-height: 30px;
    }
    .CompanyText4 {
        width: 80px;
        font: 12px 'Microsoft YaHei';
        height: 30px;
        line-height: 30px;
    }
    .CompanyContainer {
        height: 70px;
    }
}

/*-1---------------------------------------------------*/

@media (min-width: 480px) and (max-width: 767px) {
    /*banner样式开始*/
    .HeadBanner {
        margin-top: 50px;
    }
    .company_container {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding: 0 0;

        -webkit-box-pack: end;
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .company_container2 {
        width: 90%;
        height: auto;

        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .company_container2>div {
        width: 95% !important;
    }
    .company_container>div {
        width: 95%;
    }
    .fxsp {
        margin-top: 10px;
    }
    .company_container>div {
        width: 95%;
    }
    .company_name {
        font: bolder 14px 'Microsoft YaHei UI';
        letter-spacing: 1px;
    }
    .company_nameen {
        font: 12px 'Microsoft YaHei UI';
    }
    .company_intro {
        margin: 10px 0;
    }
    .company_slogan {
        font: bold 12px 'Microsoft YaHei UI';
    }
    .company_container img {
        width: 100%;
        margin: 20px 0;
    }

    .HonorView {
    }
    .HonorContainer {
        width: 90%;
        padding: 0px 0 30px 0;
        margin-top: 30px;
    }
    .TitleCNText {
        font: bolder 20px 'Microsoft YaHei UI';
    }
    .TitleENText {
        font: 12px "Microsoft Yahei";
    }
    .HonorText {
        font-size: 12px;
        line-height: 40px;
    }
    .Prev,.Next {
        top: 210px;
        display: none;
    }
    .ImgContainer {
        margin-right: 15px;
    }
    .company_left {
        display: none;
    }
    .company_right {
        width: 100%;
    }
    .Purpose {
        height: 25px;
        font: bolder 14px 'Microsoft YaHei';
        line-height: 25px;
    }
    .PurposeDesc {
        height: 25px;
        font: bolder 12px 'Microsoft YaHei';
        line-height: 25px;
        margin: 5px 0;
    }
    .PurposeContainer {
        width: 400px;
    }

    .CompanyText1 {
        font: bolder 20px 'Microsoft YaHei';
        letter-spacing: 2px;
    }
    .CompanyText2 {
        font: 12px 'Microsoft YaHei';
        color: black;
    }
    .CompanyText3 {
        width: 80px;
        font: 12px 'Microsoft YaHei';
        height: 30px;
        line-height: 30px;
    }
    .CompanyText4 {
        width: 80px;
        font: 12px 'Microsoft YaHei';
        height: 30px;
        line-height: 30px;
    }
    .CompanyContainer {
        height: 70px;
    }
}

/*-2---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .company_container,.company_container2 {
        width: 90%;
    }
    .company_name {
        font: bolder 16px 'Microsoft YaHei UI';
        letter-spacing: 2px;
    }
    .company_nameen {
        font: 14px 'Microsoft YaHei UI';
    }
    .company_intro {
        margin: 10px 0;
    }
    .company_slogan {
        font: bold 12px 'Microsoft YaHei UI';
    }

    .HonorView {
    }
    .HonorContainer {
        width: 90%;
        padding: 30px 0;
    }
    .TitleCNText {
        font: bolder 20px 'Microsoft YaHei UI';
    }
    .TitleENText {
        font: 12px "Microsoft Yahei";
    }
    .Prev,.Next {
        top: 210px;
    }
    .company_left {
        display: none;
    }
    .company_right {
        width: 100%;
    }
    .Purpose {
        font: bolder 14px 'Microsoft YaHei';
        line-height: 30px;
    }
    .PurposeDesc {
        font: bolder 12px 'Microsoft YaHei';
        line-height: 40px;
    }
    .PurposeContainer {
        width: 400px;
    }

    .CompanyText1 {
        font: bolder 24px 'Microsoft YaHei';
        letter-spacing: 2px;
    }
    .CompanyText2 {
        font: 14px 'Microsoft YaHei';
        color: black;
    }
    .CompanyText3 {
        font: 13px 'Microsoft YaHei';
        height: 30px;
        line-height: 30px;
    }
    .CompanyText4 {
        font: 13px 'Microsoft YaHei';
        height: 30px;
        line-height: 30px;
    }

}

/*-3---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
    .company_container,.company_container2 {
        width: 90%;
    }
    .company_name {
        font: bolder 26px 'Microsoft YaHei UI';
        letter-spacing: 2px;
    }
    .company_nameen {
        font: 16px 'Microsoft YaHei UI';
    }
    .company_intro {
        margin: 20px 0;
    }
    .company_slogan {
        font: bold 14px 'Microsoft YaHei UI';
    }

    .HonorView {
    }
    .HonorContainer {
        width: 80%;
        padding: 40px 0;
    }
    .TitleCNText {
        font: bolder 20px 'Microsoft YaHei UI';
    }
    .TitleENText {
        font: 14px "Microsoft Yahei";
    }
    .Prev,.Next {
        top: 230px;
    }
    .company_left {
        display: none;
    }
    .company_right {
        width: 100%;
    }

    .Purpose {
        font: bolder 18px 'Microsoft YaHei';
    }
    .PurposeDesc {
        font: bolder 14px 'Microsoft YaHei';
    }
    .PurposeContainer {
        width: 500px;
    }

    .CompanyText1 {
        font: bolder 26px 'Microsoft YaHei';
        letter-spacing: 2px;
    }
    .CompanyText2 {
        font: 16px 'Microsoft YaHei';
        color: black;
    }
    .CompanyText3 {
        font: 13px 'Microsoft YaHei';
        height: 30px;
        line-height: 30px;
    }
    .CompanyText4 {
        font: 13px 'Microsoft YaHei';
        height: 30px;
        line-height: 30px;
    }
}


/*-4---------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1399px) {
    .company_container {
    }
    .company_name {
        font: bolder 26px 'Microsoft YaHei UI';
        letter-spacing: 2px;
    }
    .company_nameen {
        font: 16px 'Microsoft YaHei UI';
    }
    .company_intro {
        margin: 20px 0;
    }
    .company_slogan {
        font: bold 14px 'Microsoft YaHei UI';
    }

    .HonorView {
    }
    .HonorContainer {
        width: 80%;
        padding: 50px 0;
    }
    .TitleCNText {
        font: bolder 26px 'Microsoft YaHei UI';
    }
    .TitleENText {
        font: 14px "Microsoft Yahei";
    }


}

/*-5---------------------------------------------------*/

@media (min-width: 1400px) {
}