@charset "utf-8";
    body,ul,li,div{ 
    padding: 0;
    margin: 0;
     }
li{
    list-style-type: none;
}
a{
    text-decoration: none;
    font-family: "微软雅黑"; 
}
input,img{
    border: none;
}
.clear{
    clear: both;
    height: 10px;
    width: 100px;
}
body html{
    font-family: "微软雅黑"; 
    height: 100%;
}
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;
    }

  
 {    视觉差效果
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
}



    @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;}}
*/
.zhuti{
    font-size: 0;
}
.div1 {
    display: block;
    max-width:100%;
    background: url(../image/bj-1.jpg) no-repeat center center;
    background-size: 100%;
    padding-top: 25.5%;
    margin: 0 auto;
}
.div222{
    width: 100%;
    height: 600px;
    background: #fbf8ef;
}
.div2 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 555px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.div2 .left{
    position: absolute;
    left: 0;
}
.div2 .left img{
    display: inline-block;
    width: 603px;
    height: 555px;
}
.div2 .right{
    width: 566px;
    position: absolute;
    right: 0;
}
.div2 .right p{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    letter-spacing: 4px;
}
.div2 .right img{
    display: inline-block;
    width: 362px;
    height: 241px;
}
.div3 {
    width: 1200px;
    margin: 0 auto;
}
.div33{
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    justify-content:space-between;
    align-items:center; 
    display:-webkit-flex; 
    flex-direction: row;
    flex-wrap: wrap;  
}
.div33 div{
    width: 240px;
    height: 320px;
    margin-left: 20px;
}
.div33 div img{
    display: inline-block;
    width: 240px;
    height: 240px;
}
.div33 div span{
    display: inline-block;
    width:100%;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}
.divb{
    width: 100%;
    background: #fbf8ef;
    height: 120px;
}
.divb .divbb{
    width: 1200px;
    margin: 0 auto;
}
.div44{
    width: 100%;
    background: #fbf8ef;
    height: auto;
}
.div4{
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    height: 330px;
    padding-top: 30px;
}
.div4 .left{
    width: 600px;
    height: 292px;
    display: inline-block;
    font-size: 0;
    float: left;
}
.div4 .left p{
    font-size:20px;
    margin-bottom: 6px;
}
.div4 .left p strong{
    color: red;
}
.div4 .right{
    width: 598px;
    display: inline-block;
    float: right;
}
.div4 .left p:nth-child(1){
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: red;
    font-weight: bold;
}



.div5{
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    height: 330px;
    padding-top: 30px;
}
.div5 .left{
    width: 600px;
    height: 292px;
    display: inline-block;
    font-size: 0;
    float: left;
}
.div5 .right p{
    font-size:20px;
    margin-bottom: 6px;
}
.div5 .right p strong{
    color: red;
}
.div5 .right{
    width: 580px;
    display: inline-block;
    float: right;
}
.div5 .right p:nth-child(1){
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: red;
    font-weight: bold;
}
h6{
    text-align: center;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.divh{
    width: 100%;
    background: #fff;
    height: 120px;
}
.divh .divhh{
    width: 1200px;
    margin: 0 auto;
}
.div10{
    display: block;
    max-width:1200px;
    background: url(../image/bj-10.jpg) no-repeat center center;
    background-size: 100%;
    padding-top: 36%;
    margin: 0 auto;
}
.div11{
    display: block;
    max-width:1200px;
    background: url(../image/bj-11.jpg) no-repeat center center;
    background-size: 100%;
    padding-top: 23%;
    margin: 0 auto;
}




#anniu{
    height: 100px;
    position: relative;
    margin-bottom: 20px;
}
#anniu a{
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    color: #653b1c;
    background: #fbd8a0;
    border-radius: 20px;
    font-size: 22px;
    letter-spacing: 8px;
    text-align: center;
    font-weight: bold;
}
#anniu a:nth-child(1){
    position: absolute;
    left: 50%;
    margin-left: -400px;
}
#anniu a:nth-child(2){
    position: absolute;
    right: 50%;
    margin-right: -400px;
}

#biaoti{
    width: 100%;
    position: relative;
    text-align: center;
    color: #653b1c;
    height: 108px;
}
#biaoti div:nth-child(1){
    font-size: 46px;
    height: 60px;
    line-height: 60px;
}
#biaoti div:nth-child(2){
    border: 2px solid #653b1c;
}
#biaoti div:nth-child(3){
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;

}
#biaoti b{
    border:4px solid #653b1c;
    width: 200px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -38px;
}
