body {
    font-family: PingFang SC Medium, "微软雅黑";
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../imgs/home/iocn-down.png") no-repeat scroll right center transparent;
    padding-right: 8px;
}
.screenW{
    position: absolute;
    left: 0;
    top: 0;
    color:#000;
}
@media screen and (min-width: 1200px) {
    /*top*/
    .topBox{
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        box-shadow: 0px 7px 20px 10px rgba(72,72,72,0.1);
        display: flex;
        position: relative;
    }
    .navBox{
        width: 1200px;
        height: 100%;
        margin: auto;
        display: flex;
    }
    .logoBox{
        margin: auto;
        margin-left: 0;
        margin-right: 77px;
    }
    .logo{
        width: 90px;
        height: 90px;
        margin: auto;
    }
    .navList{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }
    .navLi{
        width: auto;
        height: 100%;
        font-size: 16px;
        line-height: 80px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        cursor: pointer;
    }
    .navcheck{
        background-color: #158ce4;
        border-radius: 2px;
        color:#fff;
        padding-left: 16px;
        padding-right: 16px;
    }
	.navLi:hover{
        background-color: #158ce4;
    }
	.navLi:hover a{
		color: #ffffff;
	}
    .langChoose{
        display: block;
        position: absolute;
        right: 5vw;
        top: 50%;
        width: 28px;
        height: 22px;
        background-color: #faf6f3;
        border-radius: 3px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        text-align: center;
        margin: auto;
        margin-top: -11px;
        cursor: pointer;
    }
    /*banner*/
    .bannerBox{
        width: 100%;
        height: auto;
        min-height: 320px !important;
        margin: auto;
        margin-top: 0;
        display: flex;
        position: relative;
    }
    .bannerImg{
        width: 100%;
        height: 100%;
        min-height: 320px;
        object-fit: cover;

    }
    .bannerDescBox{
        width: 600px;
        height: 147px;
        background: url('../imgs/intro/aboutus-banner-textbg.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -300px;
        margin-top: -73.5px;
        display: flex;
        flex-direction: column;
    }
    .bannerDescOut{
        width: 412px;
        height: auto;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    .bannerDescTitle{
        width: auto;
        height: auto;
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #ffffff;
        margin: auto;
        margin-top: 0;
        text-align: center;
    }
    .bannerDesc{
        width: 412px;
        height: auto;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.8;
        margin: auto;
        margin-bottom: 0;
		margin-top: 15px;
        text-align: center;
    }
    /*aboutBox*/
    .aboutBox{
        width: 1200px;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .proTitle{
        width: auto;
        height: 33px;
        font-size: 24px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 80px;
        margin-bottom: 0;
        text-align: center;
    }
    .proPoints{
        width: 120px;
        height: 3px;
        margin: auto;
        margin-top: 8px;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }
    .proPoint{
        width: 3px;
        height: 3px;
        background-color: #cbcbcb;
        margin: auto;
    }
    .aboutDescBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 42px;
        margin-bottom: 80px;
        display: flex;
        flex-direction: column;
    }
    .aboutP{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        margin-bottom: 16px;
        line-height: 27px;
        color: #4d4d4d;
        text-align: justify;
        letter-spacing: 0px;
        font-size: 15px;
    }
    .aboutP:last-child{
        margin-bottom: 0;
    }
    /*culBox*/
    .culBox{
        width: 100%;
        height: 725px;
        background: url('../imgs/intro/aboutus-culture-bg-en.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
    }
	.culBoxEn{
		height: 979px;
	}
    .culBoxIn{
        width: 1200px;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    .marginTop{
        margin-top: 85px;
    }
    .culList{
        width: 1200px;
        height: auto;
        margin: auto;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
	
    .culLi{
        width: 44%;
        height: auto;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 60px;
        display: flex;
        flex-direction: column;
    }
    .culLiImg{
        width: 106px;
        height: 116px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .culLiTitle{
        width: auto;
        height: 25px;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 21px;
        margin-bottom: 10px;
        text-align: center;
    }
    .culLiDesc{
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
        margin: auto;
        margin-top: 0;
        text-align: center;
    }
	.culListColumn{
		flex-direction: column;
	}
	.culListColumn .culLi{
		width: 100%;
		margin-bottom: 30px;
	}
    /*hisBox*/
    .hisBox{
        width: 1200px;
        height: auto;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    .hisImg{
        width: auto;
        height: auto;
		max-height: 300px;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 80px;
    }
    /*bottom*/
    .bottom{
        width: 100%;
        height: 330px;
        display: flex;
        flex-direction: column;
        background: #333333;
    }
    .bottomBox{
        width: 1200px;
        height: 100%;
        display: flex;
        margin: auto;
    }
    .bottomLeft{
        width: 380px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 60px;
        margin-right: 0;
        flex-shrink: 0;
    }
    .bottomImg{
        width: 72px;
        height: 58px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 18px;
        margin-left: 0;
    }
    .bottomLeftText{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .bottomCenter{
        width: 245px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 78px;
        margin-right: 0;
        margin-top: 96px;
        flex-shrink: 0;
    }
    .bottomContact{
        width: auto;
        height: 22px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 2px;
        color: #ffffff;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
    }
    .contactList{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 18px;
        margin-bottom: 0;
    }
    .contactLi{
        width: 100%;
        margin: auto;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 8px;
        display: flex;
    }
    .contactIcon1{
        width: 11px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactIcon2{
        width: 14px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactIcon3{
        width: 14px;
        height: 8px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactLiDesc{
        width: auto;
        height: auto;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
    }
    .forienLogoBox{
        width: 100%;
        height: auto;
        display: flex;
        margin: auto;
        margin-top: 16px;
    }
    .forienLogo{
        width: 40px;
        height: 40px;
        margin: auto;
        margin-left: 0;
        margin-right: 24px;
    }
    .colLine{
        width: 1px;
        height: 172px;
        background-color: #ffffff;
        opacity: 0.3;
        margin: auto;
        margin-left: 77px;
        margin-right: 77px;
        margin-top: 98px;
        flex-shrink: 0;
    }
    .bottomRight{
        width: 342px;
        height: auto;
        margin: auto;
        margin-left: 0;
        margin-top: 96px;
        display: flex;
        flex-direction: column;
    }
    .bottomZixunBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 18px;
        display: flex;
        flex-direction: column;
    }
    .bottomZixunLi{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .banquanBox{
        width: 100%;
        height: 64px;
        background-color: #333333;
        display: flex;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .banquanText{
        width: auto;
        height: 17px;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
    }
    .navImg{
        display: none;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1350px) {
    .langChoose{
        right: 2vw;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1315px) {
    .langChoose{
        right: 0.5vw;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1290px) {
    .langChoose{
        right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px)  {
    /*top*/
    .topBox{
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        box-shadow: 0px 3px 6px 0px 
            rgba(21, 140, 228, 0.1);
        opacity: 0.9;
        display: flex;
        position: relative;
    }
    .navBox{
        width: 1200px;
        height: 100%;
        margin: auto;
        display: flex;
    }
    .logoBox{
        margin: auto;
        margin-left: 0;
        margin-right: 20px;
    }
    .logo{
        width: 70px;
        height: 70px;
        margin: auto;
    }
    .navList{
        width: 75%;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }
    .navLi{
        width: auto;
        height: 24px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        cursor: pointer;
    }
    .navcheck{
        background-color: #158ce4;
        border-radius: 2px;
        color:#fff;
        padding-left: 16px;
        padding-right: 16px;
    }
    .langChoose{
        position: absolute;
        right: 5vw;
        top: 50%;
        width: 28px;
        height: 22px;
        background-color: #faf6f3;
        border-radius: 3px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        text-align: center;
        margin: auto;
        margin-top: -11px;
        cursor: pointer;
    }
    /*banner*/
    .bannerBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
        position: relative;
    }
    .bannerImg{
        width: 100%;
        height: 100%;
    }
    .bannerDescBox{
        width: 560px;
        height: 126px;
        background: url('../imgs/intro/aboutus-banner-textbg.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -280px;
        margin-top: -63px;
        display: flex;
        flex-direction: column;
    }
    .bannerDescOut{
        width: 412px;
        height: 73px;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    .bannerDescTitle{
        width: auto;
        height: auto;
        font-size: 28px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff;
        margin: auto;
        margin-top: 0;
        text-align: center;
    }
    .bannerDesc{
        width: 412px;
        height: auto;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.8;
        margin: auto;
        margin-bottom: 0;
        overflow: hidden;    
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-align: center;
    }
    /*aboutBox*/
    .aboutBox{
        width: 95%;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .proTitle{
        width: auto;
        height: 33px;
        font-size: 24px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 80px;
        margin-bottom: 0;
        text-align: center;
    }
    .proPoints{
        width: 120px;
        height: 3px;
        margin: auto;
        margin-top: 8px;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }
    .proPoint{
        width: 3px;
        height: 3px;
        background-color: #cbcbcb;
        margin: auto;
    }
    .aboutDescBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 42px;
        margin-bottom: 100px;
        display: flex;
        flex-direction: column;
    }
    .aboutP{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        margin-bottom: 16px;
        line-height: 22px;
        color: #4d4d4d;
        text-align: justify;
        letter-spacing: 0px;
    }
    .aboutP:last-child{
        margin-bottom: 0;
    }
    /*culBox*/
    .culBox{
        width: 100%;
        height: 725px;
        background: url('../imgs/intro/aboutus-culture-bg-en.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
    }
    .culBoxIn{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    .marginTop{
        margin-top: 85px;
    }
    .culList{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .culLi{
        width: 44%;
        height: auto;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 60px;
        display: flex;
        flex-direction: column;
    }
    .culLiImg{
        width: 106px;
        height: 116px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .culLiTitle{
        width: auto;
        height: 25px;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 21px;
        margin-bottom: 10px;
        text-align: center;
    }
    .culLiDesc{
        width: 100%;
        height: 20px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
        margin: auto;
        margin-top: 0;
        text-align: center;
    }
    /*hisBox*/
    .hisBox{
        width: 100%;
        height: auto;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    .hisImg{
        width: 100%;
        height: auto;
        max-height: 144px;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 100px;
    }
    /*bottom*/
    .bottom{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        background: #333333;
    }
    .bottomBox{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }
    .bottomLeft{
        width:40%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 60px;
        flex-shrink: 0;
    }
    .bottomImg{
        width: 72px;
        height: 58px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 18px;
        margin-left: 0;
    }
    .bottomLeftText{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .bottomCenter{
        width: 40%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 96px;
        flex-shrink: 0;
    }
    .bottomContact{
        width: auto;
        height: 22px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 2px;
        color: #ffffff;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
    }
    .contactList{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 18px;
        margin-bottom: 0;
    }
    .contactLi{
        width: 100%;
        margin: auto;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 8px;
        display: flex;
    }
    .contactIcon1{
        width: 11px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactIcon2{
        width: 14px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactIcon3{
        width: 14px;
        height: 8px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactLiDesc{
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
    }
    .forienLogoBox{
        width: 100%;
        height: auto;
        display: flex;
        margin: auto;
        margin-top: 16px;
    }
    .forienLogo{
        width: 40px;
        height: 40px;
        margin: auto;
        margin-left: 0;
        margin-right: 24px;
    }
    .colLine{
        width: 1px;
        height: 172px;
        background-color: #ffffff;
        opacity: 0.3;
        margin: auto;
        margin-left: 77px;
        margin-right: 77px;
        margin-top: 98px;
        flex-shrink: 0;
        display: none;
    }
    .bottomRight{
        width: 90%;
        height: auto;
        margin: auto;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }
    .bottomZixunBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 18px;
        display: flex;
        flex-direction: column;
    }
    .bottomZixunLi{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .banquanBox{
        width: 100%;
        height: 64px;
        background-color: #333333;
        display: flex;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .banquanText{
        width: auto;
        height: 17px;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
    }
    .navImg{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    /*top*/
    .topBox{
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        box-shadow: 0px 3px 6px 0px 
            rgba(21, 140, 228, 0.1);
        opacity: 0.9;
        display: flex;
        position: relative;
        margin: auto;
        z-index: 1000;
    }
    .navBox{
        width: 100%;
        height: 100%;
        margin: auto;
        display: flex;
    }
    .logoBox{
        margin: auto;
        margin-left: 10px;
        margin-right: 97px;
    }
    .logo{
        width: 70px;
        height: 70px;
        margin: auto;
    }
    .navList{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        display: none;
        z-index: 2001;
        background: #fff;
        flex-direction: column;
    }
    .navLi{
        width: auto;
        height: 24px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navcheck{
        background-color: #158ce4;
        border-radius: 2px;
        color:#fff;
        padding-left: 16px;
        padding-right: 16px;
    }
    .langChoose{
        width: 28px;
        height: 22px;
        background-color: #faf6f3;
        border-radius: 3px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        text-align: center;
        margin: auto;
        margin-right: 10px;
        cursor: pointer;
    }
    /*banner*/
    .bannerBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
        position: relative;
    }
    .bannerImg{
        width: 130%;
        height: 100%;
        flex-shrink: 0;
    }
    .bannerDescBox{
        width: 60%;
        height: 80px;
        background: url('../imgs/intro/aboutus-banner-textbg.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -30%;
        margin-top: -40px;
        display: flex;
        flex-direction: column;
    }
    .bannerDescOut{
        width: 100%;
        height: 73px;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    .bannerDescTitle{
        width: auto;
        height: auto;
        font-size: 18px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff;
        margin: auto;
        text-align: center;
    }
    .bannerDesc{
        width: 100%;
        height: auto;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.8;
        margin: auto;
        text-align: center;
    }
    /*aboutBox*/
    .aboutBox{
        width: 90%;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .proTitle{
        width: auto;
        height: 33px;
        font-size: 20px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 0;
        text-align: center;
    }
    .proPoints{
        width: 120px;
        height: 3px;
        margin: auto;
        margin-top: 8px;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }
    .proPoint{
        width: 3px;
        height: 3px;
        background-color: #cbcbcb;
        margin: auto;
    }
    .aboutDescBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
    }
    .aboutP{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        margin-bottom: 16px;
        line-height: 22px;
        color: #4d4d4d;
        text-align: justify;
        letter-spacing: 0px;
    }
    .aboutP:last-child{
        margin-bottom: 0;
    }
    /*culBox*/
    .culBox{
        width: 100%;
       /* height: auto;*/
        height:100% !important;
        background: url('../imgs/intro/aboutus-culture-bg-en.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
    }
    .culBoxIn{
        width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    .culList{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .culLi{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
    }
    .culLiImg{
       /* width: 50%;*/
        height: auto;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .culLiTitle{
        width: auto;
        height: 25px;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 21px;
        margin-bottom: 10px;
        text-align: center;
    }
    .culLiDesc{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
        margin: auto;
        margin-top: 0;
        text-align: center;
    }
    /*hisBox*/
    .hisBox{
        width: 90%;
        height: auto;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    .hisImg{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /*bottom*/
    .bottom{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        background: #333333;
    }
    .bottomBox{
        width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    .bottomLeft{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 30px;
        margin-right: 0;
        flex-shrink: 0;
    }
    .bottomImg{
        width: 72px;
        height: 58px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 18px;
    }
    .bottomLeftText{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .bottomCenter{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 30px;
        flex-shrink: 0;
    }
    .bottomContact{
        width: auto;
        height: 22px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 2px;
        color: #ffffff;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
    }
    .contactList{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 18px;
        margin-bottom: 0;
    }
    .contactLi{
        width: 100%;
        margin: auto;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 8px;
        display: flex;
    }
    .contactIcon1{
        width: 11px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactIcon2{
        width: 14px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactIcon3{
        width: 14px;
        height: 8px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactLiDesc{
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
    }
    .forienLogoBox{
        width: 100%;
        height: auto;
        display: flex;
        margin: auto;
        margin-top: 16px;
    }
    .forienLogo{
        width: 40px;
        height: 40px;
        margin: auto;
        margin-left: 0;
        margin-right: 24px;
    }
    .colLine{
        width: 1px;
        height: 172px;
        background-color: #ffffff;
        opacity: 0.3;
        margin: auto;
        margin-left: 77px;
        margin-right: 77px;
        margin-top: 98px;
        flex-shrink: 0;
        display: none;
    }
    .bottomRight{
        width: 100%;
        height: auto;
        margin: auto;
        margin-left: 0;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }
    .bottomZixunBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 18px;
        display: flex;
        flex-direction: column;
    }
    .bottomZixunLi{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .banquanBox{
        width: 100%;
        height: auto;
        background-color: #333333;
        display: flex;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .banquanText{
        width: 90%;
        height: auto;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
    }
    .backBg{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3);
        display: none;
        z-index: 2000;
    }
    .navImg{
        width: 30px;
        height: 30px;
        margin: auto;
        margin-right: 20px;
    }
    .navcheck a{
        display: block;
        width: 100%;
    }
}