.inChina-top img{
    width: 100%;
}
.inChina-top p {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 96px;
    color: #fff;
    font-family: FZLTHK;
}

.inChina .title {
    font-size: 32px;
    color: #000;
    text-align: center;
}
.inChina .introduce {
    padding: 60px 0 62px;
    width: 100%;
}
.inChina .introduce > .main > .fonts {
    width: 100%;
    margin-top: 47px;
    font-size: 18px;
    line-height: 24px;
    color: #666;
}

.inChina .china-others {
    padding: 99px 0 100px;
}
.inChina .china-others .title {
    margin-bottom: 33px;
}
.inChina .china-others .fonts {
    margin-bottom: 63px;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.inChina .china-customer {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.inChina .china-customer > ul {
    padding-right: 50px;
    height: 264px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-right: 1px solid #aaa;
}
.inChina .china-customer > ul .actived {
    color: #fff;
    background-color: #D70C19;
}
.inChina .china-customer > ul li:hover {
    color: #fff;
    background-color: #D70C19;
}
.inChina .china-customer > ul li {
    cursor: pointer;
    width: 150px;
    height: 46px;
    color: #333;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
}
.inChina .china-customer > div {
    flex: 1;
    padding-left: 50px;
    display: flex;
    height: 264px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.inChina .china-customer > div .img-warp  {
    width: 100%;
}
.inChina .china-customer > div .img-warp img {
    width: 130px;
    height: 120px;
}
.inChina .imgW > img {
    width: 130px;
    height: 120px;
}

.inChina .imgW > img:not(:last-child) {
    margin-right: 47px;
}
.inChina .government-img  {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.inChina .flex-start {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.inChina .long-img {
    width: 307px !important;
}