* {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1080px;
}

header {
    padding: 20px 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: #ffffffee;
    width: 100%;
    box-sizing: border-box;
}

.head-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1560px;
    padding: 0 100px;
    box-sizing: border-box;
    margin: auto;
}

@media screen and (min-width: 1080px) and (max-width: 1560px) {
    .logo-container {
        width: 240px;
    }
}

@media screen and (min-width: 1560px) {
    .logo-container {
        width: 360px;
    }
}


.navigate-container {
    font-size: 20px;
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.logo-container img {
    width: 100%;
}

.nav-item {
    font-size: 18px;
    display: inline-block;
    width: 100px;
    text-align: center;
}

.nav-item a {
    color: #647589;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-decoration: none;
}

section:nth-child(2) {
    padding-top:30px;
}

section {
    padding-top:100px;
}

/* banner */
@media screen and (min-width: 1080px) and (max-width: 1560px) {
    #banner{
        margin-top: 60px;
        width:100%;
        min-height:564px;
        overflow:hidden;
        position:relative;
    }
}

@media screen and (min-width: 1560px) {
    #banner{
        margin-top: 60px;
        width:100%;
        height: 100%;
        overflow:hidden;
        position:relative;
    }
}

.swiper-container {
    width: 100%;
    min-height:564px;
    position: absolute;
    left: -50%;
    margin-left: 50%;
}
.swiper-slide .detail{
    position:absolute;
    width:100%;
    top:180px;
    color:#fff;
    opacity:0;
    transition:opacity .3s .3s;
}
@media screen and (min-width: 1080px) and (max-width: 1560px) {
    .swiper-slide .detail{
        top: 120px;
    }
}

@media screen and (min-width: 1560px) {
.swiper-slide .detail{
        top: 180px;
    }
}

.swiper-slide-active .detail{
    opacity:1;
}

.swiper-slide>img {
    width: 100%;
}

.detail img {
    width: 100%;
}

/**/
.effect1 img{
    transform:scale(1.25,1.25) translate(10%,10%);
    transform:scale(1.1,1.1) translate(4.545%,4.545%);
    /*tr     =    (sc-1)/2sc*100%              */
    /* --1.25       0.25/2.5*100%=10%          */
}
    
.leftUp img{-webkit-animation-name:leftUp;animation-name:leftUp;}

@-webkit-keyframes leftUp{
    0%{transform:scale(1.1,1.1) translate(4.545%,4.545%); }
    100%{transform:scale(1.1,1.1)  translate(-4.545%,-4.545%);}
}
@keyframes leftUp{
    0%{transform:scale(1.1,1.1) translate(4.545%,4.545%);}
    100%{transform:scale(1.1,1.1)  translate(-4.545%,-4.545%);}
}

.moveRight img{-webkit-animation-name:moveRight;animation-name:moveRight;}

@-webkit-keyframes moveRight{
    0%{transform:scale(1.1,1.1) translate(-4.545%,0); }
    100%{transform:scale(1.1,1.1)  translate(4.545%,0);}
}
@keyframes moveRight{
    0%{transform:scale(1.1,1.1) translate(-4.545%,0);}
    100%{transform:scale(1.1,1.1)  translate(4.545%,0);}
}

.moveDown img{-webkit-animation-name:moveDown;animation-name:moveDown;}

@-webkit-keyframes moveDown{
    0%{transform:scale(1.1,1.1) translate(0,-4.545%); }
    100%{transform:scale(1.1,1.1)  translate(0,4.545%);}
}
@keyframes moveDown{
    0%{transform:scale(1.1,1.1) translate(0,-4.545%);}
    100%{transform:scale(1.1,1.1)  translate(0,4.545%);}
}

.centerBig img{
    -webkit-animation-name:centerBig;animation-name:centerBig;
}
@-webkit-keyframes centerBig{
    100%{transform:scale(1.1,1.1);}
}
@keyframes centerBig{
    100%{transform:scale(1.1,1.1);}
}
.rightDownBig img{-webkit-animation-name:rightDownBig;animation-name:rightDownBig;}
@-webkit-keyframes rightDownBig {
    100%{transform:scale(1.1,1.1) translate(4%,4%);}
}
@keyframes rightDownBig{
    100%{transform:scale(1.1,1.1) translate(4%,4%);}
}

.swiper-slide img{
    animation-duration:5s;
    animation-timing-function:linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration:5s;
    -webkit-animation-timing-function:linear;
    -webkit-animation-fill-mode: forwards;
}	

/* comapny */
.section-title {
    text-align: center;
    font-size: 40px;
    color: #b38922;
    letter-spacing: 4px;
    display: flex;
    justify-content: center;
}

