@charset "UTF-8";
html {
  min-width: 1280px;
}
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", "Arial";
  color: #333;
}
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;
  outline: 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: #ba292e;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.icon {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #c7441b;
  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: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.hide {
  display: none !important;
}
a:link,
a:hover,
[name='submit'],
[name='submit']:hover,
input:focus {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
}
/*引导页样式*/
.homebody .header_main {
  display: none !important;
}
.home {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home a {
  display: block;
}
.home .w1200 {
  padding-top: 13%;
}
.home .weblogo {
  width: 306px;
  height: 44px;
  display: block;
}
.home .bigtxt {
  font-family: "SourceHanSansCN Heavy", "microsoft yahei";
  font-weight: bold;
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  padding: 10px 0;
}
.home .bigtxt b {
  color: #0c79bf;
  padding-right: 10px;
}
.home .bigtxt span {
  display: inline-block;
  color: #d6cfc9;
}
.home .p1 {
  font-size: 30px;
  color: #fff;
  padding-top: 5px;
}
.home .en {
  display: block;
  padding-top: 68px;
  color: #0c79bf;
  font-size: 18px;
  font-family: arial;
}
.home .p2 {
  font-size: 18px;
  color: #fff;
}
.home .BtnMore {
  width: 180px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c7441b;
  padding: 2px;
  margin-top: 40px;
}
.home .BtnMore span {
  display: block;
  text-align: center;
  background: #c7441b;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.home .BtnMore span em {
  width: 10px;
  height: 12px;
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  background-position: 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.home .BtnMore span:hover em {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 10px;
}
.home .sectionbg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
@media (max-width: 1680px) {
  .home .w1200 {
    padding-top: 15%;
  }
}
@keyframes hvr-pulse-shrink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-shrink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.hvr-pulse-shrink {
  transform: perspective(1px) translateZ(0px);
  vertical-align: middle;
}
.active .hvr-pulse-shrink {
  animation-direction: alternate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: hvr-pulse-shrink;
  animation-timing-function: linear;
}
/*header*/
.header_main {
  width: 100%;
  height: 60px;
  line-height: 60px;
  z-index: 999;
  background: #fff;
}
.header_main .header {
  width: 1200px;
  margin: 0 auto;
}
.header_main .logo {
  width: 260px;
  height: 60px;
  overflow: hidden;
  display: block;
}
.header_main .logo img {
  height: 39px;
  max-width: 100%;
  display: block;
  width: auto;
}
.header_main .nav {
  position: relative;
}
.header_main .nav li {
  position: relative;
  float: left;
  background: url(../images/navline.jpg) no-repeat right center;
}
.header_main .nav li a {
  display: block;
  padding: 0 30px;
}
.header_main .nav li a em {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 56px;
  height: 2px;
  background: #0668bf;
  display: none;
}
.header_main .nav li .subNav {
  display: none;
}
.header_main .nav li.hover a em {
  display: block;
}
.header_main .nav .sign {
  width: 55px;
  height: 2px;
  background: #c7441b;
  position: absolute;
  bottom: 0;
  left: 40px;
}
.header_main .nav .subNav {
  position: absolute;
  top: 80px;
  left: -2990px;
  width: 1000%;
  padding: 8% 3000px;
  display: none;
  background: #fff;
}
.header_main.index_head {
  position: fixed;
  left: 0;
  top: 0;
}
.header_main.index_head .header {
  width: 100%;
  margin: 0 auto;
}
.header_main.index_head .logo {
  padding-left: 5%; padding-top:10px;
}
.header_main.index_head .nav li a {
  padding: 0 40px;
}
.header_main.index_head .nav li a em {
  display: none;
}
.header_main.index_head .nav li.hover a em {
  display: none;
}
.header_main.oneheader {
  top: auto;
  bottom: 0;
}
.header_main.oneheader .header {
  width: 1200px;
  margin: 0 auto;
}
.header_main.oneheader .header .logo {
  display: none;
}
/*copyright*/
.returnTop {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 1%;
  bottom: 60px;
  z-index: 100;
  background: url(../images/block50.png) repeat 0 0;
  border-radius: 5px;
}
.returnTop s {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/returnTop.png) no-repeat center center;
}
.returnTop:hover {
  background-image: url(../images/block60.png);
}
.footer_main {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  background: #333;
  color: #fff;
}
.footer_main.poa {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}
.footer_main .yyzz {
  padding: 0 5px;
}
.footer_main a {
  color: #fff;
}
.footer_main a:hover {
  color: #c7441b;
}
/*******************index css*********************/
html {
  height: 100%;
}
.index_body {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.index {
  height: 100%;
}
.index .section {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index .section .opacity {
  opacity: 0;
}
#IcoArrow {
  bottom: 8%;
  position: fixed;
  left: 50%;
  margin-left: -14px;
  z-index: 9998;
  width: 28px;
  height: 37px;
  cursor: pointer;
  z-index: 9999;
}
#IcoArrow img {
  display: block;
  width: 28px;
  height: 16px;
}
#IcoArrow img.first {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  animation: down-ico .5s ease-out infinite;
}
#IcoArrow img.second {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  -moz-opacity: .5;
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-opacity: .5;
  animation: down-ico .6s ease-out infinite;
}
#myMenu {
  position: fixed;
  width: 38px;
  height: 304px;
  right: 5%;
  z-index: 1000;
  top: 30%;
}
#myMenu li {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
  margin-top: 6px;
}
#myMenu li em {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 11px;
  left: 11px;
  display: block;
  -moz-opacity: .6;
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-opacity: .6;
}
#myMenu li .in {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-transition: all .28s cubic-bezier(.175, .885, .32, 1.5);
  -moz-transition: all .28s cubic-bezier(.175, .885, .32, 1.5);
  -o-transition: all .28s cubic-bezier(.175, .885, .32, 1.5);
  transition: all .28s cubic-bezier(.175, .885, .32, 1.5);
}
#myMenu li .out {
  border-radius: 100%;
  position: absolute;
  -webkit-transition: all .58s cubic-bezier(.175, .885, .32, 1.5);
  -moz-transition: all .58s cubic-bezier(.175, .885, .32, 1.5);
  -o-transition: all .58s cubic-bezier(.175, .885, .32, 1.5);
  transition: all .58s cubic-bezier(.175, .885, .32, 1.5);
}
#myMenu li.active em,
#myMenu li:hover em {
  opacity: 1;
  filter: alpha(opacity=100);
}
#myMenu li.active .in,
#myMenu li:hover .in {
  background: #1d2034;
  border: 1px solid #383838;
  width: 26px;
  height: 26px;
  top: 2px;
  left: 2px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#myMenu li.active .out,
