* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    line-height: 1.5;
}

body {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    font-weight: 400;
    color: #3d3f40;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style-type: none;
}

.type-area {
    width: 1200px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 118px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    background-color: #fff;
    transition: all .5s;
}

header .type-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header .logo img {
    display: block;
    height: 47px;
}

header .right {
    display: flex;
    align-items: center;
}

header .right .menu {
    display: flex;
    font-size: 14px;
    color: #0057b8;
}

header .right .menu>li {
    position: relative;
    margin: 0 20px;
}

header .right .menu>li a:hover {
    color: #a4d65e;
}

header .right .menu>li>ul {
    /* display: none; */
    position: absolute;
    left: 50%;
    top: 69px;
    transform: translateX(-50%);
    z-index: 11;
    padding: 10px 25px;
    margin: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    background-color: #f1f2f3;
    line-height: 150%;
    color: #3d3f40;
}

header .right .menu>li>ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #f1f2f3;
}

header .right .menu>li>ul li {
    margin: 10px;
    white-space: nowrap;
}

header .right .menu .search-icon {
    display: block;
    width: 17px;
    margin-top: 2px;
}

header .right .switch-language {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #0057b8;
    font-weight: 700;
}

header .right .switch-language a {
    padding: 0 10px;
}

header .right .switch-language a:last-child {
    border-left: 2px solid rgba(25, 25, 25, .32);
}

header .right .switch-language .unselected {
    opacity: .4;
}

header .right .mobile-menu-icon {
    display: none;
}

header .right .mobile-menu-icon img {
    display: block;
    width: 20px;
}

header ul.menu>li>ul>li>ul {
    opacity: 0;
    /* height: 0; */
    margin-top: 0;
    padding-left: 10px;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header.mobile-active {
    transform: translateX(80vw);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 80vw;
    height: 100vh;
    background-color: #f3f3f3;
    font-size: 14px;
    transition: all .5s;
    /* z-index: 23; */
}

.mobile-menu .title {
    position: relative;
    text-align: center;
    padding: calc((44px - 20px) * .5);
    color: rgba(0, 0, 0, 0.3);
}

.mobile-menu .back-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
}

.mobile-menu .back-icon img {
    display: block;
    width: 30%;
    transform: rotate(180deg);
}

.mobile-menu ul {
    border-top: 1px solid rgb(227, 227, 227);
}

.mobile-menu li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu li a {
    flex: 1;
    padding-top: calc((44px - 20px) / 2);
    padding-bottom: calc((44px - 20px) / 2);
    padding-left: 20px;
}

.mobile-menu li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu li .icon img {
    width: 15px;
}

.mobile-menu ul {
    color: rgba(0, 0, 0, 0.75);
}

.first-floor.active {
    transform: translateX(-50%);
}

.second-floor,
.third-floor {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(100%);
}

.second-floor.active,
.third-floor.active {
    transform: translateX(0);
}

.second-floor.active.anim {
    transform: translateX(-50%);
}

.mobile-show {
    display: none;
}

.page {
    position: relative;
    z-index: 5;
    padding-top: 118px;
    background-color: #fff;
    transition: all .5s;
}

.page.mobile-active {
    width: 100vw;
    height: 100vh;
    transform: translateX(80vw);
    overflow: hidden;
}

.banner-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-swiper .swiper-slide {
    position: relative;
}

.banner-swiper .swiper-slide .banner-img {
    display: block;
    width: 100%;
}

.banner-swiper .swiper-slide .content {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    color: #fff;
}

.banner-swiper .swiper-slide.text-right .content {
    align-items: flex-end;
}

.banner-swiper .swiper-slide .text-content {
    max-width: 40%;
}

.banner-swiper .swiper-slide .content .title {
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;

    transform: translateY(-50px);
    transition: all 2s ease-out;
    opacity: 0;
}

.banner-swiper .swiper-slide.ani-slide .title {
    transform: translateY(0);
    opacity: 1;
}

.banner-swiper .swiper-slide .content .bottom {
    transform: translateY(50px);
    transition: all 2s ease-out;
    opacity: 0;
}

.banner-swiper .swiper-slide.ani-slide .content .bottom {
    transform: translateY(0);
    opacity: 1;
}

.banner-swiper .swiper-slide .content p {
    font-size: 20px;
}

.banner-swiper .swiper-slide .content .btn {
    display: inline-block;
    padding: 15px 30px;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    transition: color .3s ease-out, background .3s ease-out;
}

