.homeTop_banner{
    height: 800px;
    background: url(../../img/Home/homeTop_banner.png) no-repeat center;
}

.en_homeTop_banner{
    background: url(../../img/Home/homeTop_banner_en.png) no-repeat center;
}

.homeTop_banner ._contact{
    display: block;
    width: 120px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    margin-top: 383px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}

.homeTop_aboutUs{
    position: relative;
    height: 318px;
    background-color: #fff;
}

.homeTop_aboutUs .aboutUs_info{
    position: absolute;
    width: 1060px;
    height: 320px;
    top: -103px;
    background-color: #FFCD47;
    box-shadow: 0px 11px 51px 14px rgba(92,68,4,0.1);
    border-radius: 10px;
}

.homeTop_aboutUs .aboutUs_infoTitle{
    padding-top: 55px;
    margin-bottom: 25px;
    text-align: center;
}

.common_box ._line{
    margin: 0 5px;
    color: #006CFE;
}

.homeTop_aboutUs ._left{
    width: 389px;
    margin-left: 125px;
    margin-right: 30px;
    line-height: 1.2;
    font-size: 39px;
    font-weight: 700;
}

.homeTop_aboutUs .en_left{
    width: 415px;
    margin-left: 100px;
    font-size: 30px;
}

.homeTop_aboutUs ._right{
    width: 439px;
    line-height: 1.45;
    font-size: 21px;
    font-weight: 300;
}

.homeTop_strength{
    height: 533px;
    background-color: #fff;
}

.homeTop_strength .content{
    width: 1060px;
    margin: 0 auto;
}

.homeTop_strength .content .strength_top{
    height: 377px;
    border-bottom: 1px solid rgba(221,221,221,.4);
}

.homeTop_strength .content .strength_bottom{
    height: 155px;
    line-height: 155px;
}

.homeTop_strength .strength_topTitle{
    padding-top: 107px;
    margin-bottom: 55px;
    text-align: center;
}

.homeTop_strength li{
    float: left;
    width: 33.3%;
    text-align: center;
}

.homeTop_strength li h4{
    margin-bottom: 15px;
    font-size: 24px;
}

.homeTop_strength li p{
    width: 198px;
    margin: 0 auto;
    color: #999;
    font-size: 18px;
}

.homeTop_strength .strength_bottom li{
    width: 25%;
    text-align: left;
    box-sizing: border-box;
}

.homeTop_strength .strength_bottom li:nth-child(2){
    padding-left: 48px;
}

.homeTop_strength .strength_bottom li:nth-child(3){
    padding-left: 96px;
}

.homeTop_strength .strength_bottom li:nth-child(4){
    text-align: right;
}

.homeTop_loop{
    position: relative;
}

.homeTop_loopFirst{
    width: 100%;
    height: 660px;
    background-color: #1B1D1F;
}

.homeTop_loopFirst li{
    float: left;
    width: 33.3%;
    padding-top: 140px;
    color: #fff;
    text-align: center;
}

.homeTop_loopFirst li img{
    margin-bottom: 30px;
}

.homeTop_loopSecond{
    width: 100%;
    height: 857px;
    background-color: #F7F7F7;
}

.homeTop_loopThird{
    position: absolute;
    top: 371px;
    left: 0;
    right: 0;
    height: 950px;
    box-shadow: 0px 11px 51px 14px rgba(92,68,4,0.1);
    border-radius: 10px;
    background-color: #FFCD47;
}

.homeTop_loopThird .loop_topTitle{
    padding-top: 57px;
    margin-bottom: 56px;
    text-align: center;
}

.homeTop_loopThird .loop_topCircle{
    position: absolute;
    bottom: 97px;
    left: 0;
    right: 0;
    text-align: center;
}

.homeTop_loopThird .loop_topCircle span{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.homeTop_loopThird .loop_topCircle span:nth-child(3){
    margin-right: 0;
}

.homeTop_loopThird .loop_topCircle .wAdd{
    width: 10px;
    height: 10px;
}

.homeTop_loop .go_moreBox{
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    text-align: center;
}

.homeTop_loop .go_moreBox .go_more{
    display: block;
    width: 120px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #FFCD47;
    font-weight: 700;
    box-shadow: 0px 0px 18px 0px rgba(92,68,4,0.23);
    border-radius: 5px;
}

#loop_transitionBox{
    width: 5323px;
    height: 640px;
    position: absolute;
    top: 505px;
    overflow: hidden;
    transition: all 0.8s ease 0s;
}

#loop_transitionBox li{
    position: relative;
    float: left;
    margin-right: 33px;
    box-shadow: 0px 37px 46px 0px rgba(92,68,4,0.31);
    cursor: pointer;
}

#loop_transitionBox li:nth-child(1){
    margin-left: -320px;
}

/* 图片遮罩 */
#loop_transitionBox li .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
    height: 640px;
    line-height: 640px;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    font-size: 20px;
    opacity: 0;
}

#loop_transitionBox li:hover .mask{
    opacity: 1;
}