body{
    background: #fff9f2;
} 
.fuliboy{
    margin-bottom: 100px;
}
.boy_top img{
   width: 100%;
} 
.fuliboy .container{
    position: relative; 
}
.fulicont{ 
    background: url(../images/contbg.png) no-repeat center top;
    background-size: 100% 100%; 
    width: 100%;
    position: relative;
    z-index: 1;
    left: 10%;
    margin-top: -15%;
    padding: 50px 0 80px;
    min-height: 570px; 
    margin-bottom: 200px;
}
.fuliconth{  
    min-height: 450px; 
    margin-bottom: 300px;
}
.fuliboy .flconts{
     width: 100%; 
    position: relative; 
    left: 1000%; 
    display: none;
}
.fuliboy .block {
    display: block;
    left: 0;
}
.fulicont .conts{  
    overflow: hidden;
     width: 62%;
    margin: 0 0 0 11%; 
}
.fulimenu{
    position: absolute; 
    top:0;
    margin-top: 5%;
    left: -8%;
    width: 204px; 
}
.fulimenu ul{
    background: url(../images/ulbg.png) no-repeat center top;
    background-size: 60%  auto;
    padding-top: 50px; 
} 
.fulimenu li{
    width: 100%;
    height: 54px;
    font-size: 20px;
    text-align: center;
    line-height: 54px;
    background: url(../images/li01.png) no-repeat center ;
    background-size: contain;
    color: #fff;
    cursor: pointer; 
    display: none;
}
.fulimenu li:first-child{ 
    display: block;
}
.fulimenu li:nth-child(even){ 
    background: url(../images/li02.png) no-repeat center ;
    background-size: contain;
}
.fulimenu .active{ 
    background: url(../images/liac.png) no-repeat center !important;
    background-size: contain;
}
.fulimenu .active2{ 
    background: url(../images/activet2.png) no-repeat center !important ;
    background-size: contain;
}  
.fuliboy .flconts h1{
    background: url(../images/title.png) no-repeat center ;
    background-size: contain;
    height: 100px;
    line-height: 110px;
    text-align: center;
    color: #ff7224;
    font-size: 28px;
    margin-bottom: 40px;
}
.fuliboy .flconts h1 b{
    background: url(../images/round.png) no-repeat center ;
    background-size: contain;
    height: 6px; 
    width: 6px;
    display: inline-block;
    margin: 0 15px;
    position: relative;
    top: -5px;
}
.fuliboy .flconts h2{
    color: #ff7123;
    font-size: 20px;
    padding: 10px 0;
}
.fuliboy .flconts h2 b{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #ff7123;
    color: #fff; 
    text-align: center;
    line-height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
}
.fuliboy .flconts p{
    color: #212121;
    font-size: 16px;
    padding: 10px 0;
    line-height: 32px;
}
.fuliboy .flconts p span{
    display: inline-block; 
    width: 60px;
}
.fuliboy .flconts p b{
    font-weight: normal;
}
.fuliboy .flconts img{
    display: block;
    padding: 10px 0;
}
.gonow{
    position: absolute;
    top: 38%;
    right: 0;
    width: 149px;
    height: 124px;
    background: url(../images/gonow.png) no-repeat center ;
    background-size: contain;
    z-index: 100;
}
.endbg{
    background: url(../images/endbg.png) no-repeat right 300% ;
    background-size: 100% 100%; 
    min-height: 600px;
    margin-bottom: 300px;
}
.flash{ 
    -moz-animation: flash 2s linear 20 infinite alternate;
    -webkit-animation: flash 2s linear 0s infinite alternate;
    -o-animation: flash 2s linear 20 infinite alternate;
     animation: flash 2s linear 0s infinite alternate;
    -ms-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay:1s;
    animation-delay: 1s;
 
}

