.left-section-title {
    min-width: 1080px;
    max-width: 1560px;
    margin: auto;
    position: relative;
    font-size: 40px;
    color: #b38922;
    letter-spacing: 4px;
    padding: 0 100px;
    box-sizing: border-box;
}
.section-title span, .left-section-title span {
    position: relative;
    width: 200px;
    text-align: center;
}
/*
.section-title span::after, .left-section-title span::after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #b38922;
    bottom: -10px;
    left: 40px;
    right: 40px;
}
*/

.company-head {
    position: relative;
    margin-top: 60px;
    height: 450px;
}

.company-head img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 450px;
    z-index: 1;
}

.company-head-desc {
    position: relative;
    z-index: 2;
    min-width: 1080px;
    max-width: 1560px;
    margin: auto;
    font-size: 17px;
    top: 30px;
    padding: 0 100px;
    box-sizing: border-box;
}

.item-head {
    font-size: 28px;
    position: relative;
    margin-top: 30px;
    color: #b38922;
}

.item-sub-head {
    font-size: 20px;
    margin-top: 18px;
}

.item-sub-head span:nth-child(1){
    color: #b38922;
    margin-right: 20px;
}

.item-desc {
    margin-top: 12px;
    font-size: 18px;
    letter-spacing: 2px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-40 {
    margin-left: 40px;
}

.company-content {
    min-width: 1080px;
    max-width: 1560px;
    margin: auto;
    padding: 0 100px;
    box-sizing: border-box;
    margin-top: 40px;
}

.company-content-title {
    font-size: 28px;
    position: relative;
    color: #b38922;
}

.company-content-title span {
    font-size: 18px;
    margin-left: 10px;
    color: #000;
}

.company-content-title span:nth-child(1) {
    margin-left: 60px;
}
/*
.company-content-title::before {
    content: '';
    position: absolute;
    border-bottom: 3px solid #b38922;
    bottom: -11px;
    left: -10px;
    width: 70px;
}

.company-content-title::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #b38922;
    bottom: -10px;
    left: -10px;
    width: 175px;
}
*/
.content-group {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-item {
    background-color: #EFF4FA;
    width: 40%;
    margin: 10px 12px;
    height: 240px;
    color: #573401;
    padding: 20px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    letter-spacing: 2px;
    justify-content: space-around;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-item:nth-child(1){
    background-image: url("../imgs/company_desc1.jpg");
    color: #fff;
}
/*
.content-item:nth-child(2){
    background-image: url("../imgs/company_desc2.jpg");
}
.content-item:nth-child(3){
    background-image: url("../imgs/company_desc3.jpg");
}
*/
.content-item:nth-child(4){
    background-image: url("../imgs/company_desc1.jpg");
    color: #fff;
}
.content-item-title {
    display: block;
    font-size: 80px;
    text-align: center;
}

.content-item-desc {
    height: 50px;
    font-size: 16px;
}
img.content-item-img {
    width: 40%;
    margin: auto;
}
/* business */
.business-head {
    position: relative;
    margin-top: 60px;
    height: 420px;
    width: 100%;
}

.business-head img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 388px;
}

.business-head-group {
    position: absolute;
    top: 80px;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 100%;
}

.business-head-item {
    width: 300px;
    height: 240px;
    margin: 10px 120px;
}

.business-head-item .item-head {
    margin-left: 60px;
    position: relative;
}

.business-head-item .item-head::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #b38922;
    position: absolute;
    left: -30px;
    top: 10px;
}

.business-head-item .item-desc {
    font-size: 18px;
    margin-left: 90px;
}

.business-content {
    margin-top: 10px
}

.business-content-head {
    min-width: 1080px;
    max-width: 1560px;
    padding: 0 100px;
    box-sizing: border-box;
    margin: auto;
    position: relative;
    font-size: 28px;
    color: #b38922;
}
/*
.business-content-head::before {
    content: '';
    position: absolute;
    border-bottom: 3px solid #b38922;
    bottom: -11px;
    left: -10px;
    width: 120px;
}

.business-content-head::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #b38922;
    bottom: -10px;
    left: -10px;
    width: 270px;
}
*/
.business-content-title {
    max-width: 1080px;
    margin: auto;
    position: relative;
    color: #b38922;
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
}

.business-content-sec {
    width: 100%;
    position: relative;
    height: 600px;
}

.business-content .business-content-sec:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}

.business-content-sec img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 545px;
    z-index: 1;
}

.business-group {
    z-index: 2;
    height: 200;
    width: 400px;
    box-sizing: border-box;
}

.business-group:nth-child(2),.business-group:nth-child(4) {
    height: 300px;
}

