body {
    font-family: "MicrosoftYaHei";
}

.clip {
    opacity: 1;
    animation: clip 3s linear;
    -webkit-animation: clip 3s linear;
}

@keyframes clip {
    0% {
        opacity: 0;
        clip-path: polygon(0 0, 0% 0%, 0 100%, 0 100%);
    }

    30% {
        opacity: 0;
        clip-path: polygon(0 0, 0% 0%, 0 100%, 0 100%);
    }

    50% {
        opacity: 0.9;
        clip-path: polygon(0 0, 60% 0%, 48% 100%, 0 100%);
    }

    /*   */
    100% {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    }
}

.animated2 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

div {
    box-sizing: border-box;
}

.banner_img {
    position: relative;
}

.banner_float {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 75px;
    color: #fff;
    min-width: 927px;
    text-align: center;
    /* 文字走马灯效果 */
    /* opacity:1;
    animation: clip 3s linear;-webkit-animation: clip 3s  linear; */
}

.recruitment_content {
    position: relative;
}

.recruitment_float {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    padding: 0 10px;
    width: 100%;
    color: #fff;
}

@media screen and (max-width: 929px) {
    .banner_float {
        font-size: 60px;
    }
}

.content_company {
    font-size: 14px;
}

.content_company .main_title {
    padding-top: 1.5vw;
}

.content_company .main_title div {
    font-size: 22px;
    /*font-weight:600;*/
    padding: 5px 0;
}

.content_company .main_title p {
    font-size: 15px;
    color: #666;
}

.main_box {
    height: 100%;
}

.content_company .main_content {
    padding: 1.5vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_company .main_content p {
    font-size: 14px;
    color: #666;
    font-family: "microsoft yahei";
    /*text-indent: 2em;*/
    line-height: 2em;
    letter-spacing: 0px;
}

.content_company .main_content > div {
}

.content_company .main_content img {
    padding: 0 0vw 0 2vw;
    float: right;
    width: 50%;
}

.content_dute {
    font-size: 14px;
}

.content_dute .main_title {
    padding-top: 1.5vw;
}

.content_dute .main_title div {
    font-size: 22px;
    /*font-weight:600;*/
    padding: 5px 0;
}

.content_dute .main_title p {
    font-size: 15px;
    color: #666;
}

.content_dute .main_content {
    padding: 1.5vw 0;
    width: 100%;
    margin: 0;
}

.content_dute .main_content .content_box:nth-of-type(2) {
    padding: 0 2%;
}

.content_dute .main_content .content_box img {
    width: 100%;
}

.content_box .title {
    font-size: 28px;
}

.content_recruitment {
    font-size: 14px;
}

.content_recruitment .recruitment_title {
    padding-top: 1.5vw;
    text-align: center;
}

.content_recruitment .recruitment_title div {
    font-size: 22px;
    /*font-weight:600;*/
    padding: 5px 0;
}

.content_recruitment .recruitment_title p {
    font-size: 15px;
    color: #666;
    text-align: center;
}

.content_recruitment .recruitment_title a {
    font-size: 12px;
    color: #202b72;
}

/* 公司产品 */
.content_recruitment .main_product {
    width: 100%;
    padding: 0 0 2vw;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* background-color: #f6f6f6; */
}
.content_recruitment .main_product .product_item {
    width: 48.5%;
    /* height: 300px; */
    background-color: #fff;
    margin-top: 3%;

    padding: 60px 30px;
    font-size: 24px;
    box-shadow: 0 0 10px 4px #dfdfdf;
}
.content_recruitment .main_product .product_item:nth-child(2n-1) {
    margin-right: 3%;
}
.content_recruitment .main_product .product_item:last-child {
    margin-right: 0;
}
.content_recruitment .main_product .product_item:nth-child(-n + 2) {
    margin-top: 0;
}

.content_recruitment .main_product .product_item .title {
    display: flex;
    align-items: center;
}
.content_recruitment .main_product .product_item .title img {
    width: 64px;
    height: 64px;
    margin-right: 15px;
}
.content_recruitment .main_product .product_item .title h4 {
    margin: 0;
}

.content_recruitment .main_product .product_item p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-family: "MicrosoftYaHei";
    margin: 1.2vw 0 2.4vw;
}
.content_recruitment .main_product .product_item a {
    padding: 13px 35px;
    border-radius: 20px;
    display: inline-block;
    background-color: #0e419b;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: "MicrosoftYaHei-Bold";
}

