@charset "utf-8";

.clearfix{*zoom: 1;}
.clearfix:after{content: '';display: block;clear: both;}
.blind{position:absolute; left:-10000px; top:auto; height:1px; overflow:hidden;}

#wrap{
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  height: 1014px;
  overflow: hidden;
}
/* #wrap .div1{
  width: 1000px;
  margin: 0 auto;
} */
.clearfix{
  position: absolute;
  z-index:99999;
}
.wrap_center{
    /* position: absolute; */
    width: 1000px;
    margin: 0 auto;
    top: 0px;
    /* left: 460px; */
	z-index: 10;
}
.logo{
    padding-top: 7px;
    padding-left: 0px;
}
.manu{
    position: absolute;
    width: 340px;
    top: 36px;
    left: 842px;
}
.manu li{
	float: left;
    padding-right: 4px;
}

section{
  position: relative;
  height: 1014px;
}
.evt_dec{
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

.container .main_bg1  {
    position:absolute;
    top: -79px;
    left: 44%;
    margin-left: -158px;
    overflow: hidden;
    width: 669px;
    height: 111px;
    background:url('../img/main_top2.png') no-repeat 0 100%;
    text-indent:-1000em;
    -webkit-animation: bounceInDown 0.8s ease;
    animation: bounceInDown 0.8s ease;
    z-index: 3;
}
.loaded .container .main_bg1 { height: 329px; }

.title_wrap{
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -384px;
    z-index: 10;
}

.title_wrap span{
    transform: scale(0.1);
    transition: opacity 200ms ease, transform 500ms cubic-bezier(0, 0.8, 0.8, 1);
}

.title_wrap ._t1{
    position: absolute;
    left: -120px;
    top: 129px;
    width: 1118px;
    height: 169px;
    background: url(../img/title.png) no-repeat;
    transition-delay: 700ms;
    opacity: 0;
}

.load .title_wrap span {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

.tooltip {
  text-decoration:none;
  position:relative;
  z-index: 99999;
}
.tooltip span {
  display:none;
}
.tooltip span img {
  float:left;
  margin:0px 8px 8px 0;
}
a.tooltip:hover span {
    display: block;
    position: absolute;
    width: 185px;
    height: 22px;
    background: #fff;
    text-align: center;
    border: 1px solid #322e2d;
    top: 20px;
    left: -161px;
}
a.tooltip:hover span p{
    padding-top: 5px;
}

.card_wrap{
    position: absolute;
    width: 1050px;
    top: 333px;
    left: 50%;
    margin-left: -498px;
    /* opacity: 0; */
    z-index: 9999;
}
.card_wrap .card{
    float: left;
    position: relative;
    transition: 0.8s;
    opacity: 0;
}

.card_wrap .card{
    transform: scale(0.1);
    transition: opacity 100ms ease, transform 300ms cubic-bezier(0, 0.8, 0.8, 1);
    /* transition-delay: 1200ms; */
}
.card_wrap .card.card_1{
    transition-delay: 1200ms;
}
.card_wrap .card.card_2{
    transition-delay: 1000ms;
}
.card_wrap .card.card_3{
    transition-delay: 1400ms;
}

.load .card_wrap .card{
    opacity: 1;
    transform: translateZ(0) scale(1)
}

.card_wrap .card:nth-child(1){
    position: relative;
    top: 81px;
    left: -9px;
}
.card_wrap .card:nth-child(2){
    position: relative;
    top: 41px;
    left: -27px;
}
.card_wrap .card:nth-child(2) .circle a{
    left: 43px;
    bottom: 45px;
}
.card_wrap .card:nth-child(3){
    position: relative;
    top: 81px;
    left: -46px;
}
.card_wrap .card:nth-child(3) .circle a{
    left: 43px;
    bottom: 45px;
}
.card_wrap .card .circle a{
    position: absolute;
    left: 43px;
    bottom: 45px;
}
.card_wrap .card .circle .button {
    width: 100%;

    display: inline-block;
    transition: all 0.3s ease-in-out;
    /* position: relative; */
    overflow: hidden;
}
.card_wrap .card .circle .button:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    height: 100%;
    width: 2em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    transition: none;
}
.card_wrap .card .circle .button:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    height: 100%;
    width: 1.5em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    transition: none;
}

.card_wrap .card .circle .button:hover {
    width: 76%;
    color: #fff;
    /* border: 1px solid #d95313; */
  }
  .card_wrap .card .circle .button:hover:before {
    -webkit-transform: skewX(-33deg) translateX(27.5em);
            transform: skewX(-33deg) translateX(27.5em);
    transition: all 0.5s ease-in-out;
  }
  .card_wrap .card .circle .button:hover:after {
    -webkit-transform: skewX(-33deg) translateX(27.5em);
            transform: skewX(-33deg) translateX(27.5em);
    transition: all 0.7s ease-in-out;
  }
  

.card_wrap:hover .card{
    filter: blur(1px);
    transform: scale(0.9);
    opacity: 1;
    transition: 0.6s;
}
.card_wrap .card:hover{
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
    transition: 0.6s;

}

.wave{
    position: absolute;
    background: url(../img/wave_bg.png) no-repeat;
    width: 1920px;
    height: 606px;
    left: 50%;
    margin-left: -960px;
    top: 341px;
    z-index: 20;
}

.bottom_bg{
    position: absolute;
    background: url(../img/bottom_bg.png) no-repeat;
    width: 1920px;
    height: 67px;
    top: 947px;
    z-index: 10;
    left: 50%;
    margin-left: -960px;
}

.bubble {
    position: absolute;
    left: 0;
    top: 500px;
    width:100%;
    height:50%;
    z-index: 9;
}
.bubble span {
    width:15px;
    height: 17px;
}
/* .bubble span img {width:100%} */

.footer {
    position: absolute;
    width: 100%;
    top: 952px;
    left: 39px;
    text-align: center;
    z-index: 11;

}
.footer p{
    font-family: 'Gulim'!important;
    font-size: 13px;
    color: #626161;
    padding-top: 21px;
}


@media only screen and (max-device-width: 980px) and (min-device-width: 320px){

    #wrap{
        position: relative;
    }
}
