/*
KISSY CSS Reset
理念：清除和重置是紧密不可分的
特色：1.适应中文 2.基于最新主流浏览器
维护：玉伯(lifesinger@gmail.com), 正淳(ragecarrier@gmail.com)
*/

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }

body{
    background-color: #fff;
    font:12px/1.5 tahoma,arial,'Hiragino Sans GB','微软雅黑',\5b8b\4f53,sans-serif;
    color:#999;

}

a {
    text-decoration: none;
}
a:hover {
    color: #0062b2;
    text-decoration: underline
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

input[type="text"]:focus, input[type="password"]:focus {
/*  outline: 0;*/
/*  border-color:rgba(255,97,97, 0.8);*/
/*  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255,97,97, 0.6);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255,97,97, 0.6);
  -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255,97,97, 0.6);
  -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255,97,97, 0.6);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255,97,97, 0.6);*/
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
input[type="submit"]:focus, input[type="submit"]:hover {
   /* background-position: 80px center; */
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
   /* outline: 0;*/
    opacity: 0.9
}
input[type="submit"]:active{
    /*background-color: #cf0000;*/
}
.wrap{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left
}
/*头部*/
.public-top{
 background-color: rgb(67, 67, 67);
 height: 40px;
}
.public-top .wrap{
  text-align: right;
}
.public-top a,.public-top strong{
  font:normal 12px/38px 'Microsoft YaHei';
  color: rgb(217, 217, 217);
  margin: 0 10px;
}
.public-top a.set-default{
  margin:0 20px;
}
/*固定导航*/
.nav-box{
  height: 100px;
  background-color: rgb(251, 251, 251);
  width: 100%;

}
.nav-fixed{
  position: fixed;
  left: 0;
  top:0px;
  z-index: 9999;
}
.nav-box .wrap{
  position: relative;
  z-index: 9999;
  height: 100px;
}
.nav-box .logo{
  left: 0px;
  top: 18px;
  position: absolute;
  z-index: 100;
  width: 80px;
  height: 60px;
  z-index: 10;
}
.nav-box .name{
  word-wrap: break-word;
  height: 30px;
  width: 295px;
  position: absolute;
  left: 95px;
  top:21px;
}
.nav-box .name h6{
  color: rgb(67, 67, 67);
  font:normal 24px/30px 'Microsoft YaHei';
}
.nav-box .name h6.c-name{
 font-weight: bolder
}
.nav-box .name h6.e-name{
  letter-spacing: 0px;
  font-size: 13px;
  line-height: 22px;
}
.nav-box .nav-list{
  left: 368px;
  top: 0px;
  position: absolute;
  z-index: 120;
  width: 832px;
  height: 100px;
}
.nav-box .nav-list li{
  text-align: center;
  float: left;
  height: 100px;
  line-height: 100px;
  background-color: transparent;
  background-position: top left;
  background-repeat: repeat;
  width: 16.6%
}
.nav-box .nav-list li a{
  font:normal 16px/100px 'Microsoft YaHei';
  color: #000000;
  text-decoration: none
}
.nav-box .nav-list li a:hover,.nav-box .nav-list li.on a{
  font-size: 16px;
  color: rgb(0, 91, 172);
  font-weight: normal;
}
 .nav-box .nav-list li:hover, .nav-box .nav-list li.on{
   background: transparent url(img/underline.png) no-repeat top center
}
/*bannerhtml5*/
.html5banner-wrap{
  height: 666px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.html5banner-wrap #html5zoo-wrap{
  position: absolute;
  left: 0;
  top:0;
  z-index: 10;
}
.html5banner-wrap .text-wrap{
  position: absolute;
  left: 0;
  top:0;
  height: 666px;
  width: 100%;
  z-index: 50;
}
.html5banner-wrap .wrap{
  text-align: center;
  position: relative;
  height: 666px;
}
.html5banner-wrap .html5-title{
  color: rgb(255, 255, 255);
  font-family: 'lixukexingshu790ebb26d16395';
  font-size: 64px;
  position: absolute;
  left: 0;
  top:200px;
  width: 100%;
  text-align: center;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-animation: fadeInDown 2.0s 0s ease both;
  -moz-animation: fadeInDown 2.0s 0s ease both;
  animation: fadeInDown 2.0s 0s ease both;
}
.html5banner-wrap .html5-txt{
  color: #fff;
  font:normal 16px/24px 'Microsoft YaHei';
 left: 250px;
  top: 307px;
  position: absolute;
  z-index: 176;
  width: 700px;
  height: 70px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-animation: fadeInDown 2.0s 0s ease both;
  -moz-animation: fadeInDown 2.0s 0s ease both;
  animation: fadeInDown 2.0s 0s ease both;
}
.html5banner-wrap .contact-us{
  left: 535px;
  top: 450px;
  position: absolute;
  z-index: 132;
  width: 128px;
  height: 38px;
  line-height: 38px;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  border-width: 1px;


  -moz-box-shadow: rgba(0,0,0,0.6) 1px 1px 4px 0px;
  display: block;
  color: rgb(255,255,255);
  text-decoration: none;
  border-color: rgba(255,255,255,0.5);
  border-style: solid;
  font:normal 15px/38px 'Microsoft YaHei';
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-animation:fadeInUp 2.0s 0.5s ease both;
  -moz-animation:fadeInUp 2.0s 0.5s ease both;
  animation: fadeInUp 2.0s 0.5s ease both;
}
.html5banner-wrap .contact-us:hover{
  color: rgba(34,34,34,1);
  background: #fff;
  border-color:#fff
}
.html5banner-wrap .html5-slides{
  display: none
}
#html5zoo-wrap{
  height: 800px;
}
/*工程列表*/
.eng-list .wrap{
  overflow: hidden;
  padding-bottom: 30px;
}
.eng-list ul.list{
  width: 1250px;
  overflow: hidden;
}
.eng-list li{
  width: 380px;
  height: 314px;
  float:left;
  overflow:hidden;
  margin-right: 30px;
}
.eng-list li .l-pic{
  position: relative;
}
.eng-list li .l-pic img{
   width: 380px;
  height: 230px;
  display: block;
  overflow: hidden;
}
.eng-list li .pic-pro{
  display: block;
}
.eng-list li .pic-hover{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-101%);
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: initial;
  transition-delay: initial;
  overflow: hidden;

filter: alpha(opacity=0);
}
.eng-list li:hover .pic-hover{
  -webkit-transform: translateY(-0%);
  display: block;
 filter: alpha(opacity=100);
}
.eng-list li .l-infos{
  height: 50px;
  padding-top: 18px;
  position: relative;
}
.eng-list li .l-infos .info-icon{
  width: 50px;
  height: 50px;
  position: absolute;
  top:18px;
}
.eng-list li .l-infos .txt-wrap{
  position: absolute;
  top:18px;
  left: 70px;
}
.eng-list li .l-infos .txt-wrap .name{
  color: rgb(34, 34, 34);
  font:bold 18px/25px 'Microsoft YaHei';
}
.eng-list li .l-infos .txt-wrap p{
  color: rgb(85, 85, 85);
  font:normal 14px/20px 'Microsoft YaHei';
}
/*集团介绍*/
.group-wrap{
  width: 100%;
  background-color: rgb(241, 241, 241);
}
.title-wrap{
  margin: 0 auto;
  text-align: center;
}
.title-wrap .name{
  display: inline-block;
  border-bottom: 1px solid #132184;
  margin: 0 auto;
  font:normal 30px/45px 'Microsoft YaHei';
  padding-top: 30px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
}
.title-wrap .name span{
  text-transform: uppercase;
  font-size: 18px;
  font-family: '微软雅黑';
  color: rgb(85, 85, 85);
  margin-left: 5px;
}
.title-wrap .name strong{
  font-weight: normal;
}
.group-wrap .group-txt{
   min-height: 139px;
   position: relative;
}
.group-wrap .group-txt p{
  color: rgb(34, 34, 34);
  text-transform: uppercase;
  font:normal 14px/22px 'Microsoft YaHei';
  width: 980px;
}
.group-wrap .group-txt .ewm-pic{
  position: absolute;
  left: 1030px;
  top:0;
  width: 130px;
  height: 130px;
}
.group-wrap .view-more{
  display: block;
  width: 118px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid rgb(255,87,0);
  text-align: center;
  color: rgba(34,34,34,1);
  font:normal 14px/36px 'Microsoft YaHei';
  background-color: rgba(204,204,204,1);
  border-color:transparent;
  -moz-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
  -webkit-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
  -o-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
  transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
  text-decoration: none;
  margin-bottom: 30px;
}
.group-wrap .view-more:hover{
  border-color: rgba(19,33,132,1);
  background: none
}
.group-wrap{
   height: 820px;
}
.group-wrap .wrap{
  visibility: visible;
  overflow: visible;
}
.group-wrap .list{
  width: 1210px;

}
.group-wrap .list li{
  float:left;
  width: 400px;
  height: 460px;
  overflow: hidden;
}
.group-wrap .list li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  text-align: center;
}
.group-wrap .list li a img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  z-index: 30;
}
.group-wrap .list li a .pic-hover{
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
   filter: alpha(opacity=0);
   z-index: 40;
}

