
.tips-first,.tips-Second,.tips-Third,.content-first-ul,.content-Second-img-left,.content-Second-img-right
,.content-Third-li-First,.content-Third-li-Second,.content-Third-li-Third,.bottomBox
,.logobox-ul,.searchBox,.linkImg,.link-img-box{
    visibility: hidden;
}


.font-first,.header-more-detail{
    display: none;
}



.header-tips-box{
    display: none;
}

.font-first-animate{
    -webkit-animation: fadeInDown 2s;
    animation: fadeInDown 2s;
}


.header-more-detail-animate{
    -webkit-animation: fadeInUp 2s;
    animation: fadeInUp 2s;
}


.imgBox{
    -webkit-animation: fadeInLeft 2s;
    animation: fadeInLeft 2s;
    display: none;
}


.word-animate-first{
    -webkit-animation: flipInX 0.8s;
    animation: flipInX 0.8s;
}


.word-animate-Second{
    -webkit-animation: pulse 0.5s forwards;
    animation: pulse 0.5s forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}





















.show{
    visibility: visible;
}



.tips-first.tips-first-show{
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}

.tips-Second.tips-Second-show{
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}

.tips-Third.tips-Third-show{
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}


.content-first-ul.content-first-ul-show{
    -webkit-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.content-Second-img-left.content-Second-img-left-show{
    -webkit-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s;
}

.content-Second-img-right.content-Second-img-right-show{
    -webkit-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s;
}

.content-Third-li-First.content-Third-li-first-show{
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}

.content-Third-li-Second.content-Third-li-Second-show{
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}

.content-Third-li-Third.content-Third-li-Third-show{
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}



.bottomContent-left.bottomContent-left-show{
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}

.logobox-ul.logobox-ul-show{
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}

.searchBox.searchBox-show{
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}

.linkImg.linkImg-show{
    vertical-align:middle;
}


.font-first.font-first-show{
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}

.logobox-ul-show{
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}

.comeback{
    transition:opacity 0.7s;
    -moz-transition:opacity 0.7s; /* Firefox 4 */
    -webkit-transition:opacity 0.7s; /* Safari and Chrome */
    -o-transition:opacity 0.7s; /* Opera */
}

.comeback:hover{
    opacity: 0.6;
}

.logobox-ul>a>li>img{
    transition:opacity 0.3s;
    -moz-transition:opacity 0.3s; /* Firefox 4 */
    -webkit-transition:opacity 0.3s; /* Safari and Chrome */
    -o-transition:opacity 0.3s; /* Opera */
}

.logobox-ul>a>li>img:hover{
    opacity: 0.6;
}

.header-more-detail{
    transition:all 0.3s;
    -moz-transition:all 0.3s; /* Firefox 4 */
    -webkit-transition:all 0.3s; /* Safari and Chrome */
    -o-transition:all 0.3s; /* Opera */
}

.header-more-detail:hover{
    color: #bcbbad;
    background-color: white;
    border-color: white;
}



.searchBtn{
    transition:opacity 0.3s;
    -moz-transition:opacity 0.3s; /* Firefox 4 */
    -webkit-transition:opacity 0.3s; /* Safari and Chrome */
    -o-transition:opacity 0.3s; /* Opera */
}

.searchBtn:hover{
    opacity: 0.9;
}



.content-first-ul>li{
    transition:all 0.3s;
    -moz-transition:all 0.3s; /* Firefox 4 */
    -webkit-transition:all 0.3s; /* Safari and Chrome */
    -o-transition:all 0.3s; /* Opera */
}




.content-first-ul>li:hover{
    margin-top: -10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}


.content-img{
    transition:all 0.3s;
    -moz-transition:all 0.3s; /* Firefox 4 */
    -webkit-transition:all 0.3s; /* Safari and Chrome */
    -o-transition:all 0.3s; /* Opera */
}

.content-first-ul>li:hover>div>a>div:first-child{
    margin-top: -15px;
}

.moreDetail{
    transition:all 0.3s;
    -moz-transition:all 0.3s; /* Firefox 4 */
    -webkit-transition:all 0.3s; /* Safari and Chrome */
    -o-transition:all 0.3s; /* Opera */
}

.content-first-ul>li:hover>a>div{
    background-color: #6fb9ad;
    color: white;
    bottom: 35px;
}


.content-Second>img{
    transition:all 0.3s;
    -moz-transition:all 0.3s; /* Firefox 4 */
    -webkit-transition:all 0.3s; /* Safari and Chrome */
    -o-transition:all 0.3s; /* Opera */
    opacity: 0.8;


}

.content-Second>img:hover{
    opacity: 1;
    -webkit-filter: contrast(110%);filter: contrast(110%);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);

}


.content-Second>a>img{
    transition:all 0.3s;
    -moz-transition:all 0.3s; /* Firefox 4 */
    -webkit-transition:all 0.3s; /* Safari and Chrome */
    -o-transition:all 0.3s; /* Opera */
    opacity: 0.8;


}

.content-Second>a>img:hover{
    opacity: 1;
    -webkit-filter: contrast(110%);filter: contrast(110%);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);/* box-shadow: 0px 0px 20px rgba(0,0,0,0.4);*/
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.content-Third-ul>li{
    transition:all 0.3s;
    -moz-transition:all 0.3s; /* Firefox 4 */
    -webkit-transition:all 0.3s; /* Safari and Chrome */
    -o-transition:all 0.3s; /* Opera */
    background-color: white;
    overflow: hidden;
}

.content-Third-ul>li:hover{
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}


.content-Third-li-word{
    transition:all 0.3s;
    -moz-transition:all 0.3s; /* Firefox 4 */
    -webkit-transition:all 0.3s; /* Safari and Chrome */
    -o-transition:all 0.3s; /* Opera */
}

.content-Third-li-img{
    transition:all 0.3s;
    -moz-transition:all 0.3s; /* Firefox 4 */
    -webkit-transition:all 0.3s; /* Safari and Chrome */
    -o-transition:all 0.3s; /* Opera */
}

.content-Third-ul>li:hover>a>div:first-child{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.content-Third-ul>li:hover>a>div:first-child+div{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.content-Third-ul>li:hover>a>div:first-child+div>div>img{
    /*transform: scale(1.05);
    opacity: 0.9;*/
    opacity: 0.8;
    -webkit-animation: rubberBand  1s;
    animation: rubberBand  1s;
}

.content-Third-ul>li:hover>a>div:first-child+div>div>span{
    opacity: 0.8;
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s
}

.bottomBox.bottomBox-show{
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s
}