#myMenu li:hover .out {
  background: #23273f;
  width: 66px;
  height: 66px;
  top: -18px;
  left: -18px;
  border: 1px solid #4b5171;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.arrow2 {
  margin: 0 auto 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: block;
  position: absolute;
  overflow: hidden;
  border: 0 none;
  left: 48%;
  bottom: 2%;
  z-index: 999;
  border: 1px solid #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.arrow2 i {
  width: 34px;
  height: 36px;
  margin: 8px auto 0;
  display: block;
  position: relative;
  background: url(../images/jiant.png) no-repeat center center;
  animation: down-ico 1.5s ease-out infinite;
}
/************index************/
html {
  height: 100%;
}
#fullpage {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}
#fullpage .fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fullpage .fp-section.fp-table,
#fullpage .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#fullpage .fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#fullpage .fp-slidesContainer {
  float: left;
  position: relative;
}
.index {
  height: 100%;
}
.index .title {
  text-align: center;
  color: #fff;
}
.index .title h3 {
  font-family: "SourceHanSansCN ExtraLight", "microsoft yahei";
  font-size: 30px;
  line-height: 42px;
}
.index .title h4 {
  font-size: 30px;
  font-family: arial;
}
.index .title h4 b {
  font-family: "constantia";
  color: #c7441b;
  padding-left: 10px;
}
.index .title .line {
  width: 50px;
  height: 5px;
  display: block;
  background: #fff;
  margin: 14px auto;
}
.index .floor_2_main {
  background: url(../images/floor_2.jpg) no-repeat center;
  background-size: cover;
}
.index .floor_2_main .title {
  padding: 43px 0; margin-top:80px;
}
.index .floor_2_main .title h3{background:url(../images/tit_bg.png) no-repeat center;} 
.index .Content05Base {
  position: relative;
  width: 466px;
  margin: 0 auto;
  height: 300px;
}
.index .Content05Base li {
  width: 165px;
  height: 165px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -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 .Content05Base li a {
  display: block;
}
.index .Content05Base li .bezierCurveAll {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  top: 85px;
  left: 85px;
  display: block;
}
.index .Content05Base li .bezierCurveAll.Dcircle01 {
  background: rgba(16, 16, 16, 0.2);
  border: 1px solid rgba(107, 107, 107, 0.2);
}
.index .Content05Base li .bezierCurveAll.Dcircle02 {
  background: rgba(214, 106, 68, 0.2);
  border: 1px solid rgba(251, 218, 208, 0.2);
}
.index .Content05Base li .bezierCurveAll.Dcircle03 {
  background: rgba(107, 196, 226, 0.2);
  border: 1px solid rgba(170, 206, 218, 0.2);
}
.index .Content05Base li .circleBase {
  text-align: center;
  color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .28s linear;
  -moz-transition: all .28s linear;
  -webkit-transition: all .28s linear;
  -o-transition: all .28s linear;
}
.index .Content05Base li .circleBase h3 {
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  padding-top: 32%;
  font-family: "AvantGardeITCbyBT Book";
}
.index .Content05Base li .circleBase p {
  font-size: 20px;
  font-family: "SourceHanSansCN Normal";
}
.index .Content05Base li .add {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 4px;
  top: 79px;
  visibility: visible;
  display: block;
}
.index .Content05Base li .hover {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 198px;
  height: 198px;
  margin-left: -99px;
  margin-top: -99px;
  display: block;
  background: url(../images/ico_048.png) no-repeat center;
}
.index .Content05Base li.circle_01 {
  transition: all 1s;
  opacity: 0;
  filter: alpha(opacity=0);
  left: -100px;
}
.index .Content05Base li.circle_01 .add {
  left: 153px;
  background-position: 0 -96px;
}
.index .Content05Base li.circle_01 .hover {
  background: url(../images/ico_063.png) no-repeat center;
}
.index .Content05Base li.circle_01 .circleBase {
  color: #333;
  background: url(../images/ico_046.png) no-repeat center;
}
.index .Content05Base li.circle_02 {
  left: 150px;
  z-index: 1;
  transition: all 1s;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 15%;
}
.index .Content05Base li.circle_02 .circleBase {
  background: url(../images/ico_047.png) no-repeat center;
}
.index .Content05Base li.circle_03 {
  transition: all 1s;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 600px;
}
.index .Content05Base li.circle_03 .add {
  background-position: -12px -96px;
}
.index .Content05Base li.circle_03 .circleBase {
  background: url(../images/ico_049.png) no-repeat center;
}
.index .Content05Base li:hover {
  z-index: 4;
}
.index .Content05Base li:hover .circleBase {
  opacity: 1;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.index .Content05Base li:hover .bezierCurveAll {
  top: -52px;
  left: -52px;
  width: 268px;
  height: 268px;
}
.index .Content05Base li:hover .add {
  visibility: hidden;
}
.index .Content05Base li:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .floor_3_main {
  background: url(../images/floor_3.jpg) no-repeat center;
  background-size: cover;
}
.index .floor_3_main .floor_3 {
  position: relative;
  z-index: 3;
}
.index .floor_3_main .title {
  padding-bottom: 48px;
}
.index .floor_3_main .title h3{ background:url(../images/tit_bg.png) no-repeat center;}
.index .iService {
  width: 100%;
  margin: 0 auto;
  height: 430px;
  position: relative;
   background:url(../images/ab_bg.png) no-repeat center;
}
.about_left{margin:13px 0 0 33px}
.about_left .case_img{width:430px;margin:0}
.about_right{width:590px;margin:132px 0 0 75px}
.about_right h3{font-size:18px;font-weight:bold;margin:20px 0 0 0;}
.about_right p{font-size:14px;line-height:30px;margin-top:20px;}
.about_right a{display:block;background:url(../images/ab_more_bg.png) no-repeat center left;width:114px;height:26px;color:#fff;line-height:26px;font-size:14px;font-weight:bold;padding-left:15px;margin-top:20px;}


.index .floor_4_main {
  background: url(../images/floor_4.jpg) no-repeat center top;
  background-size: cover;
}
.index .floor_4 .title {
  padding-bottom: 116px;
}
.index .inews {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
.index .inews .item {
  width: 490px;
  float: left;
  height: 180px;
  position: relative;
}
.index .inews .item a {
  display: block;
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 4px;
  background: #fff;
}
.index .inews .item .img {
  width: 230px;
  height: 170px;
  overflow: hidden;
}
.index .inews .item .img img {
  width: 100%;
  height: 100%;
  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;
}
.index .inews .item .txt {
  width: 215px;
  padding-right: 20px;
  padding-top: 16px;
  position: relative;
}
.index .inews .item .txt .time {
  position: absolute;
  left: 0;
  top: 16px;
  width: 50px;
  height: 50px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.index .inews .item .txt .time b {
  font-size: 46px;
  font-weight: bold;
  display: block;
  line-height: 42px;
}
.index .inews .item .txt h3 {
  font-size: 18px;
  line-height: 30px;
  padding-left: 72px;
  height: 60px;
}
.index .inews .item p {
  color: #737373;
  line-height: 18px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
  height: 38px;
  overflow: hidden;
}
.index .inews .item .more {
  width: 55px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  color: #737373;
  display: block;
  margin-top: 8px;
  background: #fff;
}
.index .inews .item:hover a {
  background: #c7441b;
  color: #fff;
  border: 1px solid #c7441b;
}
.index .inews .item:hover .txt p {
  color: #fff;
}
.index .inews .item:hover .txt .more {
  border: 1px solid #fff;
  color: #c7441b;
}
.index .inews .item:hover img {
  transform: scale(1.06, 1.06);
}
.index .floor_5_main {
  background: url(../images/floor_5.jpg) no-repeat center top;
  background-size: cover;
}
.index .floor_5 .title {
   margin-top:40px; padding:13px 0; color:#0668bf;
}
.index .title  h3{ background:url(../images/p_tit_bg.png) no-repeat center;}
.index .iyoushi {position: relative;}
.ys_con{position:relative;width:100%; background:url(../images/ys_bg_01.png) no-repeat left center;height:472px;}
.ys_con dl dt{font-size:26px;font-weight:bold;padding-bottom:10px;padding-left:40px;color:#333;border-bottom:1px #d3d3d3 solid;}

.ys_con dl dd{font-size:16px;line-height:26px;padding-left:40px;width:657px;color:#545454;margin-top:15px;}

.ys_con dl{position:absolute;}

.ys_con dl.ys_1{top:22px;left:429px;}

.ys_con dl.ys_2{top:170px;left:490px;}

.ys_con dl.ys_3{top:352px;left:445px;}

.index .floor_6_main {
  background: url(../images/floor_6.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}
.index .bg6 {
  width: 900px;
  height: 416px;
  position: absolute;
  left: -1380px;
  top: 50%;
  margin-top: -172px;
  background: url(../images/fl6.jpg) no-repeat left top;
  z-index: 1;
  transition: all 1s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.index .floor_6 {
  position: relative;
  z-index: 3;
}
.index .floor_6 .title {
  padding:13px 0; color:#0668bf; margin-top:40px;
}
.index .icase {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.index .caselist dl{width:540px;float:left;margin-left:8px;margin-top:10px;margin-bottom:10px;margin-right:10px; background:#fff; padding:5px;}
.index .caselist dl dt{ float:left; width:213px;}
.index .caselist dl dt img{ width:213px; height:197px;}
.index .caselist dl dd{ float:left; width:280px; padding-left:15px; text-align:left;}
.index .caselist dl dd h4{ font-size:16px; color:#50514f; width:280px; height:26px; overflow:hidden; margin-top:18px;}
.index .caselist dl dd h4 a{ color:#50514f;}
.index .caselist dl dd font{ font-size:14px; color:#666; margin-bottom:5px; display:block;}
.index .caselist dl dd p{width:280px; font-size:14px; color:#50514f; line-height:26px; margin:5px 0;}
.index .caselist dl dd span{ display:block; width:100px; height:33px; border:1px solid #ccc; text-align:center;}


.index .icase span.icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 2px 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  cursor: pointer;
}
.index .icase span.icon.prev {
  background-position: -32px -96px;
}
.index .icase span.icon.prev:hover {
  background-position: -88px -96px;
}
.index .icase span.icon.next {
  background-position: -142px -96px;
}
.index .icase span.icon.next:hover {
  background-position: -196px -96px;
}
.index .active .Content05Base .bg21 {
  opacity: 1;
  filter: alpha(opacity=100);
  transition-delay: 0.2s;
  left: 0;
}
.index .active .Content05Base .bg23 {
  left: 300px;
  transition-delay: 0.2s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .active .Content05Base .bg22 {
  opacity: 1;
  filter: alpha(opacity=100);
  transition-delay: 0.2s;
  top: 0;
}
.index .active .background34 {
  bottom: 0;
  transition-delay: .1s;
}
.index .active .iService .item.it1 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition-delay: 0.2s;
}
.index .active .iService .item.it2 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition-delay: 0.2s;
}
.index .active .iService .item.it3 {
  left: 550px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition-delay: 0.2s;
}
.index .active .bg6 {
  left: 0;
  transition-delay: 0.2s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .floor_7_main {
  background: url(../images/floor_7.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}
.index .floor_7 {
  padding-top: 5%;
}
.index .floor_7 .tittb {
  width: 190px;
  height: 78px;
  display: block;
  background-position: 0 -150px;
}
.index .bcontact {
  padding-top: 11%;
}
.index .bcontact .ewm {
  width: 180px;
  text-align: center;
}
.index .bcontact .ewm .img {
  border: 1px solid #4d4843;
  width: 180px;
  height: 180px;
}
.index .bcontact .ewm img {
  width: 170px;
  height: 170px;
  display: block;
  margin: 5px auto;
}
.index .bcontact .ewm .txt {
  padding-top: 10px;
  color: #fff;
  font-size: 12px;
}
.index .bcontact .icontact {
  color: #fff;
}
.index .bcontact .icontact .tit {
  font-size: 18px;
  color: #c7441b;
}
.index .bcontact .icontact .en {
  font-size: 12px;
  text-transform: uppercase;
  color: #6a6765;
  display: block;
  padding-bottom: 12px;
}
.index .bcontact .icontact p {
  line-height: 24px; color:#333;
}
.index .bcontact .icontact b {
  font-weight: bold;
  font-size: 36px;
  font-family: arial;
  line-height: 36px;
  padding: 20px 0;
  display: block;
  
}
.index .bcontact .bottom_nav a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  border-left: 1px solid #fff;
  height: 20px;
  line-height: 20px;
}
.index .bcontact .bottom_nav a:first-child {
  border-left: 0 none;
  padding-left: 0;
}
.index .bcontact .copyright {
  padding-top: 10px;
  font-size: 12px;
  color: #fff;
}
.index .bcontact .copyright a {
  color: #fff;
}
.index .bcontact .copyright a:hover {
  color: #c7441b;
}
.caselist {
  overflow: hidden;
}
.caselist .list {
  width: 108%;
}
.caselist .item {
  float: left;
  width: 380px;
  height: 280px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 4px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.caselist .item a {
  display: block;
  position: relative;
  width: 370px;
  height: 270px;
  overflow: hidden;
  margin: 0 auto;
}
.caselist .item img {
  width: 100%;
  height: 100%;
  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;
}
.caselist .item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: url(../images/black70.png) repeat left top;
  color: #333; text-align:center;
  font-size: 16px;
}
.caselist .item:hover img {
  transform: scale(1.06, 1.06);
}
.caselist .item:hover h3 {
  background:#fff;
}
@media (max-width: 1680px) {
  .index .active .bg6 {
    left: -128px;
  }
}
@media (max-width: 1610px) {
  .index .floor_3_main .title {
    margin-top:60px; padding:13px 0;
  }
  .index .floor_4 .title {
    padding: 13px 0; margin-top:40px; color:#0668bf;
  }
  .index .bg6 {
    margin-top: -70px;
  }
  .index .active .bg6 {
    left: -128px;
  }
  .index .bcontact {
    padding-top:20px;
  }
}
@media (max-width: 1440px) {
}
@media (max-width: 1368px) {
}
/********.fixtool*********/
.toolbar {
  width: 50px;
  position: fixed;
  right: 5px;
  top: 32%;
  z-index: 999;
}
.toolbar dd {
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  position: relative;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #dedede;
}
.toolbar dd i {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
}
.toolbar dd i span {
  width: 35px;
  height: 43px;
  display: block;
  margin: 7px 0 0 7px;
  *margin: 7px 0 0 0;
  background: url(../images/rightFixIcon.png) no-repeat 0 0;
}
.toolbar dd:hover {
  background: #c7441b;
  border: 1px solid #c7441b;
}
.toolbar .slide-tel {
  display: block;
  width: 0;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  font-family: arial;
  color: #FFF;
  position: absolute;
  padding: 0 0 0 50px;
  top: 0;
  right: 0;
  overflow: hidden;
}
.toolbar .slide-tel.over {
  right: -2px;
  top: -2px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #c7441b;
}
.toolbar .pop {
  position: absolute;
  right: 90px;
  top: -65px;
  background: #c7441b;
  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 .qq span {
  background-position: -35px -47px;
}
.toolbar .qq a {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
}
.toolbar .qq:hover {
  background: #c7441b;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #c7441b;
}
.toolbar .qq:hover span {
  background-position: 0 -47px;
}
.toolbar .tel span {
  background-position: -35px 0;
}
.toolbar .tel:hover {
  background: #c7441b;
  border: 1px solid #c7441b;
}
.toolbar .tel:hover span {
  background-position: 0 0;
}
.toolbar .code span {
  background-position: -35px -95px;
}
.toolbar .code:hover {
  background: #c7441b;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar .code:hover span {
  background-position: 0 -95px;
}
.toolbar .top span {
  background-position: -35px -142px;
}
.toolbar .top:hover {
  background: #c7441b;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #c7441b;
}
.toolbar .top:hover span {
  background-position: 0 -142px;
}
/***********category css*************/
/*nybanner*/
.nybanner {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 149px;
  position: relative;
  overflow: hidden;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  border-top: 1px solid #cdd0d6;
}
.wrapper {
  padding: 30px 0 56px;
  min-height: 720px;
  background: url(../images/diwen.png) repeat left top;
}
.wrapper .w1200 {
  background: #fff;
}
.wrapper .sitepath {
  color: #909090;
  padding: 20px 20px 0;
}
.wrapper .sitepath a {
  display: inline-block;
  vertical-align: middle;
}
.wrapper .sitepath .ihome em {
  width: 40px;
  height: 16px;
  background-position: -190px 0;
  display: block;
  vertical-align: middle;
}
.wrapper .title {
  padding: 40px 20px 0;
}
.wrapper .title h4 {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  text-transform: uppercase;
}
.wrapper .title h4 b {
  font-family: "constantia";
  color: #c7441b;
  padding-left: 15px;
}
.wrapper .title h3 {
  font-size: 18px;
  font-family: "SourceHanSansCN ExtraLight", arial;
}
.wrapper .title .ntit {
  font-size: 48px;
  color: #333333;
  margin: 0;
  line-height: 54px;
}
.wrapper .menu {
  margin: 0 auto;
  width: 1160px;
  border-bottom: 1px solid #eee;
  text-align: right;
  padding-top: 18px;
  height: 42px;
  line-height: 42px;
}
.wrapper .menu a {
  height: 42px;
  line-height: 42px;
  display: inline-block;
  margin-left: 50px;
  position: relative;
}
.wrapper .menu a s {
  width: 100%;
  height: 2px;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #c7441b;
}
.wrapper .menu a.hover {
  color: #c7441b;
}
.wrapper .menu a.hover s {
  display: block;
}
.wrapper .caselist {
  padding: 50px 20px 0;
}
.wrapper .caselist .item {
  border: 1px solid #e5e5e5;
  text-align: center;
}
.erwmImg img {
  width: 90px;
  height: 90px;
  display: block;
  background: #fff;
  padding: 5px;
  border: 1px solid #dcdcdc;
}
.erro {
  color: red;
  text-align: center;
}
.singlepage .info {
  color: #494949;
  padding: 50px 20px;
}
.singlepage .info img {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
}
.jt2 {
  animation: shang 1s linear infinite;
  -webkit-animation: shang 1s linear infinite;
}
.noinfor {
  text-align: center;
  color: red;
}
.noinfor2 {
  text-align: center;
  color: red;
}
.newsPage .onenews {
  padding-bottom: 48px;
}
.newsPage .onenews .img {
  width: 480px;
  height: 360px;
  display: block;
  overflow: hidden;
  position: relative;
}
.newsPage .onenews .img img {
  width: 100%;
  height: 100%;
  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;
}
.newsPage .onenews .img s {
  width: 470px;
  height: 350px;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.newsPage .onenews .txt {
  padding-top: 48px;
}
.newsPage .onenews .txt .time {
  font-size: 48px;
  display: block;
  line-height: 48px;
  padding-bottom: 20px;
}
.newsPage .onenews .txt h3 {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.newsPage .onenews .txt p {
  padding-top: 25px;
  height: 92px;
}
.newsPage .onenews .txt .more {
  width: 200px;
  height: 46px;
  line-height: 46px;
  display: block;
  text-align: center;
  background: #c7441b;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.newsPage .list {
  padding-bottom: 30px;
}
.newsPage .newslist {
  overflow: hidden;
  padding: 50px 20px;
}
.newsPage .item {
  padding: 50px 0;
  transition: all .5s;
  border-bottom: 1px solid #eee;
  display: block;
}
.newsPage .item a {
  width: 100%;
  display: block;
}
.newsPage .item h3 {
  font-size: 16px;
  padding: 0 0 5px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  color: #333;
  font-weight: bold;
}
.newsPage .item .desc {
  color: #737373;
  line-height: 20px;
  height: 50px;
  overflow: hidden;
}
.newsPage .item .time {
  width: 82px;
  height: 70px;
  display: block;
  margin-right: 54px;
}
.newsPage .item .time b {
  font-size: 55px;
  line-height: 55px;
  display: block;
  font-weight: normal;
  font-family: "AvantGardITCbyBT Book";
}
.newsPage .item:hover {
  transform: translate3d(0px, -6px, 0px);
}
.newsPage .item:hover h3 {
  color: #c7441b;
}
.newsPage .item:hover a {
  color: #c7441b;
}
/*searchPage*/
.searchPage {
  overflow: hidden;
}
.searchPage .list {
  padding-bottom: 20px;
  width: 105%;
}
.searchPage .gridlist .itemk {
  width: 100%;
  height: 168px;
  margin-bottom: 26px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  background: #fbfbfb;
}
.searchPage .gridlist .itemk a {
  width: 100%;
  display: block;
}
.searchPage .gridlist .itemk img {
  width: 300px;
  height: 169px;
  display: block;
  margin-right: 30px;
}
.searchPage .gridlist .itemk h3 {
  font-size: 20px;
  padding: 35px 0 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  color: #000;
}
.searchPage .gridlist .itemk .txt {
  color: #666;
  line-height: 24px;
  height: 48px;
  padding-right: 130px;
  overflow: hidden;
}
.searchPage .gridlist .itemk .time {
  width: 150px;
  padding-top: 45px;
  font-family: arial;
  font-size: 20px;
  color: #999;
}
.searchPage .gridlist .itemk .time .day {
  font-size: 40px;
  line-height: 45px;
  display: block;
}
.searchPage .gridlist .itemk:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.searchPage .gridlist .itemk:hover h3 {
  color: #c7441b;
  text-indent: 5px;
}
.searchPage .gridlist .itemk:hover .time .day span {
  background: #6d6d6d;
}
.searchPage .gridlist .itemk:hover .time .day strong {
  background: #ff0000;
  color: #fff;
}
.formData {
  padding-bottom: 20px;
}
.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 378px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}
.formData .item label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #828282;
}
.formData .item input {
  outline: none;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
}
.formData .item .txt {
  width: 318px;
  height: 35px;
  line-height: 35px;
  display: block;
  background: none;
  padding-left: 60px;
  border: 0 none;
  color: #333;
  font-size: 14px;
}
.formData .item .red {
  position: absolute;
  right: 15px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}
.formData .item.mr0 {
  margin-right: 0;
}
.formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}
.formData .liuyan {
  width: 1198px;
  height: 180px;
  border-bottom: 1px solid #e5e5e5;
  float: left;
}
.formData .liuyan label {
  text-align: right;
  top: 5px;
  display: block;
}
.formData .liuyan textarea {
  width: 1178px;
  height: 154px;
  line-height: 28px;
  padding: 10px 10px;
  text-indent: 70px;
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #333;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}
.formData .bot {
  width: 100%;
  float: left;
}
.formData .sub {
  width: 232px;
  height: -4px;
  line-height: 38px;
  border: 2px solid #c7441b;
  text-align: center;
  background: #c7441b;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  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;
  margin: 0 auto;
}
.formData .sub:hover {
  background: none;
  color: #c7441b;
}
.formData .yzm {
  width: 432px;
}
.formData .yzm .txt {
  padding-left: 80px;
}
.formData .yzm img {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: 0px;
  display: block;
}
.jobPage {
  padding: 50px 0;
}
.jobPage .postlist {
  padding: 50px 20px 0;
}
.jobPage .postlist .cont {
  border-right: 1px solid #e7e7e7;
}
.jobPage .postlist .jobtit {
  background: #c7441b;
  color: #fff;
  text-align: center;
}
.jobPage .postlist .top {
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.jobPage .postlist .top span {
  width: 25%;
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
}
.jobPage .postlist .item {
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  background: #f0f0f0;
}
.jobPage .postlist .item .top {
  cursor: pointer;
}
.jobPage .postlist .item .bottom {
  padding: 50px;
}
.jobPage .postlist .item.a2 {
  background: #fff;
}
.jobPage .postlist .item.hover {
  background: #4b403c;
}
.jobPage .postlist .item.hover .top {
  color: #fff;
}
.jobPage .postlist .item.hover .bottom {
  background: #e7e7e7;
}
/*****showPro****/
.showPro .showImg {
  padding-bottom: 50px;
}
.showPro .showContxt {
  padding: 50px 20px;
}
.showPro .showContxt img {
  max-width: 100% !important;
}
.showPro .baseinfo {
  line-height: 30px;
}
.showPro .baseinfo .it {
  font-size: 16px;
}
.showPro .baseinfo .it b {
  font-weight: bold;
  width: 92px;
  display: inline-block;
  text-align: left;
}
.showPro .baseinfo .it i {
  padding-left: 7px;
}
.showPro .baseinfo .desc {
  padding: 36px 0;
}
.showPro .cont {
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
}
.showPro .cont .item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.showPro .cont .item h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 28px;
}
.showPro .cont .item .line {
  display: block;
  width: 34px;
  height: 3px;
  background: #c7441b;
}
.showPro .cont .item .desc {
  padding-top: 28px;
}
.showPro .imgtxtcon {
  padding-bottom: 50px;
}
.showPro .imgtxtcon .img {
  width: 530px;
  position: relative;
  float: left;
  height: 400px;
  overflow: hidden;
}
.showPro .imgtxtcon .img img {
  max-width: 100% !important;
  display: block;
  height: 100%;
}
.showPro .imgtxtcon .img s {
  position: absolute;
  width: 520px;
  left: 5px;
  top: 5px;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  box-sizing: border-box;
}
.showPro .imgtxtcon .txt {
  width: 620px;
  float: right;
  padding-top: 110px;
}
/*showNews*/
.showNews .mark {
  color: #999999;
  height: 38px;
  line-height: 38px;
  margin-bottom: 20px;
  font-size: 12px;
}
.showNews .showContxt {
  color: #666666;
  padding: 50px 20px 30px;
  line-height: 30px;
  min-height: 480px;
}
.showNews .showContxt img {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
}
.showNews .showContxt .cont {
  padding-bottom: 40px;
}
/* reLink */
.reLink {
  width: 100%;
  height: 25px;
  border-top: 1px dotted #eee;
  padding: 15px 0 40px;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
  line-height: 25px;
  color: #666;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a:hover {
  color: #c7441b;
}
/* pager */
.pager {
  padding: 30px 0 15px;
  text-align: center;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager {
  *zoom: 1;
}
.pager p {
  height: 34px;
  line-height: 34px;
  float: left;
  display: none;
}
.pager ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.pager ul li {
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.pager ul a {
  margin-left: 8px;
  padding: 0 15px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #edebeb;
  text-decoration: none;
  float: left;
}
.pager ul a.current {
  background-color: #c7441b;
  border-color: #c7441b;
  color: #fff;
}
.pager ul a.current:hover {
  background-color: #c7441b;
  border-color: #c7441b;
  color: #fff;
}
.pager ul a:hover {
  background-color: #c7441b;
  border-color: #c7441b;
  color: #fff;
}
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  *margin-bottom: 10px;
}
.map_ul li a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  background: #f6f6f6;
  text-indent: 15px;
}
.map_ul .list-inline {
  display: block;
  width: 86%;
}
.map_ul .list-inline li {
  height: 32px;
  display: inline-block;
  *display: inline;
  margin: 0 5px 15px 0;
  zoom: 1;
  line-height: 32px;
  border-bottom: 0;
  text-align: center;
  width: auto;
  padding: 0px;
}
.map_ul .list-inline li a {
  font-weight: normal;
  display: block;
  text-indent: 0;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  padding: 0px 10px;
  width: auto;
  border: 1px solid #ccc;
}
.map_ul .list-inline a:hover {
  background: #c7441b;
  color: #fff;
  border: 1px solid #c7441b;
}
span.bds_more,
.bds_tools a {
  line-height: 14px !important;
}
@font-face {
  font-family: constantia;
  src: url("../font/constantia.eot");
  src: url("../font/constantia.eot?#iefix") format("eot"), url("../font/constantia.ttf") format("truetype");
}
/**************
 *  Animations for content elements
 * **********/
/* 滞后 */
.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.delay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.delay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.delay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.delay700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.delay800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.delay900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.delay1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.delay1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}
.delay1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.delay1300 {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}
.delay1400 {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.delay1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.delay1600 {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.delay1700 {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}
.delay1800 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.delay1900 {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms;
}
.delay2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.delay2100 {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}
.delay2200 {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.delay2300 {
  -webkit-animation-delay: 2300ms;
  animation-delay: 2300ms;
}
.delay2500 {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.delay2700 {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}
.delay2900 {
  -webkit-animation-delay: 2900ms;
  animation-delay: 2900ms;
}
.delay3000 {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}
.delay4000 {
  -webkit-animation-delay: 4000ms;
  animation-delay: 4000ms;
}
.delay4500 {
  -webkit-animation-delay: 4500ms;
  animation-delay: 4500ms;
}
.delay5000 {
  -webkit-animation-delay: 5000ms;
  animation-delay: 5000ms;
}
.onactive .animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .animated.fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.active .animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes down-ico {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes down-ico {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes xia {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 3px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes xia {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 3px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
.jt {
  animation: xia 1s linear infinite;
  -webkit-animation: xia 1s linear infinite;
}
@keyframes shang {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -3px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes shang {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, -3px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
.active .flyInDown {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.active .flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.active .flyInUp {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.active .flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.active .opacityI {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes opacityI {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes opacityI {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.active .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateY(6px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes shake {
  0% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateY(6px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -ms-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -ms-transform: translateY(6px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
.active .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}
/*# sourceMappingURL=style.css.map */