.banner-swiper .swiper-slide .content .btn:hover {
    background: #fff;
    color: #a4d65e;
    border-color: #a4d65e;
    cursor: pointer;
}

.banner-swiper .banner-pagination {
    position: absolute;
    bottom: 25px;
    left: 0;
    z-index: 2;
    text-align: center;
}

.banner-swiper .banner-bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #3d3f40;
    cursor: pointer;
}

.banner-swiper .banner-bullet:hover {
    background-color: #c1c6c8;
}

.banner-swiper .banner-bullet-active {
    background-color: #fff;
}

.experience {
    display: flex;
    margin-top: 30px;
}

.experience .left,
.experience .right {
    width: 50%;
}

.experience .right img {
    width: 100%;
}

.experience .left {
    padding-right: 10px;
    margin-right: 15px;
}

.experience .left .title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 38px;
    color: #0057b8;
    font-weight: 300;
    line-height: 120%;
}

.experience .left .text p {
    margin-bottom: 15px;
    font-size: 16px;
}

.list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    margin-top: 45px;
}

.list .pic {
    /* width: 380px; */
    width: 100%;
    height: 304px;
    overflow: hidden;
}

.list .item {
    width: 32%;
}

.list .pic img {
    width: 100%;
    transition: all .3s ease-out;
}

.list .pic img:hover {
    transform: scale(1.2);
}

.list .item .content {
    padding-top: 30px;
    padding-bottom: 15px;
}

.list .item .content .title {
    margin-bottom: 20px;
    font-size: 28px;
    color: #0057b8;
    font-weight: 300;
    line-height: 120%;
}

.list .item .content .title:hover {
    color: #a4d65e;
}

.back-top {
    position: fixed;
    bottom: 60px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3d3f40;
    border-radius: 50%;
    overflow: hidden;
}

.back-top:hover {
    cursor: pointer;
    background-color: #000;
}

.back-top img {
    width: 60%;
}

footer {
    background-color: #333;
    color: #c1c6c8;
}

footer .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
}

footer a {
    font-size: 12px;
}

footer a:hover {
    color: #fff;
}

footer .left {
    padding-top: 34px;
    font-size: 22px;
    color: #f1f2f3;
}

footer .right {
    display: flex;
    width: 33.33333334%;
}

footer .right .menu {
    width: 50%;
}

footer .menu li {
    height: 38px;
    padding: 7px 0;
}

footer .right .menu img {
    width: 29px;
    height: 29px;
    margin-right: 10px;
    vertical-align: top;
}

footer .bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #fff;
}

