/* animation */
@import url(http://fonts.googleapis.com/css?family=Cabin+Condensed:700);
@keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-moz-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-o-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
/* styles */




body{overflow-x:hidden;}
.tkk-m:hover img {
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}

.difx a:hover img {
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}


.lnkk li:hover img {
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}

.fwkuaia li:hover img {
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}

.fwkuaib li:hover img {
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}


#t_bdan,
.head_ipt {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000
}

#t_bdan span:nth-of-type(2),
.head_cli span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    color: white
}

,
#t_bdan span:nth-of-type(2) img,
.head_cli span img {
    width: 80px;
    height: 80px
}

#t_xkn {
    width: 370px;
    margin: 0 auto;
    position: relative;
    top: 20%;
    background: white;
    padding-bottom: 45px
}

#t_xkn div {
    width: 310px;
    height: 36px;
    display: flex;
    border: 1px solid #CACACA;
    margin: 15px 0 0 30px
}

#t_xkn div:nth-of-type(5) {
    height: 60px
}

#t_xkn div > input {
    border: none;
    width: 95%;
    outline: none;
    padding-left: 10px;
    border-radius: 3px;
    text-align: left;
    font-size: 16px
}

#t_xkn div > textarea {
    border: none;
    width: 100%;
    outline: none;
    padding-left: 10px;
    font-size: 16px;
    border-radius: 3px;
    resize: none;
    padding-top: 5px
}

.f_ban,
.head_cli {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    top: 0;
    left: 0
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none !important
}

#t_xkn p {
    padding: 15px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #C7161E
}

#t_ani {
    width: 310px;
    height: 40px;
    margin: 15px 0 0 30px;
    background: #C7161E;
    border: none;
    font-size: 16px
}

.ipt::-webkit-input-placeholder {
    color: red
}

.ipt:-moz-placeholder {
    color: red
}

.ipt::-moz-placeholder {
    color: red
}

.ipt:-ms-input-placeholder {
    color: red
}

.c_bwen p:nth-of-type(1):hover {
    color: #CA151C
}

input[type=number] {
    -moz-appearance: textfield
}

.b_bwd {
    font-size: 16px;
    color: #595758
}

.b_bwd p {
    font-weight: 600;
    margin-top: 0 !important;
    font-size: 16px !important;
    font-size: 18px !important
}

.b_bwc {
    border-right: 1px solid #CBCBCB;
    margin: 0 30px
}

.b_bwd ul > li {
    height: 33px;
    list-style: none !important;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 5px 0;
    border-top: 1px solid #F3F3F3;
    font-size: 14px
}

.b_bwd ul > li:nth-of-type(1) {
    border-top: none
}

.b_bwd ul > li > div {
    margin-left: 10px;
    display: inline-block;
    position: relative
}

.b_bwd ul > li > img {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 3px
}

.b_bwd {
    float: left
}

.b_bwc {
    width: 1px;
    height: 287px;
    border-right: 1px solid #CBCBCB;
    margin: 0 30px;
    float: left;
    margin: 0 25px
}

.b_bwtu,
.b_bwtu img {
    width: 200px;
    height: 200px
}

.b_bwpdi:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.b_bu {
    margin: 50px 0 0 25px;
    list-style: disc !important
}

.b_bu li {
    font-size: 16px;
    font-weight: bold;
    color: black
}

.b_bu li p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.7px
}

.f_case-bd ul {
    display: none
}

.f_case-bd ul:nth-of-type(1) {
    display: block
}

.b_twen {
    display: inline-block \9;
    float: left \9
}
.f_fl {
    width: 880px;
    height: 110px;
    color: #fff;
    border-style: none;
    outline: none;
    background: transparent;
    font-size: 60px;
}

.f_he_ipt {
    font-size: 24px;
    color: #fff;
    height: 80px;
    float: right;
    line-height: 80px;
    cursor: pointer
}

.f_he_ipt i {
    font-size: 24px;
    color: #aaa;
    border: 1px solid #aaa;
    border-style: none solid none solid;
    padding: 0 20px
}

.head_ipt {
    display: none
}

.f_search {
    width: 970px;
    height: 149px;
    margin: 0 auto;
    position: relative;
    top: 30%
}

.f_fl {
    width: 880px;
    height: 110px;
    color: #fff;
    border-style: none;
    outline: none;
    background: transparent;
    font-size: 60px
}

.head_ipt_form {
    width: 970px;
    height: 110px;
    border-bottom: 4px solid #fff
}

.search > a {
    position: absolute;
    top: 43%;
    right: 20px;
    width: 64px;
    height: 28px;
    line-height: 28px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.search i {
    display: inline-block;
    font-size: 50px;
    color: #888;
    margin: 0 20px;
    cursor: pointer
}

.search i:hover {
    color: #fff
}

.head_t {
    color: #888;
    font-size: 14px;
    line-height: 52px;
    cursor: pointer
}

.head_t a,
.head_t span {
    margin-left: 10px;
    color: #888;
    letter-spacing: 1px
}
.search > a {
    position: absolute;
    top: 43%;
    right: 20px;
    width: 64px;
    height: 28px;
    line-height: 28px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.search i {
    display: inline-block;
    font-size: 50px;
    color: #888;
    margin: 0 20px;
    cursor: pointer
}

.search i:hover {
    color: #fff
}

.head_t {
    color: #888;
    font-size: 14px;
    line-height: 52px;
    cursor: pointer
}

.head_t a,
.head_t span {
    margin-left: 10px;
    color: #888;
    letter-spacing: 1px
}

.t_kli {
    cursor: pointer;
}
.contact{display:none;}
@media (max-width: 600px){
.sy .col-xs-12{width:50%; padding-left:5px; padding-right:5px;}
.sy02 .col-xs-12{width:50%; }
.xwkk img{height:auto;min-height:10px !important;}

}
@media (max-width: 420px){
.inner-top, .inner-bottom{height:140px;}
.fmmc{font-size: 16px;    height: 30px;    top: -30px;line-height: 30px;}
.gallery-top .box .name div a{    font-size: 40px;}
.gallery-top .box .name p{    font-size: 18px !important;}
.gallery-top .box .name{    margin-top: 30px !important;}
.gallery-top .box .cont p{    margin-top: 10px;}
.f_floor3 > p{font-size: 30px;}
.f_floor3 li{width:25%;}
.f_floor3 li span:nth-of-type(1){    font-size: 30px !important;}
.f_floor3 li div{height:60px;}
.f_floor3 li p, .f_floor3 li span:nth-of-type(2){    font-size: 12px !important;}
.floor3{    height: 280px;background-size:250%;}
.f_floor3 > p{padding-bottom:20px;}
.f_floor3 ul{width:100%;}

.y-list li{ width:48%;    margin-right: 1%;
    margin-left: 1%;}
.y-list li a,.y-list li a img{width:100%;}
.footer .l dl dd{display:none;}
.footer .r{display:none;}
.footer .l dl dt{ float:left;width:30%}
.lx{margin:0 !important;}
.footer{padding-top: 10px;}
.footer .foot-top{height:50px;}
.footer .container{    padding-bottom: 0px;}
.footer .l dl dt{color:#aaa;}
.contact{display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #c8151d;
    color: #fff;
    font-size: 1rem;
    text-align: center;}
.gallery-thumbs{left:-85px;}
.swiper-container{overflow: visible;}
}


