@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;}}
*/
.div1{
    background: url(../image/bj-1.jpg) center center no-repeat;
    height: 362px;
    position: relative;
}
.div2{
    background: url(../image/bj-2.jpg) center center no-repeat;
    height:242px;
    position: relative;
}
.div2 a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.div3{
    background: url(../image/bj-3.jpg) center center no-repeat;
    height: 538px;
    position: relative;
}
.div3 div{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    left: -70px;
    top: 230px;
}
.div3 p{
    margin: 0 auto;
    font-size: 20px;
    width: 800px;
    text-indent: 40px;
    line-height: 35px;
    padding-top: 30px;
}
.div4{
    background: url(../image/bj-4.jpg) center center no-repeat;
    height: 280px;
    position: relative;
}
.div5{
    background: url(../image/bj-5.jpg) center center no-repeat;
    height: 476px;
    position: relative;
}
.div5 p{
    margin: 0 auto;
    position: relative;
    top: 315px;
    text-indent: 40px;
    font-size: 20px;
    width: 1000px;
    line-height: 35px;
}
.div5 a, .div8 a{
    display: inline-block;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
}
.div6{
    background: url(../image/bj-6.jpg) center center no-repeat;
    height: 1112px;
    position: relative;
}
.div6 .div61, .div7 .div71{
    margin: 0 auto;
    width: 1100px;
    height: 100%;
    color: #fff
}
.div6 .div61 div, .div7 .div71 div{
    width: 400px;
    height: 345px;
    padding-top: 40px;
}
.div6 .div61 h4, .div7 .div71 h4 {
    font-size: 30px;
}
.div6 .div61 p, .div7 .div71 p{
    font-size: 20px;
    margin-top: 30px;
    line-height: 40px;

}
.div7{
    background: url(../image/bj-7.jpg) center center no-repeat;
    height:1050px;
    position: relative;
}
.div8{
    background: url(../image/bj-8.jpg) center center no-repeat;
    height: 645px;
    position: relative;
}
.div9{
    background: url(../image/bj-9.jpg) center center no-repeat;
    height: 760px;
    position: relative;
}
.div9 .div91{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.div9 .div91 div{
    width: 45%;
    font-size: 20px;
    position: absolute;
}
.div9 .div91 div:nth-child(1){
    top: 80px;
    left: 20px;
}
.div9 .div91 div:nth-child(2){
    top:80px;
    left: 630px;
}
.div9 .div91 div:nth-child(3){
    top: 580px;
    left: 20px;
}
.div9 .div91 div:nth-child(4){
    top: 580px;
    left: 630px;
}
.div9 a, .div11 a{
    display: inline-block;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
}
.div10{
    background: url(../image/bj-10.jpg) center center no-repeat;
    height:238px;
    position: relative;
}
.div11{
    background: url(../image/bj-11.jpg) center center no-repeat;
    height:1071px;
    position: relative;
}
.div11 .div111{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.div11 .div111 div{
    width:500px;
    height: 300px;
    position: absolute;
}
.div11 .div111 div:nth-child(1){
    top: 25px;
    left:45px;
}
.div11 .div111 div:nth-child(2){
    top: 380px;
    right: 40px;
}
.div11 .div111 div:nth-child(3){
    top: 700px;
    left: 45px;
}
.div11 .div111 div h3{
    font-size: 22px;
}
.div11 .div111 div h3 strong{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #d6a354;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
.div11 .div111 div p{
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    font-size: 18px;
    line-height: 40px;
}
.div12{
    background: url(../image/bj-12.jpg) center center no-repeat;
    height:595px;
    position: relative;
}
.div12 p{
    margin: 0 auto;
    width: 1100px;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    text-indent: 40px;
    top: 230px;
}
.div13{
    background: url(../image/bj-13.jpg) center center no-repeat;
    height:553px;
    position: relative;
}
.div13 p{
    margin: 0 auto;
    width: 1100px;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    text-indent: 40px;
    top: 30px;
}
.div14{
    background: url(../image/bj-14.jpg) center center no-repeat;
    height: 724px;
    position: relative;
}
