/* 公司简介 */

.company_profile {
    width: 100%;
    box-sizing: border-box;
    padding-left: 11.6%;
    padding-top: 4%;
    /*border: 1px solid red;*/
}

.company_profile .company {
    width: 100%;
    text-align: center;
    /*border: 1px solid blue;*/
}

.underline {
    width: 4%;
    height: 4px;
    background-color: #1e6dff;
    margin-top: 1.2%;
}

.company_profile .company {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2rem;
    color: #333333;
}

.company_profile .video {
    margin-top: 50px;
    margin-left: 6%;
    /*border:1px solid black;*/
}

.company_profile .video>video {
    width: 80%;
    object-fit: fill;
}

.company_profile .describe {
    margin-top: 2%;
    width: 81%;
    box-sizing: border-box;
    font-size: 1.1rem;
    line-height: 2.6rem;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
    padding-left: 6%;
    text-align: justify;
}

/* 投资者 */
#investor_relations{
    padding: 80px 0 40px;
    margin-top: 90px;
    width: 100%;
    box-sizing: border-box;
    background: #f9f9f9;
    box-sizing: border-box
    /* display: flex;
    justify-content: center; */
}
#investor_relations .strate_coop_title{
    width: 195px;
    border: 1px solid #999999;
    line-height: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    color: #333333;
    position: relative;
    box-sizing: border-box;
    margin: auto
}
#investor_relations .strate_coop_title::before{
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 34px;
    left: -5px;
    top: 8px;
    background: #1c5db6
}
#investor_relations .strate_coop_title::after{
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 34px;
    right: -5px;
    top: 8px;
    background: #1c5db6
}
#investor_relations .investor_relations_box{
    width: 60%;
    box-sizing: border-box;
    margin: 50px auto;
}
#investor_relations .investor_relations_boxImg{
    display: flex;
    justify-content: space-between;
}
#investor_relations .investor_relations_boxImg_top{
    margin-bottom: 50px;
}
#investor_relations .investor_relations_boxImg_top>div{
    width: 45%;
    text-align: center;
    /* background: #ffffff; */
    padding: 30px 0
}
#investor_relations .investor_relations_boxImg_top img{
    height: 70px;
}
#investor_relations .investor_relations_boxImg_bottom>div{
    width: 30%;
    text-align: center;
    /* background: #ffffff; */
}
#investor_relations .investor_relations_boxImg_bottom img{
    height:200px;
}
#investor_relations .investor_relations_box_line{
    width: 80%;
    max-width: 1490px;
    margin: 80px auto ;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.investor_relations_box_line_out{
    display: flex;
    /* height: 250px; */
    width: 250px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.investor_relations_ingBox{
    height: 110px;
    width: 250px;
    display: flex;
    justify-items: center;
    align-items: center;
    /* background: #ffffff; */
    padding: 0 20px;
    box-sizing: border-box;
}
.investor_relations_box_line_out p{
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 15px;
}
 .investor_relations_ingBox img{
    width: 100%;
    max-width: 250px;
    max-height: 170px;
    margin: 0 auto
}

.investor_relations_box_line_out_bottom_hide{
    display: none;
}
.investor_relations_box_line_out_bottom_show{
    display: block
}
/*
.investor_relations_box_line_w img{
    height:50px;
} */


/* 
#investor_relations .investor_relations_box_line_out{
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
#investor_relations .investor_relations_box_line_out .investor_relations_inbox{
    text-align: center;
    margin: 0 20px;
    box-sizing: border-box;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 0 10px;
}
#investor_relations .investor_relations_box_line_out .investor_relations_inbox p{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
}
#investor_relations .investor_relations_box_line img{
    height: 180px;
}
#investor_relations .investor_relations_box_line_w img{
    height: 70px;
} */
/* 员工福利 */

.employee_welfare {
    width: 100%;
    box-sizing: border-box;
    /* margin-top: 6%; */
    background: url("../image/about/bg.png") no-repeat;
}

.employee_welfare .employee {
    width: 100%;
    box-sizing: border-box;
    padding-left: 11.6%;
    padding-top: 4%;
    text-align: center;
    /*border: 1px solid black;*/
}

.employee_welfare .underline {
    width: 4.2%;
}

.employee_welfare .employee {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8rem;
    letter-spacing: 0px;
    color: #333333;
}

.employee_welfare .welfare {
    width: 100%;
    box-sizing: border-box;
    padding-left: 13%;
    padding-top: 2%;
    padding-bottom: 10%;
    /*border: 1px solid black;*/
}

.employee_welfare .welfare>div {
    display: inline-block;
    width: 22%;
    border-right: 2px solid white;
}

.employee_welfare .welfare .hx {
    width: 86%;
    height: 2px;
    background-color: #ffffff;
    margin-bottom: 10%;
}

.employee_welfare .welfares_up {
    padding-bottom: 2%;
    /*border: 1px solid green;*/
}

.employee_welfare .welfares_down {
    margin-top: -14%;
    /*border: 1px solid yellow;*/
}

.employee_welfare .welfare .welfares_up>img {
    margin-top: 8%;
    margin-left: 39%;
}


/*.employee_welfare .welfare .welfares_2 > img{
    margin-left: 34%;
}*/

.employee_welfare .welfare .welfares_down>img {
    margin-top: 30%;
    margin-left: 37%;
}

.employee_welfare .welfare p {
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    color: #1c5db6;
}

.employee_welfare .welfare .welfares_up>p {
    margin-top: 8%;
    margin-left: -8%;
    text-align: center;
}

.employee_welfare .welfare .welfares_2 {
    box-sizing: border-box;
    padding-left: 2%;
}

.employee_welfare .welfare .welfares_2>p {
    /*margin-left: 29%;*/
}

.employee_welfare .welfare .welfares_3 {
    box-sizing: border-box;
    padding-left: 1%;
}

.employee_welfare .welfare .welfares_3>p {
    /*margin-left: 29%;*/
}

.employee_welfare .welfare .welfares_down>p {
    margin-top: 8%;
    /*margin-left: 33%;*/
}

.employee_welfare .welfare .welfares_6 {
    box-sizing: border-box;
    padding-left: 2%;
}

.employee_welfare .welfare .welfares_6>p {
    /*margin-left: 32%;*/
}

.employee_welfare .welfare .welfares_7 {
    box-sizing: border-box;
    padding-left: 2%;
}

.employee_welfare .welfare .welfares_7>p {
    /*margin-left: 32%;*/
}

.employee_welfare .welfare .welfares_8>img {
    vertical-align: top;
    margin-top: 21%;
    margin-left: 39%;
}

.employee_welfare .welfare .welfares_8>p {
    /*margin-left: 32%;*/
}


/*名校案例*/

.Box {
    width: 85%;
    padding-left: 3%;
    position: relative;
    margin-top: 4%;
    padding-bottom: 8%
    /*border: 1px solid red;*/
}

.Box .content {
    width: 100%;
    margin: 0 auto;
}

.Box .school_title {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10%;
    padding-top: 2%;
    padding-bottom: 5%;
    text-align: center;
}

.Box .school_title .underline {
    width: 4.8%;
}

.Box .school_title {
    /*font-family: MicrosoftYaHei;*/
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8rem;
    letter-spacing: 0px;
    color: #333333;
}

.Box .Box_con {
    position: relative;
    width: 81%;
    margin-left: 15%;
}

.Box .Box_con .btnl {
    position: absolute;
}

.Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.Box .Box_con .btnl {
    background: url(../image/about/left-icon.png) no-repeat center;
    background-size: 100%;
    left: -72px;
}

.Box .Box_con .btnr {
    background: url(../image/about/right-icon.png) no-repeat center;
    background-size: 100%;
    right: -62px;
}

.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
    padding-bottom: 1px;
}

