@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  background: #f2f2f2;
  font-size: 12px;
  font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

dl {
  margin: 0;
}

div.container {
  width: 1200px;
}

@media screen and (max-width: 1200px) {
  div.container {
    width: 100%;
  }
}

.header-wrapper {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.header-wrapper a.logo {
  display: block;
  float: left;
}

.header-wrapper a.logo img {
  display: block;
}

.header-wrapper .menu {
  display: none;
  width: 30px;
  height: 28px;
  position: absolute;
  top: 18px;
  right: 20px;
  cursor: pointer;
}

.header-wrapper .menu span {
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 5px;
  background-color: #666;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  left: 0;
}

.header-wrapper .nav-list {
  float: right;
}

.header-wrapper .nav-list .list-box {
  padding-top: 30px;
}

.header-wrapper .nav-list .list-box:after {
  display: block;
  content: '';
  clear: both;
}

.header-wrapper .nav-list .list-box .list-item {
  padding: 20px 18px;
  float: left;
}

.header-wrapper .nav-list .list-box .list-item a {
  font-size: 18px;
  color: #ffffff;
  display: block;
}

.header-wrapper .nav-list .list-box .list-item a:hover, .header-wrapper .nav-list .list-box .list-item a:focus {
  text-decoration: none;
  color: #008ffd;
}

.header-wrapper .nav-list .list-box .list-item a:after {
  display: none;
  content: '';
  border-bottom: 2px solid #008ffd;
  margin-top: 8px;
}

.header-wrapper .nav-list .list-box .list-item.active a:after {
  display: block;
}

.inner-banner {
  width: 100%;
  overflow: hidden;
}

.inner-banner img {
  max-width: 100%;
}

@media screen and (max-width: 980px) {
  .inner-banner img {
    display: block;
    width: 980px;
    max-width: inherit;
    position: relative;
    left: 50%;
    margin-left: -490px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

div.footer-wrapper {
  width: 100%;
  color: #ffffff;
  border-top: 1px solid #e3e3e3;
}

div.footer-wrapper .bottom-box {
  background: #333333;
  padding: 30px 0;
}

div.footer-wrapper .bottom-box .left-list {
  max-width: 860px;
  float: left;
}

div.footer-wrapper .bottom-box .left-list h3 {
  font-size: 18px;
  padding: 15px 0;
  line-height: 1.5;
}

div.footer-wrapper .bottom-box .left-list ul.list li {
  font-size: 14px;
  padding: 6px 0 6px 32px;
  background: no-repeat left center;
  -webkit-background-size: 26px 26px;
          background-size: 26px;
}

div.footer-wrapper .bottom-box .left-list ul.list li.tel {
  background-image: url("../images/icon_tel.png");
}

div.footer-wrapper .bottom-box .left-list ul.list li.email {
  background-image: url("../images/icon_email.png");
}

div.footer-wrapper .bottom-box .left-list ul.list li.pos {
  background-image: url("../images/icon_pos.png");
}

div.footer-wrapper .bottom-box .right-content {
  float: right;
}

div.footer-wrapper .bottom-box .right-content ul.list:after {
  display: block;
  content: '';
  clear: both;
}

div.footer-wrapper .bottom-box .right-content ul.list li {
  padding-left: 12px;
  float: left;
}

div.footer-wrapper .bottom-box .right-content ul.list li img {
  width: 129px;
  display: block;
  margin: 0 auto;
}

div.footer-wrapper .bottom-box .right-content ul.list li p {
  padding-top: 5px;
  font-size: 12px;
  color: #ffffff;
}

div.footer-wrapper .copyright {
  background: #000000;
  color: #FFF;
  line-height: 24px;
  padding: 12px 0;
  text-align: center;
}

div.footer-wrapper .copyright p {
  font-size: 12px;
}

div.footer-wrapper .copyright p span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}

@media screen and (max-width: 768px) {
  div.footer-wrapper .bottom-box .left-list, div.footer-wrapper .bottom-box .right-content {
    width: 100%;
    float: none;
  }
  div.footer-wrapper .bottom-box .right-content {
    text-align: center;
    padding-top: 36px;
  }
  div.footer-wrapper .bottom-box .right-content ul.list {
    display: inline-block;
  }
}

div.position-wrap {
  text-align: right;
  padding: 24px 0;
  background: #FFF;
}

div.position-wrap .pos {
  display: inline-block;
  font-size: 12px;
  color: #666666;
  padding-left: 20px;
  background: url("../images/icon_home.png") no-repeat left center;
  -webkit-background-size: 14px 14px;
          background-size: 14px 14px;
}

div.position-wrap .pos a, div.position-wrap .pos span {
  display: inline-block;
  vertical-align: middle;
}

div.position-wrap .pos a {
  color: #666666;
}

div.position-wrap .pos a:after {
  display: inline-block;
  content: '>';
  margin-left: 3px;
}

div.position-wrap .pos span {
  color: #ff6600;
}

@media (max-width: 980px) {
  div.position-wrap {
    display: none;
  }
}

div.inner-title-box {
  width: 100%;
  position: relative;
}

div.inner-title-box .position-box {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}

div.inner-title-box .position-box:after {
  display: block;
  content: '';
  clear: both;
}

div.inner-title-box .position-box .table {
  width: 100%;
  height: 75px;
  display: table;
  margin: 0;
}

div.inner-title-box .position-box .table .cell {
  display: table-cell;
  vertical-align: middle;
}

div.inner-title-box .position-box .title h3 {
  font-size: 22px;
  color: #ffffff;
}

div.inner-title-box .position-box .tag-list-box {
  text-align: right;
}

div.inner-title-box .position-box .tag-list-box ul.list {
  display: inline-block;
  margin: 0;
}

div.inner-title-box .position-box .tag-list-box ul.list:after {
  display: block;
  content: '';
  clear: both;
}

div.inner-title-box .position-box .tag-list-box ul.list li {
  padding: 0 7px;
  float: left;
}

div.inner-title-box .position-box .tag-list-box ul.list li a {
  color: #ffffff;
  background: #005ad3;
  padding: 10px 20px;
  display: block;
}

div.inner-title-box .position-box .tag-list-box ul.list li a:hover, div.inner-title-box .position-box .tag-list-box ul.list li a:focus {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  div.inner-title-box .position-box {
    position: relative;
  }
  div.inner-title-box .position-box .table {
    display: block;
    text-align: center;
    height: auto;
  }
  div.inner-title-box .position-box .table .cell {
    display: block;
  }
  div.inner-title-box .position-box .title {
    padding: 20px 15px;
  }
  div.inner-title-box .position-box .tag-list-box {
    padding-bottom: 20px;
    text-align: center;
  }
  div.inner-title-box .position-box .tag-list-box ul.list li {
    padding: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  div.inner-title-box .position-box .tag-list-box ul.list li a {
    padding: 8px 16px;
  }
}

@media screen and (max-width: 420px) {
  div.inner-title-box .position-box .tag-list-box ul.list li {
    width: 50%;
  }
}

div.page-wrap {
  text-align: center;
  padding: 30px 0;
}

div.page-wrap a, div.page-wrap span {
  display: inline-block;
  padding: 8px 10px;
  font-size: 12px;
  color: #333333;
  line-height: 1;
}

div.page-wrap a:hover, div.page-wrap span:hover {
  opacity: .8;
}

div.page-wrap a {
  border: 1px solid #dddddd;
}

div.page-wrap a:hover, div.page-wrap a:hover {
  text-decoration: none;
}

div.page-wrap span.dot {
  color: #999999;
}

@media screen and (max-width: 768px) {
  div.page-wrap a.num, div.page-wrap span.dot {
    display: none;
  }
  div.page-wrap a.prev, div.page-wrap a.next {
    font-size: 14px;
    padding: 10px 12px;
    margin: 0 5px;
  }
}

div.contact-wrapper {
  background: #FFF;
}

div.contact-wrapper .title {
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
}

div.contact-wrapper .title h3 {
  font-size: 26px;
  line-height: 26px;
  color: #333333;
  display: inline-block;
  padding: 20px 30px;
  border-bottom: 3px solid #e3e3e3;
}

div.contact-wrapper .content {
  padding: 20px 0 50px;
}

div.contact-wrapper .content .map-box {
  position: relative;
  padding-right: 400px;
}

div.contact-wrapper .content .map-box iframe.map {
  width: 100%;
  height: 640px;
}

div.contact-wrapper .content .map-box .txt-info {
  width: 400px;
  height: 100%;
  background: #1772eb;
  padding: 35px 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  color: #FFF;
}

div.contact-wrapper .content .map-box .txt-info h3 {
  font-size: 16px;
  padding: 12px 0;
}

div.contact-wrapper .content .map-box .txt-info p {
  font-size: 12px;
  line-height: 32px;
}

@media screen and (max-width: 980px) {
  div.contact-wrapper .content .map-box {
    padding: 0;
  }
  div.contact-wrapper .content .map-box iframe.map {
    height: 500px;
  }
  div.contact-wrapper .content .map-box .txt-info {
    width: 100%;
    padding: 20px 15px 30px;
    position: static;
  }
}

@media screen and (max-width: 560px) {
  div.contact-wrapper .content .map-box iframe.map {
    height: 400px;
  }
}

@media screen and (max-width: 420px) {
  div.contact-wrapper .content .map-box iframe.map {
    height: 300px;
  }
}

div.news-wrapper {
  background: #ffffff;
}

div.news-wrapper .news-box {
  padding: 20px 0;
}

div.news-wrapper .news-box .list-item {
  display: block;
}

div.news-wrapper .news-box .list-item .table {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}

div.news-wrapper .news-box .list-item .table .cell {
  display: table-cell;
  vertical-align: top;
  background: #f6f6f6;
  padding: 20px;
}

div.news-wrapper .news-box .list-item .table .cell.left {
  width: 50px;
  white-space: nowrap;
  padding-right: 0;
}

div.news-wrapper .news-box .list-item .table .cell.left img {
  width: 520px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

div.news-wrapper .news-box .list-item .table .cell.right {
  padding: 20px 20px 60px 20px;
  position: relative;
}

div.news-wrapper .news-box .list-item .table .cell.right .datetime {
  font-size: 24px;
  color: #cccccc;
}

div.news-wrapper .news-box .list-item .table .cell.right .title {
  font-size: 22px;
  color: #666666;
  padding: 8px 0;
}

div.news-wrapper .news-box .list-item .table .cell.right .intro {
  font-size: 14px;
  color: #999999;
}

div.news-wrapper .news-box .list-item .table .cell.right .btn-add {
  width: 22px;
  height: 22px;
  background: url("../images/news/add.png") no-repeat center;
  -webkit-background-size: 22px 22px;
          background-size: 22px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

div.news-wrapper .news-box .list-item:last-child .table {
  margin-bottom: 0;
}

div.news-wrapper .news-box .list-item:hover, div.news-wrapper .news-box .list-item:focus {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  div.news-wrapper .news-box .list-item .table .cell.left img {
    width: 360px;
  }
}

@media screen and (max-width: 980px) {
  div.news-wrapper .news-box .list-item .table .cell.left img {
    width: 320px;
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  div.news-wrapper .news-box .list-item .table {
    display: block;
  }
  div.news-wrapper .news-box .list-item .table .cell {
    display: block;
    padding: 15px;
  }
  div.news-wrapper .news-box .list-item .table .cell.left {
    width: 100%;
    padding-right: 15px;
  }
  div.news-wrapper .news-box .list-item .table .cell.left img {
    width: 100%;
    height: inherit;
  }
  div.news-wrapper .news-box .list-item .table .cell.right {
    padding-top: 0;
  }
  div.news-wrapper .news-box .list-item .table .cell.right .datetime {
    font-size: 18px;
  }
  div.news-wrapper .news-box .list-item .table .cell.right .title {
    font-size: 16px;
  }
  div.news-wrapper .news-box .list-item .table .cell.right .intro {
    font-size: 12px;
  }
}

div.inner-nav-list {
  text-align: center;
  border-bottom: 1px solid #cccccc;
}

div.inner-nav-list ul.list {
  display: inline-block;
  padding: 10px 0;
}

div.inner-nav-list ul.list:after {
  display: block;
  content: '';
  clear: both;
}

div.inner-nav-list ul.list li {
  padding: 8px 10px;
  float: left;
}

div.inner-nav-list ul.list li:before, div.inner-nav-list ul.list li a {
  display: inline-block;
  vertical-align: middle;
}

div.inner-nav-list ul.list li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #005ad3;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin-right: 10px;
}

div.inner-nav-list ul.list li a {
  font-size: 16px;
  color: #333333;
}

div.inner-nav-list ul.list li a:hover, div.inner-nav-list ul.list li a:focus {
  text-decoration: none;
  color: #005ad3;
}

div.service-wrapper {
  background: #ffffff;
}

div.service-wrapper .service-list-box {
  padding-bottom: 20px;
}

div.service-wrapper .service-list-box:after {
  display: block;
  content: '';
  clear: both;
}

div.service-wrapper .service-list-box .list-item {
  width: 272px;
  margin-left: 26px;
  float: left;
}

div.service-wrapper .service-list-box .list-item:first-child {
  margin-left: 0;
}

div.service-wrapper .service-list-box .list-item .table .cell.thumb a {
  display: block;
  position: relative;
}

div.service-wrapper .service-list-box .list-item .table .cell.thumb a:hover:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  content: '点击查看>';
  font-size: 28px;
  color: #e0e0e0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

div.service-wrapper .service-list-box .list-item .table .cell.thumb img {
  max-width: 100%;
}

div.service-wrapper .service-list-box .list-item .table .cell.intro-box {
  background: #e3e4e6;
  padding: 6px 12px 12px 12px;
}

div.service-wrapper .service-list-box .list-item .table .cell.intro-box .tit-box img, div.service-wrapper .service-list-box .list-item .table .cell.intro-box .tit-box .name {
  display: inline-block;
  vertical-align: middle;
}

div.service-wrapper .service-list-box .list-item .table .cell.intro-box .tit-box img {
  width: 45px;
}

div.service-wrapper .service-list-box .list-item .table .cell.intro-box .tit-box .name {
  font-size: 18px;
  color: #333333;
}

div.service-wrapper .service-list-box .list-item .table .cell.intro-box .intro {
  font-size: 12px;
  color: #333333;
  text-indent: 2em;
  padding-top: 6px;
}

div.service-wrapper .service-detail-box {
  padding: 20px 0 30px;
}

div.service-wrapper .service-detail-box .btm-intro {
  font-size: 14px;
  color: #666666;
  line-height: 2;
}

@media screen and (max-width: 1200px) {
  div.service-wrapper .service-list-box .list-item {
    width: -webkit-calc((100% - 26px * 3) / 4);
    width: calc((100% - 26px * 3) / 4);
  }
  div.service-wrapper .service-list-box .list-item .table .cell.intro-box .tit-box img {
    width: 32px;
  }
}

@media screen and (max-width: 980px) {
  div.service-wrapper .service-list-box {
    padding: 20px 0;
  }
  div.service-wrapper .service-list-box .list-item {
    margin-left: 0;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
  div.service-wrapper .service-list-box .list-item .table {
    margin: 0;
  }
  div.service-wrapper .service-list-box .list-item .table .cell.thumb img {
    width: 100%;
  }
  div.service-wrapper .service-list-box .list-item .table .cell.intro-box .intro {
    height: 60px;
    overflow: hidden;
  }
}

@media screen and (max-width: 640px) {
  div.service-wrapper .service-list-box .list-item {
    width: 100%;
  }
  div.service-wrapper .service-list-box .list-item .table .cell.intro-box .intro {
    height: auto;
  }
}

div.thumb-slider-box {
  height: 780px;
  margin-bottom: 30px;
}

div.thumb-slider-box:after {
  display: block;
  content: '';
  clear: both;
}

div.thumb-slider-box .btn-list-box, div.thumb-slider-box .large-box {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

div.thumb-slider-box .btn-list-box {
  width: 250px;
  padding: 30px 0;
  float: right;
}

div.thumb-slider-box .btn-list-box img {
  max-width: 100%;
  cursor: pointer;
}

div.thumb-slider-box .btn-list-box .btn-left, div.thumb-slider-box .btn-list-box .btn-right {
  width: 100%;
  height: 24px;
  background: no-repeat center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  position: absolute;
  left: 0;
  cursor: pointer;
}

div.thumb-slider-box .btn-list-box .btn-left {
  top: 0;
  background-image: url("../images/service/btn_up.png");
  background-position: top center;
}

div.thumb-slider-box .btn-list-box .btn-right {
  bottom: 0;
  left: inherit;
  background-image: url("../images/service/btn_down.png");
  background-position: bottom center;
}

div.thumb-slider-box .btn-list-box .scroll-box {
  height: 100%;
  overflow: hidden;
}

div.thumb-slider-box .btn-list-box .scroll-box img {
  display: block;
  margin: 10px 0;
  -o-object-fit: cover;
     object-fit: cover;
}

div.thumb-slider-box .large-box {
  width: 900px;
  float: left;
}

div.thumb-slider-box .large-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.thumb-slider-box .large-box .pos-name {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  color: #ffffff;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  div.thumb-slider-box {
    height: 600px;
  }
  div.thumb-slider-box .btn-list-box {
    width: 200px;
  }
  div.thumb-slider-box .large-box {
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
  }
}

@media screen and (max-width: 980px) {
  div.thumb-slider-box {
    height: inherit;
  }
  div.thumb-slider-box .btn-list-box, div.thumb-slider-box .large-box {
    float: none;
  }
  div.thumb-slider-box .move-inner-box {
    white-space: nowrap;
    height: 100%;
    overflow: hidden;
  }
  div.thumb-slider-box .move-inner-box:after {
    display: block;
    content: '';
    clear: both;
  }
  div.thumb-slider-box .btn-list-box {
    width: 100%;
    height: 200px;
    position: relative;
    padding: 0 30px;
  }
  div.thumb-slider-box .btn-list-box .btn-left, div.thumb-slider-box .btn-list-box .btn-right {
    width: 24px;
    height: 100%;
    top: 0;
    bottom: inherit;
    background-position: center center;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  div.thumb-slider-box .btn-list-box .btn-left {
    left: 0;
    background-image: url("../images/service/btn_left.png");
  }
  div.thumb-slider-box .btn-list-box .btn-right {
    right: 0;
    background-image: url("../images/service/btn_right.png");
  }
  div.thumb-slider-box .btn-list-box .scroll-box {
    white-space: nowrap;
  }
  div.thumb-slider-box .btn-list-box .scroll-box img {
    max-width: inherit;
    width: 200px;
    height: 100%;
    display: block;
    vertical-align: middle;
    margin: 0 10px;
    float: left;
  }
  div.thumb-slider-box .large-box {
    width: 100%;
    margin-top: 20px;
  }
}

div.about-wrapper {
  background: #ffffff;
  padding: 10px 0 30px;
}

div.about-wrapper .detail-box {
  font-size: 14px;
  color: #555555;
  line-height: 1.8;
}

div.about-wrapper .detail-box .list-img-box {
  padding-bottom: 15px;
}

div.about-wrapper .detail-box .list-img-box:after {
  display: block;
  content: '';
  clear: both;
}

div.about-wrapper .detail-box .list-img-box .item {
  width: 50%;
  float: left;
}

div.about-wrapper .detail-box .list-img-box .item img {
  max-width: 100%;
}

div.about-wrapper .detail-box .list-img-box .item:first-child {
  padding-right: 15px;
}

div.about-wrapper .detail-box .list-img-box .item:last-child {
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  div.about-wrapper .detail-box .list-img-box .item {
    width: 100%;
  }
  div.about-wrapper .detail-box .list-img-box .item:first-child, div.about-wrapper .detail-box .list-img-box .item:last-child {
    padding: 0;
  }
  div.about-wrapper .detail-box .list-img-box .item:first-child {
    padding-bottom: 15px;
  }
}

div.index-banner-wrapper img {
  width: 100%;
}

div.index-banner-wrapper img.pc {
  display: block;
}

div.index-banner-wrapper img.mobile {
  display: none;
}

div.index-banner-wrapper .carousel-control.left, div.index-banner-wrapper .carousel-control.right {
  background: no-repeat;
}

div.index-banner-wrapper .carousel-control.left {
  background-image: url("../images/btn_left.png");
  background-position: left 20px center;
}

div.index-banner-wrapper .carousel-control.right {
  background-image: url("../images/btn_right.png");
  background-position: right 20px center;
}

@media screen and (max-width: 768px) {
  div.index-banner-wrapper img {
    width: 768px;
    max-width: inherit !important;
    position: relative;
    left: 50%;
    margin-left: -384px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 420px) {
  div.index-banner-wrapper img {
    width: 420px;
    margin-left: -210px;
  }
}

div.index-box-wrapper {
  padding: 42px 0;
}

div.index-box-wrapper .title {
  text-align: center;
  padding-bottom: 36px;
}

div.index-box-wrapper .title h4 {
  font-size: 26px;
  color: #0064c7;
  text-transform: uppercase;
}

div.index-box-wrapper .title h3 {
  display: inline-block;
  font-size: 22px;
  color: #333333;
  padding: 8px 0;
  position: relative;
}

div.index-box-wrapper .title h3:before {
  display: block;
  content: '';
  width: 50%;
  border-bottom: 2px solid #ff6600;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -25%;
}

@media screen and (max-width: 420px) {
  div.index-box-wrapper .title h4 {
    font-size: 22px;
  }
  div.index-box-wrapper .title h3 {
    font-size: 18px;
  }
}

div.index-box-wrapper .content .index-contact-list:after {
  display: block;
  content: '';
  clear: both;
}

div.index-box-wrapper .content .index-contact-list .item {
  width: 32%;
  margin-left: 1.8%;
  float: left;
}

div.index-box-wrapper .content .index-contact-list .item:first-child {
  margin-left: 0;
}

div.index-box-wrapper .content .index-contact-list .item img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  div.index-box-wrapper .content .index-contact-list .item {
    width: 100%;
    margin: 2% 0;
  }
}

div.index-box-wrapper .content .btn-box {
  text-align: center;
  padding-top: 30px;
}

div.index-box-wrapper .content .btn-box a.more {
  display: inline-block;
  width: 240px;
  height: 45px;
  line-height: 43px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  background: #0061e4;
}

div.index-box-wrapper .content .btn-box a.more:hover, div.index-box-wrapper .content .btn-box a.more:focus {
  text-decoration: none;
}

div.index-box-wrapper.index-about-wrapper {
  background: url("../images/index/bg_01.png") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
}

div.index-box-wrapper.index-about-wrapper .index-detail {
  font-size: 14px;
  color: #555555;
  line-height: 1.8;
}

div.index-box-wrapper.index-service-wrapper {
  background: #ffffff;
}

div.index-box-wrapper.index-service-wrapper .service-list-box:after {
  display: block;
  content: '';
  clear: both;
}

div.index-box-wrapper.index-service-wrapper .service-list-box .list-item {
  width: 272px;
  margin-left: 26px;
  float: left;
}

div.index-box-wrapper.index-service-wrapper .service-list-box .list-item:first-child {
  margin-left: 0;
}

div.index-box-wrapper.index-service-wrapper .service-list-box .list-item .table .cell.thumb a {
  display: block;
  position: relative;
}

div.index-box-wrapper.index-service-wrapper .service-list-box .list-item .table .cell.thumb a:hover:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  content: '点击查看>';
  font-size: 28px;
  color: #e0e0e0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

div.index-box-wrapper.index-service-wrapper .service-list-box .list-item .table .cell.thumb img {
  max-width: 100%;
}

div.index-box-wrapper.index-service-wrapper .service-list-box .list-item .table .cell.intro-box {
  background: #e3e4e6;
  padding: 6px 12px 12px 12px;
}

div.index-box-wrapper.index-service-wrapper .service-list-box .list-item .table .cell.intro-box .tit-box img, div.index-box-wrapper.index-service-wrapper .service-list-box .list-item .table .cell.intro-box .tit-box .name {
  display: inline-block;
  vertical-align: middle;
}

div.index-box-wrapper.index-service-wrapper .service-list-box .list-item .table .cell.intro-box .tit-box img {
  width: 45px;
}

div.index-box-wrapper.index-service-wrapper .service-list-box .list-item .table .cell.intro-box .tit-box .name {
  font-size: 18px;
  color: #333333;
}

div.index-box-wrapper.index-service-wrapper .service-list-box .list-item .table .cell.intro-box .intro {
  font-size: 12px;
  color: #333333;
  text-indent: 2em;
  padding-top: 6px;
}

@media screen and (max-width: 1200px) {
  div.index-box-wrapper.index-service-wrapper .service-list-box .list-item {
    width: -webkit-calc((100% - 26px * 3) / 4);
    width: calc((100% - 26px * 3) / 4);
  }
  div.index-box-wrapper.index-service-wrapper .service-list-box .list-item .table .cell.intro-box .tit-box img {
    width: 32px;
  }
}

@media screen and (max-width: 980px) {
  div.index-box-wrapper.index-service-wrapper .service-list-box .list-item {
    margin-left: 0;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
  div.index-box-wrapper.index-service-wrapper .service-list-box .list-item .table {
    margin: 0;
  }
  div.index-box-wrapper.index-service-wrapper .service-list-box .list-item .table .cell.thumb img {
    width: 100%;
  }
  div.index-box-wrapper.index-service-wrapper .service-list-box .list-item .table .cell.intro-box .intro {
    height: 60px;
    overflow: hidden;
  }
}

@media screen and (max-width: 640px) {
  div.index-box-wrapper.index-service-wrapper .service-list-box .list-item {
    width: 100%;
  }
  div.index-box-wrapper.index-service-wrapper .service-list-box .list-item .table .cell.intro-box .intro {
    height: auto;
  }
}

div.index-box-wrapper.index-news-wrapper {
  background: #333333;
  padding: 0;
}

div.index-box-wrapper.index-news-wrapper .title h3 {
  color: #ffffff;
}

div.index-box-wrapper.index-news-wrapper .index-news-table {
  width: 100%;
  padding: 20px 0;
}

div.index-box-wrapper.index-news-wrapper .index-news-table:after {
  display: block;
  content: '';
  width: 100%;
  clear: both;
}

div.index-box-wrapper.index-news-wrapper .index-news-table .cell {
  width: 50%;
  float: left;
}

div.index-box-wrapper.index-news-wrapper .index-news-table .cell.left img {
  display: block;
  width: 100%;
}

div.index-box-wrapper.index-news-wrapper .index-news-table .cell.right {
  padding: 0 20px;
}

div.index-box-wrapper.index-news-wrapper .index-news-table .cell.right ul.list {
  width: 100%;
}

div.index-box-wrapper.index-news-wrapper .index-news-table .cell.right ul.list li {
  color: #ffffff;
  padding: 10px 0;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

div.index-box-wrapper.index-news-wrapper .index-news-table .cell.right ul.list li span.time {
  float: right;
}

div.index-box-wrapper.index-news-wrapper .index-news-table .cell.right ul.list li a {
  color: #ffffff;
}

div.index-box-wrapper.index-news-wrapper .index-news-table .cell.right ul.list li a:hover, div.index-box-wrapper.index-news-wrapper .index-news-table .cell.right ul.list li a:focus {
  text-decoration: none;
  color: #0064c7;
}

div.index-box-wrapper.index-news-wrapper .index-news-table .cell.right ul.list li:first-child {
  padding-top: 0;
}

div.index-box-wrapper.index-news-wrapper .index-news-table .cell.right ul.list li:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 980px) {
  div.index-box-wrapper.index-news-wrapper .index-news-table .cell {
    width: 100%;
  }
  div.index-box-wrapper.index-news-wrapper .index-news-table .cell.right {
    padding: 30px 0 0 0;
  }
}

div.index-box-wrapper.index-news-wrapper .top-bg-box {
  position: relative;
  padding: 42px 0;
}

div.index-box-wrapper.index-news-wrapper .top-bg-box .right-img {
  width: -webkit-calc((100% - 1200px) / 2);
  width: calc((100% - 1200px) / 2);
  height: 100%;
  /* background: url("../images/index/right_bg.png") no-repeat center; */
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}

div.index-box-wrapper.index-news-wrapper .btm-bg-box img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  div.index-box-wrapper.index-news-wrapper .btm-bg-box {
    width: 100%;
    overflow: hidden;
  }
  div.index-box-wrapper.index-news-wrapper .btm-bg-box img {
    width: 768px;
    position: relative;
    left: 50%;
    margin-left: -384px;
  }
}

div.index-box-wrapper.index-contact-wrapper {
  background: #ffffff;
}

body.fixed-box {
  padding-top: 100px;
}

body.fixed-box .header-wrapper {
  height: 100px;
  background: rgba(0, 0, 0, 0.9);
}

body.fixed-box .header-wrapper .container {
  height: 100%;
}

body.fixed-box .header-wrapper a.logo {
  height: 100%;
}

body.fixed-box .header-wrapper a.logo img {
  height: 100%;
}

body.fixed-box .header-wrapper .list-box {
  padding-top: 20px;
}

@media screen and (max-width: 980px) {
  body {
    padding-top: 100px;
    width: 100%;
    overflow-x: hidden;
  }
  body .header-wrapper {
    width: 100%;
    height: 100px;
    background: #000000;
  }
  body .header-wrapper .container {
    height: 100%;
  }
  body .header-wrapper a.logo {
    height: 100%;
    position: relative;
    z-index: 999;
  }
  body .header-wrapper a.logo img {
    height: 100%;
  }
  body .header-wrapper .menu {
    display: block;
    width: 30px;
    height: 28px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 30px;
    cursor: pointer;
  }
  body .header-wrapper .menu span {
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 5px;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    left: 0;
  }
  body .header-wrapper .nav-list {
    width: 180px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 100px;
    position: fixed;
    left: -180px;
    top: 0;
    z-index: 99;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  body .header-wrapper .nav-list .list-box {
    width: 100%;
    height: 100%;
    padding-top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  body .header-wrapper .nav-list .list-box .list-item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
    float: none;
  }
  body .header-wrapper .nav-list .list-box .list-item a {
    color: #333333;
    padding: 0 30px;
    border-left: 3px solid #ffffff;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  body .header-wrapper .nav-list .list-box .list-item a:after {
    display: none;
  }
  body .header-wrapper .nav-list .list-box .list-item.active a {
    border-left-color: #008ffd;
  }
  body .header-wrapper .nav-list .list-box .list-item.active a:after {
    display: none;
  }
  body.fixed .header-wrapper .menu span:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 7px;
    left: -1px;
  }
  body.fixed .header-wrapper .menu span:nth-child(2) {
    width: 0;
    left: 100%;
  }
  body.fixed .header-wrapper .menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 11px;
    left: -1px;
  }
  body.fixed .header-wrapper .nav-list {
    left: 0;
  }

  .detail-box img {
    max-width: 100%;
  }

}
