@charset "UTF-8";
i {
  font-style: normal; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

a {
  text-decoration: none; }
a:hover{ text-decoration: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@-webkit-keyframes Opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes Opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes Scale {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes Scale {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes moveFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(70%);
            transform: translateY(70%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes moveFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(70%);
            transform: translateY(70%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes moveFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes moveFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@-webkit-keyframes moveFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes moveFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@-webkit-keyframes eWidth {
  from {
    width: 0px; }
  to {
    width: 150px; } }

@keyframes eWidth {
  from {
    width: 0px; }
  to {
    width: 150px; } }

.content_box {
  width: 1200px;
  margin: 0 auto;
  position: relative; }

.content_box, .main .news, .main .news_btn, .main .intro_btn, .main .img_box, .main .mt_box {
  *zoom: 1; }
  .content_box:after, .main .news:after, .main .news_btn:after, .main .intro_btn:after, .main .img_box:after, .main .mt_box:after, .content_box:before, .main .news:before, .main .news_btn:before, .main .intro_btn:before, .main .img_box:before, .main .mt_box:before {
    content: "";
    display: table; }
  .content_box:after, .main .news:after, .main .news_btn:after, .main .intro_btn:after, .main .img_box:after, .main .mt_box:after {
    clear: both;
    overflow: hidden; }

.banner {
  height: 694px;
  min-width: 1200px;
  background: url("../images/banner.jpg") top center no-repeat; }

.nav {
  height: 99px;
  background: url("../images/nav_bg.png") top center no-repeat; background-repeat: repeat-x;
  position: relative; }
  .nav .nav_btn {
    width: 1200px;
    margin: 0 auto; }
    .nav .nav_btn > a {
      color: #ffffff;
      font-size: 20px;
      display: inline-block;
      width: 160px;
      text-align: center;
      float: left;
      padding-top: 20px;
      height: 79px;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      position: relative; }
      .nav .nav_btn > a span {
        font-size: 14px;
        color: #686868;
        display: block;
        margin-top: 14px;
        margin-bottom: 13px; }
      .nav .nav_btn > a em {
        display: inline-block;
        width: 0px;
        height: 4px;
        background: #900909; }
      .nav .nav_btn > a:hover {
        color: #d81e1a;
        background: url("../images/nav.png?0823") top center no-repeat; }
        .nav .nav_btn > a:hover em {
          -webkit-animation: eWidth .3s ease-out both;
                  animation: eWidth .3s ease-out both; }
        .nav .nav_btn > a:hover span {
          color: #900909; }
  .nav .logo {
    width: 235px;
    height: 125px;
    float: left;
    position: relative;
    margin-left:5px; }
    .nav .logo a {
      position: absolute;
      top: 0px;
      left: 47px;
      width: 133px;
      height: 125px;
      background: url("../images/logo10.png") 0 24px no-repeat;
      z-index: 9; }

.nav_list {
  display: none;
  position: absolute;
  top: 99px;
  left: 0px;
  z-index: 8;
  width: 100%;
  height: 280px;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#AA000000', endColorstr='#AA000000'); }
  .nav_list .list {
    position: absolute;
    top: 0px;
    width: 1200px;
    left: 50%;
    margin-left: -600px; }
  .nav_list ul {
    float: left;
    width: 160px; }
    .nav_list ul.ul {
      width: 240px; }
    .nav_list ul span {
      display: inline-block;
      text-indent: -9999px; }
    .nav_list ul li {
      width: 100%;
      text-align: center; }
    .nav_list ul a {
      color: #fff;
      font-size: 16px;
      line-height: 32px;
      }
      .nav_list ul a:hover {
        color: #d81e1a;
        text-decoration: underline; }

.main {
  width: 100%;
  min-height: 1476px;
  min-width: 1200px;
  background: url("../images/main.jpg?0823") top center no-repeat;
  background-color: #201b18; }
  .content_box {
    position: relative;
    top: -178px;
    width: 1200px;
    margin: 0 auto;
    /* left: 50%;
    margin-left: -600px; */
    overflow: hidden;
    clear: both;
   }
  .main .side_left {
    float: left;
    width: 300px; }
  .main .download {
    margin-top: -77px; }
    .main .download a {
      display: inline-block;
      width: 300px;
      height: 254px;
      transition: all .5s;
      background: url("../images/download.png?1010") -300px 0px no-repeat; }
      /* .main .download a:hover {
        background-position: -300px 0px;} */
  .main .side_nav {
    width: 300px;
    height: 406px;
    overflow: hidden;
    background: url("../images/side_nav.png?10151") 0px 0px no-repeat; }
    .main .side_nav a {
      display: block;
      float: left;
      height: 79px;
      width: 100%;
      /* transition: all .5s; */
      background: url("../images/side_nav.png?10151") -9999px -9999px no-repeat; }
      .main .side_nav a.sn1 {
        margin-top: 2px; }
      .main .side_nav a.sn5 {
        width: 300px;
        height: 89px; }
      .main .side_nav a:hover {
        background: url("../images/side_nav.png?10151") 0px 0px no-repeat; }
        .main .side_nav a:hover.sn1 {
          margin-top: 2px;
          background-position: -302px -2px; }
        .main .side_nav a:hover.sn2 {
          background-position: -301px -81px; }
        .main .side_nav a:hover.sn3 {
          background-position: -301px -160px; }
        .main .side_nav a:hover.sn4 {
          background-position: -302px -239px; }
        .main .side_nav a:hover.sn5 {
          background-position: -303px -318px; }
  .main .side_b1 {
    margin-top: 12px; }
    .main .side_b1 a {
      display: block;
      width: 300px;
      height: 130px;
      background: url("../images/s1.png?0823") top center no-repeat; }
  .main .side_b2 {
    margin-top: 12px; }
    .main .side_b2 a {
      display: block;
      width: 300px;
      height: 142px;
      background: url("../images/s2.png?0823") top center no-repeat; }
  .main .service {
    width: 300px;
    height: 142px;
    margin-top: 12px;
    background: url("../images/service.png?0823") top center no-repeat;
    overflow: hidden; }
    .main .service p {
      text-align: center;
      color: #03bf03;
      font-size: 16px;
      margin-top: 98px;
      }
  .main .enter {
    margin-top: -18px; }
    .main .enter a {
      display: block;
      width: 300px;
      height: 176px;
      background: url("../images/enter.png?0823") top center no-repeat; }
      .main .enter a:hover {
        background: url("../images/enter_on.png?0823") top center no-repeat; }
  .main .help {
    width: 300px;
    height: 293px;
    padding-top: 90px;
    background: url("../images/help_1.png") top center no-repeat;
    margin-top: 10px; }
   /* .main .help:hover {
      background: url("../images/help_on.png?0823") top center no-repeat; }*/
    .main .help p {
      text-align: center;
      color: #fff;
      font-size: 16px;
      line-height: 27px;
      }
    .main .help a {
      color: #ff0000; }
  .main .question {
    width: 300px;
    height: 245px;
    background: url("../images/question.png?0823") top center no-repeat;
    margin-top: 10px; }
  .main .healthy {
    width: 300px;
    height: 290px;
    font-size: 0px;
    background: url("../images/healthy.png?0823") top center no-repeat;
    margin-top: 10px;
    padding-top: 80px; }
    .main .healthy p {
      color: #fff;
      font-size: 16px;
      line-height: 28px;
      text-align: center;
      }
    .main .healthy p.pb{
      margin-bottom: 10px;
    }
    .main .healthy a {
      display: inline-block;
      height:25px;
      margin-top: 3px;
      width: 140px;
      margin-left: 7px;
      }
  .main .side_right {
    float: right;
    width: 880px; }
  .main .wrap {
    width: 880px;
    height: 332px;
    position: relative;
    overflow: hidden; }
    .main .wrap ul li {
      top: 0px;
      left: 0px;
      width: 880px;
      height: 332px;
      display: none; }
      .main .wrap ul li.active {
        -webkit-animation: moveFromTop .5s ease-out;
                animation: moveFromTop .5s ease-out; }
    .main .wrap ol {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%; background: #2e2d25;}
      .main .wrap ol li {
        float: left;
        width: 220px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #2e2d25;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        -webkit-transition: all .5s;
        transition: all .5s;
        }
        .main .wrap ol li:hover {
          background: #b60e0e; }
        .main .wrap ol li.active {
          background: #b60e0e; }
  .main .news_list_box {
    float: left;
    width: 656px;
    height: 479px;
    padding: 0 12px;
    background: url(../images/news_bg.jpg) right bottom no-repeat #fcfaec;
    position: relative; }
    .main .news_list_box ul {
      display: none; }
      .main .news_list_box ul.dis {
        display: block;
        -webkit-animation: Opacity .5s ease-out;
                animation: Opacity .5s ease-out; }
  .main .more {
    width: 50px;
    height: 50px;
    line-height: 42px;
    position: absolute;
    text-align: center;
    top: 20px;
    right: 13px; }
    .main .more a {
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 42px;
      background: #b60e0e;
      color: #fff;
      font-size: 34px; }
  .main .news_btn {
    margin-top: 20px; }
    .main .news_btn a {
      float: left;
      font-size: 20px;
      color: #000;
      width: 150px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #fff;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      margin-left: 1px;
      }
      .main .news_btn a:hover {
        background: #b60e0e;
        color: #fff; }
      .main .news_btn a.active {
        background: #b60e0e;
        color: #fff; }
  .main .hot {
    width: 654px;
    height: 80px;
    background: url("../images/title_bg.jpg?0823") top center no-repeat;
    margin-top: 12px;
    text-align: center;
    overflow: hidden; }
    .main .hot h2 {
      margin-top: 10px;
      margin-bottom: 0px; }
      .main .hot h2 a {
        font-size: 26px;
        color: #b60e0e;
        }
    .main .hot p a {
      font-size: 16px;
      color: #000;
      }
  .main .news_hot {
    float: left;
    width: 199px; }
    .main .news_hot img {
      display: block; }
  .main .news_list {
    margin-top: 10px; }
    .main .news_list li {
      height: 32px;
      line-height: 32px;
      border-bottom: dashed 1px #e9e3c8;
      font-size: 16px;
      overflow: hidden;
      }
    .main .news_list a {
      color: #303030; }
      .main .news_list a.RedStrong {
        color: #f00;
        font-weight: bold; }
      .main .news_list a.BlueStrong {
        color: blue;
        font-weight: bold; }
      .main .news_list a:hover {
        color: #b60e0e; }
    .main .news_list em {
      float: right;
      margin-right: 7px; }
  .main .intro_box {
    margin-top: 20px;
    width: 880px;
    height: 480px;
    overflow: hidden;
    background: url("../images/intro_bg.png") top center no-repeat;
    position: relative; }
  .main .bg {
    position: absolute;
    top: -80px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .main .bg div {
      position: absolute;
      top: 0px;
      right: 0px;
      display: none; }
      .main .bg div.active {
        -webkit-animation: moveFromLeft .5s ease-out;
                animation: moveFromLeft .5s ease-out; }
    .main .bg .bg_j1 {
      width: 578px;
      height: 481px;
      background: url("../images/j1.png?0823") top center no-repeat; }
    .main .bg .bg_j2 {
      width: 790px;
      height: 481px;
      background: url("../images/j2.png?0823") bottom center no-repeat; }
    .main .bg .bg_j3 {
      width: 864px;
      height: 472px;
      top: auto;
      bottom: 0px;
      right: 20px;
      background: url("../images/j3.png?0823") top center no-repeat; }
    .main .bg .bg_j4 {
      width: 639px;
      height: 465px;
      right: 0px;
      top: auto;
      bottom: 0px;
      background: url("../images/j4.png?0823") top center no-repeat; }
  .main .intro_btn {
    left: 15px;
    top: 25px;
    position: absolute;
    z-index: 15; }
    .main .intro_btn a {
      float: left;
      display: inline-block;
      width: 140px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      color: #fff;
      font-size: 20px;
      margin-left: 1px;
      background: #342d29;
      }
      .main .intro_btn a:hover {
        color: #ffffbe;
        background: #b60e0e; }
      .main .intro_btn a.active {
        color: #ffffbe;
        background: #b60e0e; }
  .main .cont1 {
    position: absolute;
    top: 80px;
    left: 16px;
    z-index: 13;
    width: 100%;
    height: 100%; }
  .main .cont2 {
    display: none;
    position: absolute;
    top: 130px;
    z-index: 12;
    width: 100%; }
    .main .cont2 p {
      height: 58px;
      line-height: 58px; }
      .main .cont2 p.odd {
        background: rgba(0, 0, 0, 0.3); }
    .main .cont2 a {
      float: left;
      width: 20%;
      text-align: center;
      color: #d1d1d1;
      font-size: 16px;
      }
      .main .cont2 a span {
        display: none;
        padding: 0px 10px; }
      .main .cont2 a:hover {
        color: #f7e2b2; }
        .main .cont2 a:hover span {
          display: inline-block; }
    .main .cont2.mspan a {
      width: 25%; }
  .main .in_cont.active {
    -webkit-animation: moveFromBottom .5s ease-out;
            animation: moveFromBottom .5s ease-out; }
  .main .job_list .title {
    color: #f7e2b2;
    font-size: 36px;
    margin-bottom: 10px; }
  .main .job_list .text {
    width: 410px;
    height: 295px;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.3); }
    .main .job_list .text p {
      color: #d1d1d1;
      line-height: 29px;
      font-size: 16px;
      }
  .main .job_btn {
    height: 36px;
    line-height: 36px;
    margin-top: 18px;
    margin-bottom: 16px;
    background: rgba(0, 0, 0, 0.3);
    width: 305px;
    padding-left: 20px;
    }
    .main .job_btn a {
      color: #d1d1d1;
      font-size: 18px;
      display: inline-block;
      text-align: center;
      padding: 0px 16px;
      }
      .main .job_btn a:hover {
        color: #f7e2b2; }
      .main .job_btn a.active {
        color: #f7e2b2; }
  .main .job01 {
    display: none; }
    .main .job01.active {
      -webkit-animation: Opacity 1s ease-out;
              animation: Opacity 1s ease-out; }
  .main .guide {
    width: 880px;
    height: 231px;
    margin-top: 20px;
    overflow: hidden;
    background: url("../images/guide_bg.png?0823") top center no-repeat;
    position: relative; }
    .main .guide .prev, .main .guide .next {
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 31px;
      height: 33px;
      left: 5px;
      background: url("../images/prev.png?0823") top center no-repeat; }
    .main .guide .next {
      background: url("../images/next.png?0823") top center no-repeat;
      left: auto;
      right: 5px; }
    .main .guide .guide_wrap {
      width: 800px;
      height: 160px;
      margin: 70px auto 0px;
      overflow: hidden;
      position: relative; }
      .main .guide .guide_wrap ul {
        position: absolute;
        top: 5px;
        left: 0px;
        width: 100000px; }
      .main .guide .guide_wrap li {
        float: left;
        text-align: center;
        color: #d1d1d1;
        font-size: 16px;
        width: 200px;
        text-align: center;
        }
      .main .guide .guide_wrap p {
        margin-top: 15px; }
  .main .img_box {
    margin-top: 20px; }
    .main .img_box li {
      float: left;
      width: 212px;
      height: 184px;
      color: #f7e2b2;
      overflow: hidden; }
      .main .img_box li .tips {
        text-align: center;
        font-size: 16px;
        color: #998f7e;
        margin-top: 8px;
        }
      .main .img_box li .title {
        text-align: center;
        font-size: 20px;
        height: 45px;
        line-height: 45px;
        }
      .main .img_box li.hz {
        background: url("../images/hz.jpg?0823") top center no-repeat; }
        .main .img_box li.hz a {
          display: block;
          text-align: center;
          color: #d1d1d1;
          line-height: 26px;
          font-size: 16px;
          }
          .main .img_box li.hz a:hover {
            color: #fe0600; }
      .main .img_box li + li {
        margin-left: 10px; }
    .main .img_box span {
      display: block;
      font-size: 30px;
      color: #f7e2b2;
      margin-top: 70px; }
    .main .img_box i {
      display: block;
      font-size: 14px;
      color: #605d56;
      margin-top: 10px; }
    .main .img_box a:hover span {
      -webkit-animation: moveFromLeft .5s ease-out;
              animation: moveFromLeft .5s ease-out; }
    .main .img_box a:hover i {
      -webkit-animation: moveFromRight .5s ease-out;
              animation: moveFromRight .5s ease-out; }
    .main .img_box a.bz {
      display: inline-block;
      width: 212px;
      height: 184px;
      text-align: center;
      background: url("../images/bz.jpg?0823") top center no-repeat; }
    .main .img_box a.jt {
      display: inline-block;
      width: 212px;
      height: 184px;
      text-align: center;
      background: url("../images/jt.jpg?0823") top center no-repeat; }
    .main .img_box a.sp {
      display: inline-block;
      width: 212px;
      height: 184px;
      text-align: center;
      background: url("../images/sp.jpg?0823") top center no-repeat; }
  .main .mt_box {
    margin-top: 20px; }
    .main .mt_box li {
      float: left; }
      .main .mt_box li + li {
        margin-left: 7px; }
      .main .mt_box li.wb_bg {
        width: 230px;
        height: 200px;
        background: url("../images/wb_bg.jpg?0823") top center no-repeat;
        padding-left: 40px; }
        .main .mt_box li .lt{
          display: block;
        }
        .main .mt_box li.wb_bg a {
          display: inline-block;
          float: left;
          margin-top: 35px;
          width: 65px;
          height: 128px;
          margin-left: 45px;
          background: #f00;
          background: url("../images/sina.png?0823") top center no-repeat; }
          .main .mt_box li.wb_bg a:hover {
            background: url("../images/sina_on.png?0823") top center no-repeat; }
          .main .mt_box li.wb_bg a.qq_wb {
            margin-top: 39px;
            background: url("../images/qq_wb.png?0823") top center no-repeat; }
            .main .mt_box li.wb_bg a.qq_wb:hover {
              background: url("../images/qq_wb_on.png?0823") top center no-repeat; }

.news_box {
  background: #fcfaec;
  min-height: 1280px;
  padding-bottom: 30px; }
  .news_box h2 {
    height: 85px;
    background: #f1e9d2;
    border-bottom: solid 1px #f1e1b1;
    background: url("../images/news_tit.png?0823") 30px center no-repeat; }
    .news_box h2.screen_tit {
      background: url("../images/screen_tit.png?0823") 30px center no-repeat; }
    .news_box h2.img_tit {
      background: url("../images/img_tit.png?0823") 30px center no-repeat; }
    .news_box h2.vide_tit {
      background: url("../images/vide_tit.png?0823") 30px center no-repeat; }
    .news_box h2 p {
      float: right;
      font-size: 14px;
      color: #c2ad7d;
      margin-right: 30px;
      margin-top: 50px; }
      .news_box h2 p a {
        color: #c2ad7d; }
  .news_box .ser {
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    background: #fff;
    height: 39px; }
    .news_box .ser input {
      background: none;
      border: none;
      outline: none;
      height: 39px;
      line-height: 39px;
      float: left;
      padding-left: 10px; }
    .news_box .ser a {
      display: inline-block;
      width: 35px;
      height: 35px;
      float: left;
      margin-top: 2px;
      background: url("../images/search.jpg?0823") top center no-repeat; }
  .news_box li {
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    border-bottom: dashed 1px #ede8d0;
    width: 90%;
    margin: 0 auto; }
    .news_box li a {
      color: #403e2e;
      height: 46px;
      line-height: 46px; }
      .news_box li a:hover {
        color: #b60e0e; }
    .news_box li span {
      float: right; }
  .news_box .news_btn2 {
    margin-left: 40px;
    margin-top: 25px;
    margin-bottom: 15px;
    clear: both;
    overflow: hidden; }
    .news_box .news_btn2 a {
      background: #f7f2cd;
      color: #403e2e;
      float: left;
      font-size: 18px;
      width: 200px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      margin-left: 3px; }
      .news_box .news_btn2 a:hover {
        background: #e4cd88;
        color: #403e2e; }
      .news_box .news_btn2 a.active {
        background: #e4cd88;
        color: #403e2e; }

.news_cont {
  background: #fcfaec;
  min-height: 1280px;
  padding-bottom: 50px; }
  .news_cont h2 {
    height: 85px;
    line-height: 85px;
    background: #f1e9d2;
    border-bottom: solid 1px #f1e1b1;
    background: url("../images/news_tit.png?0823") 30px center no-repeat; }
    .news_cont h2 p {
      float: right;
      font-size: 14px;
      color: #c2ad7d;
      margin-right: 30px; }
      .news_cont h2 p a {
        color: #c2ad7d; }
  .news_cont .title {
    text-align: center;
    font-size: 30px;
	line-height:40px;
    color: #6f5416;
    border-bottom: dashed 1px #e9e3c8;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 25px; }
    .news_cont .title span {
      display: block;
      font-size: 14px;
      color: #c2ad7d;
      margin-top: 15px; }
  .news_cont .conts {
    padding: 40px;
    min-height: 790px; }
    .news_cont .conts p {
      font-size: 16px;
      color: #403e2e;
      line-height: 30px; }

.hot_news {
  padding: 0px 40px; }
  .hot_news .hot_tit {
    font-size: 26px;
    color: #6f5416;
    height: 60px;
    line-height: 60px;
    border-top: dashed 1px #9c7b30; }
  .hot_news li {
    font-size: 16px;
    color: #403e2e;
    line-height: 32px; }
    .hot_news li a {
      color: #403e2e; }
      .hot_news li a:hover {
        color: #b60e0e; }
      .hot_news li a.RedStrong {
        color: #f00;
        font-weight: bold; }
      .hot_news li a.BlueStrong {
        color: blue;
        font-weight: bold; }
    .hot_news li span {
      float: right; }

.page {
  text-align: center;
  margin-top: 70px; }
  .page a {
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #999;
    color: #000;
    margin: 0 2px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
    background: #f7f2cd; }
    .page a:hover {
      background: #e4cd88; }
    .page a.current {
      background: #e4cd88; }
  .page span {
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #999;
    color: #000;
    margin: 0 2px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
    background: #f7f2cd; }

.paper_list {
  clear: both;
  overflow: hidden;
  margin-left: 40px;
  margin-top: 40px; }
  .paper_list li {
    border: none;
    width: 329px;
    text-align: center;
    height: 250px;
    float: left;
    margin-left: 40px; }
    .paper_list li p {
      font-size: 14px;
      color: #9c7b30; }
  .paper_list img {
    width: 325px;
    height: 182px;
    border: solid 2px #9c7b30;
    display: block; }


/*====适龄提示 start==*/
.content_box { overflow:visible}
.ageTips{position:absolute; top:-490px; left:528px; z-index:1;color:#F00; text-shadow:0 0 2px #000}
/*====适龄提示 end==*/

.SDGCOPYRIGHT-wrap20130425{
  margin:0;
  padding:0;
  border:0;
  font-size:12px;
  height:150px;
  color:#888;
  width:auto;
  text-align:center;
}
.SDGCOPYRIGHT-wrap20130425 *{
  margin:0;
  padding:0;
  border:0;
  font-size:12px;
  font-family:宋体;
  color:#888;
  text-align:left;
}
.SDGCOPYRIGHT-wrap20130425 a,
.SDGCOPYRIGHT-wrap20130425 a:link,
.SDGCOPYRIGHT-wrap20130425 a:active,
.SDGCOPYRIGHT-wrap20130425 a:visited
{
  text-decoration:none;
  color:#888;
}
.SDGCOPYRIGHT-wrap20130425 a:hover{
  color:#888;
  text-decoration:underline;
}

.SDGCOPYRIGHT-wrap20130425 #SDGCOPYRIGHT{
  width:1300px;
  /* height:150px; */
  margin:0 auto;
}

.SDGCOPYRIGHT-wrap20130425 #SDGCOPYRIGHT-fo{
  width:1100px;
  height:132px;
  margin:0 auto;
}

.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-logo{
  float:left;
  width:222px;
  height:66px;
  margin:30px 0 0 30px;
  display:inline;
}

.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-logo-fo{
  float:left;
  width:350px;
  height:66px;
  margin:33px 0 0 30px;
  display:inline;
}

.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-logo-1{
  float:left;
  width:auto;
  height:66px;
  margin:33px 0 0 30px;
  display:inline;
}
.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-logo a{
  float:left;
}
.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-logol{
  height:66px;
  width:64px;
  margin:0 0 0 65px;
  text-indent:-99999px;
}
.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-logo1{
  height:66px;
  width:64px;
  margin:0 30px 0 0;
  text-indent:-99999px;
}

.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-LX{
  float:left;
  text-align:left;
  margin:0 0 0 0;
  padding:9px 0 0 23px;
  display:inline;
  width:600px;
  height:104px;
}

.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-con{
  float:left;
  text-align:left;
  margin:0 0 0 0;
  padding:20px 0 0 23px;
  display:inline;
  width:600px;
  height:104px;
}

.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-con p{
  margin:0;
  text-align:left;
  line-height:18px;
  font-family:宋体;
  height:19px;
  overflow:hidden;
}
.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-con a *{
  cursor:pointer;
}

.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-ct{
  float:left;
  font-family:宋体;
  width:155px;
}
.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-sdlogo{
  /* background:url("http://pic.static.sdo.com/SDGCOPYRIGHT/sndalogo.gif") no-repeat 240px center; */
}

.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-priv{
  float:left;
  width:340px;
  margin:20px 0 0 0;
  display:inline;
}
.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-priv a,.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-priv span{
  float:left;
  margin:0 0 0 4px;
}
.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-priv1{
  width:45px;
  height:44px;
  text-indent:-99999px;
}
.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-priv2{
  width:45px;
  height:44px;
  text-indent:-99999px;
}
.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-priv3{
  width:111px;
  height:47px;
  text-indent:-99999px;
}

.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-con p.add1026{height:24px;}
.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-pr3{padding-right:3px;}



.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-conH{
  float:left;
  text-align:left;
  margin:0 0 0 0;
  padding:24px 0 0 43px;
  display:inline;
  width:440px;
  height:108px;
}

.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-conH p{
  margin:0;
  text-align:left;
  line-height:18px;
  font-family:宋体;
  height:22px;
  overflow:hidden;
}
.SDGCOPYRIGHT-wrap20130425 .SDGCOPYRIGHT-conH a *{
  cursor:pointer;
}


.HJ-1 {
  margin-top:4px;
}
#diy-tg_menu{ display:none }