.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box .Box_con .conbox ul li {
    float: left;
    width: 248px;
    margin-left: 20px;
    overflow: hidden;
    border: solid 1px #dddddd;
}

.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.Box .Box_con .conbox ul li img {
    display: block;
    width: 40%;
    height: 40%;
    transition: all 0.5s;
    margin-left: 32%;
    margin-top: 20%;
}

.Box .Box_con .conbox ul li span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 10%;
    text-align: center;
    /*margin-left: 35%;*/
    padding-bottom: 18%;
}


/* 战略合作 */

.strate_coop {
    width: 100%;
    box-sizing: border-box;
    /*background:url(../image/about/bg-zlhz.png) no-repeat;
     background-size: 100% 100%;
     background-color:rgba(255,255,255,0.6);*/
    background-color: #fff;
    /* margin-top: 3%; */
    padding-bottom: 6%;
    /* padding-top: 6%; */
    /*border: 1px solid red;*/
}

.strate_coop .underline {
    width: 3.6%;
}

.strate_coop .strate_coop_title {
    width: 100%;
    /*padding-left: 11.5%;*/
    /*padding-top:3%;*/
    text-align: center;
}

.strate_coop .strate_coop_title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8rem;
    color: #333333;
}

.strate_coop .coop_conbox {
    width: 100%;
    /*border: 1px solid black;*/
}

