@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: #f2f6f7;
  min-width: 1200px; }

a {
  color: #333;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  a:hover {
    color: #035edd; }

input {
  font-family: "微软雅黑";
  font-size: 14px; }

.white, a.white {
  color: #fff; }

.fc, a.fc {
  color: #035edd; }

.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; }

.tophead {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  line-height: 34px;
  height: 34px;
  font-size: 12px; }
  .tophead span {
    float: left;
    color: #666; }
  .tophead p {
    float: right;
    padding-left: 17px;
    background: url("../images/phone.png") no-repeat left center; }

.comhead {
  height: 100px;
  width: 100%;
  background: #fff;
  overflow: hidden; }
  .comhead .logo {
    float: left;
    top: 15px; }
  .comhead .search {
    float: right;
    width: 400px;
    line-height: 36px;
    height: 36px;
    border: 2px solid #035edd;
    padding: 0 10px 0 40px;
    background: url("../images/search.png") no-repeat 10px center;
    margin: 30px 100px 0 120px; }
    .comhead .search .text {
      width: 100%;
      height: 100%; }
    .comhead .search .sub {
      position: absolute;
      width: 100px;
      height: 40px;
      top: -2px;
      right: -100px;
      color: #fff;
      background: #035edd;
      font-size: 16px;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
      .comhead .search .sub:hover {
        background: #f60; }

.comnav {
  width: 100%;
  background: #035edd;
  z-index: 10; }
  .comnav ul {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .comnav ul li {
      width: 150px;
      float: left; }
      .comnav ul li .a1 {
        display: block;
        width: 100%;
        line-height: 40px;
        height: 40px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        transition: all 0.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s; }
      .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.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s; }
        .comnav ul li .box a {
          display: block;
          line-height: 35px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          text-align: center;
          border-top: 1px solid #fff;
          background: #035edd;
          color: #fff;
          transition: all 0.2s ease-in-out 0.01s;
          -webkit-transition: all 0.2s ease-in-out 0.01s; }
          .comnav ul li .box a:hover {
            background: #024bb1; }
      .comnav ul li:hover .a1 {
        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.sel .a1 {
        background: #024bb1; }

.comfoot {
  padding: 40px 0 0;
  width: 100%;
  background: #2d313a;
  color: #999ca1; }
  .comfoot .sys {
    float: left;
    width: 132px;
    text-align: center;
    padding-right: 35px; }
    .comfoot .sys img {
      width: 132px;
      display: block;
      margin-top: 10px; }
  .comfoot .box01 {
    float: left;
    border-left: 1px solid #3b4044;
    margin-left: 20px;
    padding-left: 50px;
    width: 320px;
    min-height: 160px; }
    .comfoot .box01 b {
      color: #fff; }
  .comfoot .box02 {
    float: right;
    margin-left: 55px; }
    .comfoot .box02 a {
      display: block; }
      .comfoot .box02 a.a1 {
        font-weight: bold;
        color: #fff;
        padding-bottom: 10px; }
      .comfoot .box02 a.a2 {
        color: #999ca1;
        margin-top: 5px; }
      .comfoot .box02 a:hover {
        text-decoration: underline; }
  .comfoot .bot {
    width: 100%;
    text-align: center;
    padding: 40px 0 15px;
    clear: both; }

.indextit {
  width: 100%;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6; }
  .indextit b {
    font-size: 24px;
    font-weight: 400; }
  .indextit a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px; }
    .indextit a:hover {
      text-decoration: underline; }
  .indextit i {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 70px;
    background: #035edd; }

.indexpart01 {
  padding: 60px 0;
  background: #fff url("../images/bg01.png") no-repeat center bottom; }
  .indexpart01 .box {
    float: left;
    width: 800px; }
    .indexpart01 .box .p1 {
      line-height: 25px;
      height: 100px;
      overflow: hidden;
      color: #999;
      font-size: 16px;
      margin-top: 15px; }

.indexpart02 .box01 li section {
  width: 110%;
  overflow: hidden;
  padding: 50px 0; }
  .indexpart02 .box01 li section a {
    float: left;
    width: 373px;
    overflow: hidden;
    text-align: center;
    margin-right: 36px;
    left: 4px;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .indexpart02 .box01 li section a img {
      display: block;
      width: 373px;
      height: 167px; }
    .indexpart02 .box01 li section a .p1 {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px;
      margin: 25px 20px 30px;
      font-weight: bold; }
    .indexpart02 .box01 li section a .p2 {
      color: #999;
      line-height: 30px;
      height: 60px;
      overflow: hidden;
      margin: 0 20px; }
    .indexpart02 .box01 li section a .p3 {
      color: #999;
      font-size: 20px;
      padding: 20px;
      visibility: hidden; }
    .indexpart02 .box01 li section a:hover {
      box-shadow: 1px 1px 10px #eee; }
      .indexpart02 .box01 li section a:hover .p3 {
        visibility: visible; }
.indexpart02 .box02 {
  bottom: 0; }
  .indexpart02 .box02 .num {
    background: none; }
    .indexpart02 .box02 .num span {
      background: #eee;
      border: 2px solid #eee;
      margin: 0 5px; }
      .indexpart02 .box02 .num span.sel {
        border-color: #035edd;
        background: #fff; }
.indexpart02 .box03 {
  width: 1192px;
  margin-left: -596px; }
  .indexpart02 .box03 .btn01, .indexpart02 .box03 .btn02 {
    top: 190px; }

.indexpart03 .box01 {
  float: left;
  width: 700px; }
  .indexpart03 .box01 .a1 {
    display: block;
    padding-left: 110px;
    min-height: 90px;
    overflow: hidden;
    margin-top: 40px; }
    .indexpart03 .box01 .a1 i {
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      overflow: hidden;
      background: url("../images/photos/img03.png") no-repeat center center;
      background-size: cover; }
    .indexpart03 .box01 .a1 b {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px;
      padding: 5px 0 10px;
      margin-right: 120px; }
      .indexpart03 .box01 .a1 b span {
        position: absolute;
        right: 0;
        top: 5px;
        color: #999;
        font-size: 14px;
        font-weight: 400; }
    .indexpart03 .box01 .a1 p {
      height: 40px;
      overflow: hidden; }
.indexpart03 .box02 {
  float: right;
  width: 380px;
  overflow: hidden; }
  .indexpart03 .box02 menu {
    padding-left: 150px;
    height: 330px;
    background: url("../images/indexpart.jpg") no-repeat left top;
    margin-top: 40px; }
    .indexpart03 .box02 menu a {
      display: block;
      overflow: hidden; }
      .indexpart03 .box02 menu a .p1 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
        margin: 20px 0 10px; }
      .indexpart03 .box02 menu a .p2 {
        line-height: 25px;
        height: 50px;
        overflow: hidden;
        color: #999; }
      .indexpart03 .box02 menu a.a1 {
        margin-top: 105px; }

.indexpart04 {
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
  height: 230px; }
  .indexpart04 .box01 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .indexpart04 .box01 h2 {
      position: absolute;
      left: 0;
      top: 50px;
      width: 120px;
      text-align: center;
      line-height: 30px;
      font-size: 28px;
      color: #555; }
      .indexpart04 .box01 h2 span {
        display: block;
        font-size: 16px;
        color: #999; }
  .indexpart04 .box02 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #233975;
    margin-left: -310px;
    overflow: hidden; }
    .indexpart04 .box02 img {
      position: absolute;
      bottom: 0;
      left: 460px; }
    .indexpart04 .box02 menu {
      top: 50px;
      left: 80px;
      color: #fff; }
      .indexpart04 .box02 menu p {
        font-size: 15px;
        color: #959cb4;
        font-weight: bold; }
      .indexpart04 .box02 menu b {
        line-height: 40px;
        font-size: 28px;
        margin: 0px 0 5px;
        display: block; }
      .indexpart04 .box02 menu a {
        display: block;
        width: 110px;
        line-height: 30px;
        border: 2px solid #959cb4;
        text-align: center;
        font-size: 30px;
        color: #959cb4;
        border-radius: 18px;
        transition: all 0.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s; }
        .indexpart04 .box02 menu a:hover {
          color: #fff;
          border-color: #fff; }

.conbanner {
  width: 100%;
  height: 309px;
  background: url("../images/photos/banner02.jpg") no-repeat center top;
  background-size: auto 100%;
  display: block; }

.conpace {
  width: 100%;
  background: #fff;
  line-height: 45px;
  height: 45px; }
  .conpace p {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    color: #666; }
    .conpace p a {
      color: #666; }
      .conpace p a:hover {
        text-decoration: underline; }
    .conpace p span {
      color: #0085de; }

.conbox {
  padding: 30px;
  background: #fff;
  overflow: hidden;
  margin: 40px auto 50px;
  width: 1140px; }

.contit {
  line-height: 30px;
  font-size: 26px;
  color: #666;
  padding-bottom: 25px;
  width: 100%; }
  .contit span {
    font-size: 14px;
    color: #999;
    margin-left: 20px; }

.conchoose {
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 40px; }
  .conchoose span {
    float: left;
    font-size: 12px;
    color: #ccc; }
  .conchoose a {
    float: left;
    padding: 0 25px;
    color: #666;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .conchoose a:hover, .conchoose a.sel {
      color: #fff;
      background: #035edd; }

.pagebox {
  width: 100%;
  overflow: hidden;
  line-height: 30px; }
  .pagebox .p1 {
    float: left;
    margin-right: 60px; }
  .pagebox .a1 {
    float: left;
    margin-right: 30px; }
    .pagebox .a1:hover {
      color: #0085de; }
  .pagebox .a2 {
    float: left;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-right: 7px; }
    .pagebox .a2:hover {
      border-color: #0085de;
      color: #0085de; }
  .pagebox .a2sel {
    color: #0085de;
    border: none;
    line-height: 32px; }
  .pagebox .sub {
    float: right;
    width: 50px;
    color: #fff;
    background: #035edd;
    height: 30px;
    line-height: 30px; }
    .pagebox .sub:hover {
      background: #0085de; }
  .pagebox .text {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    text-align: center; }

.conline {
  width: 100%;
  border-top: 1px solid #e6e6e6; }

.aboutpart01 {
  float: right;
  width: 590px;
  font-size: 16px;
  line-height: 25px;
  color: #666;
  overflow: hidden; }

.aboutpart02 {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  color: #666;
  overflow: hidden;
  padding: 30px 0;
  margin: 40px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.prolist {
  width: 110%;
  padding: 40px 0 0; }
  .prolist a {
    float: left;
    width: 350px;
    overflow: hidden;
    text-align: center;
    margin: 0 44px 40px 0;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .prolist a img {
      display: block;
      width: 350px;
      height: 160px; }
    .prolist a .p1 {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px;
      margin: 25px 20px 30px;
      font-weight: bold; }
    .prolist a .p2 {
      color: #999;
      line-height: 30px;
      height: 60px;
      overflow: hidden;
      margin: 0 20px; }
    .prolist a .p3 {
      color: #999;
      font-size: 20px;
      padding: 20px;
      visibility: hidden; }
    .prolist a:hover {
      box-shadow: 1px 1px 10px #eee; }
      .prolist a:hover .p3 {
        visibility: visible; }

.teclist {
  width: 110%;
  padding-top: 40px; }
  .teclist a {
    float: left;
    padding: 40px 30px 40px 190px;
    height: 80px;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s;
    width: 300px;
    margin-right: 90px; }
    .teclist a img {
      position: absolute;
      left: 40px;
      top: 20px;
      right: auto;
      bottom: auto; }
    .teclist a span {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px; }
    .teclist a p {
      height: 50px;
      line-height: 25px;
      color: #999;
      margin-top: 10px;
      overflow: hidden; }
    .teclist a:hover {
      box-shadow: 1px 1px 10px #eee; }

.newslist {
  padding: 20px 200px 20px 260px;
  height: 140px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden; }
  .newslist .img {
    position: absolute;
    left: 0;
    top: 20px;
    right: auto;
    bottom: auto; }
  .newslist .time {
    position: absolute;
    right: 0;
    top: 20px;
    color: #999; }
  .newslist .more {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 90px;
    text-align: center;
    color: #999;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s;
    border: 1px solid #e6e6e6;
    line-height: 35px; }
    .newslist .more span {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding-right: 20px;
      background: url("../images/more01.png") no-repeat right center; }
  .newslist .tit {
    display: block;
    margin: 15px 0;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .newslist p {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #999; }
  .newslist:hover .tit {
    color: #0085de; }
  .newslist:hover .more {
    color: #fff;
    background-color: #035edd; }
    .newslist:hover .more span {
      background-image: url("../images/more02.png"); }

.essaybox {
  width: 100%;
  overflow: hidden;
  color: #888;
  font-size: 16px;
  line-height: 35px;
  padding: 40px 0 10px; }
  .essaybox .tit {
    font-size: 26px;
    margin-bottom: 30px;
    color: #333; }
  .essaybox .time {
    margin-bottom: 30px; }

.recbox {
  width: 100%;
  overflow: hidden;
  line-height: 30px; }
  .recbox .tit {
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #eee; }
  .recbox .p1 {
    margin-top: 30px;
    font-size: 16px; }
  .recbox .p2 {
    color: #777; }

.contacttit {
  padding: 40px 0;
  width: 100%;
  line-height: 30px;
  font-size: 26px;
  margin-bottom: 30px; }
  .contacttit i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    border-bottom: 2px solid #999; }

.contactleft {
  float: left;
  width: 400px; }
  .contactleft p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #999; }

.contactright {
  width: 670px;
  float: right;
  overflow: hidden; }
  .contactright table {
    width: 100%;
    table-layout: fixed;
    left: -10px; }
  .contactright th {
    padding-bottom: 15px;
    padding-left: 10px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    text-align: left; }
  .contactright td {
    padding-bottom: 30px;
    padding-left: 10px; }
    .contactright td .text {
      width: 94%;
      padding: 0 3%;
      line-height: 35px;
      height: 35px;
      border: 1px solid #e6e6e6; }
    .contactright td .text01 {
      width: 98%;
      padding: 0 1%; }
    .contactright td textarea {
      width: 98%;
      padding: 10px 1%;
      line-height: 20px;
      border: 1px solid #e6e6e6;
      height: 80px; }
    .contactright td .sub {
      width: 100%;
      line-height: 40px;
      height: 40px;
      color: #fff;
      font-size: 16px;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s;
      background: #035edd;
      border-radius: 3px; }
      .contactright td .sub:hover {
        background: #0085de; }

.myarticle {
  overflow: hidden; }
  .myarticle div, .myarticle ul, .myarticle dl, .myarticle dd, .myarticle dt, .myarticle li, .myarticle td, .myarticle tr, .myarticle table, .myarticle p, .myarticle span, .myarticle h1, .myarticle h2, .myarticle h3, .myarticle h4, .myarticle h5, .myarticle h6 {
    position: static;
    font-weight: inherit; }

/*# sourceMappingURL=style.css.map */