.group-wrap .list li a:hover .pic-hover{
  opacity: 1;
   filter: alpha(opacity=100);
}
.group-wrap .list li strong{
  color: rgb(255, 255, 255);
  font:normal 20px/30px 'Microsoft YaHei';
  top:300px;
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 60;
}
/*业务中心*/
.business-wrap{
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.business-wrap .navlist-wrap{
   position: relative;
   height: 40px;

}
.business-wrap .navlist-wrap .jt{
  color: rgb(34, 34, 34);
  word-wrap: break-word;
  height: 23px;
  width: 26px;
  display: block;
  font:normal 12px/22px 'Microsoft YaHei';
  position: absolute;
  left: 261px;
  top:0;
}
.business-wrap .navlist-wrap .navlist{
  position: absolute;
  left:272px;
  top:0;
}
.business-wrap .navlist-wrap .navlist li{
  float:left;
  text-align: center;
}
.business-wrap .navlist-wrap .navlist li a{
  white-space: nowrap;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  display: block;
  font-family: arial;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #555555;
}
.business-wrap .navlist-wrap .navlist li a:hover{
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  color: rgb(34, 34, 34);
  font-weight: bold;
  font-style: normal;
}
.business-type ul{
  width: 1250px;
  overflow: hidden;
}
.business-type li{
  float:left;
  width: 285px;
  height: 430px;
  margin-right: 20px;
  overflow: hidden;
  zoom:1;
}
.business-type li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  width: 285px;
  height: 430px;
  overflow: hidden;
  text-decoration: none
}
.business-type li img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  z-index: 10;
}
.business-type li .pic-hover{
  position: absolute;

  height: 100%;
  left: -100%;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.business-type li:hover .pic-hover{
  left: 0
}
.business-type li a .b-pic{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  z-index: 40;
}
.business-type li a .b-txt{
  position: absolute;
  left: 11px;
  top:300px;
  z-index: 50;
  color: rgb(85, 85, 85);
  font-family: '微软雅黑';
  font-size: 14px;
  line-height: 180%;
}
.business-type li a .b-txt .name{
  font-size: 18px;
  color: rgb(34, 34, 34);
  font-family: '微软雅黑';
  font-weight: normal
}
/*新闻中心*/
.news-center{
  background: transparent url(img/bg1.jpg) no-repeat center top;
  height: 580px;
}
.news-center .title-wrap .name{
  color:#fff;
}
.news-center .news-left-toggle{
   float:left;
   width: 560px;
   height: 350px;
}
.news-center .new-box{
  padding-top: 45px;
  overflow: hidden;

}
.news-center .news-left-toggle{
  position: relative;
   width: 560px;
   height: 350px;
   z-index: 10;
}
.news-center .news-left-toggle li{
   position: absolute;
   height: 350px;
   left: 0;
   top:0;
   width: 560px;
   height: 350px;
}
.news-center .news-left-toggle li a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  z-index: 50;
}
.news-center .news-left-toggle li .new-l-txt{
  position: absolute;
  right: 0;
  bottom:0;
  color:#fff;
  background: transparent url(img/bg_trans.png) repeat left top;
  line-height: 30px;
  padding: 12px;
}
.news-center .news-left-toggle li .new-l-txt h4{
  color: #ffffff;
  font-size: 14px;

}
.news-center .news-left-toggle li .new-l-txt p{

  line-height: 18px;
}
.news-center .news-left-toggle li.on{
  opacity: 0;
   filter: alpha(opacity=100);
}
.news-center .news-right-txt{

  background: transparent none repeat scroll 0% 0%;
  overflow: hidden;
  border-color: rgb(67, 67, 67) rgb(67, 67, 67) rgb(67, 67, 67) rgb(67, 67, 67);
  border-width: 1px;
  width: 564px;
  height: 383px;
  border-style: solid;
  padding: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  float:right;
}
.news-center .news-right-txt ul{
  width: 520px;
  height: 321px;
  margin: 0 auto;
  text-align: left;
  padding-top: 15px;
}
.news-center .news-right-txt ul li{
  margin-bottom: 10px;
  line-height: 14px;
  clear:both;
}
.news-center .news-right-txt ul li p.title{
  margin-bottom: 5px;
}
.news-center .news-right-txt ul li p.title a{
  display: inline-block;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}
