@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%;
    margin: 0 auto;
}
.div2{
    position: relative;
    width:1200px;
    margin: 0 auto;
    height: 440px;
    margin-top: 40px;
}
.div2 .left2{
    background: url(../image/bj-2.jpg);
    width: 453px;
    height: 297px;
    position: absolute;
    left: 0;
}
.div2 .right2{
    margin-top: 10px;
    width: 700px;
    height: 297px;
    position: absolute;
    right: 0;
}
.div2 .right2 p{
    font-size:24px;
    color: #000;
    font-weight: bold;
    line-height: 36px;
    position: absolute;
    top: 60px;
    letter-spacing: 4px;
}
.div2 .bot2{
    width: 100%;
    height: 86px;
    position: relative;
    top: 320px;
    border: 1px red dashed;
}
.div2 .bot2 span{
    width: 100px;
    height: 80px;
    background: red;
    color: #fff;
    font-size: 28px;
    padding: 3px;
    text-align: center;
    display: inline-block;
    line-height: 38px;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
}
.div2 .bot2 p{
    margin-left: 160px;
    margin-top: 6px;
    height: 40px;
    width: 800px;
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
}
.div2 .bot2 p strong{
    color: red;
}
.div3 {
    display: block;
    max-width:1200px;
    background: url(../image/bj-3.jpg) no-repeat center center;
    background-size: 100%;
    padding-top: 8%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.div4  {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    justify-content:space-between;
    align-items:center;            
    display:-webkit-flex;          
    flex-direction: row;         
    flex-wrap: wrap;      
    margin-bottom: 20px;          
}
.div4 div{
    width: 580px;
    height: 240px;
    border: 1px solid red;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    display: inline-block;
   margin-top: 30px;
}
.div4 div img{
    display: inline-block;
    width: 246px;
    height: 240px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    left: 0;
}
.div4 div p{
    position: absolute;
    right: 16px;
    width: 300px;
}
.div4 div p span:nth-child(1){
    font-size: 22px;
    color:#ff3b00;
    display: inline-block;
    height: 60px;
    line-height: 60px;
}
.div4 div p span:nth-child(2){
    font-size: 20px;
    color:#000;
    display: inline-block;
    line-height: 35px;
}
.div6{
    height: 450px;
    margin: 0 auto;
    width: 1200px;
    justify-content:space-between;
    align-items:center;               
    display:-webkit-flex;         
    flex-direction: row;     
    flex-wrap: wrap;  
}
.div6 img{
    display: inline-block;
    width: 280px;
    height: 200px;
    border-radius: 20px;
}
.div7{
    display: block;
    max-width:1200px;
    background: url(../image/bj-7.jpg) no-repeat center center;
    background-size: 100%;
    height: 183px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
.div7 a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.div8{
    text-align: center;
}
.div8 a{
    display: inline-block;
    width: 400px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 4px;
    background: red;
    font-size: 22px;
    font-weight: bold;
    border-radius: 20px;
}
#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: #fff;
    background: red;
    border-radius: 20px;
    font-size: 22px;
    letter-spacing: 8px;
    text-align: center;
}
#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%;
    height:40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    color: #ff3b00;
    font-weight: bold;

}
#span1, #span2{
    width: 260px;
    height: 40px;
    display: inline-block;
    font-size: 0;
}
#span1{
    position: absolute;
    left: 50%;
    margin-left: -320px;
}
#span2{
    position: absolute;
    right: 50%;
    margin-right: -320px;
}
#span1 span{
  width: 0;
  height: 0;
  border-top: 20px solid  transparent ;
  border-right: 40px solid transparent;
  border-bottom: 20px solid transparent;   
  border-left:40px solid #ff3b00;  
  display:inline-block;
}
#span1 span:nth-child(2), #span2 span:nth-child(2){
 margin-left: -45px;
}
#span1 span:nth-child(3), #span2 span:nth-child(3){
 margin-left: -45px;
}
#span1 span:nth-child(4), #span2 span:nth-child(4){
 margin-left: -45px;
}
#span2 span{
  width: 0;
  height: 0;
  border-top: 20px solid  transparent ;
  border-right: 40px solid #ff3b00;
  border-bottom: 20px solid transparent;   
  border-left:40px solid transparent;  
  display:inline-block;
}
 #abc{
        width: 300px;
        height: 400px;
        position: absolute;
        left: -358px;
        top: -14%;
        animation: lefteaseinAnimate  2s ease 1;
         -webkit-animation: lefteaseinAnimate 2s ease 1;
         -ms-animation: lefteaseinAnimate 2s ease 1;
         -o-animation: lefteaseinAnimate 2s ease 1;
         -moz-animation: lefteaseinAnimate 2s ease 1; 
         animation-fill-mode:forwards;
         -webkit-animation-fill-mode: forwards; 
         -o-animation-fill-mode: forwards; 
         -ms-animation-fill-mode: forwards; 
         -moz-animation-fill-mode: forwards; 
        /*animation: shake-crazy 1s ;*/
        z-index: 2;
        color: red;
        border: none;
    }
    #abc h1, #abc p{
      color: red;
      font-size: 16px;
    }
   #abc .a1{
        display: inline-block;
        border: 1px solid red;
        width: 25px;
        height: 25px;
        text-align: center;
        transition: all 1s;
        color: red;
        font-size: 22px;
        position: absolute;
        top: 118px;
        left: 231px;
    }
   #abc .a1:hover{
                transform:  rotate(720deg);   
    }
#abc .a2{
    display:inline-block;
    background: url(../image/left-fixed.png) no-repeat center center;
    background-size: 100%;
    width: 306px;
    height: 727px;

    }
   