.strate_coop .coop_conbox>ul>li {
    display: inline-block;
    width: 26%;
    margin-left: 5%;
    /*border: 1px solid blue;*/
}

.strate_coop .coops {
    width: 90%;
    box-sizing: border-box;
    margin-top: 65px;
    padding-left: 11.2%;
    /*border: 1px solid black;*/
}

.strate_coop .coop {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    /*background-color: #ffffff;*/
    /*background-color:rgba(255,255,255,0.7);*/
    /*height: 160px;*/
    margin-bottom: 17px;
    /*padding-bottom: 2%;*/
    /*border: 1px solid red;*/
}

.strate_coop .coop4 {
    margin-right: -5px;
}

.strate_coop .coop>p {
    text-align: center;
    box-sizing: border-box;
    /*border: 1px solid brown;*/
}

.strate_coop .coop>.photo {
    height: 119px;
    position: relative;
}

.strate_coop .coop p>img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.strate_coop .coop1 p>img {
    margin-left: -75px;
    margin-top: -45px;
}

.strate_coop .coop2>.photo>img {
    margin-left: -105px;
    margin-top: -29px;
}

.strate_coop .coop3>.photo>img {
    margin-left: -100px;
    margin-top: -26px;
}

.strate_coop .coop4>.photo>img {
    margin-left: -129px;
    margin-top: -35px;
}

.strate_coop .coop5>.photo>img {
    width: 250px;
    margin-left: -127px;
    margin-top: -30px;
}

.strate_coop .coop6>.photo>img {
    width: 250px;
    margin-left: -125px;
    margin-top: -20px;
}

