@charset "UTF-8";
@keyframes _anDownUpOp {
  0% {
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
@-webkit-keyframes _anDownUpOp {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }
@keyframes _anDownUpOp01 {
  0% {
    transform: translateY(100%);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
@-webkit-keyframes _anDownUpOp01 {
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }
@keyframes _anLeftRightOp {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes _anLeftRightOp {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), color-stop(0.33, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), color-stop(0.33, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0; } }
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), color-stop(0.33, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), color-stop(0.33, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0; } }
@keyframes liMove {
  0% {
    transform: translateY(-110%);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
@keyframes liHIde {
  0% {
    transform: translateY(0px);
    opacity: 1; }
  100% {
    transform: translateY(110%);
    opacity: 0; } }
body {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  position: relative;
  line-height: 20px;
  background: #fff url(../images/icon/bg01.jpg) no-repeat top;
  min-width: 1200px; }

a, .pageGro .span1 {
  color: #333;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  a:hover, .pageGro .span1:hover {
    color: #2c6daf; }

input {
  font-family: "微软雅黑";
  font-size: 14px; }

.white, a.white, .pageGro .white.span1 {
  color: #fff; }

.fc, a.fc, .pageGro .fc.span1 {
  color: #4aade0; }

.whitebg, input.whitebg {
  background: #fff; }

.eeebg, input.eeebg {
  background: #eee; }

.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.w110 {
  width: 110%; }

.tophead {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: right; }
  .tophead .lgbtn {
    margin-left: 24px;
    padding-left: 16px;
    display: inline-block;
    background: url(../images/icon/ic01.png) no-repeat left; }
    .tophead .lgbtn:hover {
      color: #4aade0; }

.comhead {
  height: 150px;
  width: 100%;
  overflow: hidden; }
  .comhead .box_l {
    width: 450px; }
  .comhead .box_r {
    width: 720px;
    height: 150px;
    overflow: hidden; }
  .comhead .logo {
    width: 441px; }
  .comhead .search {
    width: 367px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #4aade0;
    margin-left: 54px;
    margin-top: 10px; }
    .comhead .search .text {
      width: 300px;
      height: 42px;
      line-height: 42px;
      padding-left: 17px;
      background: #fff;
      font-size: 16px; }
      .comhead .search .text::-webkit-input-placeholder {
        color: #cccccc; }
      .comhead .search .text::-moz-placeholder {
        color: #cccccc; }
      .comhead .search .text:-moz-placeholder {
        color: #cccccc; }
      .comhead .search .text:-ms-input-placeholder {
        color: #cccccc; }
    .comhead .search .sub {
      position: absolute;
      width: 60px;
      height: 42px;
      top: 0;
      right: 0px;
      color: #fff;
      background: #4aade0;
      font-size: 16px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      background: #4aade0 url("../images/search.png") no-repeat center; }
      .comhead .search .sub:hover {
        background-color: #2c6daf; }

.comnav {
  width: 100%;
  z-index: 10;
  margin-top: 15px; }
  .comnav .bg {
    width: 120px;
    height: 54px;
    background: #4aade0;
    position: absolute;
    left: 0;
    top: 0; }
  .comnav ul {
    background: #2c6daf;
    height: 54px;
    line-height: 54px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .comnav ul li {
      width: 120px;
      float: left; }
      .comnav ul li .a1 {
        display: block;
        width: 100%;
        height: 54px;
        line-height: 54px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        z-index: 2; }
      .comnav ul li .box {
        width: 100%;
        position: absolute;
        left: 0;
        top: 40px;
        overflow: hidden;
        visibility: hidden;
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-opacity: 0;
        transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px);
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
        .comnav ul li .box a, .comnav ul li .box .pageGro .span1, .pageGro .comnav ul li .box .span1 {
          display: block;
          line-height: 35px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          text-align: center;
          border-top: 1px solid #fff;
          background: #4aade0;
          color: #fff;
          transition: all 0.5s ease-in-out 0.01s;
          -webkit-transition: all 0.5s ease-in-out 0.01s; }
          .comnav ul li .box a:hover, .comnav ul li .box .pageGro .span1:hover, .pageGro .comnav ul li .box .span1:hover {
            background: #024bb1; }
      .comnav ul li:hover .box {
        visibility: visible;
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-opacity: 1;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px); }
    .comnav ul li:last-child {
      float: right; }

.comfoot .topbox {
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #EEEEEE;
  border-bottom: 1px solid #dddddd; }
  .comfoot .topbox nav {
    display: inline-block;
    overflow: hidden; }
  .comfoot .topbox a, .comfoot .topbox .pageGro .span1, .pageGro .comfoot .topbox .span1 {
    color: #666666;
    padding: 0 20px;
    background: url(../images/icon/hr02.png) no-repeat left;
    display: inline-block;
    left: -2px; }
    .comfoot .topbox a:hover, .comfoot .topbox .pageGro .span1:hover, .pageGro .comfoot .topbox .span1:hover {
      color: #4aade0; }
.comfoot .main {
  padding-top: 40px;
  padding-bottom: 45px; }
.comfoot .botmbox {
  padding-left: 160px;
  line-height: 24px;
  color: #666666; }
  .comfoot .botmbox .logo {
    position: absolute;
    left: 55px;
    top: 0px;
    right: auto;
    bottom: auto; }
  .comfoot .botmbox .p1 {
    font-size: 15px;
    color: #333;
    margin-bottom: 3px; }
  .comfoot .botmbox span {
    margin-right: 40px; }
  .comfoot .botmbox a, .comfoot .botmbox .pageGro .span1, .pageGro .comfoot .botmbox .span1 {
    color: #666666; }
    .comfoot .botmbox a:hover, .comfoot .botmbox .pageGro .span1:hover, .pageGro .comfoot .botmbox .span1:hover {
      color: #4aade0; }
.comfoot .codeimg {
  text-align: center;
  font-size: 14px;
  color: #666;
  position: absolute;
  left: auto;
  top: 35px;
  right: 50px;
  bottom: auto; }
  .comfoot .codeimg .img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: inline-block; }
    .comfoot .codeimg .img img {
      display: block; }

.innavbox .box_l {
  width: 1010px; }
.innavbox .box_r {
  width: 150px; }

.innewleft {
  width: 574px;
  height: 381px;
  overflow: hidden;
  border: 2px solid #fff; }
  .innewleft .bd a, .innewleft .bd .pageGro .span1, .pageGro .innewleft .bd .span1 {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 381px;
    background-size: cover; }
    .innewleft .bd a:before, .innewleft .bd .pageGro .span1:before, .pageGro .innewleft .bd .span1:before {
      content: "";
      width: 100%;
      height: 100%;
      z-index: 1;
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto; }
    .innewleft .bd a:hover:before, .innewleft .bd .pageGro .span1:hover:before, .pageGro .innewleft .bd .span1:hover:before {
      animation: gradient-rectangle 1s 1;
      animation-delay: 0s;
      -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
      animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96); }
  .innewleft .hd {
    position: static;
    z-index: 2; }
    .innewleft .hd ul {
      text-align: center;
      bottom: 6px;
      position: absolute;
      right: 3px; }
      .innewleft .hd ul li {
        float: left;
        width: 12px;
        height: 12px;
        overflow: hidden;
        background: url(../images/icon/li01.png) no-repeat right;
        line-height: 0px;
        font-size: 0px;
        margin: 0 3.5px;
        z-index: 2; }
      .innewleft .hd ul li.on {
        background-position: left; }

.inbanner {
  width: 720px;
  height: 150px;
  overflow: hidden; }
  .inbanner .bd a, .inbanner .bd .pageGro .span1, .pageGro .inbanner .bd .span1 {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
    background-size: cover; }
  .inbanner .hd {
    position: static; }
    .inbanner .hd ul {
      text-align: center;
      bottom: 6px;
      position: absolute;
      right: 3px; }
      .inbanner .hd ul li {
        float: left;
        width: 12px;
        height: 12px;
        overflow: hidden;
        background: url(../images/icon/li01.png) no-repeat right;
        line-height: 0px;
        font-size: 0px;
        margin: 0 3.5px;
        z-index: 1; }
      .inbanner .hd ul li.on {
        background-position: left; }

.innewright {
  width: 410px; }
  .innewright .innewhot {
    display: block;
    padding-top: 18px;
    padding-bottom: 15px;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 10px; }
    .innewright .innewhot .tit {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 5px;
      width: 76%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .innewright .innewhot .date {
      position: absolute;
      left: auto;
      top: 18px;
      right: 0;
      bottom: auto; }
    .innewright .innewhot .des {
      margin-top: 5px;
      line-height: 21px;
      color: #666; }
    .innewright .innewhot .dtlbtn {
      display: inline-block;
      color: #4aade0;
      margin-left: 10px; }

.txtlist01 {
  display: block;
  line-height: 36px; }
  .txtlist01 .tit {
    font-weight: bold;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px; }
  .txtlist01 .date {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    color: #999999; }

.txtlist02 {
  display: block;
  line-height: 36px; }
  .txtlist02 .tit {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
    background: url(../images/icon/li02.png) no-repeat left 14px; }
  .txtlist02 .date {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    color: #999999; }
  .txtlist02:hover .date {
    color: #2c6daf; }
  .txtlist02:hover .tit {
    background-position: left -22px; }

.txtlist03 {
  display: block;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .txtlist03 span {
    width: 24px;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    color: #fff;
    margin-right: 7px;
    top: 8px;
    background: #999999; }
  .txtlist03 .ic01 {
    background: #2c6daf; }
  .txtlist03 .ic02 {
    background: #4aade0; }
  .txtlist03 .ic03 {
    background: #50e0e2; }

.txtlist04 {
  display: block;
  line-height: 36px; }
  .txtlist04 .tit {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .txtlist04 .date {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    color: #999999;
    font-size: 12px; }
  .txtlist04 .ic {
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    background: #4aade0;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px; }

.innav {
  background: #2c6daf;
  height: 384px;
  width: 100%; }
  .innav .a1 {
    display: block;
    padding-left: 40px;
    line-height: 42px;
    font-size: 17px;
    color: #fff;
    background: url(../images/icon/arrows01.png) no-repeat 16px;
    cursor: pointer;
    z-index: 100; }
  .innav .a1.sel {
    background-image: url(../images/icon/arrows01_on.png);
    background-color: #fff;
    color: #2c6daf;
    z-index: 2; }
  .innav li {
    position: static; }
    .innav li:hover .a1 {
      background-image: url(../images/icon/arrows01_on.png);
      background-color: #fff;
      color: #2c6daf;
      z-index: 2; }
    .innav li:nth-child(8) .txtlist05 {
      padding-left: 130px;
      padding-right: 130px; }
  .innav section {
    border: 1px solid #dddddd;
    position: absolute;
    left: auto;
    top: 0;
    right: 149px;
    bottom: auto;
    z-index: 1;
    display: none;
    width: 1048px;
    height: 383px;
    background: #fff;
    overflow: hidden;
    z-index: 3; }
  .innav .navshow01 {
    width: 1009px;
    height: 348px;
    padding: 20px;
    padding-top: 15px; }
    .innav .navshow01 .zbox_l {
      width: 530px; }
    .innav .navshow01 .zbox_r {
      margin-left: 33px;
      width: 445px; }
      .innav .navshow01 .zbox_r .img01 {
        display: block;
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin-top: 4px;
        margin-bottom: 9px; }
        .innav .navshow01 .zbox_r .img01:before {
          content: "";
          width: 100%;
          height: 100%;
          z-index: 1;
          position: absolute;
          left: 0px;
          top: 0px;
          right: auto;
          bottom: auto; }
        .innav .navshow01 .zbox_r .img01:hover:before {
          animation: gradient-rectangle 1s 1;
          animation-delay: 0s;
          -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
          animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96); }
        .innav .navshow01 .zbox_r .img01 img {
          display: block;
          width: 100%;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
    .innav .navshow01 .inalltit01 p {
      font-size: 21px; }
    .innav .navshow01 .txtlist02 {
      line-height: 35px; }
    .innav .navshow01 .txtlist02 .tit {
      font-size: 16px; }
    .innav .navshow01 .txtlist03 {
      font-size: 16px; }
  .innav .navshow02 .innavmap {
    margin-left: 35px;
    margin-right: 40px; }
  .innav .navshow02 .zbox_r {
    width: 560px;
    padding-top: 20px; }
  .innav .navshow02 .inalltit01 p {
    font-size: 21px; }
  .innav .navshow03 {
    width: 1004px;
    height: 348px;
    padding: 20px;
    padding-top: 15px;
    padding-right: 25px; }
    .innav .navshow03 .zbox_l {
      /*width: 790px;*/
      width: 645px; }
    .innav .navshow03 .zbox_r {
      /*width: 203px;*/
      width: 350px; }
      .innav .navshow03 .zbox_r .txtlist02 .tit {
        width: 100%;
        font-size: 16px;
        background-position: left 16px; }
  .innav .navshow04 {
    width: 1029px;
    height: 348px;
    padding: 20px;
    padding-top: 15px;
    padding-right: 0; }
    .innav .navshow04 .box {
      width: 313px;
      margin-right: 35px;
      float: left; }
    .innav .navshow04 .mr0 {
      margin-right: 0; }
    .innav .navshow04 .txtlist02 .tit {
      width: 100%; }
  .innav .navshow05 {
    width: 1004px;
    height: 348px;
    padding: 20px;
    padding-top: 15px;
    padding-right: 25px; }
    .innav .navshow05 .intit {
      text-align: center;
      font-size: 18px;
      color: #2c6daf;
      border-bottom: 3px solid #2c6daf;
      padding-bottom: 6px; }
    .innav .navshow05 .box {
      width: 475px; }
  .innav .navshow06 {
    width: 1004px;
    height: 348px;
    padding: 20px;
    padding-top: 15px;
    padding-right: 25px; }
    .innav .navshow06 .box_l {
      width: 550px; }
      .innav .navshow06 .box_l .incon {
        margin-top: 10px;
        margin-bottom: 15px;
        height: 190px;
        overflow: hidden; }
      .innav .navshow06 .box_l menu {
        overflow: hidden;
        line-height: 24px;
        margin-top: 10px;
        height: 72px;
        overflow: hidden; }
        .innav .navshow06 .box_l menu a, .innav .navshow06 .box_l menu .pageGro .span1, .pageGro .innav .navshow06 .box_l menu .span1 {
          display: inline-block;
          line-height: 16px;
          border-left: 2px solid #adadad;
          color: #666;
          padding: 0 20px;
          left: -20px; }
          .innav .navshow06 .box_l menu a:hover, .innav .navshow06 .box_l menu .pageGro .span1:hover, .pageGro .innav .navshow06 .box_l menu .span1:hover {
            color: #4aade0; }
    .innav .navshow06 .box_r {
      width: 393px; }
      .innav .navshow06 .box_r .box_r_l {
        width: 200px; }
        .innav .navshow06 .box_r .box_r_l .img {
          max-height: 300px;
          overflow: hidden;
          margin-bottom: 5px; }
          .innav .navshow06 .box_r .box_r_l .img img {
            display: block; }
      .innav .navshow06 .box_r .box_r_r {
        width: 180px; }
      .innav .navshow06 .box_r .incon {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal !important;
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
        margin-bottom: 5px; }
      .innav .navshow06 .box_r a, .innav .navshow06 .box_r .pageGro .span1, .pageGro .innav .navshow06 .box_r .span1 {
        color: #4aade0; }

.incon {
  line-height: 24px;
  color: #666666; }

.innavmap {
  background: no-repeat center;
  width: 369px;
  height: 383px; }
  .innavmap .site {
    position: absolute;
    transition: all 0.3s ease-in-out 0.01s;
    -webkit-transition: all 0.3s ease-in-out 0.01s; }
    .innavmap .site:hover {
      color: #2c6daf; }
      .innavmap .site:hover .rno-map-dot {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-opacity: 1; }
      .innavmap .site:hover .rno-map-dot.animate:after {
        -webkit-animation: warn 2s ease-out .1s infinite;
        animation: warn 2s ease-out .1s infinite; }
        .innavmap .site:hover .rno-map-dot.animate:after .rno-map-dot-layer:after {
          -webkit-animation: warn-2 2s ease-out 1.1s infinite;
          animation: warn-2 2s ease-out 1.1s infinite; }
  .innavmap .sel {
    color: #2c6daf; }
    .innavmap .sel .rno-map-dot {
      filter: alpha(Opacity=100);
      opacity: 1;
      -webkit-opacity: 1; }
    .innavmap .sel .rno-map-dot.animate:after {
      -webkit-animation: warn 2s ease-out .1s infinite;
      animation: warn 2s ease-out .1s infinite; }
      .innavmap .sel .rno-map-dot.animate:after .rno-map-dot-layer:after {
        -webkit-animation: warn-2 2s ease-out 1.1s infinite;
        animation: warn-2 2s ease-out 1.1s infinite; }

@-webkit-keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  5% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4); } }
@keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  5% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4); } }
@-webkit-keyframes warn-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  5% {
    opacity: 8; }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10); } }
@keyframes warn-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  5% {
    opacity: 8; }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10); } }
.rno-map-dot {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: -8px;
  width: 27px;
  height: 11px;
  cursor: pointer;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-opacity: 0;
  margin-left: -13.5px;
  transition: all 0.3s ease-in-out 0.01s;
  -webkit-transition: all 0.3s ease-in-out 0.01s; }
  .rno-map-dot:after {
    content: '';
    position: absolute;
    width: 27px;
    height: 11px;
    -webkit-box-shadow: inset #4aade0 0 0 5px;
    box-shadow: inset #4aade0 0 0 5px;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0; }

.rno-map-dot-layer {
  width: 11px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 6px;
  right: auto;
  bottom: auto;
  margin: -5px 0 0 -5px;
  background-color: #4aade0;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1; }
  .rno-map-dot-layer:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    -webkit-box-shadow: inset #4aade0 0 0 5px;
    box-shadow: inset #4aade0 0 0 5px;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0; }

.rno-map-dot.style-1 {
  box-shadow: inset #4aade0 0 0 5px;
  border-radius: 50%; }

.rno-map-dot.style-1 .rno-map-dot-layer {
  width: 8px;
  height: 4px;
  background-color: #4aade0;
  margin: -4px 0 0 -4px; }

.rno-map-dot.style-1, .rno-map-dot.style-1:after {
  -webkit-box-shadow: inset #4aade0 0 0 5px;
  box-shadow: inset #4aade0 0 0 5px; }

.rno-map-dot.style-1 .rno-map-dot-layer:after {
  -webkit-box-shadow: inset #4aade0 0 0 5px;
  box-shadow: inset #4aade0 0 0 5px; }

.inalltit01 {
  margin-bottom: 5px; }
  .inalltit01 p {
    font-size: 18px;
    color: #2c6daf;
    display: inline-block;
    border-bottom: 3px solid #2c6daf;
    height: 26px; }
  .inalltit01 .more {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    line-height: 26px;
    color: #999999; }
    .inalltit01 .more:hover {
      color: #2c6daf; }

.inalltit02 {
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #eeeeee;
  padding-left: 5px; }
  .inalltit02 p {
    font-size: 16px;
    color: #666666;
    display: inline-block;
    height: 26px;
    margin-right: 30px;
    cursor: pointer; }
  .inalltit02 .sel {
    font-weight: bold;
    color: #2c6daf;
    border-bottom: 2px solid #2c6daf; }
  .inalltit02 .more {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    line-height: 26px;
    font-size: 12px;
    color: #4aade0; }
    .inalltit02 .more:hover {
      color: #2c6daf; }

.inalltit03 {
  height: 45px;
  line-height: 45px; }
  .inalltit03 p {
    background: #2c6daf url(../images/icon/bg03.jpg) no-repeat right;
    float: left;
    padding-left: 13px; }
    .inalltit03 p span {
      padding-right: 27px;
      display: block;
      background: url(../images/icon/ic02.png) no-repeat left;
      padding-left: 34px;
      font-size: 16px;
      color: #fff;
      font-weight: bold; }
  .inalltit03 .more {
    float: left;
    width: 55px;
    text-align: center;
    font-size: 12px;
    color: #4aade0; }

.inalltit04 p {
  font-size: 24px;
  color: #2c6daf;
  display: inline-block;
  height: 36px;
  font-weight: bold; }
.inalltit04 .more {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  line-height: 26px;
  font-size: 12px;
  color: #4aade0; }
.inalltit04 .c6 {
  color: #666; }

#inalltit04 p {
  cursor: pointer;
  margin-right: 10px; }
#inalltit04 p.sel:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #2c6daf; }

.navshow03 .imgtxt01 .tit {
  display: none; }

.imgtxt01 {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 5px; }
  .imgtxt01 .img {
    width: 310px;
    height: 89px;
    overflow: hidden;
    background: no-repeat center;
    background-size: cover;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .imgtxt01 .tit {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .imgtxt01:hover .img {
    filter: alpha(Opacity=80);
    opacity: 0.8;
    -webkit-opacity: 0.8; }

.txtlist05 {
  font-size: 0;
  padding-top: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  height: 89px;
  overflow: hidden; }
  .txtlist05 a, .txtlist05 .pageGro .span1, .pageGro .txtlist05 .span1 {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 0 18px;
    height: 30px;
    line-height: 30px;
    background: #4aade0;
    margin: 0 7.5px;
    margin-bottom: 14px; }

.inad01 {
  width: 100%;
  overflow: hidden; }
  .inad01 img {
    display: block; }
  .inad01 .codeimg {
    width: 150px;
    height: 130px;
    overflow: hidden;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    background: #eeeeee;
    text-align: center;
    padding-top: 10px; }
    .inad01 .codeimg .img {
      display: inline-block; }
      .inad01 .codeimg .img img {
        display: block;
        width: 100px;
        height: 100px;
        overflow: hidden;
        z-index: 1; }

.inbox01 {
  width: 270px;
  margin-right: 37px; }

.inlist01_hot {
  width: 270px;
  height: 180px;
  overflow: hidden;
  display: block;
  background: no-repeat center;
  background-size: cover;
  margin-bottom: 10px; }
  .inlist01_hot:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto; }
  .inlist01_hot:hover:before {
    animation: gradient-rectangle 1s 1;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
    animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96); }
  .inlist01_hot .tit {
    height: 32px;
    line-height: 32px;
    background: rgba(44, 109, 175, 0.6);
    color: #fff;
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    width: 94%;
    padding: 0 3%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.txtlist06 {
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block; }

.inbox02 {
  width: 580px;
  height: 250px;
  margin-right: 33px; }
  .inbox02 .box_r {
    width: 290px; }

.inbox03 {
  border-top: 2px solid #2c6daf;
  margin-top: 20px; }
  .inbox03 .box_l {
    width: 597px; }
  .inbox03 .box_r {
    width: 599px; }

.imglist01 {
  width: 295px;
  height: 85px;
  overflow: hidden;
  margin-right: 6px;
  display: block;
  float: left;
  margin-top: 10px;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s; }
  .imglist01 img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .imglist01:hover {
    filter: alpha(Opacity=80);
    opacity: 0.8;
    -webkit-opacity: 0.8; }

.txtlist07 {
  display: block;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px dashed #dddddd;
  margin-left: 17px;
  margin-right: 24px;
  padding-left: 15px;
  background: url(../images/icon/arrows02.png) no-repeat left; }
  .txtlist07 .tit {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .txtlist07 .date {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    color: #999999; }
  .txtlist07:hover .date {
    color: #2c6daf; }

.inbox04 .box01 {
  width: 410px;
  padding-top: 15px; }
.inbox04 .txtlist04 {
  line-height: 32px; }
  .inbox04 .txtlist04 .tit {
    width: 100%; }
  .inbox04 .txtlist04 .ic {
    background: #dbeff9;
    color: #2c6daf; }
.inbox04 .innavmap {
  margin-left: 40px;
  width: 319px;
  height: 333px; }
.inbox04 .box03 {
  width: 350px;
  height: 300px;
  overflow: hidden;
  background: #f4f4f4;
  padding: 15px; }

.inimgleft01 {
  width: 100%;
  margin-top: 10px; }
  .inimgleft01 .bd a, .inimgleft01 .bd .pageGro .span1, .pageGro .inimgleft01 .bd .span1 {
    display: block;
    width: 162px;
    height: 220px;
    overflow: hidden;
    float: left;
    margin-right: 14px;
    border: 2px solid #fff;
    transition: all 0.4s ease-in-out 0.01s;
    -webkit-transition: all 0.4s ease-in-out 0.01s; }
    .inimgleft01 .bd a img, .inimgleft01 .bd .pageGro .span1 img, .pageGro .inimgleft01 .bd .span1 img {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .inimgleft01 .bd a .bg, .inimgleft01 .bd .pageGro .span1 .bg, .pageGro .inimgleft01 .bd .span1 .bg {
      background: url(../images/video.png) no-repeat center;
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .inimgleft01 .bd a:hover, .inimgleft01 .bd .pageGro .span1:hover, .pageGro .inimgleft01 .bd .span1:hover {
      filter: alpha(Opacity=80);
      opacity: 0.8;
      -webkit-opacity: 0.8; }
  .inimgleft01 .hd {
    margin-top: 10px;
    text-align: center; }
    .inimgleft01 .hd ul {
      display: inline-block; }
      .inimgleft01 .hd ul li {
        float: left;
        width: 12px;
        height: 12px;
        overflow: hidden;
        background: url(../images/icon/li01.png) no-repeat right;
        line-height: 0px;
        font-size: 0px;
        margin: 0 3.5px;
        z-index: 1; }
      .inimgleft01 .hd ul li.on {
        background-position: left; }
  .inimgleft01.video a, .inimgleft01.video .pageGro .span1, .pageGro .inimgleft01.video .span1 {
    width: 350px; }

.inimgleft02 {
  width: 100%; }
  .inimgleft02 .bd li {
    width: 196px;
    height: 131px;
    overflow: hidden;
    margin-right: 4px; }
  .inimgleft02 .bd a, .inimgleft02 .bd .pageGro .span1, .pageGro .inimgleft02 .bd .span1 {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: no-repeat center;
    background-size: cover; }
    .inimgleft02 .bd a:before, .inimgleft02 .bd .pageGro .span1:before, .pageGro .inimgleft02 .bd .span1:before {
      content: "";
      width: 100%;
      height: 100%;
      z-index: 1;
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto; }
    .inimgleft02 .bd a:hover:before, .inimgleft02 .bd .pageGro .span1:hover:before, .pageGro .inimgleft02 .bd .span1:hover:before {
      animation: gradient-rectangle 1s 1;
      animation-delay: 0s;
      -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
      animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96); }
  .inimgleft02 .bd .tit {
    height: 32px;
    line-height: 32px;
    background: url(../images/darkbg.png);
    color: #fff;
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    width: 94%;
    padding: 0 3%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.inimgleft03 {
  text-align: center;
  width: 100%;
  overflow: hidden;
  height: 300px; }
  .inimgleft03 li {
    height: 300px;
    float: left;
    margin-right: 3px; }
    .inimgleft03 li a, .inimgleft03 li .pageGro .span1, .pageGro .inimgleft03 li .span1 {
      display: block;
      height: 300px;
      background: no-repeat center;
      background-size: cover; }
      .inimgleft03 li a img, .inimgleft03 li .pageGro .span1 img, .pageGro .inimgleft03 li .span1 img {
        height: 100%; }
  .inimgleft03 .bd {
    display: inline-block;
    overflow: hidden;
    height: 300px; }

.blogroll .titbox {
  padding-left: 47px;
  background: url(../images/icon/ic03.png) no-repeat 13px top;
  height: 35px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee; }
  .blogroll .titbox p {
    float: left;
    font-size: 16px;
    height: 34px;
    margin-right: 30px;
    cursor: pointer; }
  .blogroll .titbox .sel {
    font-weight: bold;
    color: #2c6daf;
    border-bottom: 2px solid #2c6daf; }
.blogroll menu {
  font-size: 0;
  overflow: hidden;
  margin-left: 30px; }
  .blogroll menu a, .blogroll menu .pageGro .span1, .pageGro .blogroll menu .span1 {
    display: inline-block;
    padding: 0 23px;
    font-size: 14px;
    color: #666;
    background: url(../images/icon/hr01.png) no-repeat left;
    line-height: 36px;
    left: -7px; }
    .blogroll menu a:hover, .blogroll menu .pageGro .span1:hover, .pageGro .blogroll menu .span1:hover {
      color: #4aade0; }

.codeup {
  display: none; }
  .codeup .codeupbg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    background: url(../images/darkbg.png);
    z-index: 100; }
  .codeup .codeimg {
    width: 300px;
    height: 355px;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-left: -150px;
    margin-top: -200px;
    background: #fff;
    z-index: 101;
    text-align: center;
    padding-top: 45px;
    font-size: 18px;
    color: #666;
    line-height: 30px; }
    .codeup .codeimg .img {
      width: 220px;
      height: 220px;
      overflow: hidden;
      display: inline-block;
      margin-bottom: 10px; }
      .codeup .codeimg .img img {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden; }

.zallbox_l {
  padding-left: 20px;
  width: 260px; }
  .zallbox_l .zalltitbox {
    background: url(../images/icon/bg05.jpg) no-repeat top;
    width: 237px;
    height: 140px;
    overflow: hidden;
    color: #fff;
    line-height: 30px;
    padding-left: 23px; }
    .zallbox_l .zalltitbox .tit {
      font-size: 24px;
      font-weight: bold;
      padding-top: 35px; }
    .zallbox_l .zalltitbox .entit {
      font-size: 18px;
      margin-top: 5px; }
  .zallbox_l .znav {
    border: 1px solid #dddddd;
    border-top: none;
    /*max-height: 420px;overflow-y: auto;*/ }
    .zallbox_l .znav a, .zallbox_l .znav .pageGro .span1, .pageGro .zallbox_l .znav .span1 {
      font-size: 16px; }
    .zallbox_l .znav .a1 {
      display: block;
      padding-left: 30px;
      height: 60px;
      line-height: 60px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      background: url(../images/icon/arrows03.png) no-repeat 248px; }
      .zallbox_l .znav .a1 span {
        width: 185px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block; }
      .zallbox_l .znav .a1:hover {
        background: #4aade0 url(../images/icon/arrows03.png) no-repeat 228px;
        color: #fff; }
    .zallbox_l .znav .a2 {
      display: block;
      padding-left: 30px;
      height: 60px;
      line-height: 60px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      background: url(../images/icon/arrows04.png) no-repeat 228px; }
      .zallbox_l .znav .a2 span {
        width: 185px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block; }
      .zallbox_l .znav .a2:hover {
        background-color: #4aade0;
        color: #fff; }
    .zallbox_l .znav .a1.sel {
      background: #4aade0 url(../images/icon/arrows03.png) no-repeat 228px;
      color: #fff; }
    .zallbox_l .znav .a2.sel {
      background-color: #4aade0;
      color: #fff; }
    .zallbox_l .znav menu {
      background: #eeeeee;
      display: none; }
      .zallbox_l .znav menu a, .zallbox_l .znav menu .pageGro .span1, .pageGro .zallbox_l .znav menu .span1 {
        height: 40px;
        line-height: 40px;
        display: block;
        padding-left: 65px;
        transition: all 0.4s ease-in-out 0.01s;
        -webkit-transition: all 0.4s ease-in-out 0.01s;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .zallbox_l .znav menu a:hover, .zallbox_l .znav menu .pageGro .span1:hover, .pageGro .zallbox_l .znav menu .span1:hover {
          background: #2c6daf;
          color: #fff; }
      .zallbox_l .znav menu .sel {
        background: #2c6daf;
        color: #fff; }
    .zallbox_l .znav::-webkit-scrollbar {
      /*滚动条整体样式*/
      width: 10px;
      /*高宽分别对应横竖滚动条的尺寸*/
      height: 1px; }
    .zallbox_l .znav::-webkit-scrollbar-thumb {
      /*滚动条里面小方块*/
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
      background: #4aade0; }
    .zallbox_l .znav::-webkit-scrollbar-track {
      /*滚动条里面轨道*/
      -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
      border-radius: 10px;
      background: #EDEDED; }
  .zallbox_l .box01 {
    background: url(../images/icon/bg06.jpg) no-repeat top;
    width: 213px;
    height: 300px;
    overflow: hidden;
    margin-top: 40px;
    padding-left: 47px; }
  .zallbox_l .box02 {
    margin-top: 20px; }

.zallbox_r {
  width: 860px;
  margin-right: 20px; }
  .zallbox_r .txtlist02 {
    font-size: 15px; }

.zalltit_r {
  border-bottom: 1px solid #dddddd;
  padding-top: 5px;
  padding-bottom: 12px; }
  .zalltit_r .zlgtit {
    float: left;
    margin-right: 10px; }
  .zalltit_r .tit {
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
    background: #2c6daf;
    display: inline-block;
    clear: both; }

.crumbbox {
  background: url(../images/icon/ic05.png) no-repeat left;
  padding-left: 25px;
  color: #999999;
  height: 33px;
  line-height: 33px; }
  .crumbbox a, .crumbbox .pageGro .span1, .pageGro .crumbbox .span1 {
    color: #999999; }
    .crumbbox a:hover, .crumbbox .pageGro .span1:hover, .pageGro .crumbbox .span1:hover {
      color: #4aade0; }

.txtimg01 {
  width: 305px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
  display: block;
  float: left;
  margin-bottom: 55px;
  height: 389px; }
  .txtimg01 .img {
    width: 250px;
    height: 348px;
    overflow: hidden; }
    .txtimg01 .img img {
      width: 100%;
      transition: all 0.4s ease-in-out 0.01s;
      -webkit-transition: all 0.4s ease-in-out 0.01s;
      height: 100%; }
  .txtimg01 .tit {
    font-size: 18px;
    border-left: 3px solid #4aade0;
    padding-left: 11px;
    margin-top: 20px;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.4s ease-in-out 0.01s;
    -webkit-transition: all 0.4s ease-in-out 0.01s; }
  .txtimg01:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05); }
  .txtimg01:hover .tit {
    padding-left: 20px; }

.txtimg03 {
  width: 295px;
  padding-bottom: 38px;
  border-bottom: 1px solid #dddddd;
  display: block;
  float: left;
  margin-bottom: 19px;
  height: 220px; }
  .txtimg03 .img {
    width: 270px;
    height: 180px;
    overflow: hidden; }
    .txtimg03 .img img {
      width: 100%;
      transition: all 0.4s ease-in-out 0.01s;
      -webkit-transition: all 0.4s ease-in-out 0.01s;
      height: 100%; }
  .txtimg03 .tit {
    font-size: 18px;
    border-left: 3px solid #4aade0;
    padding-left: 11px;
    margin-top: 20px;
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.4s ease-in-out 0.01s;
    -webkit-transition: all 0.4s ease-in-out 0.01s; }
  .txtimg03:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05); }
  .txtimg03:hover .tit {
    padding-left: 20px; }

.txtimg04 {
  width: 390px;
  padding-bottom: 38px;
  border-bottom: 1px solid #dddddd;
  display: block;
  float: left;
  margin-bottom: 18px;
  height: 150px; }
  .txtimg04 .img {
    width: 380px;
    height: 110px;
    overflow: hidden; }
    .txtimg04 .img img {
      width: 100%;
      transition: all 0.4s ease-in-out 0.01s;
      -webkit-transition: all 0.4s ease-in-out 0.01s;
      height: 100%; }
  .txtimg04 .tit {
    font-size: 18px;
    border-left: 3px solid #e21923;
    padding-left: 11px;
    margin-top: 20px;
    width: 370px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    transition: all 0.4s ease-in-out 0.01s;
    -webkit-transition: all 0.4s ease-in-out 0.01s; }
  .txtimg04:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05); }
  .txtimg04:hover .tit {
    padding-left: 20px; }

.pageGro a, .pageGro .span1 {
  background: #fff;
  display: inline-block;
  margin-left: 4px;
  padding: 0 14px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #515151;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  float: left;
  margin: 0 3px;
  transition: all 0.3s ease-in-out 0.01s;
  -webkit-transition: all 0.3s ease-in-out 0.01s; }
.pageGro .on, .pageGro a:hover, .pageGro .span1:hover {
  color: #fff;
  background: #4aade0; }

.inimgleft04 {
  width: 165px;
  margin-top: 30px; }
  .inimgleft04 .bd a, .inimgleft04 .bd .pageGro .span1, .pageGro .inimgleft04 .bd .span1 {
    display: block;
    width: 162px;
    height: 220px;
    overflow: hidden;
    border: 2px solid #fff; }
    .inimgleft04 .bd a img, .inimgleft04 .bd .pageGro .span1 img, .pageGro .inimgleft04 .bd .span1 img {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
  .inimgleft04 .hd {
    margin-top: 15px;
    text-align: center; }
    .inimgleft04 .hd ul {
      display: inline-block; }
      .inimgleft04 .hd ul li {
        float: left;
        width: 12px;
        height: 12px;
        overflow: hidden;
        background: url(../images/icon/li01.png) no-repeat right;
        line-height: 0px;
        font-size: 0px;
        margin: 0 3.5px;
        z-index: 1; }
      .inimgleft04 .hd ul li.on {
        background-position: left; }

.infobox {
  line-height: 60px;
  font-size: 18px;
  padding-left: 40px; }

.zmapbox {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #eee;
  margin-top: 60px;
  border: 1px solid #dddddd; }

.zmenubox {
  background: #f5f5f5;
  padding: 15px; }
  .zmenubox a, .zmenubox .pageGro .span1, .pageGro .zmenubox .span1 {
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-right: 10px;
    transition: all 0.4s ease-in-out 0.01s;
    -webkit-transition: all 0.4s ease-in-out 0.01s; }
    .zmenubox a:hover, .zmenubox .pageGro .span1:hover, .pageGro .zmenubox .span1:hover {
      background: #4aade0;
      color: #fff; }
  .zmenubox .sel {
    background: #4aade0;
    color: #fff; }

.zmenubox01 {
  background: #f5f5f5 url(../images/icon/ic07.png) no-repeat left;
  padding: 15px;
  padding-left: 128px; }
  .zmenubox01 a, .zmenubox01 .pageGro .span1, .pageGro .zmenubox01 .span1 {
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-right: 10px;
    transition: all 0.4s ease-in-out 0.01s;
    -webkit-transition: all 0.4s ease-in-out 0.01s; }
    .zmenubox01 a:hover, .zmenubox01 .pageGro .span1:hover, .pageGro .zmenubox01 .span1:hover {
      background: #4aade0;
      color: #fff; }
  .zmenubox01 .sel {
    background: #4aade0;
    color: #fff; }

.zallbox {
  padding: 0 20px; }
  .zallbox .txtlist02 {
    font-size: 15px; }

.zbox01 {
  background: url(../images/icon/bg07.jpg) no-repeat right bottom;
  padding-left: 247px;
  margin-top: 14px;
  padding-top: 50px;
  min-height: 175px;
  padding-right: 170px;
  padding-bottom: 20px;
  margin-bottom: 15px; }
  .zbox01 .lgimg {
    position: absolute;
    left: 23px;
    top: 34px;
    right: auto;
    bottom: auto;
    width: 175px;
    height: 175px;
    overflow: hidden; }
    .zbox01 .lgimg img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%; }
  .zbox01 .tit {
    font-size: 18px;
    color: #2c6daf;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .zbox01 .des {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

.bb1_c {
  border-bottom: 1px dashed #cccccc;
  padding: 16px 0; }

.msgbox {
  background: #eeeeee;
  margin-top: 35px;
  padding-top: 26px;
  padding-bottom: 48px; }
  .msgbox .row {
    margin-bottom: 24px; }
  .msgbox .t1 {
    width: 105px;
    text-align: right;
    margin-right: 25px;
    line-height: 44px;
    font-size: 16px; }
  .msgbox .text {
    height: 44px;
    line-height: 44px;
    width: 260px;
    background: #fff;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    padding: 0 15px; }
  .msgbox .tarea {
    background: #fff;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    width: 660px;
    height: 100px;
    border: none;
    outline: none;
    padding: 10px 15px; }
  .msgbox .code {
    width: 110px;
    height: 440px; }
  .msgbox .inp01 {
    width: 150px; }
  .msgbox .msgbtn {
    border: none;
    background: #4aade0;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    width: 160px;
    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: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    margin-left: 130px;
    transition: all 0.4s ease-in-out 0.01s;
    -webkit-transition: all 0.4s ease-in-out 0.01s; }
    .msgbox .msgbtn:hover {
      background-color: #2c6daf; }

.txtimg02 {
  width: 305px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  display: block;
  float: left;
  margin-bottom: 30px;
  height: 435px; }
  .txtimg02 .img {
    width: 250px;
    height: 375px;
    overflow: hidden; }
    .txtimg02 .img img {
      width: 100%;
      transition: all 0.4s ease-in-out 0.01s;
      -webkit-transition: all 0.4s ease-in-out 0.01s;
      height: 100%; }
  .txtimg02 .tit {
    font-size: 18px;
    border-left: 3px solid #4aade0;
    padding-left: 11px;
    margin-top: 10px;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .txtimg02 .des {
    margin-top: 10px;
    font-size: 16px;
    color: #999999;
    padding-left: 11px;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .txtimg02:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05); }
  .txtimg02:hover .tit {
    padding-left: 20px; }

.dtltit {
  text-align: center;
  line-height: 24px;
  margin-bottom: 30px; }
  .dtltit .tit {
    font-size: 24px; }
  .dtltit .des {
    font-size: 16px;
    color: #999;
    margin-top: 5px; }
  .dtltit .info {
    color: #999999;
    margin-top: 10px; }
    .dtltit .info span {
      margin: 0 6px; }

.dtlimg {
  margin-bottom: 45px; }
  .dtlimg img {
    display: block;
    margin: 0 auto;
    max-height: 600px; }

.dtlcon {
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 20px;
  color: #666; }
  .dtlcon img {
    display: block;
    margin: 0 auto; }

.pagingbox {
  border-top: 1px solid #dddddd;
  padding-top: 19px; }
  .pagingbox .prev, .pagingbox .next, .pagingbox .tmleft .hd .next, .tmleft .hd .pagingbox .next {
    display: block;
    padding-left: 39px;
    margin-bottom: 18px;
    transition: all 0.3s ease-in-out 0.01s;
    -webkit-transition: all 0.3s ease-in-out 0.01s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .pagingbox .prev span, .pagingbox .next span, .pagingbox .tmleft .hd .next span, .tmleft .hd .pagingbox .next span {
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      width: 30px;
      height: 20px;
      overflow: hidden;
      background: #cccccc url(../images/icon/arrows05.png) no-repeat center 6px;
      transition: all 0.3s ease-in-out 0.01s;
      -webkit-transition: all 0.3s ease-in-out 0.01s; }
    .pagingbox .prev:hover, .pagingbox .next:hover {
      color: #4aade0; }
      .pagingbox .prev:hover span, .pagingbox .next:hover span {
        background-color: #4aade0; }
  .pagingbox .next span {
    background-position: center -31px; }

.chapter_clg {
  background: #f5f5f5;
  padding: 0 50px;
  padding-bottom: 20px;
  margin-bottom: 10px; }
  .chapter_clg .tit {
    padding: 0 37px;
    height: 50px;
    line-height: 50px;
    background: #2c6daf;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    top: -25px; }
  .chapter_clg .box {
    overflow: hidden; }
    .chapter_clg .box a, .chapter_clg .box .pageGro .span1, .pageGro .chapter_clg .box .span1 {
      font-size: 16px;
      font-weight: bold;
      padding: 0 23px;
      line-height: 48px;
      display: inline-block;
      background: url(../images/icon/hr03.png) no-repeat left;
      left: -2px; }
  .chapter_clg .btn {
    width: 178px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #4aade0;
    border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    color: #4aade0;
    text-align: center;
    margin-top: 15px; }
    .chapter_clg .btn span {
      font-weight: bold;
      background: url(../images/icon/ic06.png) no-repeat left;
      padding-left: 39px;
      display: inline-block; }

.tmleft {
  height: 360px;
  border: 1px solid #EEEEEE;
  width: 140px; }
  .tmleft .hd {
    position: static; }
    .tmleft .hd .prev, .tmleft .hd .next {
      position: absolute;
      left: 0;
      top: 0;
      background: #eeeeee url(../images/icon/arrows07.png) no-repeat center;
      width: 140px;
      height: 30px;
      overflow: hidden; }
    .tmleft .hd .next {
      top: auto;
      bottom: 0;
      background-image: url(../images/icon/arrows08.png); }
  .tmleft .bd {
    padding-top: 31px; }
    .tmleft .bd li {
      height: 50px;
      line-height: 50px;
      font-size: 16px;
      text-align: center;
      width: 141px;
      cursor: pointer; }
    .tmleft .bd .sel {
      background: #4aade0;
      color: #fff; }

.tmleftshow {
  width: 990px;
  float: right; }
  .tmleftshow section {
    width: 992px; }
    .tmleftshow section .box_l {
      width: 877px; }
    .tmleftshow section .morebtn {
      width: 115px;
      height: 360px;
      overflow: hidden;
      background: #f5f5f5;
      text-align: center;
      line-height: 360px; }
      .tmleftshow section .morebtn span {
        font-size: 16px;
        color: #4aade0;
        width: 33px;
        display: inline-block;
        background: url(../images/icon/arrows06.png) no-repeat right;
        padding-right: 28px;
        line-height: 18px;
        vertical-align: middle;
        display: inline-block;
        transition: all 0.3s ease-in-out 0.01s;
        -webkit-transition: all 0.3s ease-in-out 0.01s; }
      .tmleftshow section .morebtn:hover span {
        padding-right: 35px; }

.tmlist {
  width: 200px;
  display: block;
  float: left;
  margin-right: 19px; }
  .tmlist .img {
    width: 100%;
    height: 300px;
    overflow: hidden; }
    .tmlist .img img {
      width: 100%;
      transition: all 0.3s ease-in-out 0.01s;
      -webkit-transition: all 0.3s ease-in-out 0.01s; }
  .tmlist .tit {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    margin-top: 10px; }
  .tmlist .des {
    margin-top: 8px;
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .tmlist:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05); }

.znuewsleft {
  background: #f5f5f5;
  margin-top: 26px;
  margin-bottom: 15px; }
  .znuewsleft .txt {
    width: 500px;
    padding-left: 15px;
    padding-top: 18px; }
  .znuewsleft .date {
    font-size: 24px;
    color: #4aade0;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px; }
  .znuewsleft .tit {
    font-size: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .znuewsleft .des {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .znuewsleft .img {
    width: 300px;
    height: 200px;
    overflow: hidden; }
    .znuewsleft .img img {
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: block; }
  .znuewsleft .bd a, .znuewsleft .bd .pageGro .span1, .pageGro .znuewsleft .bd .span1 {
    display: block; }
  .znuewsleft .hd {
    position: static; }
    .znuewsleft .hd ul {
      text-align: center;
      bottom: 11px;
      position: absolute;
      left: 15px; }
      .znuewsleft .hd ul li {
        float: left;
        width: 9px;
        height: 9px;
        overflow: hidden;
        background: url(../images/icon/li03.png) no-repeat right;
        line-height: 0px;
        font-size: 0px;
        margin: 0 3px;
        z-index: 1; }
      .znuewsleft .hd ul li.on {
        background-position: left; }

.downloadbox {
  background: #eeeeee;
  padding: 25px 19px;
  margin-top: 40px; }
  .downloadbox .tit {
    font-size: 16px;
    font-weight: bold;
    width: 590px; }
  .downloadbox .btn {
    width: 124px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #4aade0;
    border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    overflow: hidden;
    display: block;
    font-size: 16px;
    color: #4aade0;
    text-align: center;
    position: absolute;
    left: auto;
    top: 15px;
    right: 33px;
    bottom: auto;
    background: #fff; }
    .downloadbox .btn span {
      font-weight: bold;
      background: url(../images/icon/ic06.png) no-repeat right;
      padding-right: 39px;
      display: inline-block; }

/*空*/
.nobox {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 100px; }
  .nobox p {
    margin-top: 30px; }

/*404*/
.page_frame {
  width: 100%;
  height: auto;
  min-height: 730px; }
  .page_frame .error {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 50px 0;
    top: 103px; }
    .page_frame .error p {
      color: #999;
      font-size: 14px;
      line-height: 40px; }
    .page_frame .error .a1 {
      display: block;
      width: 380px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      line-height: 45px;
      margin: 20px auto;
      border-radius: 6px;
      background: #4aade0; }

/*网站地图*/
.web_maps {
  margin-top: 20px;
  margin-bottom: 40px;
  z-index: 1; }
  .web_maps h2 {
    height: 65px;
    line-height: 65px;
    border-bottom: 1px #c8c8c8 solid;
    color: #2c6daf;
    font-weight: bold;
    font-size: 20px;
    text-align: center; }
  .web_maps ul {
    width: 100%;
    padding: 20px 20px; }
    .web_maps ul li {
      height: auto;
      line-height: 28px;
      padding: 15px 0;
      border-bottom: 1px #e5e5e5 dashed; }
    .web_maps ul .name {
      color: #2c6daf;
      font-size: 14px;
      display: block;
      line-height: 28px; }
    .web_maps ul nav {
      width: 100%;
      height: auto; }
    .web_maps ul a, .web_maps ul .pageGro .span1, .pageGro .web_maps ul .span1 {
      margin-right: 50px;
      color: #666;
      font-size: 14px;
      display: inline-block;
      height: 28px;
      line-height: 28px; }
    .web_maps ul a:hover, .web_maps ul .pageGro .span1:hover, .pageGro .web_maps ul .span1:hover {
      color: #4aade0; }

.environmentbox {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  margin: 0 auto;
  margin-top: 50px; }

.banner04 {
  overflow: visible; }
  .banner04 .box03 {
    top: 505px !important;
    height: 0px;
    z-index: 5;
    filter: alpha(Opacity=50);
    opacity: 0.5;
    -webkit-opacity: 0.5;
    width: 100% !important;
    left: 402px !important; }
    .banner04 .box03 .btn01 {
      left: -2px !important; }
      .banner04 .box03 .btn01 span {
        background: #4aade0 url(../images/icon/arrows01.png) no-repeat center !important;
        width: 47px !important;
        height: 89px !important;
        opacity: 1; }
      .banner04 .box03 .btn01:hover span {
        background-color: #2c6daf !important; }
    .banner04 .box03 .btn02 {
      width: 47px !important;
      height: 92px !important; }
      .banner04 .box03 .btn02 span {
        background: #4aade0 url(../images/icon/arrows03.png) no-repeat center !important;
        width: 47px !important;
        height: 89px !important;
        opacity: 1; }
      .banner04 .box03 .btn02:hover span {
        background-color: #2c6daf !important; }
  .banner04 .box01 {
    height: auto !important;
    border: 1px solid #eeeeee; }
    .banner04 .box01 ul li p {
      padding: 40px 0;
      width: 1000px;
      background: none;
      color: #666666; }
    .banner04 .box01 ul li a, .banner04 .box01 ul li .pageGro .span1, .pageGro .banner04 .box01 ul li .span1 {
      width: 100%;
      height: 600px; }
      .banner04 .box01 ul li a img, .banner04 .box01 ul li .pageGro .span1 img, .pageGro .banner04 .box01 ul li .span1 img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: auto; }
  .banner04 .box04 {
    display: none; }
  .banner04 .box02 {
    margin-top: 20px; }
    .banner04 .box02 .num .sel p {
      border: none !important;
      border: 1px solid #2c6daf !important; }
    .banner04 .box02 .num li p {
      width: 113px;
      height: 84px;
      background: #fff;
      padding: 4px;
      border: 1px solid #DDDDDD; }
      .banner04 .box02 .num li p img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-height: 100%; }
  .banner04 .page {
    text-align: center;
    top: 10px; }

.chaptertit {
  color: #e21923;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px; }

#inimgleft01 {
  width: 350px;
  height: 254px; }
  #inimgleft01 .inimgleft01 {
    position: absolute;
    left: 0;
    top: 0; }

.leaderlist {
  display: block;
  border-bottom: 1px dashed #EEEEEE;
  padding: 25px 0; }
  .leaderlist .img {
    float: left;
    width: 250px;
    height: 250px;
    overflow: hidden;
    background: #fafafa; }
    .leaderlist .img img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%;
      max-width: 100%;
      transition: all 0.4s ease-in-out 0.01s;
      -webkit-transition: all 0.4s ease-in-out 0.01s; }
  .leaderlist .txt {
    float: left;
    margin-left: 25px;
    width: 580px;
    padding-top: 20px; }
  .leaderlist .tit {
    color: #4aade0;
    font-size: 20px;
    transition: all 0.4s ease-in-out 0.01s;
    -webkit-transition: all 0.4s ease-in-out 0.01s;
    top: 0; }
  .leaderlist .des {
    color: #666666;
    margin-top: 10px; }
  .leaderlist .con {
    color: #999999;
    line-height: 24px;
    margin-top: 15px;
    height: 144px;
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; }
  .leaderlist:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05); }
  .leaderlist:hover .tit {
    top: -5px; }
  .leaderlist:first-of-type {
    padding-top: 0; }

/*# sourceMappingURL=style.css.map */