footer .bottom .type-area {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

footer .bottom .type-area .right-text {
    width: 25%;
    font-size: 14px;
}

footer .bottom .type-area a {
    font-size: 14px;
}

footer .bottom .type-area a:hover {
    color: #a4d65e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    line-height: 120%;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 38px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 24px;
}

.common-banner {
    position: relative;
}

.common-banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.common-banner img {
    display: block;
    width: 100%;
}

.common-banner .text {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    /* padding: 20px; */
    z-index: 3;
    font-size: 36px;
    color: #fff;
}

.common-banner .text .en {
    font-size: 20px;
}

.common-description {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f1f2f3;
}

.common-description .title {
    width: 66.66%;
    padding-top: 30px;
    padding-bottom: 40px;
    color: #0057b8;
}

.common-description .text {
    width: 68.66%;
}

.common-description .text p {
    margin-bottom: 15px;
}

.about-us .list-column .item {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 30px;
}

.about-us .list-column .item .title {
    color: rgb(0, 87, 184);
}

.about-us .list-column .item .left {
    width: 50%;
    padding-right: 40px;
}

.about-us .list-column .item .pic {
    width: 50%;
    padding-left: 10px;
}

.about-us .list-column .item .pic img {
    width: 100%;
}

.about-us .list-column .item .text {
    margin-top: 20px;
}

.about-us .list-column .item a {
    display: inline-block;
    margin-top: 15px;
    color: #0057b8;
}

.about-us .list-column .item a:hover {
    color: #a4d65e;
}

.about-us .list-row {
    display: flex;
}

.about-us .list-row .item {
    width: 50%;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 20px;
}

.about-us .list-row .item:last-child {
    padding-left: 10px;
    padding-right: 20px;
}

.about-us .list-row .item .pic {
    margin-bottom: 20px;
    overflow: hidden;
}

.about-us .list-row .item .pic:hover img {
    transform: scale(1.1);
}

.about-us .list-row img {
    display: block;
    width: 100%;
    transition: all .5s;
}

.about-us .list-row .item a {
    color: #0057b8;
}

.about-us .list-row .item a:hover {
    color: #a4d65e;
}

.about-us .placeholder {
    height: 80px;
}

.our-location .location-pic {
    display: block;
    width: 100%;
}

.our-location .location-list {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    padding-bottom: 60px;
}

.our-location .location-list .item {
    width: 32%;
}

.our-location .location-list .item .pic img {
    display: block;
    width: 100%;
}

.our-location .location-list .item h3 {
    margin-top: 30px;
    color: rgb(0, 87, 184);
}

.our-location .location-list .item .text {
    margin-top: 20px;
    margin-bottom: 30px;
}

.history .text-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.history .text-content {
    width: 66.66%;
}

.history .text-content p {
    margin-bottom: 15px;
}

.history .history-pic {
    display: block;
    width: 100%;
}

.culture .common-description {
    padding: 0;
}

.culture .common-description .title {
    padding-bottom: 30px;
    margin: 0 auto;
    color: rgb(61, 63, 64);
}

.culture .introduce-culture {
    padding-top: 90px;
}

.culture .introduce-culture .item {
    display: flex;
    justify-content: space-between;
}

.culture .introduce-culture .item:not(:last-child) {
    margin-bottom: 60px;
}

.culture .introduce-culture .item h2 {
    color: rgb(0, 87, 184);
}

.culture .introduce-culture .item:nth-child(even) {
    flex-direction: row-reverse;
}

.culture .introduce-culture .item .pic {
    width: calc(50% - 20px);
}

.culture .introduce-culture .item .pic img {
    display: block;
    width: 100%;
}

.culture .introduce-culture .item .text-content {
    width: calc(50% - 20px);
}

.culture .introduce-culture .item .text-content .text {
    margin-top: 40px;
}

.culture .introduce-culture .item .text-content .text p:not(:last-child) {
    margin-bottom: 15px;
}

.culture .advantage {
    padding-bottom: 60px;
    margin-top: 30px;
}

.culture .advantage h2 {
    color: rgb(0, 87, 184);
}

.culture .advantage .text {
    margin-top: 40px;
}

.culture .advantage-list:nth-child(1) {
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #f1f2f3;
}

.culture .advantage-list .content {
    display: flex;
    justify-content: space-between;
}

.culture .advantage-list .item {
    width: 32%;
}

.culture .advantage-list .pic img {
    display: block;
    width: 100%;
}

.culture .advantage-list .item h3 {
    margin-top: 30px;
    color: rgb(0, 87, 184);
}

.culture .advantage-list .item .text {
    margin-top: 30px;
}

.culture .advantage-list:nth-child(2) {
    padding-top: 50px;
    padding-bottom: 80px;
}

.culture .our-culture {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f1f2f3;
}

.culture .our-culture h3 {
    color: rgb(0, 87, 184);
}

.culture .our-culture .content {
    display: flex;
    justify-content: space-between;
}

.culture .our-culture .text-content {
    width: 48.5%;
}

.culture .our-culture .text-content .text {
    margin-top: 40px;
}

.culture .our-culture .pic {
    width: 48.5%;
}

.culture .our-culture .pic img {
    display: block;
    width: 100%;
}

.culture .value {
    padding-top: 30px;
}

.culture .value h2 {
    color: rgb(164, 214, 94);
    text-align: center;
}

.culture .value .text {
    margin-top: 40px;
}

.culture .value .icon-list {
    display: flex;
    margin-top: 30px;
}

.culture .value .icon-list .icon {
    width: 12.5%;
}

.culture .value .icon-list .icon img {
    max-width: 120px;
}

.culture .workplace {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    margin-top: 45px;
}

.culture .workplace h2 {
    color: rgb(164, 214, 94);
}

.culture .workplace .text-content {
    width: 48.5%;
}

.culture .workplace .text-content .text {
    margin-top: 40px;
}

.culture .workplace .text-content .text p:not(:last-child) {
    padding-bottom: 15px;
}

.culture .workplace .pic {
    width: 48.5%;
}

.culture .workplace .pic img {
    display: block;
    width: 100%;
}

.innovate .common-description {
    padding-top: 0;
    background-color: #3d3f40;
}

.innovate .common-description .content {
    display: flex;
    align-items: flex-start;
}

.innovate .common-description .text p {
    margin-bottom: 30px;
}


.innovate .common-description .left {
    width: 66.66%;
}

.innovate .common-description .left .title {
    width: 100%;
    color: #fff;
}

.innovate .common-description .left .text {
    width: 100%;
    color: #fff;
}

.common-btn {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: all .5s;
}

.common-btn:hover {
    background-color: #fff;
    color: #a4d65e;
}

.common-btn a {
    display: block;
    padding: 15px 30px;
}

.innovate .common-description .common-btn {
    margin-left: 150px;
    margin-top: 120px;
}

.innovate .innovate-list {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f1f2f3;
}

.innovate .innovate-list .content {
    display: flex;
    justify-content: space-between;
}

.innovate .innovate-list .item {
    width: 32%;
}

.innovate .innovate-list .item img {
    display: block;
    width: 100%;
}

.innovate .innovate-list .item a {
    display: block;
    margin-top: 30px;
}

.innovate .innovate-list .item h3 {
    text-align: center;
    color: rgb(0, 87, 184);
}

.innovate .innovate-list .item a:hover h3 {
    color: #a4d65e;
}

.innovate .latest-study {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 50px;
    color: #fff;
}

.innovate .latest-study .common-btn {
    margin-top: 30px;
}

.innovate .idea {
    padding-top: 40px;
    padding-bottom: 50px;
}

.innovate .idea h2 {
    color: #0057b8;
}

.innovate .idea .text {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.innovate .idea .text p {
    margin-bottom: 15px;
}

.innovate .idea .common-btn {
    align-self: flex-end;
    color: #0057b8;
    border-color: #0057b8;
}

.product .common-banner .text {
    top: auto;
    bottom: 120px;
}

.product .common-description .title {
    padding-top: 0;
}

.product .common-description .title {
    width: 75%;
}

.product .common-description .text {
    width: 75%;
}

.product .product-list .item {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}

.product .product-list .item:nth-child(even) {
    flex-direction: row-reverse;
}

.product .product-list .item .pic {
    width: 49%;
}

.product .product-list .item .content {
    width: 49%;
}

.product .product-list .item h3 {
    color: rgb(0, 87, 184);
}

.product .product-list .item .text {
    margin-top: 20px;
}

.product .product-list .item .pic img {
    display: block;
    width: 100%;
}

.product .product-mix .title {
    text-align: center;
    color: rgb(0, 87, 184);
}

.product .product-mix .content {
    padding-bottom: 30px;
    margin-top: 40px;
}

.product .product-mix .list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    margin-top: 0;
}

.product .product-mix .list:not(:first-child) {
    margin-top: 50px;
}

.product .product-mix .list .item {
    width: 31%;
}

.product .product-mix .list .item .pic {
    height: auto;
}

.product .product-mix .list .item .pic img {
    display: block;
    width: 100%;
}

.product .product-mix .list .item h2 {
    margin-top: 15px;
    color: rgb(0, 87, 184);
    text-align: center;
}

.product .product-mix .list .item h2:hover {
    color: rgb(164, 214, 94);
}

.product-detail .product-list {
    padding-bottom: 70px;
    margin-top: 50px;
}

.product-detail .product-list .item {
    display: flex;
    justify-content: space-between;
}

.product-detail .product-list .item:not(:first-child) {
    margin-top: 60px;
}

.product-detail .product-list .item:nth-child(even) {
    flex-direction: row-reverse;
}

.product-detail .product-list .item .pic {
    width: 49%;
}

.product-detail .product-list .item .pic img {
    display: block;
    width: 100%;
}

.product-detail .product-list .item .content {
    width: 49%;
}

.product-detail .product-list .item h3 {
    color: rgb(0, 87, 184);
}

.product-detail .product-list .item .text {
    margin-top: 20px;
}

.product-detail .integration-container {
    background-color: rgb(241, 242, 243);
}

.product-detail .integration {
    padding-top: 20px;
}

.product-detail .integration h1 {
    text-align: center;
    color: rgb(0, 87, 184);
}

.product-detail .integration-list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
    margin-top: 60px;
}

