/* 关于我们 rem*/
.switch-box .right-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.switch-box .right-box a{
    font-size: 16px;
    color: #777777;
    line-height: 75px;
    height: 75px;
    margin-left: .4rem;
    position: relative;
    transition: color 300ms;
}
.switch-box .right-box a:hover{
    color: #0080d2;
}
.switch-box .right-box a::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #0080d2;
    transform: translateX(-100%);
    bottom: 0;
    transition: transform 300ms;
}
.switch-box .right-box a:hover:after{
    transform: translateX(0%);
}
.switch-box .right-box a.active{
    color: #0080d2;
}
.switch-box .right-box a.active::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #0080d2;
}

.titles {
    width: 100%;
    height: 1.01rem;
}

.titles .en-title {
    font-size: .65rem;
    line-height: .6rem;
    color: #ededed;
}

.titles .zh-title {
    font-size: .3rem;
    color: #333333;
    line-height: .2rem;
}

.center-box {
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.content {
    width: 100%;
    height: 5.4rem;
    padding:0 1.5rem;
    margin-bottom: .9rem;
	
}

.content .center-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	margin:90px 0;
}

.content .center-box .left-box {
    width: 50%;
    height: 100%;
}

.content .center-box .left-box .cents {
    width: 100%;
    height: 5.1rem;
    line-height: 2;
    color: #444;
    padding-top: .5rem;
    padding-right: 1.5rem;
}

.content .center-box .left-box .cents p {
    font-size: .16rem;
}

.content .center-box .right-box {
    width: 50%;
    height: 100%;
    position: relative;
}

.content .center-box .right-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f5f5f5;
    top: .7rem;
    left: .7rem;
}

.content .center-box .right-box .img-box {
    width: 100%;
    height: 100%;
}

.content .center-box .right-box .img-box img {
    width: 100%;
    height: 100%;
}

.copre {
    width: 100%;
    height: 6.7rem;
    padding:0 1.5rem;

    margin-bottom: 1.27rem;
}

.copre .spas {
    width: 100%;
    height: 5.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.copre .spas .left-box {
    letter-spacing: 2px;
    width: 7.5rem;
    height: 100%;
    padding: 1.7rem 1.1rem 0;
    font-size: .15rem;
    color: #333333;
    line-height: .32rem;
    background-color: #f0f1f1;
}

.copre .spas .right-box {
    width: 10.8rem;
    height: 100%;
}

.copre .spas .right-box img {
    width: 100%;
    height: 100%;
}

.core {
    width: 100%;
    height: 7.82rem;
    margin-bottom: 1rem;
    padding:0 1.5rem;

}

.core .space-box {
    margin-top: .32rem;
    width: 100%;
    height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.core .space-box .left-box {
    width: 50%;
    height: 100%;
    background-color: #f7f7f7;
    padding: 1.13rem 0 0 1.06rem;
    position: relative;
}

.core .space-box .left-box::before {
    content: "";
    position: absolute;
    width: 1.82rem;
    height: 100%;
    border-right: solid .01rem #ededed;
    top: 0;
    left: 0;
}

.core .space-box .left-box .item-box {
    width: 100%;
    height: .46rem;
    margin-bottom: .48rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.core .space-box .left-box .item-box .box-title {
    width: .42rem;
    font-size: .21rem;
    color: #0080d2;
}

.core .space-box .left-box .item-box .point {
    display: block;
    width: .06rem;
    height: .06rem;
    background-color: #0080d2;
    border-radius: .06rem;
    position: relative;
    margin: 0 .13rem 0 .3rem;
    margin-top: .1rem;
}

.core .space-box .left-box .item-box .point::before {
    content: "";
    display: block;
    width: .14rem;
    height: .14rem;
    border: solid .01rem #ededed;
    position: absolute;
    top: 50%;
    border-radius: 1rem;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.core .space-box .left-box .item-box .right-text {
    width: 5.3rem;
    height: 100%;
}

.core .space-box .left-box .item-box .right-text .info-title {
    font-size: .17rem;
    margin-bottom: .08rem;
}

.core .space-box .left-box .item-box .right-text .info-detail {
    font-size: .13rem;
    font-weight: normal;
    margin: 0;
}

.core .space-box .right-box {
    width: 50%;
    height: 100%;
}

.infos {
    background-size: 19.2rem 4rem;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 7.17rem;
    padding: 3.2rem 1.5rem 0;
    margin-bottom: .85rem;
}

.infos .center-box {
    background-color: #ffffff;
    padding: .62rem .82rem;
    box-shadow: 0 .04rem .2rem rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infos .center-box .left-text {
    font-size: 15px;
    line-height: 2;
    color: #333;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infos .center-box .left-text p {
    width: 4.5rem;
}

.infos .center-box .right-link {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 1rem;
    flex-wrap: wrap;
    align-content: flex-start;
}

.infos .center-box .right-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .1rem;
    width: 1.7rem;
    height: .8rem;
    background-color: #f5f5f5;
    margin-right: .2rem;
    margin-bottom: .2rem;
    transition: box-shadow 300ms, -webkit-filter 300ms, -moz-filter 300ms, -ms-filter 300ms, -o-filter 300ms, filter 300ms;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.infos .center-box .right-link a:hover {
    box-shadow: 0 .04rem .2rem rgba(0, 0, 0, 0.1);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.infos .center-box .right-link a:nth-child(4n) {
    margin-right: 0;
}

.infos .center-box .right-link a img {
    max-width: 100%;
    max-height: 100%;
}