﻿@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  font-family: "lucida Grande",Verdana,"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: inherit;
}

a:hover, a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

b, dt {
  font-weight: normal;
}

p {
  margin: 0;
}

h3, h4 {
  margin: 0;
  font-weight: normal;
}

video {
  max-width: 100%;
}

@supports (display: flex) {
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  .all-content-wrap {
    flex: 1;
  }
}
.container-fluid {
  max-width: 1230px;
}
.container-fluid img {
  max-width: 100%;
}

.row-mat {
  margin-top: -20px;
}

.col-mat {
  margin-top: 20px;
}

.img-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.nowrapline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.color-p {
  color: #09f;
}



/*顶部*/
@media (min-width: 992px) {
  .top-header {
    position: fixed;
    width: 100%;
    z-index: 3;
    -webkit-transform: translateZ(0);
  }
  .fix_qq {
position: fixed;
left: 0px;
top: 240px;
width: 93px;
height: 122px;
z-index:9999;
background: url(../images/qq_01.png) no-repeat;}
.fix_qq_top {
height: 122px;
background: url(../images/qq_01.png) no-repeat;
}
.fix_qq_center {
background: url(../images/qq_02.png) repeat-y;
text-align: center;
}
.fix_qq_foot {
height: 4px;
background: url(../images/qq_04.png) no-repeat;
}
}

.top-wel-wrap {
  color: #fff;
  background: #3d3d3d;
  font-size: 12px;
  padding: 8px 0;
}
@media (max-width: 991px) {
  .top-wel-wrap {
    display: none;
  }
}

.top-wel-con .con-item {
  padding-left: 20px;
  margin-right: 40px;
  background-repeat: no-repeat;
  background-position: left center;
}
.top-wel-con .con-pos {
  background-image: url(../images/con-pos-bg.png);
}
.top-wel-con .con-num {
  background-image: url(../images/con-num-bg.png);
}
.top-wel-con .con-mail {
  background-image: url(../images/con-mail-bg.png);
}

.top-wel-lang a:hover, .top-wel-lang a.act {
  color: #09f;
}

.top-head-wrap {
  background: #fff;
}

.top-head {
  display: table;
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .top-head {
    float: left;
    width: auto;
    padding: 15px 0;
  }
}

.top-logo,
.top-btnwrap {
  display: table-cell;
  vertical-align: middle;
}

.top-logo img {
  max-width: 100%;
  padding-left:100px;
}

.top-btnwrap {
  padding-left: 20px;
  text-align: right;
}
@media (min-width: 992px) {
  .top-btnwrap {
    display: none;
  }
}

/*小屏  折叠按钮*/
.top-btn-collapse {
  top: 0;
  cursor: pointer;
  color: #09f;
  font-size: 24px;
}
@media (min-width: 480px) {
  .top-btn-collapse {
    font-size: 26px;
  }
}

/*导航*/
.top-nav li {
  position: relative;
  text-align: center;
}
.top-nav a {
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .top-nav {
    display: none;
    position: absolute;
    z-index: 3;
    right: 0;
    width: 140px;
    max-width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 5px 0;
  }

  .top-nav-link {
    line-height: 30px;
  }
  .top-nav-link:hover {
    background: #09f;
  }
}
@media (min-width: 992px) {
  .top-nav {
    display: block !important;
    float: right;
    width: calc(100% - 345px);
  }
}
@media (min-width: 1200px) {
  .top-nav {
    width: calc(100% - 375px);
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .top-nav-li {
    float: left;
    width: 12.5%;
  }
  .top-nav-li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 1em;
    margin-top: -0.5em;
    background: #c5c5c5;
  }
  .top-nav-li:nth-last-child(2):after {
    content: none;
  }
  .top-nav-li:last-child {
    display: none;
  }

  .top-nav-link {
    position: relative;
    padding: 0 5px;
    line-height: 80px;
  }
  .top-nav-link:hover, .top-nav-link.hover, .top-nav-link.act {
    color: #09f;
  }
}
/*二级导航*/
.top-subnav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  font-size: 12px;
  padding: 5px 0;
  color: #fff;
  background: #3d3d3d;
}
@media (max-width: 991px) {
  .top-subnav {
    display: none !important;
  }
}

.top-subnav-link {
  line-height: 30px;
  padding: 0 5px;
}
.top-subnav-link:hover {
  color: #fff;
  background: #09f;
}

/*轮播图*/
@media (min-width: 992px) {
  .swiper-img {
    margin-top: 113px;
  }
}

