body {
  margin: 0;
  background: #eee; }

p {
  margin: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  cursor: pointer;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.headerw {
  width: 100%;
  height: 80px;
  position: relative;
  min-width: 1200px;
  background: white; }
  .headerw .header {
    position: absolute;
    width: 1200px;
    height: 80px;
    left: 50%;
    margin-left: -600px;
    top: 0px;
    background: white; }
    .headerw .header .logo {
      width: 270px;
      height: 80px;
      position: relative;
      float: left; }
      .headerw .header .logo h1 {
        width: 100%;
        height: 100%; }
        .headerw .header .logo h1 img {
          display: block;
          width: 198px;
          height: 65px;
          position: relative;
          left: 37px;
          top: 7.5px; }
    .headerw .header .nav {
      width: 930px;
      float: left;
      text-align: right;
      height: 80px; }
      .headerw .header .nav a {
        display: block;
        float: right;
        width: 124px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        font-size: 16px;
        color: #368EE0;
        position: relative; }
        .headerw .header .nav a.cur, .headerw .header .nav a:hover {
          color: white;
          background: #368EE0; }
        .headerw .header .nav a.cur:after, .headerw .header .nav a:hover:after {
          content: '';
          background: white;
          position: absolute;
          width: 40px;
          height: 2px;
          left: 50%;
          margin-left: -20px;
          top: 60px; }

.top {
  width: 1200px;
  margin: 20px auto; }
  .top .l {
    width: 320px;
    float: left;
    margin-right: 20px; }
    .top .l .man {
      width: 100%;
      height: 192px;
      background: white;
      position: relative;
      margin-bottom: 20px; }
      .top .l .man img {
        position: absolute;
        display: block;
        width: 80px;
        height: 80px;
        left: 18px;
        top: 30px; }
      .top .l .man .p {
        position: absolute;
        left: 115px;
        top: 53px; }
        .top .l .man .p p {
          font-size: 14px;
          color: #666;
          line-height: 1.5; }
      .top .l .man a {
        display: block;
        position: absolute;
        width: 127px;
        height: 38px;
        line-height: 38px;
        color: white;
        text-align: center;
        font-size: 14px;
        bottom: 19px; }
        .top .l .man a.o {
          background: #f0532d;
          left: 23px; }
        .top .l .man a.b {
          background: #368EE0;
          right: 27px; }
    .top .l .scroll {
      height: 410px;
      background: white; }
      .top .l .scroll .title {
        margin-bottom: 12px;
        width: 95%; }
      .top .l .scroll ul li {
        padding: 0 15px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .top .l .scroll ul li a {
          color: #777777;
          font-size: 14px; }
          .top .l .scroll ul li a:hover {
            text-decoration: underline;
            color: #368EE0; }
  .top .r {
    width: 860px;
    float: left; }
    .top .r .h-con {
      width: 860px;
      height: 192px;
      position: relative;
      overflow: hidden;
      margin-bottom: 20px; }
    .top .r .h-con .bd ul li a {
      display: block; }
    .top .r .h-con .bd ul li img {
      display: block;
      width: 860px;
      height: 192px; }
    .top .r .h-con .hd {
      position: relative; }
    .top .r .h-con .hd ul {
      width: 100%;
      height: 16px;
      position: absolute;
      bottom: 2px;
      text-align: center; }
    .top .r .h-con .hd ul li {
      display: inline-block;
      width: 10px;
      height: 10px;
      line-height: 14px;
      text-align: center;
      background: #666;
      cursor: pointer;
      border-radius: 50%;
      margin: 0 5px; }
    .top .r .h-con .hd ul li.on {
      background: #368EE0; }
    .top .r .tabw {
      width: 860px; }
      .top .r .tabw .tab {
        background: #368EE0;
        width: 100%;
        overflow: hidden; }
        .top .r .tabw .tab ul {
          margin-right: -4px; }
          .top .r .tabw .tab ul li {
            width: 107px;
            height: 44px;
            border-right: 1px solid #2474bf;
            float: left; }
            .top .r .tabw .tab ul li a {
              display: block;
              height: 37px;
              margin-top: 7px;
              line-height: 30px;
              text-align: center;
              color: white;
              font-size: 14px; }
            .top .r .tabw .tab ul li.cur a {
              background: white;
              color: #368EE0; }
      .top .r .tabw .tabc {
        width: 100%;
        height: 366px;
        background: white;
        overflow: hidden; }
        .top .r .tabw .tabc ul {
          display: none; }
          .top .r .tabw .tabc ul.showc {
            display: block; }
          .top .r .tabw .tabc ul li {
            margin-left: 11px;
            margin-top: 17px;
            float: left;
            width: 130px;
            height: 70px; }
            .top .r .tabw .tabc ul li:hover a {
              color: white;
              background: #f0532d; }
            .top .r .tabw .tabc ul li a {
              display: block;
              background: #eeeeee;
              text-align: center;
              line-height: 70px;
              color: #666;
              font-size: 16px; }

.pd14 {
  padding: 0 14px; }

.title {
  width: 98%;
  margin: 0 auto;
  height: 60px;
  border-bottom: 1px solid #cecece;
  line-height: 57px;
  position: relative; }
  .title span {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    border-bottom: 4px solid #368EE0;
    padding: 0 5px; }
  .title p {
    position: absolute;
    left: 162px;
    top: 27px;
    font-size: 16px;
    color: #666;
    line-height: 1; }
    .title p a {
      font-size: 16px;
      color: #F0532D;
      display: inline-block;
      padding-right: 24px;
      background: url(../images/arr.png) no-repeat;
      background-size: 19px 13px;
      background-position: right center; }

.lunb {
  width: 1200px;
  margin: 0 auto 0px;
  background: white;
  padding-bottom: 10px; }
  .lunb .lunul {
    padding: 0 30px;
    margin-top: 20px;
    position: relative; }
    .lunb .lunul.lunul2 li {
      width: 213px;
      margin-right: 19px; }
      .lunb .lunul.lunul2 li .imga {
        width: 211px;
        height: 127px; }
    .lunb .lunul ul li {
      width: 209px;
      float: left;
      margin-right: 24px; }
      .lunb .lunul ul li:hover .imga {
        border-color: #f0532d; }
      .lunb .lunul ul li .imga {
        display: block;
        width: 209px;
        height: 147px;
        border: 1px solid transparent;
        overflow: hidden; }
        .lunb .lunul ul li .imga img {
          display: block;
          width: 100%; }
      .lunb .lunul ul li .pa2 {
        margin-top: 10px;
        display: block; }
        .lunb .lunul ul li .pa2 p {
          font-size: 14px;
          color: #595858; }
      .lunb .lunul ul li .pa {
        display: block;
        padding-left: 10px;
        margin-top: 10px;
        position: relative; }
        .lunb .lunul ul li .pa p {
          font-size: 14px;
          color: #595858; }
        .lunb .lunul ul li .pa:after {
          content: '';
          width: 3px;
          height: 14px;
          position: absolute;
          left: 0;
          top: 3px;
          background: #368EE0; }
    .lunb .lunul a.next, .lunb .lunul a.prev {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -37px;
      display: block;
      width: 19px;
      height: 32px; }
    .lunb .lunul a.next {
      background: url(../images/you.png) no-repeat;
      right: 5px; }
    .lunb .lunul a.prev {
      background: url(../images/zuo.png) no-repeat;
      left: 5px; }

.zhibo {
  width: 1200px;
  margin: 20px auto 0;
  background: white; }
  .zhibo ul {
    margin-top: 14px;
    padding-bottom: 10px; }
    .zhibo ul li {
      width: 280px;
      height: 190px;
      border: 1px solid #bfbfbf;
      float: left;
      margin-left: 14px;
      margin-bottom: 14px;
      position: relative; }
      .zhibo ul li .cir {
        width: 93px;
        height: 93px;
        border-radius: 50%;
        position: absolute;
        overflow: hidden;
        left: 18px;
        top: 22px; }
        .zhibo ul li .cir img {
          display: block;
          width: 100%; }
      .zhibo ul li .t {
        width: 160px;
        left: 122px;
        top: 32px;
        position: absolute;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .zhibo ul li .t h2 {
          font-size: 18px;
          color: #666;
          margin-bottom: 12px; }
        .zhibo ul li .t p {
          font-size: 14px;
          color: #666; }
      .zhibo ul li a {
        width: 118px;
        height: 40px;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -59px;
        bottom: 18px;
        color: white;
        text-align: center;
        line-height: 40px;
        background: #368EE0;
        font-size: 14px; }
        .zhibo ul li a:hover {
          background: #F0532D; }

.shit {
  width: 1200px;
  margin: 20px auto;
  background: white; }
  .shit .aw {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: -17px; }
    .shit .aw a {
      display: block;
      width: 131px;
      height: 46px;
      background: #eee;
      float: left;
      line-height: 46px;
      color: #666;
      margin-right: 17px;
      text-align: center;
      font-size: 14px; }
      .shit .aw a.cur {
        background: #368EE0;
        color: white; }
  .shit .vw ul {
    margin-right: -12px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    display: box;
    box-orient: horizontal;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: none; }
    .shit .vw ul.showv {
      display: block;
      display: -webkit-box;
      -webkit-box-orient: horizontal;
      display: box;
      box-orient: horizontal;
      display: -webkit-flex;
      display: flex;
      *display: block; }
    .shit .vw ul li {
      width: 286px;
      display: inline-block\0;
      float: left\0;
      height: 280px\0;
      overflow: hidden\0;
      *height: 280px;
      *float: left;
      *display: inline-block;
      *display: inline;
      *overflow: hidden;
      *zoom: 1;
      margin-right: 10px;
      margin-bottom: 20px; }
      .shit .vw ul li .aimg {
        display: block;
        width: 100%;
        height: 174px;
        position: relative; }
        .shit .vw ul li .aimg:hover {
          outline: 1px solid #F0532D; }
          .shit .vw ul li .aimg:hover .mask {
            display: none; }
        .shit .vw ul li .aimg img {
          display: block;
          width: 100%;
          height: 100%; }
        .shit .vw ul li .aimg .mask {
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          background-image: url(../images/tri.png);
          background-repeat: no-repeat;
          background-size: 29px 33px;
          background-position: center center; }
      .shit .vw ul li .p {
        display: block;
        font-size: 18px;
        color: #666;
        margin: 10px 0 10px 4px; }
      .shit .vw ul li p {
        padding-left: 26px;
        font-size: 14px;
        color: #666;
        background: url(../images/era.png) 3px 2px/16px 14px no-repeat;
        white-space: normal;
        word-break: break-all; }

.why {
  width: 1200px;
  height: 450px;
  background: white;
  margin: 0 auto 20px;
  position: relative; }
  .why h4 {
    width: 100%;
    text-indent: 20px;
    position: relative;
    margin-bottom: 30px;
    color: #666;
    font-size: 16px; }
    .why h4:after {
      content: '';
      width: 4px;
      height: 18px;
      position: absolute;
      left: 0px;
      top: 2px;
      background: #f0532d; }
  .why .l {
    width: 340px;
    position: absolute;
    left: 32px;
    top: 92px; }
    .why .l p {
      font-size: 14px;
      color: #666;
      text-indent: 30px;
      line-height: 2; }
  .why .m {
    top: 92px;
    left: 442px;
    width: 360px;
    position: absolute; }
    .why .m img {
      width: 164px;
      height: 115px;
      display: block;
      float: left;
      margin-right: 16px;
      margin-bottom: 16px; }
  .why .r {
    position: absolute;
    top: 92px;
    left: 863px;
    width: 300px;
    height: 316px;
    background: url(../images/icons.png) left 45px/68px 275px no-repeat; }
    .why .r h5 {
      font-weight: normal;
      margin-bottom: 29px; }
      .why .r h5 p.p1 {
        padding-left: 66px;
        font-size: 14px;
        color: #666;
        margin-bottom: 8px; }
      .why .r h5 p.p2 {
        padding-left: 66px;
        font-size: 12px;
        color: #acacac; }

.tired {
  width: 1200px;
  margin: 0 auto;
  background: white; }
  .tired .aw2 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: -17px; }
    .tired .aw2 a {
      display: block;
      width: 131px;
      height: 46px;
      background: #eee;
      float: left;
      line-height: 46px;
      color: #666;
      margin-right: 17px;
      text-align: center;
      font-size: 14px; }
      .tired .aw2 a.cur {
        background: #368EE0;
        color: white; }
  .tired .colorw {
    display: none;
    margin-right: -30px; }
    .tired .colorw.showcolor {
      display: block; }
    .tired .colorw ul {
      width: 277px;
      float: left;
      padding-bottom: 20px;
      margin-right: 20px; }
      .tired .colorw ul h2 {
        width: 277px;
        height: 95px;
        background: url(../images/t1.png) no-repeat;
        text-align: center;
        line-height: 95px;
        color: white;
        font-size: 18px;
        margin-bottom: 10px;
        position: relative; }
        .tired .colorw ul h2:after {
          width: 38px;
          height: 1px;
          background: #fff;
          content: '';
          position: absolute;
          top: 66px;
          left: 50%;
          margin-left: -19px; }
        .tired .colorw ul h2.c2 {
          background: url(../images/t2.png) no-repeat; }
        .tired .colorw ul h2.c3 {
          background: url(../images/t3.png) no-repeat; }
        .tired .colorw ul h2.c4 {
          background: url(../images/t4.png) no-repeat; }
        .tired .colorw ul h2.c5 {
          background: url(../images/t5.png) no-repeat; }
        .tired .colorw ul h2.c6 {
          background: url(../images/t6.png) no-repeat; }
      .tired .colorw ul li {
        height: 30px;
        line-height: 30px; }
        .tired .colorw ul li:hover {
          background: #c8c8c8; }
          .tired .colorw ul li:hover a {
            color: white; }
          .tired .colorw ul li:hover span {
            color: white; }
        .tired .colorw ul li a {
          display: block;
          line-height: 30px;
          font-size: 14px;
          color: #666;
          float: left;
          width: 284px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          text-indent: 10px; }
        .tired .colorw ul li span {
          width: 86px;
          display: none;
          float: right;
          line-height: 30px;
          font-size: 12px;
          color: #ababab;
          text-align: center; }

.others {
  width: 1200px;
  margin: 0 auto;
  background: white; }
  .others .title span {
    border-bottom: 0;
    cursor: pointer; }
    .others .title span.cur {
      border-bottom: 4px solid #368EE0; }
  .others .title i {
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #666666;
    margin: 0 10px;
    position: relative;
    top: 3px; }
  .others p {
    display: none;
    padding: 0 14px;
    margin-top: 20px;
    padding-bottom: 20px; }
    .others p.showp {
      display: block; }
    .others p a {
      float: left;
      line-height: 30px;
      color: #666;
      font-size: 14px;
      margin-right: 20px;
      white-space: nowrap; }

#footer {
  width: 100%;
  padding: 30px 0 20px;
  background: #fff;
  text-align: center;
  margin: 20px auto 0;
  color: #666;
  font-size: 12px;
  color: #7c828e; }

#footer li, #footer ul, #footer p {
  padding: 0px;
  margin: 0px; }

#footer .dib-wrap .dib {
  margin: 0 5px;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  display: inline; }

#footer p {
  margin: 15px 0;
  color: #7c828e; }

#footer .links {
  color: #7c828e; }

#footer .links a {
  margin: 0 10px;
  color: #7c828e;
  text-decoration: none; }

#footer p a {
  color: #7c828e; }

#footer p a:hover {
  color: #368EE0; }

/*# sourceMappingURL=style.css.map */
