
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.home {
    width: 0.75rem;
    height: 0.3rem;
    position: relative;
    text-align: center;
}

.homea {
    width: 0.6rem;
    height: 0.3rem;
    position: relative;
    text-align: center;
    padding-bottom: 0.21rem;
}

.homea:after {
    content: "";
    width: 0;
    height: 0.02rem;
    background: #1c9f9f;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transition: all .8s;
}

.homea:hover:after {
    left: 0%;
    width: 100%;
}

.aboutUs, .productDescription, .careerDevelopment {
    width: 1rem;
    height: 0.3rem;
    position: relative;
}

.abouta {
    height: 0.3rem;
    position: relative;
    text-align: center;
    padding-bottom: 0.19rem;
    border-bottom: 0.02rem solid #1c9f9f;
}

.carouselMap {
    height: 5rem;
    margin-top: 1.11rem;
    background: url(https://icon.shuiyu365.com/img/aboutUS/aboutUsbanner.png) no-repeat;
    background-size: 100% 100%;
    animation: map 1s forwards;
}

@keyframes map {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tabTitle {
    /* width: 9.5rem; */
    /* width: 7.4rem; */
    width: 7.9rem;
    height: 1.24rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 0.44rem;
    position: relative;
}

@keyframes opcit {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.companyProfile {
    /* width: 1.1rem; */
    width: 1.5rem;
    height: 1.24rem;
    float: left;
}

.tabTitleImage:hover {
    opacity: 0;
}

.all_img {
    width: 0.85rem;
    height: 0.85rem;
    background-position: center;
    opacity: 1;
    position: relative;
    margin: 0 auto;
}

.tabTitleImagefocus {
    width: 0.85rem;
    height: 0.85rem;
    position: absolute;
    background: url(https://icon.shuiyu365.com/img/aboutUS/about1.1.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    /* margin-left: 0.125rem; */
    margin-left: 0.32rem;
    opacity: 1;
}

.tabTitleImage {
    width: 0.85rem;
    height: 0.85rem;
    position: relative;
    margin: 0 auto;
    background: url(https://icon.shuiyu365.com/img/aboutUS/about1.png) no-repeat;
    background-size: 90% 90%;
    background-position: center;
    opacity: 0;
}

.all_img_focus {
    width: 0.85rem;
    height: 0.85rem;
    background-position: center;
    margin-left: 0.32rem;
    opacity: 0;
    position: relative;
}

.missionImgfocus {
    position: absolute;
    background: url(https://icon.shuiyu365.com/img/aboutUS/about2.1.png) no-repeat;
    background-size: 100% 100%;
}

.missionImage {
    background: url(https://icon.shuiyu365.com/img/aboutUS/about2.png) no-repeat;
    background-size: 90% 90%;
}

.ValueImgfocus {
    position: absolute;
    background: url(https://icon.shuiyu365.com/img/aboutUS/about3.1.png) no-repeat;
    background-size: 100% 100%;
}

.ValueImg {
    background: url(https://icon.shuiyu365.com/img/aboutUS/about3.png) no-repeat;
    background-size: 90% 90%;
}

.cultureImgfocus {
    position: absolute;
    background: url(https://icon.shuiyu365.com/img/aboutUS/about4.1.png) no-repeat;
    background-size: 100% 100%;
}

.cultureImg {
    background: url(https://icon.shuiyu365.com/img/aboutUS/about4.png) no-repeat;
    background-size: 90% 90%;
}

.surroundingsImgfocus {
    position: absolute;
    background: url(https://icon.shuiyu365.com/img/aboutUS/about5.1.png) no-repeat;
    background-size: 100% 100%;
}

.surroundingsImg {
    background: url(https://icon.shuiyu365.com/img/aboutUS/about5.png) no-repeat;
    background-size: 90% 90%;
}

.tabTitleWord {
    line-height: 0.6rem;
    position: relative;
}

.mission, .Value, .culture, .surroundings {
    width: 1.5rem;
    height: 1.24rem;
    float: left;
    margin-left: 0.6rem;
    cursor: pointer;
}

.companyProfileContent {
    width: 12rem;
    margin: 0 auto;
}

.companyProfileContentWord {
    width: 10.5rem;
    margin: 0 auto;
    padding-top: 0.64rem;
    padding-bottom: 0.68rem;
    line-height: 0.32rem;
    animation: ani 2s forwards;
}

@keyframes ani {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.missionContentCenter {
    width: 11rem;
    margin: 0 auto;
    animation: ani 2s forwards;
}

.missionContentCenterWord {
    line-height: 0.3rem;
    padding-top: 0.45rem;
}

.RecentContent {
    padding-top: 0rem;
}

.Mediumterm {
    padding-top: 0.24rem;
}

.missionContentCenterImg {
    padding-top: 0.27rem;
    padding-bottom: 0.6rem;
}

.all_missionContent {
    width: 5.4rem;
    height: 3.86rem;
}

.missionContentCenterWordLeft {
    background: url(https://icon.shuiyu365.com/img/aboutUS/visionLeft.png) no-repeat;
    background-size: 100% 100%;
    float: left;
}

.all_missionContent:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, .5);
    box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, .5);
    position: relative;
    z-index: 5;
}

.missionContentCenterWordRight {
    background: url(https://icon.shuiyu365.com/img/aboutUS/visionRight.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 5.45rem;
}

.ValueContent {
    position: relative;
    width: 12rem;
    height: 5.81rem;
    margin: auto;
    display: none;
}

.To {
    position: absolute;
    width: 11.61rem;
    height: 5.47rem;
    margin: 0.17rem 0.22rem;
    animation: to 2s forwards;
}

@keyframes to {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.all_to_Img {
    width: 2.39rem;
    height: 2.13rem;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 0.99rem;
    background-size: 100% 100%;
}

.toUpImg {
    background: url(https://icon.shuiyu365.com/img/aboutUS/toUp.png) no-repeat;
}

.toHearthImg {
    background: url(https://icon.shuiyu365.com/img/aboutUS/toHeart.png) no-repeat;
}

.tokindImg {
    background: url(https://icon.shuiyu365.com/img/aboutUS/toKidness.png) no-repeat;
}

.toUpTitle {
    line-height: 0.74rem;
}

.toUpEntop {
    margin-top: 0.13rem;
}

.toUp {
    width: 3.87rem;
    height: 100%;
    float: left;
    margin: 0 auto;
    text-align: center;
    background: -webkit-linear-gradient(left, #f4f4f4, #ffffff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #f4f4f4, #ffffff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #f4f4f4, #ffffff); /* Firefox 3.6 - 15 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#f4f4f4', endColorstr='#ffffff'); /*IE6 & IE7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#f4f4f4', endColorstr='#ffffff')"; /* IE8 */
    background: linear-gradient(to right, #f4f4f4, #ffffff); /* 标准的语法（必须放在最后）*/
}

.toUp:hover {
    margin-top: -0.01rem;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, .5);
    box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, .5);
    position: relative;
    z-index: 5;
}

.cultureContent {
    width: 12rem;
    margin: 0 auto;
    padding-bottom: 0.08rem;
    display: none;
}

.cultureTwo {
    width: 12rem;
    margin: 0 auto;
    animation: cu 2s forwards;
}

@keyframes cu {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.cultureContentWord {
    width: 11rem;
    margin: 0 auto;
}

.cultureContentTitle {
    padding-top: 0.56rem;
}

.cultureContentDetail {
    padding-top: 0.18rem;
}

.cultureContentImg {
    width: 11.5rem;
    height: 5.4rem;
    margin: 0.38rem auto;
}

.all_img_scroll {
    width: 20%;
    height: 100%;
    float: left;
    text-align: center;
    background: -webkit-linear-gradient(left, #f7f7f7, #ffffff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #f7f7f7, #ffffff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #f7f7f7, #ffffff); /* Firefox 3.6 - 15 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#f7f7f7', endColorstr='#ffffff'); /*IE6 & IE7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#f7f7f7', endColorstr='#ffffff')"; /* IE8 */
    background: linear-gradient(to right, #f7f7f7, #ffffff); /*标准的语法（必须放在最后）*/
}

.scrool {
    margin-top: -5.4rem;
    margin-left: 80%;
}

.all_img_scroll:hover {
    margin-top: -0.01rem;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, .5);
    box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, .5);
    position: relative;
    z-index: 5;
}

.all_scrool_img {
    width: 1.84rem;
    height: 2.57rem;
    margin-top: 0.07rem;
    margin-left: 0.29rem;
    background-size: 100% 100%;
}

.soilCircleImg {
    background: url(https://icon.shuiyu365.com/img/aboutUS/soil.png) no-repeat;

}

.biosphereImg {
    background: url(https://icon.shuiyu365.com/img/aboutUS/bologiau.png) no-repeat;
}

.waterImg {
    background: url(https://icon.shuiyu365.com/img/aboutUS/water.png) no-repeat;
}

.airImg {
    background: url(https://icon.shuiyu365.com/img/aboutUS/air.png) no-repeat;
}

.rockImg {
    background: url(https://icon.shuiyu365.com/img/aboutUS/rock.png) no-repeat;
}

.soilCircleTitle {
    padding-top: 0.28rem;
}

.soilCircleDetail {
    line-height: 0.22rem;
}

.surroundingsContent {
    width: 12rem;
    margin: 0 auto;
    display: none;
}

.surroundingsContentCarousel {
    width: 100%;
    height: 5.53rem;
}
