@charset "utf-8";
html{
    margin:0px;
    padding:0px;
    z-index:1;
    overflow-x:hidden;
    height:100%;
    }
    
body{
    margin:0 auto;  
    padding:0px; 
    font-size:12px; 
    font-family:"Microsoft Yahei",arial,"Hiragino Sans GB",sans-serif;
    background:#fff;
    z-index:99;
    height:100%;
    width:100%;
    color:#585757;
    }
    
a{
    font-size:12px; 
    text-decoration:none;
    color:#000;
    }
    
a:hover{
    font-size:12px; 
    color:#a30000;
    text-decoration:none;
    }
    
p{
    padding:0px; 
    margin:0px;
    }
    
h1,h2,h3,h4,h5,h6{
    margin:0px;
    padding:0px; 
    font-weight:normal;
    }
    
dl,dt,dd,ul,li,ol{
    margin:0px; 
    padding:0px; 
    list-style-type:none;
    text-decoration:none;
    }
    
input{
    outline:none;
    }
    
img{
    border:0px; 
    margin:0px; 
    padding:0px;

    }
em{
    font-style:normal;
    }
tr{
    _border-top: 1px solid #bfbfbf;
    _border-bottom: 1px solid #bfbfbf;
}
h1,h2,h3,h4,h5,h6,b{ font-weight: normal;}
/*正式代码*/
.con{ width:1170px; margin: 0 auto;}

.ty{ width:100%; display:inline-block;}
.ty .dhs{ width:1170px; margin:0 auto; }
.top-wrapper{     
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between; 
    padding: 0 10px;
}
.top-wrapper h2{  
    color:#262626; 
    font-size: 32px;  
    overflow:hidden;
}

.kwmain{
    width: 315px;
    position: relative;
}
.kwtext{
    width: 100%;
    padding: 10px 2px;
    border: 1px solid #ccc;
    background: #fff;
}
.kwbutton{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 7px;
    width: 25px;
}
.kwbutton>img{
    width: 100%;
}


.sp_warrper .sps ul{padding-top: 20px;width:100%;float:left;}
.sp_warrper .sps ul a{width:48%;margin:0 1%;float:left;height:346px;}

.sp_warrper .sps ul li{ width:49%; float: left; margin-right: 2%; position:relative; overflow:hidden; margin-bottom: 30px; cursor:pointer;}
.sp_warrper .sps ul li{ width:100%; float: left; position:relative; overflow:hidden; cursor:pointer; }
.sp_warrper .sps ul li a{display:block;}
.sp_warrper .sps ul .li02,.sp_warrper .sps ul .li04,.sp_warrper .sps ul .li06,.sp_warrper .sps ul .li08,.sp_warrper .sps ul .li10,.sp_warrper .sps ul .li12,.sp_warrper .sps ul .li14,.sp_warrper .sps ul .li16,.sp_warrper .sps ul .li18{ margin-right: 0;}
.sp_warrper .sps ul li p{ width:100%; height:40px; background:rgba(36,27,28,0.7); position:absolute; bottom:0px; left:0; line-height: 40px; color:#fff; padding-left: 10px; box-sizing: border-box; font-size: 14px;}
.sp_warrper .sps ul li img{ width:100%;display:block;}
.sf1{ animation:sf1 0.5s;-webkit-animation:sf1 0.5s;animation-fill-mode: forwards;}
@-webkit-keyframes sf1 {
    0% { -webkit-transform:scale(1,1);}
    100% { -webkit-transform:scale(1.1,1.1); }
}

@keyframes sf1 {
    0% { transform:scale(1,1);}
    100% { transform:scale(1.1,1.1); }
    
}
.sf2{ animation:sf2 0.5s;-webkit-animation:sf2 0.5s; animation-fill-mode: forwards;}
@-webkit-keyframes sf2 {
    0% { -webkit-transform:scale(1.1,1.1);}
    100% { -webkit-transform:scale(1,1); }
}

@keyframes sf2 {
    0% { transform:scale(1.1,1.1);}
    100% { transform:scale(1,1); }
    
}
.sp_warrper .sps ul li span{ position:absolute; top:50%; left:50%; z-index:10; margin-left:-30px; margin-top:-30px; opacity:0.8;}
.sp_warrper .sps ul li span img{ width:inherit;}



