@charset "UTF-8";
body {
  background-color: #f4f3f3; }

.bd {
  width: 100%;
  height: 644px; }
  .bd ul {
    width: 100%;
    height: 100%; }
    .bd ul img {
      width: 100%;
      height: 100%; }

.hd {
  width: 50px;
  height: 644px;
  position: absolute;
  right: 33px;
  top: 0;
  z-index: 111111; }
  .hd ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .hd ul li {
      width: 100%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 30px;
      font-weight: bold;
      color: #ffffff;
      margin-bottom: 20px;
      cursor: pointer; }
      .hd ul li.on {
        color: #849f87;
        border-bottom: 3px solid #bd4c3b; }

.topBanner {
  width: 100%;
  height: 116px;
  background-color: #ffffff; }
  .topBanner .cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto; }
    .topBanner .cont.cont1 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-sizing: border-box; }
    .topBanner .cont .logo {
      width: 231px;
      height: 70px; }
      .topBanner .cont .logo img {
        width: 100%;
        height: 100%; }
    .topBanner .cont .searchBox {
      width: 520px;
      height: 46px;
      background: url("../images/searchBg.png") center no-repeat;
      background-size: 100% 100%;
      padding-left: 10px;
      margin-left: 150px; }
      .topBanner .cont .searchBox .selectBox {
        width: 80px;
        float: left;
        text-align: center;
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        margin-right: 50px;
        color: #878787; }
      .topBanner .cont .searchBox .inputBox {
        width: 330px;
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        color: #878787;
        float: left; }
        .topBanner .cont .searchBox .inputBox input {
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0); }
      .topBanner .cont .searchBox .searchBtn {
        float: right;
        width: 41px;
        height: 41px;
        background: url("../images/searchBtn.png") center no-repeat;
        background-size: 100% 100%;
        top: 10px; }
    .topBanner .cont .loginBox {
      width: 120px;
      height: 40px; }
      .topBanner .cont .loginBox .navsub {
        z-index: 11111221; }
        .topBanner .cont .loginBox .navsub li {
          z-index: 11111221; }
      .topBanner .cont .loginBox .logina {
        line-height: 40px;
        background-color: #ce6459;
        border-radius: 10px;
        width: 100%;
        display: block;
        height: 100%;
        text-align: center; }
        .topBanner .cont .loginBox .logina span {
          width: 100%;
          color: #ffffff;
          text-align: center;
          font-size: 14px; }

.bodyCont {
  width: 100%; }
  .bodyCont .content {
    width: 1200px;
    margin: 0 auto; }
  .bodyCont .title {
    width: 100%;
    height: 47px;
    box-sizing: border-box;
    background-size: 100% 100%;
    margin-bottom: 21px; }
    .bodyCont .title a {
      float: right;
      font-size: 16px;
      margin-top: 20px; }
    .bodyCont .title.title1 {
      background: url("../images/title1.png") center no-repeat; }
    .bodyCont .title.title2 {
      background: url("../images/title2.png") center no-repeat; }
    .bodyCont .title.title3 {
      background: url("../images/title3.png") center no-repeat; }
  .bodyCont .contBox {
    width: 100%;
    height: auto; }
  .bodyCont .news {
    overflow: hidden;
    margin-bottom: 70px; }
    .bodyCont .news .leftNew {
      float: left;
      width: 574px;
      height: 455px;
      padding: 13px;
      box-sizing: border-box;
      background-color: #ffffff; }
      .bodyCont .news .leftNew:hover {
        background-color: #849f87;
        transition: all 1.5s ease; }
        .bodyCont .news .leftNew:hover .tit, .bodyCont .news .leftNew:hover .conts {
          color: #ffffff; }
      .bodyCont .news .leftNew img {
        width: 100%;
        height: 313px; }
      .bodyCont .news .leftNew .tit {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        margin: 24px 0 18px;
        padding: 0 24px; }
      .bodyCont .news .leftNew .conts {
        padding: 0 24px;
        color: #cbcbcb;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* 可以显示的行数，超出部分用...表示*/
        -webkit-box-orient: vertical;
        line-height: 1.5; }
    .bodyCont .news .rightNew {
      float: right;
      width: 605px;
      box-sizing: border-box; }
      .bodyCont .news .rightNew a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        height: 145px;
        margin-bottom: 12px;
        background-color: #FFFFFF; }
        .bodyCont .news .rightNew a:hover {
          background-color: #849f87;
          transition: all 1.5s ease; }
          .bodyCont .news .rightNew a:hover .ripart .tit, .bodyCont .news .rightNew a:hover .ripart .conts {
            color: #ffffff; }
        .bodyCont .news .rightNew a img {
          width: 170px;
          float: left;
          height: 120px;
          margin-top: 11px;
          margin-left: 11px; }
        .bodyCont .news .rightNew a .ripart {
          float: left;
          width: 66%;
          box-sizing: border-box;
          padding-top: 20px; }
          .bodyCont .news .rightNew a .ripart .tit {
            font-size: 18px;
            font-weight: bold;
            color: #333333;
            padding: 0 24px;
            margin-bottom: 10px; }
          .bodyCont .news .rightNew a .ripart .conts {
            padding: 0 24px;
            color: #cbcbcb;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            /* 可以显示的行数，超出部分用...表示*/
            -webkit-box-orient: vertical;
            line-height: 1.5; }
  .bodyCont .hdBig {
    width: 100%;
    background: url("../images/hdBg.png") center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 83px;
    height: 699px; }
    .bodyCont .hdBig .hdapp {
      padding-top: 73px; }
      .bodyCont .hdBig .hdapp .hdList {
        width: 100%;
        height: 468px; }
        .bodyCont .hdBig .hdapp .hdList li {
          width: 286px;
          padding: 13px;
          height: 100%;
          float: left;
          box-sizing: border-box;
          background-color: #ffffff;
          margin-right: 18px; }
          .bodyCont .hdBig .hdapp .hdList li:last-child {
            margin: 0; }
          .bodyCont .hdBig .hdapp .hdList li img {
            width: 100%;
            height: 248px; }
          .bodyCont .hdBig .hdapp .hdList li .tit {
	          overflow : hidden;
		  text-overflow: ellipsis;
		  display: -webkit-box;
		  -webkit-line-clamp: 1;      /* 可以显示的行数，超出部分用...表示*/
		  -webkit-box-orient: vertical;
            padding: 0 15px;
            width: 100%;
            font-size: 18px;
            font-weight: bold;
            color: #333333;
            margin: 30px 0 20px; }
          .bodyCont .hdBig .hdapp .hdList li .twoDetail {
            padding: 0 17px;
            margin-bottom: 18px; }
            .bodyCont .hdBig .hdapp .hdList li .twoDetail p {
              width: 100%;
              color: #666666;
              font-size: 14px;
              margin-bottom: 10px; }
          .bodyCont .hdBig .hdapp .hdList li a {
            display: block;
            width: 145px;
            height: 40px;
            border-radius: 18px;
            background-color: #ce6459;
            color: #ffffff;
            text-align: center;
            line-height: 40px;
            font-size: 18px;
            margin-left: 14px; }
  .bodyCont .serveGuide {
    width: 100%;
    height: auto;
    margin-bottom: 87px; }
    .bodyCont .serveGuide .serves .servesList {
      width: 100%;
      height: 320px; }
      .bodyCont .serveGuide .serves .servesList .shuzi, .bodyCont .serveGuide .serves .servesList .reading {
        width: 257px;
        float: left;
        margin-right: 14px;
        height: 100%;
        overflow: hidden;
        position: relative; }
        .bodyCont .serveGuide .serves .servesList .shuzi:hover .bgImg, .bodyCont .serveGuide .serves .servesList .reading:hover .bgImg {
          transform: scale(1.2, 1.2);
          transition: all 1.6s ease; }
        .bodyCont .serveGuide .serves .servesList .shuzi .bgImg, .bodyCont .serveGuide .serves .servesList .reading .bgImg {
          width: 100%;
          height: 100%; }
        .bodyCont .serveGuide .serves .servesList .shuzi .icons, .bodyCont .serveGuide .serves .servesList .reading .icons {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 111;
          display: flex;
          width: 100%;
          height: 100%;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .bodyCont .serveGuide .serves .servesList .shuzi .icons img, .bodyCont .serveGuide .serves .servesList .reading .icons img {
            width: 70px;
            height: 68px;
            margin-bottom: 18px; }
          .bodyCont .serveGuide .serves .servesList .shuzi .icons p, .bodyCont .serveGuide .serves .servesList .reading .icons p {
            font-size: 26px;
            font-weight: bold;
            color: #ffffff;
            text-align: center; }
      .bodyCont .serveGuide .serves .servesList .twoBoxs {
        float: left;
        margin-right: 18px;
        width: 320px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .bodyCont .serveGuide .serves .servesList .twoBoxs a {
          width: 100%;
          display: block;
          height: 151px; }
          .bodyCont .serveGuide .serves .servesList .twoBoxs a.two_1 {
            background-color: #849f87;
            font-size: 26px;
            font-weight: bold;
            color: #ffffff;
            text-align: center;
            line-height: 151px; }
          .bodyCont .serveGuide .serves .servesList .twoBoxs a.two_2 {
            background-color: #d1d7d2;
            font-size: 26px;
            font-weight: bold;
            color: #333333;
            text-align: center;
            line-height: 151px; }
      .bodyCont .serveGuide .serves .servesList .twoBoxss {
        margin-right: 0 !important; }
  .bodyCont .recommitBook {
    width: 100%;
    height: 883px;
    background: url("../images/recommitBg.png") center no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
    box-sizing: border-box; }
    .bodyCont .recommitBook .innerbox {
      margin: 0 auto;
      width: 1190px;
      height: 750px;
      background: url(../images/imgbg2.png) no-repeat;
      background-size: 100% 100%;
      position: relative; }
    .bodyCont .recommitBook .ul4 {
      padding: 69px 0 0; }
    .bodyCont .recommitBook .ul4 li {
      float: left;
      width: 180px;
      height: 228px;
      margin: 0 45px 113px 0;
      box-shadow: 10px 0 10px #c7ccce;
      position: relative; }
    .bodyCont .recommitBook .ul4 li img {
      width: 100%;
      height: 100%;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    .bodyCont .recommitBook .ul4 li:nth-child(1) {
      margin-left: 240px; }
    .bodyCont .recommitBook .ul4 li:nth-child(5) {
      margin-left: 44px; }
    .bodyCont .recommitBook .ul4 li:hover {
      top: -10px;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s; }
    .bodyCont .recommitBook .innerbox .pubtitle {
      position: absolute;
      top: 0;
      left: 56px; }
  .bodyCont .footer {
    width: 100%;
    height: 210px; }
    .bodyCont .footer .topfoot {
      height: 143px;
      background-color: #93ac96; }
      .bodyCont .footer .topfoot .content {
        height: 143px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start; }
      .bodyCont .footer .topfoot .tit {
        font-size: 18px;
        color: #ffffff;
        font-weight: bold; }
      .bodyCont .footer .topfoot .links {
        margin-top: 17px;
        font-size: 16px;
        color: #ffffff; }
        .bodyCont .footer .topfoot .links a {
          color: #ffffff;
          display: inline-block;
          padding: 0 18px;
          border-right: 1px solid #ffffff; }
          .bodyCont .footer .topfoot .links a:nth-child(1) {
            padding-left: 0; }
          .bodyCont .footer .topfoot .links a:last-child {
            border-right: none; }
    .bodyCont .footer .botFoot {
      background-color: #849f87; }
      .bodyCont .footer .botFoot .content {
        height: 64px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start; }
        .bodyCont .footer .botFoot .content .tit {
          font-size: 16px;
          color: #ffffff; }

/*# sourceMappingURL=index.css.map */
