@charset "UTF-8";
/*--------------------通用---------------------*/
.fl {
  float: left; }

.fr {
  float: right; }

.por {
  position: relative; }

.poa {
  position: absolute; }

.db {
  display: block; }

.dib {
  display: inline-block !important; }

.clearfix {
  clear: both; }

body {
  font: 12px/1.5 微软雅黑, Verdana, Arial, Helvetica, sans-serif, FontAwesome;
  overflow: hidden;
  overflow-y: visible;
  background: #fff;
  position: relative;
  color: #333; }

h2, h3, h4 {
  margin: 0;
  line-height: 1; }

ul, ol {
  margin: 0;
  padding-left: 0; }

figure {
  margin: 0; }

li {
  list-style: none; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a:active {
  color: #fff; }

/*--------------------animation---------------------*/
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
/*--------------------default---------------------*/
.web-wrap {
  padding-bottom: 100px; }

#web section img {
  width: 100%;
  vertical-align: top; }

/*--------------------page_loading---------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: url("../images/logobg.gif") center center no-repeat; }

/*--------------------header---------------------*/
.header {
  z-index: 9;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .header .epd-container {
    width: 890px;
    margin: 0 auto;
    height: 100px;
    position: relative; }
  .header .logo {
    height: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
    cursor: pointer; }
  .header .logo img {
    height: inherit; }
  .header .menu {
    position: absolute;
    right: 0;
    top: 50%;
    height: 32px;
    margin-top: -16px; }

.epd-ul li {
  float: left;
  margin: 0 25px;
  line-height: 32px;
  text-align: center; }

.epd-ul li a {
  position: relative;
  display: inline-block;
  width: 100%; }

.epd-ul span {
  display: block;
  width: 100%;
  height: inherit;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  white-space: nowrap; }

.epd-ul em {
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateZ(0, 0, 0); }

.epd-ul li:hover,
.epd-ul li.on {
  border-bottom: 2px solid #fff; }

.menu .ff_li:last-child span {
  padding-left: 15px; }

.pubu_content .ff_li span {
  bottom: 0;
  left: -12px; }

.pubu_content .ff_li:last-child span {
  bottom: 0;
  left: 0; }

/*--------------------banner---------------------*/
.flash {
  width: 100%;
  overflow: hidden;
  display: none; }

.flash img {
  width: 100%; }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

#edition-en .header .logo {
  height: 60px;
  margin-top: -30px; }

/*--------------------indexbanner---------------------*/
#index_T {
  position: absolute;
  left: 50%;
  margin-left: -320px;
  top: 40%;
  opacity: 0;
  height: 0;
  margin-top: 18px;
  overflow: hidden; }

#index_T1 {
  position: absolute;
  left: 50%;
  margin-left: -320px;
  top: 42%;
  margin-top: 36px;
  overflow: hidden;
  opacity: 0;
  height: 0;
  width: 694px; }

#index_T1 img {
  position: absolute;
  top: -48px; }

.hidden {
  width: 100%;
  opacity: 0;
  display: block; }

.banner ul#pic a {
  display: block; }
.banner ul#pic img {
  vertical-align: top;
  width: 100%; }

/* swiper 默认 */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 128px; }

.swiper-pagination {
  z-index: 999px; }

.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #000;
  opacity: 1; }