.news-center .news-right-txt ul li p.time{
  padding-bottom: 3px;
  margin-bottom: 3px;
  display: block;
  display: block;
  font-family: Microsoft YaHei;
  font-size: 12px;
  padding-top: 2px;
  color: #cccccc;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}
.news-center .news-right-txt ul li p.abstract{
  display: inline-block;
font-family: Microsoft YaHei;
font-size: 12px;
padding-top: 3px;
color: #cccccc;
font-weight: normal;
text-decoration: none;
line-height: 140%;
}

.news-center .news-right-txt ul li p.wpart-border-line{
  margin-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid transparent;
}
/*友情链接*/
.frend-wrap{
  padding-bottom: 50px;
}
.frend-list{
  overflow: hidden;
  border-color: rgb(238, 238, 238);
  border-width: 1px;
  width: 1198px;
  height: 183px;
  border-style: solid;
  padding: 0px;
  background-color: rgb(251, 251, 251);
  margin:0 auto;

}
.frend-list .list{
  width: 1155px;
  height: 387px;
  margin: 25px auto 25px auto;
  padding-bottom: 10px;
}
.frend-list li{
  float:left;
  margin: 8px;
}
/*底部导航*/
.bottom-wrap{
  background-color: rgb(241, 241, 241);
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}
.bottom-wrap .footer-content{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-weight: bolder;
  padding:20px 0;
  color:rgb(67, 67, 67);
  font:normal 14px/18px 'Microsoft YaHei';
}
.bottom-wrap .footer-content h6.name{
  line-height: 30px;
  font-weight: normal
}
.footer-txt2{
  text-align: center;
  padding-top:18px;
  font-size:30px;
}
.footer-txt2 span{
  font-size: 12px;
  margin:0 5px;
}
.footer-type{
  height: 36px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.footer-type ul{
  position: absolute;
  left: 423px;
  top:0;
}
.footer-type ul li{
  float:left;
  padding-right: 10px;
  width: 100px;
  height: 36px;
  overflow: hidden;
  position: relative;
}
.footer-type ul li img{

  position: absolute;
  left: 0;
  top:0;
  z-index: 10;
}
.footer-type ul li .pic-h{
  z-index: 30;
  top:-36px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-type ul li:hover .pic-h{
  top:0
}
.footer-type .count-pic{
  position: absolute;
  left: 879px;
  top:0;
  width: 50px;
  height: 12px;
}
#copyright2{
  font-weight: normal;
  font-style: normal;
  font-family: '宋体,Arial';
  font-size: 12px;
  width: 270px;
  margin: 0 auto;
  height: 26px;
  overflow: hidden;
  display: block;
  margin-top: 20px;
}
.new_sitestar_footer_cp span {
  display: block;
}
.new_sitestar_footer_cp span.sf_logo {
  float: left;
  background: url(img/sitestar_copyright_bg.png) no-repeat -10px -39px;
  width: 104px;
  height: 17px;
  margin: 4px 0 0 8px;
}
.new_sitestar_footer_cp span.sf_font {
  float: left;
  font-family: 'Microsoft yahei';
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  margin-left: 4px;
  margin-top: -2px;
  line-height: 26px;
}
.new_sitestar_footer_cp span.sf_close {
  float: right;
  padding: 6px 5px 0 0;
}
/*公用底部*/
.fb-side{
    top: 200px;
    right: -90px;
    position: fixed;
    -webkit-user-select: none;
    z-index: 10000;
    
}
.default-status{
  height: 90px;
  width: 53px;
 display: block;
 background: url(img/customerservice2.png) no-repeat 0 0;
}
.default-status p{
  color: #fff;
  left: 21px;
  position: absolute;
  top: 54px;
  width: 50px;
}
.fb-side2{
   top: 200px;
    right: -195px;
    position: fixed;
    -webkit-user-select: none;
  width: 191px;
  height: 400px;
  display: block;
  background: url(img/customerservice1.png) no-repeat 0px 0;
  z-index: 10000;

}
.fb-side2 .left{
   color: #fff;
   padding-left: 27px;
    padding-top: 130px;
}
.wp-online-service-c-pull{
  display:block;
  width:84px;
  left: 72px;
  position: absolute;
  top: 67px;
}
.wp-online-service-c-pull li{
  text-align:left;width:84px;overflow:hidden;margin:5px;margin-bottom:10px;
}
.wp-online-service-c-pull li a{
  text-align: left; 
  color: rgb(125, 125, 125); 
  height: 25px; line-height: 25px; 
  display: block; 
  background-image: url(http://static.websiteonline.cn/website/plugin/customerservices/images/col_1298fa/new_online_2.png);
  padding-left: 30px; 
  border-radius: 0px;
  background-position: 8px 50%; 
  background-repeat: no-repeat no-repeat;
  text-decoration: none
}

.right-go{
  -webkit-animation:slideInRight 2.0s 0.5s ease both;
  -moz-animation:slideInRight 2.0s 0.5s ease both;
  animation: slideInRight 2.0s 0.5s ease both;
}
.left-go{
  -webkit-animation:slideInLeft 2.0s 0.5s ease both;
  -moz-animation:slideInLeft 2.0s 0.5s ease both;
  animation: slideInLeft 2.0s 0.5s ease both;
}

.center-go{
 
    -webkit-animation: zoomIn 2.0s 0.5s ease both;
  -moz-animation: zoomIn 2.0s 0.5s ease both;
  animation:  zoomIn 2.0s 0.5s ease both;
}

/*集团介绍*/
.html5banner-wrap.about-html5{
  height: 400px;
}
.html5banner-wrap.about-html5 #html5zoo-wrap{
  height: 400px;
}
.html5banner-wrap.about-html5 #html5zoo-wrap img{
 
}
.html5banner-wrap .about-html5.wrap{
  height: 400px;
}
.about-nav-wrap{
  position: absolute;
  left: 0;
  bottom:0;
  height: 60px;
  background: url(img/about/blank40_wosi.png) repeat 0 0;
  z-index: 8888;
  width: 100%
}
.about-nav-wrap .navwrap{
  text-align: left;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 60px

}
.about-nav-wrap .left-nav a,.about-nav-wrap .left-nav span{
 
  color:#fff;
  font:normal 14px/60px 'Microsoft YaHei';
}
.about-nav-wrap .left-nav span{
   margin: 0 5px;
   color: rgb(217, 217, 217);
}
.about-type-box{
  padding-top: 35px;
  padding-bottom: 30px;
  overflow: hidden;
}
.about-type-box .wrap{
  overflow: visible;
  visibility: visible;
}
.about-type-box ul.list{
  width: 1250px;

}
.about-type-box li{
  width: 220px;
  height: 350px;
  float:left;
  overflow: hidden;
  margin-right: 25px
}
.about-type-box li a{
  display: block;
  width: 220px;
  height: 350px;
  position: relative;
}
.about-type-box li .pic-box{
   position: absolute;
   left: 0;
   top:0;
}
.about-type-box li .pic-box img{
 
  height: 300px;
  width: auto;
  text-align: center;
  margin:0 auto;
  display: block;
}
.about-type-box li .pic-box .bg{
  width: 220px;
  height: 300px;
  position: absolute;
  left: 0;
  top:0;
  background: rgba(0, 0, 0, 0.5);

  left: 0;
  position: absolute;
  top: 0;

    opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 80;
}
.about-type-box li .pic-box:hover .bg{
  opacity: 1;
  filter: alpha(opacity=100);
}
.about-type-box li .pic-box strong{
  color: rgba(255,255,255,1);
  font:normal 20px/300px 'Microsoft YaHei';
  color:#fff;
  position: absolute;
  left: 0;
  top:0;
  text-align: center;
  width: 220px;
  display: block;
  z-index: 90;
   display: none
}
.about-type-box li .pic-box:hover strong{
  display: block;
}
.about-type-box li .btn-span{
  display: block;
  width: 220px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom:0;
  background-color: rgba(238,238,238,1);
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(0,0,0,1);
  font:normal 16px/50px 'Microsoft YaHei';
  text-align: center;

} 
.about-type-box li .btn-span:hover{
 color: rgba(255,255,255,1);
 background-color: rgba(0,91,172,0.8);
}

.about-an1{
  -webkit-animation:bounceInLeft 1.0s 0.5s ease both;
  -moz-animation:bounceInLeft 1.0s 0.5s ease both;
  animation: bounceInLeft 1.0s 0.5s ease both;
}
.about-an2{
 -webkit-animation:bounceInLeft 2.0s 0.5s ease both;
  -moz-animation:bounceInLeft 2.0s 0.5s ease both;
  animation: bounceInLeft 2.0s 0.5s ease both;
}
.about-an4{
  -webkit-animation:bounceInRight 1.0s 0.5s ease both;
  -moz-animation:bounceInRight 1.0s 0.5s ease both;
  animation: bounceInRight 1.0s 0.5s ease both;
}
.about-an5{
 -webkit-animation:bounceInRight 2.0s 0.5s ease both;
  -moz-animation:bounceInRight 2.0s 0.5s ease both;
  animation: bounceInRight 2.0s 0.5s ease both;
}
.about-an3{
 -webkit-animation:bounceIn 2.0s 0.5s ease both;
  -moz-animation:bounceIn 2.0s 0.5s ease both;
  animation: bounceIn 2.0s 0.5s ease both;
}

.about-1a4{
  -webkit-animation:fadeInRight 2.0s 0.5s ease both;
  -moz-animation:fadeInRight 2.0s 0.5s ease both;
  animation: fadeInRight 2.0s 0.5s ease both;
}
.right-nav{
  position: absolute;
  right: 15px;
    top:15px;
}
.right-nav a{
  width: 100px;
  height: 32px;
  display: inline-block;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-weight: normal;
  color: rgb(255,255,255);
  text-decoration: none;
      -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  border-radius: 7px;
}
.right-nav a:hover,.right-nav a.current{
  background-color: rgba(0,91,172,1);
background-image: none;
}
/*公司介绍*/
.about-company-wrap{
  padding-bottom: 50px;
}
.about-company-wrap .txt1{
  color: rgb(67, 67, 67);
  font:normal 14px/24px 'Microsoft YaHei';
  text-indent: 24px;
  letter-spacing: 1px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.about-company-wrap .wrap{
  width: 960px;
  margin: 0 auto;

}
.about-company-wrap h6.title{
  color: rgb(51, 51, 51);
  letter-spacing: 1.4px;
  background-color: rgb(255, 255, 255);
  font:bolder 16px/24px 'Microsoft YaHei';
  text-indent: 24px;
  padding-bottom: 10px;
}
.about-company-wrap p.title-txt{
  color: rgb(51, 51, 51);
  font:normal 14px/24px 'Microsoft YaHei';
  text-indent: 24px;
  letter-spacing: 3px;

  margin-bottom: 20px;
}
.pic-list{
  overflow: hidden;
  width: 1000px;
  height: 150px;
  margin: 0 auto;
  margin-top: 30px;
}
.pic-list li {
  float: left;
  width: 240px;
  height: 150px;
  padding: 0 5px;
  overflow: hidden;
}
.pic-list li img {
   width: 240px;
  height: 150px;
}
.about-2-wrap p{
  margin-bottom: 10px;
  color: rgb(51, 51, 51);

  font:normal 14px/24px 'Microsoft YaHei';
  text-indent: 24px;
  letter-spacing: 3px;
  padding-bottom: 30px;
  width: 960px;
  margin: 0 auto;
}
.about-3-wrap .wrap{
  width: 946px;
  margin: 0 auto;
  padding-top: 30px

}
.about-3-wrap .wrap ul{
  width: 1600px;
  overflow: hidden;
}
.about-3-wrap .wrap li{
   width: 248px;
  height: 321px;
  margin-right: 100px;
  float:left;
}
.about-3-wrap .wrap li a{
   text-decoration: none;
   color: #000000;
}
.about-3-wrap .wrap li span,.about-3-wrap .wrap li strong{
  color: #000000;
 display: block;
  font:normal 18px/22px 'Microsoft YaHei';
  text-align: center;
  margin-bottom: 10px;
 
}
.about-3-wrap .wrap h6{
  font:normal 18px/30px 'Microsoft YaHei';
   color: #000000;
   text-align: center;
   padding-bottom: 10px;
}
.about-3-wrap .wrap .work{
  border: #E5E5E5 1px solid;
  padding: 5px;
  margin-bottom: 10px;
  color: #868686;
  background-color: #F5F5F5;
  font:normal 18px/30px 'Microsoft YaHei';
  text-align: center;
}
.about-3-wrap .wrap .about3-des{
  text-align: center;
  margin-bottom: 10px;
  padding-top: 20px;
}
.artview_detail{
    color: #000000;

  font:normal 20px/40px 'Microsoft YaHei';
  text-align: left;
  margin-bottom: 10px;
}
.about-4-wrap .wrap{
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
.contant-wrap{
  padding-bottom: 30px;
}
#dituContent {
  width: 1200px;
  height: 320px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.contant-us-infos{
  width: 944px;
  margin: 0 auto;
  height: 284px;
  position: relative;

  background: rgb(244, 244, 244);
overflow: hidden;

}
.contant-us-infos .dse-infos{

  font: normal 14px/30px 'Microsoft yahei';
  padding: 0px 0 10px 55px;
  margin-left: 52px;
  color: rgb(0, 0, 0);
}
.contant-us-infos .ad-1{
  background: transparent url(img/location_dbea.png) no-repeat left top;
  margin-top: 45px;
}
.contant-us-infos .ad-2{
  background: transparent url(img/call_aoww.png) no-repeat left top;
}
.contant-us-infos .ad-3{
  background: transparent url(img/message_wmpf.png) no-repeat left top;
}
.contant-us-infos  .ewm-wp{
  position: absolute;
  right: 68px;
  top:40px;
  width: 180px;
  height: 180px;
}
/*业务中心*/
.business-list-info{
  width: 1230px;
  overflow: hidden;
}
.business-list-info li{
  line-height: 140%;
  display: inline-block;
  zoom: 1;
  overflow-x: hidden;
  padding: 15px;
  border: 2px solid #f4f4f4;
  width: 352px;
  margin-right: 17px;
  margin-bottom: 20px;
  *float:left;
}
.business-list-info li a{
  display: block;
  width: 100%;
  height: 100%
}
.business-list-info li .pic{
  height: 220px;
  width: 352px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
}
.business-list-info li img{
  max-width: 352px;
  margin: 0px auto;
  max-height: 220px;
  height: 220px;
  width: 352px;
  display: inline;
}
.business-list-info li a{
  text-decoration: none
}
.business-list-info li .name{
  color: #000000;
  text-align: center;
  font:normal 18px/24px 'Microsoft YaHei';
  margin-top: 15px;
}
.business-list-info li .text{
  color: #666666;
  margin-top: 10px;
  font:normal 14px/18px 'Microsoft YaHei';
  padding: 0 3px 0 6px;
}
.business-list-info li:hover{
  border-color: #005bac;
}
/*分页样式*/
.wp-pager_link{
  clear: both;
  height: 25px;
  text-align: center;
  overflow: hidden;
  font:normal 12px/16px 'Microsoft YaHei';
  padding: 10px 0 30px 0
}
.wp-pager_link .disabled{
  border: 1px solid #EEE;
  padding: 2px 5px;
  margin: 2px;
  color: #DDD;
}
.wp-pager_link .current{
  border: 1px solid #000;
  padding: 2px 5px;
  font-weight: bold;
  margin: 2px;
  color: #FFF;
  background-color: #000;
}
.wp-pager_link a{
  border: 1px solid #000;
  padding: 2px 5px;
  margin: 2px;
  color: #000;
  text-decoration: none;
}
.wp-pager_link a:hover{
  border: 1px solid #000;
  color: #FFF;
  background-color: #000;
}
/*业务中心之详情*/
.business-info-txt{
  padding-bottom: 30px;
 }
.business-info-txt .wrap{
  width: 820px;
}
.business-info-txt .b-title{
  color: #434343;
  font:normal 20px/40px 'Microsoft YaHei';
  text-align: center;
}
.business-info-txt .b-time{
  color: #5a5a5a;
  font:normal 12px/26px 'Microsoft YaHei';
  text-align: center;
  padding-bottom: 10px
}
.business-info-txt .b-l-title{
  color: #868686;
  padding: 5px;
  color: #868686;
  background-color: #F5F5F5;
  border: #E5E5E5 1px solid;
  margin-bottom: 10px;
  text-indent: 24px;
  font:normal 12px/24px 'Microsoft YaHei';
}
.business-info-txt .b-txt{
  color: #5a5a5a;
  font:normal 14px/24px 'Microsoft YaHei';
  padding: 10px 0
}
.b-pic-wrap .show-pic{
  width: 800px;
  margin: 0 auto;
  padding-bottom: 15px;
  padding-top: 10px;
}
.b-pic-wrap .l-pic{
  width: 56px;
  height: 56px;
  margin-right: 5px;
  overflow: hidden;
  display: inline-block;
}
.show-little-pic{
  text-align: center;
  width: 800px;
  margin: 0 auto;
  cursor: pointer
}
.b-pic-wrap .l-pic{
  width: 56px;
  height: 56px;
  border:2px solid transparent;
}
.b-pic-wrap .l-pic.current{
  border-color:#ff0000;
}
.b-pic-wrap .l-pic img{
  width: 56px;
  height: 56px;
}
.continue-go span,.continue-go a{
  color: #595959;
  font:normal 14px/25px 'Microsoft YaHei';
  text-decoration: none
}
.continue-go.b-prev{
  padding-top: 20px;
}
/*新闻中心*/
.news-nav-list .right-nav a {
   margin: 0 40px;
}
.news-box .wrap{
  background: transparent;
  overflow: hidden;
  width: 1078px;
  border:1px solid rgb(221, 221, 221);
  margin: 0 auto;
  margin-top: 20px
}
.news-box .wrap ul{
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
  padding-bottom: 0;
}
.news-box .wrap li{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #cccccc;
  overflow: hidden;
}
.news-box .wrap li .n-pic{

  width: 240px;
  text-align: center;
  float:left;
}
.news-box .wrap li .n-pic img{
  height: 150px;
  width: 240px;
}
.news-box .wrap li .n-infos{
  float: left;
  padding-left: 20px;
  width: 740px;
}
.news-box .wrap li h6.title{
  margin-bottom: 5px;
}
.news-box .wrap li h6.title a{
  color: #132184;
  text-decoration: none;
   font:normal 18px/24px 'Microsoft YaHei';
   margin-right: 7px;
}
.news-box .wrap p.time{
  padding-top: 4px;
  color: #929292;
  font:normal 12px/20px 'Microsoft YaHei';
}
.news-box .wrap p.txt{
  padding-top: 4px;
  color: #666666;
  text-decoration: none;
  font:normal 14px/20px 'Microsoft YaHei'
}

.news-box{
  padding-bottom: 30px;
}
.news-infos-box .wrap{
  padding-top: 25px;
  width: 920px;
}

.news-infos-box .name {
  color: #434343;
  font: normal 20px/40px 'Microsoft YaHei';
  text-align: center;
}
.news-infos-box .form-type{
  text-align: center;
}
.news-infos-box .form-type span{
  color: #5A5A5A;
  font:normal 12px/24px 'Microsoft YaHei';
  margin: 0 10px
}
.news-infos-box .form-type strong{
  font-weight: normal;
  color:#ff0000;
  margin-right: 3px;
}
.news-infos-box .txt-box{
  color: #868686;
  padding: 5px;
  color: #868686;
  background-color: #F5F5F5;
  border: #E5E5E5 1px solid;
  margin-bottom: 10px;
  text-indent: 24px;
  font: normal 12px/24px 'Microsoft YaHei';
}
.news-infos-box .txt{
  color: #5A5A5A;
  font:normal 16px/28px 'Microsoft YaHei';
  padding:15px 0  45px 0;
}
.news-infos-box .pic{
  text-align: center;
  max-width: 920px;
}
.news-infos-box{
  padding-bottom: 50px;
}
/*人才理念*/
.human-box{
  padding: 35px 0;
  overflow: hidden;
}
.human-box .wrap{
  overflow: visible;

}
.human-box li{
  width: 300px;
  height: 200px;
  float:left;
  overflow: hidden;
}
.human-box li a{
  display: block;
  width: 300px;
  height: 200px;
  position: relative;
  background-color: rgba(238,238,238,1);
}
.human-box li strong{

  color: rgba(255,255,255,1);
  font: normal 20px/200px 'Microsoft YaHei';
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 300px;
  display: block;
  z-index: 90;
  display: none;
}
.human-box li .bg {
  width: 300px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  position: absolute;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 80;
/*background: rgba(0, 0, 0, 0.5);*/
background-color: rgba(0,0,0,0.3);

}
.human-box li img{
  width: auto;
  height: 200px;
}
.human-box li.even-l strong{
  color:#000;
  display: block;
}
.human-box li.even-l .bg{
    background-color: rgba(0,91,172,0.8);
      opacity: 0;
  filter: alpha(opacity=0);
    
}
.human-box li:hover strong{
  display: block;
  color:#fff;
}
.human-box li:hover .bg{
  opacity: 1;
  filter: alpha(opacity=100);
}
.human-box li.old-l:hover .bg{
  background: rgba(0, 0, 0, 0.5);
}
.human1-box{
  padding: 30px 0 50px 0
}
.human1-box h6.title{
  font:bold 20px/45px 'Microsoft YaHei';
  padding-bottom: 40px;
  text-align: center;
  color:#000;
  padding-top: 20px;
}
.human1-box .wrap{
  width: 900px;
  margin: 0 auto
}
.human1-box li{
  background: rgb(255, 255, 255);
  overflow: hidden;
  border-color: rgb(221, 221, 221);
  border-width: 1px;
  width: 898px;
  height: 198px;
  border-style: solid;
  padding: 0px;
  position: relative;
  margin-bottom: 50px;
}
.human1-box li .hm-pic{
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  left: 60px;
  top:35px;
}
.human1-box li p.txt{
  color: rgb(102, 102, 102);
  font:normal 16px/40px 'Microsoft YaHei';
  position: absolute;
  left: 223px;
  top:35px;
  width: 640px;
  overflow: hidden;
}

.human2-box{
  padding-top: 10px;
  padding-bottom: 100px;
}
.human2-box .wrap{
  padding-top: 30px;
  width: 940px;
  color: #5a5a5a;
  font:normal 16px/30px 'Microsoft YaHei';
}
.human3-box{
  padding-top: 30px;
  padding-bottom: 70px;
}
.wp-line_content{
  width: 1100px;
  height: 35px;
  margin: 0 auto;

}
.wp-line_content .line{
  height: 5px;
  width: 1100px;
  background:url(img/xgray_line02.png) repeat left top;
}
.human3-box .wrap{
  padding: 15px 0
}
.human3-box .zp-left{
  float:left;
  width: 599px;
  border-right:1px dashed #cccccc;
}
.zp-content{
  width: 476px;
  text-align: left;
  color: rgb(67, 67, 67);
  font:normal 14px/30px 'Microsoft YaHei';
  padding-left: 45px;
}
.zp-content .name{
  font-size: 20px;
  padding-bottom: 5px;
  text-align: center;
}
.zp-content .title{
  font-size: 16px;
  padding-bottom: 5px;
}
.zp-content ul{
  padding-bottom: 5px;
}
.zp-content p.txt{
  text-indent: 24px;
}
.human3-box .zp-right{
  float:left;
  width: 580px;
}
.human4-box .wrap{
  width: 900px;
}
.human4-box .wrap p{
  font:normal 16px/26px 'Microsoft YaHei';
  color: #5a5a5a;
  text-indent: 24px;
  padding-bottom: 20px;
}
.human4-box{
  padding-bottom: 40px;
  padding-top: 30px;
}
  .bc-slider-wrap{
    width: 800px;
    height: 500px;
    position: relative;
    margin:40px auto;
   
   }
  .bc-slider-wrap .bc-slider-bn,.bc-slider-bn li{
    width: 800px;
    height: 500px;
    overflow: hidden;
  }

  .bc-slider-wrap  .bx-prev{
  cursor: pointer;
  width: 100px;
  height: 352px;
  position: absolute;
  z-index: 1100;
  opacity: 0.5;
  left: 0;
  background: url(img/arrow-left.png) no-repeat left center;
  text-indent: -9999px;
  top: 96px;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  }
   .bc-slider-wrap  .bx-next{
  cursor: pointer;
  width: 100px;
  height: 352px;
  position: absolute;
  z-index: 1100;
  opacity: 0.5;
  right: 0px;
  background: url(img/arrow-right.png) no-repeat right center;
  text-indent: -9999px;
   top: 96px;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  }
   .bc-slider-wrap .bx-next:hover, .bc-slider-wrap .bx-prev:hover{
    opacity: 1
   }


.news-box .wrap li h6.title a:last-child{
  color: #000000;
}
.hm-a1{
  -webkit-animation:fadeInLeft 1.5s 0.5s ease both;
  -moz-animation:fadeInLeft 1.5s 0.5s ease both;
  animation:fadeInLeft 1.5s 0.5s ease both;
}
.hm-a2{
  -webkit-animation:fadeInLeft 1s 1s ease both;
  -moz-animation:fadeInLeft 1s 1s ease both;
  animation:fadeInLeft 1s 1s ease both;
}
.hm-a3{
  -webkit-animation:fadeInRight 1.5s 0.5s ease both;
  -moz-animation:fadeInRight 1.5s 0.5s ease both;
  animation:fadeInRight 1.5s 0.5s ease both;
}
.hm-a4{
  -webkit-animation:fadeInRight 1s 1s ease both;
  -moz-animation:fadeInRight 1s 1s ease both;
  animation:fadeInRight 1s 1s ease both;
}









/*动画库*/
@-webkit-keyframes fadeInDown{from{opacity: 0; -webkit-transform: translate3d(0, -500%, 0); transform: translate3d(0, -500%, 0);} to{opacity: 1; -webkit-transform: none; transform: none;}}
@keyframes fadeInDown{from{opacity: 0; -webkit-transform: translate3d(0, -500%, 0); transform: translate3d(0, -500%, 0);} to{opacity: 1; -webkit-transform: none; transform: none;}}
@-webkit-keyframes bounceInRight{from, 60%, 75%, 90%, to{-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);} from{opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0);} 60%{opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0);} 75%{-webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0);} 90%{-webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0);} to{-webkit-transform: none; transform: none;}}
@keyframes bounceInRight{from, 60%, 75%, 90%, to{-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);} from{opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0);} 60%{opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0);} 75%{-webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0);} 90%{-webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0);} to{-webkit-transform: none; transform: none;}}
@-webkit-keyframes swing{20%{-webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg);} 40%{-webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg);} 60%{-webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg);} 80%{-webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg);} to{-webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg);}}
@keyframes swing{20%{-webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg);} 40%{-webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg);} 60%{-webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg);} 80%{-webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg);} to{-webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg);}}
@-webkit-keyframes spin{0%{-webkit-transform: rotateY(0deg) rotateX(0deg); transform: rotateY(0deg) rotateX(0deg);} 50%{-webkit-transform: rotateY(-180deg) rotateX(0deg); transform: rotateY(-180deg) rotateX(0deg);} 100%{-webkit-transform: rotateY(-360deg) rotateX(0deg); transform: rotateY(-360deg) rotateX(0deg);}}
@keyframes spin{0%{-webkit-transform: rotateY(0deg) rotateX(0deg); transform: rotateY(0deg) rotateX(0deg);} 50%{-webkit-transform: rotateY(-180deg) rotateX(0deg); transform: rotateY(-180deg) rotateX(0deg);} 100%{-webkit-transform: rotateY(-360deg) rotateX(0deg); transform: rotateY(-360deg) rotateX(0deg);}}
@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(0); -webkit-animation-timing-function:ease-out} 40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg); -webkit-animation-timing-function:ease-out} 50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1); -webkit-animation-timing-function:ease-in} 80%{-webkit-transform:perspective(400px) rotateY(360deg) scale(1); -webkit-animation-timing-function:ease-in} 100%{-webkit-transform:perspective(400px) scale(1); -webkit-animation-timing-function:ease-in}}
@-moz-keyframes flip{0%{-moz-transform:perspective(400px) rotateY(0); -moz-animation-timing-function:ease-out} 40%{-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg); -moz-animation-timing-function:ease-out} 50%{-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1); -moz-animation-timing-function:ease-in} 80%{-moz-transform:perspective(400px) rotateY(360deg) scale(1); -moz-animation-timing-function:ease-in} 100%{-moz-transform:perspective(400px) scale(1); -moz-animation-timing-function:ease-in}}
@-webkit-keyframes fadeInRight{0%{opacity: 0;-webkit-transform: translateX(20px);}
100%{opacity: 1;-webkit-transform: translateX(0);}}
@-moz-keyframes fadeInRight{0%{opacity: 0;-moz-transform: translateX(20px);}
100%{opacity: 1;-moz-transform: translateX(0);}}
@-o-keyframes fadeInRight{0%{opacity: 0;-o-transform: translateX(20px);}
100%{opacity: 1;-o-transform: translateX(0);}}
@keyframes fadeInRight{0%{opacity: 0;transform: translateX(20px);}
100%{opacity: 1;transform: translateX(0);}}
@-webkit-keyframes bounceInLeft{0%{opacity: 0;-webkit-transform: translateX(-2000px);}
60%{opacity: 1;-webkit-transform: translateX(30px);}
80%{-webkit-transform: translateX(-10px);}
100%{-webkit-transform: translateX(0);}}
@-moz-keyframes bounceInLeft{0%{opacity: 0;-moz-transform: translateX(-2000px);}
60%{opacity: 1;-moz-transform: translateX(30px);}
80%{-moz-transform: translateX(-10px);}
100%{-moz-transform: translateX(0);}}
@-o-keyframes bounceInLeft{0%{opacity: 0;-o-transform: translateX(-2000px);}
60%{opacity: 1;-o-transform: translateX(30px);}
80%{-o-transform: translateX(-10px);}
100%{-o-transform: translateX(0);}}
@keyframes bounceInLeft{0%{opacity: 0;transform: translateX(-2000px);}
60%{opacity: 1;transform: translateX(30px);}
80%{transform: translateX(-10px);}
100%{transform: translateX(0);}}
@-webkit-keyframes zoomInUp{0%{opacity: 0;-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity: 1;-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);}}
@keyframes zoomInUp{0%{opacity: 0;-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity: 1;-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);}}
@-webkit-keyframes pulse{0%{-webkit-transform: scale(1);}
50%{-webkit-transform: scale(1.1);}
100%{-webkit-transform: scale(1);}}
@-moz-keyframes pulse{0%{-moz-transform: scale(1);}
50%{-moz-transform: scale(1.1);}
100%{-moz-transform: scale(1);}}
@-o-keyframes pulse{0%{-o-transform: scale(1);}
50%{-o-transform: scale(1.1);}
100%{-o-transform: scale(1);}}
@keyframes pulse{0%{transform: scale(1);}
50%{transform: scale(1.1);}
100%{transform: scale(1);}}
@-webkit-keyframes dn50{0%{opacity:0;-webkit-transform:translateY(-50px);}
100%{opacity:1;-webkit-transform:translateY(0);}}
@-moz-keyframes dn50{0%{opacity:0;-moz-transform:translateY(-50px);}
100%{opacity:1;-moz-transform:translateY(0);}}
@keyframes dn50{0%{opacity:0;transform:translateY(-50px);}
100%{opacity:1;transform:translateY(0);}}
/* 向左滑动*/@-webkit-keyframes lt50{0%{opacity:0;-webkit-transform:translateX(50px);}
100%{opacity:1;-webkit-transform:translateY(0);}}
@-moz-keyframes lt50{0%{opacity:0;-moz-transform:translateX(50px);}
100%{opacity:1;-moz-transform:translateY(0);}}
@keyframes lt50{0%{opacity:0;transform:translateX(50px);}
100%{opacity:1;transform:translateY(0);}}
/* 向右滑动*/@-webkit-keyframes rt50{0%{opacity:0;-webkit-transform:translateX(-50px);}
100%{opacity:1;-webkit-transform:translateY(0);}}
@-moz-keyframes rt50{0%{opacity:0;-moz-transform:translateX(-50px);}
100%{opacity:1;-moz-transform:translateY(0);}}
@keyframes rt50{0%{opacity:0;transform:translateX(-50px);}
100%{opacity:1;transform:translateY(0);}}
@-webkit-keyframes fadeInUp{0%{opacity: 0;-webkit-transform: translateY(20px);}
100%{opacity: 1;-webkit-transform: translateY(0);}}
@-moz-keyframes fadeInUp{0%{opacity: 0;-moz-transform: translateY(20px);}
100%{opacity: 1;-moz-transform: translateY(0);}}
@-o-keyframes fadeInUp{0%{opacity: 0;-o-transform: translateY(20px);}
100%{opacity: 1;-o-transform: translateY(0);}}
@keyframes fadeInUp{0%{opacity: 0;transform: translateY(20px);}
100%{opacity: 1;transform: translateY(0);}}
@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}}
@-moz-keyframes rotate{from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}}
@-ms-keyframes rotate{from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}}
@-o-keyframes rotate{from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}}
@-webkit-keyframes feichi{0%{left:1000px;}
100%{left:0px;}}
@-moz-keyframes feichi{0%{left:1000px;}
100%{left:0px;}}
@keyframes feichi{0%{left:1000px;}
100%{left:0px;}}
@keyframes flying{0%{margin-top: 0px;}
50%{margin-top: 6px;}
100%{margin-top: 0px;}}
@-webkit-keyframes flying{0%{margin-top: 0px;}
50%{margin-top: 6px;}
100%{margin-top: 0px;}}
@-moz-keyframes flying{0%{margin-top: 0px;}
50%{margin-top: 6px;}
100%{margin-top: 0px;}}
@-webkit-keyframes moveRight{0%{opacity: 0;left:0px;}
10%{opacity: 1;}
100%{opacity: 1;left:550px;}}
@-moz-keyframes moveRight{0%{opacity: 0;left:0px;}
10%{opacity: 1;}
100%{opacity: 1;left:550px;}}
@keyframes moveRight{0%{opacity: 0;left:0px;}
10%{opacity: 1;}
100%{opacity: 1;left:550px;}}
@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin: left bottom;-webkit-transform: rotate(90deg);opacity: 0;}
100%{-webkit-transform-origin: left bottom;-webkit-transform: rotate(0);opacity: 1;}}
@-moz-keyframes rotateInUpLeft{0%{-moz-transform-origin: left bottom;-moz-transform: rotate(90deg);opacity: 0;}
100%{-moz-transform-origin: left bottom;-moz-transform: rotate(0);opacity: 1;}}
@-o-keyframes rotateInUpLeft{0%{-o-transform-origin: left bottom;-o-transform: rotate(90deg);opacity: 0;}
100%{-o-transform-origin: left bottom;-o-transform: rotate(0);opacity: 1;}}
@keyframes rotateInUpLeft{0%{transform-origin: left bottom;transform: rotate(90deg);opacity: 0;}
100%{transform-origin: left bottom;transform: rotate(0);opacity: 1;}}
@-webkit-keyframes flipInY{0%{-webkit-transform: perspective(400px) rotateY(90deg);opacity: 0;}
40%{-webkit-transform: perspective(400px) rotateY(-10deg);}
70%{-webkit-transform: perspective(400px) rotateY(10deg);}
100%{-webkit-transform: perspective(400px) rotateY(0deg);opacity: 1;}}
@-moz-keyframes flipInY{0%{-moz-transform: perspective(400px) rotateY(90deg);opacity: 0;}
40%{-moz-transform: perspective(400px) rotateY(-10deg);}
70%{-moz-transform: perspective(400px) rotateY(10deg);}
100%{-moz-transform: perspective(400px) rotateY(0deg);opacity: 1;}}
@-o-keyframes flipInY{0%{-o-transform: perspective(400px) rotateY(90deg);opacity: 0;}
40%{-o-transform: perspective(400px) rotateY(-10deg);}
70%{-o-transform: perspective(400px) rotateY(10deg);}
100%{-o-transform: perspective(400px) rotateY(0deg);opacity: 1;}}
@keyframes flipInY{0%{transform: perspective(400px) rotateY(90deg);opacity: 0;}
40%{transform: perspective(400px) rotateY(-10deg);}
70%{transform: perspective(400px) rotateY(10deg);}
100%{transform: perspective(400px) rotateY(0deg);opacity: 1;}}
@-webkit-keyframes moveLeft{0%{opacity:0;left:390px;}
10%{opacity:1;}
100%{opacity:1;left:-370px;}}
@-moz-keyframes moveLeft{0%{opacity:0;left:390px;}
10%{opacity:1;}
100%{opacity:1;left:-370px;}}
@keyframes moveLeft{0%{opacity:0;left:390px;}
10%{opacity:1;}
100%{opacity:1;left:-370px;}}
@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin: left bottom;-webkit-transform: rotate(-90deg);opacity: 0;}
100%{-webkit-transform-origin: left bottom;-webkit-transform: rotate(0);opacity: 1;}}
@-moz-keyframes rotateInDownLeft{0%{-moz-transform-origin: left bottom;-moz-transform: rotate(-90deg);opacity: 0;}
100%{-moz-transform-origin: left bottom;-moz-transform: rotate(0);opacity: 1;}}
@-o-keyframes rotateInDownLeft{0%{-o-transform-origin: left bottom;-o-transform: rotate(-90deg);opacity: 0;}
100%{-o-transform-origin: left bottom;-o-transform: rotate(0);opacity: 1;}}
@keyframes rotateInDownLeft{0%{transform-origin: left bottom;transform: rotate(-90deg);opacity: 0;}
100%{transform-origin: left bottom;transform: rotate(0);opacity: 1;}}
@keyframes rotateInDownLeft{-webkit-animation-name: rotateInDownLeft;-moz-animation-name: rotateInDownLeft;-o-animation-name: rotateInDownLeft;animation-name: rotateInDownLeft;}
@-webkit-keyframes zoomInDown{0%{opacity: 0;-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity: 1;-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);}}
@keyframes zoomInDown{0%{opacity: 0;-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity: 1;-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);}}
@-webkit-keyframes bounceInDown{0%{opacity: 0;-webkit-transform: translateY(-2000px);}
60%{opacity: 1;-webkit-transform: translateY(30px);}
80%{-webkit-transform: translateY(-10px);}
100%{-webkit-transform: translateY(0);}}
@-moz-keyframes bounceInDown{0%{opacity: 0;-moz-transform: translateY(-2000px);}
60%{opacity: 1;-moz-transform: translateY(30px);}
80%{-moz-transform: translateY(-10px);}
100%{-moz-transform: translateY(0);}}
@-o-keyframes bounceInDown{0%{opacity: 0;-o-transform: translateY(-2000px);}
60%{opacity: 1;-o-transform: translateY(30px);}
80%{-o-transform: translateY(-10px);}
100%{-o-transform: translateY(0);}}
@keyframes bounceInDown{0%{opacity: 0;transform: translateY(-2000px);}
60%{opacity: 1;transform: translateY(30px);}
80%{transform: translateY(-10px);}
100%{transform: translateY(0);}}