.product-detail .integration-list .item {
    width: calc((100% - 40px) / 3);
    margin-bottom: 35px;
}

.product-detail .integration-list .item:nth-child(3n + 2) {
    margin-left: 20px;
    margin-right: 20px;
}

.product-detail .integration-list .item .pic {
    width: 100%;
}

.product-detail .integration-list .item .pic img {
    display: block;
    width: 100%;
}

.product-detail .integration-list .item h3 {
    margin-top: 30px;
    color: rgb(0, 87, 184);
}

.product-detail .integration-list .item .text {
    margin-top: 30px;
}

.careers .swiper-slide {
    position: relative;
}

.careers .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
}

.careers .swiper-slide .content {
    z-index: 3;
}

.careers .description .find {
    padding: 30px;
    margin-top: 30px;
    background-color: rgb(241, 242, 243);
    text-align: center;
}

.careers .description .find .common-btn {
    color: #0057b8;
    border-color: #0057b8;
}

.careers .description .find .common-btn:hover {
    background-color: #0057b8;
    color: #fff;
}

.careers .description .content {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    background-color: rgb(241, 242, 243);
}

.careers .description .content .text .main {
    width: 66.66%;
}

.careers .description .content .text .main p:not(:last-child) {
    margin-bottom: 15px;
}

