.banner1{
    height: 600px;
    width: 100%;
}
/* 重置swiper原本样式 banner1*/
.banner1 .swiper-pagination-bullet{
    width: 25px;
    height: 6px;
    border: 1px solid #5797f5;
    border-radius: 3px; 
    background: rgba(0, 0, 0, 0);
    transition: all ease .5s;
}
.banner1 .swiper-pagination-bullet-active{
    background: #5797f5;
}
.banner1 .swiper-pagination{
    bottom: 30px;
}
/* 重置swiper原本样式 -end banner1 */
.banner1 .banner-into{
    margin: 0 auto;
    /* padding: 94px 68px 0 68px; */
    padding: 4% 8% 0 8%;
    box-sizing: border-box;
}
.banner1 .banner-into h3{
    font-size: 60px;
    color: #5797f5;
    margin-bottom: 54px;
}
.banner1 .banner-into p{
    font-size: 16px;
    color: #5797f5;
    margin-bottom: 24px;
    margin-bottom: 92px;
}
.button{
    width: 120px;
    height: 34px;
    border: 1px solid #5797f5;
    color: #5797f5;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    display: block;
    transition: all ease .5s;
}
.button:hover{
    background: #5797f5;
    color: #fff;
}
.banner1 .swiper-slide{
    padding-top: 120px;
    box-sizing: border-box;
}
.floor2{
    padding: 120px 0;
    box-sizing: border-box;
}
.floor2_content{
    padding: 94px 72px;
    box-sizing: border-box;
    background: #fff;
	display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;      
  	display: -webkit-flex;     
  	display: flex;             
	-webkit-justify-content: space-between;
   	-moz-justify-content: space-between;
  	-ms-justify-content: space-between;
  	-o-justify-content: space-between;
  	justify-content: space-between;
  	/* -webkit-align-items: center;
  	-moz-align-items: center;
  	-ms-align-items: center;
  	-o-align-items: center;
    align-items: center;	 */
}
.floor2_content_left{
    width: 52%;
}
.floor2_content_left h4{
    font-size: 26px;
    color: #000000;
    margin-bottom: 42px;
    font-weight: bold;
}
.floor2_content_left p{
    color: #333;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.title{
    text-align: center;
    background: url(../src/images/kuang_03.png) no-repeat center;
    /* background-size: cover;  */
}
.floor3 .title{
    margin-bottom: 94px;
}
.title h2{
    font-size: 36px;
    color:#5797f5; 
    margin-bottom: 11px;
}
.title h5{
    font-size: 16px;
    color: #c0cfe6;
}
.floor3,.floor4{
    padding-top: 120px;
    box-sizing: border-box;
}
.floor3_nav{
	display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;      
  	display: -webkit-flex;     
  	display: flex;             
	-webkit-justify-content: space-around;
   	-moz-justify-content: space-around;
  	-ms-justify-content: space-around;
  	-o-justify-content: space-around;
  	justify-content: space-around;
  	-webkit-align-items: center;
  	-moz-align-items: center;
  	-ms-align-items: center;
  	-o-align-items: center;
    align-items: center;	  
    padding: 0 40px;
    box-sizing: border-box;  
}
.floor3_nav li a{
    display: block;
    font-size: 18px;
    line-height: 26px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #333;
    transition: all ease-out .3s;
}
.floor3_nav li .active{
    color: #fff;
    background: #5797f5;
}
.floor3_nav li a:hover{
    color: #fff;
    background: #5797f5;
}
.banner2 .swiper-slide{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    /* -webkit-justify-content: space-around;
     -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around; */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;	 
}
.banner2{
    padding: 70px 0;
    box-sizing: border-box;
}
.banner2 .swiper-slide a{
    position: relative;
    overflow: hidden;
}
.banner2 .swiper-slide .product_mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(87, 151, 245, 0.6);
    z-index: 50;
    left: 0;
    top: 500px;
    /* padding: 106px 50px 0 50px; */
    padding: 0 50px;
    box-sizing: border-box;
    text-align: center;
    transition: all ease-out .5s;

    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    -webkit-justify-content: center;
     -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;	 
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.banner2 .swiper-slide a:hover .product_mask{
    top: 0;
}
.banner2 .swiper-slide .product_mask h6{
    color: #fff;
    font-size: 26px;
    margin-bottom: 24px;
}
.banner2 .swiper-slide .product_mask p{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 15px;
}
.banner2 .swiper-slide .product_mask img{
    width: 25px;
    height: 25px;
    /* margin: 0 auto; */
}
.banner2 .swiper-slide .product_item{
    margin-right: 26.66px
}
.banner2 .swiper-slide .product_item:nth-child(4n){
    margin-right: 0;
}
/* 重置swiper原本样式 banner2*/
.banner2 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    /* border: 1px solid rgba(155, 155, 155, 1); */
    border: 1px solid #9b9b9b;
    background: rgba(0, 0, 0, 0);
    transition: all ease .3s;
    border-radius: 50%;
    opacity: 1;
}
.banner2 .swiper-pagination-bullet-active{
    background: #5797f5;
    border: 1px solid #5797f5;
    border-radius: 50%;
}
/* .banner2 .swiper-pagination{
    bottom: 30px;
} */
/* 重置swiper原本样式 -end banner2 */

