
 .footPart{ background:url(./images/footPart.png) center no-repeat; background-size: cover; height: 108px; width: 100%; text-align: center;}
 .footPart h2{ font-size: 33px; line-height: 108px; color: #ebf1fe; letter-spacing: 7px; font-weight: 400;}
  .btn_shen{ padding: 10px 40px; border: 2px solid #fff; margin-left: 30px; color: #ebf1fe; border-radius: 2px;  background:none; cursor: pointer; font-size: 20px; letter-spacing:3px}
 .btn_shen:hover{  -webkit-animation: bounceOut 7s linear infinite;
     animation: bounceOut 7s linear infinite; -moz-animation: bounceOut 7s linear infinite;}

.color-primary {
    color: #FC8158;
}
.section-1 {
    /* padding-top: 80px; */
    background: url(./images/i18n/section_1_bg.png) left top no-repeat;
    background-size: 100% 100%;
}
.section-1 .left, .section-1 .right {
    margin-top: 160px;
}
.section-1 .left .detail {
    display: block;
    margin-top: 50px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, .2);
    font-size: 16px;
}
.section-1 .left .detail label {
    display: inline-block;
    padding-left: 20px;
    padding-right: 37px;
    background:   url(./images/icon_goRg.png) right center no-repeat;
}
.section-1 .left .detail:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}
.section-1 .right {
    margin-left: 30px;
    position: relative;
    margin-top: 100px;
}

.section-2,.section-3,.section-4 {
    padding: 60px 0;
}
.section-2 .content {
    height: 640px;
    background: url(./images/i18n/section_2_1.png) center no-repeat;
    width: 100%;
}
.section-2 .content .img {
    position: relative;
    width: 240px;
    height: 510px;
    border-radius: 20px;
    left: 50%;
    margin-left: -148px;
    top: 30px;
    transform: translateZ(10px);
}
.section-2 .content .img img {
    width: 100%;
    height: 100%;
   
    border-radius: 20px;
}
.section-2 .content .img2, .section-2 .content .img3 {
    position: absolute;
    width: 278px;
    height: 548px;
    background:  url(./images/i18n/section_2_2.png) 100% 100% no-repeat;
    padding:15px 30px;
    box-sizing: border-box;
}
.section-2 .content .img2 {
    left: -320px;
    top: 30px;
}
.section-2 .content .img3 {
    right: -320px;
    top: 30px;
}

.section-3 .content, .section-4 .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 40px;
}
.section-3 .content .item {
    width: 23%;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 2px 9px 0px rgba(211, 211, 211, 0.17);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding:20px 15px;
    box-sizing: border-box;
    margin-top: 20px;
    cursor: pointer;
}
.section-3 .content .item .left {
    width: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.section-3 .content .item .right {
    flex: 1;
}
.section-3 .content .item .right .title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
.section-3 .content .item .right .desc {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
.section-4 .content .item{
    width: 23%;
    height: 324px;
    background: #F5F9FA;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding:20px 30px;
    box-sizing: border-box;
    margin-top: 20px;
    cursor: pointer;
}
.section-4 .content .item .img {
    display: flex;
    align-content: center;
}

.section-4 .content .item .title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    height: 30px;
    margin-top: 20px;
}
.section-4 .content .item .desc {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 15px;
    text-align: left;
    height: 100px;

}