.strate_coop .coop .content1 {
    /*margin-top:24px;*/
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.strate_coop .coop .content2 {
    font-size: 0.8rem;
}

.strate_coop .coop .content2 {
    margin-top: 3%;
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.strate_coop .coop_Box_con .btn {
    display: block !important;
    visibility: hidden !important;
    z-index: 9;
}


/*尾部说明*/

footer .trademark>div {
    padding-bottom: 0.2%;
}

@media only screen and (min-width: 1920px) {
    .Box .school_title {
        margin-left: 7px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    .underline {
        width: 5%;
    }
    .employee_welfare .welfare .welfares_up>p {
        margin-left: -7% !important;
    }
    .company_profile .describe {
        font-size: 1.38rem;
        line-height: 3rem;
    }
    .employee_welfare .welfare {
        width: 82%;
        padding-left: 0;
        margin-left: 13%;
    }
    .employee_welfare .underline {
        width: 4.8%;
    }
    .Box .school_title {
        margin-left: 5px;
    }
    .Box .Box_con {
        width: 99%;
        margin-left: 9%;
    }
    .Box .school_title .underline {
        width: 5.8%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .underline {
        width: 5.6%;
    }
    /* .Box {
        margin-top: 4%;
    } */
    .company_profile .describe {
        font-size: 1.2rem;
    }
    .employee_welfare .underline {
        width: 5.6%;
    }
    .employee_welfare .welfare {
        width: 80%;
        padding-left: 0;
        margin-left: 15%;
    }
    .employee_welfare .welfare .hx {
        margin-left: 1%;
    }
    .employee_welfare .welfare .welfares_up>p {
        margin-left: 6%;
    }
    .Box .school_title {
        margin-left: 4px;
    }
    .Box .school_title .underline {
        width: 6.8%;
    }
    .Box .Box_con {
        width: 87%;
        margin-left: 13%;
    }
    .strate_coop .underline {
        width: 4.6%;
    }
    footer {
        padding-top: 8%;
    }
    .investor_relations_box_line_out{
        width: 210px;
    }
    .investor_relations_ingBox{
        width: 210px;
        height: 95px;
        padding: 0 10px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1400px) {
    .underline {
        width: 5.5%;
    }
    .Box {
        margin-top: 4%;
    }
    .employee_welfare .welfare .welfares_up>p {
        margin-left: -2%;
    }
    .company_profile {
        padding-left: 11%;
    }
    .employee_welfare .employee {
        padding-left: 11.1%;
    }
    .employee_welfare .underline {
        width: 5.6%;
    }
    .employee_welfare .welfare {
        padding-left: 10%;
    }
    .employee_welfare .welfare .hx {
        margin-left: 1%;
    }
    .Box .school_title {
        /*margin-left: 19%;*/
    }
    .Box .school_title .underline {
        width: 6.8%;
    }
    .Box .Box_con {
        width: 91%;
        margin-left: 10%;
    }
    .strate_coop .underline {
        width: 4.8%;
    }
    .strate_coop .coops {
        padding-left: 6.9%;
    }
    .strate_coop .coop_conbox>ul>li {
        width: 28%;
    }
    .strate_coop .strate_coop_title {
        /*padding-left: 11.3%;*/
    }
    footer {
        padding-top: 8%;
    }
    .investor_relations_box_line_out{
        /* width: 150px; */
    }
    .investor_relations_ingBox{
        /* width: 150px; */
        height: 75px;
    }
    .investor_relations_box_line_out_top{
        width: 50%;
        margin-bottom: 50px
    }
    .investor_relations_box_line_out_bottom{
        width: 30%;
    }
    .investor_relations_box_line_out_bottom_hide{
        display: block
    }
    .investor_relations_box_line_out_bottom_show{
        display: none
    }
    .investor_relations_box_line_out_top .investor_relations_box_line_wL{
        margin-left: 100px;
    }
    .investor_relations_box_line_out_top .investor_relations_box_line_wR{
        margin-right: 100px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1290px) {
    .Box .school_title {
        padding-left: 9.9%;
    }
    .Box {
        margin-top: 4%;
    }
    .Box .Box_con {
        width: 95%;
        margin-left: 7%;
    }
    .strate_coop .coops {
        width: 92%;
        margin-left: 0;
        padding-left: 3.9%;
    }
    footer {
        padding-top: 7%;
    }
    .employee_welfare .welfare .welfares_up>p {
        margin-left: 2%;
    }
    .Box .Box_con {
        width: 97%;
    }
    .investor_relations_box_line_out{
        /* width: 150px; */
    }
    .investor_relations_ingBox{
        /* width: 150px; */
        height: 75px;
    }
    .investor_relations_box_line_out_top{
        width: 50%;
        margin-bottom: 50px

    }
    .investor_relations_box_line_out_bottom{
        width: 30%;
    }
    .investor_relations_box_line_out_bottom_hide{
        display: block
    }
    .investor_relations_box_line_out_bottom_show{
        display: none
    }
    .investor_relations_box_line_out_top .investor_relations_box_line_wL{
        margin-left: 100px;
    }
    .investor_relations_box_line_out_top .investor_relations_box_line_wR{
        margin-right: 120px;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1100px) {
    .underline {
        width: 8%;
    }
    .Box {
        margin-top: 4%;
    }
    .employee_welfare .underline {
        width: 8.2%;
    }
    .employee_welfare .welfare {
        width: 93%;
        margin-left: 11%;
        padding-left: 0;
    }
    .Box .school_title .underline {
        width: 9.4%;
    }
    .Box .Box_con {
        width: 91%;
        margin-left: 11%;
    }
    .strate_coop .underline {
        width: 6.4%;
    }
    .strate_coop {
        /*background-size: 130%;*/
        padding-bottom: 9%;
    }
    .strate_coop .coop_conbox>ul>li {
        display: inline-block;
        width: 29%;
    }
    .strate_coop .coops {
        width: 100%;
        margin-left: 3.9%;
        padding-left: 0;
    }
    .strate_coop .coop_conbox>ul>li {
        margin-left: 3%;
    }
    .strate_coop .coop_conbox>ul>.coop1 {
        margin-left: 0;
    }
    .strate_coop .coop_conbox>ul>.coop4 {
        margin-left: 0;
    }
    .Box .school_title {
        margin-left: 3px;
    }
    /* #investor_relations .investor_relations_box_line{
        width: 95%;
    }
    .investor_relations_box_line_out{
        width: 120px;
    }
    .investor_relations_ingBox{
        width: 120px;
        height: 60px;
    } */
    .investor_relations_box_line_out{
        /* width: 150px; */
    }
    .investor_relations_ingBox{
        /* width: 150px; */
        height: 75px;
    }
    .investor_relations_box_line_out_top{
        width: 50%;
        margin-bottom: 50px

    }
    /* .investor_relations_box_line_out_top:first-child .investor_relations_ingBox{
        margin-left: 100px;
    }
    .investor_relations_box_line_out_top:last-child .investor_relations_ingBox{
        margin-right: 150px;
    } */
    .investor_relations_box_line_out_top .investor_relations_box_line_wL{
        margin-left: 100px;
    }
    .investor_relations_box_line_out_top .investor_relations_box_line_wR{
        margin-right: 120px;
    }

    .investor_relations_box_line_out_bottom{
        width: 30%;
    }
    .investor_relations_box_line_out_bottom_hide{
        display: block
    }
    .investor_relations_box_line_out_bottom_show{
        display: none
    }

}

@media only screen and (min-width: 640px) and (max-width: 980px) {
    .underline {
        width: 7.8%;
    }
    .Box {
        margin-top: 4%;
    }
    .employee_welfare .underline {
        width: 7.8%;
    }
    .company_profile {
        padding-left: 14%;
    }
    .company_profile .company {
        font-size: 1.6rem;
    }
    .company_profile .describe {
        font-size: 1.1rem;
        line-height: 2.4rem;
    }
    .employee_welfare .employee {
        font-size: 1.6rem;
    }
    .employee_welfare .welfare {
        padding-left: 8%;
    }
    .employee_welfare .welfare p {
        font-size: 1rem;
    }
    .employee_welfare .welfare .welfares_up>img {
        margin-left: 30%;
    }
    .employee_welfare .welfare .welfares_up>p {
        /*margin-left: 24%;*/
    }
    .employee_welfare .welfare .welfares_2>p {
        /*margin-left: 15%;*/
    }
    .employee_welfare .welfare .welfares_3>p {
        /*margin-left: 15%;*/
    }
    .employee_welfare .welfare .welfares_down>img {
        margin-left: 26%;
    }
    .employee_welfare .welfare .welfares_down>p {
        /*margin-left: 22%;*/
    }
    .employee_welfare .welfare .welfares_down>p,
    .employee_welfare .welfare .welfares_8>p {
        margin-left: -7% !important;
        text-align: center;
    }
    .employee_welfare .welfare .welfares_6>p,
    .employee_welfare .welfare .welfares_7>p {
        margin-left: 0 !important;
        text-align: center;
    }
    .Box .school_title {
        font-size: 1.6rem;
        margin-left: 2px;
    }
    .Box .school_title .underline {
        width: 8%;
    }
    .Box .Box_con {
        width: 80%;
    }
    .strate_coop {
        /*background-size: 130%;*/
    }
    .strate_coop .strate_coop_title {
        font-size: 1.6rem;
    }
    .strate_coop .underline {
        width: 6.8%;
    }
    .strate_coop .coop .content1 {
        font-size: 0.9rem;
    }
    .strate_coop .coop .content2 {
        font-size: 0.9rem;
    }
    .strate_coop .coops {
        width: 100%;
        margin-left: 3.9%;
        padding-left: 0;
    }
    .strate_coop .coop_conbox>ul>li {
        display: inline-block;
        width: 29%;
        margin-left: 3%;
    }
    .strate_coop .coop_conbox>ul>.coop1 {
        margin-left: 0;
    }
    .strate_coop .coop_conbox>ul>.coop4 {
        margin-left: 0;
    }
    #new_welfare {
        padding: 4% 13% !important;
    }
    #new_welfare .welfare_item p {
        margin: 15% 0 !important;
    }
    #new_welfare .welfare_item img {
        width: 40px !important;
        height: 40px !important;
    }
    #new_welfare .welfare_item p {
        font-size: 0.14rem;
    }
    #investor_relations .investor_relations_box_line{
        /* width: 90% */
    }
    .investor_relations_box_line_out{
        width: 100%;
        margin-bottom: 40px;
    }
    .investor_relations_ingBox{
        width: 220px;
    }
    .investor_relations_box_line_out_top .investor_relations_ingBox{
        width: 250px;
    }
    .investor_relations_box_line_out_top{
        width: 50%;
        margin-bottom: 50px
    }
    /* .investor_relations_box_line_out_top:first-child .investor_relations_ingBox{
        margin-left: 100px;
    }
    .investor_relations_box_line_out_top:last-child .investor_relations_ingBox{
        margin-right: 150px;
    } */
    .investor_relations_box_line_out_top .investor_relations_box_line_wL{
        /* margin-left: 100px; */
    }
    .investor_relations_box_line_out_top .investor_relations_box_line_wR{
        /* margin-right: 120px; */
    }

    .investor_relations_box_line_out_bottom{
        width: 30%;
    }
    .investor_relations_box_line_out_bottom_hide{
        display: block
    }
    .investor_relations_box_line_out_bottom_show{
        display: none
    }

    
}

@media only screen and (max-width: 639px) {
    .company_profile {
        width: 100%;
        padding-left: 6%;
        padding-top: 10%;
    }
    .Box {
        margin-top: 4%;
    }
    .company_profile .company {
        font-size: 1.4rem;
    }
    .underline {
        height: 2px;
        width: 12.6%;
        margin-top: 2.2%;
    }
    .company_profile .video>video {
        width: 89%;
    }
    .company_profile .describe {
        width: 90%;
        font-size: 0.9rem;
        line-height: 1.8rem;
    }
    .employee_welfare .employee {
        font-size: 1.4rem;
    }
    .employee_welfare .employee {
        padding-left: 7%;
        padding-top: 8%;
    }
    .employee_welfare .underline {
        height: 2px;
        width: 13.8%;
        margin-top: 3.2%;
    }
    .employee_welfare .welfare {
        padding-left: 0;
        padding-top: 7%;
    }
    .Box {
        width: 100%;
    }
    .Box .school_title {
        padding-left: 4%;
        padding-bottom: 10%;
        padding-top: 8%;
    }
    .Box .school_title {
        font-size: 1.4rem;
    }
    .Box .school_title .underline {
        height: 2px;
        width: 13.4%;
        margin-top: 3.2%;
    }
    .Box .Box_con {
        width: 240px;
        /*margin-left: 17%;*/
        margin: auto;
    }
    .Box .Box_con .btnl {
        left: -60px;
        background-size: 50%;
    }
    .Box .Box_con .conbox ul li span {
        /*margin-left: 36%;*/
    }
    .Box .Box_con .conbox ul li {
        width: 231px;
        height: 237px;
        box-sizing: border-box;
    }
    .Box .Box_con .btnr {
        background-size: 50%;
    }
    .strate_coop .strate_coop_title {
        font-size: 1.4rem;
    }
    .strate_coop .strate_coop_title {
        padding-left: 7%;
        padding-top: 8%;
    }
    .strate_coop .underline {
        width: 12.8%;
    }
    .strate_coop {
        background-size: 370%;
        padding-bottom: 15%;
    }
    .strate_coop .coop_Box_con {
        position: relative;
        width: 300px;
        /*margin-left: 9%;*/
        margin: auto;
    }
    .strate_coop .coop_Box_con .btn {
        visibility: visible !important;
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        cursor: pointer;
    }
    .strate_coop .coop_Box_con .btnl {
        position: absolute;
        background: url(../image/about/left-icon.png) no-repeat center;
        left: -35px;
        margin-top: 1.5%;
        background-size: 50%
        /*border: 1px solid red;*/
    }
    .strate_coop .coop_Box_con .btnr {
        background: url(../image/about/right-icon.png) no-repeat center;
        right: -35px;
        margin-top: 1.7%;
        background-size: 50%
        /*border: 1px solid red;*/
    }
    .strate_coop .coop_Box_con .coop_conbox {
        position: relative;
        overflow: hidden;
    }
    .strate_coop .coop_Box_con .coop_conbox ul {
        position: relative;
        /*margin-top: 20%;*/
        list-style: none;
    }
    .strate_coop .coop_Box_con .coop_conbox ul li {
        float: left;
        width: 215px;
        margin-left: 20px;
        overflow: hidden;
        /*border: solid 1px #dddddd;*/
    }
    .strate_coop .coop_Box_con .coop_conbox ul li:first-child {
        margin-left: -3px;
    }
    .strate_coop .coop_Box_con .coop_conbox ul li img {
        transition: all 0.5s;
    }
    .strate_coop .coop_Box_con .coop_conbox ul li span {
        display: block;
        font-size: 1.2rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666666;
        margin-top: 10%;
        margin-left: 29%;
        padding-bottom: 18%;
    }
    .strate_coop .coop .content1 {
        margin-top: 0;
    }
    .Box .Box_con .btn {
        width: 30px;
    }
    .strate_coop .coop_conbox>ul>li {
        margin-left: 0 !important;
        margin-right: 5%;
    }
    #new_welfare {
        padding: 8% 2% !important;
    }
    #new_welfare .welfare_item img {
        margin-top: 8% !important;
    }
    #new_welfare .welfare_item p {
        margin: 8% 0 !important;
    }
    #new_welfare .welfare_item img {
        max-width: 40px !important;
        height: 40px !important;
    }
    #new_welfare .welfare_item p {
        font-size: 0.14rem;
    }
    #new_welfare .welfare_item {
        padding-top: 2%;
    }
    .investor_relations_ingBox{
        width: 220px;
        height: 80px;
    }
    #investor_relations .investor_relations_box_line{
        width: 60%
    }
    .investor_relations_box_line_out{
        width: 100%;
    }
    .investor_relations_box_line_out_bottom_hide{
        display: block
    }
    .investor_relations_box_line_out_bottom_show{
        display: none
    }
}

