@charset "UTF-8";
.red, a.red {
  color: #e41c1c; }

.box-shadow {
  box-shadow: 1px 1px 10px #ddd; }

@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: 1000px; }

a {
  color: #333; }
  a:hover {
    color: #294C75; }

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: 1600px) {
    .main {
      width: 1220px; } }

.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 #d9d9d9; }

.cartoon {
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s; }

.fc, a.fc {
  color: #294C75; }

.sc, a.sc {
  color: #7F94AC; }

.fcbtn, input.fcbtn {
  border: none;
  background: #294C75;
  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: #7F94AC; }

.specilcbtn {
  display: block;
  line-height: 50px;
  height: 50px;
  width: 130px;
  background: #294C75;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .specilcbtn:after {
    content: attr(_text);
    position: absolute;
    left: 0;
    top: -100%;
    background: #80aad7;
    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; }

.a-img, .a-imghover {
  display: block;
  overflow: hidden; }
  .a-img img, .a-imghover img {
    display: block;
    transition: all 2s linear 0s;
    -webkit-transition: all 2s linear 0s; }
  .a-img i, .a-imghover i {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/initial/noimg.png") no-repeat center center;
    background-size: cover;
    transition: all 2s linear 0s;
    -webkit-transition: all 2s linear 0s; }

.a-imghover:hover img, .a-imghover:hover i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }

/* 常用模块 */
.downbox_sys {
  position: relative;
  cursor: pointer; }
  .downbox_sys section {
    width: 140px;
    padding: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -80px;
    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: 0;
  bottom: 50px;
  z-index: 60;
  width: 115px;
  height: 350px;
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), #294c75;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s; }
  .comfloat .close {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url("../images/close.png") no-repeat center center;
    cursor: pointer;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
    .comfloat .close:hover {
      transform: rotate(0.5turn);
      -webkit-transform: rotate(0.5turn); }
  .comfloat .box {
    background: url("../images/photos/floatbg.png") no-repeat center center;
    width: 95px;
    height: 340px;
    position: relative;
    top: 10px;
    left: 10px;
    padding-top: 10px; }
  .comfloat section {
    width: 70px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    padding: 8px 0;
    cursor: pointer; }
    .comfloat section .btn {
      padding-top: 35px;
      background: url("../images/float01.png") no-repeat center top;
      color: #fff;
      display: block;
      font-size: 12px;
      text-align: center;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
    .comfloat section .phone {
      position: absolute;
      right: 90px;
      top: 0px;
      line-height: 70px;
      height: 70px;
      color: #fff;
      white-space: nowrap;
      font-size: 26px;
      background: #294C75;
      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: 70px;
      top: 0;
      white-space: nowrap;
      background: #294C75;
      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 .btn {
      background-position: center 10px; }
  .comfloat .bot {
    color: #fff;
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 10px; }
  .comfloat .show {
    visibility: visible !important;
    opacity: 1 !important; }
  .comfloat img {
    margin-top: -20px; }

.comfloat_show {
  visibility: visible !important;
  opacity: 1 !important; }

.topfoot {
  margin: 0 30px;
  min-width: 1280px; }

.comhead {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 70;
  width: 100%;
  height: 100px;
  background: #fff;
  box-shadow: 1px 1px 10px #ddd; }
  .comhead .logo {
    float: left;
    position: relative;
    top: 15px; }
    .comhead .logo img {
      display: block;
      height: 70px; }
  .comhead .topsearch {
    top: 30px;
    z-index: 10;
    float: right; }
  .comhead a.login {
    float: right;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    color: #999;
    position: relative;
    top: 40px; }
    .comhead a.login:hover {
      color: #294C75; }
  .comhead span.login {
    float: right;
    margin: 0 8px;
    color: #ccc;
    font-size: 12px;
    position: relative;
    top: 40px; }
  .comhead .downbox_sys {
    width: 130px;
    text-align: center; }
    .comhead .downbox_sys .p1 {
      line-height: 100px;
      height: 100px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding-right: 20px;
      position: relative;
      font-size: 16px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 110px; }
      .comhead .downbox_sys .p1 i {
        position: absolute;
        right: 0;
        top: 0; }
    .comhead .downbox_sys section {
      top: 100px;
      padding: 20px 0 0; }
      .comhead .downbox_sys section a {
        display: block;
        font-size: 16px;
        margin-bottom: 20px;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        color: #999; }
        .comhead .downbox_sys section a:hover {
          color: #294C75; }

.comhead_bg {
  width: 100%;
  height: 100px;
  clear: both; }

.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: #294C75; }

.comnav {
  margin-right: 10px;
  list-style: none;
  display: block; }
  .comnav ul, .comnav ol, .comnav li, .comnav dl, .comnav dd, .comnav dt {
    list-style: none; }
  .comnav li {
    float: left; }
    .comnav li .tit {
      font-size: 16px;
      line-height: 100px;
      height: 100px;
      display: block;
      padding: 0 15px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
    .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: 1000px;
        margin-left: -500px;
        text-align: center;
        display: none;
        overflow: hidden; }
        .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: #80aad7; }
    .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: #80aad7; }
      .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;
          font-size: 14px; }
          .comnav li .list_down .list_down_two menu a:hover {
            color: #80aad7; }
      .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: #294C75;
          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 {
      background: #294C75;
      color: #fff; }
    .comnav li:hover .line_bg {
      opacity: 1;
      visibility: visible; }
    .comnav li:hover .line_down menu {
      display: block; }
    .comnav li.sel .tit {
      background: #294C75;
      color: #fff;
      font-weight: bold; }

.comfoot {
  width: 100%;
  background: #081422;
  position: relative;
  padding-top: 40px;
  color: #e5e5e5;
  list-style: none; }
  .comfoot ul, .comfoot ol, .comfoot li, .comfoot dl, .comfoot dd, .comfoot dt {
    list-style: none; }
  .comfoot .box01 {
    float: left;
    width: 550px;
    padding-top: 20px;
    overflow: hidden; }
    .comfoot .box01 .sys {
      float: left;
      width: 120px;
      text-align: center;
      font-size: 18px; }
      .comfoot .box01 .sys img {
        display: block;
        width: 100%;
        margin-top: 15px; }
    .comfoot .box01 ul {
      float: left;
      margin-left: 60px;
      font-size: 16px;
      padding-top: 40px; }
      .comfoot .box01 ul li {
        margin-bottom: 25px; }
    .comfoot .box01 menu {
      overflow: hidden; }
      .comfoot .box01 menu a {
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        color: #fff;
        margin: 0 20px 0 0;
        line-height: 25px;
        float: left; }
        .comfoot .box01 menu a:hover {
          color: #80aad7; }
  .comfoot .box02 {
    float: right; }
    .comfoot .box02 li {
      float: left;
      margin-left: 35px;
      text-align: center; }
      .comfoot .box02 li:first-child {
        margin: 0; }
      .comfoot .box02 li a {
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        color: #fff; }
        .comfoot .box02 li a:hover {
          color: #80aad7; }
      .comfoot .box02 li .a1 {
        display: block;
        font-size: 18px;
        margin-bottom: 30px; }
      .comfoot .box02 li p {
        margin-bottom: 13px; }
  .comfoot .bot {
    border-top: 1px solid #212c39;
    margin-top: 20px;
    color: #545f6c;
    line-height: 60px;
    height: 60px; }
    .comfoot .bot a {
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #545f6c; }
      .comfoot .bot a:hover {
        color: #fff; }

.pagebox {
  color: #666; }
  .pagebox a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 8px;
    line-height: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    color: #666;
    text-align: center;
    border: 1px solid #d9d9d9;
    width: 40px; }
    .pagebox a:hover, .pagebox a.sel {
      background: #294C75;
      color: #fff; }
  .pagebox span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 8px; }
  .pagebox .text {
    height: 38px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 5px;
    width: 50px; }
  .pagebox .btn {
    border: none;
    background: #294C75;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    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: 50%;
    margin-right: 5px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
    .pagebox .btn:hover {
      background: #333; }

/* 详情页 */
.essaybox {
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
  position: relative; }
  .essaybox .tit {
    text-align: center;
    width: 100%;
    line-height: 45px;
    font-size: 32px;
    font-weight: 400; }
  .essaybox .time {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    color: #999;
    padding-bottom: 10px; }
    .essaybox .time .p1 {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      margin-right: 30px; }
    .essaybox .time .box {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding-left: 55px;
      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: 50px;
      top: 6px;
      right: auto;
      bottom: auto; }
  .essaybox ul {
    padding-left: 50px; }

.essaypage {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #d9d9d9;
  padding-top: 30px; }
  .essaypage p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 45%; }
    .essaypage p a {
      font-size: 16px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #999; }
      .essaypage p a:hover {
        color: #294C75; }

.mymap li {
  padding: 40px 0 30px 100px;
  border-bottom: 1px dashed #eee;
  line-height: 30px;
  min-height: 30px;
  overflow: hidden;
  position: relative; }
  .mymap li .a1 {
    position: absolute;
    left: 0;
    top: 40px;
    right: auto;
    bottom: auto;
    font-size: 18px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    color: #777; }
    .mymap li .a1:hover {
      color: #294C75; }
  .mymap li .a2 {
    float: left;
    font-size: 16px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    margin: 0 0 10px 40px;
    color: #777; }
    .mymap li .a2:hover {
      color: #294C75; }

.conbanner {
  width: 100%;
  overflow: hidden;
  height: 300px;
  position: relative;
  z-index: 10; }
  .conbanner i {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/initial/noimg.png") no-repeat center center;
    background-size: cover; }

.conbox {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1000px; }
  @media (min-width: 1600px) {
    .conbox {
      width: 1220px; } }

.leftmenu {
  float: left;
  width: 280px;
  position: relative; }
  .leftmenu .tit {
    height: 109px;
    background: #294C75;
    color: #fff;
    overflow: hidden;
    position: relative;
    line-height: 30px;
    padding-left: 20px;
    z-index: 5; }
    .leftmenu .tit b {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin: 15px 0 0 0;
      font-weight: 400;
      font-size: 24px; }
    .leftmenu .tit span {
      font-size: 12px; }
    .leftmenu .tit i {
      display: block;
      width: 30px;
      border-bottom: 2px solid #fff;
      height: 5px; }

.conleftnav {
  box-shadow: 1px 1px 10px #ddd;
  padding-top: 10px;
  width: 100%;
  background: #fff;
  position: relative; }
  .conleftnav li {
    width: 100%;
    border-bottom: 2px solid #fff; }
    .conleftnav li .a1 {
      display: block;
      line-height: 55px;
      height: 55px;
      font-size: 16px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #999;
      padding: 0 40px 0 20px;
      position: relative; }
      .conleftnav li .a1:hover {
        color: #294C75; }
      .conleftnav li .a1 i {
        position: absolute;
        right: 20px;
        top: 0;
        color: #294C75;
        opacity: 0;
        transform: translate(10px, 0px);
        -webkit-transform: translate(10px, 0px);
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s; }
      .conleftnav li .a1:hover i {
        opacity: 1;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px); }
    .conleftnav li.sel .a1 {
      color: #294C75; }
      .conleftnav li.sel .a1 i {
        opacity: 1;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px); }

.conmain {
  float: right;
  width: 680px; }

.righttit {
  line-height: 30px;
  overflow: hidden;
  width: 100%;
  border-bottom: 2px solid #294C75;
  padding: 10px 0; }
  .righttit b {
    float: left;
    font-size: 22px;
    color: #294C75; }

.searchsmall {
  width: 240px;
  height: 35px;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  padding: 0 70px 0 10px; }
  .searchsmall .text {
    width: 100%;
    height: 35px; }
  .searchsmall .sub {
    position: absolute;
    right: 0;
    top: -1px;
    border: none;
    background: #294C75;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 37px;
    height: 37px;
    width: 60px;
    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; }
    .searchsmall .sub:hover {
      background: #7F94AC; }

.classselect {
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 7px #ccc; }
  .classselect .sum {
    position: relative;
    padding: 20px 60px 10px 90px;
    line-height: 25px;
    min-height: 35px;
    border-bottom: 1px solid #fff; }
    .classselect .sum .tit {
      position: absolute;
      left: 0;
      top: 20px;
      right: auto;
      bottom: auto;
      font-size: 16px; }
    .classselect .sum .list {
      overflow: hidden;
      height: 35px; }
      .classselect .sum .list menu {
        overflow: hidden; }
      .classselect .sum .list a {
        float: left;
        padding: 0 15px;
        margin: 0 10px 10px 0;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s; }
        .classselect .sum .list a.sel {
          background: #294C75;
          color: #fff; }
    .classselect .sum .more {
      position: absolute;
      right: 0;
      top: 20px;
      border: 1px solid #eee;
      padding: 0 20px 0 5px;
      background: url("../images/initial/down01.png") no-repeat 37px center;
      display: none;
      cursor: pointer; }
    .classselect .sum .moresel {
      background-image: url("../images/initial/down02.png"); }

.newslist {
  padding: 30px 0;
  position: relative;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  line-height: 30px; }
  .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;
    margin-top: 35px;
    font-size: 16px; }
  .newslist .time {
    margin-top: 35px;
    color: #999; }
    .newslist .time .iconfont {
      margin-right: 5px;
      font-size: 16px; }
  .newslist .img {
    position: absolute;
    left: 0;
    top: 30px;
    right: auto;
    bottom: auto;
    width: 393px;
    height: 204px;
    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; }
  .newslist:hover .a1 {
    color: #294C75;
    font-weight: bold; }
  .newslist:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

.newslist_img {
  padding-left: 450px;
  min-height: 204px; }
  .newslist_img .a1 {
    margin-top: 10px; }

.leavebox {
  overflow: hidden;
  padding-left: 100px;
  line-height: 40px;
  position: relative; }
  .leavebox span {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    text-align: justify; }
    .leavebox span:after {
      content: '';
      display: inline-block;
      width: 100%; }
  .leavebox .text {
    float: left;
    padding: 0 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    line-height: 38px;
    height: 38px; }
  .leavebox .yzm {
    float: left;
    margin-left: 5px; }
    .leavebox .yzm img {
      height: 40px;
      display: block; }
  .leavebox .text {
    width: 300px; }
  .leavebox .text01 {
    width: 150px; }
  .leavebox .sub {
    width: 150px; }

/* js插件 */
.banner-one {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 750px; }
  .banner-one menu {
    height: 100%; }
    .banner-one 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; }
      .banner-one menu a i {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/initial/noimg.png") no-repeat center center;
        background-size: cover; }

.banner-onenum {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 10;
  width: 100%;
  text-align: center; }
  .banner-onenum 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: 8px;
    height: 8px;
    margin: 0 15px;
    opacity: 0.6;
    border-radius: 50%; }
    .banner-onenum span:hover {
      opacity: 0.8; }
    .banner-onenum span.sel {
      opacity: 1; }

.checkhtit {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  line-height: 30px;
  height: 49px; }
  .checkhtit menu {
    position: relative;
    left: -25px; }
    .checkhtit menu p {
      float: left;
      font-size: 22px;
      padding: 0 25px; }
      .checkhtit menu p a {
        position: absolute;
        right: -20px;
        top: 0;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        color: #999;
        font-size: 16px;
        display: none; }
        .checkhtit menu p a:hover {
          color: #294C75; }
      .checkhtit menu p span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        border-bottom: 4px solid #fff;
        height: 45px;
        position: relative;
        cursor: pointer; }
        .checkhtit menu p span:after {
          content: '';
          position: absolute;
          left: -23px;
          top: 5px;
          height: 20px;
          border-left: 2px solid #eee; }
      .checkhtit menu p.sel span {
        font-weight: bold;
        border-color: #294C75; }
      .checkhtit menu p.sel a {
        display: block; }

.banner-small {
  width: 500px;
  height: 300px; }
  .banner-small .swiper-container {
    height: 300px; }
  .banner-small .list {
    display: block;
    color: #fff; }
    .banner-small .list i {
      display: block;
      display: block;
      width: 100%;
      height: 100%;
      background: url("../images/initial/noimg.png") no-repeat center center;
      background-size: cover; }
    .banner-small .list p {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 67%;
      line-height: 40px;
      height: 40px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding: 0 30% 0 3%;
      background: url("../images/initial/darkbg.png") repeat; }
  .banner-small .swiper-pagination {
    text-align: right; }
    .banner-small .swiper-pagination .swiper-pagination-bullet {
      background: #fff;
      width: 10px;
      height: 10px;
      margin: 0 0 0 10px;
      right: 20px;
      position: relative;
      opacity: 1; }
    .banner-small .swiper-pagination .swiper-pagination-bullet-active {
      background: #294C75; }

.indexnotice {
  width: 100%;
  background: #000;
  height: 50px;
  line-height: 50px;
  color: #fff;
  overflow: hidden; }
  .indexnotice .box {
    padding-left: 90px;
    position: relative; }
  .indexnotice .tit {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto; }
  .indexnotice .list {
    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; }
    .indexnotice .list:hover {
      color: #294C75; }
  .indexnotice .swiper-container {
    height: 50px; }

.movelist-swiper {
  height: 400px;
  position: relative; }
  .movelist-swiper .img {
    display: block;
    overflow: hidden;
    height: 350px; }
    .movelist-swiper .img i {
      display: block;
      width: 100%;
      height: 100%;
      background: url("../images/initial/noimg.png") no-repeat center center;
      background-size: cover;
      transition: all 2s linear 0s;
      -webkit-transition: all 2s linear 0s; }
  .movelist-swiper .btn {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 50px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
  .movelist-swiper .swiper-slide:hover .img i {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  .movelist-swiper .swiper-slide:hover .btn {
    color: #294C75; }
  .movelist-swiper .prevbtn, .movelist-swiper .nextbtn {
    position: absolute;
    left: -60px;
    top: 150px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    background: #eee;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
    .movelist-swiper .prevbtn:hover, .movelist-swiper .nextbtn:hover {
      background-color: #294C75; }
  .movelist-swiper .nextbtn {
    left: auto;
    right: -60px; }

.banner-skitter {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .banner-skitter .box_skitter {
    width: 1920px;
    height: 450px;
    left: 50%;
    margin-left: -960px; }
    .banner-skitter .box_skitter img {
      width: 1920px;
      min-height: 450px; }
    .banner-skitter .box_skitter .prev_button {
      left: 50%;
      margin-left: -610px;
      z-index: 10;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      opacity: 0; }
    .banner-skitter .box_skitter .next_button {
      right: 50%;
      margin-right: -610px;
      z-index: 10;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      opacity: 0; }
    .banner-skitter .box_skitter:hover .prev_button, .banner-skitter .box_skitter:hover .next_button {
      opacity: 1; }
  .banner-skitter .skitter-clean .info_slide_dots {
    background: none;
    box-shadow: none;
    bottom: 20px; }
    .banner-skitter .skitter-clean .info_slide_dots .image_number {
      background: #fff;
      opacity: 0.6;
      width: 10px;
      height: 10px;
      margin-right: 10px; }
    .banner-skitter .skitter-clean .info_slide_dots .image_number_select {
      opacity: 1; }

.ad-skitter {
  overflow: hidden;
  position: relative;
  width: 500px; }
  .ad-skitter .box_skitter {
    width: 500px;
    height: 300px; }
    .ad-skitter .box_skitter .prev_button {
      left: 50%;
      margin-left: -250px;
      z-index: 10;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      opacity: 0; }
    .ad-skitter .box_skitter .next_button {
      right: 50%;
      margin-right: -250px;
      z-index: 10;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      opacity: 0; }
    .ad-skitter .box_skitter .label_skitter {
      opacity: 1;
      background: url("../images/initial/darkbg.png") repeat; }
      .ad-skitter .box_skitter .label_skitter p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 15px 150px 15px 20px; }
    .ad-skitter .box_skitter:hover .prev_button, .ad-skitter .box_skitter:hover .next_button {
      opacity: 1; }
  .ad-skitter .skitter-clean .info_slide_dots {
    background: none;
    box-shadow: none; }
    .ad-skitter .skitter-clean .info_slide_dots .image_number {
      background: #fff; }
    .ad-skitter .skitter-clean .info_slide_dots .image_number_select {
      background: #294C75; }

#imgload {
  list-style: none;
  position: relative;
  width: 920px;
  margin: 0 auto; }
  #imgload ul, #imgload ol, #imgload li, #imgload dl, #imgload dd, #imgload dt {
    list-style: none; }
  #imgload ul, #imgload li {
    padding: 0;
    margin: 0; }
  #imgload .imgpartbox {
    margin: 0 auto; }
  #imgload .imgpartsum .imgbox {
    width: 100%;
    height: 600px;
    overflow: hidden; }
  #imgload .imgpartsum .imgbox .img {
    display: block;
    margin: 0 auto;
    position: relative; }
  #imgload #imgnext, #imgload #imglast {
    position: absolute;
    right: 0;
    top: 250px;
    z-index: 10;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    background: #294C75; }
  #imgload #imglast {
    left: 0;
    right: auto; }
  #imgload #menunext, #imgload #menulast {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 10;
    display: block;
    width: 25px;
    height: 82px;
    line-height: 82px;
    color: #fff;
    background: #ccc;
    text-align: center;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
  #imgload #menulast {
    left: 10px;
    right: auto; }
  #imgload .imgpartmenu {
    margin: 20px auto 0;
    left: -8px; }
  #imgload .imgpartmenu li {
    width: 120px;
    margin-left: 15px;
    display: inline; }
  #imgload .imgpartmenu li img {
    width: 120px;
    height: 80px;
    display: block; }
  #imgload .imgpartmenu li.sel img {
    width: 110px;
    height: 70px;
    border: 5px solid #808080; }
  #imgload .imgpartsum .essay {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 15px; }
  #imgload .imgpartsum .essay p {
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px; }
  #imgload #imgnext, #imgload #imglast, #imgload #menunext, #imgload #menulast {
    opacity: 0.5; }
  #imgload #imgnext:hover, #imgload #imglast:hover, #imgload #menunext:hover, #imgload #menulast:hover {
    opacity: 1; }

.red, a.red {
  color: #e41c1c; }

.box-shadow {
  box-shadow: 1px 1px 10px #ddd; }

@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 */
/* 以下是动画 */
.indextit {
  text-align: center; }
  .indextit h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px; }
  .indextit p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 100px;
    position: relative;
    color: #c8c8c8;
    letter-spacing: 4px;
    line-height: 30px; }
    .indextit p:before, .indextit p:after {
      content: '';
      width: 85px;
      height: 14px;
      border-bottom: 1px solid #c8c8c8;
      position: absolute;
      top: 0;
      left: 0; }
    .indextit p:after {
      left: auto;
      right: 0; }

.indexabout01 {
  float: left;
  width: 450px;
  line-height: 30px;
  font-size: 16px; }
  .indexabout01 h3 {
    font-size: 20px;
    color: #294C75; }
  .indexabout01 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    max-height: 180px;
    line-height: 30px;
    margin: 30px 0; }
  .indexabout01 a {
    display: block;
    width: 150px;
    line-height: 38px;
    height: 40px;
    font-size: 14px;
    background: #294C75;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .indexabout01 a i {
      margin-left: 5px;
      font-size: 20px;
      position: relative;
      top: 2px; }
    .indexabout01 a:after {
      content: attr(_text);
      position: absolute;
      left: 0;
      top: -100%;
      background: #80aad7;
      color: #fff;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: all 0.2s linear 0s;
      -webkit-transition: all 0.2s linear 0s;
      opacity: 0; }
    .indexabout01 a:hover:after {
      top: 0;
      opacity: 1; }

.indexabout01_img {
  display: block;
  float: right;
  max-width: 500px;
  width: 100%; }

.indexabout02 {
  position: relative;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  overflow: hidden;
  line-height: 100px;
  height: 100px;
  text-align: center;
  list-style: none; }
  .indexabout02 ul, .indexabout02 ol, .indexabout02 li, .indexabout02 dl, .indexabout02 dd, .indexabout02 dt {
    list-style: none; }
  .indexabout02 li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left;
    font-size: 16px;
    position: relative;
    padding-left: 80px;
    height: 100px;
    color: #555; }
    .indexabout02 li i {
      width: 40px;
      height: 100px;
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      background: url("../images/index01.png") no-repeat center center; }
    .indexabout02 li b {
      font-size: 40px;
      color: #294C75;
      margin: 0 5px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
    .indexabout02 li:first-child {
      position: absolute;
      left: 0;
      top: 0; }
    .indexabout02 li:last-child {
      position: absolute;
      right: 0;
      top: 0; }
    .indexabout02 li:hover b {
      font-size: 50px; }

.indexnewsbox {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 500px; }
  .indexnewsbox .imgbox {
    width: 50%;
    height: 500px;
    position: relative;
    float: left;
    overflow: hidden; }
    .indexnewsbox .imgbox a {
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: none;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
      .indexnewsbox .imgbox a i {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/initial/noimg.png") no-repeat center center;
        background-size: cover; }
      .indexnewsbox .imgbox a.sel {
        display: block; }
  .indexnewsbox .box {
    width: 50%;
    float: right;
    height: 430px;
    background: #294C75;
    list-style: none;
    padding-top: 70px;
    position: relative;
    z-index: 10; }
    .indexnewsbox .box ul, .indexnewsbox .box ol, .indexnewsbox .box li, .indexnewsbox .box dl, .indexnewsbox .box dd, .indexnewsbox .box dt {
      list-style: none; }
    .indexnewsbox .box li {
      padding: 0 0 0 70px;
      position: relative;
      margin-bottom: 45px;
      line-height: 25px;
      color: #e5e5e5;
      width: 430px; }
      .indexnewsbox .box li .time {
        position: absolute;
        left: 0px;
        top: 0px;
        right: auto;
        bottom: auto; }
        .indexnewsbox .box li .time i {
          position: absolute;
          left: 0px;
          top: 0px;
          right: auto;
          bottom: auto;
          width: 40px;
          height: 80px;
          background: #fff;
          opacity: 0.1;
          border-radius: 0 40px 40px 0; }
        .indexnewsbox .box li .time p {
          position: absolute;
          left: -30px;
          top: 10px;
          right: auto;
          bottom: auto;
          width: 60px;
          height: 60px;
          background: #294C75;
          color: #fff;
          text-align: center;
          border-radius: 50%;
          overflow: hidden;
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s;
          line-height: 18px; }
          .indexnewsbox .box li .time p b {
            font-size: 26px;
            line-height: 26px;
            display: block;
            font-weight: 400;
            padding-top: 8px; }
          .indexnewsbox .box li .time p span {
            font-size: 12px; }
      .indexnewsbox .box li .a1 {
        color: #e5e5e5;
        font-size: 20px;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .indexnewsbox .box li .p1 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 50px;
        line-height: 25px;
        height: 50px;
        margin-top: 15px; }
      .indexnewsbox .box li.sel .a1 {
        color: #fff;
        font-weight: bold; }
      .indexnewsbox .box li.sel .time i {
        opacity: 0.4; }
      .indexnewsbox .box li.sel .time p {
        color: #294C75;
        background: #fff; }
  .indexnewsbox .more {
    z-index: 15;
    position: absolute;
    top: 50%;
    margin: -15px 0 0 600px;
    left: 50%; }
    .indexnewsbox .more a {
      width: 30px;
      height: 30px;
      background: url("../images/more02.png") no-repeat center center;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      display: block; }
      .indexnewsbox .more a:hover {
        transform: translate(15px, 0px);
        -webkit-transform: translate(15px, 0px); }

.indexwork {
  list-style: none;
  width: 105%; }
  .indexwork ul, .indexwork ol, .indexwork li, .indexwork dl, .indexwork dd, .indexwork dt {
    list-style: none; }
  .indexwork li {
    float: left;
    width: 320px;
    overflow: hidden;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    margin: 0 20px 0 0; }
    .indexwork li .a-img, .indexwork li .a-imghover {
      height: 205px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      position: relative;
      z-index: 5; }
    .indexwork li section {
      margin: 15px 35px;
      line-height: 25px;
      color: #999;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      position: relative; }
    .indexwork li .a1 {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      font-size: 20px; }
    .indexwork li .p1 {
      margin: 5px 0; }
    .indexwork li .p2 {
      font-size: 16px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      max-height: 50px;
      line-height: 25px;
      height: 50px; }
    .indexwork li:hover {
      background: #f6f6f6;
      box-shadow: 1px 1px 15px #bbb; }
      .indexwork li:hover .a-img, .indexwork li:hover .a-imghover {
        transform: translate(0, 140px);
        -webkit-transform: translate(0, 140px); }
        .indexwork li:hover .a-img i, .indexwork li:hover .a-imghover i {
          transform: scale(1.1);
          -webkit-transform: scale(1.1); }
      .indexwork li:hover section {
        transform: translate(0, -205px);
        -webkit-transform: translate(0, -205px); }
      .indexwork li:hover .a1 {
        font-weight: bold;
        color: #294C75; }

.indexmore {
  width: 160px;
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 1px 1px 10px #ddd;
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #777;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  letter-spacing: 5px; }
  .indexmore span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 45px;
    position: relative;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    left: 5px; }
  .indexmore i {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0; }
  .indexmore:hover {
    background: #294C75;
    color: #fff; }
    .indexmore:hover span {
      padding-right: 55px; }

.indexhonor {
  width: 100%;
  padding-top: 60px;
  background: url("../images/photos/bg01.png") no-repeat center top; }
  .indexhonor .indextit {
    color: #fff; }
  .indexhonor .main {
    background: #fff;
    box-shadow: 1px 1px 10px #ddd; }
  .indexhonor .box01 {
    float: left;
    width: 395px;
    margin: 30px 0 30px 40px;
    line-height: 28px;
    color: #777; }
    .indexhonor .box01 .a1 {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #555;
      font-size: 20px;
      font-weight: bold; }
      .indexhonor .box01 .a1:hover {
        color: #294C75; }
    .indexhonor .box01 .p1 {
      font-size: 16px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      max-height: 56px;
      line-height: 28px;
      height: 56px;
      margin: 20px 0; }
    .indexhonor .box01 .p2 {
      margin-top: 15px;
      overflow: hidden;
      color: #999; }
      .indexhonor .box01 .p2 span {
        float: left; }
      .indexhonor .box01 .p2 a {
        float: right;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        color: #999; }
        .indexhonor .box01 .p2 a:hover {
          color: #294C75; }
    .indexhonor .box01 .a-img, .indexhonor .box01 .a-imghover {
      height: 260px;
      background: #000; }
    .indexhonor .box01:hover .a1 {
      color: #294C75; }
    .indexhonor .box01:hover .a-img i, .indexhonor .box01:hover .a-imghover i {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      opacity: 0.7; }
  .indexhonor .box02 {
    list-style: none;
    float: right;
    width: 480px;
    margin-right: 40px; }
    .indexhonor .box02 ul, .indexhonor .box02 ol, .indexhonor .box02 li, .indexhonor .box02 dl, .indexhonor .box02 dd, .indexhonor .box02 dt {
      list-style: none; }
    .indexhonor .box02 li {
      border-bottom: 1px solid #ddd;
      padding-top: 30px;
      position: relative;
      height: 131px;
      line-height: 28px;
      color: #777; }
      .indexhonor .box02 li:last-child {
        border: none; }
      .indexhonor .box02 li .a1 {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 30px;
        margin-right: 30px;
        position: relative;
        height: 28px;
        font-size: 18px;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s; }
        .indexhonor .box02 li .a1:before {
          content: '';
          width: 6px;
          height: 6px;
          position: absolute;
          left: 11px;
          top: 11px;
          right: auto;
          bottom: auto;
          background: #c4c4c4;
          border-radius: 50%;
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s; }
      .indexhonor .box02 li .p1 {
        margin: 15px 150px 0 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 56px;
        line-height: 28px; }
      .indexhonor .box02 li .p2 {
        position: absolute;
        right: 30px;
        bottom: 20px;
        color: #999; }
      .indexhonor .box02 li:hover .a1 {
        color: #294C75;
        font-weight: bold; }
        .indexhonor .box02 li:hover .a1:before {
          background: #294C75; }

.indexmember {
  width: 100%;
  overflow: hidden;
  padding-bottom: 110px;
  background: url("../images/photos/bg02.png") no-repeat center bottom; }
  .indexmember .box {
    height: 685px;
    position: relative;
    margin: 0 auto;
    width: 1040px; }
    .indexmember .box .sum {
      padding: 20px 0 0 20px;
      overflow: hidden; }
      .indexmember .box .sum a {
        float: left;
        width: 290px;
        background: #f6f6f6;
        margin: 0 20px 40px 0;
        padding: 15px;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        position: relative;
        height: 265px; }
        .indexmember .box .sum a .a-img, .indexmember .box .sum a .a-imghover {
          height: 190px; }
        .indexmember .box .sum a .p1 {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-size: 20px;
          margin: 15px 0 10px; }
        .indexmember .box .sum a .p2 {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-size: 16px;
          color: #999;
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s; }
        .indexmember .box .sum a:hover {
          box-shadow: 1px 1px 10px #ddd;
          color: #fff;
          background: #294C75;
          transform: translate(0, -10px);
          -webkit-transform: translate(0, -10px); }
          .indexmember .box .sum a:hover .p2 {
            color: #fff; }
    .indexmember .box .prevbtn, .indexmember .box .nextbtn {
      position: absolute;
      left: -90px;
      top: 300px;
      width: 65px;
      height: 65px;
      line-height: 50px;
      text-align: center;
      font-size: 30px;
      background: #eee;
      border-radius: 50%;
      color: #fff;
      cursor: pointer;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      background: url("../images/page01.png") no-repeat center center; }
      .indexmember .box .prevbtn:hover, .indexmember .box .nextbtn:hover {
        background-image: url("../images/page01-1.png"); }
    .indexmember .box .nextbtn {
      left: auto;
      right: -90px;
      background-image: url("../images/page02.png"); }
      .indexmember .box .nextbtn:hover {
        background-image: url("../images/page02-1.png"); }

.indexbot {
  width: 100%;
  overflow: hidden;
  background: url("../images/photos/bg03.png") no-repeat center bottom;
  padding-bottom: 120px;
  position: relative; }
  .indexbot menu {
    overflow: hidden;
    padding-right: 250px; }
    .indexbot menu a {
      float: left;
      padding: 0 16px;
      line-height: 40px;
      height: 40px;
      font-size: 16px;
      color: #fff;
      background: #c8c8c8;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      margin: 0 25px 10px 0; }
      .indexbot menu a.sel {
        background: #294C75; }
  .indexbot .search {
    width: 150px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    padding: 0 55px 0 30px;
    border: 1px solid #d9d9d9; }
    .indexbot .search .text {
      width: 100%;
      line-height: 40px;
      height: 40px; }
    .indexbot .search .sub {
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 40px;
      background: url("../images/search.png") no-repeat left center; }
  .indexbot ul {
    list-style: none; }
    .indexbot ul ul, .indexbot ul ol, .indexbot ul li, .indexbot ul dl, .indexbot ul dd, .indexbot ul dt {
      list-style: none; }
    .indexbot ul li {
      width: 100%;
      display: none; }
      .indexbot ul li .list {
        float: left;
        width: 49%;
        line-height: 50px;
        height: 50px;
        position: relative;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        font-size: 16px;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s; }
        .indexbot ul li .list:nth-child(even) {
          float: right; }
        .indexbot ul li .list:before {
          content: '';
          position: absolute;
          left: 20px;
          top: 22px;
          width: 6px;
          height: 6px;
          background: #999;
          border-radius: 50%;
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s; }
        .indexbot ul li .list span {
          position: absolute;
          right: 20px;
          top: 0;
          color: #999; }
        .indexbot ul li .list p {
          margin: 0 130px 0 45px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          position: relative; }
        .indexbot ul li .list:hover {
          color: #294C75; }
          .indexbot ul li .list:hover:before {
            background: #294C75; }
          .indexbot ul li .list:hover p {
            font-weight: bold; }
      .indexbot ul li .more {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        line-height: 40px;
        height: 40px;
        padding: 0 30px;
        background: #ccd8e5;
        border-radius: 20px;
        border: 1px solid #294C75;
        color: #294C75;
        font-size: 16px;
        overflow: hidden;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s; }
        .indexbot ul li .more span {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          padding-right: 45px;
          background: url("../images/more01.png") no-repeat right center;
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s; }
        .indexbot ul li .more:hover {
          background: #8bb1db; }
          .indexbot ul li .more:hover span {
            padding-right: 30px;
            margin-right: 15px; }

.loginbox {
  width: 100%;
  height: 750px;
  position: relative; }
  .loginbox .bg {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/initial/noimg.png") no-repeat center center;
    background-size: cover; }
  .loginbox .box {
    width: 520px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    top: 160px;
    left: 50%; }
    .loginbox .box .tit {
      font-size: 20px;
      text-align: center;
      margin: 40px 0 30px;
      font-weight: 400; }

.loginmain {
  width: 400px;
  margin: 0 auto; }
  .loginmain .text {
    line-height: 48px;
    height: 48px;
    border: 1px solid #d9d9d9;
    padding: 0 25px;
    width: 348px;
    margin-bottom: 15px; }
  .loginmain .text01 {
    width: 235px;
    float: left; }
  .loginmain .yzm {
    float: right;
    height: 50px;
    overflow: hidden;
    max-width: 95px; }
    .loginmain .yzm img {
      display: block;
      height: 50px; }
  .loginmain .info {
    text-align: center;
    font-size: 16px;
    color: #294C75;
    padding: 15px 0 30px; }
    .loginmain .info a {
      text-decoration: underline;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #294C75; }
      .loginmain .info a:hover {
        color: #80aad7; }
  .loginmain .sub {
    border: none;
    background: #294C75;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    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; }
    .loginmain .sub:hover {
      background: #333; }

.loginpace {
  width: 100%;
  position: relative;
  list-style: none; }
  .loginpace ul, .loginpace ol, .loginpace li, .loginpace dl, .loginpace dd, .loginpace dt {
    list-style: none; }
  .loginpace .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    border-bottom: 2px solid #d8d8d8;
    height: 23px; }
    .loginpace .bg i {
      width: 50%;
      border-bottom: 2px solid #294C75;
      display: block;
      height: 23px; }
  .loginpace .bg_sel i {
    width: 100%; }
  .loginpace ul {
    margin: 0 auto;
    width: 1220px;
    text-align: center;
    position: relative;
    z-index: 5; }
    .loginpace ul li {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      margin-left: 110px;
      text-align: center;
      font-size: 16px;
      color: #999;
      position: relative; }
      .loginpace ul li:first-child {
        margin: 0; }
      .loginpace ul li i {
        display: block;
        width: 50px;
        height: 50px;
        background: #989898 url("../images/logo01.png") no-repeat center center;
        border-radius: 50%;
        margin: 0 auto 15px;
        position: relative;
        z-index: 5; }
      .loginpace ul li .line {
        position: absolute;
        right: 40%;
        top: 0;
        border-bottom: 2px solid #d8d8d8;
        height: 23px;
        width: 220px; }
      .loginpace ul li.sel {
        color: #294C75; }
        .loginpace ul li.sel i {
          background-color: #294C75; }
        .loginpace ul li.sel .line {
          border-color: #294C75; }

.regbox {
  width: 500px;
  margin: 0 auto; }
  .regbox section {
    position: relative;
    margin-bottom: 15px;
    padding: 0 25px 0 80px;
    line-height: 50px;
    min-height: 50px; }
    .regbox section .tit {
      position: absolute;
      top: 0;
      left: -85px;
      width: 150px;
      text-align: right; }
    .regbox section .dian {
      position: absolute;
      right: 0;
      font-size: 16px;
      color: #e41c1c; }
    .regbox section .text {
      width: 343px;
      border: 1px solid #d9d9d9;
      line-height: 48px;
      height: 48px;
      padding: 0 25px; }
    .regbox section .text01 {
      width: 230px;
      float: left; }
    .regbox section .yzm {
      float: right;
      height: 50px;
      overflow: hidden;
      max-width: 95px; }
      .regbox section .yzm img {
        display: block;
        height: 50px; }
    .regbox section select {
      width: 395px;
      border: 1px solid #d9d9d9;
      line-height: 50px;
      height: 50px;
      padding-left: 25px; }
      .regbox section select.sel01 {
        width: 190px; }
    .regbox section .textarea {
      width: 343px;
      border: 1px solid #d9d9d9;
      line-height: 25px;
      height: 80px;
      padding: 12px 25px;
      margin: -17px 0 0 0;
      position: relative;
      top: 17px; }
  .regbox .bot {
    overflow: hidden;
    padding: 35px 25px 0 80px; }
    .regbox .bot a {
      display: block;
      width: 120px;
      line-height: 40px;
      height: 40px;
      text-align: center;
      color: #fff;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      background: #294C75; }
      .regbox .bot a.a1 {
        background: #c8c8c8; }
        .regbox .bot a.a1:hover {
          background: #294C75; }
      .regbox .bot a:hover {
        background: #333; }

.regbox_res {
  width: 280px;
  margin: 0 auto; }
  .regbox_res .a1 {
    display: block;
    width: 120px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    background: #7F94AC; }
    .regbox_res .a1:hover {
      background: #294C75; }
  .regbox_res .a2 {
    display: block;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    background: #294C75; }
    .regbox_res .a2:hover {
      background: #333; }

.conbg {
  background: #f8f8f8; }

.conpace {
  color: #999;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 10px #ddd;
  height: 60px;
  z-index: 5;
  position: relative; }
  .conpace menu {
    float: right; }
    .conpace menu a {
      float: left;
      line-height: 58px;
      margin-left: 28px;
      font-size: 16px;
      color: #999;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #999; }
      .conpace menu a:hover {
        color: #294C75; }
      .conpace menu a.sel {
        border-bottom: 2px solid #294C75;
        color: #294C75; }

.pacebox {
  float: left;
  font-size: 16px;
  line-height: 60px; }
  .pacebox .a1 {
    float: left;
    height: 60px;
    width: 20px;
    background: url("../images/home.png") no-repeat center center; }
  .pacebox .a2 {
    float: left;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    color: #999; }
    .pacebox .a2:hover {
      color: #294C75; }
  .pacebox i {
    float: left;
    margin: 0 8px;
    color: #ccc;
    font-size: 16px; }
  .pacebox span {
    color: #294C75; }

.consmallnav {
  overflow: hidden; }
  .consmallnav a {
    line-height: 37px;
    height: 37px;
    padding: 0 16px;
    color: #777;
    font-size: 16px;
    margin: 0 15px 10px 0;
    background: #fff;
    float: left;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
    .consmallnav a:hover {
      color: #294C75; }
    .consmallnav a.sel {
      background: #294C75;
      color: #fff; }

.explist {
  width: 105%;
  list-style: none; }
  .explist ul, .explist ol, .explist li, .explist dl, .explist dd, .explist dt {
    list-style: none; }
  .explist li {
    float: left;
    width: 276px;
    overflow: hidden;
    margin: 0 25px 40px 0;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    position: relative;
    padding: 20px;
    color: #555;
    background: #fff;
    box-shadow: 1px 1px 10px #ddd; }
    .explist li .a-img, .explist li .a-imghover {
      height: 276px; }
    .explist li .a1 {
      font-size: 20px;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin: 20px 0 15px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
    .explist li p {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .explist li:hover {
      color: #fff;
      background: #294C75; }
      .explist li:hover .a1 {
        color: #fff; }
      .explist li:hover .a-img i, .explist li:hover .a-imghover i {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }

.zuzhi-tit {
  text-align: center;
  font-size: 32px;
  line-height: 55px;
  font-weight: 400; }

.rulesum {
  list-style: none;
  border-top: 1px solid #d9d9d9; }
  .rulesum ul, .rulesum ol, .rulesum li, .rulesum dl, .rulesum dd, .rulesum dt {
    list-style: none; }
  .rulesum li {
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden; }
    .rulesum li h2 {
      position: relative;
      line-height: 60px;
      height: 60px;
      padding: 0 55px 0 65px;
      font-size: 20px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      cursor: pointer; }
      .rulesum li h2:before {
        content: '';
        position: absolute;
        left: 40px;
        top: 27px;
        right: auto;
        bottom: auto;
        width: 6px;
        height: 6px;
        background: #999;
        border-radius: 50%;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s; }
      .rulesum li h2 b {
        font-weight: 400;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .rulesum li h2 .iconfont {
        position: absolute;
        right: 25px;
        top: 0;
        color: #999;
        font-size: 18px; }
      .rulesum li h2 .ico02 {
        display: none;
        color: #294C75;
        font-weight: bold; }
      .rulesum li h2.sel {
        color: #294C75; }
        .rulesum li h2.sel:before {
          background: #294C75; }
        .rulesum li h2.sel b {
          font-weight: bold; }
        .rulesum li h2.sel .ico01 {
          display: none; }
        .rulesum li h2.sel .ico02 {
          display: block; }
      .rulesum li h2:hover {
        color: #294C75; }
        .rulesum li h2:hover:before {
          background: #294C75; }
    .rulesum li section {
      color: #555;
      line-height: 30px;
      font-size: 16px;
      margin: 10px 55px 25px 65px;
      overflow: hidden;
      display: none; }

.enterbox {
  width: 810px;
  margin: 0 auto; }
  .enterbox h2 {
    text-align: center;
    margin-bottom: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #294C75;
    font-weight: 400; }
    .enterbox h2 span {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding-left: 45px;
      background: url("../images/enter.png") no-repeat left center; }
  .enterbox .info {
    font-size: 16px;
    line-height: 30px; }
  .enterbox section {
    position: relative;
    padding-left: 165px;
    color: #555;
    line-height: 30px;
    min-height: 40px; }
    .enterbox section .tit {
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      line-height: 40px;
      font-size: 20px;
      width: 125px;
      border-right: 1px solid #d9d9d9;
      height: 100%; }
  .enterbox .specilcbtn {
    float: right;
    width: 120px;
    font-size: 14px;
    line-height: 40px;
    height: 40px; }

.contentbox {
  list-style: none; }
  .contentbox ul, .contentbox ol, .contentbox li, .contentbox dl, .contentbox dd, .contentbox dt {
    list-style: none; }
  .contentbox .box01 {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 0 650px 0 30px;
    height: 320px;
    line-height: 25px; }
    .contentbox .box01 .img {
      position: absolute;
      right: 0;
      top: 0;
      height: 320px;
      width: 620px; }
      .contentbox .box01 .img img {
        object-fit: cover; }
    .contentbox .box01 h2 {
      font-size: 22px;
      padding: 70px 0 40px;
      font-weight: 400; }
    .contentbox .box01 p {
      padding-left: 35px;
      background: url("../images/address04.png") no-repeat left 3px;
      margin-bottom: 20px; }
  .contentbox .tit {
    padding-left: 50px;
    line-height: 40px;
    font-size: 24px;
    font-weight: 400;
    color: #294C75;
    background: url("../images/address04.png") no-repeat left center; }
  .contentbox .text {
    line-height: 50px;
    height: 50px;
    background: #fff;
    padding: 0 15px;
    width: 460px; }
  .contentbox .text01 {
    line-height: 40px;
    height: 40px;
    width: 360px; }
  .contentbox .textarea {
    position: relative;
    height: 100px;
    background: #fff;
    padding: 10px 15px;
    width: 970px; }
  .contentbox .yzm {
    float: left;
    height: 40px;
    overflow: hidden;
    max-width: 100px;
    margin-left: 10px; }
    .contentbox .yzm img {
      display: block;
      height: 40px; }
  .contentbox .specilcbtn {
    width: 120px;
    line-height: 40px;
    height: 40px;
    float: right; }

.caselist {
  width: 105%; }
  .caselist a {
    float: left;
    width: 316px;
    overflow: hidden;
    margin: 0 25px 40px 0;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    position: relative;
    background: #fff;
    box-shadow: 1px 1px 10px #ddd;
    font-size: 16px; }
    .caselist a .a-img, .caselist a .a-imghover {
      height: 454px; }
    .caselist a .p1 {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      line-height: 50px;
      text-align: center; }
    .caselist a:hover {
      color: #fff;
      background: #294C75; }
      .caselist a:hover .a-img i, .caselist a:hover .a-imghover i {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }

.noticelist {
  float: left;
  padding: 0 25px 0 165px;
  width: 300px;
  overflow: hidden;
  margin-bottom: 40px;
  line-height: 30px;
  position: relative;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  height: 160px;
  box-shadow: 1px 1px 10px #ddd; }
  .noticelist:nth-child(even) {
    float: right; }
  .noticelist .time {
    position: absolute;
    left: 0;
    top: 35px;
    right: auto;
    bottom: auto;
    font-size: 30px;
    width: 140px;
    height: 90px;
    border-right: 1px solid #d9d9d9;
    text-align: center;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
    .noticelist .time b {
      font-size: 30px;
      line-height: 40px;
      display: block;
      font-weight: 400;
      padding-top: 10px; }
    .noticelist .time span {
      font-size: 16px; }
  .noticelist .p1 {
    display: block;
    font-size: 24px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    margin-top: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 90px;
    line-height: 45px; }
  .noticelist:hover {
    background: #294C75;
    color: #fff; }
    .noticelist:hover .p1 {
      font-weight: bold; }
    .noticelist:hover .time {
      border-color: #199483; }

.complist {
  display: block;
  position: relative;
  line-height: 50px;
  height: 50px;
  padding: 0 130px 0 65px;
  font-size: 16px;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  border-bottom: 1px solid #d9d9d9; }
  .complist:before {
    content: '';
    position: absolute;
    left: 40px;
    top: 22px;
    right: auto;
    bottom: auto;
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 50%;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
  .complist span {
    position: absolute;
    right: 25px;
    top: 0;
    color: #999; }
  .complist p {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .complist:hover {
    color: #294C75; }
    .complist:hover p {
      font-weight: bold; }
    .complist:hover:before {
      background: #294C75; }

.prolist {
  width: 105%; }
  .prolist a {
    float: left;
    width: 320px;
    background: #fff;
    margin: 0 20px 40px 0;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    position: relative;
    box-shadow: 1px 1px 10px #ddd;
    overflow: hidden;
    padding-bottom: 15px; }
    .prolist a .a-img, .prolist a .a-imghover {
      height: 165px;
      position: relative; }
      .prolist a .a-img u, .prolist a .a-imghover u {
        width: 44px;
        height: 44px;
        position: absolute;
        left: 50%;
        top: 50%;
        right: auto;
        bottom: auto;
        margin: -22px 0 0 -22px;
        background: url("../images/video.png") no-repeat center center;
        background-size: contain;
        z-index: 5; }
    .prolist a .p1 {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px;
      margin: 25px 25px 35px; }
    .prolist a .p2 {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #999;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      margin: 0 25px; }
    .prolist a:hover {
      color: #294C75; }
      .prolist a:hover .p1 {
        font-weight: bold; }
      .prolist a:hover .a-img i, .prolist a:hover .a-imghover i {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }

/*# sourceMappingURL=style.css.map */