.business-group .item-head {
    color: #b38922;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
}

.business-group .item-head::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #b38922;
    position: absolute;
    left: -30px;
    top: 8px;
}

.business-group .item-desc {
    letter-spacing: 2px;
}

.w-1080 {
    width: 1080px;
    margin: auto;
}

img.star-img1 {
    display: block;
    width: 600px;
    height: 600px;
    position: absolute;
    left: 240px;
    top: 100px;
}

.business-star1-group{
    line-height: 2;
}

.business-star1-group:nth-child(2) {
    position: absolute;
    left: 330px;
    top: 60px;
    width: 500px;
}

.business-star1-group:nth-child(3) {
    position: absolute;
    right: 20px;
    top: 260px;
    width: 200px;
}

.business-star1-group:nth-child(4) {
    position: absolute;
    right: 20px;
    top: 530px;
    width: 260px;
}

.business-star1-group:nth-child(5) {
    position: absolute;
    left: 160px;
    top: 530px;
    width: 260px;
}

.business-star1-group:nth-child(6) {
    position: absolute;
    left: 62px;
    top: 260px;
    width: 440px;
}


.business-star1-group::before {
    position: absolute;
    left: -30px;
}

.business-star1-group:nth-child(2)::before {
    content: "①";
}

.business-star1-group:nth-child(3)::before {
    content: "②";
}

.business-star1-group:nth-child(4)::before {
    content: "③";
}

.business-star1-group:nth-child(5)::before {
    content: "④";
}

.business-star1-group:nth-child(6)::before {
    content: "⑤";
}

.star1-title {
    font-size: 20px;
}

.star1-desc-line .star1-desc{
    display: inline-block;
}

.star1-desc-line .star1-desc{
    margin-left: 8px;
    text-align: left;
    width: 200px;
}

.up-line {
    border-top: 1px solid #b38922;
}

.down-line {
    border-bottom: 1px solid #b38922;
}

.mt-120 {
    margin-top: 120px;
}
.mb-180 {
    margin-bottom: 180px;
}
.business-star2-group {
    line-height: 2;
}
img.star-img2 {
    display: block;
    width: 500px;
    height: 500px;
    position: absolute;
    left: 290px;
}
.star2-desc-line .star2-desc{
    display: inline-block;
}
.star2-desc-line .star2-desc:nth-child(1){
    margin-right: 8px;
    text-align: right;
    width: 110px;
}
.star2-desc-line .star2-desc:nth-child(2){
    margin-left: 8px;
    text-align: left;
    width: 150px;
}
.business-star2-group:nth-child(2) {
    position: absolute;
    top: -110px;
    width: 300px;
    left: 390px;
    text-align: center;
}

.business-star2-group:nth-child(3) {
    position: absolute;
    top: 160px;
    width: 143px;
    left: 140px;
    text-align: right;
}

.business-star2-group:nth-child(4) {
    position: absolute;
    top: 160px;
    width: 269px;
    right: 15px;
    text-align: left;
}

.business-star2-group:nth-child(5) {
    position: absolute;
    top: 390px;
    width: 230px;
    left: 130px;
    text-align: right;
}

.business-star2-group:nth-child(6) {
    position: absolute;
    top: 390px;
    width: 220px;
    right: 130px;
    text-align: left;
}

.star2-title {
    border-bottom: 1px solid #b38922;
    font-size: 20px;
}

/* success */

.success-back-imgs {
    position: relative;
}

.success-back-img {
    width: 800px;
}
.success-back-img img {
    width: 100%;
    z-index: 2;
}
.success-back-img:nth-child(1) {
    position: absolute;
    right: 0;
    top: -80px;
}
.success-back-img:nth-child(2) {
    position: absolute;
    right: 400px;
    top: 120px;
}
.success-back-img:nth-child(3) {
    position: absolute;
    right: 800px;
    top: 320px;
}

.industury-container {
    position: relative;
    width: 100%;
    height: 400px;
}

.success-industury-back-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 400px;
}

.success-industury-container {
    position: relative;
    z-index: 2;
    min-width: 1080px;
    max-width: 1560px;
    margin: auto;
    top: 100px;
}


.success-industury-container img {
    width: 300px;
    height: 300px;
}

.content-box {
    margin-left: 80px;
}

.industury-head {
    font-size: 32px;
    color: #b38922;
    margin-bottom: 40px;
}

.industury-title {
    font-size: 24px;
    margin: 20px 0;
    margin-left: 40px;
}

.ml-100 {
    margin-left: 100px;
}

.industury-desc {
    font-size: 18px;
    letter-spacing: 4px;
    position: relative;
    margin-left: 140px;
    margin-top: 12px;
}