@media only screen and (max-width: 420px) {
    .strate_coop .coop_Box_con {
        width: 71%;
        /*margin-left: 11%;*/
        margin: auto;
    }
    .Box {
        margin-top: 4%;
    }
    /*.strate_coop .coop_Box_con .btnl {
    	left: -30px;
    }*/
    .strate_coop .coop_Box_con .coop_conbox ul li {
        float: left;
        width: 215px;
        margin-left: 20px;
        overflow: hidden;
        /*border: solid 1px #dddddd;*/
    }
    .strate_coop .coop_Box_con {
        position: relative;
        width: 300px;
        /* margin-left: 9%; */
        margin: auto;
    }
    #new_welfare {
        padding: 10% 0% !important;
    }
    #new_welfare .welfare_item img {
        margin-top: 8% !important;
    }
    #new_welfare .welfare_item p {
        margin: 8% 0 !important;
    }
    #new_welfare .welfare_item img {
        width: 30px !important;
        height: 30px !important;
    }
    #new_welfare .welfare_item p {
        font-size: 0.12rem;
    }
    #new_welfare .welfare_item {
        padding-top: 5%;
    }
    .investor_relations_box_line_out{
        width: 100%;
    }
    .investor_relations_box_line_out_bottom_hide{
        display: block
    }
    .investor_relations_box_line_out_bottom_show{
        display: none
    }
}

