html{font-size: calc(100vw / 19.20);}
body {
    margin: 0;
    padding: 0;
}

/* 阿里图标 */
.goertek-web-home-new {
    position: relative;
    width: 100%;
}
.goertek-web-home-new * {
    font-family: "PingFang SC", "Microsoft Yahei", serif;
}
.goertek-web-home-new img {
    display: block;
}
.goertek-web-home-new .home-banner {
    width: 100%;
    padding: 0;
}
.goertek-web-home-new .home-banner .swiper-container {
    width: 100%;
    padding: 0;
}
.goertek-web-home-new .home-banner .swiper-container .swiper-wrapper {
    width: 100%;
    padding: 0;
}
.goertek-web-home-new .home-banner .swiper-slide img {
    width: 100%;
}
.goertek-web-home-new .home-banner .home-banner-button {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 20px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px 0 #787878;
    transition: all 0.3s;
    opacity: 0;
}
.goertek-web-home-new .home-banner .swiper-container:hover .home-banner-button {
    opacity: 1;
}
.goertek-web-home-new .home-banner .home-banner-button:hover {
    background: #f3f3f3;
}
.goertek-web-home-new .home-banner .home-banner-button:active {
    background: #dadada;
}
.goertek-web-home-new .home-area-2 img {
    width: 100%;
}
.goertek-web-home-new .home-area-5 img {
    width: 100%;
}
.goertek-web-home-new .home-area-6 img {
    width: 100%;
}
.device-pc .goertek-web-home-new .home-area-3 {
    display: flex;
    height: 11rem;
}
.device-pc .goertek-web-home-new .home-area-3 .employee-work-banner {
    width: 40%;
    padding: 1.33rem 0.8rem;
    display: flex;
    justify-content: space-between;
}
.device-pc .goertek-web-home-new .home-area-3 .employee-work-banner .swiper-container-left {
    height: 100%;
    width: calc(50% - 0.133rem);
    overflow: hidden;
}
.device-pc .goertek-web-home-new .home-area-3 .employee-work-banner .swiper-container-left .swiper-wrapper {
    transition-timing-function:linear;
}
.device-pc .goertek-web-home-new .home-area-3 .employee-work-banner .swiper-container-right {
    height: 100%;
    width: calc(50% - 0.133rem);
    overflow: hidden;
}
.goertek-web-home-new .home-area-3 .employee-work-banner .swiper-container-right .swiper-wrapper {
    transition-timing-function:linear;
}
.device-pc .goertek-web-home-new .home-area-3 .employee-work-banner img {
    width: 100%;
    border-radius: 0.067rem;
}
.device-pc .goertek-web-home-new .home-area-3 .employee-work-env {
    width: 60%;
    padding: 2.667rem 1.867rem;
    box-sizing: content-box;
    text-align: right;
}
.device-pc .goertek-web-home-new .home-area-3 .employee-work-env img {
    width: 100%;
    border-radius: 5px;
}
.device-pc .goertek-web-home-new .home-area-3 .employee-work-env p {
    margin-top: 0.667rem;
    font-size: 0.187rem;
}
.device-pc .goertek-web-home-new .home-area-4 {
    width: 100%;
    display: flex;
    align-items: center;
}
.device-pc .goertek-web-home-new .home-area-4 .home-life-left {
    width: 50%;
}
.device-pc .goertek-web-home-new .home-area-4 .home-life-left img {
    width: 100%;
}
.device-pc .goertek-web-home-new .home-area-4 .home-life-right {
    position: relative;
    width: 50%;
    padding: 0 10%;
    box-sizing: border-box;
    text-align: center;
}
.device-pc .goertek-web-home-new .home-area-4 .home-life-right p {
    font-size: 0.187rem;
    margin-top: 0.4rem;
}
.goertek-web-home-new .home-area-4 .home-life-right .swiper-container {
    width: 100%;
}
.goertek-web-home-new .home-area-4 .home-life-right img {
    width: 100%;
}
.goertek-web-home-new .home-life-right .swiper-button-prev {
    left: -20px;
}
.goertek-web-home-new .home-life-right .swiper-button-next {
    right: -20px;
}
.goertek-web-home-new .home-life-right .home-banner-button {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 20px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px 0 #787878;
    transition: all 0.3s;
}
.goertek-web-home-new .home-life-right .home-banner-button:hover {
    background: #f3f3f3;
}
.goertek-web-home-new .home-life-right .home-banner-button:active {
    background: #dadada;
}


/*移动端*/
.device-mobile .goertek-web-home-new .home-area-3 {
    /*display: flex;*/
}
.device-mobile .goertek-web-home-new .home-area-3 .employee-work-banner {
    width: 100%;
    height: 30rem;
    padding: 2rem 2rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.device-mobile .goertek-web-home-new .home-area-3 .employee-work-banner .swiper-container-left {
    height: 100%;
    width: calc(50% - 0.5rem);
    overflow: hidden;
}
.device-mobile .goertek-web-home-new .home-area-3 .employee-work-banner .swiper-container-left .swiper-wrapper {
    transition-timing-function:linear;
}
.device-mobile .goertek-web-home-new .home-area-3 .employee-work-banner .swiper-container-right {
    height: 100%;
    width: calc(50% - 0.5rem);
    overflow: hidden;
}
.device-mobile .goertek-web-home-new .home-area-3 .employee-work-banner img {
    width: 100%;
    border-radius: 0.067rem;
}
.device-mobile .goertek-web-home-new .home-area-3 .employee-work-env {
    width: 100%;
    padding: 2.667rem 1.867rem;
    box-sizing: border-box;
    text-align: right;
}
.device-mobile .goertek-web-home-new .home-area-3 .employee-work-env img {
    width: 100%;
    border-radius: 5px;
}
.device-mobile .goertek-web-home-new .home-area-3 .employee-work-env p {
    margin-top: 0.667rem;
    font-size: 0.6rem;
}

.device-mobile .goertek-web-home-new .home-area-4 {
    width: 100%;
}
.device-mobile .goertek-web-home-new .home-area-4 .home-life-left {
    width: 100%;
}
.device-mobile .goertek-web-home-new .home-area-4 .home-life-left img {
    width: 100%;
}
.device-mobile .goertek-web-home-new .home-area-4 .home-life-right {
    position: relative;
    width: 100%;
    padding: 10% 10%;
    box-sizing: border-box;
    text-align: center;
}
.device-mobile .goertek-web-home-new .home-area-4 .home-life-right p {
    font-size: 0.6rem;
    margin-top: 0.4rem;
}
[class*='icon']{ font-family: 'iconfont';font-style: normal}
