    .s_box{float: right;width: 256px;height: 32px;border: 1px solid #cbcbcb;box-sizing: border-box;border-radius: 20px;margin-top: 60px;margin-right: 36px;}
    .s_box .txt{float: left;width: 204px;padding-left: 20px;height: 30px;line-height: 30px;font-size: 14px;color: #333;border: 0;background: none;outline: 0;}
    .s_box .btn{float: left;width: 19px;height: 30px;background: url(/skin/images/sea.png) no-repeat center;border: 0;outline: 0;cursor: pointer;}
    .s_box .txt::-webkit-input-placeholder{color:#D0D0D0;}
    .s_box .txt::-moz-placeholder{color:#D0D0D0;}
	
	
	    .p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    
    .p102-search-1 p {
        float: left;
        width: 750px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;
    }
    
    .p102-search-1 p b {
        display: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 15px;
    }
    .p102-search-1 p a:hover{color: #0a7ae0;}
    .p102-search-1-inp {
        float: right;
        width: 356px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        position: relative;
    }
    
    .p102-search-1-inp:before,
    .p102-search-1-inp:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
    .p102-search-1-inp:before {
        top: 0;
    }
    
    .p102-search-1-inp:after {
        bottom: 0;
    }
    
    .p102-search-1-inp1 {
        width: 249px;
        height: 34px;
        line-height: 34px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        float: left;
    }
    
    .p102-search-1-inp2 {
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(/skin/images/p102-search-icon1.png) no-repeat center center #0a7ae0;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }
	
	
	    .ty-banner-1 {
            position: relative;
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{ 
            top: 0;
            left: 50%;
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }