@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/*Base*/
 
html, body{
    font: 12px/22px "微软雅黑","\5b8b\4f53",Arial,sans-serif;
}
html {
    color: #666;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    background: transparent; /*修正win8系统IE连接灰色背景*/
    outline:none;
    blr:expression(this.onFocus=this.blur());
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode:bicubic;
}

ul,
ol,
li { 
    list-style: none;
    float: left;
}
i, em{
    font-style: normal;
}
/*清除浮动*/
.clear {
    clear: both;
}

.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}


.w1190 {
  width: 1190px;
  margin: 0 auto;
}




@keyframes rotatetwo {
  0% {
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(40deg); 
  }
  100% {
    transform: rotate(0deg);
  }
}


@keyframes show {
  to {
    transform: rotateY(-360deg);
  }
}
@-webkit-keyframes show {
  to {
    -webkit-transform: rotateY(-360deg);
  }
}
@-ms-keyframes show {
  to {
    -ms-transform: rotateY(-360deg);
  }
}
@keyframes amtLeftRightThree {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scale {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 5px;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes scale {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 5px;
  }
  100% {
    background-position: 0 0;
  }
}

.about-sec {
  padding-top: 50px;
  width: 100%;
  min-width: 1190px;
  height: 689px;
  background: url(bg11.jpg) no-repeat center;
}
.about-sec .txt {
  left: 0;
  text-align: center;
  width: 100%;
}
.about-sec .txt h2, .about-sec .txt h3, .about-sec .txt .line {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 40px;
  font-weight: normal;
  display: block;
  text-shadow: 0 0 10px #fff;
}
.about-sec .txt h2 {
  font-size: 45px;
  line-height: 110px;
  color: #0e842c;
}
.about-sec .txt .line {
  width: 32px;
  height: 1px;
  background: #0e842c;
  margin: 0 auto;
}
.about-sec .txt h3 {
  font-size: 24px;
  line-height: 90px;
  color: #0e842c;
}
.about-sec .list {
  margin-top: 60px;
  width: 1190px;
  overflow: hidden;
}
.about-sec .list ul {
  width: 1252px;
}
.about-sec .list li {
  position: relative;
  width: 251px;
  margin-right: 62px;
  text-align: center;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 300px;
}
.about-sec .list li .ico {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  animation: show 1s forwards;
  -webkit-animation: show 1s forwards;
  -ms-animation: show 1s forwards;
}
.about-sec .list li .ico.ico1 {
  background: url(ico11.png) no-repeat center;
}
.about-sec .list li .ico.ico2 {
  background: url(ico12.png) no-repeat center;
}
.about-sec .list li .ico.ico3 {
  background: url(ico13.png) no-repeat center;
}
.about-sec .list li .ico.ico4 {
  background: url(ico14.png) no-repeat center;
}
.about-sec .list li .ico:hover {
  animation: scale 1s linear;
  -webkit-animation: scale 1s linear;
}
.about-sec .list li p {
  font-size: 24px;
  line-height: 40px;
  color: #0e842c;
}
