@charset "UTF-8";
.red, a.red {
  color: #e41c1c; }

.box-shadow {
  box-shadow: 1px 1px 8px #ccc; }

@font-face {
  font-family: 'iconfont';
  src: url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/* 基础 */
/* 文本 */
/* 图片 */
/* css3动画 */
/* css3动画 - hover */
/* 以下是动画 */
body {
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background: #fff;
  min-width: 1200px; }

a {
  color: #333; }
  a:hover {
    color: #008875; }

input, textarea {
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 20px;
  color: #333; }

.inblock {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.main {
  margin-left: auto;
  margin-right: auto;
  width: 1000px; }
  @media (min-width: 1440px) {
    .main {
      width: 1200px; } }
  @media (min-width: 1600px) {
    .main {
      width: 1400px; } }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.clearafter::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.border-com {
  border: 1px solid #e5e5e5; }

.cartoon {
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s; }

.fc, a.fc {
  color: #008875; }

.sc, a.sc {
  color: #C9A063; }

.fcbtn, input.fcbtn {
  border: none;
  background: #008875;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  width: 130px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
  border-radius: 5px;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s; }
  .fcbtn:hover, input.fcbtn:hover {
    background: #C9A063; }

.specilcbtn {
  display: block;
  line-height: 50px;
  height: 50px;
  width: 130px;
  background: #008875;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .specilcbtn:after {
    content: attr(_text);
    position: absolute;
    left: 0;
    top: -100%;
    background: #C9A063;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    opacity: 0; }
  .specilcbtn:hover:after {
    top: 0;
    opacity: 1; }

.greybg {
  background: #e0e6eb; }

/* 常用模块 */
.comnav {
  display: block; }
  .comnav li {
    float: left; }
    .comnav li .tit {
      font-size: 16px;
      line-height: 100px;
      height: 100px;
      display: block;
      padding: 0 32px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      position: relative; }
    .comnav li .line_bg {
      position: absolute;
      left: 0;
      top: 100px;
      width: 100%;
      height: 60px;
      background: url("../images/initial/darkbg.png") repeat;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      opacity: 0;
      visibility: hidden; }
    .comnav li .line_down {
      position: relative;
      z-index: 5; }
      .comnav li .line_down menu {
        position: absolute;
        left: 50%;
        top: 100px;
        width: 1200px;
        margin-left: -600px;
        text-align: center;
        display: none; }
        .comnav li .line_down menu a {
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s;
          color: #fff;
          margin: 0 15px;
          line-height: 60px;
          font-size: 14px; }
          .comnav li .line_down menu a:hover {
            color: #2ec3ae; }
    .comnav li .list_down {
      position: relative; }
      .comnav li .list_down .list_down_one {
        position: absolute;
        left: 50%;
        top: 100px;
        width: 140px;
        margin-left: -70px;
        background: url("../images/initial/darkbg.png") repeat;
        padding: 10px 0; }
      .comnav li .list_down .list_down_one {
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px); }
      .comnav li .list_down:hover .list_down_one {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px); }
      .comnav li .list_down .list_down_tit {
        display: block;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 45px;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        color: #fff; }
        .comnav li .list_down .list_down_tit:hover {
          color: #2ec3ae; }
      .comnav li .list_down .list_down_two menu {
        position: absolute;
        left: 140px;
        top: 0;
        min-height: 100%;
        background: url("../images/initial/darkbg.png") repeat;
        width: 140px;
        padding: 10px 0;
        box-sizing: border-box;
        border-left: 1px solid #555; }
        .comnav li .list_down .list_down_two menu a {
          display: block;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s;
          color: #fff;
          line-height: 45px;
          padding: 0 10px 0 20px; }
          .comnav li .list_down .list_down_two menu a:hover {
            color: #2ec3ae; }
      .comnav li .list_down .list_down_two menu {
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        transform: translate(20px, 0px);
        -webkit-transform: translate(20px, 0px); }
      .comnav li .list_down .list_down_two:hover menu {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px); }
      .comnav li .list_down .list_down_two .list_down_tit {
        position: relative; }
        .comnav li .list_down .list_down_two .list_down_tit:after {
          content: '';
          width: 5px;
          height: 100%;
          background: #008875;
          position: absolute;
          right: 0;
          top: 0;
          opacity: 0;
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s; }
      .comnav li .list_down .list_down_two:hover .list_down_tit:after {
        opacity: 1; }
    .comnav li:hover .tit {
      color: #fff;
      background: #008875; }
    .comnav li:hover .line_bg {
      opacity: 1;
      visibility: visible; }
    .comnav li:hover .line_down menu {
      display: block; }
    .comnav li.sel .tit {
      color: #fff;
      background: #008875; }

.indexhead {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 70;
  width: 100%;
  height: 53px;
  padding-top: 50px; }
  .indexhead .logo {
    float: left;
    height: 53px;
    display: block; }
  .indexhead .comnav li .tit {
    line-height: 53px;
    height: 53px;
    color: #fff; }
  .indexhead .comnav li .line_bg {
    top: 103px; }
  .indexhead .comnav li .line_down menu {
    top: 53px; }
  .indexhead .comnav li .list_down .list_down_one {
    top: 53px; }
  .indexhead .comnav li:hover .tit {
    background: none;
    color: #fff;
    font-weight: bold; }
  .indexhead .comnav li.sel .tit {
    background: none;
    font-weight: bold;
    color: #fff; }
  .indexhead .menu {
    width: 53px;
    height: 53px;
    background: url("../images/menu.png") no-repeat center center;
    cursor: pointer; }
  .indexhead .main {
    width: 1200px; }

.comtop {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 70;
  width: 100%;
  height: 100px;
  box-shadow: 1px 1px 8px #ccc;
  background: #fff; }
  .comtop .logo {
    float: left;
    position: relative;
    top: 22px; }
  .comtop .topsearch {
    top: 30px;
    z-index: 10; }
  .comtop .main {
    width: 1200px; }

.comtop_bg {
  width: 100%;
  height: 100px;
  clear: both; }

.comfoot {
  width: 100%;
  background: #282828;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  color: #666; }
  .comfoot .box {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px; }
  .comfoot .info {
    float: left; }
    .comfoot .info .p1 {
      color: #323232;
      line-height: 75px;
      font-size: 72px;
      font-weight: bold; }
    .comfoot .info .p2 {
      font-size: 24px;
      line-height: 25px;
      color: #fff; }
    .comfoot .info .sys {
      float: left;
      width: 120px;
      text-align: center;
      color: #888; }
      .comfoot .info .sys img {
        display: block;
        width: 100%;
        margin-bottom: 10px; }
    .comfoot .info .things {
      float: left;
      padding: 10px 0 0 30px;
      color: #888;
      width: 400px; }
      .comfoot .info .things p {
        margin-bottom: 25px; }
  .comfoot ul {
    float: right; }
    .comfoot ul li {
      float: left;
      margin-left: 25px; }
      .comfoot ul li h3 {
        padding-right: 15px;
        border-bottom: 1px solid #666;
        font-weight: 400;
        line-height: 30px;
        height: 30px;
        padding-bottom: 10px;
        position: relative; }
        .comfoot ul li h3:after {
          content: '';
          width: 25px;
          position: absolute;
          left: 0;
          bottom: -1px;
          border-bottom: 1px solid #008875; }
        .comfoot ul li h3 a {
          font-size: 16px;
          color: #fff;
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s; }
          .comfoot ul li h3 a:hover {
            opacity: 0.5; }
      .comfoot ul li p {
        margin-top: 16px;
        white-space: nowrap; }
        .comfoot ul li p a {
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s;
          color: #888; }
          .comfoot ul li p a:hover {
            color: #fff; }
  .comfoot .line {
    clear: both;
    border-bottom: 1px solid #444;
    width: 100%; }
  .comfoot .bot {
    line-height: 55px;
    height: 55px;
    font-size: 12px;
    overflow: hidden; }
    .comfoot .bot a {
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #666; }
      .comfoot .bot a:hover {
        color: #fff; }

.downbox_sys {
  position: relative;
  cursor: pointer; }
  .downbox_sys section {
    width: 140px;
    padding: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -80px;
    box-shadow: 1px 1px 8px #ccc;
    text-align: center;
    color: #333;
    line-height: 30px;
    font-size: 12px; }
    .downbox_sys section img {
      display: block;
      width: 100%; }
  .downbox_sys .box {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px); }
  .downbox_sys:hover .box {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px); }

.comfloat {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 80; }
  .comfloat section {
    width: 50px;
    height: 50px;
    margin-bottom: 2px;
    background: #555;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    position: relative; }
    .comfloat section .iconfont {
      line-height: 50px;
      text-align: center;
      color: #fff;
      font-size: 26px;
      display: block;
      cursor: pointer; }
    .comfloat section .phone {
      position: absolute;
      right: 50px;
      top: 0;
      line-height: 50px;
      height: 50px;
      color: #fff;
      white-space: nowrap;
      font-size: 26px;
      background: #008875;
      padding: 0 15px; }
    .comfloat section .phone {
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      transform: translate(-20px, 0px);
      -webkit-transform: translate(-20px, 0px); }
    .comfloat section:hover .phone {
      opacity: 1;
      visibility: visible;
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px); }
    .comfloat section .sys {
      position: absolute;
      right: 50px;
      top: 0;
      white-space: nowrap;
      background: #008875;
      padding: 10px;
      width: 120px;
      text-align: center;
      color: #fff;
      font-size: 12px; }
      .comfloat section .sys img {
        display: block;
        width: 100%;
        margin-bottom: 5px; }
    .comfloat section .sys {
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      transform: translate(-20px, 0px);
      -webkit-transform: translate(-20px, 0px); }
    .comfloat section:hover .sys {
      opacity: 1;
      visibility: visible;
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px); }
    .comfloat section:hover {
      background: #008875; }
  .comfloat #floatbtn {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
  .comfloat .show {
    visibility: visible !important;
    opacity: 1 !important; }

.topsearch {
  position: relative;
  width: 40px;
  height: 40px; }
  .topsearch section {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    overflow: hidden;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    background: #fff;
    width: 40px;
    border: 1px solid #fff; }
    .topsearch section .iconfont {
      position: absolute;
      right: 0;
      top: 0;
      line-height: 40px;
      width: 40px;
      text-align: center;
      font-size: 24px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
    .topsearch section .sub {
      width: 40px;
      height: 40px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 3; }
    .topsearch section .text {
      position: absolute;
      right: 40px;
      top: 0;
      height: 40px;
      width: 150px; }
  .topsearch:hover section {
    width: 200px;
    border: 1px solid #ccc; }
  .topsearch:hover .iconfont {
    color: #008875; }

.pagebox {
  color: #666; }
  .pagebox a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 5px;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    background: #fff;
    border-radius: 5px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    color: #666;
    border: 1px solid #e5e5e5; }
    .pagebox a:hover, .pagebox a.sel {
      background: #008875;
      color: #fff; }
  .pagebox span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 5px; }
  .pagebox .text {
    height: 46px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 5px;
    width: 50px; }
  .pagebox .btn {
    border: none;
    background: #008875;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    width: 70px;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
    border-radius: 5px;
    margin-right: 5px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
    .pagebox .btn:hover {
      background: #333; }

/* 详情页 */
.conbanner {
  width: 100%;
  overflow: hidden;
  max-height: 600px;
  position: relative; }
  .conbanner i {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/initial/noimg.png") no-repeat center center;
    background-size: cover;
    height: 600px; }
  .conbanner img {
    display: block;
    width: 100%; }

.essaybox {
  color: #666;
  line-height: 30px; }
  .essaybox .tit {
    text-align: center;
    line-height: 40px;
    font-size: 32px;
    font-weight: 400;
    width: 1000px;
    margin: 0 auto; }
  .essaybox .time {
    width: 1000px;
    text-align: center;
    position: relative;
    margin: 20px auto 0;
    border-bottom: 1px solid #e5e5e5;
    height: 50px; }
    .essaybox .time .p1 {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      margin-right: 10px; }
    .essaybox .time .box {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding-left: 45px;
      min-width: 150px;
      position: relative; }
      .essaybox .time .box .sp1 {
        position: absolute;
        left: 0px;
        top: 0px;
        right: auto;
        bottom: auto; }
    .essaybox .time .bshare-custom {
      position: absolute;
      left: 45px;
      top: 5px;
      right: auto;
      bottom: auto; }
  .essaybox ul, .essaybox li {
    list-style: disc; }
  .essaybox ul {
    padding-left: 40px; }

.essaypage {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  padding-top: 25px; }
  .essaypage p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 35px;
    width: 45%; }
    .essaypage p a {
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #333;
      font-size: 16px; }
      .essaypage p a:hover {
        color: #008875; }

.mymap {
  background: #fff;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #eee;
  margin: 50px 0; }
  .mymap li {
    line-height: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px; }
    .mymap li .a1 {
      font-size: 16px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #008875;
      display: block;
      padding: 0 20px;
      background: #fafafa;
      border: 1px solid #eee;
      line-height: 50px; }
      .mymap li .a1:hover {
        color: #C9A063; }
    .mymap li .a2 {
      float: left;
      font-size: 14px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      margin: 20px 0 0 20px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #666; }
      .mymap li .a2:hover {
        color: #008875; }

.explist {
  float: left;
  width: 317px;
  overflow: hidden;
  margin: 0 25px 25px 0;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  display: block;
  position: relative;
  line-height: 30px; }
  .explist .img {
    display: block;
    height: 211px;
    overflow: hidden;
    width: 100%; }
    .explist .img img {
      max-width: none;
      min-width: 100%;
      min-height: 100%;
      display: block;
      transition: all 2s linear 0s;
      -webkit-transition: all 2s linear 0s;
      width: 100%; }
  .explist .a1 {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    display: block;
    margin: 15px 15px 10px; }
  .explist span {
    margin: 0 15px;
    color: #666;
    font-size: 20px; }
  .explist:hover .a1 {
    color: #008875; }
  .explist:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

.caselist {
  position: relative;
  line-height: 30px;
  overflow: hidden;
  height: 323px;
  box-shadow: 1px 1px 7px #ccc;
  margin-bottom: 50px; }
  .caselist .img {
    float: left;
    width: 570px;
    height: 323px;
    overflow: hidden; }
    .caselist .img img {
      max-width: none;
      min-width: 100%;
      min-height: 100%;
      display: block;
      width: 100%;
      transition: all 2s linear 0s;
      -webkit-transition: all 2s linear 0s; }
  .caselist section {
    float: right;
    width: 320px;
    margin: 50px 50px 0 0; }
    .caselist section a {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 24px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
    .caselist section p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      max-height: 90px;
      line-height: 30px;
      margin-top: 20px;
      font-size: 16px;
      color: #666; }
  .caselist:hover section a {
    color: #008875; }
  .caselist:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

.newslist {
  padding: 35px;
  position: relative;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  overflow: hidden;
  line-height: 30px;
  box-shadow: 1px 1px 8px #ccc;
  margin-bottom: 50px; }
  .newslist .a1 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    color: #000; }
  .newslist .p1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
    line-height: 30px;
    color: #666;
    font-size: 16px; }
  .newslist .time {
    font-size: 20px;
    margin: 20px 0;
    color: #666; }
  .newslist .img {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 450px;
    height: 300px;
    overflow: hidden; }
    .newslist .img img {
      max-width: none;
      min-width: 100%;
      min-height: 100%;
      display: block;
      transition: all 2s linear 0s;
      -webkit-transition: all 2s linear 0s;
      width: 100%; }
  .newslist:hover {
    border-color: #008875; }
    .newslist:hover .a1 {
      color: #008875; }
    .newslist:hover .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .newslist:hover .a2 {
      margin-left: 20px;
      color: #008875; }

.newslist_img {
  padding: 0 35px 0 490px;
  min-height: 300px; }
  .newslist_img .a1 {
    margin-top: 60px; }

.prolist {
  width: 100%;
  overflow: hidden; }
  .prolist a {
    float: left;
    position: relative;
    width: 488px;
    height: 326px;
    overflow: hidden;
    display: block;
    margin: 0 0 30px 0; }
    .prolist a:nth-child(even) {
      float: right; }
    .prolist a img {
      max-width: none;
      min-width: 100%;
      min-height: 100%;
      display: block;
      transition: all 2s linear 0s;
      -webkit-transition: all 2s linear 0s;
      width: 100%; }
    .prolist a p {
      position: absolute;
      bottom: 20px;
      left: 7%;
      width: 86%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 24px;
      color: #fff;
      line-height: 30px; }
    .prolist a:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }

/* js插件 */
.notice_adbox {
  width: 100%;
  height: 323px;
  background: #e1e7ec; }
  .notice_adbox .list {
    position: relative;
    line-height: 30px;
    overflow: hidden;
    height: 323px; }
    .notice_adbox .list .img {
      float: left;
      width: 570px;
      height: 323px;
      overflow: hidden; }
      .notice_adbox .list .img img {
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        display: block;
        width: 100%;
        transition: all 2s linear 0s;
        -webkit-transition: all 2s linear 0s; }
    .notice_adbox .list section {
      float: right;
      width: 320px;
      margin: 50px 50px 0 0; }
      .notice_adbox .list section a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #008875;
        font-size: 24px; }
      .notice_adbox .list section p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 90px;
        line-height: 30px;
        margin-top: 20px;
        font-size: 16px;
        color: #666; }
    .notice_adbox .list:hover .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
  .notice_adbox .pagination {
    position: absolute;
    z-index: 20;
    bottom: 50px !important;
    width: 370px !important;
    text-align: left;
    right: 0 !important;
    left: auto !important; }
  .notice_adbox .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
    opacity: 1; }
  .notice_adbox .swiper-pagination-bullet-active {
    background: #008875; }

.mainbanner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 450px; }
  .mainbanner menu {
    height: 100%; }
    .mainbanner menu a {
      display: block;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #fff;
      width: 100%;
      margin: 0 auto;
      background-size: cover;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      overflow: hidden; }
      .mainbanner menu a .box {
        width: 100%;
        height: 50px;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        line-height: 50px;
        position: absolute;
        left: 0;
        bottom: 0; }
        .mainbanner menu a .box p {
          width: 1000px;
          margin: 0 auto;
          padding-right: 200px;
          font-size: 18px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }

.mainbannernum {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 10;
  width: 100%;
  text-align: center; }
  .mainbannernum span {
    font-size: 0;
    line-height: 0;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    background: #fff;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    opacity: 0.6;
    border-radius: 50%; }
    .mainbannernum span:hover {
      opacity: 0.8; }
    .mainbannernum span.sel {
      opacity: 1; }

.red, a.red {
  color: #e41c1c; }

.box-shadow {
  box-shadow: 1px 1px 8px #ccc; }

@font-face {
  font-family: 'iconfont';
  src: url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/* 基础 */
/* 文本 */
/* 图片 */
/* css3动画 */
/* css3动画 - hover */
/* 以下是动画 */
.indexout {
  width: 100%;
  overflow: hidden;
  position: relative; }

.indexscreen {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .indexscreen article {
    position: relative;
    width: 100%;
    overflow: hidden; }

.indexbanner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 910px; }
  .indexbanner menu {
    height: 100%; }
    .indexbanner menu a {
      display: block;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #fff;
      width: 100%;
      margin: 0 auto;
      background-size: cover;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      overflow: hidden; }
      .indexbanner menu a i {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/initial/noimg.png") no-repeat center center;
        background-size: cover; }
  .indexbanner .img {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    z-index: 10;
    margin: -130px 0 0 -550px;
    max-width: 50%; }

.indexbannernum {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 10;
  width: 100%;
  text-align: center; }
  .indexbannernum span {
    font-size: 0px;
    line-height: 0px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    cursor: default;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 0 12px;
    opacity: 0.5; }
    .indexbannernum span.sel {
      opacity: 1; }

.indexleft {
  width: 25px;
  height: 300px;
  position: absolute;
  left: 40px;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-top: -190px;
  z-index: 20;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s; }
  .indexleft i {
    display: block;
    height: 100%;
    border-right: 1px solid #fff;
    opacity: 0.3;
    width: 8px;
    position: relative; }
  .indexleft:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    border-right: 1px solid #fff;
    height: 80px; }
  .indexleft span {
    position: absolute;
    left: 0;
    top: 310px;
    right: auto;
    bottom: auto;
    color: #fff;
    font-size: 18px;
    word-wrap: break-word;
    writing-mode: vertical-lr;
    white-space: nowrap;
    opacity: 0.5; }

.indexleft_none {
  opacity: 0; }

.floornum {
  z-index: 20;
  position: fixed;
  right: 30px;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  top: 50%;
  margin-top: -100px; }
  .floornum p {
    position: relative;
    width: 18px;
    height: 18px;
    margin-bottom: 25px;
    border-radius: 50%; }
    .floornum p i {
      display: block;
      width: 8px;
      height: 8px;
      background: #fff;
      border-radius: 50%;
      position: relative;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      margin: 0 auto;
      top: 5px;
      opacity: 0.6; }
    .floornum p.sel {
      border: 1px solid #fff; }
      .floornum p.sel i {
        opacity: 1; }

.screennum_on {
  opacity: 0; }

.indexpart01 {
  background: #008875; }
  .indexpart01 .indexmap {
    position: absolute;
    left: 50%;
    top: 110px;
    margin-left: -522px;
    transform-origin: 50% 0 0;
    -webkit-transform-origin: 50% 0 0; }
  .indexpart01 .box {
    width: 1000px;
    margin: -170px auto 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 10;
    top: 50%; }
  .indexpart01 .info {
    font-size: 14px;
    line-height: 25px;
    margin: -25px 50px 0; }
  .indexpart01 .indexabout {
    margin-top: -50px; }
  .indexpart01 .indexmore {
    width: 200px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    margin-top: -30px; }

.indexmap {
  width: 1043px;
  height: 863px;
  background: url("../images/photos/bg01.png") no-repeat center center;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%; }
  .indexmap .arr01 {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5; }
    .indexmap .arr01 p {
      position: absolute;
      right: 515px;
      top: 730px;
      color: #fff;
      font-size: 16px;
      white-space: nowrap; }
      .indexmap .arr01 p:nth-child(2) {
        right: 147px;
        top: 715px; }
      .indexmap .arr01 p:nth-child(3) {
        right: 82px;
        top: 295px; }
  .indexmap .arr02 {
    position: absolute;
    right: 0;
    top: 0; }
    .indexmap .arr02 p {
      position: absolute;
      right: 510px;
      top: 688px;
      width: 36px;
      height: 36px;
      background: rgba(200, 159, 100, 0.5);
      border-radius: 50%; }
      .indexmap .arr02 p span {
        width: 18px;
        height: 18px;
        background: #c89f64;
        border-radius: 50%;
        position: relative;
        margin: 0 auto;
        top: 9px;
        display: block;
        z-index: 5; }
      .indexmap .arr02 p i {
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 50%;
        top: 50%;
        right: auto;
        bottom: auto;
        margin: -9px 0 0 -9px;
        background: #c89f64;
        border-radius: 50%; }
      .indexmap .arr02 p:nth-child(1) {
        background: rgba(29, 88, 141, 0.5); }
        .indexmap .arr02 p:nth-child(1) span {
          background: #1d588d; }
        .indexmap .arr02 p:nth-child(1) i {
          background: #1d588d; }
      .indexmap .arr02 p:nth-child(2) {
        right: 180px;
        top: 685px; }
      .indexmap .arr02 p:nth-child(3) {
        right: 122px;
        top: 273px; }
  .indexmap .line01 {
    position: absolute;
    right: 139px;
    top: 288px;
    width: 389px;
    height: 421px;
    overflow: hidden; }
    .indexmap .line01 i {
      border-radius: 50%;
      border: 2px dashed #009e74;
      position: absolute;
      width: 800px;
      height: 800px;
      right: -414px;
      top: 1px; }
  .indexmap .dian01 {
    position: absolute;
    right: 139px;
    top: 288px;
    width: 389px;
    height: 421px;
    z-index: 10; }
    .indexmap .dian01 div {
      border-radius: 50%;
      position: absolute;
      width: 800px;
      height: 800px;
      right: -414px;
      top: 1px; }
      .indexmap .dian01 div p {
        position: absolute;
        width: 36px;
        height: 36px;
        background: rgba(0, 158, 116, 0.5);
        border-radius: 50%;
        left: -20px;
        top: 398px; }
        .indexmap .dian01 div p span {
          width: 18px;
          height: 18px;
          background: #009e74;
          border-radius: 50%;
          position: relative;
          margin: 0 auto;
          top: 9px;
          display: block;
          z-index: 5; }
        .indexmap .dian01 div p i {
          display: block;
          width: 18px;
          height: 18px;
          position: absolute;
          left: 50%;
          top: 50%;
          right: auto;
          bottom: auto;
          margin: -9px 0 0 -9px;
          background: #009e74;
          border-radius: 50%; }
  .indexmap .line02 {
    position: absolute;
    right: 195px;
    top: 288px;
    width: 333px;
    height: 417px;
    overflow: hidden; }
    .indexmap .line02 i {
      border-radius: 50%;
      border: 2px dashed #009e74;
      position: absolute;
      width: 800px;
      height: 800px;
      right: -235px;
      top: 379px; }
  .indexmap .dian02 {
    position: absolute;
    right: 195px;
    top: 288px;
    width: 333px;
    height: 417px; }
    .indexmap .dian02 div {
      border-radius: 50%;
      position: absolute;
      width: 800px;
      height: 800px;
      right: -235px;
      top: 379px; }
      .indexmap .dian02 div p {
        position: absolute;
        width: 36px;
        height: 36px;
        background: rgba(0, 158, 116, 0.5);
        border-radius: 50%;
        left: 214px;
        top: 21px; }
        .indexmap .dian02 div p span {
          width: 18px;
          height: 18px;
          background: #009e74;
          border-radius: 50%;
          position: relative;
          margin: 0 auto;
          top: 9px;
          display: block;
          z-index: 5; }
        .indexmap .dian02 div p i {
          display: block;
          width: 18px;
          height: 18px;
          position: absolute;
          left: 50%;
          top: 50%;
          right: auto;
          bottom: auto;
          margin: -9px 0 0 -9px;
          background: #009e74;
          border-radius: 50%; }

.indextit {
  width: 100%;
  text-align: center;
  line-height: 60px;
  height: 60px;
  color: #fff;
  position: relative; }
  .indextit b {
    display: block;
    font-size: 60px;
    opacity: 0.2; }
  .indextit span {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    font-size: 26px;
    font-weight: 400; }
  .indextit i {
    width: 50px;
    display: block;
    margin: 0 auto;
    height: 2px;
    background: #fff;
    opacity: 0.3; }

.indexabout {
  width: 100%;
  text-align: center; }
  .indexabout li {
    width: 150px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 50px; }
    .indexabout li b {
      font-size: 32px;
      color: #C9A063;
      margin-right: 5px; }
    .indexabout li p {
      font-size: 16px;
      line-height: 20px; }

.indexmore {
  width: 240px;
  line-height: 65px;
  height: 65px;
  text-align: center;
  background: #C9A063;
  border-radius: 30px;
  font-size: 24px;
  display: block;
  margin: 0 auto;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  color: #fff; }
  .indexmore:hover {
    background: #006a5b;
    color: #fff; }

.indexpart02 {
  background: url("../images/photos/bg02.png") no-repeat center center;
  background-size: cover; }

.indexblock {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 115px;
  z-index: 20; }
  .indexblock li {
    float: left;
    width: 25%;
    height: 115px;
    position: relative;
    background: #604C3F; }
    .indexblock li section {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #604C3F;
      border-radius: 50px 50px 0 0;
      overflow: hidden;
      min-height: 115px; }
      .indexblock li section .tit {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 50px;
        height: 50px;
        font-size: 24px;
        color: #fff;
        margin-top: 30px; }
        .indexblock li section .tit span {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          padding-left: 60px;
          background: url("../images/index01.png") no-repeat left center; }
      .indexblock li section menu {
        margin: 20px 30px 30px 18%;
        overflow: hidden;
        display: none; }
        .indexblock li section menu a {
          display: block;
          line-height: 35px;
          height: 35px;
          padding-left: 35px;
          background: url("../images/tit.png") no-repeat left center;
          color: #fff;
          font-size: 16px; }
          .indexblock li section menu a p {
            opacity: 0.5;
            transition: all 0.5s linear 0s;
            -webkit-transition: all 0.5s linear 0s;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          .indexblock li section menu a:hover p {
            opacity: 1; }
    .indexblock li:nth-child(2) {
      background: #00A08E; }
      .indexblock li:nth-child(2) section {
        background: #00A08E; }
    .indexblock li:nth-child(3) {
      background: #223B6D; }
      .indexblock li:nth-child(3) section {
        background: #223B6D; }
    .indexblock li:nth-child(4) {
      background: #6B88A1; }
      .indexblock li:nth-child(4) section {
        background: #6B88A1; }

.indexbgbox {
  width: 100%;
  height: 100%;
  position: relative; }
  .indexbgbox p {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    background: url("../images/photos/bg02.png") no-repeat center center;
    background-size: cover;
    display: none; }

.indexpart03 {
  background: #21598E url("../images/photos/bg03.png") no-repeat center center;
  background-size: cover; }
  .indexpart03 .box {
    position: relative;
    margin-top: -170px;
    top: 50%;
    padding: 0 50px;
    box-sizing: border-box;
    overflow: hidden;
    width: 1200px; }
  .indexpart03 .screenbox {
    display: none; }
  .indexpart03 .cartoonshow {
    display: block; }

.indexlist {
  float: left;
  width: 25%;
  overflow: hidden;
  position: relative;
  line-height: 30px;
  margin-top: -20px; }
  .indexlist span {
    color: #98B1C8;
    display: block;
    font-size: 20px;
    margin: 7px 15px; }
  .indexlist .a1 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #fff;
    margin: 0 15px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
  .indexlist p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 50px;
    line-height: 25px;
    height: 50px;
    margin: 10px 15px 20px;
    font-size: 14px;
    color: #DBE4ED; }
  .indexlist .a2 {
    display: block;
    width: 100%;
    height: 155px;
    overflow: hidden; }
    .indexlist .a2 img {
      max-width: none;
      min-width: 100%;
      min-height: 100%;
      display: block;
      width: 100%;
      transition: all 2s linear 0s;
      -webkit-transition: all 2s linear 0s; }
  .indexlist:hover .a1 {
    font-weight: bold; }
  .indexlist:hover .a2 img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

.screenbox {
  position: relative;
  overflow: hidden; }

.contit {
  color: #333; }
  .contit b {
    color: #e1e1e1;
    opacity: 1; }
  .contit i {
    background: #e1e1e1;
    opacity: 1; }

.contit01 {
  color: #333; }
  .contit01 b {
    color: #c6ccd0;
    opacity: 1; }
  .contit01 i {
    background: #c6ccd0;
    opacity: 1; }

.contit02 {
  color: #333;
  text-align: left; }
  .contit02 b {
    color: #e1e1e1;
    opacity: 1; }
  .contit02 i {
    background: #e1e1e1;
    opacity: 1;
    margin: 0; }

.noticelist {
  width: 100%;
  overflow: hidden; }
  .noticelist li {
    float: left;
    padding: 0 25px 0 180px;
    width: 280px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin-bottom: 30px;
    line-height: 30px;
    position: relative;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    height: 185px; }
    .noticelist li:nth-child(even) {
      float: right; }
    .noticelist li .time {
      position: absolute;
      left: 0;
      top: 40px;
      right: auto;
      bottom: auto;
      font-size: 30px;
      width: 140px;
      height: 100px;
      border-right: 1px solid #e5e5e5;
      text-align: center;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
      .noticelist li .time b {
        font-size: 30px;
        line-height: 40px;
        display: block;
        font-weight: 400;
        padding-top: 15px; }
      .noticelist li .time span {
        font-size: 16px; }
    .noticelist li .a1 {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 24px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      margin-top: 25px; }
    .noticelist li .p1 {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      max-height: 90px;
      line-height: 30px;
      height: 90px;
      color: #777;
      margin-top: 15px;
      font-size: 16px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
    .noticelist li:hover {
      background: #008875;
      color: #fff; }
      .noticelist li:hover .time {
        border-color: #199483; }
      .noticelist li:hover .a1, .noticelist li:hover .p1 {
        color: #fff; }

.morebtn01 {
  width: 240px;
  line-height: 65px;
  height: 65px;
  text-align: center;
  border-radius: 40px;
  font-size: 24px;
  display: block;
  margin: 0 auto;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  color: #008875;
  border: 1px solid #008875; }
  .morebtn01:hover {
    background: #008875;
    color: #fff; }

.morebtn02 {
  width: 240px;
  line-height: 65px;
  height: 65px;
  text-align: center;
  border-radius: 40px;
  font-size: 24px;
  display: block;
  margin: 0 auto;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  color: #008875;
  background: #fff; }
  .morebtn02:hover {
    background: #008875;
    color: #fff; }

.connav {
  text-align: center;
  line-height: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  z-index: 20;
  top: -40px;
  background: #fff; }
  .connav a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    margin: 0 30px;
    font-size: 16px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
    .connav a.sel {
      color: #008875;
      font-weight: bold; }
    .connav a:hover {
      color: #008875; }

.aboutpart01 {
  width: 500px;
  padding: 20px 0 0 500px;
  position: relative;
  margin: 0 auto;
  height: 630px; }
  .aboutpart01 .img {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 644px; }
  .aboutpart01 article {
    margin: 20px 0 50px 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    overflow: hidden;
    max-height: 330px;
    line-height: 30px; }
  .aboutpart01 .bot {
    position: relative;
    overflow: hidden; }
    .aboutpart01 .bot a {
      float: left;
      width: 50px;
      height: 50px;
      background: url("../images/more.png") no-repeat center center;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      position: relative; }
      .aboutpart01 .bot a:hover {
        padding-left: 30px; }
    .aboutpart01 .bot img {
      float: right;
      position: relative;
      top: -15px;
      display: block; }

.aboutpart02 {
  width: 100%;
  height: 437px;
  background: url("../images/photos/bg04.png") no-repeat center center;
  overflow: hidden;
  position: relative; }
  .aboutpart02 menu {
    width: 1000px;
    margin: 108px auto 0;
    overflow: hidden; }
    .aboutpart02 menu a {
      float: left;
      width: 25%;
      height: 90px;
      text-align: center;
      border-radius: 10px;
      color: #fff;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      padding-top: 130px;
      background: url("../images/about01.png") no-repeat center 35px;
      line-height: 55px;
      font-size: 24px;
      position: relative; }
      .aboutpart02 menu a:before {
        content: '';
        position: absolute;
        left: -1px;
        top: 47px;
        right: auto;
        bottom: auto;
        height: 125px;
        border-left: 1px solid #ebe8e6; }
      .aboutpart02 menu a:nth-child(2) {
        background-image: url("../images/about02.png"); }
      .aboutpart02 menu a:nth-child(3) {
        background-image: url("../images/about03.png"); }
      .aboutpart02 menu a:nth-child(4) {
        background-image: url("../images/about04.png"); }
      .aboutpart02 menu a:hover {
        background-color: #fff;
        color: #A38A77;
        background-image: url("../images/about01-1.png"); }
        .aboutpart02 menu a:hover:before {
          display: none; }
        .aboutpart02 menu a:hover:nth-child(2) {
          background-image: url("../images/about02-1.png"); }
        .aboutpart02 menu a:hover:nth-child(3) {
          background-image: url("../images/about03-1.png"); }
        .aboutpart02 menu a:hover:nth-child(4) {
          background-image: url("../images/about04-1.png"); }

.aboutpart03 {
  width: 950px;
  margin: 0 auto;
  position: relative; }
  .aboutpart03 .honorshow {
    height: 380px; }
  .aboutpart03 .swiper-button-prev {
    width: 66px;
    height: 66px;
    background: url("../images/page03.png") no-repeat center center;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    position: absolute;
    left: -70px;
    top: 190px; }
    .aboutpart03 .swiper-button-prev:hover {
      background-image: url("../images/page03-1.png"); }
  .aboutpart03 .swiper-button-next {
    width: 66px;
    height: 66px;
    background: url("../images/page04.png") no-repeat center center;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    position: absolute;
    right: -70px;
    top: 190px; }
    .aboutpart03 .swiper-button-next:hover {
      background-image: url("../images/page04-1.png"); }
  .aboutpart03 .imglist {
    height: 380px;
    overflow: hidden;
    display: block; }
    .aboutpart03 .imglist i {
      display: block;
      width: 100%;
      height: 100%;
      background: url("../images/photos/img05-1.png") no-repeat center bottom;
      transition: all 2s linear 0s;
      -webkit-transition: all 2s linear 0s;
      background-size: contain; }
    .aboutpart03 .imglist:hover i {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }

.aboutpart04 {
  background: #6b88a1 url("../images/photos/bg06.png") no-repeat center 390px;
  width: 100%;
  overflow: hidden; }
  .aboutpart04 .box {
    height: 530px; }
  .aboutpart04 .storybox {
    height: 530px; }
    .aboutpart04 .storybox .list {
      overflow: hidden;
      position: relative; }
      .aboutpart04 .storybox .list section {
        position: absolute;
        height: 212px;
        padding-left: 30px;
        color: #fff;
        font-size: 18px;
        line-height: 25px;
        left: 0;
        top: 30px;
        width: 380px; }
        .aboutpart04 .storybox .list section:before {
          content: '';
          position: absolute;
          left: 7px;
          top: 0;
          height: 100%;
          border-left: 1px solid #7f9bb5; }
        .aboutpart04 .storybox .list section:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          background: #7f9bb5;
          width: 16px;
          height: 16px;
          border-radius: 50%; }
        .aboutpart04 .storybox .list section b {
          display: block;
          line-height: 40px;
          font-size: 30px; }
          .aboutpart04 .storybox .list section b span {
            font-size: 22px; }
        .aboutpart04 .storybox .list section p {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden;
          max-height: 75px;
          line-height: 25px;
          margin-top: 15px;
          color: #C4CFD9;
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s; }
        .aboutpart04 .storybox .list section:hover p {
          color: #fff; }
        .aboutpart04 .storybox .list section:nth-child(2) {
          left: 110px;
          top: 380px; }
          .aboutpart04 .storybox .list section:nth-child(2):before {
            height: 100px;
            top: -80px; }
          .aboutpart04 .storybox .list section:nth-child(2):after {
            top: 11px; }
        .aboutpart04 .storybox .list section:nth-child(3) {
          left: 445px;
          top: 35px; }
          .aboutpart04 .storybox .list section:nth-child(3):before {
            height: 210px; }
        .aboutpart04 .storybox .list section:nth-child(4) {
          left: 570px;
          top: 335px; }
          .aboutpart04 .storybox .list section:nth-child(4):before {
            height: 50px;
            top: -37px; }
          .aboutpart04 .storybox .list section:nth-child(4):after {
            top: 11px; }
    .aboutpart04 .storybox .swiper-button-prev {
      width: 66px;
      height: 66px;
      background: url("../images/page01.png") no-repeat center center;
      position: absolute;
      right: 90px;
      top: 20px;
      left: auto;
      margin: 0;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      opacity: 0.5; }
      .aboutpart04 .storybox .swiper-button-prev:hover {
        opacity: 1; }
    .aboutpart04 .storybox .swiper-button-next {
      width: 66px;
      height: 66px;
      background: url("../images/page02.png") no-repeat center center;
      position: absolute;
      right: 0;
      top: 20px;
      left: auto;
      margin: 0;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      opacity: 0.5; }
      .aboutpart04 .storybox .swiper-button-next:hover {
        opacity: 1; }

.aboutpart04-1 {
  background: #fff url("../images/photos/bg07.png") no-repeat center 170px; }
  .aboutpart04-1 .storybox .list section {
    color: #333; }
    .aboutpart04-1 .storybox .list section p {
      color: #666; }
    .aboutpart04-1 .storybox .list section:hover p {
      color: #333; }
  .aboutpart04-1 .storybox .swiper-button-prev {
    background-image: url("../images/page03.png"); }
    .aboutpart04-1 .storybox .swiper-button-prev:hover {
      background-image: url("../images/page03-1.png"); }
  .aboutpart04-1 .storybox .swiper-button-next {
    background-image: url("../images/page04.png"); }
    .aboutpart04-1 .storybox .swiper-button-next:hover {
      background-image: url("../images/page04-1.png"); }

.about_things {
  font-size: 16px;
  line-height: 30px; }
  .about_things section {
    float: left;
    margin-left: 15px;
    width: 560px; }
  .about_things .img {
    float: right;
    max-width: 400px;
    margin-right: 15px; }

.about_leader {
  font-size: 16px;
  line-height: 32px; }
  .about_leader section {
    float: right;
    margin: 0 30px 0 0;
    width: 500px; }
  .about_leader .img {
    float: left;
    width: 400px; }

.leadlist {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  height: 400px;
  padding: 0 40px 0 335px;
  line-height: 25px;
  font-size: 18px;
  margin-bottom: 50px; }
  .leadlist .img {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 300px;
    height: 400px;
    overflow: hidden; }
    .leadlist .img img {
      max-width: none;
      min-width: 100%;
      min-height: 100%;
      display: block;
      width: 100%;
      transition: all 2s linear 0s;
      -webkit-transition: all 2s linear 0s; }
  .leadlist .a1 {
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin-top: 50px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
  .leadlist .p1 {
    font-size: 22px;
    color: #008875;
    margin-top: 25px; }
  .leadlist section {
    margin-top: 40px;
    height: 205px;
    overflow: hidden; }
    .leadlist section p {
      margin-bottom: 8px;
      padding-left: 18px;
      position: relative; }
      .leadlist section p:before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        right: auto;
        bottom: auto;
        width: 8px;
        height: 8px;
        background: #c4c4c4;
        border-radius: 50%; }
  .leadlist:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

.honorlist {
  width: 313px;
  height: 210px;
  border: 1px solid #ccc;
  overflow: hidden;
  float: left;
  margin: 0 25px 25px 0;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s; }
  .honorlist i {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/initial/noimg.png") no-repeat center center;
    background-size: contain;
    transition: all 3s linear 0s;
    -webkit-transition: all 3s linear 0s; }
  .honorlist:hover {
    border-color: #008875; }
    .honorlist:hover i {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }

.leavebox {
  width: 925px;
  margin: 0 auto;
  overflow: hidden; }
  .leavebox .p1 {
    width: 420px;
    padding: 0 15px;
    height: 50px;
    background: #E9ECF1; }
    .leavebox .p1 .text {
      width: 100%;
      line-height: 50px;
      height: 50px;
      font-size: 16px; }
  .leavebox .p2 {
    background: #E9ECF1;
    height: 210px;
    padding: 15px; }
    .leavebox .p2 textarea {
      width: 100%;
      height: 100%;
      background: none;
      border: none;
      font-size: 16px; }
  .leavebox .yzm {
    float: right; }
    .leavebox .yzm img {
      display: block;
      height: 50px; }
  .leavebox .p3 {
    width: 775px; }
  .leavebox .sub {
    border: none;
    background: #008875;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
    .leavebox .sub:hover {
      background: #006a5b; }

.worklist {
  background: #e9ecf1;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .worklist .tit {
    padding: 0 100px 0 30px;
    line-height: 80px;
    height: 80px;
    font-size: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
    .worklist .tit i {
      position: absolute;
      right: 20px;
      height: 80px;
      width: 50px;
      background: url("../images/page07-1.png") no-repeat center center; }
    .worklist .tit:hover {
      color: #008875; }
  .worklist .titsel i {
    background-image: url("../images/page07-2.png"); }
  .worklist section {
    margin: 20px 30px 50px;
    overflow: hidden;
    color: #666;
    line-height: 50px;
    font-size: 16px;
    display: none; }

.contactbtn {
  width: 49%;
  text-align: center;
  background: #e9ecf1;
  padding-top: 25px;
  font-size: 16px;
  height: 135px; }
  .contactbtn i {
    display: block;
    width: 100%;
    height: 60px;
    background: url("../images/con01.png") no-repeat center center;
    margin-bottom: 15px; }

.productbox {
  position: relative;
  margin-bottom: 50px;
  background: #f0eeec;
  color: #604C3F; }
  .productbox .img {
    display: block;
    overflow: hidden; }
    .productbox .img img {
      max-width: none;
      min-width: 100%;
      min-height: 100%;
      display: block;
      width: 100%;
      transition: all 3s linear 0s;
      -webkit-transition: all 3s linear 0s; }
  .productbox .box {
    height: 300px;
    overflow: hidden;
    position: relative;
    padding: 0 55px 0 445px; }
    .productbox .box:before {
      content: '';
      position: absolute;
      left: 344px;
      width: 1px;
      background: #000;
      opacity: 0.1;
      height: 150px;
      top: 75px; }
    .productbox .box section {
      width: 345px;
      text-align: center;
      position: absolute;
      left: 0;
      top: 55px;
      right: auto;
      bottom: auto; }
      .productbox .box section i {
        width: 92px;
        height: 92px;
        display: block;
        margin: 0 auto;
        background: url("../images/block01.png") no-repeat center center; }
      .productbox .box section b {
        line-height: 50px;
        font-size: 36px;
        margin: 10px 0;
        display: block; }
      .productbox .box section p {
        line-height: 30px;
        font-size: 24px; }
  .productbox .swiper-container {
    margin-top: 55px;
    height: 220px; }
    .productbox .swiper-container .list {
      line-height: 30px; }
      .productbox .swiper-container .list .a1 {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 30px;
        font-weight: bold;
        margin: 0 120px 0 0;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        line-height: 40px; }
      .productbox .swiper-container .list p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 90px;
        line-height: 30px;
        color: #333;
        font-size: 18px;
        margin-top: 30px;
        height: 90px; }
      .productbox .swiper-container .list .a2 {
        display: block;
        width: 50px;
        height: 50px;
        background: url("../images/more.png") no-repeat right center;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s; }
        .productbox .swiper-container .list .a2:hover {
          padding-left: 20px; }
    .productbox .swiper-container .swiper-button-prev {
      width: 38px;
      height: 38px;
      background: url("../images/page05.png") no-repeat center center;
      position: absolute;
      right: 48px;
      top: 0;
      left: auto;
      margin: 0;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
      .productbox .swiper-container .swiper-button-prev:hover {
        background-image: url("../images/page05-1.png"); }
    .productbox .swiper-container .swiper-button-next {
      width: 38px;
      height: 38px;
      background: url("../images/page06.png") no-repeat center center;
      position: absolute;
      right: 0;
      top: 0;
      left: auto;
      margin: 0;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
      .productbox .swiper-container .swiper-button-next:hover {
        background-image: url("../images/page06-1.png"); }
  .productbox:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

.productbox01 {
  background: #e5f5f3;
  color: #00A08E; }
  .productbox01 .swiper-container .swiper-button-prev:hover {
    background-image: url("../images/page05-2.png"); }
  .productbox01 .swiper-container .swiper-button-next:hover {
    background-image: url("../images/page06-2.png"); }

.productbox02 {
  background: #e9ecf1;
  color: #223B6D; }
  .productbox02 .swiper-container .swiper-button-prev:hover {
    background-image: url("../images/page05-3.png"); }
  .productbox02 .swiper-container .swiper-button-next:hover {
    background-image: url("../images/page06-3.png"); }

.productbox03 {
  background: #eff3f5;
  color: #5D7E99; }
  .productbox03 .swiper-container .swiper-button-prev:hover {
    background-image: url("../images/page05-4.png"); }
  .productbox03 .swiper-container .swiper-button-next:hover {
    background-image: url("../images/page06-4.png"); }

/*# sourceMappingURL=style.css.map */
