*{
    list-style: none;
    padding: 0;
    margin: 0;
}
html,body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: #f5f6f7;
}
.clearfix:after{
    content:".";        
    display:block;        
    height:0;        
    clear:both;        
    visibility:hidden;        
}
a{
    text-decoration: none;
    color: #000;
}
.head{
    /*background: #fff;*/
}
.Img{
    width: 100%;
    height: 280px;
    margin-top: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.Img img{
    width: 100%;
}
.wow{
    padding: 1% 20%;
    font-size: 1rem;
}
.proTitle{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 40px;
}
.mainpic{
    width: 800px;
    margin: 0 auto;
    margin-top: 40px;
}
.bofang{
    width: 800px;
    height:auto;
    overflow:hidden;
    margin: 0 auto;
    margin-top: 40px;
}
.bofang .show{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.bofang .show a{
    display: inline-block; 
    padding: 5px 15px;
    margin: 0 10px;
    border: 1px solid #838282;
    color: #838282;
    font-size: 16px;
}
.bofang .show a:hover{
    border: 1px solid #000;
    color: #000;
}

.banner{
    text-align: center;
    padding: 2% 0 0 0;
}
.banner .banBox{
    display: inline-block;
}
.banner .left{
    width: 60px;
    float: right;
}
.banner .left .dh{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .left .dh img{
    width: 80%;
    display: block;
}
.banner .left .lb{
    width: 100%;
    height: 245px;
    position: relative;
    overflow: hidden;
}
.banner .left .lb ul{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
}
.banner .left .lb ul li{
    width: 100%;
    padding: 2px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .left .lb ul li img{
    width: 95%;
    display: block;
}
.banner .right{
    float: right;
    padding-top: 80px;
    margin-left: 50px;
}
.banner .right .box{
    width: 400px;
    height: 400px;
    position: relative;
    overflow: hidden;
    float: left;
}
.banner .right .box ul{
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
.banner .right .box ul li{
    float: left;
}
.banner .right .box ul li img{
    width: 100%;
}
.banner .right .text{
    float: left;
    height: 400px;
    display: flex;
    align-items: center;
    margin-left: 150px;
    text-align: left;
}
.banner .right .text .con{

}
.banner .right .text .con .title{
    font-size: 2.5rem;
    font-weight: bold;
}
.banner .right .text .con .p{
    margin-top: 1rem;
}
.banner .right .text .con .p p{
    color:#767676;
    font-weight: bold;
    margin-top: .4rem;
}
.banner .right .text .con .but{
    margin-top: 2rem;
}
.banner .right .text .con .but a{
    display: inline-block;
    padding: .5rem 2rem;
    background: #ff0000;
    color: #fff;
}


.content{
    padding: 40px 0;
    text-align: center;
}
.content .Multiangle{
    
}
.content .Multiangle p{
    width: 800px;
    margin: 0 auto;
    margin-top: 40px;
}
.content .Multiangle p img{
    width: 100%;
    display: block;
}
.content .title{
    margin: 3% 0;
    text-align: center;
}
.content .title img{
    width: 200px;
    display: inline-block;
}
/* .content .actual{
    width: 100%;
    border: 1px solid #000;
}
.content .actual img{
    width: 100%;
    display: block;
} */
.content .structure{
    width: 100%;
}
.content .structure img{
    width: 50%;
    min-width: 600px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
/* .content .charact{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content .charact .charactImg{
    width: 48%;
    margin-top: 2rem;
}
.content .charact .charactImg img{
    width: 100%;
} */
.content .recom{
    width: 1200px;
    margin: 0 auto;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content .recom .recomImg{
    width: 23%;
    margin: 0 1%;
}
.content .recom .recomImg a{
    display: block;
    border: 1px solid #ccc;
}
.content .recom .recomImg img{
    width: 100%;
}
@media screen and (max-width: 1400px){
    .Img{
        height: 500px;
    }
}
@media screen and (max-width: 1280px){
    .mainpic{
        width: 600px;
    }
    .bofang{
        width: 600px;
    }
    .content .Multiangle p{
        width: 600px;
    }
    .content .title img{
        width: 150px;
    }
    .content .recom{
        width: 900px;
    }
}
@media screen and (max-width: 1000px){
    .Img{
       height: 350px;
    }
    .proTitle{
        font-size: 20px;
    }
    .content .title img{
        width: 120px;
    }
    .content .recom{
        width: 720px;
    }
    .banner .right{
        margin-left: 50px;
    }
    .banner .right .text{
        margin-left: 30px;
    }
    .content{
        padding: 5% 20%;
    }
}
@media screen and (max-width: 800px){
    .banner .left{
        float: none;
        height: 63px;
        width: 100%;
        margin-top: 1rem;
    }
    .banner .left .dh{
        width: 50px;
        height: 100%;
        float: left;
    }
    .banner .left .dh img{
        transform: rotate(-90deg)
    }
    .banner .left .lb{
        height: 100%;
        float: left;
    }
    .banner .left .lb ul{

    }
    .banner .left .lb ul li{
        float: left;
        width: 60px;
    }
    .banner .right{
        padding: 0;
        float: none;
        margin-left: 30px;     
    }
    .banner .right .box{
        width: 300px;
        height: 300px;
    }
    .banner .right .box ul{
        height: 100%;
    }
    .banner .right .text{
        height: 300px;
    }
   
}
@media screen and (max-width: 768px){
    .Img{
        margin-top: 4rem;
        height: 200px;
    }
    .wow{
        display: none;
    }
    .mainpic{
        width: 90%;
        margin-top: 20px;
    }
    .bofang{
        width: 90%;
        margin-top: 20px;
    }
    .banner{
        padding: 5% 0;
    }
    .banner .right{
        margin-left: 0;
    }
    .banner .right .box{
        width: 200px;
        height: 200px;
    }
    .banner .right .text{
        width: 130px;
        height: 200px;
        margin-left: 10px;
    }
    .banner .right .text p{
        width: 100%;
    }
    .banner .right .text .con .title{
        font-size: 1.5rem;
    }
    .banner .right .text .con .p{
        margin-top: .5rem;
    }
    .banner .right .text .con .p p{
        font-size: .8rem;
        margin-top: .2rem;
    }
    .banner .right .text .con .but{
        margin-top: .8rem;
    }
    .banner .right .text .con .but a{
        padding: .3rem 1rem;
        font-size: .8rem;
    }
    .banner .left{
        margin-top: .5rem;
    }
    .banner .left .dh{
        width: 30px;
    }
    .content{
        padding: 20px 5%;
    }
    .content .Multiangle p{
        width: 100%;
        margin-top: 20px;
    }
    /* .content .title img{
        width: 120px;
    } */
    /* .content .charact .charactImg{
        margin-top: 1rem;
    } */
    .content .structure img{
        width: 100%;
        min-width: 100%;
    }
    .content .recom{
        width: 100%;
        margin-top: 20px;
    }
    .content .recom .recomImg{
        width: 48%;
    }
}