.swiper-pagination-bullet-active {
  background: #000;
  border: 1px solid #000; }

/*--------------------right-side---------------------*/
.right-side {
  width: 190px;
  background-image: url("../images/navico.png");
  background-repeat: repeat-y;
  background-position: -115px 0px;
  position: fixed;
  top: 0px;
  z-index: 12;
  right: -300px;
  padding-top: 90px;
  padding-left: 20px; }
  .right-side .right-side-close {
    width: 20px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 2px;
    background-image: url("../images/navico.png");
    background-position: -337px 0px; }
  .right-side ul {
    display: none; }
  .right-side li {
    float: left;
    margin-left: 10px;
    line-height: 32px;
    vertical-align: middle;
    clear: both;
    font-size: 12px;
    width: 180px;
    cursor: pointer; }
    .right-side li a {
      display: block;
      color: #ccc;
      text-transform: capitalize; }
    .right-side li a:hover {
      color: #404199; }
    .right-side li.on a:hover {
      color: #ccc; }

/*--------------------about---------------------*/
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 29, 0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  #lightbox[visible="hidden"] {
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
  #lightbox[visible="on"] {
    z-index: 99999;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  #lightbox #lightbox_con {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 730px;
    height: 520px;
    background-color: #000; }
    #lightbox #lightbox_con #gundong div {
      width: 500px;
      margin: 0 auto;
      padding: 60px 0; }
      #lightbox #lightbox_con #gundong div p {
        color: #fff;
        font-size: 14px;
        line-height: 30px; }

/*--------------------about---------------------*/
#about article {
  width: 800px;
  margin: 0 auto; }

/*--------------------news---------------------*/
#news .news-list {
  padding: 125px 0;
  width: 900px;
  margin: 0 auto; }
  #news .news-list li {
    width: 200px;
    float: left;
    overflow: hidden;
    margin-right: 25px;
    margin-bottom: 15px; }
    #news .news-list li a {
      display: block; }
    #news .news-list li span {
      display: block;
      overflow: hidden;
      height: 190px; }
    #news .news-list li img {
      width: 100%; }
    #news .news-list li figure {
      margin: 0;
      margin-right: 1%; }
    #news .news-list li p {
      color: #fff;
      font-size: 12px;
      line-height: 1.5; }

/*--------------------pro---------------------*/
#pro .pro-list {
  background-color: #fff; }
  #pro .pro-list div a {
    display: block;
    height: inherit;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4); }
  #pro .pro-list div a:hover {
    background-color: rgba(0, 0, 0, 0.25); }
  #pro .pro-list div figure {
    position: absolute;
    left: 90px;
    top: 170px;
    text-align: left; }
    #pro .pro-list div figure h2 {
      padding-top: 15px;
      font-family: "黑体";
      font-weight: normal;
      font-size: 42px;
      line-height: 40px;
      text-transform: uppercase; }
  #pro .pro-list div article {
    position: absolute;
    left: 90px;
    width: 300px;
    line-height: 20px;
    font-size: 14px; }
  #pro .pro-list .owl-prev,
  #pro .pro-list .owl-next {
    position: fixed;
    height: 73px;
    width: 80px;
    overflow: hidden;
    background-image: url(../images/projectScroll.png);
    background-repeat: no-repeat;
    bottom: 170px;
    z-index: 12;
    user-select: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    background-position: 20px 0; }
    #pro .pro-list .owl-prev:hover,
    #pro .pro-list .owl-next:hover {
      border: 0;
      outline: none; }
    #pro .pro-list .owl-prev span,
    #pro .pro-list .owl-next span {
      display: none;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0); }
  #pro .pro-list .owl-next {
    right: 70px; }
  #pro .pro-list .owl-prev {
    left: 44px;
    background-position: -90px 0px; }

/*--------------------pro-list---------------------*/
.pro-list-in a {
  display: block; }
.pro-list-in img {
  width: 100%;
  vertical-align: top; }
.pro-list-in li {
  margin-bottom: 3px; }
.pro-list-in div {
  background: rgba(0, 0, 0, 0.5);
  width: 100%; }