.careers .chance {
    padding-top: 30px;
}

.careers .chance h4 {
    text-align: center;
}

.careers .chance .list {
    margin-top: 50px;
}

.careers .chance .list .pic {
    height: 220px;
    margin-bottom: 30px;
}

.careers .chance .list h5 {
    color: rgb(0, 87, 184);
}

.careers .chance .list h5:hover {
    color: #a4d65e;
}

.careers .chance .list .text {
    margin-top: 20px;
    font-weight: bold;
}

.careers .join {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url('../images/global-map.jpg') no-repeat center/cover;
}

.careers .join h2 {
    text-align: center;
    color: #fff;
}

.careers .join .data-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.careers .join .data-list .item {
    width: 33.3333%;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

.careers .join .data-list .item .num {
    font-size: 75px;
    /* font-weight: 300; */
    line-height: 1.5;
}

.careers .join .data-list .item .name {
    font-size: 15px;
}

.careers .join .bottom {
    text-align: center;
}

.social-recruitment .description-list {
    margin-top: 20px;
}

.social-recruitment .description-list .item .main {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 40px;
}

.social-recruitment .description-list .item:nth-child(even) {
    background-color: #f1f2f3;
}

.social-recruitment .description-list .item:nth-child(even) .main {
    flex-direction: row-reverse;
}

.social-recruitment .description-list .item .content {
    width: 49%;
}

.social-recruitment .description-list .item .pic {
    width: 47%;
}

.social-recruitment .description-list .item .pic img {
    display: block;
    width: 100%;
}

.social-recruitment .description-list .item h4 {
    color: rgb(0, 87, 184);
}

.social-recruitment .description-list .item .text {
    margin-top: 30px;
}

.social-recruitment h6 {
    color: rgb(0, 87, 184);
}


.social-recruitment .description-list .item ul {
    margin-left: 18px;
    list-style-type: disc;
    font-size: 14px;
}

.social-recruitment .description-list .item li {
    margin-bottom: 10px;
}

.social-recruitment .description-list .item.serial-2 p {
    margin-top: 50px;
}

.social-recruitment .serial-3 .text h6 {
    margin-top: 30px;
}

.social-recruitment .find {
    padding-bottom: 30px;
    margin-top: 40px;
    text-align: center;
}

.social-recruitment .find .common-btn {
    color: #00b2a9;
    border-color: #00b2a9;
}

.social-recruitment .find .common-btn:hover {
    color: #fff;
    background-color: #00b2a9;
}

.social-recruitment .social-bottom img {
    display: block;
    width: 100%;
}

.fresh-graduate .description {
    padding-bottom: 50px;
}

.fresh-graduate .description h4 {
    margin-top: 60px;
    color: rgb(0, 87, 184);
    font-weight: 400;
}

.fresh-graduate .description h6 {
    margin-top: 40px;
    font-weight: 400;
}

.fresh-graduate .description .item {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.fresh-graduate .description .item .content {
    width: 47%;
}

.fresh-graduate .description .item .text p:not(:last-child) {
    margin-bottom: 15px;
}

.fresh-graduate .description .item .content .common-btn {
    margin-top: 60px;
    color: #0057b8;
    border-color: #0057b8;
}

.fresh-graduate .description .item .content .common-btn:hover {
    color: #fff;
    background: #0057b8;
}

.fresh-graduate .description .item .pic {
    width: 49%;
}

.fresh-graduate .description .item .pic img {
    display: block;
    width: 100%;
}

.fresh-graduate .require .item {
    display: flex;
    justify-content: space-between;
}

.fresh-graduate .require .item .text {
    width: 47%;
}

.fresh-graduate .require .item .pic {
    width: 49%;
}

.fresh-graduate .require .item .pic img {
    display: block;
    width: 100%;
}

.fresh-graduate .require {
    padding-top: 30px;
    padding-bottom: 140px;
    background-color: #f1f2f3;
}

.fresh-graduate .require .text ul {
    margin-top: 15px;
    margin-left: 20px;
    list-style-type: disc;
}

.fresh-graduate .require .text ul li {
    margin-bottom: 15px;
    font-size: 14px;
}

.student .common-description .title {
    padding-top: 0;
}

.student .description-list .item .main {
    display: flex;
    justify-content: space-between;
}

.student .description-list .item:nth-child(even) .main {
    flex-direction: row-reverse;
}

.student .description-list .item {
    padding-top: 65px;
    padding-bottom: 50px;
}

.student .description-list .item:nth-child(even) {
    background-color: #f1f2f3;
}

.student .description-list .item .main .content {
    width: 48%;
}

.student .description-list .item .main .pic {
    width: 48%;
}

.student .description-list .item .main .pic img {
    display: block;
    width: 100%;
}

.student .description-list .item h6 {
    color: rgb(0, 87, 184);
}

.student .description-list .item .content ul {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    list-style-type: disc;
}

.student .description-list .item .content ul li {
    margin-bottom: 10px;
}

.student .description-list .item .content .bottom {
    margin-top: 20px;
}

.student .understand {
    padding-top: 30px;
    padding-bottom: 60px;
}

.student .understand h4 {
    text-align: center;
}

.student .understand-list {
    display: flex;
    margin-top: 60px;
}

.student .understand-list .item {
    width: calc((100% - 40px) / 3);
}

.student .understand-list .item:nth-child(3n + 2) {
    margin-left: 20px;
    margin-right: 20px;
}

.student .understand-list .item .pic {
    width: 100%;
}

.student .understand-list .item .pic img {
    display: block;
    width: 100%;
}

.student .understand-list .item h5 {
    margin-top: 30px;
    color: rgb(0, 87, 184);
}

.student .understand-list .item .text {
    margin-top: 20px;
}

.student .understand .find {
    margin-top: 100px;
    text-align: center;
}

.student .understand .find .common-btn {
    color: #00b2a9;
    border-color: #00b2a9;
}

.contact-us {
    padding-bottom: 60px;
}

.contact-us .description {
    padding-top: 30px;
    padding-bottom: 60px;
}

.contact-us .description .text {
    width: 66%;
    margin-top: 30px;
}

.contact-us .description .text p {
    margin-bottom: 15px;
}

.contact-us .description a {
    color: #0057b8;
}

.contact-us .description a:hover {
    color: #a4d65e;
}

.contact-us form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-us .input-item {
    width: calc((100% - 50px) / 2);
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-us .input-item.full-row {
    width: 100%;
}

.contact-us .full-row {
    width: 100%;
}

.contact-us .input-item label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.contact-us .input-item select {
    width: 100%;
    height: 58px;
    border: none;
    background-color: #f1f2f3;
    border-bottom: 2px solid #a4d65e;
    color: rgb(61, 63, 64);
    outline: none;
}

.contact-us .input-item.full-row select {
    width: calc((100% - 50px) / 2);
}

.contact-us .input-item input {
    width: 100%;
    height: 58px;
    padding: 10px 45px 10px 10px;
    border: none;
    background-color: #f1f2f3;
    border-bottom: 2px solid #a4d65e;
    outline: none;
    color: #3d3f40;
}


.contact-us .input-item select {
    padding: 10px 45px 10px 10px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='64' height='64' viewBox='0 0 64 64'><polygon points='0 17.2 2.39 14.8 32 44.41 61.61 14.8 64 17.2 32 49.2 0 17.2'></polygon></svg>");
    appearance: none;
    -webkit-appearance: none;
    background-origin: content-box;
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.contact-us .input-item textarea {
    width: 100%;
    font-size: 16px;
    color: #3d3f40;
    line-height: 1.5;
    background: #f1f2f3;
    border: 0;
    border-bottom: 2px solid #a4d65e;
    padding: 10px 45px 10px 10px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}

.contact-us .privacy-message {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    border-top: 1px solid #c1c6c8;
    border-bottom: 1px solid #c1c6c8;
}

.contact-us .privacy-message .title {
    margin-bottom: 15px;
}

.contact-us .privacy-message label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.contact-us .privacy-message label p {
    /* padding-left: 23px; */
    padding-left: 5px;
}

.contact-us .privacy-message label input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}

.contact-us .privacy-message i {
    position: relative;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.contact-us .privacy-message i::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 85%;
    border: 2px solid rgb(124, 124, 119);
    border-radius: 2px;
    transition: all .5s;
}

.contact-us .privacy-message i::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/checked-icon.png') no-repeat center/contain;
    transform: scale(.6);
    opacity: 0;
    transition: all .5s;
}

.contact-us .privacy-message i.checked::after {
    transform: scale(1);
    opacity: 1;
}

.contact-us .privacy-message i.checked::before {
    opacity: 0;
}

.contact-us .privacy-message a {
    color: #0057b8;
}

.contact-us .privacy-message a:hover {
    color: #a4d65e;
}

.contact-us .captcha {
    /* width: 70%; */
    display: inline-block;
    border: 1px solid rgba(25, 25, 25, .32);
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
}

.contact-us .captcha .top {
    padding: 10px;
    background-color: #f1f2f3;
    border-bottom: 1px solid rgba(25, 25, 25, .32);
    font-size: 14px;
}

.contact-us .captcha .content {
    padding: 20px;
}

.contact-us .captcha .content .pic {
    width: 180px;
    /* height: 60px; */
    /* border: 1px solid #000; */
}

.contact-us .captcha .content .pic img {
    display: block;
    width: 100%;
}

.contact-us .captcha .content .text {
    width: calc(50% - 30px);
    margin-top: 20px;
    font-size: 16px;
}

.contact-us .captcha input {
    width: 100%;
    height: 58px;
    padding: 10px 45px 10px 10px;
    margin: 5px 0;
    border: none;
    background-color: #f1f2f3;
    border-bottom: 2px solid #a4d65e;
    outline: none;
    color: #3d3f40;
}

.contact-us .captcha .btn {
    margin-top: 25px;
    color: rgb(0, 87, 184);
}

.contact-us .captcha .btn p {
    display: inline-block;
}

.contact-us .captcha .btn p:hover {
    color: #a4d65e;
    cursor: pointer;
}

.contact-us .sub-btn {
    margin-top: 40px;
    width: 100%;
}

.contact-us .sub-btn input {
    width: calc(50% - 35px);
    padding: 15px;
    background: #a4d65e;
    color: #fff;
    font-weight: 700;
    border: none;
    transition: color .3s ease-out, background .3s ease-out;
    cursor: pointer;
}

.contact-us .sub-btn input:hover {
    background: #b6de7e;
    color: #3d3f40;
}

.contact-us .location {
    margin-top: 50px;
}

.contact-us .location .text {
    margin-top: 20px;
    margin-bottom: 15px;
}

.sustainable .description {
    display: flex;
    padding-top: 30px;
    padding-bottom: 60px;
}

.sustainable .description .left {
    width: 66.66666667%;
}

.sustainable .description .right {
    width: 33.33333333%;
    padding-left: 50px;
}

.sustainable .description h2 {
    color: #0057b8;
    font-weight: 300;
}

.sustainable .description .left .text {
    margin-top: 30px;
    margin-bottom: 60px;
}

.sustainable .description .image {
    width: 100%;
}

.sustainable .description .image img {
    width: 100%;
}

.sustainable .more-description {
    background-color: #f1f2f3;
}

.sustainable .more-description .main {
    width: 66.66%;
    padding-top: 40px;
    padding-bottom: 15px;
}

.sustainable .more-description .main p {
    margin-bottom: 15px;
}

.sustainable .measure {
    padding-top: 30px;
}

.sustainable .measure h2 {
    font-weight: 300;
    color: #0057b8;
}

.sustainable .measure .list {
    display: flex;
}

.sustainable .measure .list .item {
    width: calc((100% - 60px) / 4);
}

.sustainable .measure .list .item:not(:last-child) {
    margin-right: 20px;
}

.sustainable .measure .list .item .image {
    overflow: hidden;
}

.sustainable .measure .list .item img {
    display: block;
    width: 100%;
    transition: all .5s;
}

.sustainable .measure .list .item:hover img {
    transform: scale(1.2);
}

.sustainable .measure .list .item .s-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #0057b8;
    font-weight: 300;
}

.sustainable .measure .list .item .text {
    font-size: 16px;
}

.sustainable .measure .list .item .text ul {
    list-style-type: disc;
}

.sustainable .measure .list .item .text ul li {
    list-style-position: inside;
}

.care .description {
    padding: 30px 0;
    background-color: #f1f2f3;
}

.care .description h2 {
    color: #0057b8;
    font-weight: 300;
}

.care .description .content {
    display: flex;
}

.care .description .content .text {
    width: 66.66%;
    padding-right: 30px;
    padding-top: 40px;
    font-size: 16px;
}

.care .description .content .text p {
    margin-bottom: 20px;
}

.care .description .content .image {
    width: 33.34%;
}

.care .description .content .image img {
    width: 100%;
}

.care .community {
    padding-top: 80px;
}

.care .community h2 {
    font-weight: 300;
    color: #0057b8;
}

.care .community .community-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.care .community .community-swiper img {
    width: 100%;
}

.care .community .community-swiper a.wfEditorMode {
    position: absolute;
    top: 30%;
    z-index: 3;
}

.care .community .text {
    margin-top: 30px;
    font-size: 16px;
}

.care .community .text p {
    margin-bottom: 15px;
}

.care .community .community-swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background-color: #3d3f40;
}