.industury-desc::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #b38922;
    position: absolute;
    left: -20px;
    top: 6px;
}

@media screen and (min-width: 1080px) and (max-width: 1560px) {
    .success-company-container {
        position: relative;
        width: 100%;
    }
}

@media screen and (min-width: 1560px) {
    .success-company-container {
        position: relative;
        width: 100%;
    }
}
.example-back-container {
    z-index: 2;
    position: inherit;
    padding: 0 100px;
    min-width: 1080px;
    max-width: 1560px;
    margin: auto;
    box-sizing: border-box;
}
.last-success-container {
    height: 680px;
}

.success-company-back-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.example-group {
    padding: 80px 60px;
    background-color: rgba(255,255,255,0.9);
}

.example-title {
    font-size: 24px;
    color: #b38922;
    letter-spacing: 3px;
    margin: 20px 0;
}

.example-desc {
    margin: 10px 0;
    letter-spacing: 2px;
    line-height: 30px;
}

.example-item {
    margin-top: 30px;
    display: flex;
    align-items:end;
}

.example-item-title {
    width: 130px;
    color: #fff;
    background-color: #b38922;
    text-align: center;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
}

.example-item-desc {
    border-bottom: 1px solid #b38922;
    padding: 10px 20px;
    display: flex;
    align-items:end;
    letter-spacing: 1px;
    flex-wrap: wrap;
    line-height: 30px;
}
.left-group {
    display: grid;
    justify-items: end;
}
@media screen and (min-width: 1080px) and (max-width: 1560px) {
    .example-item-desc {
        width:720px;
    }

    .short-item-desc {
        width: 500px;
    }
}

@media screen and (min-width: 1560px) {
    .example-item-desc {
        width: 750px;
    }

    .short-item-desc {
        width: 400px;
    }
}

.example-item-appends {
    padding: 20px 90px;
    line-height: 2;
    letter-spacing: 2px;
}

.line-up {
    align-items:start;
}

.line-up .example-item-desc {
    border-bottom: none;
    border-top: 1px solid #b38922;
    padding-top: 10px;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-67 {
    margin-left: 67px !important;
}

.dis-b {
    display: block;
    width: 100%;
}
.w-150 {
    width: 150px;
}
.w-170 {
    width: 170px;
}

.dis-ib {
    display: inline-block;
}

.mt-40 {
    margin-top: 40px;
}

.success-other-container {
    min-width: 1080px;
    margin: auto;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
}

.other-title {
    text-align: center;
    position: relative;
    color: #b38922;
    font-size: 24px;
    letter-spacing: 3px;
    width: 100%;
}

.success-other-container img {
    width: 80%;
    margin: 60px auto;
}

.industury-desc-gold {
    color: #b38922;
}

.industury-desc-gold:nth-child(3) {
    margin-top: 100px;
    font-size: 20px;
}

.mt-60 {
    margin-top: 60px;
}

.w-350 {
    width: 350px;
}

/* team */

.team-menber-group {
    padding: 150px 0;
    display: flex;
    justify-content: center;
}

.team-menber-group:nth-child(2n+1) {
    background-color: #efefef;
} 

.member-head {
    width: 350px;
    height: 350px;
}
.member-head img {
    width: 100%;
}

.member-content-group {
    margin-left: 40px;
    margin-top: 20px;
}

.member-name {
    position: relative;
    font-size: 28px;
    margin-bottom: 20px;
}
/*
.member-name::before {
    content: '';
    position: absolute;
    border-bottom: 3px solid #b38922;
    bottom: -11px;
    left: -10px;
    width: 70px;
}

.member-name::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #b38922;
    bottom: -10px;
    left: -10px;
    width: 175px;
}
*/
.member-title {
    font-size: 24px;
    margin-top: 20px;
    line-height: 48px;
}

.member-desc {
    margin-left: 20px;
    line-height: 2;
    font-size: 16px;
    width: 500px;
}

.team-menber-group:nth-child(2) .member-desc{
    line-height: 2;
}
/* foot */
.foot-container {
    width: 100%;
    height: 550px;
    position: relative;
    color: #fff;
}

.foot-backimg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.foot-content-container {
    display: flex;
    position: relative;
    z-index: 2;
    padding: 100px;
    align-items: center;
    justify-content: space-evenly;
}

.qrcode {
    width: 280px;
    height: 280px;
}

.qrcode img {
    width: 100%;
    height: 100%;
}

.contact-item {
    margin: 30px;
    font-size: 24px;
}

.copyright {
    z-index: 2;
    position: relative;
    font-size: 14px;
    text-align: center;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}