.swiper-banner-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-banner-img:before {
  content: '';
  display: block;
  padding-top: 45%;
}
@media (min-width: 640px) {
  .swiper-banner-img:before {
    padding-top: 35%;
  }
}
@media (min-width: 992px) {
  .swiper-banner-img:before {
    padding-top: 24%;
  }
}

.wrapper {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 30px 0;
  }
}

/*主要标题*/
.main-title-wrap {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main-title-wrap {
    margin-bottom: 30px;
  }
}

.main-title {
  position: relative;
  text-align: center;
}

.main-title-link {
  position: relative;
  display: inline-block;
  padding: 0 38px;
  background-image: url(../images/main-title-bg_left.png), url(../images/main-title-bg_right.png);
  background-position: left bottom 5px,right bottom 5px;
  background-repeat: no-repeat;
}
.main-title-link .zh {
  position: relative;
  font-size: 22px;
}
@media (min-width: 640px) {
  .main-title-link .zh {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .main-title-link .zh {
    font-size: 28px;
  }
}
.main-title-link .en {
  color: #3f3f3f;
  font-size: 12px;
  font-family: Arial;
  text-transform: capitalize;
  margin-top: 0.5em;
}
.main-title-link:hover {
  color: #09f;
}

.main-title-p {
  color: #c2c2c2;
  font-size: 12px;
  margin-top: 0.6em;
}

/*swiper*/
.swiper-container-wrap {
  position: relative;
}
@media (min-width: 1200px) {
  .swiper-container-wrap {
    padding: 0 60px;
  }
}

/*swiper切换按钮*/
.swiper-btn-prev,
.swiper-btn-next {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-top: -20px;
  font-size: 25px;
  font-family: simsun;
  font-weight: bold;
  color: #6d6d6d;
  border: 1px solid;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  color: #fff;
  border-color: #09f;
  background-color: #09f;
}
.swiper-btn-prev.swiper-button-disabled,
.swiper-btn-next.swiper-button-disabled {
  opacity: 0.6;
  cursor: auto;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .swiper-btn-prev,
  .swiper-btn-next {
    display: block;
  }
}

.swiper-btn-next {
  left: auto;
  right: 0;
}

/*首页 产品中心*/
.imglink {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 300px;
  overflow: hidden;
}
.imglink .imglink-imgbox {
  position: relative;
  z-index: 1;
  border: 2px solid #fff;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}
.imglink .imglink-imgbox:before {
  content: '';
  display: block;
  padding-top: 90%;
}
.imglink .imglink-img_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.imglink .imglink-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.imglink .imglink-textbox {
  margin-top: 5px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.imglink .imglink-title,
.imglink .imglink-title-en {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.imglink .imglink-title {
  font-size: 13px;
}
@media (min-width: 480px) {
  .imglink .imglink-title {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .imglink .imglink-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.imglink .imglink-title-en {
  display: none;
  font-size: 12px;
  line-height: 15px;
  font-family: Arial;
  text-transform: uppercase;
  margin-top: 5px;
}
.imglink .imglink-text {
  color: #999;
  font-size: 12px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
}
.imglink .imglink-btn {
  position: relative;
  display: none;
  font-size: 13px;
  padding: 0.5em 1em;
  border-radius: 0.3em;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: left;
}
.imglink .imglink-imgbox, .imglink .imglink-img, .imglink .imglink-title,
.imglink .imglink-img_bg, .imglink .imglink-btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .imglink.imglink_pro .imglink-textbox, .imglink.imglink_case .imglink-textbox {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .imglink.imglink_pro .imglink-btn, .imglink.imglink_case .imglink-btn {
    display: inline-block;
  }
  .imglink.imglink_pro .imglink-btn:after, .imglink.imglink_case .imglink-btn:after {
    content: ' >>';
  }
  .imglink.imglink_pro:hover .imglink-textbox, .imglink.imglink_case:hover .imglink-textbox {
    top: 0;
  }
  .imglink.imglink_pro:hover .imglink-title, .imglink.imglink_case:hover .imglink-title {
    color: #fff;
  }
}
.imglink.imglink_pro {
  max-width: 290px;
}
.imglink.imglink_pro .imglink-btn {
  color: #272727;
  background: #fff;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .imglink.imglink_pro .imglink-title-en {
    display: block;
  }
}
.imglink.imglink_case {
  max-width: 300px;
}
.imglink.imglink_case .imglink-imgbox {
  border-width: 1px;
}
.imglink.imglink_case .imglink-imgbox:before {
  padding-top: 88%;
}
.imglink.imglink_case .imglink-btn {
  width: 60%;
  border: 1px solid;
  border-radius: 4px;
}
.imglink.imglink_case .imglink-btn:after {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -9px;
}
@media (min-width: 768px) {
  .imglink.imglink_case .imglink-textbox {
    background: rgba(0, 153, 255, 0.7);
  }
}
.imglink:hover .imglink-imgbox {
  border-color: #09f;
}
.imglink:hover .imglink-img_bg {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.imglink:hover .imglink-title {
  color: #09f;
}

/*查看更多按钮*/
.btn-more-wrap {
  margin-top: 20px;
  text-align: center;
}
.btn-more-wrap .btn-more {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 2.4;
  padding: 0 42px 0 25px;
  color: #363636;
  border-radius: 2.4em;
  border: 1px solid;
  background: url(../images/add_circle.png) no-repeat right 1em center;
}
.btn-more-wrap .btn-more:hover {
  border-color: #09f;
}

/*首页 关于我们*/
.about-wrapper {
  color: #fff;
  background: rgba(0, 0, 0, 0.6) url(../images/about-wrapper-bg.jpg) no-repeat center/cover fixed;
}

.main-title_about {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}
@media (min-width: 375px) {
  .main-title_about {
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  .main-title_about {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .main-title_about {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .main-title_about {
    font-size: 28px;
  }
}
.main-title_about a:hover {
  color: #09f;
}

.about-imgbox {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.about-imgbox .about-img_bg {
  display: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-imgbox .text:before, .about-imgbox .text:after {
  content: '';
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.about-imgbox .text:before {
  top: 14%;
  bottom: 14%;
  left: 5%;
  right: 5%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.about-imgbox .text:after {
  top: 8%;
  right: 10%;
  bottom: 8%;
  left: 10%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.about-imgbox .text .cname {
  position: absolute;
  font-size: 20px;
  font-weight: normal;
  left: 15%;
  top: 80%;
  opacity: 0;
  color: #fff;
  text-shadow: #0064a9 1px 0 0,#0064a9 0 1px 0,#0064a9 -1px 0 0,#0064a9 0 -1px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.about-title {
  position: relative;
  font-size: 16px;
  margin-bottom: 0.55em;
}
@media (min-width: 640px) {
  .about-title {
    font-size: 18px;
  }
}

.about-textbox {
  font-size: 12px;
}

.about-text {
  text-indent: 2em;
  line-height: 1.75;
  height: 14em;
  overflow: hidden;
}

.about-word {
  padding-top: 10px;
  border-top: 1px dotted #999;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .about-imgbox {
    float: left;
    width: 42%;
    margin-bottom: 0;
  }
  .about-imgbox .about-img {
    display: none;
  }
  .about-imgbox .about-img_bg {
    display: block;
    height: 268px;
  }

  .about-textbox {
    position: relative;
    float: left;
    width: 58%;
    height: 268px;
    padding-left: 20px;
  }

  .about-word {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    margin-top: 0;
  }

  .main-about:hover .about-imgbox .text:before, .main-about:hover .about-imgbox .text:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .main-about:hover .about-imgbox .cname {
    top: 65%;
    opacity: 1;
  }
}
.i-case-wrap {
  margin-top: -20px;
}
@media (min-width: 768px) {
  .i-case-wrap {
    margin-top: 0;
  }
}

.i-case-item {
  float: left;
  width: 50%;
  margin-top: 20px;
}
@media (min-width: 640px) {
  .i-case-item {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .i-case-item {
    width: 25%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .i-case-item:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 639px) {
  .i-case-item:nth-child(n+5) {
    display: none;
  }
    iframe {
        width:100%;
    }
}

/*首页 视频展示*/
.video-wrapper {
  background: #e5e5e5;
}

.main-video .row {
  margin-left: -10px;
  margin-right: -10px;
}
.main-video .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .main-video .col-xs-6 {
    width: 50%;
  }
  .main-video .col-xs-6:nth-child(n+4) {
    display: none;
  }
}

.i-video-item {
  margin: 0 auto;
}
.i-video-item .videobox {
  margin-bottom: 10px;
}

.i-video-title {
  font-size: 16px;
}

.i-video-time {
  color: #999;
  font-size: 12px;
  margin-top: 10px;
  text-transform: uppercase;
}

.i-video-title,
.i-video-time {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i-video-text {
  color: #696969;
  font-size: 12px;
  line-height: 1.5;
  height: 4.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 10px;
}

.i-video-btn {
  display: inline-block;
  color: #09f;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0.4em 1em;
  border: 1px solid;
  border-radius: 0.2em;
  margin-top: 10px;
}
.i-video-btn:hover {
  color: #006bb3;
}

.main-video .i-video-title,
.main-video .i-video-time,
.main-video .i-video-text {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-video .i-video-item:hover .i-video-title,
.main-video .i-video-item:hover .i-video-time,
.main-video .i-video-item:hover .i-video-text {
  color: #09f;
}

/*首页 新闻中心*/
@media (max-width: 991px) {
  .main-news .col-md-6:nth-child(n+4) {
    display: none;
  }
}

.imgnewslink {
  position: relative;
  display: block;
  background: #fff;
  height: 100px;
}
.imgnewslink .imgnews-imgbox {
  position: relative;
  z-index: 1;
  float: left;
  width: 110px;
  height: 100%;
  overflow: hidden;
}
.imgnewslink .imgnews-img_bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.imgnewslink .imgnews-textbox {
  position: relative;
  float: left;
  overflow: hidden;
  width: calc(100% - 110px);
  height: 100%;
  padding: 5px 10px;
}
.imgnewslink .imgnews-title {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgnewslink .imgnews-time {
  color: #8a8a8a;
  font-size: 13px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgnewslink .imgnews-text {
  font-size: 12px;
  line-height: 1.75;
  height: 3.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.imgnewslink.imgnewslink_i {
  background: #ececec;
}
.imgnewslink.imgnewslink_i .imgnews-text {
  height: 5.25em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.imgnewslink.imgnewslink_p {
  height: 110px;
}
.imgnewslink.imgnewslink_p .imgnews-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #d3d4d6;
}
.imgnewslink.imgnewslink_p .imgnews-text {
  color: #666;
}
.imgnewslink .imgnews-img_bg, .imgnewslink .imgnews-title, .imgnewslink .imgnews-time, .imgnewslink .imgnews-text {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 480px) {
  .imgnewslink {
    height: 115px;
  }
  .imgnewslink .imgnews-imgbox {
    width: 150px;
  }
  .imgnewslink .imgnews-textbox {
    padding: 8px 15px;
    width: calc(100% - 150px);
  }
  .imgnewslink .imgnews-title {
    font-size: 15px;
  }
  .imgnewslink.imgnewslink_i .imgnews-text {
    font-size: 13px;
  }
  .imgnewslink.imgnewslink_p {
    height: 120px;
  }
  .imgnewslink.imgnewslink_p .imgnews-time {
    font-size: 15px;
  }
  .imgnewslink.imgnewslink_p .imgnews-time:before {
    content: '| ';
  }
  .imgnewslink:hover .imgnews-img_bg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.imgnewslink:hover {
  background: #09f;
}
.imgnewslink:hover .imgnews-title, .imgnewslink:hover .imgnews-time, .imgnewslink:hover .imgnews-text {
  color: #fff;
}

/*首页 联系我们*/
.contact-wrapper {
  background: #e5e5e5;
}

.main-contact-text {
  color: #484848;
  font-size: 12px;
  font-family: simsun;
  line-height: 1.75;
}

.main-contact-list {
  color: #484848;
  font-size: 12px;
  margin-top: 15px;
}
.main-contact-list li {
  margin-top: 5px;
}

.main-contact-btn {
  display: inline-block;
  color: #fff;
  background: #202020;
  font-size: 12px;
  padding: 0.6em 1em;
  margin-top: 20px;
}
.main-contact-btn:hover {
  color: #fff;
  background: #070707;
}

.contact-form {
  max-width: 550px;
  margin: 0 auto;
}
.contact-form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.contact-form .col-sm-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.contact-form label {
  color: #6d6d6d;
  font-weight: normal;
}
.contact-form .form-control {
  border: 1px solid #aaa;
  border-radius: 0;
}
.contact-form .form-control:focus {
  border-color: #09f;
}
.contact-form textarea {
  width: 100%;
  resize: vertical;
}
.contact-form input[type=submit] {
  color: #fff;
  background: #09f;
  width: 100%;
  border-radius: 0;
  padding: 6px 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-form input[type=submit]:hover {
  background: #008ae6;
}

/*首页 底部banner*/
.banner-wrapper {
  color: #fff;
  text-align: center;
  background: rgba(1, 68, 90, 0.7) url(../images/banner-wrapper-bg.jpg) no-repeat center top/cover;
}

.main-banner {
  padding: 40px 0 20px;
}

.i-banner-title {
  font-size: 20px;
  font-weight: bold;
}

.i-banner-text {
  font-size: 14px;
  margin-top: 15px;
}

.i-banner-btn {
  display: inline-block;
  background: rgba(0, 153, 255, 0.3);
  padding: 0.4em 1em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}
.i-banner-btn:hover {
  background: rgba(0, 153, 255, 0.5);
}

/*非主页页面*/
@media (min-width: 768px) {
  .main-page {
    margin: 20px 0;
  }
}

@media (min-width: 768px) {
  .page-aside-wrap {
    width: 290px;
  }

  .page-section-wrap {
    width: calc(100% - 290px);
  }
}
.aside-item {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
}

/*侧栏*/
/*aside标题*/
.aside-title {
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  padding: 0 15px;
  text-transform: uppercase;
  background-color: #09f;
  margin-bottom: 10px;
}

/*侧栏列表*/
.aside-list a {
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside-list > li {
  margin-top: 4px;
}
.aside-list > li > a {
  position: relative;
  line-height: 35px;
  padding: 0 15px 0 35px;
  color: #333;
  text-transform: uppercase;
}
.aside-list > li > a:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-radius: 50%;
}
.aside-list > li > a:hover, .aside-list > li > a.act {
  color: #fff;
  background: #09f;
}

.aside-sublist {
  display: none;
}
.aside-sublist > li {
  margin-top: 2px;
}
.aside-sublist > li > a {
  position: relative;
  line-height: 35px;
  padding: 0 15px 0 35px;
  color: #5e5e5e;
  background: #eee;
  font-size: 13px;
}
.aside-sublist > li > a:hover, .aside-sublist > li > a.act {
  color: #09f;
  background: #dedede;
}

.aside-contact-list {
  padding: 5px;
  color: #696969;
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 10px;
}

/*section标题*/
.section-title {
  color: #978f87;
  padding-bottom: 5px;
  border-bottom: 2px solid;
}
.section-title .title-text {
  float: left;
}
.section-title .title-text .en {
  float: left;
  font-size: 40px;
  font-family: Haettenschweiler;
  line-height: 40px;
  text-transform: uppercase;
  margin-right: 8px;
}
.section-title .title-text .zh {
  float: left;
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
}
.section-title .pos {
  float: right;
  font-size: 12px;
  line-height: 20px;
  margin-left: 10px;
  margin-top: 20px;
}
.section-title .pos a.act, .section-title .pos a[href]:hover {
  color: #09f;
}

/*section内容部分*/
.section-content {
  margin: 20px 0;
}

.section-chwidth .row {
  margin-left: -10px;
  margin-right: -10px;
}
.section-chwidth .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 640px) and (max-width: 767px) {
  .section-chwidth .col-xs-6 {
    width: 33.33333333%;
  }
}

.pagex-titlebox {
  text-align: center;
  margin-bottom: 20px;
}

.pagex-title {
  font-size: 16px;
}

.pagex-time {
  font-size: 12px;
  color: #a4a4a4;
  padding-top: 5px;
  border-top: 1px dashed #9a9a9a;
  max-width: 600px;
  margin: 10px auto 0;
}

.pagex-imgbox {
  text-align: center;
  margin-bottom: 10px;
}
.pagex-imgbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}

.pagex-text {
  text-indent: 2em;
  line-height: 1.75;
  margin-bottom: 15px;
}

/*产品展示页*/
.section-content .imglink .imglink-title {
  margin-top: 0.4em;
}
.section-content .imglink:hover .imglink-title {
  color: #09f;
}

/*新闻资讯页*/
.p-news-item {
  padding-bottom: 20px;
  border-bottom: 1px dashed #979797;
  margin-bottom: 20px;
}

/*视频展示页*/
.section-content .i-video-item {
  margin-bottom: 20px;
}
.section-content .i-video-text {
  display: block;
  height: auto;
  line-height: 1.75;
}

/*联系我们页*/
.page-contact-list {
  color: #696969;
  margin-bottom: 20px;
}
.page-contact-list li {
  margin-bottom: 5px;
}

.contact-map > img {
  display: block;
  margin: 0 auto;
}

/*小屏产品分类下拉按钮*/
.s-drop-wrap {
  margin: 15px 15px 0;
}

.s-drop-btn {
  cursor: pointer;
  color: #fff;
  background: #09f;
  line-height: 40px;
  padding: 0 15px;
}
.s-drop-btn span.glyphicon {
  float: right;
  top: 0;
  line-height: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.s-drop-btn.nodrop {
  cursor: auto;
  text-align: center;
}
.s-drop-btn.nodrop span.glyphicon {
  display: none;
}
.s-drop-btn.act {
  background: #008ae6;
}
.s-drop-btn.act span.glyphicon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*小屏下拉列表*/
.s-drop-list {
  display: none;
}
.s-drop-list > li {
  margin-top: 3px;
}
.s-drop-list > li > a {
  font-size: 13px;
  line-height: 32px;
}
.s-drop-list .aside-sublist > li > a {
  line-height: 30px;
}

/* 大屏底部 */
.foo-content-top {
  color: #fff;
  background: #09f;
  padding: 30px 0;
  border-top: 1px solid #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .foo-content-top {
    display: none;
  }
}
.foo-content-top a:hover {
  color: #ddd;
}

.foot-nav,
.foot-contact,
.foot-nav-item {
  display: inline-block;
  vertical-align: top;
}

.foot-nav,
.foot-contact {
  text-align: left;
  padding: 0 10px;
}

.foot-nav-item {
  min-height: 150px;
  padding: 0 30px;
}
.foot-nav-item + .foot-nav-item {
  border-left: 1px solid #fff;
}
.foot-nav-item .title_zh {
  font-size: 18px;
  font-weight: bold;
}
.foot-nav-item .title_en {
  font-size: 12px;
}
.foot-nav-item .title {
  font-size: 16px;
}
.foot-nav-item .list {
  margin-top: 20px;
  font-size: 12px;
}
.foot-nav-item .list li {
  margin-top: 10px;
}

.foot-contact .name {
  font-size: 16px;
}
.foot-contact .tel {
  margin-top: 5px;
}
.foot-contact .qr {
  margin: 5px 0;
}

.foot-content-bottom {
  color: rgba(255, 255, 255, 0.48);
  background: #3f3f3f;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}
.foot-content-bottom a:hover {
  color: #fff;
}

.foot-link {
  margin-top: 5px;
}
.foot-link a + a {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .foot-copy {
    float: left;
  }

  .foot-link {
    float: right;
    margin-top: 0;
  }
}
/*小屏底部*/
.foot-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  background: #09f;
  border-top: 1px solid #fff;
}

.ffixedlink {
  width: 25%;
  float: left;
  padding: 2px 0;
  text-align: center;
}
.ffixedlink:hover {
  background: #006bb3;
}

.foot-icon {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 20px;
  overflow: hidden;
  background-image: url(../images/foot-icon.png);
  background-repeat: no-repeat;
}

.ffixedlink:nth-child(1) .foot-icon {
  background-position: 0px 0;
}

.ffixedlink:nth-child(2) .foot-icon {
  background-position: -30px 0;
}

.ffixedlink:nth-child(3) .foot-icon {
  background-position: -60px 0;
}

.ffixedlink:nth-child(4) .foot-icon {
  background-position: -90px 0;
}

@media screen and (max-width: 767px) {
  /*小屏底部fixed导航距离*/
  body {
    padding-bottom: 45px;
  }
}


.fengxiang{ width:100%; margin:0 auto;}
.fengxiang ul li{ width:46%; padding:4px 3px; float:left; margin:4px 0px 4px 10px; background:#c5c5c4; border: solid 1px #afafae;}

.fengxiang ul li a.bshare-sinaminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qzone{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-renren{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qqmb { float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-neteasemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-sohuminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-tianya{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-baiduhi{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-itieba{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-kaixin001{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-facebook{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-msn{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-fanfou{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-feixin{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-twitter{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-peoplemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-douban{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-xinhuamb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}

/*清除样式*/
.clear { clear:both;}

/*分页css scott style pagination*/
div.scott{padding:3px;margin:3px;text-align:center;}
div.scott a{border:#ddd 1px solid;padding:2px 5px;color:#88af3f;margin:0 2px 0 0;text-decoration:none;}
div.scott a:hover{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
div.scott a:active{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
div.scott span.current{border:#b2e05d 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#b2e05d;}
div.scott span.disabled{border:#f3f3f3 1px solid;padding:2px 5px;color:#ccc;margin:0 2px 0 0;}