.care .community .community-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.care .community .list {
    padding-bottom: 20px;
}

.care .community .list .item .image img {
    display: block;
    width: 100%;
}

.care .community .list .item h3 {
    font-weight: 400;
    color: #0057b8;
}

.care .community .list .item .text {
    margin-top: 20px;
}

.care .community .list .item .content {
    padding-top: 20px;
}

.welfare .description {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #f1f2f3;
}

.welfare .description h2 {
    color: #0057b8;
    font-weight: 300;
}

.welfare .description .text {
    width: 66.66%;
    margin-top: 40px;
    font-size: 16px;
}

.welfare .description .text p {
    margin-bottom: 20px;
}

.welfare .description .text ul {
    list-style-type: disc;
    margin-left: 20px;
}

.welfare .description .text li {
    margin-bottom: 10px;
}

.welfare .model {
    padding-top: 40px;
    padding-bottom: 30px;
}

.welfare .model .big-image img {
    width: 100%;
}

.welfare .model .model-description {
    display: flex;
    margin-top: 60px;
}

.welfare .model .model-description .image {
    width: 50%;
}

.welfare .model .model-description .image img {
    width: 100%;
}

.welfare .model .model-description .content {
    width: 50%;
}

.welfare .model .model-description .content h2 {
    font-weight: 300;
    color: #0057b8;
}