.product_list {
    margin-bottom: 20px;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
}
.product_list .product {
    display: inline-block;
    width: 33.33%;
    /* padding: 20px; */
}
.product_list .product .card{
    margin: 10px;
    padding: 10px;
    box-shadow: 0 0 10px 4px #eee;
    border-radius: 5px;
}
.product_list .product .pro_logo {
    display: inline-block;
    width: 80px;
}
.product_list .product .pro_title {
    font-size: 16px;
    font-size: 28px;
}
.product_list .product .pro_text {
    white-space: initial;
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    padding: 10px 0 20px;
}
.product_list .product .pro_link {
    display: inline-block;
    padding: 5px 10px;
    background-color: #0e419b;
    border-radius: 10px;
    color: #fff;
}
.product_list::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
}

.product_list::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

.product_list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

.product_list::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background-color: #bbb;
}

.content_recruitment .main_content {
    width: 100%;
    position: relative;
}

.content_recruitment .main_content .content_box {
    padding: 4% 5%;
    text-align: center;
    font-size: 16px;
}

.content_recruitment .main_content .content_box img {
    width: 27%;
}

.content_recruitment .main_content .content_box p {
    padding: 10px 0;
}

.content_recruitment .recruitment_box {
    width: 100%;
    margin-top: 1.5vw;
}

.content_recruitment .recruitment_box img {
    width: 100%;
}

.content_yewu {
    width: 100%;
    position: relative;
}

.content_yewu span {
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
}

.content_yewu p {
    font-size: 14px;
    text-align: center;
}

.content_yewu img {
    width: 100%;
}

.position_yewu {
    position: absolute;
    top: 3%;
    width: 100%;
}

/*.content_recruitment .recruitment_item{width:100%;padding:1vw 0;}
.content_recruitment .item_text_logo{width:50px;}
.content_recruitment .item_text_logo img{width:100%;}

.content_recruitment .item_text{padding:5px 0;padding-left:15px;min-width:250px;}
.content_recruitment .item_text span{font-size:15px;}
.content_recruitment .item_text p{color:#666;}

.content_recruitment .item_right{position:relative;letter-spacing:1px;font-size:14px;}
.content_recruitment .right_line{line-height:1em;padding:8px 0;min-width:350px;}
.content_recruitment .line_ico {width:20px;margin:0 10px;}
.content_recruitment .line_ico img{width:100%;}*/

.container_bottom {
    width: 100%;
    position: relative;
    background: #efefef;
    margin-bottom: 1.5vw;
}

.content_environment {
    overflow-x: hidden;
}

.mainNav {
    width: calc(100% + 2vw);
}

.content_environment .environment {
    background: #fff;
    margin-right: 2vw;
    margin-top: 1.5vw;
}

/*.content_environment .environment{background:#fff;margin-left:2vw;}*/
/*.content_environment .environment:nth-of-type(1){margin-left:0px;}*/

.content_environment .environment .line {
    width: 100%;
    padding: 2vw 1.5vw 1.5vw 1.5vw;
    font-size: 15px;
}

.content_environment .line_ico {
    width: 25px;
    padding-right: 5px;
}

.content_environment .line_ico img {
    width: 100%;
}

.content_environment .line_box {
    width: 100%;
    padding-left: calc(1.5vw + 25px);
    margin-bottom: 1vw;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    padding-right: 2vw;
    min-width: 300px;
}

.content_environment .line_box .box_title {
    font-size: 15px;
}

.content_environment .line_box p {
    color: #666;
    font-size: 14px;
    text-indent: -1.2em;
    margin-left: 1.2em;
}

.content_environment .line_box img {
    width: 100%;
}

.line_box_left,
.line_box_right {
    width: 20px;
}

.line_box_img {
    margin: 1.5vw;
}

