/* 自定义的样式，或用于覆盖之前的 */
/* 金色 #FFD700 */

.arrow-left{
	
}
.arrow-right{
	
}

.banner-down:before{
    opacity:.4;
}

.banner-down:hover:before{    
    opacity:.7;
}

.showresult-bin img{
    width:270px;
}

.title-box h1{
    font-size:42px;
    letter-spacing:3px;
}

.common-desc{    
    color:#FFF;
}

.home-big-words{
    width:790px;
    margin:12px 0 20px 0;
}

.home-bottom-icon{
    width:260px;
    margin-top:15px;
}

.mark-bin a{
    cursor:pointer;    
}
.mark-bin img{
    
   width:180px;
   /*max-height:60px;*/    
}

.play-btn{
    position:absolute;
    top:-85px;
    left:-25px;
    width:50px!important;
    height:50px!important;
    
}

.play-btn2{
    position:absolute;
    top:80px;
    left:112px;
    width:50px!important;
    height:50px!important;
}

.case-bin span h3{
    text-align:center;
    font-weight:bold;
    font-size:18px;
}

.icon-box ul li h3{
    font-weight:bold;
    color:#fff;
    letter-spacing:3px;
    font-size:18px;
}

.fangtan-name{
    display:block;
    color:#fff;
    font-size:16px;
    margin-top:8px;
    
}

.fangtan-desc{
    color:#fff;
    font-size:16px;
    display:block;
    line-height:1.5;
    margin-top:8px;
}

.home-banner-title{
    color:#fff;
    font-size:36px;
    padding-bottom:12px;
    border-bottom:2px solid #E4C21C;
    text-align:center;
    display:inline-block;
    margin:0 auto;
}

.home-banner-desc{
    color:#fff;
    font-size:20px;
    text-align:center;
    margin:5px 0;
}

.home-banner-02-title{
    color:#fff;
    font-size:50px;
    text-align:left;
    font-family:kaiTi;
}

.home-banner-03-title{
    color:#FFD700;
    font-size:60px;
    text-align:center;       
}

.mark-bin h3{
    color:#fff;
}

.recomment-bin h3{
    font-size:18px;    
}

.recomment-bin{
    cursor:pointer;   
}

.showresult-bin{
    cursor:pointer;   
}

.showresult-bin h3{
    color:#fff;
}

.case-ctrl .ctrl-left{
    top:57%;
}
.case-ctrl .ctrl-right{
    top:57%;
}

@media screen and (max-width: 767px) and (orientation: landscape){
    
    .icon-box ul li{
        margin:5px 0;
    }
    
    .icon-box ul li b{
        width:100%;
        height:70px;
        margin:0;
    }
    
    .worth-bin{
        height:auto;
    }
    
   
}


@media screen and (max-width:800px) {
    
    .home-big-words{
        width:95%;
        margin:10px 0 12px 0;
    }

    .home-bottom-icon{
        width:200px;
        margin-top:15px;
    }

    .mark-bin h3{
        font-size:14px;    
    }
    
    .home-banner-title{
        font-size:24px;
        padding-bottom:8px;
    }
    
    .home-banner-desc{
        font-size:15px;        
    }
    
    .home-banner-02-title{
        font-size:32px;   
    }
    
    .home-banner-03-title{
        font-size:40px;
    }
    
    .worth-bin img{
        width:230px;        
    }
        
    .recomment-bin img{
        width:230px;        
    }
    
    .showresult-bin img{
        width:230px;
    }
    
    .icon-box ul li h3{
        font-size:16px;
    }
    
    .title-box h1{
        font-size:30px;
        letter-spacing:1px;
    }
    
    .title-box h2{
        letter-spacing:1px;
    }
           
}

