@charset "utf-8";
body {
  color: #333;
  font-size: 14px;
  font-family: microsoft yahei,arial, sans-serif; }

.header-wrap {
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  width: 1000px; }

.hd-menu-other {
  position: absolute;
  top: 20px;
  right: 0; }
  .hd-menu-other .contact {
    padding-left: 20px;
    display: inline-block;
    background:  no-repeat left center;
    color: #999; }
    .hd-menu-other .contact:hover {
      color: #e60012; }
  .hd-menu-other span {
    margin-left: 10px;
    display: inline-block; }
    .hd-menu-other span a {
      margin: 0 5px;
      width: 22px;
      height: 22px;
      line-height: 22px;
      display: inline-block;
      color: #999;
      border-radius: 11px;
      text-align: center; }
      .hd-menu-other span a.on, .hd-menu-other span a:hover {
        background: red;
        color: #fff; }

.search-box {
  display: inline-block; }
  .search-box .search-text {
    margin: 0;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    width: 0;
    height: 22px;
    line-height: 22px;
    color: #999;
    transition: all .25s ease; }
  .search-box .search-btn {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0;
    width: 17px;
    height: 17px;
    background:  no-repeat center;
    vertical-align: middle; }
  .search-box:hover .search-text {
    width: 100px; }

.hd-menu-list > ul > li {
  margin-left: 25px;
  padding-bottom: 25px;
  float: left;
  font-size: 16px;
  position: relative; }
  .hd-menu-list > ul > li > a {
    color: #999;
    margin-top: 15px;
    display: block;
    font-weight: bold;
    position: relative; }
    .hd-menu-list > ul > li > a:hover {
      color: #e60012; }
.hd-menu-list .on{
    color: #e60012;
}
.two-menu {
  border-top: 3px solid #e60012;
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  width: 250%;
  z-index: 10;
  display: none; }
  .two-menu li {
    border-bottom: 1px solid #f1f1f1;
    background: #fff; }
    .two-menu li > a {
      padding: 20px 15px;
      display: block;
      color: #999;
      font-weight: bold; }
      .two-menu li > a:hover {
        color: #e60012; }
    .two-menu li:last-child {
      border-bottom: none; }

/* 内容 */
.index-banner-item {
  position: relative; }

.index-banner-mb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2); }

.index-banner-text {
  position: absolute;
  top: 50%;
  left: 15%;
  color: #fff;
  transform: translatey(-50%);
  z-index: 1; }
  .index-banner-text .index-banner-title {
    font-size: 30px;
    font-weight: bold; }
  .index-banner-text small {
    display: block;
    font-size: 16px; }
  .index-banner-text .index-banner-more {
    text-align: left; }

/* 更多按钮 */
.btn-more {
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  width: 234px;
  height: 46px;
  line-height: 46px; }
  .btn-more .icon-right {
    margin-left: 55px;
    width: 7px;
    height: 13px;
    display: inline-block;
    background:  no-repeat center; }
    .btn-more .icon-right.right-0 {
      background-image: ; }
  .btn-more:hover {
    background: #fff;
    color: red; }
    .btn-more:hover .icon-right {
      background-image: ; }

/* 栏目标题 */
.index-title h2 {
  font-size: 34px;
  text-align: center; }
.index-title small {
  margin-top: 20px;
  color: #999;
  font-size: 14px;
  display: block;
  text-align: center; }

/* 选项卡list */
.kd-list li a::before {
  content: '';
  font-size: 0;
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 1px;
  background: red;
  transition: all .25s ease; }
.kd-list li.on a, .kd-list li:hover a {
  color: #333; }
  .kd-list li.on a::before, .kd-list li:hover a::before {
    width: 100%;
    left: 0; }

/* 新闻栏目 */
.index-wrap {
  margin: 0 auto;
  padding: 70px 0;
  width: 1000px; }

.news-tab-cont {
  margin: 0 -10px; }

.news-tab-nav {
  text-align: center;
  padding-bottom: 20px; }
  .news-tab-nav ul li {
    margin: 0 12px;
    display: inline-block;
    /*margin-left: 30px;*/
    /*float: left;*/
     }
    .news-tab-nav ul li a {
      display: block;
      position: relative;
      color: #999; }

.news-owl-item {
  margin: 0 10px;
  padding-bottom: 25px; }
  .news-owl-item h3 {
    margin-top: 20px;
    font-size: 16px; }
  .news-owl-item a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .news-owl-item:hover a {
    color: #e60012; }
  .news-owl-item p {
    margin-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    /*height: 62px;*/
    display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    line-height: 1.5;
    color: #999; }

.news-more, .pro-more, .about-course-more, .about-company-more, .about-scien-more {
  text-align: center; }
  .news-more .btn-more, .pro-more .btn-more, .about-course-more .btn-more, .about-company-more .btn-more, .about-scien-more .btn-more {
    color: #333;
    border-color: #333; }
    .news-more .btn-more:hover, .pro-more .btn-more:hover, .about-course-more .btn-more:hover, .about-company-more .btn-more:hover, .about-scien-more .btn-more:hover {
      border-color: #e60012;
      background: #e60012;
      color: #fff; }
      .news-more .btn-more:hover .right-0, .pro-more .btn-more:hover .right-0, .about-course-more .btn-more:hover .right-0, .about-company-more .btn-more:hover .right-0, .about-scien-more .btn-more:hover .right-0 {
        background-image: ; }

/* 轮播 */
.owl-theme .owl-controls {
  margin: 0; }

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
  z-index: -1; }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  font-size: 0;
  width: 17px;
  height: 27px;
  background: transparent no-repeat center;
  background-size: 17px 27px; }

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -50px;
  background-image: ; }
  .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background-image: ; }

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: -50px;
  background-image: ; }
  .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background-image: ; }

/* 首页轮播插件样式修改 */
.index-banner .owl-controls {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translatex(-50%); }

.index-banner .owl-dots .owl-dot.active span, .index-banner .owl-dots .owl-dot:hover span {
  background: #e60012; }

.index-banner .owl-dots {
  white-space: nowrap;
  position: relative; }
  .index-banner .owl-dots::before {
    opacity:  .5;
    content: '';
    font-size: 0;
    position: absolute;
    top: 10px;
    left: 52px;
    height: 1px;
    width: calc(100% - 104px);
    background: #fff;
    z-index: -1; }
  .index-banner .owl-dots .owl-dot {
    margin: 0 40px;
    font-size: 0; }
    .index-banner .owl-dots .owl-dot span {
      background: #fff;
      height: 11px;
      width: 11px; }

/* 业务领域 */
.sever {
  background: #efefef; }

.sever-owl-item ul {
  margin: 0 -10px; }
  .sever-owl-item ul li {
    margin: 0 10px 20px;
    float: left;
    width: calc(25% - 20px); }
/*    .sever-owl-item ul li:hover .sever-box {
      top: 50%; }*/

.sever-list {
  margin: 0 -10px; }
  .sever-list .index-pro-item {
    margin: 0 10px 20px; }

.index-pro-item {
  display: block;
  position: relative;
  overflow: hidden; }
  .index-pro-item > p {
    padding: 15px 0;
    background: #fff;
    font-size: 16px;
    text-align: center; }

.sever-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  transition: all .25s ease; }
  .sever-box .sever-box-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .sever-box p {
    color: #fff;
    font-size: 18px; }

.sever-icon {
  margin: 0 auto;
  display: inline-block;
  width: 44px;
  height: 44px;
  background:  no-repeat center; }

/* 产品推荐 */
.pro-tab-nav {
  padding-bottom: 25px;
  text-align: center; }
  .pro-tab-nav ul {
    font-size: 0; }
    .pro-tab-nav ul li {
      margin: 0 12px;
      display: inline-block;
      font-size: 14px;
      position: relative; }
      .pro-tab-nav ul li a {
        color: #999; }

/*2017年9月14日11:47:39 修改居中 */
.pro-tab-cont ul {
  margin: -10px;
  font-size: 0;
  text-align: center; }
  .pro-tab-cont ul li {
    margin: 0 10px;
    vertical-align: top;
    /*float: left;*/
    display: inline-block;
    width: calc(25% - 20px); }
    .pro-tab-cont ul li a {
      display: block; }
    .pro-tab-cont ul li p {
      padding: 15px 0;
      font-size: 16px;
      background: #fff; }
    .pro-tab-cont ul li:hover a {
      color: #e60012; }
    .pro-tab-cont ul li:hover .pro-mb {
      background: rgba(0, 0, 0, 0.3); }

.pro-img {
  position: relative; }
  .pro-img .pro-mb {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .25s ease; }

/* 走进科达 */
.about {
  background: #efefef; }

.about-list ul {
  margin: 0 -10px;
  text-align: center; }
  .about-list ul li {
    margin: 0 10px;
    float: left;
    width: calc(50% - 20px);
    position: relative;
    overflow: hidden; }
    .about-list ul li a {
      display: block; }
      .about-list ul li a img {
        width: 100%; }
    .about-list ul li p {
      padding: 20px 0;
      background: #fff;
      font-size: 16px; }
    .about-list ul li:hover .about-company {
      bottom: 0; }

.about-company {
  padding: 30px;
  border-bottom: 3px solid #e60012;
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  transition: all .4s ease; }
  .about-company ul li {
    margin: 5px;
    width: calc(50% - 10px);
    text-align: left; }
    .about-company ul li a {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .about-company ul li a:hover {
        color: #e60012; }

/* 底部 */
.footer {
  background: #efefef; }

.ft-other {
  background: #0f0f0f; }

.ft-other-wrap {
  margin: 0 auto;
  padding: 25px 0;
  width: 1000px;
  color: #fff; }

.ft-wx {
  cursor: pointer; }
  .ft-wx * {
    margin-right: 20px;
    vertical-align: middle; }
  .ft-wx .icon-wx {
    margin: 0;
    padding: 0;
    float: none;
    background: url(/uploads/image/pgimg/wx.png) no-repeat center;
    background-position: 0 !important;
    height: 33px;
    width: 33px; }
  .ft-wx:hover .icon-wx {
    background-image: ; }

.ft-fortop {
  cursor: pointer; }
  .ft-fortop span {
    /*margin-left: 20px;*/
    vertical-align: middle; }
  .ft-fortop:hover .icon-top {
    background-image: ; }

.icon {
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center; }

.icon-wx {
  width: 33px;
  height: 33px;
  background-image: ; }

.icon-top {
  width: 33px;
  height: 33px;
  background-image: ; }

.ft-wrap {
  margin: 0 auto;
  width: 1000px; }

.ft-list img {
  width: 100%; }
.ft-list > li {
  float: left;
  width: 12.5%;
  color: #666; }
  .ft-list > li .ft-list-title {
    margin-bottom: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: bold;
    position: relative; }
    .ft-list > li .ft-list-title::before {
      content: '';
      font-size: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 45px;
      height: 1px;
      background: #999; }
  .ft-list > li > ul li {
    margin-bottom: 15px; }
    .ft-list > li > ul li a {
      color: #666; }
      .ft-list > li > ul li a:hover {
        color: #e60012; }
    .ft-list > li > ul li p {
      margin-top: 10px;
      text-align: center;
      cursor: pointer; }
      .ft-list > li > ul li p:hover {
        color: #e60012; }

.ft-int {
  padding: 20px 0;
  border-top: 1px solid #b2b1b1; }
  .ft-int > * {
    color: #666; }

/* 走进科达 */
.about-banner-item {
  position: relative; }

.about-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1; }
  .about-banner-text .about-banner-title {
    font-size: 36px;
    text-align: center; }
  .about-banner-text .about-banner-int {
    font-size: 16px;
    line-height: 1.5; }
  .about-banner-text .about-banner-more {
    text-align: center;}

/* about-发展历程 */
.about-course-wrap {
  margin: 0 auto;
  padding: 70px 0;
  width: 1000px;
  text-align: center; }

.about-course-list {
  margin-top: 70px; }
  .about-course-list li {
    float: left;
    width: 33.3333%; }
    .about-course-list li p {
      color: #999; }
    .about-course-list li .course-time {
      font-size: 32px;
      color: #e60012; }

.about-other-wrap {
  margin: 0 auto;
  padding: 70px 0;
  width: 1000px;
  position: relative; }

.about-other-company {
  margin: 0 -10px; }

.about-int-cont {
  position: relative;
  text-align: center; }
  .about-int-cont p {
    margin-bottom: 15px;
    /*font-size: 18px;*/
     }

     /*2017年9月21日14:39:58*/
.about-int-cont::after {
  content: '';
      top: -20px;
    left: 110px;
    background: no-repeat center;
    background-image: url(/uploads/image/pgimg/textleft.png);
        position: absolute;
    width: 26px;
    height: 22px;
        display: inline-block;
    
}

.about-int-cont::before {
  content: '';
      display: inline-block;
    background: no-repeat center;
      position: absolute;
    width: 26px;
    height: 22px;
        bottom: -20px;
    right: 110px;
    background-image: url(/uploads/image/pgimg/textright.png);
}

  .about-int-cont small {
    margin-bottom: 15px;
    display: block;
    /*font-size: 14px;*/
    color: #666; }
  .about-int-cont .icon {
    position: absolute;
    width: 26px;
    height: 22px; }

.icon-textleft {
  top: -20px;
  left: 110px;
  background-image: ; }

.icon-textright {
  bottom: -20px;
  right: 110px;
  background-image: ; }

/* 科研实力 */
.about-scien {
  background: #efefef; }

.about-scien-wrap {
  margin: 0 auto;
  padding: 70px 0;
  width: 1000px; }

.about-scien-cont {
  margin: 0 -10px; }

.about-scien-item a {
  display: block;
  margin: 0 10px; }

.about-scien-text p {
  margin: 0 10px;
  color: #666;
  line-height: 1.75; }

/* 内页路径 */
.headersub {
  margin: 0 auto;
  position: relative;
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
  .headersub .headersub-wrap {
    margin: 0 auto;
   /* width: 1000px;*/
    background: #f7f7f7;
    position: relative;
    z-index: 2; }
  .headersub ul.lv1 {
    display: table; }
  .headersub li {
    position: relative; }
  .headersub .nlv1 {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    background: url(/uploads/image/pgimg/header-sub-bg2.png) 100% 50% no-repeat; }
  .headersub .nlv1.home {
    background-color: #ebebeb;
    background-image: url(/uploads/image/pgimg/header-sub-bg.png); }
    .headersub .nlv1.home .nlv1a {
      padding-left: 27px;
      padding-right: 41px; }
  .headersub a {
    position: relative;
    display: block;
    font-size: 13px;
    color: #777;
    padding: 0 17px; }
  .headersub .on .nlv1a {
    color: #333; }
  .headersub .nlv1a {
    padding: 10px 78px 8px 11px; }
  .headersub .nchild {
    display: none;
    position: absolute;
    left: -20px;
    top: 100%;
    min-width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-top-width: 0;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .headersub .nchild li {
      border-top: 1px solid #ddd; }
    .headersub .nchild a {
      padding: 13px 29px 12px 29px;
      color: #999;
      white-space: nowrap; }
      .headersub .nchild a:hover {
        background: #f7f7f7;
        color: #e60012; }
  .headersub::before {
    content: '';
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background: #ebebeb;
    z-index: 1; }

.icon2-home::before {
  content: '';
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 12px;
  height: 10px;
  margin-top: -4px;
  background:  no-repeat center; }

.icon2-bottom::before {
  content: '';
  font-size: 0;
  position: absolute;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 10px;
  margin-top: -5px;
  background:  no-repeat center; }

/* 公司概况 */
.aboutsurvey-hd {
  padding: 100px 0 70px;
  border-bottom: 1px solid #d8d8d8; }

.aboutsurvey-hd-list {
  padding-bottom: 25px;
  text-align: center; }
  .aboutsurvey-hd-list li {
    margin: 0 12px;
    display: inline-block;
    font-size: 14px;
    position: relative; }
    .aboutsurvey-hd-list li a {
      color: #999; }

.aboutsurvey-text img {
  display: block;
  width: 100%; }
.aboutsurvey-text > p {
  margin-top: 40px;
  color: #666;
  line-height: 1.5; }

.aboutsurvey-cont-banner img {
  display: block;
  width: 100%; }

/* 剪影 */
.aboutsketch-list {
  margin: 0 -10px;
  text-align: center; }
  .aboutsketch-list li {
    margin: 0 10px 20px;
    float: left;
    width: calc(50% - 20px);
    cursor: pointer; }
    .aboutsketch-list li p {
      padding: 20px 0;
      font-size: 16px; }
    .aboutsketch-list li:hover p {
      color: #e60012; }

/* 剪影详情 */
.aboutsketch-window-mb {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 3; }

.aboutsketch-window {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: none; }
  .aboutsketch-window p {
    padding: 20px 0;
    color: #fff;
    font-size: 18px;
    text-align: center; }

/* 刷新 */
.shuaxin-box {
  text-align: center; }

.icon-shuaxin {
  display: inline-block;
  width: 31px;
  height: 33px;
  background:  no-repeat center;
  -webkit-animation: effect-rotate 1s linear infinite;
  -o-animation: effect-rotate 1s linear infinite;
  animation: effect-rotate 1s linear infinite; }

/* 动画 */
@-webkit-keyframes effect-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes effect-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes effect-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes effect-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes effect-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* 发展历程 */
.aboutcourse-int {
  color: #666;
  line-height: 1.5; }

.aboutcourse-tab-nav li {
  float: left;
  width: 33.33333%; }
  .aboutcourse-tab-nav li a {
    padding-bottom: 20px;
    border-bottom: 2px solid #999;
    display: block;
    font-size: 16px;
    color: #999;
    text-align: center; }
    .aboutcourse-tab-nav li a p {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .aboutcourse-tab-nav li.on a, .aboutcourse-tab-nav li a:hover {
    border-color: #e60012;
    color: #e60012; }

.aboutcourse-tab-cont {
  overflow: hidden; }
  .aboutcourse-tab-cont li {
    margin-bottom: 20px; }

.aboutcourse-box {
  margin-left: 145px;
  padding: 30px;
  border: 1px solid #e7e7e7;
  position: relative; }
  .aboutcourse-box::before {
    content: '';
    font-size: 0;
    position: absolute;
    left: -6px;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg); }
  .aboutcourse-box p {
    margin-bottom: 20px; }
  .aboutcourse-box img {
    width: 100%;
    display: block; }
  .aboutcourse-box .yeartime {
    margin: 0;
    padding-right: 25px;
    position: absolute;
    top: 25px;
    left: -100px;
    font-size: 18px;
    font-weight: bold;
    color: #e60012;
    background:  no-repeat right center; }

/* 旗下公司 */
.aboutcompany-wrap-list {
  margin: 0 -10px; }
  .aboutcompany-wrap-list li {
    margin-bottom: 15px;
    float: left;
    width: 50%; }

.company-link {
  padding-left: 22px;
  background:  no-repeat left center; }
  .company-link a {
    color: #e60012; }
    .company-link a:hover {
      text-decoration: underline; }

/* 文章标题 */
/* 科研实力 */
.aboutscien-text p {
  margin-bottom: 15px;
  color: #666;
  line-height: 1.5;
  text-indent: 2em; }

.abouttext-title {
  margin-bottom: 45px;
  font-size: 24px;
  text-align: center; }

.scien-box {
  margin: 50px -10px; }

.three-item {
  margin: 0 10px; }

#example img {
  width: 100%;
  display: block; }

.sp-thumbnails {
  margin: 0 -10px; }

.sp-thumbnail {
  margin: 0 10px; }

.sp-bottom-thumbnails {
  margin-top: 20px; }

#example {
  margin: 50px 0 80px; }

#example .sp-arrow {
  position: absolute;
  top: calc(50% - 15px);
  background: no-repeat center;
  width: 25px;
  height: 49px;
  cursor: pointer; }

.sp-fade-arrows {
  opacity: 1 !important; }

#example .sp-previous-arrow {
  background-image: ;
  left: -60px !important; }
  #example .sp-previous-arrow:hover {
    background-image: ; }

#example .sp-next-arrow {
  background-image: ;
  right: -60px !important; }
  #example .sp-next-arrow:hover {
    background-image: ; }

.sp-slide p {
  margin: 0;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box; }

/* 新闻中心 */
#aboutnews-list {
  margin: 0 -10px; }
  #aboutnews-list .news-owl-item {
    margin-bottom: 20px;
    padding-bottom: 0;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    width: calc(25% - 20px); 
  }


  /*2017年9月21日13:52:47*/
  #aboutnews-list .news-owl-item:hover .kd-news-item {
    background: #f6f6f6;
  }

  .kd-news-item {
    padding: 0 10px 10px;
    overflow: hidden;
  }
    #aboutnews-list .news-owl-item h3 {
      overflow: visible;
      white-space: normal; }

/* 新闻详情 */
.two-title h2 {
  font-size: 30px; }

.title-time {
  margin-top: 25px;
  text-align: center;
  color: #999; }

.newsmain-text {
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden; }
  .newsmain-text p {
    margin: 20px 0;
    color: #666;
    line-height: 1.5; }
  .newsmain-text .def-text {
    margin-top: 40px;
    color: #333;
    font-weight: bold; }
  .newsmain-text img {
    max-width: 100%; }

/* 分享样式覆盖 */
.bdshare-button-style0-16 a {
  background: none;
  background-position: 0; }

.newsmore {
  margin: 30px 0; }
  .newsmore p {
    margin-bottom: 10px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .newsmore a {
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .newsmore a:hover {
      text-decoration: underline; }
  .newsmore .icon {
    margin: 0 0 0 20px;
    padding: 0;
    background-position: 0 !important; }

.newsmore-icon {
  text-align: right; }

.newsmore-icon .icon-text-wb {
  width: 20px;
  height: 17px;
  background:  no-repeat center; }

.newsmore-icon .icon-text-wx {
  width: 20px;
  height: 17px;
  background:  no-repeat center; }

/* 员工风采 */
.about-pro-cont {
  padding-top: 50px;
  background: #efefef; }

.aboutelegant-list {
  margin: 0 -10px; }
  .aboutelegant-list li {
    margin: 0 10px 20px;
    float: left;
    width: calc(25% - 20px);
    text-align: center; }
    /*.aboutelegant-list li p {
      padding: 20px 0;
      font-size: 16px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }*/

      /*2017年9月21日17:09:33 员工风采新增时间和文字 */
      .aboutelegant-list li a {
        display: block;
        border: 1px solid #ddd;
      }
      .aboutelegant-list li a:hover .kd-ygfc {
        background: #f6f6f6;
      }
      .kd-ygfc {
        padding: 0 10px 10px;
        overflow: hidden;
      }
      .kd-ygfc .title {
       margin-top: 20px;
      font-size: 16px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      }
      .kd-ygfc p {
        margin-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    color: #999;
    text-align: left;
      }
    .aboutelegant-list li a:hover {
      color: #e60012; }

.about-pro-list {
  margin: 0 -10px; }
  .about-pro-list li {
    margin: 0 10px 20px;
    float: left;
    width: calc(25% - 20px); }
    .index-pro-item img {
      transition: all .5s ease;
    }

/*2017年9月21日14:03:27*/
    .kd-pro-imgbox {
      overflow: hidden;
    }
    .about-pro-list li:hover img {
      transition: all .5s ease;
      transform: scale(1.1);
    }

.about-pro-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  text-align: center;
  transition: all .25s ease; }
  .about-pro-box span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.icon-tool {
  width: 63px;
  height: 63px;
  background:  no-repeat center; }

/* 产品中心 */
.aboutpro-list {
  margin: 0 -10px 30px; }
  .aboutpro-list li {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
    float: left; }

.aboutpro-list-box {
  padding: 20px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box; }
  .aboutpro-list-box > a {
    display: block;
    float: left;
    width: calc(50% - 10px); }
  .aboutpro-list-box .aboutpro-list-title {
    font-size: 16px;
    color: #333; }
  .aboutpro-list-box p {
    margin-bottom: 15px;
    color: #666;     word-wrap: break-word;}
    .aboutpro-list-box p a {
      color: #e60012; }
      .aboutpro-list-box p a:hover {
        text-decoration: underline; }

.aboutpro-list-text {
  margin-left: calc(50% + 10px); }

/* 产品中心详情 */
.promain-cont {
  border-bottom: 1px solid #d8d8d8; }
  .promain-cont .abouttext-title {
    margin-bottom: 20px; }
  .promain-cont p {
    text-indent: 0;
    color: #666;
    line-height: 1.5; }

.pro-table {
  margin: 30px 0 20px;
  padding-top: 15px;
  border-top: 1px solid #d8d8d8;
  width: 100%; }
  .pro-table th {
    padding: 12px 0;
    font-weight: normal;
    font-size: 16px;
    color: #e60012; }
  .pro-table td {
    padding: 6px 0;
    color: #666; }

.promain-other-main {
  margin: 0 -10px; }

.promain-other-item {
  margin: 0 10px;
  text-align: center; }
  .promain-other-item p {
    padding: 20px 0;
    font-size: 16px; }

/* 工程案例 */
.work-list {
  margin-bottom: 30px; }
  .work-list h3 {
    margin-bottom: 15px; }
  .work-list p {
    margin-top: 0; }

/* 投资者关系 */
.price-item {
  padding-top: 20px;
  margin-bottom: 60px; }

.price-item-box {
  border: 1px solid #999; }

.price-box-title {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  background: #999;
  color: #fff;
  font-size: 16px; }
  .price-box-title p small {
    margin-left: 30px;
    font-size: 12px; }

.price-main {
  padding: 20px;
  border-bottom: 1px solid #999; }

.price-time .num > * {
  margin-left: 7px;
  float: right; }
.price-time .num .arrow {
  margin-top: 6px;
  width: 21px;
  height: 28px;
  background: no-repeat center; }
.price-time .num .arrow_up {
  background-image: ; }
.price-time .num .many {
  font-size: 36px;
  line-height: 40px; }
.price-time .num .change {
  font-size: 12px;
  line-height: 20px; }
.price-time .num .up {
  color: #ff0103; }
.price-time .time {
  margin: 10px 0 0 10px;
  color: #666; }

.price-table {
  color: #666; }
  .price-table tr > * {
    padding: 7px 0; }
  .price-table th {
    text-align: right;
    font-weight: normal; }
  .price-table td {
    text-align: left; }

.price-showimg {
  padding: 20px;
  text-align: center; }
  .price-showimg img {
    max-width: 100%;
    display: block; }

.price-table1 {
  border: 1px solid #999;
  width: 100%;
  text-align: center;
  border-collapse: collapse; }
  .price-table1 td, .price-table1 th {
    padding: 12px 5px;
    border: 1px solid #999;
    color: #666; }
  .price-table1 th {
    background: #999;
    color: #fff;
    border-right-color: #fff;
    font-size: 16px; }
    .price-table1 th:last-child {
      border-right-color: #999; }
  .price-table1 .small-text {
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px; }

.table1-one {
  margin-top: 10px;
  font-size: 0; }
  .table1-one span {
    display: inline-block;
    width: 33.33333%;
    font-weight: normal;
    font-size: 14px; }

.price-table2 {
  border: 1px solid #999;
  width: 100%;
  text-align: right;
  border-collapse: collapse; }
  .price-table2 th {
    padding: 12px 0;
    border: 1px solid #fff;
    border-left: 1px solid #999;
    background: #999;
    color: #fff;
    font-size: 16px;
    text-align: center; }
    .price-table2 th:last-child {
      border-right-color: #999; }
  .price-table2 td {
    padding: 12px 20px;
    border: 1px solid #999;
    color: #666; }
    .price-table2 td:nth-of-type(1) {
      text-align: left; }
  .price-table2 .thbg td {
    color: #fff;
    border: 1px solid #fff;
    border-left: 1px solid #999;
    background: #999; }
    .price-table2 .thbg td:last-child {
      border-right-color: #999; }

.price-table2.price-def td {
  text-align: center; }
  .price-table2.price-def td:nth-of-type(2) {
    text-align: left; }

.price-small {
  margin-bottom: 15px;
  display: block;
  font-weight: bold; }

/* 临时公告 */
.notice-list {
  padding-bottom: 50px; }
  .notice-list li {
    padding: 25px 0;
    border-bottom: 1px dashed #d8d8d8; }
    .notice-list li .notice-title {
      margin-right: 100px;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px; }
      .notice-list li .notice-title:hover {
        text-decoration: underline; }
    .notice-list li span {
      color: #e60012; }

/* 公告详情 */
.notice-text p {
  text-indent: 0; }

/* 定期公告 */
.notice1-list {
  margin: 0 -10px;
  padding-bottom: 30px; }
  .notice1-list li {
    margin: 0 10px 20px;
    padding: 20px;
    border: 1px solid #d8d8d8;
    float: left;
    width: calc(50% - 20px);
    box-sizing: border-box; }

.notice1-box img {
  width: 50px; }
.notice1-box .notice1-text {
  margin-left: 70px; }
  .notice1-box .notice1-text p {
    font-size: 16px; }
  .notice1-box .notice1-text .notice1-time {
    margin-top: 15px;
    font-size: 14px;
    color: #666; }

/* 联系我们 */
.contact-text {
  width: 35%; }
  .contact-text p {
    line-height: 2;
    color: #666; }
  .contact-text .big {
    font-size: 20px; }

.contact-img {
  width: 60%; }
  .contact-img img {
    width: 100%;
    display: block; }

/* 股东咨询 */
.contact-form {
  width: 60%;
  font-size: 0; }

.contact-form-item {
  margin: 0 0 20px 20px;
  display: inline-block;
  width: calc(50% - 20px);
  font-size: 14px; }
  .contact-form-item label {
    display: block; }
  .contact-form-item input {
    margin-top: 10px;
    padding: 0 15px;
    border: 1px solid #d8d8d8;
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: block;
    box-sizing: border-box; }
  .contact-form-item select{
      margin-top: 10px;
      padding: 0 15px;
      width: 100%;
    height: 44px;
    line-height: 44px;
  }

  .contact-form-item.def-col {
    width: calc(100% - 20px); }
    .contact-form-item.def-col textarea {
      margin-top: 10px;
      padding: 15px;
      border: 1px solid #d8d8d8;
      width: 100%;
      box-sizing: border-box;
      resize: none; }

.contact-btn {
  border: 1px solid transparent;
  display: inline-block;
  width: calc(50% - 20px);
  height: 50px;
  line-height: 48px;
  background: #e60012;
  color: #fff;
  text-align: center;
  box-sizing: border-box; }
  .contact-btn:hover {
    border-color: #e60012;
    color: #e60012;
    background: transparent; }

/* 联系我们 */
.aboutcontact-list {
  width: calc(50% - 15px); }
  .aboutcontact-list > li {
    margin-bottom: 18px;
    overflow: hidden; }

.aboutcontact-title {
  font-size: 20px;
  color: #e60012;
  font-weight: bold; }

.aboutcontact-box-title {
  padding: 12px 0;
  border-bottom: 1px solid #d8d8d8; }
  .aboutcontact-box-title p {
    line-height: 1.5; }
  .aboutcontact-box-title .cn {
    font-weight: bold; }
  .aboutcontact-box-title .en {
    color: #777774; }

.aboutcontact-box-cont ul p {
  padding-left: 25px;
  background: no-repeat left center;
  line-height: 2;
  color: #666;
  position: relative; }
  .aboutcontact-box-cont ul p::before {
    content: '';
    font-size: 0;
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    background: no-repeat center; }
  .aboutcontact-box-cont ul p.address::before {
    background-image: ; }
  .aboutcontact-box-cont ul p.address .baidu {
    margin-left: 10px;
    padding: 3px 10px 3px 25px;
    border: 1px solid #efefef;
    display: inline-block;
    background:  no-repeat 5px center;
    color: #666;
    line-height: 1.5; }
    .aboutcontact-box-cont ul p.address .baidu:hover {
      border-color: #e60012;
      color: #e60012; }
  .aboutcontact-box-cont ul p.youx::before {
    background-image: ; }
  .aboutcontact-box-cont ul p.phone::before {
    background-image: ; }
  .aboutcontact-box-cont ul p.mail::before {
    background-image: ; }
  .aboutcontact-box-cont ul p.link::before {
    background-image: ; }
  .aboutcontact-box-cont ul p.link a {
    color: #666; }
    .aboutcontact-box-cont ul p.link a:hover {
      text-decoration: underline; }
  .aboutcontact-box-cont ul p.tel::before {
    background-image: ; }
  .aboutcontact-box-cont ul p.cz::before {
    background-image: ; }
  .aboutcontact-box-cont ul p.email::before {
    background-image: ; }

.aboutcontact-other {
  margin-top: 60px; }
  .aboutcontact-other .aboutcontact-other-link {
    padding: 8px 0;
    background: no-repeat left center;
    background-size: 20px;
    margin-bottom: 15px;
    font-size: 0; }
    .aboutcontact-other .aboutcontact-other-link a {
      width: 50%;
      display: inline-block;
      color: #e60012;
      font-size: 16px; }
      .aboutcontact-other .aboutcontact-other-link a:hover {
        text-decoration: underline; }

.aboutcontact-return a {
  padding: 5px 15px;
  border: 1px solid #d8d8d8;
  display: inline-block;
  color: #e60012; }
  .aboutcontact-return a:hover {
    border-color: #e60012;
    background: #e60012;
    color: #fff; }

/* 在线留言 */
.contact-text .aboutcontact-box-title {
  border-bottom: none; }
  .contact-text .aboutcontact-box-title p {
    color: #333; }

.prompt-text {
  margin: 0 0 35px 20px;
  font-size: 14px;
  color: #999; }

/* 搜索 */
.aboutsearch-box {
  margin: 0 85px;
  font-size: 0;
  text-align: center; }
  .aboutsearch-box input {
    display: inline-block; }
  .aboutsearch-box .aboutsearch-text {
    padding: 0 15px;
    border: 2px solid #e60012;
    height: 44px;
    line-height: 40px;
    width: calc(100% - 173px);
    box-sizing: border-box;
    font-size: 14px; }
  .aboutsearch-box .aboutsearch-btn {
    padding: 0;
    border: none;
    width: 88px;
    height: 44px;
    line-height: 44px;
    background: #e60012;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px; }

.aboutsearch-result p {
  text-align: center; }
  .aboutsearch-result p em {
    margin: 0 3px;
    color: #e60012; }

.aboutsearch-list {
  padding-bottom: 50px; }
  .aboutsearch-list li {
    padding: 30px 0;
    border-bottom: 1px dashed #d8d8d8; }
    .aboutsearch-list li .aboutsearch-time {
      padding: 0 20px;
      color: #666; }
    .aboutsearch-list li a {
      margin-left: 10px; }
      .aboutsearch-list li a:hover {
        text-decoration: underline; }

/* 科研实力插件 */
.sp-thumbnail-container .sp-thumbnail {
  border: 1px solid transparent; }

.sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail {
  border-color: #e60012; }

/* 普通页 */
.list-wrap {
  margin: 0 auto;
  padding-bottom: 30px;
  width: 1000px; }

/* 1200 */
@media (max-width: 1200px) {
  .index-wrap,
  .header-wrap,
  .ft-other-wrap,
  .ft-wrap,
  .list-wrap,
  .headersub-wrap,
  .about-course-wrap,
  .about-other-wrap,
  .about-scien-wrap {
    width: 900px; }

  .hd-menu-list > ul > li {
    margin-left: 15px; } }
@media (max-width: 1024px) {
  .index-wrap,
  .header-wrap,
  .ft-other-wrap,
  .ft-wrap,
  .list-wrap,
  .headersub-wrap,
  .about-course-wrap,
  .about-other-wrap,
  .about-scien-wrap {
    width: 800px; }

  .hd-menu-list > ul > li {
    margin-left: 10px;
    font-size: 14px; }

  .about-course-list li .course-time {
    font-size: 30px; } }
@media (max-width: 768px) {
  .header {
    display: none; }
  .index-title small {
    text-align: left;
  }
  /* 先隐藏 */
  .headersub {
    display: none; 
  }
  
  .about-banner-text {
    
  }
  .about-banner-text .about-banner-int{display:none;}
  .about-banner-text .about-banner-title{font-size: 18px;}

  .index-wrap,
  .header-wrap,
  .ft-other-wrap,
  .ft-wrap,
  .list-wrap,
  .headersub-wrap,
  .about-course-wrap,
  .about-other-wrap,
  .about-scien-wrap {
    margin: 0 15px;
    padding: 15px 0;
    width: auto; }

  .news-tab-nav {
    padding-bottom: 10px; }
    .news-tab-nav ul {
      margin-top: 10px;
      width: 100%; }
      .news-tab-nav ul > li {
        margin: 0;
        width: 33.33333%;
        text-align: center; }
        .news-tab-nav ul > li a {
          display: inline-block; }

  .news-tab-cont,
  .sever-list {
    margin: 0 -8px; }

  .news-owl-item {
    margin: 0 8px;
    padding-bottom: 15px; }
    .news-owl-item p {
      margin-top: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }

  .index-title h2 {
    font-size: 24px; }

  .sever-owl-item ul,
  .pro-tab-cont ul,
  .about-list ul,
  .about-pro-list,
  .aboutpro-list,
  .aboutsketch-list,
  .notice1-list,
  .aboutelegant-list {
    margin: 0 -8px; }
    .sever-owl-item ul li,
    .pro-tab-cont ul li,
    .about-list ul li,
    .about-pro-list li,
    .aboutpro-list li,
    .aboutsketch-list li,
    .notice1-list li,
    .aboutelegant-list li {
      margin: 0 8px 15px;
      width: calc(50% - 16px); }

  .index-pro-item > p,
  .pro-tab-cont ul li p,
  .about-list ul li p {
    padding: 8px 0;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .pro-tab-nav {
    margin-top: 15px;
    padding-bottom: 0;
    text-align: left; }

  .pro-tab-nav ul li {
    margin-bottom: 12px; }

  .kd-list li a::before {
    bottom: -6px; }

  .about-company {
    display: none; }

  .aboutsurvey-hd {
    padding: 20px 15px 10px; }
    .aboutsurvey-hd + .mt50 {
      margin: 0 !important; }

  .index-title h2 {
    font-size: 20px; }

  .aboutsurvey-hd-list {
    padding-bottom: 0; }

  .notice-list li {
    padding: 15px 0; }
    .notice-list li .notice-title {
      font-size: 14px; }

  .title-time {
    margin-top: 15px;
    font-size: 12px; }

  .newsmain-text {
    padding-bottom: 15px; }
    .newsmain-text p {
      margin: 8px 0; }

  .newsmore-page {
    float: none; }

  .newsmore {
    margin: 15px 0; }

  .newsmore-icon {
    float: none; }
    .newsmore-icon p {
      text-align: left; }
    .newsmore-icon .icon {
      margin: 0 15px 0 0; }

  .aboutsurvey-hd-list li {
    margin: 0 6px 15px; }

  .promain-other-item p {
    padding: 8px 0;
    font-size: 14px; }

  .about-pro-cont {
    padding-top: 15px; }

  .aboutpro-list-box {
    padding: 10px; }
    .aboutpro-list-box > a {
      margin-bottom: 10px;
      float: none;
      width: 100%; }
    .aboutpro-list-box p {
      margin-bottom: 10px; }

  .aboutpro-list-text {
    margin: 0; }

  .aboutcourse-tab-nav li {
    margin-bottom: 15px;
    float: none;
    width: 100%; }

  .aboutcourse-box {
    margin-left: 90px;
    padding: 15px; }
    .aboutcourse-box .yeartime {
      top: 14px;
      left: -80px;
      font-size: 14px; }

  .aboutsurvey-text > p {
    margin-top: 15px; }

  .newsmain-text .def-text {
    margin-top: 20px; }

  .aboutsketch-list li p {
    padding: 8px 0;
    font-size: 14px; }

  .abouttext-title {
    font-size: 18px;
    margin-bottom: 15px; }

  #example {
    margin: 15px 0 25px; }

  .three-item {
    margin: 8px; }

  .scien-box {
    margin: 15px -8px; }

  .aboutcontact-list {
    float: none;
    width: 100%; }

  .aboutcontact-other {
    margin: 25px 0; }

  .contact-text, .contact-form {
    margin-bottom: 15px;
    width: 100%;
    float: none; }

  .contact-form {
    margin-left: -15px;
    width: calc(100% + 15px); }

  .contact-form-item {
    margin: 0 0 15px 15px;
    width: calc(50% - 15px); }
    .contact-form-item.def-col {
      width: calc(100% - 15px); }

  .prompt-text {
    margin: 0 0 20px 15px; }

  .aboutsearch-box {
    margin: 0; }

  .aboutsearch-list li {
    padding: 15px 0; }
    .aboutsearch-list li a {
      margin-left: 90px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block; }
    .aboutsearch-list li .aboutsearch-time {
      padding-left: 0; }

  .notice1-list li {
    padding: 10px; }

  .notice1-box .notice1-text {
    margin-top: 10px;
    margin-left: 0; }
    .notice1-box .notice1-text .notice1-time {
      margin-top: 10px;
      font-size: 12px; }
  .notice1-box img {
    margin: 0 auto;
    width: auto;
    float: none; }

  .contact-img {
    width: 100%;
    float: none; }

  .price-main {
    padding: 5px; }

  .price-table tr > * {
    padding: 4px;
    text-align: left; }

  .price-showimg {
    padding: 5px; }

  .price-table1 th {
    font-size: 12px; }

  .price-item {
    margin-bottom: 10px;
    font-size: 12px; }

  #aboutnews-list {
    margin: 0 -8px; }
    #aboutnews-list .news-owl-item {
      width: calc(50% - 16px); }

  .news-owl-item h3 {
    margin-top: 15px; }

  .aboutelegant-list li p {
    font-size: 14px; }

  .about-course-list {
    margin-top: 15px; }
    .about-course-list li {
      margin-bottom: 10px;
      float: none;
      width: 100%; }
      .about-course-list li p {
        font-size: 14px; }
        .about-course-list li p.mt30 {
          margin-top: 10px !important; }
      .about-course-list li .course-time {
        font-size: 18px; }

  .about-other-company {
    margin: 0 -8px; }

  .about-company-cont .news-owl-item {
    margin: 0 8px; }

  .icon-textleft {
    left: 0; }

  .icon-textright {
    right: 0; }

  .about-scien-item a {
    margin: 0 8px; }

  .about-scien-cont {
    margin: 0 -8px; }

  .btn-more {
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 12px; }
    .btn-more .icon-right {
      margin-left: 30px;
      vertical-align: middle; }

  .index-banner-text {
   
  }
  .index-banner-text .index-banner-title {
    font-size: 14px;
  }
   .index-banner-text small {
    font-size: 12px; 
  }

  .ft-list > li {
    display: none; }
    .ft-list > li:last-child {
      padding-top: 10px;
      display: block;
      width: 100%;
      font-size: 0;
      text-align: center; }
      .ft-list > li:last-child .ft-list-title {
        margin-bottom: 15px;
        padding-bottom: 0; }
        .ft-list > li:last-child .ft-list-title::before {
          height: 0; }
      .ft-list > li:last-child img {
        margin: 0 auto;
        width: auto;
        max-width: 100%; }
      .ft-list > li:last-child li {
        display: inline-block;
        width: 50%;
        font-size: 14px; }

  .ft-wrap.mt50 {
    margin-top: 10px !important;
    padding: 0; }

  .ft-int > span {
    margin-top: 10px;
    display: block;
    float: none;
    line-height: 1.5; }

  .sever-list {
    font-size: 0; }
    .sever-list .index-pro-item {
      margin: 0 8px;
      display: inline-block;
      width: calc(50% - 16px); }

  .promain-other-main {
    margin: 0 -8px; }

  .promain-other-item {
    margin: 0 8px; } }
/*移动端头部*/
.move-header {
  border-bottom: 1px solid #d8d8d8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
  z-index: 10; }

.move-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  left: -52%;
  overflow: hidden;
  width: 50%;
  height: 100%;
  padding: 0;
  background: #333;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  overflow-y: scroll; }

.move-header-wrap {
  position: relative; }

.move-header-search {
  position: absolute;
  right: 0;
  top: 0; }
  .move-header-search span {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: block;
    background:  no-repeat center;
    box-sizing: border-box; }

.move-header-logo {
  margin: 0 60px; }
  .move-header-logo a {
    padding: 10px 0;
    display: block;
    height: 40px;
    box-sizing: border-box; }
    .move-header-logo a img {
      margin: 0 auto;
      height: 100%;
      display: block; }

/* 搜索框 */
.movenav-search-box {
  border-top: 1px solid #e60012;
  position: relative;
  display: none; }
  .movenav-search-box .movenav-search-boxtext {
    padding: 0 0 0 15px;
    border: 0;
    width: 100%;
    height: 40px;
    vertical-align: top;
    background-color: transparent;
    outline: none !important; }
  .movenav-search-box .movenav-search-boxbtn {
    padding: 10px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    background:  no-repeat center; }
  .on > .movenav-search-box {
    display: block; }

@media (max-width: 768px) {
  .move-menu {
    display: block; 
  }
}

.move-menu.on {
  left: 0; }

.move-menu > ul {
  padding: 20px 0 40px 0; }
  .move-menu > ul > li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .move-menu > ul > li > a {
      margin-right: 40px;
      display: block;
      overflow: hidden;
      padding: 10px 5px 10px 20px;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: rgba(255, 255, 255, 0.6);
      font-size: .75rem;
      line-height: 20px; }

.move-menu .mm-subopen {
  margin: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 40px;
  height: 41px;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.move-menu a.mm-subopen::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  border-color: rgba(0, 0, 0, 0.15); }

.move-menu a.mm-subopen::after {
  position: absolute;
  top: 13px;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 2px solid transparent;
  border-color: rgba(255, 255, 255, 0.3);
  right: 15px;
  border-top: 0;
  border-right: 0; }

.move-two-menu {
  display: none; }

.move-two-menu > li {
  margin-right: 39px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  height: 40px;
  line-height: 40px; }

.move-two-menu > li > a {
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: .75rem; }

.csmb {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  /*opacity: 0;*/ }

@media (max-width: 768px) {
  .move-header {
    display: block; }

  .content {
    margin-top: 41px; } }
.move-nav {
  position: absolute;
  top: 0;
  left: 0; }
  .move-nav a {
    width: 40px;
    height: 40px;
    display: block;
    background: url(/uploads/image/pgimg/nav_bg.png) no-repeat center;
    background-size: 100% 100%; }

/* 移动端内页导航 */
.move-headersub {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  background-color: #333;
  display: none;
  z-index: 1; }

@media (max-width: 768px) {
  .cont-sub {
    margin-top: 80px; }

  .move-headersub {
    display: block; } }
.move-headersub-list {
  margin: 0 15px; }
  .move-headersub-list > li {
    margin-right: -1px;
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    float: left;
    position: relative; }
    .move-headersub-list > li a {
      padding: 10px;
      display: block;
      line-height: 20px;
      color: rgba(255, 255, 255, 0.6); }

.move-headersub-2 {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #333;
  z-index: 1;
  display: none; }
  .move-headersub-2 li {
    border-top: 1px solid rgba(0, 0, 0, 0.15); }

.on .move-headersub-2 {
  display: block; }

/* 2017年8月10日15:24:18 */
.base-two .aboutcontact-list {
  margin: 0 -15px;
  /*font-size: 0;*/

  width: calc(100% + 30px); }
  .base-two .aboutcontact-list > li {
    margin: 0 15px 18px;
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 30px); }

/* 搜索页 2017年8月11日10:02:34 */
.aboutsearch-box #module {
  margin-right: -2px;
  border: 2px solid #e60012;
  height: 44px;
  width: 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*# sourcemappingurl=main.css.map */

/* 2017年8月29日10:08:21 */
/*.index-pro-item:hover .sever-box {
  top: 50%;
}*/

/*2017年8月29日15:35:45*/
.news-owl .news-owl-item p {
  height: 62px;
}

/*2017年9月7日10:36:16*/
.hd-menu-other .home {
  margin-right: 20px;
  color: #999;
  display: inline-block;
}

.hd-menu-other .home:hover {
  color: red;
}

.ft-fortop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #0f0f0f;
  color: #fff;
  z-index: 10;
}

/*2017年9月21日11:42:58  首页业务领域图片交互  */
.sever-list .index-pro-item a {
  display: block;
  overflow: hidden;
}
.sever-list .index-pro-item img {
  -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
}
.sever-list .index-pro-item:hover img {
  transform: scale(1.1);
  -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
}

/*详情页内容宽度缩小*/
.kd-prom-wrap {
  width: 800px;
}

@media (max-width: 768px) {
  .kd-prom-wrap {
    width: auto;
  }
}

