﻿.company_profile{
    background: #fff;
}
.company_profile .address{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 10px 0;
    margin-bottom: 20px;
}
.company_profile .address a{
    margin-left: 10px;
    color: #999999;
    font-size: 14px;
}
/* 二级导航 */
.company_profile .navigation{
    background: white;
}
.company_profile .navigation{
    border-bottom: 1px solid #dddddd;
    width: 80%;
    margin: 0 auto;
}
.company_profile .navigation ul{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.company_profile .navigation ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 56px;
    margin-right: 10px;
}
.company_profile .navigation ul li a{
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: 15px;
    /* line-height: 46px; */
    height: 56px;
    display: block;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}
.company_profile .navigation ul li .imgicon{
    margin: 0 auto;
    z-index: 10;
    opacity: 0;
}
.company_profile .navigation ul li:hover a{
    color: #fff;
    background: #e9c42b;
}
.company_profile .navigation ul li:hover .imgicon{
    opacity: 1;
}
.company_profile .navigation ul > .active a{
    color: #fff;
    background: #e9c42b;
}
.company_profile .navigation ul > .active img{
    opacity: 1;
}
.company_profile .content{
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 50px 0;
}
.company_profile .content .left{
    width: 43%;
}
.company_profile .content .left img{
    width: 100%;
}
.company_profile .content .right{
    width: 52%;
    display: flex;
    justify-content: space-between;
}
.company_profile .content .right .English{
    writing-mode: vertical-rl;
}
.company_profile .content .right .English::after{
    content:"BAILILAI";
    color: #ffa524;
    font-size: 30px;
    letter-spacing: 8px;
    font-weight: bold;
}
.company_profile .content .right .English a::after{
    content:"ABOUT OUR  ";
    color: #3c4951;
    font-size: 30px;
    letter-spacing: 8px;
    font-weight: bold;
}
.company_profile .content .right .English a{
    color: #3c4951;
    font-size: 30px;
    letter-spacing: 10px;
    font-weight: bold;
}
.company_profile .content .right .English a span{
    color: #ffa524;
}
.company_profile .content .right .info {
    margin-left: 30px;
}
.company_profile .content .right .info .info1 p{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    letter-spacing: 2px;
    overflow-y: scroll;
    height:350px;
}
.company_profile .content .right .info .info1 p::-webkit-scrollbar {
    width: 20px;
    height: 8px;
}
.company_profile .content .right .info .info1 p::-webkit-scrollbar-thumb {
    border: 8px solid rgba(0, 0, 0, 0);
    box-shadow: 8px 0 0 #e9c42b inset;
}
.company_profile .content .right .info .info2 p{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-top: 40px;
    letter-spacing: 2px;
}
.company_profile .content .right .info .more{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
}
.company_profile .content .right .info .more .one a{
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 16px;
}
.company_profile .content .right .info .more .one a span{
    margin-left: 15px;
}
.company_profile .content .right .info .more .one a img{
    transition: all .3s linear;
}
.company_profile .content .right .info .more .one:hover a img{
    transform: scale(1.1);
}
.company_profile .content .right .info .more .one:hover a span{
    color: #e9c42b;
}
@media (max-width:1700px){
    .company_profile .content .right .English a{
        letter-spacing: 6px;
    }
    .company_profile .content .right .info .info1 p{
        line-height: 20px;
    }
    .company_profile .content .right .info .info2 p{
        margin-top: 20px;
        line-height: 20px;
    }
    .company_profile .content .right .info .more{
        margin-top: 30px;
    }
.company_profile .content .right .English::after{
    content:"BAILILAI";
    color: #ffa524;
    font-size: 30px;
    letter-spacing: 6px;
    font-weight: bold;
}
.company_profile .content .right .English a::after{
    content:"ABOUT OUR  ";
    color: #3c4951;
    font-size: 30px;
    letter-spacing: 6px;
    font-weight: bold;
}
}
@media (max-width:1500px){
    .company_profile .content .right .English a{
        letter-spacing: 4px;
    }
    .company_profile .content .right .info .info2 p{
        margin-top: 10px;
    }
    .company_profile .content .right .info .more{
        margin-top: 10px;
    }
}
@media (max-width:1300px){
    .company_profile .content{
        flex-wrap: wrap;
    }
    .company_profile .content .left {
        width: 100%;
    }
    .company_profile .content .right {
        margin-top: 20px;
        width: 100%;
    }
    .company_profile .content .right .info .info1 p{
        line-height: 28px;
    }
    .company_profile .content .right .info .info2 p{
        margin-top: 20px;
        line-height: 28px;
    }
    .company_profile .content .right .info .more{
        margin-top: 30px;
    }
}
@media (max-width:1000px){
    .company_profile .content .right .English a{
        letter-spacing: 6px;
    }
    .company_profile .content .right .info .info1 p{
        line-height: 20px;
    }
    .company_profile .content .right .info .info2 p{
        margin-top: 10px;
        line-height: 20px;
    }
    .company_profile .content .right .info .more{
        margin-top: 20px;
    }
}
@media (max-width:800px){
    .company_profile .content .right{
        flex-wrap: wrap;
    }
    .company_profile .content .right .English{
        writing-mode: unset;
    }
    .company_profile .content .right .info{
        margin-left: 0;
    }
    .company_profile .content .right .info .info1 p{
        line-height: 25px;
    }
    .company_profile .content .right .info .info2 p{
        line-height: 25px;
    }
}
@media (max-width:550px){
    .company_profile .address{
        width: 95%;
    }
    .company_profile .navigation{
        width: 95%;
    }
    .company_profile .content{
        width: 95%;
    }
    .company_profile .content .right .English a{
        font-size: 22px;
        letter-spacing: 4px;
    }
    .company_profile .content{
        padding: 30px 0;
    }
    .company_profile .content .right .info .more .one a span{
        margin-left: 5px;
	text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .company_profile .content .right .info .info1 p{
        height: 350px;
        overflow-y: scroll;
    }
    .company_profile .content .right .info .info1 p::-webkit-scrollbar {
        width: 20px;
        height: 8px;
    }
    .company_profile .content .right .info .info1 p::-webkit-scrollbar-thumb {
        border-radius: 12px;
        border: 8px solid rgba(0, 0, 0, 0);
        box-shadow: 8px 0 0 #A5ADB7 inset;
        box-shadow: 8px 0 0 #e9c42b inset;
    }
    .company_profile .content .right .info .info2 p{
        margin-top: 20px;
        height: 120px;
        overflow-y: scroll;
    }
    .company_profile .content .right .info .info2 p::-webkit-scrollbar {
        width: 20px;
        height: 8px;
    }
    .company_profile .content .right .info .info2 p::-webkit-scrollbar-thumb {
        border-radius: 12px;
        border: 8px solid rgba(0, 0, 0, 0);
        box-shadow: 8px 0 0 #A5ADB7 inset;
        box-shadow: 8px 0 0 #e9c42b inset;
    }
.company_profile .content .right .English::after{
    content:"BAILILAI";
    color: #ffa524;
    font-size: 20px;
    letter-spacing: 6px;
    font-weight: bold;
}
.company_profile .content .right .English a::after{
    content:"ABOUT OUR  ";
    color: #3c4951;
    font-size: 20px;
    letter-spacing: 6px;
    font-weight: bold;
}
}
@media (max-width:450px){
    .company_profile .content .right .info .more .one a img{
        width: 25px;
    }
    .company_profile .content .right .info .more .one a{
        font-size: 12px;
    }
    .company_profile .address a {
        margin-left: 5px;
        color: #999999;
        font-size: 12px;
    }
}
@media (max-width:450px){
    .company_profile .content .right .English::after{
    content:"BAILILAI";
    color: #ffa524;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: bold;
}
.company_profile .content .right .English a::after{
    content:"ABOUT OUR  ";
    color: #3c4951;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: bold;
}
}