@media only screen and (max-width: 380px) {
    .Box .Box_con .btnr {
        right: -41px;
    }
    .Box {
        margin-top: 4%;
    }
    .Box .Box_con .btnl {
        left: -52px;
    }
    .strate_coop .coop_Box_con {
        width: 78%;
    }
    .strate_coop .coop_Box_con {
        /*margin-left: 7%;*/
        margin: auto;
    }
    .strate_coop .coop_Box_con .btnl {
        /*left: -17px;*/
    }
    #new_welfare .welfare_item img {
        width: 30px !important;
        height: 30px !important;
    }
    #new_welfare .welfare_item p {
        font-size: 0.1rem;
    }
    #new_welfare .welfare_item {
        padding-top: 5%;
    }
    .investor_relations_box_line_out_bottom_hide{
        display: block
    }
    .investor_relations_box_line_out_bottom_show{
        display: none
    }
}

@media only screen and (max-width: 321px) {
    .Box .Box_con {
        width: 210px;
    }
    .investor_relations_box_line_out_bottom_hide{
        display: block
    }
    .investor_relations_box_line_out_bottom_show{
        display: none
    }
    .Box {
        margin-top: 4%;
    }
    .Box .Box_con .conbox ul li {
        width: 201px;
        height: 197px;
    }
    .Box .Box_con .conbox ul li span {
        /*margin-left: 35%;*/
    }
    .strate_coop .coop_conbox>ul>li {
        margin-left: 0 !important;
        /*margin-right: 20px;*/
    }
    #new_welfare .welfare_item img {
        width: 30px !important;
        height: 30px !important;
    }
    #new_welfare .welfare_item p {
        font-size: 0.12rem;
    }
    #new_welfare .welfare_item {
        padding-top: 5%;
    }

}

