@charset "utf-8";
    body,ul,li,div{ 
    padding: 0;
    margin: 0;
     }
li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
a:hover{
    color: red;
}
input,img{
    border: none;
}
.clear{
    clear: both;
    height: 10px;
    width: 100px;
}
body{
    font-family: "微软雅黑"; 
}
p,h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin:0;
}
/*
background-size: cover; 视觉差
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center; 


 img{ 放大
    transition: all 1s;
}
 img:hover{
    transform: scale(1.4);
}
.divw{  布局居中  
        width: 100%;
        height: 500px;
        border:1px solid red;
        justify-content:sflex-start 所有元素居左
        justify-content:sflex-end   所有元素居右
        justify-content:scenter     所有元素居中
        justify-content:space-between    所有元素两遍对齐
        justify-content:space-around     所有元素两遍留白 这五个元素只要一个就可以
        align-items:center;               水平居中
        display:-webkit-flex;             适应各种浏览器
        flex-direction: row;              可以换行
        flex-wrap: wrap;                  可以换行    
    }
.divw::before   ::after{ 伪元素，一个前一个后
        content: "1";
        width: 100px;
        height: 100px;
        border:1px solid red;
        text-align: center;
        line-height: 100px;
    }

    @media  (min-width:1600px) and (max-width:9999px){

   } 响应式



   .divb{   鼠标经过动画 
        width:230px;        
        height:270px;      
        position:fixed;     
        top: 50%;
        left: 50%;
        margin-left: -115px;
        margin-top: -135px;
        transition:all 0.3s linear; 
        border: 1px solid red;
        -webkit-transition:all 0.3s linear; 
        z-index: 999;
        overflow: hidden;
    }
    .divb .divn{
        width: 230px;
        height: 100%;
        position:absolute; left:0px; top:0px;
        top:-270px; transition:all 0.2s ease; 
        -webkit-transition:all 0.2s ease;
        background: rgba(0,0,0,0.5);
    }
    .divb:hover .divn{
        display:block; top:0px;
    }
    
    span{ position:absolute;left:15px; bottom:32px;transition:all 1s; -webkit-transition:all 1s;}

    .divb .divn:hover span{ 
        animation: img4 0.8s linear infinite alternate; 
        -webkit-animation: img4 1s linear infinite alternate;
    }

    @keyframes img4 {0% { bottom:32px;} 100% { bottom:27px;}}

    @-webkit-keyframes img4 {0% { bottom:32px;} 100% { bottom:27px;}}

    letter-spacing:0.02rem;
*/
@media  (min-width:1850px){
 .div1{
    background: url(../image/bj-1.jpg) center center no-repeat;
    height: 428px;
    position: relative;
} 

.div2{
    background: url(../image/bj-2.jpg) center center no-repeat;
    height:350px;
    position: relative;
}
    
    
}
@media (min-width:1600px) and (max-width:1849px){
.div1{
    background: url(../image/bj-1.jpg) center center no-repeat;
    height: 352px;
    position: relative;
    background-size: 100%;
}
.div2 {
    background: url(../image/bj-2.jpg) center center no-repeat;
    height: 288px;
    position: relative;
    background-size: 100%;
}
    
}
@media (min-width:1200px) and (max-width:1599px){
.div1{
    background: url(../image/bj-1.jpg) center center no-repeat;
    height: 280px;
    position: relative;
    background-size: 100%;
}
.div2 {
    background: url(../image/bj-2.jpg) center center no-repeat;
    height: 230px;
    position: relative;
    background-size: 100%;
}
    
}

.div3{
    background: url(../image/bj-3.jpg) center center no-repeat;
    height:243px;
    position: relative;
    margin: 0 auto;
}
.div4{
    background: url(../image/bj-4.jpg) center center no-repeat;
    height:475px;
    position: relative;
}
.div5{
    background: url(../image/bj-5.jpg) center center no-repeat;
    height:607px;
    position: relative;
}
.div6{
    background: url(../image/bj-6.jpg) center center no-repeat;
    height:416px;
    position: relative;
}
.div7{
    background: url(../image/bj-7.jpg) center center no-repeat;
    height:425px;
    position: relative;
}
.div8{
    background: url(../image/bj-8.jpg) center center no-repeat;
    height:413px;
    position: relative;
}
.div9{
    background: url(../image/bj-9.jpg) center center no-repeat;
    height:313px;
    position: relative;
}
.div10{
    background: url(../image/bj-10.jpg) center center no-repeat;
    height:500px;
    position: relative;
}
.div11{
    background: url(../image/bj-11.jpg) center center no-repeat;
    height:506px;
    position: relative;
}
.div12{
    background: url(../image/bj-12.jpg) center center no-repeat;
    height:1168px;
    position: relative;
}
.div13{
    background: url(../image/bj-13.jpg) center center no-repeat;
    height:769px;
    position: relative;
}
.div14{
    background: url(../image/bj-14.jpg) center center no-repeat;
    height:303px;
    position: relative;
}
.div4 a{
    display: inline-block;
    width: 100%;
    height: 216px;
    position: absolute;
    bottom: 0;
}
.div5 a, .div6 a, .div7 a, .div8 a, .div11 a, .div12 a, .div13 a{
    display: inline-block;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
}