.welfare .model .model-description .content .text {
    margin-top: 20px;
}

.welfare .model .model-description .content .text p {
    margin-bottom: 15px;
}

.welfare .btn a {
    display: inline-block;
    padding: 15px 30px;
    font-weight: 700;
    color: #00b2a9;
    border: 1px solid #00b2a9;
    border-radius: 3px;
    transition: color .3s ease-out,background .3s ease-out;
}

.welfare .btn a:hover {
    background: #00b2a9;
    color: #fff;
}

.welfare .bottom-list {
    padding-bottom: 30px;
}

.welfare .bottom-list .item {
    padding: 50px 0;
}

.welfare .bottom-list .item:nth-child(odd) {
    background: #f1f2f3;
}

.welfare .bottom-list .item:nth-child(even) .main {
    flex-direction: row-reverse;
}

.welfare .bottom-list .item .main {
    display: flex;
    justify-content: space-between;
}

.welfare .bottom-list .item .main .content {
    width: 48%;
}

.welfare .bottom-list .item .main .image {
    width: 48%;
    padding: 0 20px;
}

.welfare .bottom-list .item .main .image img {
    width: 100%;
}

.welfare .bottom-list .item .main h2 {
    font-weight: 300;
    color: #0057b8;
}

.welfare .bottom-list .item .main .text {
    margin-top: 20px;
}

.welfare .bottom-list .item .main .text p {
    margin-bottom: 15px;
}

.welfare .bottom-list .item .main .btn {
    margin-top: 20px;
}