.employee_welfare .welfare .welfares_down>p,
.employee_welfare .welfare .welfares_8>p {
    margin-left: 35%;
}

.employee_welfare .welfare .welfares_6>p,
.employee_welfare .welfare .welfares_7>p {
    margin-left: 32%;
}


/*#new_welfare{*/


/*width: 100%;*/


/*padding: 2% 13%;*/


/*box-sizing: border-box;*/


/*display: flex;*/


/*justify-content: center;*/


/*flex-wrap: wrap;*/


/*}*/


/*#new_welfare .welfare_item{*/


/*width: 22%;*/


/*display: inline-block;*/


/*text-align: center;*/


/*border-right: 2px solid white;*/


/*}*/


/*#new_welfare .welfare_item img{*/


/*margin-top: 13%;*/


/*}*/


/*#new_welfare .welfare_item p{*/


/*margin: 8% 0;*/


/*}*/


/*#new_welfare .welfare_item:nth-child(1),#new_welfare .welfare_item:nth-child(3),#new_welfare .welfare_item:nth-child(2),#new_welfare .welfare_item:nth-child(4){*/


/*border-bottom: 2px solid white;*/


/*}*/


/*#new_welfare .welfare_item:nth-child(4),#new_welfare .welfare_item:nth-child(8){*/


/*border-right: none;*/


/*}*/


/*#new_welfare .welfare_item .welfare_img{*/


/*text-align: center;*/


/*}*/


/*#new_welfare .welfare_item img{*/


/*height: 50px;*/


/*max-width: 100%;*/


/*}*/