@-webkit-keyframes bounceInUp{0%{opacity: 0; -webkit-transform: translateY(2000px);} 60%{opacity: 1; -webkit-transform: translateY(-30px);} 80%{-webkit-transform: translateY(10px);} 100%{-webkit-transform: translateY(0);}}
@-moz-keyframes bounceInUp{0%{opacity: 0; -moz-transform: translateY(2000px);} 60%{opacity: 1; -moz-transform: translateY(-30px);} 80%{-moz-transform: translateY(10px);} 100%{-moz-transform: translateY(0);}}
@-o-keyframes bounceInUp{0%{opacity: 0; -o-transform: translateY(2000px);} 60%{opacity: 1; -o-transform: translateY(-30px);} 80%{-o-transform: translateY(10px);} 100%{-o-transform: translateY(0);}}
@keyframes bounceInUp{0%{opacity: 0; transform: translateY(2000px);} 60%{opacity: 1; transform: translateY(-30px);} 80%{transform: translateY(10px);} 100%{transform: translateY(0);}}

@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0;} 100%{-webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1;}}
@-moz-keyframes rotateInDownRight{0%{-moz-transform-origin: right bottom; -moz-transform: rotate(90deg); opacity: 0;} 100%{-moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1;}}
@-o-keyframes rotateInDownRight{0%{-o-transform-origin: right bottom; -o-transform: rotate(90deg); opacity: 0;} 100%{-o-transform-origin: right bottom; -o-transform: rotate(0); opacity: 1;}}
@keyframes rotateInDownRight{0%{transform-origin: right bottom; transform: rotate(90deg); opacity: 0;} 100%{transform-origin: right bottom; transform: rotate(0); opacity: 1;}}
@-webkit-keyframes lightSpeedIn{from{-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0;} 60%{-webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1;} 80%{-webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1;} to{-webkit-transform: none; transform: none; opacity: 1;}}
@keyframes lightSpeedIn{from{-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0;} 60%{-webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1;} 80%{-webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1;} to{-webkit-transform: none; transform: none; opacity: 1;}}


