@charset "UTF-8";
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;
  min-width: 1366px; }

a {
  color: #333;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  a:hover {
    color: #293b95; }

input {
  font-family: "微软雅黑";
  font-size: 14px; }

.white, a.white {
  color: #fff; }

.fc, a.fc {
  color: #293b95; }

.whitebg, input.whitebg {
  background: #fff; }

.eeebg, input.eeebg {
  background: #eee; }

.main {
  width: 1366px;
  margin-left: auto;
  margin-right: auto; }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.comhead {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  background: #fff;
  width: 140px;
  height: 100%;
  z-index: 90;
  border-right: 1px solid #ddd; }
  .comhead .logo {
    display: block;
    width: 100%;
    text-align: center;
    padding: 18px 0 0; }
  .comhead .language {
    position: absolute;
    left: 0;
    bottom: 40px;
    padding-top: 37px;
    background: url("../images/earch.png") no-repeat center top;
    width: 100%; }
    .comhead .language p {
      width: 95px;
      margin: 0 auto;
      border: 1px solid #eee;
      line-height: 30px;
      height: 30px;
      border-radius: 15px;
      overflow: hidden; }
      .comhead .language p a {
        float: left;
        text-align: center;
        color: #999;
        width: 45px;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
        .comhead .language p a:hover, .comhead .language p a.sel {
          color: #293b95; }
      .comhead .language p span {
        float: left;
        width: 1px;
        background: #eee;
        height: 20px;
        top: 5px;
        margin: 0 2px; }
  .comhead nav {
    margin: 100px 0 0 10px;
    z-index: 10;
    left: 1px; }
    .comhead nav li {
      width: 100%;
      height: 45px; }
      .comhead nav li .a1 {
        display: block;
        line-height: 45px;
        height: 45px;
        text-align: center;
        padding-right: 10px;
        font-size: 15px;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .comhead nav li .a1 span {
          display: block;
          background: url("../images/page02.png") no-repeat right center; }
        .comhead nav li .a1:hover {
          background: #293b95;
          color: #fff; }
      .comhead nav li.sel .a1 {
        background: #293b95;
        color: #fff; }
      .comhead nav li menu {
        position: absolute;
        left: 100%;
        top: 0;
        width: 160px;
        display: none; }
        .comhead nav li menu a {
          display: block;
          padding-left: 45px;
          font-size: 15px;
          color: #fff;
          line-height: 35px;
          height: 35px;
          background: url("../images/dian.png") no-repeat 30px center;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          transition: all 0.3s ease-in-out 0.01s;
          -webkit-transition: all 0.3s ease-in-out 0.01s; }
          .comhead nav li menu a:hover {
            color: #ccc; }
      .comhead nav li:hover .a1 {
        background: #293b95;
        color: #fff; }
      .comhead nav li:hover menu {
        display: block; }
  .comhead .bg {
    position: absolute;
    left: 141px;
    top: 0;
    width: 160px;
    background: url("../images/navbg.png") repeat;
    height: 100%;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    visibility: hidden;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0; }
  .comhead .bgsel {
    visibility: visible;
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1; }

@media screen and (max-width: 1500px) {
  .comhead nav {
    margin-top: 50px; } }
.indexmain {
  padding-left: 140px;
  overflow: hidden; }

.indexpart {
  width: 100%;
  overflow: hidden;
  visibility: hidden; }

.indexbanner {
  width: 100%;
  height: 100%; }
  .indexbanner a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    background: #fff url("../images/photos/banner01.jpg") no-repeat center center;
    background-size: cover; }

.bannerpage {
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 20;
  height: 70px;
  width: 50%;
  overflow: hidden; }
  .bannerpage .box01 {
    width: 140px;
    float: left;
    height: 100%;
    background: #293b95 url("../images/page.png") no-repeat center center; }
    .bannerpage .box01 span {
      float: left;
      width: 68px;
      height: 100%;
      background: url("../images/page01.png") no-repeat center center;
      cursor: pointer;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .bannerpage .box01 span#bannerdnext {
        float: right;
        background-image: url("../images/page02.png"); }
      .bannerpage .box01 span:hover {
        background-color: #18297c; }
  .bannerpage .box02 {
    float: left;
    width: 400px;
    overflow: hidden;
    height: 100%;
    display: none; }
    .bannerpage .box02 menu {
      width: 1000%;
      overflow: hidden; }
      .bannerpage .box02 menu a {
        float: left;
        margin: 20px 0 0 70px;
        width: 130px;
        overflow: hidden;
        color: #999;
        font-size: 15px; }
        .bannerpage .box02 menu a p {
          padding-top: 10px;
          font-size: 18px;
          font-weight: bold;
          color: #333;
          line-height: 25px;
          height: 50px;
          overflow: hidden; }

.indexabout {
  padding-left: 560px;
  width: 500px;
  margin: -230px auto 0;
  top: 50%;
  height: 460px; }
  .indexabout .img {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto; }
  .indexabout h2 {
    line-height: 40px;
    font-size: 36px;
    top: -10px; }
  .indexabout .p1 {
    padding-left: 25px;
    background: url("../images/tit01.jpg") no-repeat left center;
    font-size: 18px;
    color: #999;
    margin: 0 0 40px; }
  .indexabout menu {
    width: 100%; }
    .indexabout menu a {
      float: left;
      margin-right: 50px;
      text-align: center;
      font-size: 16px; }
      .indexabout menu a p {
        width: 75px;
        height: 75px;
        background: #fff url("../images/index01.png") no-repeat center center;
        box-shadow: 1px 1px 7px #ccc;
        border-radius: 50%;
        margin-bottom: 10px; }
  .indexabout .p2 {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: 20px 0 40px; }
  .indexabout .btn {
    display: block;
    width: 120px;
    text-align: center;
    font-size: 16px;
    color: #293b95;
    line-height: 40px;
    height: 40px;
    border: 1px solid #293b95;
    overflow: hidden; }
    .indexabout .btn:after {
      content: attr(_text);
      position: absolute;
      left: -100%;
      top: 0;
      background: #18297c;
      color: #fff;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      opacity: 0; }
    .indexabout .btn:hover:after {
      left: 0;
      opacity: 1; }

.indexpart03 {
  background: url("../images/bg/bg01.jpg") no-repeat center center;
  background-size: cover; }

.indexpro {
  width: 1060px;
  margin: -200px auto 0;
  top: 50%; }
  .indexpro h2 {
    line-height: 40px;
    font-size: 36px;
    top: -10px; }
  .indexpro .p1 {
    padding-left: 25px;
    background: url("../images/tit01.jpg") no-repeat left center;
    font-size: 18px;
    color: #999;
    margin: 0 0 40px; }
  .indexpro menu {
    position: absolute;
    right: 0;
    top: 30px;
    overflow: hidden;
    z-index: 5; }
    .indexpro menu a {
      float: right;
      padding: 0 30px;
      font-size: 16px;
      line-height: 30px;
      height: 30px; }
      .indexpro menu a.sel {
        background: #293b95;
        color: #fff; }

.prosum {
  width: 100%;
  height: 300px; }
  .prosum .probox {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    display: none; }
  .prosum .banner05 .box01 ul li {
    background: #fff; }
    .prosum .banner05 .box01 ul li a {
      display: block;
      font-size: 18px;
      height: 300px;
      line-height: 80px;
      overflow: hidden;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .prosum .banner05 .box01 ul li a i {
        display: block;
        width: 100%;
        height: 220px;
        overflow: hidden; }
        .prosum .banner05 .box01 ul li a i img {
          display: block;
          transition: all 0.5s ease-in-out 0.01s;
          -webkit-transition: all 0.5s ease-in-out 0.01s;
          width: 100%; }
      .prosum .banner05 .box01 ul li a p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 15px;
        z-index: 3; }
      .prosum .banner05 .box01 ul li a span {
        color: #fff;
        position: absolute;
        bottom: 0;
        right: 10px;
        z-index: 3; }
      .prosum .banner05 .box01 ul li a:after {
        content: '';
        width: 100%;
        height: 80px;
        background: #293b95;
        left: -100%;
        bottom: 0;
        position: absolute;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .prosum .banner05 .box01 ul li a:hover {
        color: #fff;
        background: #293b95; }
        .prosum .banner05 .box01 ul li a:hover i img {
          transform: scale(1.05);
          -webkit-transform: scale(1.05); }
        .prosum .banner05 .box01 ul li a:hover p {
          margin-right: 50px;
          font-weight: bold; }
        .prosum .banner05 .box01 ul li a:hover:after {
          left: 0; }
  .prosum .banner05 .box02 {
    top: 90px; }
    .prosum .banner05 .box02 p {
      width: 40px;
      height: 40px;
      background: #fff;
      border-radius: 50%;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .prosum .banner05 .box02 p.btn01 {
        left: -55px; }
        .prosum .banner05 .box02 p.btn01 span {
          background-image: url("../images/page03.png"); }
      .prosum .banner05 .box02 p.btn02 {
        right: -55px; }
        .prosum .banner05 .box02 p.btn02 span {
          background-image: url("../images/page04.png"); }
      .prosum .banner05 .box02 p:hover {
        background: #293b95; }
        .prosum .banner05 .box02 p:hover.btn01 span {
          background-image: url("../images/page03-1.png"); }
        .prosum .banner05 .box02 p:hover.btn02 span {
          background-image: url("../images/page04-1.png"); }

.indexpart04 {
  background: url("../images/bg/bg02.jpg") no-repeat center center;
  background-size: cover; }

.indexpart05 {
  background: url("../images/bg/bg05.jpg") repeat; }

.indexsea {
  margin: -240px auto 0;
  top: 50%;
  width: 100%;
  overflow: hidden;
  padding-top: 10px; }
  .indexsea h2 {
    line-height: 40px;
    font-size: 36px;
    top: -10px;
    width: 1060px;
    margin: 0 auto; }
  .indexsea .p1 {
    padding-left: 25px;
    background: url("../images/tit01.jpg") no-repeat left center;
    font-size: 18px;
    color: #999;
    margin: 0 auto 50px;
    width: 1035px; }

.overseas {
  width: 1060px;
  margin: 0 auto; }
  .overseas ul {
    left: 0;
    width: 1000%;
    overflow: hidden; }
    .overseas ul li {
      float: left;
      width: 480px;
      background: #fff;
      height: 320px;
      overflow: hidden;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      margin-right: 80px;
      margin-top: 40px; }
      .overseas ul li .a1 {
        width: 480px;
        height: 320px;
        overflow: hidden;
        position: absolute;
        left: 0px;
        top: 0px;
        right: auto;
        bottom: auto;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
        .overseas ul li .a1 img {
          display: block;
          transition: all 0.5s ease-in-out 0.01s;
          -webkit-transition: all 0.5s ease-in-out 0.01s;
          width: 100%;
          height: 100%; }
      .overseas ul li section {
        width: 460px;
        position: absolute;
        left: 570px;
        top: 50px;
        right: auto;
        bottom: auto; }
        .overseas ul li section h3 {
          line-height: 30px;
          font-size: 24px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .overseas ul li section p {
          line-height: 25px;
          height: 125px;
          overflow: hidden;
          margin: 30px 0 25px; }
        .overseas ul li section a {
          display: block;
          width: 120px;
          text-align: center;
          font-size: 16px;
          color: #293b95;
          line-height: 40px;
          height: 40px;
          border: 1px solid #293b95;
          overflow: hidden; }
          .overseas ul li section a:after {
            content: attr(_text);
            position: absolute;
            left: -100%;
            top: 0;
            background: #18297c;
            color: #fff;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: all 0.5s ease-in-out 0.01s;
            -webkit-transition: all 0.5s ease-in-out 0.01s;
            opacity: 0; }
          .overseas ul li section a:hover:after {
            left: 0;
            opacity: 1; }
      .overseas ul li.sel {
        height: 360px;
        margin-top: 0;
        width: 1060px; }
        .overseas ul li.sel .a1 {
          width: 540px;
          height: 360px; }
  .overseas .page {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 155px;
    width: 100%; }
    .overseas .page p {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      top: 0;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      cursor: pointer; }
      .overseas .page p span {
        display: block;
        width: 100%;
        height: 100%; }
      .overseas .page p#listlast {
        left: -55px; }
        .overseas .page p#listlast span {
          background: url("../images/page03.png") no-repeat center center; }
      .overseas .page p#listnext {
        right: -55px; }
        .overseas .page p#listnext span {
          background: url("../images/page04.png") no-repeat center center; }
      .overseas .page p:hover {
        background: #293b95; }
        .overseas .page p:hover#listlast span {
          background-image: url("../images/page03-1.png"); }
        .overseas .page p:hover#listnext span {
          background-image: url("../images/page04-1.png"); }

.indexfoot {
  width: 100%;
  background: url("../images/bg/bg06.jpg") no-repeat center center;
  background-size: cover;
  border-top: 1px solid #ddd;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0; }
  .indexfoot .main {
    width: 1060px;
    padding: 35px 0 25px;
    overflow: hidden; }
  .indexfoot .box01 {
    float: left;
    width: 130px; }
    .indexfoot .box01 h3 {
      padding-bottom: 20px;
      font-size: 18px; }
      .indexfoot .box01 h3 a {
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .indexfoot .box01 p {
      margin-top: 5px;
      font-size: 15px; }
      .indexfoot .box01 p a {
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        color: #999; }
        .indexfoot .box01 p a:hover {
          color: #293b95; }
  .indexfoot .box02 {
    float: right;
    margin-right: 15px;
    text-align: center; }
    .indexfoot .box02 p {
      font-size: 18px;
      margin-bottom: 25px; }
    .indexfoot .box02 img {
      display: block;
      margin: 0 auto; }
  .indexfoot .bot {
    width: 1060px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    line-height: 50px;
    color: #999; }
    .indexfoot .bot a {
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      color: #999; }
      .indexfoot .bot a:hover {
        color: #293b95; }

.contactleft {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0; }
  .contactleft section {
    position: absolute;
    right: 0;
    top: 50%;
    width: 510px;
    margin-top: -90px;
    line-height: 28px; }
    .contactleft section a {
      font-size: 24px;
      font-weight: bold;
      color: #fff; }
      .contactleft section a span {
        margin-left: 20px; }
    .contactleft section p {
      color: #8ea4e4;
      font-size: 18px; }

.contactright {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: url("../images/bg/bg04.png") no-repeat right bottom;
  background-size: 70%; }
  .contactright section {
    position: absolute;
    left: 35px;
    width: 480px;
    top: 50%;
    margin-top: -90px;
    color: #fff; }
    .contactright section h2 {
      font-size: 24px;
      font-weight: bold;
      line-height: 30px; }
    .contactright section .p1 {
      font-size: 18px;
      color: #8ea4e4;
      margin: 5px 0 25px; }
    .contactright section h3 {
      font-size: 28px;
      font-weight: bold;
      line-height: 30px; }
    .contactright section .p2 {
      color: #8ea4e4;
      margin: 15px 0 0; }

.indexshow .contactleft, .indexshow .contactright, .indexshow .indexfoot, .indexshow .indexsea, .indexshow .indexpro, .indexshow .indexabout, .indexshow .indexbanner, .indexshow .bannerpage {
  display: none; }

.confoot {
  position: relative; }

.conmain {
  width: 1060px;
  margin: 0 auto; }

.about_top {
  line-height: 50px;
  height: 50px;
  overflow: hidden; }
  .about_top b {
    float: left;
    font-size: 32px;
    font-weight: 400; }
  .about_top i {
    float: left;
    font-size: 20px;
    color: #999;
    margin-left: 10px;
    top: 5px;
    position: relative; }
  .about_top menu {
    float: right;
    overflow: hidden; }
    .about_top menu a {
      float: left;
      line-height: 50px;
      height: 50px;
      padding: 0 30px;
      background: #eee;
      font-size: 16px;
      margin-left: 10px;
      overflow: hidden; }
      .about_top menu a:after {
        content: attr(_text);
        line-height: 50px;
        height: 50px;
        font-size: 16px;
        color: #fff;
        padding: 0 45px 0 15px;
        background: #293b95 url("../images/tit02.png") no-repeat right center;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        position: absolute;
        right: 0;
        top: -100%; }
      .about_top menu a.sel:after, .about_top menu a:hover:after {
        top: 0; }

.aboutessay {
  overflow: hidden;
  font-size: 16px;
  line-height: 34px;
  color: #666; }

.newsline {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #eee;
  clear: both; }

.newslist {
  height: 120px;
  overflow: hidden;
  padding: 30px 260px 30px 120px;
  border-bottom: 1px solid #eee;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .newslist .img {
    position: absolute;
    right: 0;
    top: 30px;
    height: 120px;
    overflow: hidden; }
    .newslist .img img {
      display: block;
      height: 100%;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .newslist .p1 {
    position: absolute;
    left: 0;
    top: 40px;
    right: auto;
    bottom: auto;
    color: #999;
    line-height: 25px; }
    .newslist .p1 b {
      display: block;
      font-weight: 400;
      font-size: 22px; }
    .newslist .p1 i {
      position: absolute;
      left: 70px;
      width: 25px;
      top: 13px;
      border-top: 1px solid #ccc;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .newslist .p1 span {
      display: block;
      margin-top: 5px;
      color: #fff;
      font-size: 20px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .newslist .a1 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0 20px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .newslist .p2 {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #999; }
  .newslist:hover {
    padding-left: 140px; }
    .newslist:hover .img img {
      filter: alpha(Opacity=80);
      opacity: 0.8;
      -webkit-opacity: 0.8; }
    .newslist:hover .p1 span {
      color: #293b95; }
    .newslist:hover .p1 i {
      border-color: #293b95;
      width: 50px; }
    .newslist:hover .a1 {
      color: #293b95; }

.prolist {
  width: 100%; }
  .prolist li {
    float: left;
    width: 510px;
    border: 1px solid #eee;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    margin-bottom: 40px; }
    .prolist li:nth-child(even) {
      float: right; }
    .prolist li .img {
      display: block;
      width: 100%;
      overflow: hidden;
      height: 340px; }
      .prolist li .img img {
        display: block;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .prolist li .a1 {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      line-height: 60px;
      font-size: 18px;
      margin: 0 25px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      border-bottom: 1px solid #eee;
      padding-right: 40px; }
      .prolist li .a1 span {
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        color: #fff; }
    .prolist li p {
      margin: 0 25px 15px;
      overflow: hidden;
      height: 60px;
      color: #999;
      padding: 15px 0 0; }
    .prolist li:hover {
      box-shadow: 1px 1px 7px #ccc; }
      .prolist li:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
      .prolist li:hover .a1 {
        color: #293b95;
        border-color: #293b95; }
        .prolist li:hover .a1 span {
          color: #293b95; }

.pro_sea {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px; }
  .pro_sea .img {
    float: left;
    width: 530px;
    overflow: hidden;
    height: 350px; }
    .pro_sea .img img {
      display: block;
      width: 100%;
      height: 100%;
      transition: all 1s ease-in-out 0.01s;
      -webkit-transition: all 1s ease-in-out 0.01s; }
  .pro_sea .box {
    float: right;
    width: 530px;
    overflow: hidden;
    height: 350px;
    background: #f5f5f5; }
    .pro_sea .box .a1 {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 24px;
      margin: 40px 30px 30px 30px;
      line-height: 30px; }
    .pro_sea .box p {
      margin: 0 30px;
      line-height: 25px;
      overflow: hidden;
      height: 125px; }
    .pro_sea .box .a2 {
      line-height: 35px;
      height: 35px;
      margin: 30px 0 0 30px;
      float: left;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      color: #293b95;
      font-size: 16px; }
      .pro_sea .box .a2 span {
        margin-left: 10px;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        color: #f5f5f5; }
  .pro_sea:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  .pro_sea:hover .box .a2 {
    padding: 0 15px;
    background: #293b95;
    color: #fff; }

.pro_sea01 .img {
  float: right; }
.pro_sea01 .box {
  float: left; }

.contactbox {
  width: 100%; }
  .contactbox li {
    float: left;
    width: 33.3%;
    overflow: hidden;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 25px;
    background: #fff;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    padding-bottom: 25px; }
    .contactbox li i {
      display: block;
      width: 100%;
      height: 80px;
      background: url("../images/contact01.png") no-repeat center center; }
    .contactbox li b {
      display: block;
      color: #333;
      margin-bottom: 20px; }
    .contactbox li p {
      margin: 0 30px;
      height: 50px;
      overflow: hidden; }
    .contactbox li:hover {
      box-shadow: 1px 1px 8px #ccc;
      z-index: 5; }

.worklist {
  border: 1px solid #f5f5f5;
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .worklist .tit {
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    background: #f5f5f5;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .worklist .tit p {
      float: left;
      font-size: 20px;
      margin-left: 30px; }
      .worklist .tit p b {
        margin: 0 5px;
        font-weight: 400; }
    .worklist .tit i {
      float: right;
      width: 45px;
      height: 100%;
      margin: 0 30px;
      background: url("../images/more01.png") no-repeat center center;
      cursor: pointer;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .worklist .tit span {
      float: right;
      font-size: 16px; }
  .worklist .box {
    overflow: hidden;
    line-height: 30px;
    color: #666;
    padding: 30px 50px 40px;
    font-size: 16px;
    display: none; }

.worklist_sel {
  border-color: #eee; }
  .worklist_sel .tit {
    background: #293b95;
    color: #fff; }
    .worklist_sel .tit i {
      background-image: url("../images/more02.png"); }
  .worklist_sel .box {
    display: block; }

.honorlist {
  width: 100%;
  overflow: hidden; }
  .honorlist section {
    width: 110%;
    overflow: hidden; }
    .honorlist section a {
      float: left;
      width: 333px;
      margin: 0 30px 30px 0;
      overflow: hidden;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      line-height: 70px;
      font-size: 18px; }
      .honorlist section a i {
        display: block;
        width: 100%;
        height: 222px;
        background: #f8f8f8 url("../images/photos/img05-1.jpg") no-repeat center center;
        background-size: contain; }
      .honorlist section a p {
        height: 70px;
        padding: 0 30px;
        overflow: hidden;
        text-align: center; }
      .honorlist section a span {
        position: absolute;
        right: 10px;
        bottom: 0;
        color: #fff;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        z-index: 5; }
      .honorlist section a:after {
        content: attr(_text);
        height: 70px;
        background: #293b95;
        left: -100%;
        bottom: 0;
        position: absolute;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        z-index: 3;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 30px;
        width: 273px; }
      .honorlist section a:hover {
        color: #fff; }
        .honorlist section a:hover:after {
          left: 0; }

.noticelist {
  display: block;
  line-height: 65px;
  height: 65px;
  overflow: hidden;
  padding: 0 120px 0 170px;
  font-size: 16px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .noticelist span {
    position: absolute;
    left: 35px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 5;
    color: #999;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .noticelist b {
    position: absolute;
    right: 50px;
    top: 0;
    color: #fff;
    z-index: 5; }
  .noticelist p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 5; }
  .noticelist:after {
    content: attr(_text);
    height: 65px;
    background: #293b95;
    left: -100%;
    bottom: 0;
    position: absolute;
    transition: all 0.8s ease-in-out 0.01s;
    -webkit-transition: all 0.8s ease-in-out 0.01s;
    z-index: 3;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%; }
  .noticelist:hover {
    color: #fff; }
    .noticelist:hover span {
      color: #fff; }
    .noticelist:hover:after {
      left: 0; }

.essaytit {
  line-height: 30px;
  color: #999;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px; }
  .essaytit h2 {
    font-size: 24px;
    color: #333;
    padding-bottom: 8px; }

.essaypage {
  width: 100%;
  overflow: hidden;
  font-size: 16px; }
  .essaypage .a1 {
    float: left;
    padding: 0 20px 0 50px;
    width: 400px;
    border: 1px solid #eee;
    line-height: 80px;
    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; }
    .essaypage .a1 span {
      position: absolute;
      left: 20px;
      top: 0px;
      right: auto;
      bottom: auto; }
    .essaypage .a1:hover {
      color: #fff;
      background: #293b95; }
  .essaypage .a2 {
    float: right;
    padding: 0 50px 0 20px;
    width: 400px;
    border: 1px solid #eee;
    line-height: 80px;
    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;
    text-align: right; }
    .essaypage .a2 span {
      position: absolute;
      right: 20px;
      top: 0; }
    .essaypage .a2:hover {
      color: #fff;
      background: #293b95; }
  .essaypage .a3 {
    float: right;
    width: 80px;
    border: 1px solid #eee;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    text-align: center;
    padding-top: 15px;
    height: 65px;
    line-height: 25px;
    margin-right: 17px; }
    .essaypage .a3:hover {
      color: #fff;
      background: #293b95; }

.leavebox {
  background: url("../images/leave.jpg") repeat;
  overflow: hidden;
  padding: 50px 45px; }
  .leavebox h2 {
    font-size: 24px;
    line-height: 30px; }
  .leavebox h3 {
    font-size: 14px;
    color: #999;
    margin-top: 25px; }
  .leavebox .p1 {
    line-height: 45px;
    height: 45px;
    background: #fff;
    padding: 0 15px 0 45px;
    width: 410px; }
    .leavebox .p1 span {
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      color: #c8a16c;
      width: 45px;
      text-align: center; }
    .leavebox .p1 .text {
      width: 100%;
      height: 100%; }
  .leavebox .p2 {
    padding: 0 15px 0 45px;
    line-height: 45px;
    height: 150px;
    background: #fff; }
    .leavebox .p2 span {
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      color: #c8a16c;
      width: 45px;
      text-align: center; }
    .leavebox .p2 textarea {
      line-height: 45px;
      width: 100%;
      height: 100%;
      border: none; }
  .leavebox .p3 {
    width: 300px;
    float: left; }
  .leavebox .yzm {
    float: left;
    margin-left: 15px; }
  .leavebox .sub {
    border: none;
    background: #293b95;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    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 ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .leavebox .sub:hover {
      background: #333; }

.pagebox {
  width: 100%;
  overflow: hidden; }
  .pagebox span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 5px;
    color: #999; }
  .pagebox a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 5px;
    line-height: 35px;
    padding: 0 14px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    border: 1px solid #eee;
    color: #999; }
    .pagebox a:hover, .pagebox a.sel {
      color: #fff;
      background: #18297c;
      border-color: #18297c; }

.loading {
  width: 100%;
  text-align: center;
  color: #999; }
  .loading span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 30px;
    height: 30px;
    padding-left: 40px;
    background: url("../images/loading.gif") no-repeat left center;
    background-size: auto 100%; }

.mymap {
  width: 1366px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .mymap li {
    padding: 40px 0 30px 100px;
    border-bottom: 1px dashed #eee;
    line-height: 30px;
    min-height: 30px;
    overflow: hidden; }
    .mymap li .a1 {
      position: absolute;
      left: 0;
      top: 40px;
      right: auto;
      bottom: auto;
      font-size: 18px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      color: #777; }
      .mymap li .a1:hover {
        color: #293b95; }
    .mymap li .a2 {
      float: left;
      font-size: 16px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      margin: 0 0 10px 40px;
      color: #777; }
      .mymap li .a2:hover {
        color: #293b95; }

.mapbox {
  overflow: hidden; }
  .mapbox img {
    max-width: none; }

/*# sourceMappingURL=style.css.map */
