@charset "UTF-8";
/*reset*/
body {
  font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1; }

ul, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, button, input {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ul li {
  list-style: none; }

video {
  display: inline-block;
  vertical-align: baseline; }

input, textarea {
  font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
  -webkit-appearance: none; }

input::-webkit-input-placeholder {
  color: #ccc; }

textarea::-webkit-input-placeholder {
  color: #ccc; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fl {
  float: left; }

.fr {
  float: right; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

img {
  border: 0;
  vertical-align: middle; }

a {
  color: #666;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.container {
  width: 1340px;
  margin: 0 auto; }

body {
  padding-top: 94px; }

.index-common-head {
  margin: 0 auto;
  padding: 40px 20px;
  position: relative; }
  .index-common-head .zh {
    display: inline-block;
    margin-right: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #555; }
  .index-common-head .zh-en {
    font-size: 25px;
    font-weight: bold;
    color: #d6d5da;
    text-transform: uppercase; }
  .index-common-head .more {
    position: absolute;
    right: 0;
    top: 50px;
    padding-right: 20px;
    background: url("../img/icon_01.png") no-repeat right center;
    font-size: 12px;
    color: #999; }
    .index-common-head .more:hover {
      color: #0066A6; }

/**animate**/
.animate {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.fadeBottomIn {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0; }

.fadeLeftIn {
  -webkit-transform: translate(-800px, 0);
  transform: translate(-800px, 0);
  opacity: 0; }

.fadeRightIn {
  -webkit-transform: translate(800px, 0);
  transform: translate(800px, 0);
  opacity: 0; }

.fadeIn {
  opacity: 0; }

.header .container {
  position: relative; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  border-bottom: 1px solid #DEDEDE;
  background: #fff;
  z-index: 1000; }
  .header .logo {
    margin-top: 22.5px; }
  .header .lang {
    position: absolute;
    right: 0;
    top: 10px; }
    .header .lang a {
      display: inline-block;
      color: #666;
      font-size: 12px;
      margin-left: 20px;
      padding-left: 30px; }
      .header .lang a:first-child {
        background: url("../img/c1.jpg") no-repeat left center; }
      .header .lang a:last-child {
        background: url("../img/c2.jpg") no-repeat left center; }
  .header .nav {
    margin-top: 39px;
    margin-right: 25px; }
    .header .nav li {
      float: left;
      height: 55px;
      position: relative; }
      .header .nav li a {
        display: block;
        margin: 0 25px;
        font-size: 16px;
        color: #000; }
        .header .nav li a:hover {
          color: #0066A6; }
      .header .nav li .sub-nav {
        display: none;
        position: absolute;
        top: 52px;
        left: 0;
        z-index: 100;
        width: 200px;
        border-top: 3px solid #0066A6;
        background: #fff; }
        .header .nav li .sub-nav a {
          display: block;
          width: 100%;
          padding-left: 25px;
          margin: 0;
          line-height: 50px;
          border-bottom: 1px solid #e5e5e5;
          border-left: 1px solid #e5e5e5;
          border-right: 1px solid #e5e5e5;
          font-size: 16px; }

.banner {
  min-width: 1200px;
  height: 586px;
  position: relative; }
  .banner ul li {
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    z-index: 10; }
    .banner ul li a {
      display: block;
      width: 100%;
      height: 100%; }
  .banner .cut {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 20;
    color: #fff;
    font-size: 40px;
    opacity: 0.5; }
  .banner .cut:hover {
    opacity: 1;
    cursor: pointer; }
  .banner .prev {
    left: 3%; }
  .banner .next {
    right: 3%; }
  .banner .indicator {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
    z-index: 20; }
    .banner .indicator a {
      display: inline-block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #fff;
      margin: 0 5px; }
      .banner .indicator a.cur {
        background: #EC840B; }

.product-center {
  padding: 20px 0; }
  .product-center .product-list {
    width: 100%; }
    .product-center .product-list li {
      float: left;
      width: 415px;
      margin: 0 15px 70px; }
      .product-center .product-list li .img-box {
        display: block; }
        .product-center .product-list li .img-box img {
          width: 415px; }
      .product-center .product-list li .name {
        width: 100%;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        color: #333;
        font-size: 18px;
        background: #F5F5F5;
        position: relative; }
        .product-center .product-list li .name .detail {
          position: absolute;
          right: 0;
          top: 0;
          width: 35px;
          height: 35px;
          text-align: center;
          background: #0066A6;
          color: #fff; }

.about {
  height: 825px;
  background: #F4F0EF;
  overflow: hidden; }
  .about .container {
    position: relative; }
    .about .container .txt {
      width: 700px;
      padding: 0 19px; }
      .about .container .txt p {
        margin-bottom: 30px;
        line-height: 24px;
        color: #666;
        text-indent: 2em;
        text-align: justify; }
    .about .container .right-big-img {
      position: absolute;
      left: 700px;
      top: 40px;
      z-index: 10; }
    .about .container .pic-scroll {
      width: 866px;
      height: 260px;
      padding: 20px;
      background: #F4F0EF;
      position: relative;
      z-index: 100;
      overflow: hidden; }
      .about .container .pic-scroll .hd {
        overflow: hidden;
        width: 100%;
        height: 12px;
        position: absolute;
        top: 240px;
        text-align: center;
        z-index: 999; }
        .about .container .pic-scroll .hd li {
          display: inline-block;
          width: 12px;
          height: 12px;
          border-radius: 12px;
          overflow: hidden;
          margin: 0 4px;
          text-indent: -999px;
          cursor: pointer;
          background: #D6D5DA; }
          .about .container .pic-scroll .hd li.on {
            background: #EA8308; }
      .about .container .pic-scroll .bd {
        overflow: hidden; }
        .about .container .pic-scroll .bd .picList {
          overflow: hidden; }
          .about .container .pic-scroll .bd .picList li {
            float: left;
            width: 262px;
            height: 205px;
            margin-right: 20px;
            position: relative; }
            .about .container .pic-scroll .bd .picList li .info {
              position: absolute;
              left: 0;
              bottom: 0;
              z-index: 10;
              width: 100%;
              height: 50px;
              line-height: 50px;
              text-align: center;
              color: #fff;
              background: rgba(0, 0, 0, 0.5);
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
              .about .container .pic-scroll .bd .picList li .info a {
                color: #fff; }

.tech {
  height: 825px;
  background: url("../img/bg_01.jpg") no-repeat;
  background-size: 100% 100%; }
  .tech .tech-show {
    padding: 65px;
    margin-left: -30px; }
    .tech .tech-show li {
      float: left;
      width: 280px;
      height: 520px;
      margin-left: 30px;
      transition: transform 0.3s ease;
      -webkit-transition: transform 0.3s ease; }
      .tech .tech-show li:nth-child(even) {
        border-top: 3px solid #0066A6; }
      .tech .tech-show li:nth-child(odd) {
        border-bottom: 3px solid #0066A6; }
      .tech .tech-show li:hover {
        transform: translate(0, -20px);
        -webkit-transform: translate(0, -20px); }
      .tech .tech-show li .txt {
        height: 150px;
        padding: 30px 15px; }
        .tech .tech-show li .txt h2 {
          margin-bottom: 20px;
          font-size: 24px;
          color: #0066A6; }
        .tech .tech-show li .txt p {
          font-size: 24px;
          color: #d6d5da; }

.news .news-list {
  padding: 20px;
  margin-left: -87.5px; }
  .news .news-list li {
    float: left;
    width: 375px;
    height: 440px;
    margin-bottom: 70px;
    margin-left: 87.5px; }
    .news .news-list li .date {
      display: block;
      font-size: 30px;
      color: #d6d5da; }
    .news .news-list li .title {
      margin: 20px 0 40px 0;
      position: relative; }
      .news .news-list li .title a {
        color: #333;
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .news .news-list li .title a:hover {
          color: #0066A6;
          text-decoration: underline; }
      .news .news-list li .title:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 45px;
        width: 46px;
        height: 1px;
        background: #0066A6; }
    .news .news-list li p {
      height: 48px;
      line-height: 24px;
      color: #666;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      /*垂直排列*/
      -webkit-line-clamp: 2;
      /*显示的行数*/
      overflow: hidden; }
    .news .news-list li .img-box {
      display: block;
      width: 375px;
      height: 210px;
      margin: 20px 0;
      overflow: hidden; }
      .news .news-list li .img-box img {
        -webkit-transition: -webkit-transform 0.3s linear;
        transition: transform 0.3s linear; }
        .news .news-list li .img-box img:hover {
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
    .news .news-list li .more {
      display: block;
      width: 38px;
      height: 38px;
      background: url("../img/icon_02.png") no-repeat center; }

.footer .foot-top, .inside-contact .foot-top {
  height: 97px;
  background: #ccc; }
  .footer .foot-top .icon-list, .inside-contact .foot-top .icon-list {
    padding-top: 19px; }
    .footer .foot-top .icon-list li, .inside-contact .foot-top .icon-list li {
      float: left;
      width: 335px;
      height: 60px;
      padding-left: 150px;
      background: url("../img/foot_icon_01.png") no-repeat 60px center;
      transition: transform 0.3s ease;
      -webkit-transition: transform 0.3s ease; }
      .footer .foot-top .icon-list li:nth-child(2), .inside-contact .foot-top .icon-list li:nth-child(2) {
        background: url("../img/foot_icon_02.png") no-repeat 60px center; }
      .footer .foot-top .icon-list li:nth-child(3), .inside-contact .foot-top .icon-list li:nth-child(3) {
        background: url("../img/foot_icon_03.png") no-repeat 60px center; }
      .footer .foot-top .icon-list li:nth-child(4), .inside-contact .foot-top .icon-list li:nth-child(4) {
        background: url("../img/foot_icon_04.png") no-repeat 60px center; }
      .footer .foot-top .icon-list li:hover, .inside-contact .foot-top .icon-list li:hover {
        transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px); }
      .footer .foot-top .icon-list li h2, .inside-contact .foot-top .icon-list li h2 {
        font-size: 24px;
        margin: 10px 0; }
.footer .foot, .inside-contact .foot {
  height: 294px;
  padding-top: 20px;
  background: #DCDCDC; }
  .footer .foot .foot-menu, .inside-contact .foot .foot-menu {
    width: 660px;
    margin-left: 40px;
    margin-right: 80px; }
    .footer .foot .foot-menu li, .inside-contact .foot .foot-menu li {
      float: left;
      width: 110px; }
      .footer .foot .foot-menu li a, .inside-contact .foot .foot-menu li a {
        display: block;
        line-height: 24px;
        color: #999; }
        .footer .foot .foot-menu li a:first-child, .inside-contact .foot .foot-menu li a:first-child {
          margin-bottom: 15px;
          font-size: 18px;
          color: #555; }
        .footer .foot .foot-menu li a:hover, .inside-contact .foot .foot-menu li a:hover {
          color: #0066A6;
          text-decoration: underline; }
  .footer .foot .connect-info, .inside-contact .foot .connect-info {
    width: 300px; }
    .footer .foot .connect-info li, .inside-contact .foot .connect-info li {
      line-height: 48px;
      color: #5d5d5d;
      padding-left: 70px; }
      .footer .foot .connect-info li:first-child, .inside-contact .foot .connect-info li:first-child {
        background: url("../img/icon_03.png") no-repeat 30px center; }
      .footer .foot .connect-info li:nth-child(2), .inside-contact .foot .connect-info li:nth-child(2) {
        background: url("../img/icon_04.png") no-repeat 30px center; }
      .footer .foot .connect-info li:nth-child(3), .inside-contact .foot .connect-info li:nth-child(3) {
        background: url("../img/icon_05.png") no-repeat 30px center; }
      .footer .foot .connect-info li:nth-child(4), .inside-contact .foot .connect-info li:nth-child(4) {
        background: url("../img/icon_06.png") no-repeat 30px center; }
      .footer .foot .connect-info li:nth-child(5), .inside-contact .foot .connect-info li:nth-child(5) {
        background: url("../img/icon_07.png") no-repeat 30px center; }
  .footer .foot .qr_code, .inside-contact .foot .qr_code {
    width: 120px;
    margin-right: 40px;
    text-align: center; }
    .footer .foot .qr_code p, .inside-contact .foot .qr_code p {
      margin-top: 10px;
      color: #999; }
.footer .foot-bottom, .inside-contact .foot-bottom {
  height: 40px;
  background: #363636;
  line-height: 40px;
  color: #fff; }
  .footer .foot-bottom .container, .inside-contact .foot-bottom .container {
    padding: 0 50px; }

.fixed_right {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 200;
  width: 50px;
  line-height: 50px; }
  .fixed_right ul li {
    width: 50px;
    height: 50px;
    margin-top: 2px;
    border-radius: 5px 0 0 5px;
    background: #0066A6;
    cursor: pointer;
    position: relative; }
    .fixed_right ul li:hover p {
      left: -170px; }
    .fixed_right ul li.top {
      background: #0066A6 url("../img/jt_01.png") no-repeat center;
      background-size: 25px; }
    .fixed_right ul li.bottom {
      background: #0066A6 url("../img/jt_05.png") no-repeat center;
      background-size: 25px; }
    .fixed_right ul li p {
      position: absolute;
      width: 220px;
      left: 0;
      padding-left: 50px;
      border-radius: 5px 0 0 5px;
      background: #0066A6;
      transition: left 0.3s linear;
      -webkit-transition: left 0.3s linear; }
      .fixed_right ul li p.fix-qq {
        background: #0066A6 url("../img/jt_02.png") no-repeat 13px center;
        background-size: 25px; }
      .fixed_right ul li p.fix-tel {
        background: #0066A6 url("../img/jt_03.png") no-repeat 13px center;
        background-size: 25px; }
      .fixed_right ul li p.fix-email {
        background: #0066A6 url("../img/jt_04.png") no-repeat 13px center;
        background-size: 25px; }
      .fixed_right ul li p a {
        color: #fff; }

/*内页*/
.inside-bg {
  width: 100%;
  height: 400px; }

.inside-menu {
  width: 100%;
  height: 75px;
  margin-bottom: 40px;
  padding-left: 40px;
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1); }
  .inside-menu a {
    float: left;
    margin-top: 30px;
    margin-right: 80px;
    padding: 0 5px 13px;
    font-size: 18px;
    border-bottom: 3px solid transparent; }
    .inside-menu a.cur {
      border-bottom: 3px solid #0066A6;
      color: #0066A6; }
    .inside-menu a:hover {
      border-bottom: 3px solid #0066A6;
      color: #0066A6; }
    .inside-menu a:last-child {
      margin-right: 0; }

.load-more {
  display: block;
  width: 200px;
  height: 54px;
  margin: 0 auto 60px;
  line-height: 52px;
  border-radius: 10px;
  border: 1px solid #0066A6;
  text-align: center;
  color: #0066A6;
  font-size: 18px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
  .load-more:hover {
    background: #0066A6;
    color: #fff; }

/*gsjj.html*/
.inside-about-us {
  padding-bottom: 40px;
  overflow: hidden; }
  .inside-about-us .about-us-txt {
    width: 874px;
    padding: 10px; }
    .inside-about-us .about-us-txt p {
      margin-bottom: 30px;
      line-height: 30px;
      text-align: left;
      text-indent: 2em;
      font-size: 18px;
      color: #666; }
  .inside-about-us .about-us-img {
    width: 466px;
    height: 418px;
    overflow: hidden;
    position: relative; }
    .inside-about-us .about-us-img .img-box {
      position: absolute;
      top: 0;
      left: 0;
      width: 466px;
      height: 418px;
      border-radius: 10px; }
      .inside-about-us .about-us-img .img-box img {
        display: none;
        position: absolute;
        top: 0;
        left: 0; }
    .inside-about-us .about-us-img .small-ball {
      position: absolute;
      right: 20px;
      bottom: 10px;
      z-index: 100; }
      .inside-about-us .about-us-img .small-ball span {
        float: left;
        width: 12px;
        height: 12px;
        margin-left: 12px;
        border-radius: 12px;
        background: #D6D5DA;
        cursor: pointer; }
        .inside-about-us .about-us-img .small-ball span.cur {
          background: #EA8308; }

/*job.html*/
.inside-job {
  margin-bottom: 60px; }
  .inside-job .job-show {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(7, 17, 27, 0.1); }
    .inside-job .job-show .panel-header {
      width: 100%;
      border-top: 1px solid #E9EBED;
      padding: 10px 20px;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease; }
      .inside-job .job-show .panel-header span:first-child {
        float: left;
        padding: 5px 0;
        font-size: 16px; }
        .inside-job .job-show .panel-header span:first-child b {
          font-weight: normal;
          font-size: 12px; }
      .inside-job .job-show .panel-header span:last-child {
        float: right;
        font-size: 14px;
        padding: 5px 0;
        padding-right: 30px;
        background: url("../img/job-icon1.png") no-repeat right center;
        background-size: 15px; }
      .inside-job .job-show .panel-header.active {
        background-color: #005EA6; }
      .inside-job .job-show .panel-header.active span {
        color: #FFFFFF; }
      .inside-job .job-show .panel-header.active span:last-child {
        background: url("../img/job-icon2.png") no-repeat right center;
        background-size: 15px; }
    .inside-job .job-show .panel-body {
      display: none;
      padding: 10px 40px; }
      .inside-job .job-show .panel-body.active {
        display: block; }
      .inside-job .job-show .panel-body ul {
        border-bottom: 1px solid #E9EBED;
        padding-bottom: 10px; }
        .inside-job .job-show .panel-body ul li {
          float: left;
          width: 25%;
          font-size: 14px;
          padding: 5px 0;
          color: #333; }
          .inside-job .job-show .panel-body ul li span {
            color: #666; }
      .inside-job .job-show .panel-body h3 {
        font-size: 14px;
        margin-top: 30px;
        color: #333; }
      .inside-job .job-show .panel-body p {
        font-size: 14px;
        line-height: 30px;
        color: #666; }
      .inside-job .job-show .panel-body > div {
        margin: 30px 0; }
      .inside-job .job-show .panel-body h6 {
        font-size: 16px;
        padding: 30px 0;
        color: #005EA6; }
        .inside-job .job-show .panel-body h6 a {
          color: #005EA6; }

/*jssl.html*/
.inside-tech ul li {
  float: left;
  width: 313px;
  height: 245px;
  margin: 0 11px 40px;
  position: relative; }
  .inside-tech ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5); }

/*jssl2.html*/
.inside-tech2 {
  padding-bottom: 10px; }
  .inside-tech2 .list-item {
    margin-bottom: 50px;
    background: #F4F0EF; }
    .inside-tech2 .list-item .tech2-txt {
      width: 670px;
      padding: 38px 28px 0; }
      .inside-tech2 .list-item .tech2-txt h2 {
        margin-bottom: 45px;
        font-size: 30px;
        font-weight: bold;
        color: #555; }
      .inside-tech2 .list-item .tech2-txt p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 30px;
        color: #666;
        text-align: left; }
        .inside-tech2 .list-item .tech2-txt p:last-child {
          margin-bottom: 0; }

/*lxwm.html*/
.inside-contact {
  padding: 30px 0 60px; }
  .inside-contact h2 {
    padding-left: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    letter-spacing: 2px;
    color: #0066A6; }
  .inside-contact .foot {
    background: #fff; }
    .inside-contact .foot .connect-info {
      width: auto;
      margin-right: 105px; }
      .inside-contact .foot .connect-info li {
        font-size: 16px; }
  .inside-contact .contact2 {
    padding-left: 30px;
    overflow: hidden; }
    .inside-contact .contact2 > div {
      width: 570px;
      height: 460px; }
    .inside-contact .contact2 .form_table {
      padding: 50px 34px 0 28px;
      background: #9D9D9D; }
      .inside-contact .contact2 .form_table form div {
        margin-bottom: 20px;
        padding-left: 45px;
        position: relative; }
        .inside-contact .contact2 .form_table form div label {
          position: absolute;
          left: 0;
          top: 12px;
          width: 45px;
          color: #fff; }
        .inside-contact .contact2 .form_table form div input {
          width: 463px;
          height: 37px;
          padding-left: 5px;
          border: 1px solid #fff;
          background: transparent;
          color: #fff; }
          .inside-contact .contact2 .form_table form div input:focus {
            outline: none; }
        .inside-contact .contact2 .form_table form div textarea {
          width: 463px;
          height: 112px;
          padding-left: 5px;
          border: 1px solid #fff;
          background: transparent;
          color: #fff; }
          .inside-contact .contact2 .form_table form div textarea:focus {
            outline: none; }
      .inside-contact .contact2 .form_table #btn {
        display: block;
        width: 150px;
        height: 35px;
        background: #eee;
        color: #000;
        font-size: 12px;
        text-align: center;
        line-height: 35px;
        border: none;
        letter-spacing: 2px;
        cursor: pointer; }

/*news-show.html*/
.news_show .container {
  padding: 25px;
  text-align: center; }
.news_show .title {
  font-size: 30px;
  color: #333; }
.news_show .title-bottom {
  margin-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
  color: #666; }
.news_show .detail-box {
  padding: 35px 5px 100px; }
  .news_show .detail-box p {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    text-align: justify;
    text-indent: 2em; }
  .news_show .detail-box img {
    display: block;
    height: auto;
    margin: 30px auto; }
.news_show .page {
  padding-top: 40px;
  border-top: 1px solid #E6E4E2;
  text-align: left; }
  .news_show .page p {
    margin: 20px 0; }
    .news_show .page p a {
      font-size: 16px;
      color: #333; }
      .news_show .page p a:hover {
        color: #0066A6;
        text-decoration: underline; }
.news_show .back-box {
  text-align: right; }
  .news_show .back-box .back-btn {
    display: inline-block;
    width: 112px;
    height: 45px;
    line-height: 43px;
    border: 1px solid #0066A6;
    font-size: 24px;
    border-radius: 5px;
    letter-spacing: 3px;
    color: #0066A6;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
    .news_show .back-box .back-btn:hover {
      color: #fff;
      background: #0066A6; }

/*zlxz.html*/
.data_download {
  padding: 20px 0 0; }
  .data_download .download-list {
    width: 1340px;
    height: 50px;
    margin-bottom: 20px;
    line-height: 50px;
    padding-left: 47px;
    font-size: 16px;
    color: #666;
    background: #F5F5F5 url("../img/download_icon_02.png") no-repeat 15px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: relative; }
    .data_download .download-list:last-child {
      margin-bottom: 50px; }
    .data_download .download-list a {
      display: block; }
    .data_download .download-list:hover {
      background: #0066A6 url("../img/download_icon_01.png") no-repeat 15px center;
      color: #fff; }
    .data_download .download-list:hover .download-btn {
      background: url("../img/download_icon_03.png") no-repeat 25px center; }
    .data_download .download-list:hover a {
      color: #fff; }
    .data_download .download-list .download-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 100px;
      height: 50px;
      padding-left: 50px;
      background: url("../img/download_icon_04.png") no-repeat 25px center; }

/*# sourceMappingURL=style.css.map */