.pro-list-in h4 {
  color: #fff;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center; }

/*--------------------pro-article---------------------*/
.projectMore {
  z-index: 999;
  position: fixed;
  bottom: 100px;
  width: 100%;
  height: 165px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .projectMore.show {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  .projectMore em {
    font-style: normal; }
  .projectMore #projectInfoPanelSwitchOff {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    left: 212px;
    background-image: url(../images/projectItemico.png);
    background-position: 0px -24px;
    cursor: pointer; }
  .projectMore .projecMoreList {
    position: relative;
    float: left;
    width: 680px;
    margin-top: 50px;
    margin-left: 400.5px; }
    .projectMore .projecMoreList .cat-name {
      position: absolute;
      left: -220px;
      font-weight: bold; }
    .projectMore .projecMoreList li {
      float: left;
      width: 226px;
      height: 28px; }
  .projectMore .projectTo {
    margin-top: 106px;
    width: 100px;
    float: left; }
    .projectMore .projectTo a {
      color: #fff; }
  .projectMore a {
    color: #fff;
    font-size: inherit;
    position: relative;
    display: inline-block;
    width: 100%; }
    .projectMore a:hover em {
      text-decoration: underline; }
    .projectMore a span {
      position: absolute;
      display: block;
      width: 100%;
      height: inherit;
      left: 0;
      opacity: 0;
      color: #fff;
      visibility: hidden;
      font-size: 14px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .projectMore a em {
      text-transform: capitalize;
      color: #fff;
      font-size: 14px;
      font-style: normal;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      transform: translateZ(0, 0, 0); }

/*--------------------news-article---------------------*/
#news_con {
  width: 865px;
  margin: 100px auto 0; }
  #news_con article {
    font-size: 14px;
    line-height: 28px; }
    #news_con article table {
      border-collapse: collapse; }
    #news_con article .title {
      color: #ddd;
      font-size: 18px;
      font-weight: normal;
      text-align: center;
      margin: 0; }
    #news_con article .date {
      font-size: 12px;
      text-align: center;
      color: #ccc;
      margin-top: 10px;
      padding-bottom: 30px;
      border-bottom: 1px solid #eee; }
    #news_con article .body {
      margin: 50px 0 50px;
      font-size: 14px;
      line-height: 32px;
      color: #555; }
    #news_con article .body * {
      color: #ddd; }
    #news_con article .body p {
      font-size: 14px !important;
      color: #ddd;
      line-height: 32px; }
    #news_con article .body p span {
      font-size: 14px !important; }
    #news_con article .body img {
      max-width: 800px;
      display: block;
      margin: 0 auto; }

.contentnav {
  padding-top: 0;
  padding-bottom: 40px;
  text-align: center; }
  .contentnav div {
    display: inline-block; }
  .contentnav div:first-child + div {
    margin: 0 160px; }
  .contentnav a {
    display: block;
    width: 120px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #dcdcdc;
    color: #dcdcdc;
    user-select: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .contentnav div:first-child a:hover {
    text-indent: -10px; }
  .contentnav div:first-child + div + div a:hover {
    text-indent: 10px; }

#web.about img,
#web.contact img {
  width: auto; }

  .detail_prenext {
    text-align: center;
    padding-top: 30px;
  }
  
  .detail_prenext span {
    height: 30px;
    line-height: 30px;
    text-align: right;
  }
  
  .detail_prenext #pre {
    display: inline-block;
    background: url(../images/left-circle.png) no-repeat center left;
    padding-left: 24px;
  }
  
  .detail_prenext #next {
    display: inline-block;
    text-align: left;
    background: url(../images/right-circle.png) no-repeat right center;
    padding-right: 24px;
  }
  
  .detail_prenext #item {
    display: inline-block;
    background: url(../images/unordered-list.png) no-repeat center left;
    padding-left: 24px;
    margin: 0 90px;
  }
  
  .detail_prenext span a {
    text-decoration: none;
    color: #fff;
    display: block;
  }
  
  .detail_prenext span:hover a span {
    color: #fff;
  }
  
  .detail_prenext span a:hover {
    text-decoration: underline;
  }


@media screen and (min-width: 1660px) {
  .about {
    position: relative;
    height: calc(100% - 100px); }

  .about img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -490px; } }

/*# sourceMappingURL=css.css.map */
.service { color:#333; font-size: 18px;}
