*{
    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;
}
@font-face {
  font-family: 'iconfont';  /* project id 1712690 */
  src: url('http://at.alicdn.com/t/font_1712690_8d2j6o0dta.eot');
  src: url('//at.alicdn.com/t/font_1712690_8d2j6o0dta.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_1712690_8d2j6o0dta.woff2') format('woff2'),
  url('http://at.alicdn.com/t/font_1712690_8d2j6o0dta.woff') format('woff'),
  url('http://at.alicdn.com/t/font_1712690_8d2j6o0dta.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_1712690_8d2j6o0dta.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon_tl::after{
	content: '\e601';
}
.icon_br::after{
	content: '\e600';
}
.Img{
    width: 100%;
    height: 500px;
    margin-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.Img img{
    width: 100%;
}
.wow{
    padding: 1% 20%;
    font-size: 1rem;
}

.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{
    width: 60px;
    height: 60px;
    font-size: 40px;
    color: #919191;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.banner .left .dh:hover{
	color: #000;
}
.banner .left .dh img{
    width: 80%;
    display: block;
}
.banner .left .lb{
    width: 100%;
    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: 5% 15%;
    text-align: center;
}
.content .title{
    margin: 3% 0;;
}
.content .title img{
    width: 20%;
    min-width: 150px;
}
.content .actual{
    width: 100%;
    border: 1px solid #000;
}
.content .actual img{
    width: 100%;
    display: block;
}
.content .structure{
    display: flex;
    flex-wrap: wrap;
}
.content .structure .structureLis{
    width: 24%;
    margin:0 0.5%;
}
.content .structure img{
    width: 100%;
    display: block;
}
.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: 100%;
    display: flex;
    flex-wrap: wrap;
}
.content .recom .recomImg{
    width: 24%;
    margin:0 0.5%;
}
.content .recom .recomImg img{
    width: 100%;
}
.xqtu img{
	width: 52%;
}
@media screen and (max-width: 1700px){
    
}
@media screen and (max-width: 1400px){
    .Img{
        height: 350px;
    }
}
@media screen and (max-width: 1200px){
    .banner{
        
    }
}
@media screen and (max-width: 1100px){
    
}
@media screen and (max-width: 1000px){
    .Img{
       height: 200px;
    }
    .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: 767px){
	.xqtu img {
    width: 75%;
}
    .Img{
        margin-top: 70px;
    }
    .content{
        padding: 5% 5% 15% 5%;
    }
    .wow{
        display: none;
    }
     .swiper-button-prev{
        position: absolute;
        left: 0%;
    }
    .swiper-button-next{
        position: absolute;
        right: 0%;
    }
    .content .text p{
        font-size: .8rem;
    }
    .content .ul{
        margin-top: 13%;
        padding-top: 5%;
    }
    .content .ul .li{
        width: 26%;
        height: 2rem;
        font-size: .8rem;
    }
    .banner{
        padding: 5% 0;
    }
    .banner .right{
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .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.2rem;
    }
    .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;
    }
    /* .banner .left{
        height: 51px;
        margin-left: -15px;
    }
    .banner .left .dh{
        width: 30px;
    }
    .banner .left .lb ul li{
        width: 50px;
    } */
    .content .charact .charactImg{
        margin-top: 1rem;
    }
}

@media screen and (max-width: 450px){
	.Img {
	    height: 160px;
	}
	.content .recom .recomImg {
	    width: 49%;
	}
	.content .structure{
		display: flex;
        flex-wrap: wrap;
	}
	.content .structure .structureLis{
		width: 49%;
        display: block;
	}
    .banner .banBox{
        display: block;
        padding: 0 15px;
    }
    .banner .right .box{
        float: none;
        width: 160px;
    }
    .banner .right .text{
        float: none;
        align-items: flex-start;
    }
}