.InverList dd+dt,
.InverList dt+dd {
    margin-left: 20px;
}

.InverList dl dt {
    display: flex;
    align-items: center;
}

.Inver {
    width: 100%;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-style: normal;
}

.InverTitle {
    height: 335px;
    margin: 30px 0px 0px 0px;
    /* background: url(../images/inv-why-env-1_1.jpg) no-repeat; */
    background-size: 100% 100%;
    position: relative;
    font-size: 48px;
    color: #FFFFFF;
}

.InverTitle img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.InverTitle p {
    z-index: 1;
}

.InverNav {
    height: 40px;
    background: url(../images/InverNavBg.png) no-repeat;
    font-size: 28px;
    color: #000000;
    margin: 25px 0px;
}

.InverList {
    width: 100%;
}

.InverList dl {
    display: flex;
    margin: 40px 0px 5px 0px;
}

.InverList dl dd {
    flex: 1;
}

.InverList dl dd p {
    margin: 20px 0px 25px 0px;
    font-size: 20px;
    font-weight: 700;
    color: #0066CC;
}

.InverList dl dd span {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-rendering: optimizeLegibility;
    text-align: justify;
    display: inline-block;
}

.InverHighlights {
    margin-bottom: 25px;
}

.InverHighlights div dl {
    width: 23%;
    margin: 1%;
}

.InverHighlights dl dt {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.InverHighlights dl dd {
    height: 110px;
}

.InverHighlights dl dd>div {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #333333;
    margin: 8px 0px;
    display: flex;
    flex-direction: column;
    height: 51px;
    justify-content: center;
    align-items: baseline;
}

.InverHighlights dl dd div>p {
    display: block;
    height: 40px;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    color: rgba(2, 77, 164, 0.862745098039216);
    margin: 0px;
}

.InverHighlights dl dd div>span {
    padding-left: 8px;
    padding-top: 8px;
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    color: #7F7F7F;
}

.InverGain {
    height: 20px;
}

.InverGain a {
    font-style: italic;
    font-size: 16px;
    color: #333333;
    float: right;
    text-decoration: underline;
}

.InverGain a:hover {
    color: red;
}

.InverBusinessTitle,
.InverBusiness .InverBusinessList dd {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.InverBusiness .InverBusinessList {
    margin: 18px 0px 8px 0px;
    display: flex;
}

.InverBusiness .InverBusinessList>dt {
    min-width: 254px;
}

.InverBusiness .InverBusinessList>dt img {
    width: 100%;
    height: 100%;
}

.InverBusiness .InverBusinessList>dd {
    flex: 1;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
}


/* .InverBusiness .InverBusinessList dd p {
    width: 100%;
    min-width: 50px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.InverBusiness .InverBusinessList dd p img {
    margin: 0px 18px 0px 8px;
}

.InverBusiness .InverBusinessList dd .Flag img {
    margin: 0px 18px 0px 0px;
}

.InverChina {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.InverBusinessLister {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #AAAAAA;
    line-height: 25px;
}

.InverSwitch {
    flex: 1;
}

.InverSwitchTable {
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: space-around;
    margin-top: 9px;
}

.InverSwitchTable a {
    text-decoration: none;
    color: #333333;
}

.InverSwitchTable dl {
    margin: 0px 1px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.InverSwitchTable dt {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.InverSwitchTable dt img {
    width: 100%;
    height: 100%;
}

.InverSwitch .InverSwitchTable dl dd {
    width: 114px;
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
}

.RelaTive {
    word-break: break-all;
    width: 60px;
    position: relative;
}

.Active {
    width: 100%;
    position: absolute;
    bottom: -10px;
    text-align: center;
    display: none;
}

.Act {
    display: block;
}

.InverSwitchContent {
    width: 100%;
    min-height: 138px;
    border: 1px solid #B6BBB6;
    border-radius: 5px;
    /* padding: 8px 0px; */
    font-size: 12px;
    display: flex;
    align-items: center;
}

.InverBusiness .InverBusinessList dd .InverSwitchContent p {
    display: none;
}

.InverBusiness .InverBusinessList dd .InverSwitchContent p span {
    display: flex;
    flex-direction: column;
    text-align: center;
    /* justify-content: center; */
    margin: auto 2px;
    min-height: 180px;
    padding-top: 20px;
    max-height: 180px;

}

.InverBusiness .InverBusinessList dd .InverSwitchContent p img {
    width: 70px;
    height: 70px;
    margin: 0px auto;
}

.InverBusiness .InverBusinessList dd .InverSwitchContent .Act {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0px;
    padding-top: 10px;
}

.InverDownLoad {
    width: 100%;
    height: 168px;
}

.InverDownLoad dl {
    width: 100%;
    height: 137px;
    display: flex;
}

.InverDownLoad dt {
    width: 156px;
    height: 137px;
}

.InverDownLoad dt img {
    width: 100%;
}

.InverDownLoad dd {
    flex: 1;
    height: 137px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 125px;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.InverDownLoad dd p:hover {
    color: rgb(2, 167, 240);
}
