

.main{
    /*font-family: Georgia;*/
}

.main a{
    text-decoration: none;
}

.btn{
    border: 0!important;
    background: linear-gradient(115deg,#ed1f65,#ed1f65,#ed1f65,#ed1f65,#fff,#ed1f65,#ed1f65,#ed1f65,#ed1f65)!important;
    background-size: 350%!important;
    background-position: right!important;
    /* color: #fff!important; */
    transition: .5s!important;
    color: white!important;
}

.btn:hover{
    border: 0!important;
    background: linear-gradient(115deg,#ed1f65,#ed1f65,#ed1f65,#ed1f65,#fff,#ed1f65,#ed1f65,#ed1f65,#ed1f65)!important;
    background-size: 350%!important;
    background-position: left!important;
    color: #fff!important;
    transition: .5s!important;
}
.dFlex{
    display: flex!important;
}


/* 公司理念 */

.company_philosophy_pos{
    width: 100%;
    /* background-color: red; */
    margin: 60px auto;
    position: relative;
    overflow: hidden;
}

.company_philosophy_box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.company_intro_box{
    width: 46%;
    height: 100%;
    max-width: 560px;
    margin-right: 5vw;
}
.company_img_box{
    margin-left: 5vw;
    width: 450px;
}
.company_img_box img{
    height: 100%;
    width: 100%;
}

.company_philosophy_title{
    font-size: 25px;
    font-weight: bold;
    margin: 15px 1rem;
}

.company_philosophy_content{
    line-height: 40px;
    font-size: 16px;
    margin-left: 1rem;
    font-weight: 500!important;
}

.intro_box{
    height: 23vw;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 15px;
}

.intro_img_box{
    width: 50%;
    height: 100%;
}

.intro_img_box img{
    width: 100%;
    height: 100%;
}

.intro_text_box{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    padding-left: 5rem;
    overflow: hidden;
}

.intro_text_box_left{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: end;
    padding-right: 5rem;
}

.intro_text_title{
    font-size: 30px;
}

.intro_text_intro{
    margin: 20px 0;
}

.more{
    width: 150px;
    color: white;
    padding: 9px 40px!important;
}


/* 公司简介 */
.company_intro{
    width: 100%;
    height: 430px;
    margin: 0 0 3rem 0;
    background-color: red;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    background: url(../img/ahs_img/home.jpg);
    background-color: transparent;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-Attachment: fixed;
    overflow: hidden;
}

.company_intro_content{
    width: 65%;
    margin: 1.5rem 0;
    margin-bottom: 3rem;
    line-height: 30px;
    font-size: 14px;
}

.company_intro_title_tetx{
    font-size: 25px;
    font-weight: bold;
}
/* 手机端 */
._company-intro{
    margin: 40px 0;
}
._company-intro-top-box{
    margin: 10px auto;
    width: 85%;
}
._company-intro-top-title{
    font-size: 26px;
    font-weight: 550;
}
._company-intro-top-context{
    font-size: 13px;
    margin: 20px 0;
}
._company-intro-top-button{
    margin-top: 30px;
    transition: 0.4s;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 15px;
    border: 1px solid #e6205a;
    color: #e6205a;
    display: inline-block;
}
._company-intro-top-button:hover{
    background: #e6205a;
    border: 1px solid #e6205a;
    color: white;
}
._company-intro-img-box{
    height: 40vw;
    width: 100%;
    margin: 25px 0;
}
._company-intro-img-box>img{
    height: 100%;
    width: 100%;
}
/* 新闻 */
.news_big_box{
    position: relative;
    overflow: hidden;
}

.news_btn_box{
    display: flex;
}

.news_btn{
    width: 150px;
    height: 50px;
    /* background-color: #ed1f65; */
    justify-content: center;
    display: flex;
    align-items: center;
}
.news_active{
    display: flex!important;
}

.news_btn:hover{
    background-color: #ed1f65;
    color: #fff;
    transition: .5s;
    cursor: pointer;
}
.news_active{
    background-color: #ed1f65;
    color: #fff;
    transition: .5s;
    cursor: pointer;
}

.news_pos{
    display: none;
    flex-wrap: wrap;
    margin: 2rem -15px;

}

.new_box{
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin: 15px;
}

.newImgBox{
    width: 40%;
    height: 100%;
    overflow: hidden;
}

.newImgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.newItem{
    width: 55%;
    height: 100%;
    padding-bottom: 10px;
    border-bottom: solid 1px rgb(196, 194, 194);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newTitle{
    font-size: 16px;
    transition: .5s;
    color: black !important;
    height: 95px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.newTitle .newTitleTiem{
    max-height:100% ;
    width: 100%;
    overflow: hidden;
}

.goIcon{
    transition: .5s;
    color: #b8b7b3!important;
}

.newTime{
    font-size: 14px;
    color: #666666;
}

.newBottom{
    display: flex;
    justify-content: space-between;
}

.new_box:hover .newImgBox img{
    transform: scale(1.3);
}

/* .new_box:hover .newTitle{
    transform: scale(1.1);
    color: #ed1f65;
} */


.new_box:hover .goIcon{
    transform: scale(1.1);
    color: #ed1f65!important;
}

.op0{
    opacity: 0;
}

/**修改*/
.new_box:hover .newTitle{
    color: #ed1f65!important;
}
.newTitle{
    color: black!important;
}