html,body{
    /*overflow: hidden;*/
}
#show-area{
    width:100%;
    height:200px;
    position:relative;
    margin:0px auto;
    overflow:hidden;
}
#show-area ul{
    position:relative;
    width:6000px;
    height:200px;
    right:0;
}
#show-area ul li{
    float:left;
    width:375px;
    height:200px;
}
#show-area ul li img{
    width:100%;
    height:100%;
}
#button-left{
    /*display:none;*/
    color:#fff;
    position: absolute;
    top: 40%;
    left: 0px;
    width: 60px;
    height: 60px;
    z-index:2;
    background:url("../image/左翻.png");
    border-radius:100%;
    background-size:cover;
    opacity:0.5;/*透明度50%*/
    filter:Alpha(opacity=50);/*为了适应旧的浏览器*/
}
#button-right{
    /*display:none;*/
    color:#fff;
    position: absolute;
    top: 40%;
    right:0;
    width: 60px;
    height: 60px;
    z-index:2;
    background:url("../image/右翻.png");
    border-radius:100%;
    background-size:cover;
    opacity:0.5;/*透明度50%*/
    filter:Alpha(opacity=50);/*为了适应旧的浏览器*/
}
.home-con{
    width:98%;
    margin: 0 auto;
    margin-top:20px;
}
.home-con-en{
    color:#F2F2F2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.home-con-cn{
    color:#353535;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.home-con-area{
    color:#999999;
    text-indent: 16px;
    margin-top: 10px;
}
.home-img{
    width:98%;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.home-img div{
    width:32%;
    height:100px;
}
.home-img div img{
    width:100%;
    height:100%;
}
.home-btn{
    margin-top: 20px;
    text-align: center;
}
.home-btn a{
    display: inline-block;
    width:30%;
    height:30px;
    line-height: 30px;
    color: white;
    background:#1D4EAA;
}
.home-bgColor{
    background:#F6F6F6;
    width: 100%;
    height:200px;
    margin-top:20px;
}
.home-conTwo-en1{
    color:#E5E5E5;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}
.home-conTwo-en2{
    color:#E5E5E5;
    font-size: 18px;
    font-weight: bold;
    width:40%;
    margin:0 auto;
}
.home-conTwo-cn{
    width:70%;
    text-align: right;
    margin-top: -20px;
    color:#353535;
    font-size: 18px;
    font-weight: bold;
}
.home-conTwo-img{
    width:98%;
    margin:0 auto;
    margin-top:-100px;
    display: flex;
    justify-content: space-between;
}
.home-conTwo-img div{
    width:24%;
    height:100%;
}
.home-conTwo-img div img{
    width:100%;
    height:100%;
}
.home-line{
    width:100%;
    border:1px solid #F3F3F3;
    margin-top: 20px;
}
.home-conThree{
    width:98%;
    margin:0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.home-conThree-img{
    width:32%;
    height:150px;
    background:white;
    border:1px solid #EEEEEE;
}
.home-conThree-img img{
    width:100%;
    height:100px;
}
.home-conThree-img-a{
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home-conThree-img-a a{
    color:#666666;
}
.home-conThree-img-div{
    color:#B2B2B2;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
    #show-area{
        height:400px;
    }
    #show-area ul li{
        width:768px;
        height:400px;
    }

    .Btn{
        width:50px;
        height:50px;
        position: absolute;
    }
    .home-con{
        margin-top:40px;
    }
    .home-con-en{
        font-size: 24px;
    }
    .home-con-cn{
        font-size: 20px;
    }
    .home-con-area{
        margin-top: 20px;
        font-size: 16px;
    }
    .home-img{
        margin-top: 40px;
    }
    .home-img div{
        height:150px;
    }
    .home-btn{
        margin-top: 40px;
    }
    .home-btn a{
        height:40px;
        font-size: 16px;
        line-height: 40px;
    }
    .home-bgColor{
        height:300px;
        margin-top:40px;
    }
    .home-conTwo-en1{
        font-size: 24px;
        padding-top: 40px;
    }
    .home-conTwo-en2{
        font-size: 24px;
        width:29%;
    }
    .home-conTwo-cn{
        width:62%;
        margin-top: -30px;
        font-size: 24px;
    }
    .home-conTwo-img{
        margin-top:-150px;
    }
    .home-line{
        margin-top: 40px;
    }
    .home-conThree{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .home-conThree-img{
        height:250px;
    }
    .home-conThree-img img{
        height:150px;
    }
    .home-conThree-img-a{
        margin-top: 20px;
        font-size: 16px;
    }
    .home-conThree-img-div{
        margin-top: 10px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1024px) {
    #show-area{
        height:800px;
    }
    #show-area ul li{
        width:1920px;
        height:800px;
    }
    .Btn{
        width:80px;
        height:80px;
        position: absolute;
    }
    .leftBtn{
        left:2%;
    }
    .rightBtn{
        right:2%;
    }
    .home-con{
        margin-top:80px;
    }
    .home-con-en{
        font-size: 36px;
    }
    .home-con-cn{
        font-size: 36px;
    }
    .home-con-area{
        width:70%;
        margin:0 auto;
        margin-top: 40px;
        font-size: 16px;
    }
    .home-img{
        width:70%;
        margin:0 auto;
        margin-top: 60px;
    }
    .home-img div{
        height:250px;
    }
    .home-btn{
        width:30%;
        margin:0 auto;
        margin-top: 40px;
    }
    .home-btn a{
        height:40px;
        font-size: 16px;
        line-height: 40px;
    }
    .home-bgColor{
        height:400px;
        margin-top:100px;
    }
    .home-conTwo-en1{
        font-size: 36px;
        padding-top: 80px;
    }
    .home-conTwo-en2{
        font-size: 36px;
        width:16%;
    }
    .home-conTwo-cn{
        width:60%;
        margin-top: -49px;
        font-size: 36px;
    }
    .home-conTwo-img{
        width:70%;
        margin: 0 auto;
        margin-top:-150px;
    }
    .home-conTwo-img div{
        width:22%;
        height:574px;
    }
    .home-line{
        margin-top: 100px;
    }
    .home-conThree{
        margin-top: 40px;
        margin-bottom: 40px;
        width:70%;
    }
    .home-conThree-img{
        height:380px;
    }
    .home-conThree-img img{
        height:250px;
    }
    .home-conThree-img-a{
        margin-top: 30px;
        font-size: 16px;
        text-align: center;
    }
    .home-conThree-img-div{
        margin-top: 20px;
        font-size: 16px;
        text-align: center;
    }
}