.banner {

}

img {
    width: 100%;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10%;
}

.company .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 10%;
    width: 60%;
    position: absolute;
    height: 40vw;
}

.company .left .name {
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1D1E1F;
    line-height: 42px;
    letter-spacing: 1px;
}

.company .left .subname {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #cccccc;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 5px 0 40px;
}

.company .left .content {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1D1E1F;
    line-height: 28px;
}

.title {
    margin: 80px 0 10px;
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1D1E1F;
    line-height: 42px;
    letter-spacing: 1px;
}

.subtitle {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 20px;
}

.subtitle2 {
    text-align: center;
    margin: 20px auto 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1D1E1F;
    line-height: 24px;
}
.sticky
{
    position: sticky;
    top: 0px;
    z-index: 999;
    /*height: 90px;?*/
}
.subnav {

    display: flex;
    padding: 0 10%;
    background: #FBFBFB;

}

.subnav .item {
    font-size: 20px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #666666;
    letter-spacing: 1px;
    margin: 20px 20px 0;
    padding-bottom: 20px;
    cursor: pointer;
    border-bottom: 2px solid #ffffff;
}

.subnav .item a {
    color: #666666;
}

.subnav .item:hover {
    border-bottom: 2px solid #283C69;
    transform: scale(1.0);
    transition: all 500ms linear;
}

.subnav .active {
    border-bottom: 2px solid #283C69;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flex .item {
    margin: 0 10px;
    position: relative;
}

.flex .item .tip {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex .item .tip .icon {
    height: 50px;
    width: auto;
}

.flex .item .itembg {
    width: 100%;
}

.flex .item .tip .text {
    text-align: center;
    margin: 10px 40px 0;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
}

.cause {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cause .item {
    cursor: pointer;
    width: 16%;
    background: #EBEDF0;
    border-radius: 6px;
    padding: 10px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.serven {
    background: #FAFAFA;
    margin: 80px 0 0;
    padding: 0px 10% 40px;
}

.cause .active {
    background: #ffffff;
}

.cause .item .name {
    text-align: center;
    margin: 40px 0;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #283C69;
    /*line-height: 40px;*/
}

.cause .item .subname {
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262626;
    line-height: 22px;
    margin-bottom: 20px;
}

.causedetail {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    background: #ffffff;
    padding: 25px 25px;
}

.causedetail .name {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #283C69;
    line-height: 36px;
}

.causedetail .subname {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262626;
    line-height: 25px;
}

.china {
    margin: 40px 0;
    display: flex;
    /*background: #0a73bb;*/
}

.china .left {
    width: 70%;
}

.china .right {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 10%;
    justify-content: center;
}

.china .name {
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1D1E1F;
    line-height: 42px;
    letter-spacing: 1px;
}

.china .line {
    width: 181px;
    border-bottom: 1px solid #283C69;
    margin: 2px 0;
}

.china .p {
    width: 5px;
    height: 5px;
    background: #283C69;
    border-radius: 50%;
}

.china .text {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #7E8389;
    line-height: 24px;
}

.china .flexright {
    margin: 10px 0;
    display: flex;
    justify-content: flex-end;
}

.other {
    width: 100%;
    margin: 80px 0 40px;
    display: flex;
    /*background: #0a73bb;*/
}

.other .left {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10%;
    justify-content: center;
}

.other .right {
    width: 70%;
}

.other img {
    width: 100%;
}

.other .name {
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1D1E1F;
    line-height: 42px;
    letter-spacing: 1px;
}

.other .line {
    width: 181px;
    border-bottom: 1px solid #283C69;
    margin: 2px 0;
}

.other .p {
    width: 5px;
    height: 5px;
    background: #283C69;
    border-radius: 50%;
}

.other .text {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #7E8389;
    line-height: 24px;
}

.other .flexright {
    margin: 10px 0;
    display: flex;
    justify-content: flex-end;
}
.logo img {
    width: 120px;
}
a:hover {
    color: #003470;
}
@media only screen and (max-width: 900px) {
.company .left {
    display: contents;
    flex-direction: column;
    justify-content: center;
    margin: 0 10%;
    padding: 10px;
    width: 60%;
    position: absolute;
    height: auto;
}
.containerfirst {
    height: 30vh;
    width: 100%;
}
div#f1 {
    padding: 10px;
}
.china , .other{
    margin: 40px 0;
    display: block;
    /* background: #0a73bb; */
}
.bgBlurred {

    background: rgb(39 60 105 / 0%);
}
}


@media only screen and (max-width: 720px) {
	.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 0%;
    padding: 10px;
}
  .subnav .item {
    margin: 20px 10px 0;
	}
	.flex {
    display: contents;
}
.china .right , .other .right  {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    padding: 10%;
    justify-content: center;
}
.china .left , .other .left  {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10%;
    justify-content: center;
}
}

