.banner{

    position: relative;

}

.banner_icon{

    background: rgba(0, 0, 0, 0.2);

    height: 80px;

    font-weight: bold;

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

}

.banner_icon .icon img{

    width: 40px;

    height: 40px;

    margin-right: 16px;

}

.banner_icon .icon{

    display: block;

    font-size: 20px;

    color: #ffffff;

    line-height: 80px;

    width: 33.33%;

    text-align: center;

}

.banner_icon .icon span{

    vertical-align: middle;

}

.title{

    text-align: center;

}

.title h2{

    font-size: 24px;

    color: #111111;

    font-weight: bold;

    letter-spacing: 2px;
    font-family: "heavy";

}

.title h2 span{

    position: relative;

}

.title h2 em{

    position: relative;

    z-index: 999;

}

.title h2 span::after{

    display: block;

    content: "";

    position: absolute;

    width: 100%;

    height: 8px;

    background: #0099FF;

    bottom: 0;

    left: 0;

}

.title p{

    font-size: 14px;

    color: #333333;

    margin-top: 10px;

    letter-spacing: 2px;
    font-family: "regular";
}

.pingtai{

    padding-top: 40px;

}

.pingtai .list{

    margin-top: 30px;

}

.pingtai .list .lst{

    display: block;

    text-align: center;

    width: 132px;

    margin-right: 157px;

}

.pingtai .list .lst:last-child{

    margin-right: 0px;

}

.pingtai .list .lst img{

    display: block;

    width: 50px;

    height: 44px;

    margin: 0 auto;

}

.pingtai .list .lst span{

    font-size: 14px;

    color: #111111;

    display: block;

    text-align: center;

    letter-spacing: 2px;

    line-height: 20px;

    margin-top: 10px;

}

.pingtai ul{

    margin-top: 30px;

}

.pingtai li{

    padding: 40px 0;

}
.pingtai li h2 {
    
    display: block;

    font-size: 20px;

    color: #111111;

    letter-spacing: 1px;

    font-weight: bold;

    line-height: 30px;
}
.pingtai li h2 a{

    display: block;

    font-size: 20px;

    color: #111111;

    letter-spacing: 1px;

    font-weight: bold;

    line-height: 30px;

}

.pingtai li span{

    display: block;

    font-size: 14px;

    color: #111111;

    margin-top: 6px;

    margin-bottom: 16px;

}

.pingtai li p{

    font-size: 12px;

    color: #666666;

    line-height: 24px;

}

.pingtai li .img{

    width: 404px;

    height: 232px;

    overflow: hidden;

}

.pingtai li .img img{

    display: block;

    width: 100%;

}

.pingtai li .text{

    width: 500px;

    box-sizing: border-box;

    min-height: 232px;

}

.pingtai li:nth-child(odd) .text{

    border-left: 5px solid #666666;

    padding-left: 20px;

}

.pingtai li:nth-child(even) .text{

    border-right: 5px solid #666666;

    padding-right: 20px;

}

.pingtai li:nth-child(even){

    text-align: right;

    background-color: #F9F9F9;

}

.pingtai li:nth-child(odd) .text,.pingtai li:nth-child(even) .img{

    float: left;

}

.pingtai li:nth-child(odd) .img,.pingtai li:nth-child(even) .text{

    float: right;

}



.strength{

    padding-top: 30px;

}

.strength_link{

    margin-top: 30px;

}

.strength_link a{

    display: block;

    width: 25%;

    float: left;

    text-align: center;

    padding-top: 16px;

    padding-bottom: 21px;

}

.strength_link a:nth-child(1){

    background: #4F5B69;

}

.strength_link a:nth-child(2){

    background: #03B187;

}

.strength_link a:nth-child(3){

    background: #3E53B7;

}

.strength_link a:nth-child(4){

    background: #00A9DA;

}

.strength_link a img{

    display: block;

    width: 40px;

    height: 40px;

    margin: 0 auto;

}

.strength_link a h4{

    font-size: 20px;

    color: #ffffff;

    font-weight: bold;

    margin-top: 10px;

    margin-bottom: 8px;

}

.strength_link a span{

    display: block;

    font-size: 12px;

    color: #ffffff;



}


.strength .img_l,.strength .img_r{

    width: 488px;

    margin-top: 24px;

}

.strength .img_l .imgs{

    width: 232px;

    height: 140px;

    overflow: hidden;

    margin-bottom: 24px;

}
.strength .img_l .imgs:hover img,.strength .img_r .imgs:hover img{
    transform: scale(1.2);
}
.strength .img_l .imgs img,.strength .img_r img{ 

    display: block;

    width: 100%;
    transition: .6s all;

}



.strength .img_r .imgs{

    width: 232px;

    height: 304px;

    overflow: hidden;

}

.footer{

    margin-top: 16px;

}





.picFocus{

    left: 0;

    top: 0;

    position: absolute;

    width: 100%;

    height: 100%;

    overflow:hidden;

}

.picFocus .bd li{

    width: 100%;

    height: 466px;

    float:left;

}
.picFocus .bd li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.banner_icon{

    z-index: 99;

}

.banner_icon li{

    cursor: pointer;

}