@charset "UTF-8";
@import url(normalize.css);
.box, div.header .inner, div.menu, div.operations, div.hot-items .items, div.hezuo .items {
  width: 1200px;
  margin: 0 auto 0 auto; }

body {
  font-family: verdana, 'Helvetica Neue', Helvetica, Arial, "PingFang SC", "Microsoft YaHei", "微软雅黑", sans-serif;
  min-width: 1200px; }

a.a, div.menu ul li a, div.slider a.cell, div.hezuo .items a.cell {
  text-decoration: none;
  color: #333; }

a.b, div.menu ul li a, div.slider a.cell, div.hezuo .items a.cell {
  display: block; }

body.index div.header {
  border: 0;
  height: 96px; }

div.header {
  height: 96px;
  overflow: hidden;
  border-bottom: 2px solid #ccc; }
  div.header .inner {
    height: 96px;
    overflow: hidden; }
    div.header .inner img.logo, div.header .inner img.logo-second {
      margin-top: 0;
      vertical-align: middle; }
    div.header .inner img.logo-second {
      margin-left: 20px; }
    div.header .inner .buttons {
      float: right;
      margin-top: 5px; }
      div.header .inner .buttons .button {
        display: inline-block;
        text-decoration: none;
        background: #ff9000;
        width: 90px;
        height: 28px;
        margin-left: 15px;
        border-radius: 5px;
        color: white;
        font-size: 14px;
        line-height: 28px;
        text-align: center; }
      div.header .inner .buttons .link {
        text-decoration: none;
        display: inline-block;
        height: 28px;
        margin-right: 15px;
        color: #aaa;
        font-size: 14px;
        line-height: 28px; }

div.menu {
  margin-top: -42px;
  height: 42px; }
  div.menu ul {
    float: right;
    list-style: none;
    margin: 0; }
    div.menu ul li {
      display: inline-block;
      height: 42px;
      line-height: 38px;
      position: relative;
      font-size: 20px;
      border-bottom: 4px solid transparent;
      color: #333333;
      width: 70px;
      box-sizing: border-box; }
      div.menu ul li.big {
        width: 100px; }
        div.menu ul li.big ul {
          left: -45px; }
      div.menu ul liactive, div.menu ul li:hover {
        border-bottom: 4px solid #ff9000;
        color: #ff9000; }
      div.menu ul li a {
        text-align: center; }
      div.menu ul li ul {
        z-index: 500;
        padding: 0;
        position: absolute;
        top: 42px;
        left: -60px;
        width: 150px;
        box-shadow: none;
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s; }
        div.menu ul li ul li {
          background: rgba(0, 0, 0, 0.8);
          display: block;
          color: #fff;
          font-size: 16px;
          text-shadow: 0 -1px 0 #000;
          border: 0;
          width: 190px; }
          div.menu ul li ul li:hover {
            background: #ff9000; }
          div.menu ul li ul li a {
            color: #fff;
            text-align: center;
            margin: 0 20px;
            box-sizing: border-box;
            width: 150px;
            height: 42px;
            line-height: 42px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
          div.menu ul li ul li:last-child a {
            border: 0; }
          div.menu ul li ul liactive, div.menu ul li ul li:hover {
            border: 0; }
      div.menu ul li:hover ul {
        display: block;
        opacity: 1;
        visibility: visible; }

div.footer {
  background: #525252;
  padding: 40px 0; }
  div.footer p {
    color: #aaa;
    font-size: 16px;
    line-height: 30px;
    text-align: center; }

div.slider {
  width: 100%;
  height: 500px;
  background: white;
  margin-bottom: 40px; }
  div.slider .cell {
    height: 500px;
    width: 100%;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat; }
    div.slider .cell img {
      height: 500px;
      width: 100%; }
  div.slider .slick-dots {
    bottom: 5px; }
  div.slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    background: black;
    border-radius: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.3;
    border: 2px solid white; }
  div.slider .slick-dots li.slick-active button:before {
    width: 25px;
    background: #ff9000;
    border: 2px solid white;
    opacity: 0.8; }
  div.slider .slick-dots li.slick-active {
    margin-right: 16px; }

.online-help {
  position: absolute;
  right: 0;
  top: 860px;
  z-index: 400; }
  .online-help .text {
    width: 20px;
    padding: 10px;
    background: #ff9000;
    color: white; }
    .online-help .text img {
      width: 24px;
      margin-left: -4px; }

div.operations {
  height: 130px;
  box-sizing: border-box;
  /*target Internet Explorer 9 and Internet Explorer 10:*/ }
  div.operations input[type=text] {
    box-sizing: border-box;
    vertical-align: top;
    height: 48px;
    width: 220px;
    margin-top: 35px;
    margin-right: 38px;
    background-color: #f6f6f6;
    color: #333;
    line-height: 58px;
    border: 1px solid #cccccc;
    padding-left: 20px;
    font-size: 24px; }
    div.operations input[type=text].mail, div.operations input[type=text].keyword {
      width: 345px;
      margin-right: 0; }
    div.operations input[type=text]::-webkit-input-placeholder {
      color: #aaaaaa; }
  div.operations select {
    box-sizing: border-box;
    margin-top: 35px;
    margin-right: 38px;
    background: transparent;
    width: 220px;
    padding-left: 20px;
    font-size: 24px;
    border: 1px solid #ccc;
    height: 60px;
    color: #aaaaaa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../image/select-down.png) 96%/30% no-repeat #F3F4F4; }
    div.operations select.keyword {
      width: 345px;
      margin-right: 0;
      background: url(../image/select-down.png) 96%/20% no-repeat #F3F4F4; }
  @media screen and (min-width: 0 \0 ) {
    div.operations select {
      background: #F3F4F4;
      padding: 5px; } }
  div.operations select::-ms-expand {
    /* for IE 11 */
    display: none; }
  div.operations button {
    box-sizing: border-box;
    float: right;
    height: 60px;
    width: 220px;
    line-height: 56px;
    margin-top: 35px;
    font-size: 24px;
    color: #315d9f;
    border: 2px solid #315d9f;
    background-color: white; }

.news-panel {
  background: url("../image/底图.png") center center #fff;
  width: 100%;
  height: 533px;
  overflow: auto; }
  .news-panel .box .panel, .news-panel div.header .inner .panel, div.header .news-panel .inner .panel, .news-panel div.menu .panel, .news-panel div.operations .panel, .news-panel div.hot-items .items .panel, div.hot-items .news-panel .items .panel, .news-panel div.hezuo .items .panel, div.hezuo .news-panel .items .panel {
    width: 1000px;
    margin: 40px auto;
    height: 450px;
    overflow: auto;
    background-color: white; }
    .news-panel .box .panel .left, .news-panel div.header .inner .panel .left, div.header .news-panel .inner .panel .left, .news-panel div.menu .panel .left, .news-panel div.operations .panel .left, .news-panel div.hot-items .items .panel .left, div.hot-items .news-panel .items .panel .left, .news-panel div.hezuo .items .panel .left, div.hezuo .news-panel .items .panel .left {
      float: left;
      width: 450px;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      position: relative; }
      .news-panel .box .panel .left .down, .news-panel div.header .inner .panel .left .down, div.header .news-panel .inner .panel .left .down, .news-panel div.menu .panel .left .down, .news-panel div.operations .panel .left .down, .news-panel div.hot-items .items .panel .left .down, div.hot-items .news-panel .items .panel .left .down, .news-panel div.hezuo .items .panel .left .down, div.hezuo .news-panel .items .panel .left .down {
        position: absolute;
        bottom: 0;
        padding: 15px 30px;
        background-color: rgba(0, 0, 0, 0.6); }
        .news-panel .box .panel .left .down .date, .news-panel div.header .inner .panel .left .down .date, div.header .news-panel .inner .panel .left .down .date, .news-panel div.menu .panel .left .down .date, .news-panel div.operations .panel .left .down .date, .news-panel div.hot-items .items .panel .left .down .date, div.hot-items .news-panel .items .panel .left .down .date, .news-panel div.hezuo .items .panel .left .down .date, div.hezuo .news-panel .items .panel .left .down .date {
          color: #f0f0f0; }
        .news-panel .box .panel .left .down .title, .news-panel div.header .inner .panel .left .down .title, div.header .news-panel .inner .panel .left .down .title, .news-panel div.menu .panel .left .down .title, .news-panel div.operations .panel .left .down .title, .news-panel div.hot-items .items .panel .left .down .title, div.hot-items .news-panel .items .panel .left .down .title, .news-panel div.hezuo .items .panel .left .down .title, div.hezuo .news-panel .items .panel .left .down .title {
          color: #f0f0f0;
          font-weight: bold; }
        .news-panel .box .panel .left .down .content, .news-panel div.header .inner .panel .left .down .content, div.header .news-panel .inner .panel .left .down .content, .news-panel div.menu .panel .left .down .content, .news-panel div.operations .panel .left .down .content, .news-panel div.hot-items .items .panel .left .down .content, div.hot-items .news-panel .items .panel .left .down .content, .news-panel div.hezuo .items .panel .left .down .content, div.hezuo .news-panel .items .panel .left .down .content {
          color: #f0f0f0; }
    .news-panel .box .panel .right, .news-panel div.header .inner .panel .right, div.header .news-panel .inner .panel .right, .news-panel div.menu .panel .right, .news-panel div.operations .panel .right, .news-panel div.hot-items .items .panel .right, div.hot-items .news-panel .items .panel .right, .news-panel div.hezuo .items .panel .right, div.hezuo .news-panel .items .panel .right {
      float: left;
      width: 550px;
      overflow: auto; }
    .news-panel .box .panel .head, .news-panel div.header .inner .panel .head, div.header .news-panel .inner .panel .head, .news-panel div.menu .panel .head, .news-panel div.operations .panel .head, .news-panel div.hot-items .items .panel .head, div.hot-items .news-panel .items .panel .head, .news-panel div.hezuo .items .panel .head, div.hezuo .news-panel .items .panel .head {
      height: 60px; }
      .news-panel .box .panel .head h2, .news-panel div.header .inner .panel .head h2, div.header .news-panel .inner .panel .head h2, .news-panel div.menu .panel .head h2, .news-panel div.operations .panel .head h2, .news-panel div.hot-items .items .panel .head h2, div.hot-items .news-panel .items .panel .head h2, .news-panel div.hezuo .items .panel .head h2, div.hezuo .news-panel .items .panel .head h2 {
        font-size: 30px;
        font-weight: normal;
        line-height: 60px;
        color: #ff9000;
        text-align: right;
        padding-right: 30px; }
    .news-panel .box .panel .cell, .news-panel div.header .inner .panel .cell, div.header .news-panel .inner .panel .cell, .news-panel div.menu .panel .cell, .news-panel div.operations .panel .cell, .news-panel div.hot-items .items .panel .cell, div.hot-items .news-panel .items .panel .cell, .news-panel div.hezuo .items .panel .cell, div.hezuo .news-panel .items .panel .cell {
      margin-top: 30px;
      font-size: 16px;
      padding: 0 30px; }
      .news-panel .box .panel .cell .date, .news-panel div.header .inner .panel .cell .date, div.header .news-panel .inner .panel .cell .date, .news-panel div.menu .panel .cell .date, .news-panel div.operations .panel .cell .date, .news-panel div.hot-items .items .panel .cell .date, div.hot-items .news-panel .items .panel .cell .date, .news-panel div.hezuo .items .panel .cell .date, div.hezuo .news-panel .items .panel .cell .date {
        color: #999; }
      .news-panel .box .panel .cell .title, .news-panel div.header .inner .panel .cell .title, div.header .news-panel .inner .panel .cell .title, .news-panel div.menu .panel .cell .title, .news-panel div.operations .panel .cell .title, .news-panel div.hot-items .items .panel .cell .title, div.hot-items .news-panel .items .panel .cell .title, .news-panel div.hezuo .items .panel .cell .title, div.hezuo .news-panel .items .panel .cell .title {
        color: #333;
        font-weight: bold; }
      .news-panel .box .panel .cell .content, .news-panel div.header .inner .panel .cell .content, div.header .news-panel .inner .panel .cell .content, .news-panel div.menu .panel .cell .content, .news-panel div.operations .panel .cell .content, .news-panel div.hot-items .items .panel .cell .content, div.hot-items .news-panel .items .panel .cell .content, .news-panel div.hezuo .items .panel .cell .content, div.hezuo .news-panel .items .panel .cell .content {
        color: #333;
        max-height: 63px; }
    .news-panel .box .panel a.more, .news-panel div.header .inner .panel a.more, div.header .news-panel .inner .panel a.more, .news-panel div.menu .panel a.more, .news-panel div.operations .panel a.more, .news-panel div.hot-items .items .panel a.more, div.hot-items .news-panel .items .panel a.more, .news-panel div.hezuo .items .panel a.more, div.hezuo .news-panel .items .panel a.more {
      text-decoration: none;
      color: #ff9000;
      display: block;
      padding-right: 30px;
      text-align: right; }

.h2, div.hot-items h2, div.hezuo h2, div.foot h2 {
  height: 140px;
  line-height: 140px;
  font-size: 36px;
  text-align: center;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal; }

div.hot-items {
  background: #f6f6f6;
  padding-bottom: 40px;
  overflow: auto; }
  div.hot-items .items {
    width: 1020px;
    margin-left: auto;
    margin-right: auto; }
    div.hot-items .items .cell {
      height: 500px;
      width: 322px;
      border: 1px solid #ccc;
      position: relative;
      float: left;
      margin: 0 9px; }
      div.hot-items .items .cell img {
        display: block;
        width: 100%;
        height: 224px;
        object-fit: contain;
        object-position: top center; }
      div.hot-items .items .cell h3 {
        height: 72px;
        line-height: 72px;
        font-size: 24px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        color: #333; }
      div.hot-items .items .cell p {
        color: #333;
        font-size: 14px;
        margin: 0 15px; }
      div.hot-items .items .cell .con {
        max-height: 100px; }
      div.hot-items .items .cell a.button {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 120px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        color: #315d9f;
        border: 2px solid #315d9f;
        font-size: 16px; }
    div.hot-items .items.e .cell {
      background-color: white; }
      div.hot-items .items.e .cell p {
        margin: 0 30px;
        margin-bottom: 15px; }
  div.hot-items .slick-prev {
    width: 100px;
    height: 100px;
    left: -120px;
    transition: all 0.2s;
    background: url(../image/l.png); }
    div.hot-items .slick-prev:hover {
      background: url(../image/la.png); }
    div.hot-items .slick-prev:before {
      content: ''; }
  div.hot-items .slick-next {
    width: 100px;
    height: 100px;
    right: -120px;
    transition: all 0.2s;
    background: url(../image/r.png); }
    div.hot-items .slick-next:hover {
      background: url(../image/ra.png); }
    div.hot-items .slick-next:before {
      content: ''; }

div.hezuo .items {
  width: 1000px;
  overflow: auto; }
  div.hezuo .items .cell {
    height: 250px;
    width: 200px;
    float: left; }
    div.hezuo .items .cell .img {
      margin: 0 auto 10px auto;
      height: 120px;
      width: 120px; }
      div.hezuo .items .cell .img img {
        display: block;
        height: 120px;
        width: 120px;
        object-fit: contain; }
    div.hezuo .items .cell p {
      color: #333;
      font-size: 16px;
      margin: 0 10px;
      text-align: center; }
  div.hezuo .items.e .cell p {
    font-size: 16px;
    margin: 0 20px;
    color: #666; }

div.foot {
  background: #315d9f;
  padding-bottom: 60px; }
  div.foot .box, div.foot div.header .inner, div.header div.foot .inner, div.foot div.menu, div.foot div.operations, div.foot div.hot-items .items, div.hot-items div.foot .items, div.foot div.hezuo .items, div.hezuo div.foot .items {
    position: relative; }
  div.foot h2 {
    color: white;
    margin-bottom: -30px; }
  div.foot p {
    color: white;
    font-size: 16px;
    text-align: center; }
  div.foot .qr {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 183px; }

.icp {
text-decoration: none;}
.icp:hover {
text-decoration: underline;}
.icp,.icp:hover {
color:#aaa;
}