.floor4{
    background: url(../src/images/floor4back_10.jpg) no-repeat center;
    background-size: cover;
    height: 480px;
}
.floor4 .title{
    margin-bottom: 80px;
}
.floor4 ul{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    /* -webkit-justify-content: center;
     -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;	 
}
.floor4 .content{
    margin-top: -380px;
    margin-bottom: 80px;
}
.floor3{
    margin-bottom: 380px;
}
.floor4 .content li{
    margin-right: 45px;
}
.floor4 .content li:nth-child(3n){
    margin-right: 0;
}
.floor4 .content li .text_content{
    padding: 38px 30px 30px 30px;
    box-sizing: border-box;
    background: #fff;
}
.floor4 .content span{
    font-size: 14px;
    color: #999;
}
.floor4 .content li .english{
    font-size: 13px;
    color: #999;
    margin-bottom: 14px;
    display: block;
}
.floor4 .content li h5{
    font-size: 18px;
    line-height: 26px;
    color: #333;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all ease .5s;
}
.floor4 .content li h5:hover{
    color: #5797f5;
}
.floor4_button{
    margin: 0 auto;
    border: 1px solid #fff;
    color: #fff;
}
.floor4_button:hover{
    background: #fff;
    color: #5797f5;
}
.floor5{
    padding: 120px 0;
    box-sizing: border-box;
}
.imgbox{
    width: 370px;
    height: 222px;
    overflow: hidden;  
}
.imgbox img{
    width: 100%;
    height: 100%;
    transition: all ease .5s;
}
.imgbox:hover img{
    transform: scale(1.2);  
}

.floor5_content{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    /* -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;	  */
}
.floor5_content_left{
    width: 784px;
    box-sizing: border-box;
}
.floor5_content_left .text_content{
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.floor5_content .theme{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    /* -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;	 
    height: 60px;
    background: #5797f5;
    font-size: 20px;
    padding-left: 25px;
    box-sizing: border-box;
}
.floor5_content .theme h4{
    color: #fff;
}
.floor5_content .theme span{
    color: rgba(255,255,255,.6);
    margin: 0 12px;
}
.floor5_content .theme h5{
    color: rgba(255,255,255,.6);
}
.floor5_content_left .text_content{
    padding: 25px;
    box-sizing: border-box;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    /* -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;	  */
}
.floor5_content_left .text_content img{
    width: 320px;
    height: 290px;
}
.floor5_content_left .text_area{
    width: 380px;
    padding-top: 22px;
    box-sizing: border-box;
}
.floor5_content_left .text_area p{
    font-size: 14px;
    line-height: 30px;
    color: #7a7a7a;
    margin-bottom: 16px;
}
.floor5_content_left .text_area p:nth-last-of-type(1){
    margin-bottom: 0;
}
.floor5_content_left .text_area .p_box{
    margin-bottom: 36px;
}
.floor5_content_left .text_area a{
    border: 1px solid #e5e5e5;
    color: #333;
}
.floor5_content_left .text_area a:hover{
    color: #fff;
    border: 1px solid #5797f5;
}
.floor5_content_right{
    width: 370px;
    box-sizing: border-box;
}
.floor5_content_right .text_content{
    padding: 25px;
    box-sizing: border-box;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.floor5_content_right .to_contact{
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 27px;
}
.floor5_content_right .to_contact img{
    width: 100%;
}
.floor5_content_right .to_contact h4{
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    background: rgba(87, 151, 245, .7);
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.floor5_content_right .text_content ul li{
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;  
    /* -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; */
    margin-bottom: 14px;
}
.floor5_content_right .text_content ul li:nth-last-of-type(1){
    margin-bottom: 0;
}
.floor5_content_right .text_content ul li div{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;  
    /* -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; */
}
.floor5_content_right .text_content ul li span{
    color: #909090;
    word-break: keep-all;
}
.floor5_content_right .text_content ul li p{
    color: #333;
}
.floor5_content_right .text_content ul li i{
    height: 18px;
    width: 18px;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    -webkit-justify-content: center;
     -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content:center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;	 
    margin-right: 5px;
}

.floor3_nav{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content:flex-start;
    justify-content: flex-start;
}
.floor3_nav li{
	margin: 0 1.18% 20px 1.18%;
}



.floor2 .button{
    border: 1px solid #e5e5e5;
    color: #333333;
}
.floor2 .button:hover{
    border: 1px solid #5797f5;
    color: #fff;
}



.banner2{
    display:none;
}