/*底部*/

/*移动端*/
.main_float {
    position: relative;
}

.main_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.m_main {
    width: 100%;
    position: relative;
    background: #fff;
    padding-bottom: 1rem;
}

.main_title {
    width: 100%;
    text-align: center;
    padding: 0.75rem;
}

.main_title span {
    width: 100%;
    font-size: 0.9rem;
}

.main_title p {
    width: 100%;
    font-size: 0.55rem;
    color: #999;
    text-transform: uppercase;
}

.main_text {
    width: 100%;
    padding: 0 0.7rem;
    font-size: 0.7rem;
    color: #333;
    padding-bottom: 0.75rem;
    line-height: 2em;
    word-break: break-all;
}

.main_text .main_img {
    margin-top: 10px;
}

.main_text p {
    text-indent: 2em;
    line-height: 1.5em;
}

.main_imgBox {
    padding: 0 0.6rem;
    position: relative;
    padding-bottom: 1rem;
}

.imgBox_float {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    padding: 0 10px;
    width: 100%;
}
.main_imgBox .imgBox .imgBox_float p {
    color: #fff;
}

.main_imgBox img {
    width: 100%;
}

.main_imgBox .imgBox {
    box-shadow: 0px 0px 5px #ccc;
}

.main_imgBox .imgBox:nth-of-type(2) {
    margin: 0 0.5rem;
}

/*.main_imgBox .imgBox p{width:100%;text-align:center;line-height:2.2em;color:#333;font-size:0.65rem;}*/
/*CH*/

.main_imgBox .imgBox p {
    width: 100%;
    text-align: center;
    line-height: 1.2em;
    color: #333;
    font-size: 0.65rem;
    margin-bottom: 0.25rem;
    white-space: pre-wrap;
    word-wrap: break-word;
    height: auto;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 公司产品 */
.m_main .main_product {
    width: 100%;
    padding: 1.5vw 0;
    background-color: #f6f6f6;
}
.m_main .main_product .product_item {
    background-color: #fff;
    margin: 3%;
    padding: 30px 20px;
    font-size: 24px;
    /* box-shadow: 0 0 10px 4px #dfdfdf; */
}

.main_product .product_item .title {
    display: flex;
    align-items: center;
}
.main_product .product_item .title img {
    width: 50px;
    height: 50px;
    margin-right: 1vw;
}
.main_product .product_item .title h4 {
    margin: 0;
    font-size: 18px;
}
.main_product .product_item p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-family: "MicrosoftYaHei";
    margin: 12px 0 26px;
}
.main_product .product_item a {
    padding: 10px 28px;
    border-radius: 20px;
    display: inline-block;
    background-color: #0e419b;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: "MicrosoftYaHei-Bold";
}

.main_service {
    width: 100%;
    padding: 0 0.6rem;
    padding-bottom: 0.7rem;
}

.main_service_imgBox {
    width: 100%;
    position: relative;
    padding: 0 0.6rem;
    padding-bottom: 0.7rem;
}

.main_service_imgBox img {
    width: 40%;
    margin: 0 auto;
}

.main_service_imgBox p {
    text-align: center;
    line-height: 1rem;
    color: #333;
}

.main_service_imgBox .title {
    font-size: 0.16rem;
    font-weight: bold;
    margin-top: 0.2rem;
}

.main_service_imgBox .text {
    font-size: 0.12rem;
}

@media screen and (min-width: 751px) {
    .container_mobile {
        display: none;
    }
}

/* 小屏以下 */
@media screen and (max-width: 750px) {
    .container_pc {
        display: none;
    }

    .container_mobile {
        display: block;
    }

    html {
        font-size: 5.335vw;
    }
}

/* 大屏部分 */
/*@media screen and (min-width: 1920px){
    .pc_interface {
        width: 1903px;
        margin: 0 auto;
    }
}*/
/* 中屏部分 */
/*@media screen and (max-width: 1190px){
    

}*/
/* 小屏以下 */
/*@media screen and (max-width: 900px){
    .pc_interface {
        display: none;
    }
    .small_interface{
        display: block;
    }
}*/
