@charset "UTF-8";
html {
  min-width: 1200px;
}
body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}
input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}
body,
input,
button,
form {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
input {
  background: none;
  border: 0 none;
}
img,
iframe {
  border: 0px;
}
em,
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.red {
  color: #e74037;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.hide {
  display: none !important;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.g-ico {
  background: url(../g-images/g-ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon {
  vertical-align: middle;
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #10abff;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
:-moz-placeholder {
  color: #cccccc;
}
::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.global-wrap {
  position: relative;
  min-height: 100%;
  clear: both;
}
.ielt7 .global-wrap {
  height: 100%;
}
.content-wrapper {
  width: 1220px;
  margin: 0 auto;
}
@media screen and (min-width: 1460px) {
  .content-wrapper {
    width: 1460px;
  }
}
/***************top and bottom css*********************/
.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
/*header_main*/
.header_main {
  width: 100%;
  z-index: 98;
  position: absolute;
  left: 0;
  top: 77px;
}
.header_main .header {
  position: relative;
}
.header_main .logo {
  width: 144px;
  height: 105px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -72px;
  top: 10px;
  background: url(../images/logobg.png) no-repeat;
  z-index: 10;
}
.header_main .logo img {
  max-width: 100%;
  display: block;
  padding-top: 10px;
  vertical-align: middle;
  height: 82px;
  margin: 0 auto;
}
.header_main .topsearch {
  width: 100px;
  display: block;
  height: 77px;
  background: url(../images/navbg_rig.png) no-repeat right top;
  text-align: center;
}
.header_main .topsearch a {
  display: block;
  padding-top: 10px;
  color: #fff;
}
.header_main .topsearch s {
  background-position: -44px 0;
  width: 36px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
.header_main .share-sub {
  width: 240px;
  position: absolute;
  text-align: center;
  color: #fff;
  top: 82px;
  right: 0;
  height: 42px;
  background: url(../images/sou_bg.jpg) repeat-x left top;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: none;
}
.header_main .share-sub input {
  height: 42px;
  line-height: 42px;
  display: block;
  outline: none;
}
.header_main .share-sub .stxt {
  width: 188px;
  text-indent: 15px;
  color: #ddf4fc;
  border-right: 1px solid #1d97f1;
}
.header_main .share-sub .sbtn {
  width: 50px;
  background: url(../images/sou.png) no-repeat center;
  cursor: pointer;
}
.header_main .xcx {
  width: 100px;
  display: block;
  height: 77px;
  background: url(../images/navbg_lef.png) no-repeat left top;
  text-align: center;
}
.header_main .xcx a {
  display: block;
  padding-top: 10px;
  color: #fff;
}
.header_main .xcx s {
  background-position: 0 0;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
}
.header_main .imgbox {
  width: 160px;
  position: absolute;
  text-align: center;
  color: #fff;
  top: 82px;
  left: 0;
  display: none;
}
.header_main .imgbox .bg {
  padding: 18px 18px 10px;
  background: #41bcff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 2;
  position: relative;
}
.header_main .imgbox img {
  width: 125px;
  height: 125px;
  display: block;
  margin: 0 auto;
}
.header_main .imgbox p {
  font-size: 16px;
  line-height: 40px;
}
.header_main .imgbox .di {
  width: 160px;
  height: 100px;
  background: #10abff;
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 0;
}
.header_main .nav {
  position: relative;
  height: 77px;
  width: 1000px;
  background: url(../images/navbg.jpg) repeat-x left top;
}
.header_main .nav li {
  float: left;
  display: block;
  list-style: none;
  font-size: 16px;
  text-align: center;
  position: relative;
  padding-top: 10px;
  line-height: 77px;
}
.header_main .nav li a {
  display: block;
  text-align: center;
  position: relative;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.header_main .nav li.hover a,
.header_main .nav li:hover a {
  background: #007ad4;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.header_main .nav li.hover .subnav a,
.header_main .nav li:hover .subnav a {
  margin-bottom: 1px;
  font-size: 14px;
  padding: 0;
}
.header_main .nav li.hover .subnav a:hover,
.header_main .nav li:hover .subnav a:hover {
  background: #f49207;
}
.header_main .nav li .subnav {
  position: absolute;
  left: 0;
  top: 62px;
  width: 100%;
  z-index: 10;
  display: none;
}
.header_main .nav li .subnav a {
  background: #007ad4;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.header_main .nav li .subnav a:hover,
.header_main .nav li .subnav a.hover {
  display: block;
  color: #fff !important;
  background: #f49207;
  font-weight: normal;
}
.header_main .nav li.it0 {
  padding-left: 15px;
}
.header_main .nav li.it0 a {
  padding: 0 25px;
}
.header_main .nav li.it4 {
  margin-left: 164px;
}
/*footer_main*/
.footer_main {
  width: 100%;
  padding-bottom: 0;
  background: #10abff;
  color: #fff;
}
.footer_main .bottom_nav_main {
  width: 100%;
  background: #1d97f1;
  height: 58px;
  line-height: 58px;
}
.footer_main .bottom_nav a {
  display: block;
  float: left;
  padding-left: 98px;
  font-size: 16px;
  color: #fff;
}
.footer_main .bottom_nav a:first-child {
  padding-left: 0;
}
.footer_main .bottom_nav a:hover {
  color: #ffde00;
}
.footer_main .footer {
  padding: 40px 0;
  text-align: center;
}
.footer_main .footer .img {
  width: 134px;
  height: 134px;
  background: #fff;
  box-shadow: 1px 2px 1px rgba(29, 151, 241, 0.3);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.footer_main .footer .img img {
  padding: 5px;
  display: block;
  width: 120px;
  height: 120px;
}
.footer_main .copyright {
  color: #fff;
  text-align: center;
  padding-top: 40px;
}
.footer_main .copyright a {
  color: #fff;
  padding-right: 5px;
}
/***********top and bottom css end***********/
/***********index css ***********/
.banner_main {
  width: 100%;
  position: relative;
  z-index: 3;
}
.banner_main .shatan {
  position: absolute;
  bottom: -256px;
  width: 100%;
  left: 0;
  background: url(../images/shatan.png) no-repeat center top;
  height: 350px;
  z-index: 3;
  overflow: hidden;
}
.banner_main .shatan .star1 {
  width: 65px;
  height: 48px;
  left: 6%;
  top: 62%;
  background: url(../images/start1.png) no-repeat center top;
  -webkit-animation: steam 6s 3s infinite;
}
.banner_main .shatan .star2 {
  width: 66px;
  height: 42px;
  left: 12%;
  top: 54%;
  background: url(../images/start2.png) no-repeat center top;
  -webkit-animation: steam 4s 2s infinite;
}
.banner_main .shatan .star3 {
  width: 138px;
  height: 92px;
  left: 20%;
  top: 38%;
  background: url(../images/start3.png) no-repeat center top;
  -webkit-animation: rock-boat 4s ease-in-out infinite;
}
.banner_main .shatan .Bottle {
  width: 206px;
  height: 126px;
  right: 0;
  top: 37%;
  background: url(../images/Bottle.png) no-repeat center top;
  -webkit-animation: rock-boat 5s ease-in-out infinite;
}
.banner_main .shatan .Bottle::after {
  -webkit-animation: steam 4s 2s infinite;
}
@-webkit-keyframes rock-boat {
  50% {
    -webkit-transform: rotate(-5deg) translateY(-10px);
  }
}
@-webkit-keyframes steam {
  0 {
    -webkit-transform: translate(0, 0) rotateZ(0deg);
  }
  50% {
    opacity: .8;
    -webkit-transform: translate(-15%, -35%) rotateZ(20deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotateZ(0deg);
    opacity: 1;
  }
}
.banner {
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 800px;
}
.banner .list {
  max-height: 800px;
  overflow: hidden;
}
.banner li {
  width: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  display: none;
}
.banner li img {
  width: 1920px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.banner li a {
  width: 100%;
  display: block;
}
.banner li:first-child {
  display: block;
}
.banner .tip {
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 4%;
  z-index: 10;
}
.banner .tip span {
  width: 30px;
  height: 5px;
  overflow: hidden;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  background: #666;
  text-indent: -1000px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.banner .tip span.cur {
  background: #10abff;
}
.banner .prev,
.banner .next {
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  background-position: 0 0;
}
.banner .prev {
  left: 10%;
  background-position: 0 -186px;
}
.banner .prev:hover {
  background-position: 0 -260px;
}
.banner .next {
  right: 10%;
  background-position: -75px -186px;
}
.banner .next:hover {
  background-position: -75px -260px;
}
.index {
  width: 100%;
  overflow: hidden;
  background: #ddf4fc;
}
.index .title {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.index .title h3 {
  font-size: 36px;
  font-weight: bold;
  display: block;
  line-height: 36px;
  color: #0774c5;
}
.index .title h4 {
  color: #1d97f1;
  font-size: 24px;
  font-weight: bold;
  padding-top: 20px;
  display: block;
}
.index .title span {
  position: absolute;
  top: 0;
  display: block;
}
.index .title s {
  position: absolute;
  bottom: 6px;
  display: block;
  background: url(../images/line.png) no-repeat;
  width: 196px;
  height: 15px;
}
.index .title .tuoxie {
  width: 68px;
  height: 50px;
  left: 50%;
  margin-left: -145px;
  background-position: -88px 0;
  -webkit-animation: steam 4s 2s infinite;
}
.index .title .mianju {
  width: 58px;
  height: 65px;
  right: 50%;
  margin-right: -138px;
  background-position: -163px 0;
  top: -12px;
  -webkit-animation: rock-boat 3s ease-in-out infinite;
}
.index .title .line_lef {
  left: 50%;
  margin-left: -276px;
}
.index .title .line_rig {
  right: 50%;
  margin-right: -276px;
}
.index .more {
  width: 398px;
  margin: 0 auto;
  display: block;
  text-align: center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  position: relative;
}
.index .more a {
  display: block;
  width: 398px;
  height: 88px;
  line-height: 88px;
  background: #fff675;
  color: #ffa904;
  font-size: 28px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.index .more span {
  width: 398px;
  height: 88px;
  line-height: 88px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #ffc543;
  display: block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index: -1;
}
.index .more:hover {
  transform: translate3d(0px, -6px, 0px);
}
.index .floor_1_main {
  width: 100%;
  position: relative;
  z-index: 4;
}
.index .floor_1 {
  padding: 140px 0 80px;
  overflow: hidden;
}
.index .ipro {
  overflow: hidden;
  padding-bottom: 60px;
}
.index .ipro .list {
  width: 108%;
}
.index .ipro .item {
  float: left;
  margin-right: 0;
  width: 588px;
  height: 326px;
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
  margin-right: 22px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.index .ipro .item .bigimg {
  width: 100%;
  height: 260px;
  display: block;
}
.index .ipro .item .img {
  width: 588px;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.index .ipro .item .img .bg {
  background: url(../images/blue80.png) repeat left top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}
.index .ipro .item .img .bg span {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/line_hover.png) no-repeat center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.index .ipro .item .img .xcximg {
  position: absolute;
  z-index: 3;
  width: 120px;
  height: 120px;
  display: block;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -60px;
  border: 7px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
  transform: rotateX(180deg) scale(0.2, 0.2);
  transition: all ease-out 0.2s;
}
.index .ipro .item a {
  display: block;
}
.index .ipro .item h3 {
  height: 68px;
  line-height: 68px;
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(to right, #05affe, #097cfe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05affe', endColorstr='#097cfe', GradientType=0);
}
.index .ipro .item.it2 h3 {
  background: linear-gradient(to right, #00efba, #0de99f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00efba', endColorstr='#0de99f', GradientType=0);
}
.index .ipro .item.it3 h3 {
  background: linear-gradient(to right, #ffde25, #fdaa09);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde25', endColorstr='#fdaa09', GradientType=0);
}
.index .ipro .item.it4 h3 {
  background: linear-gradient(to right, #04cbfe, #0882fe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04cbfe', endColorstr='#0882fe', GradientType=0);
}
.index .ipro .item:hover .img .xcximg {
  -webkit-transform: rotateX(0deg) scale(1, 1);
  transform: rotateX(0deg) scale(1, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.38, 1) 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .floor_2_main {
  width: 100%;
  background: url(../images/floor_2bg.jpg) repeat left top;
  height: 844px;
}
.index .floor_2_main .floor_2 {
  padding: 80px 0;
}
.index .floor_2_main .bd {
  overflow: hidden;
}
.index .floor_2_main .bd ul {
  padding-top: 20px !important;
}
.index .floor_2_main .btn {
  width: 28px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin-top: -25px;
}
.index .floor_2_main .prev {
  background-position: 0 -50px;
  left: -5%;
}
.index .floor_2_main .prev:hover {
  background-position: 0 -106px;
}
.index .floor_2_main .next {
  background-position: -39px -50px;
  right: -5%;
}
.index .floor_2_main .next:hover {
  background-position: -39px -106px;
}
.index .floor_3_main {
  background: url(../images/floor_3bg.jpg) repeat left top;
  height: 960px;
}
.index .floor_3_main .bd {
  overflow: hidden;
}
.index .floor_3_main .bd ul {
  padding-top: 20px !important;
}
.index .floor_3_main .cont {
  padding: 80px 0;
}
.index .floor_3_main .more a {
  background: #64c9ff;
  color: #f2fefe;
}
.index .floor_3_main .more span {
  background: #48acff;
}
.index .textlist {
  width: 627px;
}
.index .newsBox {
  width: 533px;
  height: 410px;
  position: relative;
}
.index .newsBox .item {
  width: 533px;
  height: 400px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.index .newsBox .item a {
  display: block;
}
.index .newsBox .item img {
  width: 100%;
  height: 100%;
  display: block;
}
.index .newsBox .item .txt {
  width: 100%;
  height: 80px;
  background: #10abff;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index .newsBox .item .txt h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 16px 15px 0;
}
.index .newsBox .item .txt p {
  color: #e3f9fb;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 15px;
}
.index .newsBox .di {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #ceeeff;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 0;
}
.index .floor_4_main {
  background: url(../images/floor_4bg.jpg) repeat left top;
  height: 694px;
}
.index .floor_4 .title1 {
  position: relative;
}
.index .floor_4 .title1 h3 {
  font-size: 36px;
  font-weight: bold;
  color: #0774c5;
  float: left;
}
.index .floor_4 .title1 h3 b {
  color: #f49207;
  display: inline-block;
}
.index .floor_4 .title1 .line_rig {
  display: block;
  background: url(../images/line.png) no-repeat;
  width: 196px;
  height: 15px;
  float: left;
  margin-top: 10px;
  margin-left: 5px;
}
.index .floor_4 .title1 em {
  width: 38px;
  height: 38px;
  display: block;
  float: left;
  background-position: -88px -50px;
}
.index .floor_4 .cont {
  padding-top: 30px;
}
.index .floor_4 .iabout {
  width: 782px;
  position: relative;
}
.index .floor_4 .iabout .di {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 100px;
  background: #72ceff;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 0;
}
.index .floor_4 .aboutimg {
  width: 285px;
  height: 380px;
  display: block;
  overflow: hidden;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  position: relative;
  z-index: 1;
}
.index .floor_4 .aboutimg img {
  width: 100%;
  height: 100%;
  display: block;
}
.index .floor_4 .abouttext {
  width: 437px;
  display: block;
  background: #fff;
  height: 320px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.index .floor_4 .abouttext h3 {
  font-size: 20px;
  font-weight: normal;
}
.index .floor_4 .abouttext .desc {
  padding-top: 30px;
  color: #666;
  line-height: 30px;
  padding-bottom: 20px;
}
.index .floor_4 .abouttext .cha {
  margin: 0;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #10abff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: block;
  font-size: 16px;
  color: #10abff;
  text-align: center;
}
.index .floor_4 .imassge {
  width: 374px;
}
.index .floor_4 .imassge .item {
  margin-bottom: 10px;
}
.index .floor_4 .imassge .item .tit {
  font-size: 18px;
  color: #000;
  display: block;
  padding-bottom: 10px;
}
.index .floor_4 .imassge .item .txt {
  border: 1px solid #10abff;
  height: 38px;
  line-height: 38px;
  color: #989a9e;
  background: #fff;
  outline: none;
  text-indent: 14px;
  display: block;
  width: 100%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.index .floor_4 .imassge .item textarea {
  border: 1px solid #10abff;
  background: #fff;
  outline: none;
  display: block;
  width: 96%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 96px;
  resize: none;
  padding: 2%;
}
.index .floor_4 .imassge .submit {
  width: 100%;
  height: 64px;
  line-height: 64px;
  border: 0 none;
  background: #10abff;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.index .floor_4 .imassge .submit:hover {
  background: #f49207;
  color: #fff;
}
.activities {
  position: relative;
}
.activities .item {
  float: left;
  width: 285px;
  margin-right: 20px;
  margin-bottom: 40px;
  display: block;
  position: relative;
  text-align: center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.activities .item a {
  display: block;
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 3;
  background: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.activities .item .bigimg {
  width: 285px;
  height: 285px;
  display: block;
}
.activities .item .pic {
  width: 285px;
  height: 285px;
  position: relative;
  overflow: hidden;
}
.activities .item .pic .bg {
  background: url(../images/blue80.png) repeat left top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}
.activities .item .pic .bg span {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/line_hover.png) no-repeat center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.activities .item .pic .xcximg {
  position: absolute;
  z-index: 3;
  width: 120px;
  height: 120px;
  display: block;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -60px;
  border: 7px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
  transform: rotateX(180deg) scale(0.2, 0.2);
  transition: all ease-out 0.2s;
}
.activities .item .txt {
  text-align: center;
  padding: 20px 18px;
  height: 76px;
}
.activities .item .txt h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #292929;
}
.activities .item .txt p {
  color: #666;
  line-height: 20px;
}
.activities .item .di {
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 100px;
  background: #10abff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.activities .item:hover .pic .xcximg {
  -webkit-transform: rotateX(0deg) scale(1, 1);
  transform: rotateX(0deg) scale(1, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.38, 1) 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.activities .item:hover h3 {
  color: #f49207;
}
.textlist .item {
  height: 130px;
  margin-bottom: 12px;
  transition: all 0.2s linear 0s;
  width: 100%;
  position: relative;
}
.textlist .item a {
  display: block;
  height: 120px;
  background: #fff;
  padding-right: 38px;
  -moz-border-radius-topright: 50px;
  -webkit-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -webkit-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
  z-index: 3;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.textlist .item h3 {
  font-size: 18px;
  padding-top: 20px;
}
.textlist .item p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.textlist .item .time {
  display: block;
  width: 120px;
  height: 120px;
  line-height: 20px;
  margin-right: 30px;
  color: #fff;
  background: #10abff;
  text-align: center;
  font-size: 24px;
}
.textlist .item .time b {
  color: #fff;
  display: block;
  font-size: 48px;
  line-height: 48px;
  padding-top: 20px;
}
.textlist .item .di {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #ceeeff;
  -moz-border-radius-topright: 50px;
  -webkit-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -webkit-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 1;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.textlist .item:hover a {
  background: #10abff;
  color: #fff;
}
.textlist .item:hover p {
  color: #fff;
}
.textlist .item:hover .di {
  background: #009aed;
}
/**内页样式**/
.nybanner {
  width: 100%;
  position: relative;
  height: 450px;
  z-index: 1;
}
.wrapper {
  position: relative;
  background: #ddf4fc;
  width: 100%;
  padding-bottom: 60px;
}
.wrapper .shatan {
  position: absolute;
  top: -94px;
  width: 100%;
  left: 0;
  background: url(../images/shatan.png) no-repeat center top;
  height: 350px;
  z-index: 3;
  overflow: hidden;
}
.wrapper .shatan .star1 {
  width: 65px;
  height: 48px;
  left: 6%;
  top: 62%;
  background: url(../images/start1.png) no-repeat center top;
  -webkit-animation: steam 6s 3s infinite;
}
.wrapper .shatan .star2 {
  width: 66px;
  height: 42px;
  left: 12%;
  top: 54%;
  background: url(../images/start2.png) no-repeat center top;
  -webkit-animation: steam 4s 2s infinite;
}
.wrapper .shatan .star3 {
  width: 138px;
  height: 92px;
  left: 20%;
  top: 38%;
  background: url(../images/start3.png) no-repeat center top;
  -webkit-animation: rock-boat 4s ease-in-out infinite;
}
.wrapper .shatan .Bottle {
  width: 206px;
  height: 126px;
  right: 0;
  top: 37%;
  background: url(../images/Bottle.png) no-repeat center top;
  -webkit-animation: rock-boat 5s ease-in-out infinite;
}
.wrapper .shatan .Bottle::after {
  -webkit-animation: steam 4s 2s infinite;
}
.wrapper .sitepath {
  color: #1a69a4;
}
.wrapper .sitepath .home {
  width: 12px;
  height: 16px;
  display: inline-block;
  background-position: -146px -98px;
  margin-right: 10px;
}
.wrapper .sitepath a {
  display: inline-block;
  white-space: nowrap;
  color: #1a69a4;
}
.wrapper .sitepath a:hover {
  color: #10abff;
}
.wrapper .w1200 {
  position: relative;
  z-index: 5;
  padding-top: 112px;
}
.wrapper .left {
  width: 260px;
}
.wrapper .left .leftbox {
  width: 255px;
  background: #2fb6ff;
  padding: 26px 0;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.wrapper .left .leftbox .left_title {
  margin-left: 30px;
  background: url(../images/line2.png) no-repeat right bottom;
  padding-bottom: 26px;
}
.wrapper .left .leftbox .left_title h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.wrapper .left .leftbox .left_title .tuoxie {
  width: 46px;
  height: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-position: -88px -98px;
  margin-left: 15px;
  vertical-align: middle;
}
.wrapper .left .leftbox .submenu {
  padding-top: 30px;
}
.wrapper .left .leftbox .submenu li {
  display: block;
  margin-bottom: 10px;
  width: 230px;
}
.wrapper .left .leftbox .submenu li a {
  height: 45px;
  line-height: 45px;
  display: block;
  padding-left: 30px;
  background: #fff;
  -moz-border-radius-topright: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 16px;
  color: #07213b;
}
.wrapper .left .leftbox .submenu li a:hover {
  background: #ffe44c;
}
.wrapper .left .leftbox .submenu li.hover a {
  background: #ffe44c;
}
.wrapper .left .leftbox .cont {
  color: #fff;
  padding: 35px 30px;
}
.wrapper .left .leftbox .di {
  position: absolute;
  right: -5px;
  top: 0;
  width: 260px;
  height: 105%;
  background: #1d97f1;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  z-index: -1;
}
.wrapper .right {
  width: 900px;
}
.wrapper .right .right_title {
  background: url(../images/nytit.png) repeat-x left bottom;
  padding-bottom: 10px;
}
.wrapper .right .right_title h3 {
  color: #1a69a4;
  font-size: 18px;
}
.wrapper .right .cont {
  padding: 40px 0;
}
.wrapper .Productlist {
  overflow: hidden;
}
.wrapper .Productlist .list {
  width: 108%;
}
.wrapper .Productlist .item {
  float: left;
  width: 285px;
  margin-right: 20px;
  margin-bottom: 40px;
  display: block;
  position: relative;
  text-align: center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.wrapper .Productlist .item a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
  background: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.wrapper .Productlist .item .bigimg {
  width: 285px;
  height: 285px;
  display: block;
}
.wrapper .Productlist .item .pic {
  width: 285px;
  height: 285px;
  position: relative;
  overflow: hidden;
}
.wrapper .Productlist .item .pic .bg {
  background: url(../images/blue80.png) repeat left top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}
.wrapper .Productlist .item .pic .bg span {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/line_hover.png) no-repeat center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.wrapper .Productlist .item .pic .xcximg {
  position: absolute;
  z-index: 3;
  width: 120px;
  height: 120px;
  display: block;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -60px;
  border: 7px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
  transform: rotateX(180deg) scale(0.2, 0.2);
  transition: all ease-out 0.2s;
}
.wrapper .Productlist .item .txt {
  text-align: center;
  padding: 20px 18px;
}
.wrapper .Productlist .item .txt h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #292929;
}
.wrapper .Productlist .item .txt p {
  color: #666;
  line-height: 20px;
  height: 40px;
}
.wrapper .Productlist .item .di {
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 100px;
  background: #10abff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.wrapper .Productlist .item:hover .pic .xcximg {
  -webkit-transform: rotateX(0deg) scale(1, 1);
  transform: rotateX(0deg) scale(1, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.38, 1) 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.wrapper .Productlist .item:hover h3 {
  color: #f49207;
}
.wrapper .single img {
  max-width: 100% !important;
  display: inline;
}
.wrapper .showinfo img {
  max-width: 100% !important;
  display: inline;
}
.wrapper .showinfo .Article-title {
  border-bottom: 1px solid #92e9ff;
  padding-bottom: 20px;
  text-align: center;
}
.wrapper .showinfo .Article-title h1 {
  font-size: 24px;
}
.wrapper .showinfo .Article-title .mark span {
  font-size: 12px;
  padding: 0 5px;
}
.wrapper .showinfo .newsinfo {
  padding: 20px 0;
}
.wrapper .reLink {
  height: 48px;
  line-height: 48px;
  padding: 0;
  border-top: 2px solid #92e9ff;
  border-bottom: 2px solid #92e9ff;
  margin: 20px auto;
}
.wrapper .reLink .prevLink,
.wrapper .reLink .nextLink {
  width: 50%;
}
.wrapper .reLink .nextLink {
  text-align: right;
}
.wrapper .pageCss {
  text-align: center;
}
.wrapper .pageCss ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.wrapper .pageCss li {
  background: #fff;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  text-align: center;
  margin: 0 5px;
}
.wrapper .pageCss li a {
  display: block;
}
.wrapper .pageCss li:hover {
  background: #10abff;
}
.wrapper .pager {
  text-align: center;
  padding: 30px 0;
}
.wrapper .pager a {
  height: 42px;
  line-height: 42px;
  margin: 0 5px;
  padding: 0 18px;
  color: #666;
  background: #fff;
  display: inline-block;
}
.wrapper .pager a:hover {
  background: #10abff;
  color: #fff;
}
.wrapper .imassge {
  padding-top: 20px;
}
.wrapper .imassge .item {
  margin-bottom: 10px;
  height: 32px;
  position: relative;
}
.wrapper .imassge .item .tit {
  float: left;
  width: 80px;
  padding-right: 10px;
  text-align: right;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
}
.wrapper .imassge .item .txt {
  width: 245px;
  padding: 0px 10px;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 14px;
  float: left;
  height: 30px;
  line-height: 30px;
  background: #fff;
  outline: none;
}
.wrapper .imassge .liuyan .tit {
  float: left;
  width: 80px;
  padding-right: 10px;
  text-align: right;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
}
.wrapper .imassge .liuyan textarea {
  height: 200px;
  width: 410px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 14px;
  float: left;
  outline: none;
  padding-left: 10px;
}
.wrapper .imassge .bot {
  padding-top: 20px;
}
.wrapper .imassge .bot .tit {
  float: left;
  width: 80px;
  padding-right: 10px;
  text-align: right;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
}
.wrapper .imassge .subbtn {
  width: 245px;
  height: 40px;
  line-height: 40px;
  border: 0 none;
  background: #fff;
  font-size: 16px;
  outline: none;
  cursor: pointer;
}
.wrapper .imassge .subbtn:hover {
  background: #10abff;
  color: #fff;
}
@keyframes down-ico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 20%;
    opacity: 0;
  }
  65% {
    top: -20%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes down-ico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 20%;
    opacity: 0;
  }
  65% {
    top: -20%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
/***********index css end***********/
.toolbar {
  width: 164px;
  position: fixed;
  right: 10px;
  top: 200px;
  z-index: 999;
  padding-top: 68px;
}
.toolbar dl {
  width: 136px;
  margin: 0 auto;
  background: #10abff;
  position: relative;
  padding-top: 24px;
  padding-bottom: 40px;
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.toolbar .tt {
  position: absolute;
  left: -15px;
  width: 164px;
  background: url(../images/rightFixIcon.png) no-repeat -48px 0;
  height: 86px;
  top: -66px;
  cursor: pointer;
}
.toolbar .tt .gb {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
  background: url(../images/rightFixIcon.png) no-repeat -65px -140px;
}
.toolbar dd {
  width: 136px;
  height: 55px;
  margin: 0 auto;
  position: relative;
}
.toolbar dd a {
  color: #fff;
  padding: 0 20px;
  height: 55px;
  display: block;
  cursor: pointer;
  background: #10abff;
  line-height: 45px;
}
.toolbar dd a span {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/rightFixIcon.png) no-repeat 0 0;
  vertical-align: middle;
  margin-right: 5px;
}
.toolbar dd a:hover {
  background: #f49207;
}
.toolbar .pop {
  position: absolute;
  right: 90px;
  top: -65px;
  background: #10abff;
  display: none;
}
.toolbar .pop-code {
  width: 120px;
  padding: 20px 20px 0;
}
.toolbar .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}
.toolbar .pop-code h3 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #f2e8e1;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.toolbar .pop-tel {
  top: 0;
  right: 90px;
  position: absolute;
  background: #f49207;
  display: none;
  width: 120px;
}
.toolbar .pop-tel p {
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
}
.toolbar .sina span {
  background-position: 0 -106px;
}
.toolbar .tel span {
  background-position: 0 -36px;
}
.toolbar .code span {
  background-position: 0 -72px;
}
.toolbar .xcx span {
  background-position: 0 0;
}
.toolbar .mobile span {
  background-position: 0 -106px;
}
.toolbar .top {
  width: 100%;
  padding-top: 20px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.toolbar .top span {
  width: 50px;
  height: 20px;
  background: url(../images/rightFixIcon.png) no-repeat 0 -140px;
  display: block;
  margin: 0 auto;
}
.toolbar .top:hover {
  padding-top: 15px;
}
/**********alone css end**********/
/**********map_ul**********/
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  margin-left: 10px;
  float: left;
}
.map_ul li a {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
}
.map_ul .list-inline {
  display: block;
  margin-left: 14%;
  width: 80%;
  min-height: 30px;
}
.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 10px;
}
.map_ul .list-inline a:hover {
  background: #1ea0b8;
  color: #fff;
  border: 1px solid #1ea0b8;
}
/*******animated css******/
.active .animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 1;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 1;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.active .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@keyframes down-ico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 20%;
    opacity: 0;
  }
  65% {
    top: -20%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes down-ico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 20%;
    opacity: 0;
  }
  65% {
    top: -20%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes scale-three2 {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes scale-three2 {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes scale-three2 {
  0% {
    -moz-transform: scale(1);
    opacity: 0.7;
  }
  100% {
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@-o-keyframes scale-three2 {
  0% {
    -o-transform: scale(1);
    opacity: 0.7;
  }
  100% {
    -o-transform: scale(1.3);
    opacity: 0;
  }
}