﻿.left {
  float: left; }

.right {
  float: right; }
img{max-width:100%;height:auto!important;}
.main {
  width: 100%;
  overflow: hidden;
  height: auto; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.w1200 {
  width: 92%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 3; }

.w1440 {
  width: 92%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 3; }

.headerBox {
  width: 100%;
  height: 90px; }
  @media (max-width: 1024px) {
    .headerBox {
      height: 50px; } }
.pager1 {
    text-align:center;
}
.pager1 span, .pager1 a {
    display: inline-block;
    width:30px;
    color:#333;
    height:30px;
    text-align:center;
    line-height:30px;
    border:1px solid #666;
    border-radius:100%;
    margin:0 8px;
}
    .pager1 a:hover,
    .pager1 .current {
        color: #fdd000;
        border-color: #fdd000;
    }
    @media (max-width: 1024px) {
        .ptb40 {
    display: none !important; } }
.header {
  width: 100%;
  height: 120px;
  background-color: #eef4ff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  .header .logo {
     
    display: block;
    margin-top: 13px;
    float: left;
    margin-left: 5%; }
  .header .tel {

	  
    float: right;
    height: 51px;
    margin-top: 27px;
    margin-right:4.8%;
    background-image: url("../images/header_icon1.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-align: right;
    padding-left: 65px;
    color: #e60012; }
    .header .tel .t {
		 
      font-size: 20px;
      line-height: 25px;
        }
    .header .tel .t1 {
      font-family: Arial;
      font-size: 22px;
	  
      line-height: 25px;
      margin-top: 5px; }
  .header .nav {
    float: right;
    /*margin-right: 5.2%;*/
	margin-right: 0px;
	}
    .header .nav ul li {
      float: left;
      position: relative; }
      .header .nav ul li .tits {
        font-size: 16px;
        line-height: 90px;
        color: #333;
        padding: 0 31px;
        display: block; }
      .header .nav ul li dl {
        width: 140px;
        height: auto;
        position: absolute;
        top: 90px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        display: none; }
        .header .nav ul li dl dd {
          border-bottom: 1px solid #ccc; }
          .header .nav ul li dl dd a {
            font-size: 15px;
            line-height: 38px;
            display: block;
            text-align: center;
            color: #999;
            transition: all .5s; }
          .header .nav ul li dl dd:last-child {
            border-bottom: none; }
          @media (min-width: 1024px) {
            .header .nav ul li dl dd:hover {
              background-color: #fdd000; }
              .header .nav ul li dl dd:hover a {
                color: #e60012; } }
      .header .nav ul li.on .tits {
        color: #e60012; }
      @media (min-width: 1024px) {
        .header .nav ul li:hover .tits {
          color: #e60012; }
        .header .nav ul li:hover dl {
          display: block; } }
  .header .navClick {
    width: 22px;
    height: 20px;
    float: right;
    margin-top: 15px;
    display: block;
    float: right;
    display: none;
    position: relative;
    margin-left: 17px;
    margin-right: 4%; }
    .header .navClick span {
      display: block;
      width: 100%;
      height: 2px;
      background: #333;
      position: relative;
      transition: .3s;
      -webkit-transition: .3s; }
      .header .navClick span:nth-child(2), .header .navClick span:nth-child(3) {
        margin-top: 5px; }
    .header .navClick.on span:nth-child(1) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 7px; }
    .header .navClick.on span:nth-child(2) {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 0; }
    .header .navClick.on span:nth-child(3) {
      display: none; }
  @media (max-width: 1700px) {
    .header .nav {
      margin-right: 2%; }
      .header .nav ul li .tits {
        padding: 0 25px; } }
  @media (max-width: 1500px) {
    .header .nav {
      margin-right: 15px; }
      .header .nav ul li .tits {
        padding: 0 20px; }
    .header .logo {
      margin-left: 4%; }
    .header .tel {
      margin-right: 4%; } }
  @media (max-width: 1366px) {
    .header .nav ul li .tits {
      padding: 0 15px; }
    .header .tel {
      height: 50px;
      margin-top: 20px;
      padding-left: 48px; }
      .header .tel .t {
		font-weight:bold;
        font-size: 16px;
        line-height: 16px;
        padding-top: 8px; }
      .header .tel .t1 {
        font-size: 16px;
		font-weight:bold;
        line-height: 16px;
        margin-top: 3px; } }
  @media (max-width: 1200px) {
    .header .nav ul li .tits {
      padding: 0 10px; }
    .header .logo {
      width: 150px;
      margin-top: 19px; } }
  @media (max-width: 1100px) {
    .header .nav ul li .tits {
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .header {
      height: 50px; }
      .header .nav {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        position: fixed;
        top: 50px;
        height: calc(100vh - 50px);
        left: 0;
        display: none; }
        .header .nav ul {
          width: 92%;
          margin: 0 auto;
          height: calc(100% - 50px);
          overflow-y: scroll;
          margin-top: 30px; }
          .header .nav ul li {
            width: 100%;
            float: none;
            margin-bottom: 10px; }
            .header .nav ul li .tits {
              padding: 0;
              width: 100%;
              display: block;
              font-size: 16px;
              line-height: 36px;
              border-bottom: 1px solid #ddd;
              color: #171374 !important; }
            .header .nav ul li dl {
              width: 100%;
              display: block;
              position: relative;
              top: auto;
              left: auto;
              background: none;
              left: auto;
              transform: translateX(0); }
              .header .nav ul li dl dd {
                width: auto;
                margin-right: 15px;
                display: inline-block;
                border-bottom: none; }
                .header .nav ul li dl dd a {
                  font-style: 14px;
                  line-height: 30px;
                  width: 100%;
                  height: auto;
                  display: block;
                  color: #323232; }
            .header .nav ul li:last-child {
              margin-bottom: 0; }
      .header .tel {
        display: none; }
      .header .logo {
        width: 70%;
        margin-top: 1px; }
      .header .navClick {
        display: block; } }

.footer {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding-top: 50px; }
  .footer .pic {
    
    height: auto;
    float: left;
    margin-left: 4.7%; }
  .footer .footerRight {
    width: 300px;
    margin-right: 2.6%;
    float: right;
    padding-top: 17px; }
    .footer .footerRight .ewmBox {
      width: 220px;
      height: auto;
      margin: 0 auto; }
      .footer .footerRight .ewmBox .ewm {
        width: 100px;
        height: auto; }
        .footer .footerRight .ewmBox .ewm .icon {
          width: 100%;
          height: 24px;
          background-position: center;
          background-size: auto 100%;
          background-repeat: no-repeat; }
        .footer .footerRight .ewmBox .ewm .pic {
          width: 100%;
          border-radius: 5px;
          height: auto;
          background-color: #fff;
          overflow: hidden;
          margin-top: 10px; }
    .footer .footerRight .shopBox {
      width: 100%;
      height: auto;
      font-size: 0;
      text-align: center;
      margin-top: 20px; }
      .footer .footerRight .shopBox a {
        width: 100px;
        height: auto;
        display: inline-block; }
        .footer .footerRight .shopBox a img {
          width: 40px;
          display: block;
          margin: 0 auto; }
        .footer .footerRight .shopBox a p {
          text-align: center;
          font-size: 14px;
          line-height: 18px;
          color: #9a9a9a;
          margin-top: 5px; }
  .footer .nav {
    float: right;
    margin-right: 14px; }
    .footer .nav dl {
      width: 175px;
      float: left; }
      .footer .nav dl dt {
        margin-bottom: 10px; }
        .footer .nav dl dt a {
          font-size: 18px;
          line-height: 20px;
          color: #000; }
      .footer .nav dl dd {
        font-size: 16px;
        line-height: 30px; }
        .footer .nav dl dd a {
          color: #9a9a9a; }
  .footer .copyright {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    padding: 30px;
    line-height: 25px;
    background: #e60012; }
  @media (max-width: 1820px) {
    .footer .nav dl {
      width: 120px; } }
  @media (max-width: 1700px) {
    .footer .pic {
      margin-left: 3%; }
    .footer .footerRight {
      width: 230px; }
      .footer .footerRight p {
        width: 130%;
        margin-left: -15%; } }
  @media (max-width: 1600px) {
    .footer .nav dl {
      width: 110px; } }
  @media (max-width: 1500px) {
    .footer .nav dl {
      width: 100px; }
      .footer .nav dl dt a {
        font-size: 16px; }
      .footer .nav dl dd {
        font-size: 14px; } }
  @media (max-width: 1390px) {
    .footer .pic {
      width: 100px; } }
  @media (max-width: 1340px) {
    .footer .nav dl {
      width: 90px; } }
  @media (max-width: 1250px) {
    .footer .nav dl {
      width: 80px; } }
  @media (max-width: 1160px) {
    .footer {
      padding: 15px 0; }
      .footer .nav {
        display: none; }
      .footer .pic {
        margin: 0 auto;
        float: none; }
      .footer .footerRight {
        margin: 0 auto;
        float: none; display: none;}
        .footer .footerRight p {
          margin-top: 12px; } }

#go-top {
  width: 37px;
  height: 54px;
  background: url("../images/gtop.png");
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer; }

.nyBanner {
  width: 100%;
  height: auto;
  background-color: #000;
  position: relative; }
  .nyBanner .con {
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 30%;
    left: 0; }
    .nyBanner .con .icon {
      width: 76px;
      height: auto;
      margin: 0 auto;
      display: none; }
    .nyBanner .con .en {
      font-size: 16px;
      line-height: 16px;
      font-weight: bold;
      margin-top: 18px;
      margin-top: 0 !important; }
    .nyBanner .con .line {
      width: 50px;
      height: 2px;
      background-color: #fff;
      margin: 18px auto 0; }
    .nyBanner .con .cn {
      font-size: 36px;
      line-height: 36px;
      font-weight: bold;
      margin-top: 20px; }
  .nyBanner .nyNav {
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: -35px;
    left: 0;
    z-index: 10; }
    .nyBanner .nyNav .w1200 {
      height: 70px;
      background-color: #fff;
      box-shadow: 0 5px 5px rgba(178, 178, 178, 0.2);
      border-radius: 10px;
      overflow: hidden; }
      .nyBanner .nyNav .w1200 a {
        width: 14.2857142857%;
        float: left;
        text-align: center;
        font-size: 18px;
        line-height: 70px;
        color: #333;
        box-sizing: border-box;
        border-right: 1px solid #e6e6e6;
        display: block; }
        .nyBanner .nyNav .w1200 a:last-child {
          border-right: none; }
        .nyBanner .nyNav .w1200 a.on {
          background-color: #df2c2c;
          font-weight: bold;
          color: #fff; }
        @media (min-width: 1024px) {
          .nyBanner .nyNav .w1200 a:hover {
            background-color: #df2c2c;
          font-weight: bold;
          color: #fff;} }
    .nyBanner .nyNav.w3 .w1200 a {
      width: 25%; }

      .nyBanner .nyNav.w2 .w1200 a {
        width: 50%; }

  @media (max-width: 1366px) {
    .nyBanner .con .cn {
      font-size: 28px;
      line-height: 28px; } }
  @media (max-width: 1024px) {
    .nyBanner .nyNav {
      display: none; }
    .nyBanner .con .en {
      margin-top: 10px;
      font-size: 14px;
      line-height: 14px; }
    .nyBanner .con .line {
      margin: 10px auto 0; }
    .nyBanner .con .cn {
      font-size: 18px;
      line-height: 18px;
      margin-top: 10px; } }
  @media (max-width: 768px){
    .nyBanner{
      overflow: hidden;
    }
    .nyBanner img{
      max-width: 140%;
      width: 140%;
      margin-left: -20%;
      opacity: 0.7;
    }
  }

.mt35 {
  margin-top: 35px; }
  @media (max-width: 1024px) {
    .mt35 {
      margin-top: 0; } }

.about {
  padding-top: 4.5%;
  padding-bottom: 5.2%; }
  .about .pic {
    width: 40.6%;
    height: auto;
    float: left; }
  .about .con {
    width: 46.7%;
    float: right;
    padding-top: 22px; }
    .about .con .txt {
      font-size: 16px;
      line-height: 26px;
      color: #333; }
    .about .con .tits {
      text-align: right;
      margin-top: 40px; }
      .about .con .tits .t {
        font-size: 18px;
        line-height: 30px;
        color: #666; }
      .about .con .tits .line {
        width: 100%;
        height: 2px;
        position: relative;
        margin: 8px 0; }
        .about .con .tits .line:after {
          width: 140px;
          height: 2px;
          position: absolute;
          top: 0;
          right: 0;
          background-color: #ccc;
          content: '';
          z-index: 3; }
        .about .con .tits .line:before {
          width: 70px;
          height: 2px;
          position: absolute;
          right: 0;
          top: 0;
          content: '';
          background-color: #666;
          z-index: 4; }
      .about .con .tits .t1 {
        font-size: 18px;
        line-height: 30px;
        color: #333;
        letter-spacing: 4px; }
  @media (max-width: 1280px) {
    .about .con {
      width: 56%; }
      .about .con .tits {
        margin-top: 20px; } }
  @media (max-width: 768px) {
	  .footer .copyright {
		  font-size:12px;
	  }
    .about .pic {
      width: 100%;
      float: none; }
    .about .con {
      width: 100%;
      float: none;
      padding-top: 15px; }
      .about .con .txt {
        font-size: 14px;
        line-height: 24px; }
      .about .con .tits .t {
        font-size: 16px;
        line-height: 26px; }
      .about .con .tits .t1 {
        font-size: 16px;
        line-height: 26px; }
      .about .con .tits .line {
        margin: 5px 0; }
        .about .con .tits .line:after {
          width: 100px; }
        .about .con .tits .line:before {
          width: 50px; } }

.introduce {
  width: 100%;
  height: auto; }
  .introduce .box1 {
    width: 100%;
    height: auto;
    position: relative; }
    .introduce .box1 .pic {
      width: 20.2%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding-top: 35px; }
  .introduce .box2 {
    background-color: #f2f2f2;
    padding-top: 5.2%;
    padding-bottom: 4.8%; }
    .introduce .box2 .item {
      width: 33.3333333333%;
      height: auto;
      float: left;
      text-align: center; }
      .introduce .box2 .item .icon {
        width: 110px;
        height: auto;
        background-color: #fff;
        border-radius: 100%;
        margin: 0 auto; }
      .introduce .box2 .item .tits {
        font-size: 18px;
        line-height: 18px;
        color: #333;
        font-weight: bold;
        margin-top: 28px; }
      .introduce .box2 .item .tit {
        font-size: 18px;
        line-height: 48px;
        color: #fdd000;
        font-weight: bold;
        margin-top: 15px; }
        .introduce .box2 .item .tit span {
          font-family: Arial;
          font-size: 48px; }
      .introduce .box2 .item .tit1 {
        font-size: 14px;
        line-height: 22px;
        color: #666;
        max-width: 380px;
        margin: 8px auto 0;
        width: 90%; }
  .introduce .box3 {
    padding-top: 6%;
    padding-bottom: 5.2%; }
    .introduce .box3 .title {
      width: 230px;
      height: auto;
      margin: 0 auto; }
    .introduce .box3 .tits {
      text-align: center;
      font-size: 30px;
      line-height: 30px;
      color: #333;
      margin-top: 47px; }
      .introduce .box3 .tits span {
        font-weight: bold; }
    .introduce .box3 .tit {
      text-align: center;
      font-size: 18px;
      line-height: 18px;
      margin-top: 17px; }
    .introduce .box3 .itemBox {
      width: 100%;
      height: auto;
      margin-top: 6.6%; }
      .introduce .box3 .itemBox .item {
        width: 50%;
        float: left; }
        .introduce .box3 .itemBox .item .year {
          width: 130px;
          height: 130px;
          text-align: center;
          border-radius: 100%;
          background-color: #fdd000;
          font-size: 18px;
          line-height: 130px;
          color: #333;
          font-weight: bold;
          float: left; }
          .introduce .box3 .itemBox .item .year span {
            font-size: 36px; }
        .introduce .box3 .itemBox .item .con {
          width: calc(100% - 160px);
          margin-left: 30px;
          float: left; }
          .introduce .box3 .itemBox .item .con .line {
            width: 30px;
            height: 2px;
            background-color: #fdd000;
            margin-top: 47px; }
          .introduce .box3 .itemBox .item .con p {
            font-size: 18px;
            line-height: 24px;
            color: #333;
            margin-top: 16px; }
    .introduce .box3 .pic {
      width: 100%;
      border-radius: 10px;
      overflow: hidden;
      margin-top: 50px; }
  .introduce .box4 {
    background-color: #f2f2f2;
    text-align: center;
    padding-top: 5.2%;
    padding-bottom: 3.4%; }
    .introduce .box4 .tits {
      font-size: 30px;
      line-height: 30px;
      color: #333; }
      .introduce .box4 .tits span {
        font-weight: bold; }
    .introduce .box4 .tit {
      font-size: 18px;
      line-height: 18px;
      color: #666;
      margin-top: 30px; }
    .introduce .box4 .pic {
      width: 89.75%;
      margin: 48px auto 0; }
    .introduce .box4 .tit1 {
      font-size: 18px;
      line-height: 30px;
      color: #333;
      margin-top: 45px; }
    .introduce .box4 .list {
      margin-top: 40px; }
      .introduce .box4 .list ul li {
        width: 25%;
        position: relative;
        float: left;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        color: #666;
        margin-bottom: 30px; }
        .introduce .box4 .list ul li:after {
          width: 1px;
          height: 16px;
          background-color: #ccc;
          position: absolute;
          top: 4px;
          right: 0;
          content: ''; }
        .introduce .box4 .list ul li:nth-child(4n):after {
          display: none; }
  .introduce .box5 {
    padding-top: 5.2%; }


    .introduce .box5 .tits {
      text-align: center;
      font-size: 30px;
      line-height: 30px;
      color: #333; }

      
    .introduce .box5 p {
      text-indent: 2em;
      font-size: 16px;
      line-height: 30px; padding-bottom: 10px;
      color: #333; }


      .introduce .box5 .tits span {
        font-weight: bold; }
    .introduce .box5 .list {
      margin-top: 44px; }
      .introduce .box5 .list ul li {
        width: 31.7%;
        float: left;
        margin-right: 1.3%;
        text-align: center; }
        .introduce .box5 .list ul li .pic {
          width: 100%;
          height: auto; }
        .introduce .box5 .list ul li .t {
          font-size: 24px;
          line-height: 24px;
          color: #666;
          margin-top: 30px; }
          .introduce .box5 .list ul li .t span {
            color: #333; }
        .introduce .box5 .list ul li .t1 {
          font-size: 16px;
          line-height: 26px;
          color: #666;
          max-width: 350px;
          width: 90%;
          margin: 22px auto 0; }
        .introduce .box5 .list ul li:last-child {
          margin-right: 0; }
  .introduce .box6 {
    padding-top: 3.5%; }
    .introduce .box6 .title .line {
      width: 30px;
      height: 2px;
      background-color: #fdd000;
      margin: 0 auto; }
    .introduce .box6 .title .tits {
      width: 100%;
      height: auto;
      text-align: center;
      position: relative;
      margin-top: 15px; }
      .introduce .box6 .title .tits img {
        height: 116px; }
      .introduce .box6 .title .tits .t {
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 40px;
        line-height: 50px;
        color: #332a00; }
        .introduce .box6 .title .tits .t span {
          font-weight: bold; }
    .introduce .box6 .pic {
      width: 100%;
      margin-top: 80px; }
  @media (max-width: 1366px) {
    .introduce .box2 .item .tit {
      line-height: 36px; }
      .introduce .box2 .item .tit span {
        font-size: 36px; }
    .introduce .box3 .tits {
      font-size: 26px;
      line-height: 26px;
      margin-top: 35px; }
    .introduce .box3 .itemBox .item .year span {
      font-size: 30px; }
    .introduce .box4 .tits {
      font-size: 26px;
      line-height: 26px; }
    .introduce .box5 .tits {
      font-size: 26px;
      line-height: 26px; }
    .introduce .box6 .title .tits img {
      height: 90px; }
    .introduce .box6 .title .tits .t {
      font-size: 36px;
      line-height: 90px; }
    .introduce .box6 .pic {
      margin-top: 60px; } }
  @media (max-width: 1200px) {
    .introduce .box2 .item .tits {
      margin-top: 20px; }
    .introduce .box2 .item .icon {
      width: 90px; }
    .introduce .box3 .itemBox .item .year {
      width: 100px;
      height: 100px;
      line-height: 100px;
      font-size: 16px; }
      .introduce .box3 .itemBox .item .year span {
        font-size: 24px; }
    .introduce .box3 .itemBox .item .con {
      width: calc(100% - 120px);
      margin-left: 20px; }
      .introduce .box3 .itemBox .item .con .line {
        margin-top: 33px; }
      .introduce .box3 .itemBox .item .con p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px; }
    .introduce .box6 .title .tits img {
      height: 70px; }
    .introduce .box6 .title .tits .t {
      font-size: 30px;
      line-height: 70px; }
    .introduce .box6 .pic {
      margin-top: 50px; } }
  @media (max-width: 1024px) {
    .introduce .box2 .item .tits {
      font-size: 16px;
      line-height: 16px;
      margin-top: 10px; }
    .introduce .box2 .item .tit {
      line-height: 28px;
      font-size: 14px; }
      .introduce .box2 .item .tit span {
        font-size: 28px; }
    .introduce .box3 .tits {
      font-size: 20px;
      line-height: 20px;
      margin-top: 25px; }
    .introduce .box3 .title {
      width: 170px; }
    .introduce .box3 .tit {
      font-size: 16px;
      line-height: 16px; }
    .introduce .box4 .tits {
      font-size: 20px;
      line-height: 20px; }
    .introduce .box4 .tit {
      font-size: 16px;
      line-height: 16px;
      margin-top: 20px; }
    .introduce .box4 .tit1 {
      font-size: 16px;
      line-height: 26px; }
    .introduce .box4 .list ul li {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 20px;
      width: 33.3333333333%; }
      .introduce .box4 .list ul li:nth-child(4n):after {
        display: block; }
      .introduce .box4 .list ul li:nth-child(3n):after {
        display: none; }
    .introduce .box5 .tits {
      font-size: 20px;
      line-height: 20px; } }
  @media (max-width: 1080px) {
    .introduce .box5 .list ul li .t {
      font-size: 20px;
      line-height: 20px;
      margin-top: 20px; }
    .introduce .box5 .list ul li .t1 {
      margin: 15px auto 0; }
      .introduce .box5 .list ul li .t1 br {
        display: none; }
    .introduce .box5 .list {
      margin-top: 25px; } }
  @media (max-width: 768px) {
    .introduce .box1 .pic {
      width: 24%;
      padding-top: 0; }
    .introduce .box2 .item {
      width: 100%;
      float: none;
      margin-bottom: 15px; }
      .introduce .box2 .item .icon {
        width: 60px; }
      .introduce .box2 .item .tit1 {
        width: 100%; }
    .introduce .box3 .tits {
      font-size: 16px;
      line-height: 16px; }
    .introduce .box3 .tit {
      font-size: 14px;
      line-height: 14px;
      margin-top: 5px; }
    .introduce .box3 .itemBox .item {
      width: 100%;
      float: none;
      margin-bottom: 10px; }
      .introduce .box3 .itemBox .item .year {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 14px; }
        .introduce .box3 .itemBox .item .year span {
          font-size: 16px; }
      .introduce .box3 .itemBox .item .con {
        width: calc(100% - 70px);
        margin-left: 10px; }
        .introduce .box3 .itemBox .item .con .line {
          margin-top: 13px; }
        .introduce .box3 .itemBox .item .con p {
          font-size: 14px;
          line-height: 20px;
          margin-top: 5px; }
    .introduce .box3 .pic {
      margin-top: 15px; }
    .introduce .box4 .tits {
      width: 90%;
      margin: 0 auto;
      font-size: 16px;
      line-height: 28px; }
    .introduce .box4 .tit {
      font-size: 14px;
      line-height: 14px;
      margin-top: 15px; }
    .introduce .box4 .tit1 {
      font-size: 14px;
      line-height: 24px;
      margin-top: 25px; }
    .introduce .box4 .list {
      margin-top: 20px; }
    .introduce .box4 .list ul li {
      font-size: 12px;
      margin-bottom: 10px;
      width: 50%; }
      .introduce .box4 .list ul li:nth-child(3n):after {
        display: block; }
      .introduce .box4 .list ul li:nth-child(2n):after {
        display: none; }
    .introduce .box5 .tits {
      font-size: 16px;
      line-height: 16px; }
    .introduce .box5 .list ul li {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 20px; }
      .introduce .box5 .list ul li .t {
           font-size: 24px;
    line-height: 7px;}
      .introduce .box5 .list ul li .t1 {
        font-size: 14px;
        line-height: 22px; }
    .introduce .box6 .title .tits img {
      height: 50px; }
    .introduce .box6 .title .tits .t {
      font-size: 24px;
      line-height: 7px;}
    .introduce .box6 .pic {
      margin-top: 20px; } }

.culture {
  padding-top: 4%;
  padding-bottom: 30px; }
  .culture .item {
    width: 48%;
    margin-bottom: 65px; }
    .culture .item .item-new {
      margin-left: 20.9%; }
      .culture .item .item-new .icon {
        height: 52px; }
        .culture .item .item-new .icon img {
          max-width: 52px; }
      .culture .item .item-new .t {
        font-size: 30px;
        line-height: 30px;
        color: #182658;
      
        margin-top: 10px; }
      .culture .item .item-new .t1 {
        width: 350px;
        max-width: 100%;
        font-size: 18px;
        line-height: 28px;
        color: #333;
        margin-top: 25px; }
      .culture .item .item-new .t2 {
        margin-top: 30px; }
        .culture .item .item-new .t2 .tt {
          width: calc(100% - 45px);
          padding-left: 45px;
          background-repeat: no-repeat;
          margin-bottom: 34px; }
          .culture .item .item-new .t2 .tt .tt1 {
            font-size: 18px;
            line-height: 26px;
            color: #000; }
          .culture .item .item-new .t2 .tt .tt2 {
            font-size: 16px;
            line-height: 18px;
            color: #666;
            margin-top: 10px; }
          .culture .item .item-new .t2 .tt.icon1 {
            background-image: url("../images/culture_icon5.png");
            background-size: 24px auto;
            background-position: left 2px; }
          .culture .item .item-new .t2 .tt.icon2 {
            background-image: url("../images/culture_icon6.png");
            background-size: 26px auto;
            background-position: left 0px; }
          .culture .item .item-new .t2 .tt.icon3 {
            background-image: url("../images/culture_icon7.png");
            background-size: 22px auto;
            background-position: left 2px; }
  @media (max-width: 1366px) {
    .culture .item .item-new .t {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 1024px) {
    .culture .item .item-new .icon {
      height: 40px; }
      .culture .item .item-new .icon img {
        max-height: 40px; }
    .culture .item .item-new .t {
      font-size: 20px;
      line-height: 20px; }
    .culture .item .item-new .t1 {
      font-size: 16px;
      line-height: 26px; }
    .culture .item .item-new .t2 .tt .tt1 {
      font-size: 16px;
      line-height: 24px; }
    .culture .item .item-new .t2 .tt .tt2 {
      font-size: 14px;
      line-height: 16px; } }
  @media (max-width: 768px) {
    .culture .item {
      width: 100%;
      float: none;
      margin-bottom: 15px; }
      .culture .item .item-new {
        width: 100%;
        margin-left: 0; }
        .culture .item .item-new .t {
          font-size: 18px;
          line-height: 18px; }
        .culture .item .item-new .t1 {
          font-size: 14px;
          line-height: 24px;
          margin-top: 15px; }
    .culture .item .item-new .t2 .tt {
      margin-bottom: 20px; } }

.news {
 
  padding-top: 4.1%;
  padding-bottom: 3.4%; }
  .news .top ul li {
    margin-bottom: 80px; }
    .news .top ul li a {
      display: block;
      width: 100%;
      height: auto;
      position: relative; }
      .news .top ul li a .pic {
        width: 65.8%;
        float: right;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 5px rgba(178, 178, 178, 0.2); }
      .news .top ul li a .con {
        width: 42%;
        height: 284px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 5px 5px rgba(178, 178, 178, 0.2);
        position: absolute;
        left: 0;
        bottom: 27px; }
        .news .top ul li a .con .con-new {
          width: 82.3%;
          margin: 0 auto;
          padding-top: 50px; }
          .news .top ul li a .con .con-new .tits {
            font-size: 24px;
            line-height: 38px;
            color: #333; }
          .news .top ul li a .con .con-new .time {
            font-size: 18px;
            line-height: 18px;
            color: #999;
            font-family: Arial;
            margin-top: 35px; }
        .news .top ul li a .con .icon {
          width: 37px;
          height: 37px;
          position: absolute;
          right: 8.85%;
          bottom: 50px;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../images/news_icon1.png"); }
        .news .top ul li a .con .hot {
          width: 91px;
          left: 25px;
          top: -16px;
          position: absolute; }
    .news .top ul li:nth-child(3n) a .pic {
      float: left; }
    .news .top ul li:nth-child(3n) a .con {
      right: 0;
      left: auto; }
  .news .list {
    padding-top: 20px; }
    .news .list ul li {
      width: 32%;
      float: left;
      margin-right: 1.3%;
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 5px rgba(178, 178, 178, 0.2);
      margin-bottom: 40px; }
      .news .list ul li a {
        width: 100%;
        height: auto;
        display: block;
        padding-bottom: 30px; }
        .news .list ul li a .pic {
          width: 100%;
          height: auto; }
        .news .list ul li a .con {
          width: 88.3%;
          margin: 30px auto 0; }
          .news .list ul li a .con .tits {
            font-size: 20px;
            line-height: 20px;
            height: 20px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #333; }
          .news .list ul li a .con .tit {
            margin-top: 22px; }
            .news .list ul li a .con .tit span {
              float: left;
              font-size: 18px;
              line-height: 37px;
              color: #999; }
            .news .list ul li a .con .tit i {
              width: 37px;
              height: 37px;
              float: right;
              display: block;
              background-image: url("../images/news_icon1.png");
              background-repeat: no-repeat;
              background-size: cover; }
      .news .list ul li:nth-child(3n) {
        float: right; }
      @media (min-width: 1024px) {
        .news .list ul li:hover {
          background-color: #f5d147; }
          .news .list ul li:hover a .con .tit span {
            color: #806d25; }
          .news .list ul li:hover a .con .tit i {
            background-image: url("../images/news_icon3.png"); } }
  @media (max-width: 1366px) {
    .news .top ul li a .con .con-new .tits {
      font-size: 20px;
      line-height: 30px; }
    .news .top ul li a .con {
      height: 250px; }
    .news .top ul li a .con .icon {
      bottom: 25px; }
    .news .list ul li a .con .tits {
      font-size: 20px;
      line-height: 20px;
      height: 20px; }
    .news .list ul li a .con {
      margin: 30px auto 0; }
    .news .top ul li {
      margin-bottom: 60px; } }
  @media (max-width: 1200px) {
    .news .list ul li a .con {
      margin: 20px auto 0; }
    .news .top ul li {
      margin-bottom: 40px; } }
  @media (max-width: 1024px) {
    .news .top ul li a .con .con-new {
      padding-top: 30px; }
    .news .top ul li a .con .con-new .tits {
      font-size: 16px;
      line-height: 26px; }
    .news .top ul li a .con .con-new .time {
      font-size: 14px;
      line-height: 14px;
      margin-top: 20px; }
    .news .top ul li a .con {
      height: 180px; }
    .news .list ul li a .con .tits {
      font-size: 16px;
      line-height: 16px;
      height: 16px; }
    .news .list ul li a .con .tit span {
      font-size: 14px;
      line-height: 30px; }
    .news .list ul li a .con .tit i {
      width: 30px;
      height: 30px; }
    .news .list ul li a {
      padding-bottom: 20px; } }
  @media (max-width: 768px) {
    .news .top ul li a .pic {
      float: none !important;
      width: 100%;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .news .top ul li a .con {
      width: 100%;
      position: relative;
      height: auto;
      left: auto;
      bottom: auto;
      right: auto !important;
      padding-bottom: 40px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .news .top ul li a .con .icon {
      width: 30px;
      height: 30px;
      bottom: 10px; }
    .news .top ul li a .con .con-new {
      width: 92%; }
    .news .top ul li {
      margin-bottom: 20px; }
    .news .list ul li {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 20px; }
    .news .list {
      padding-top: 0; }
    .news .list ul li a .con .tit {
      margin-top: 15px; }
    .news .list ul li a .con .tits {
      height: auto;
      line-height: 26px;
      -webkit-line-clamp: inherit; } }

.hover {
  overflow: hidden; }
  .hover img {
    transition: all 1.5s; }
  @media (min-width: 1024px) {
    .hover:hover img {
      transform: scale(1.1); } }

.newsInfo {
  padding-top: 6%;
  padding-bottom: 5.2%; }
  .newsInfo .title .tits {
    width: 100%;
    float: left; }
    .newsInfo .title .tits h1 {
      font-size: 36px;
      line-height: 65px;
      color: #333;
      font-weight: bold;text-align: center; }
    .newsInfo .title .tits h2 {
      font-size: 16px;
      line-height: 16px;
      font-family: Arial;
      color: #999;
      margin-top: 15px;text-align: center; }
  .newsInfo .title .share {
    float: right;
    padding-top: 18px; }
    .newsInfo .title .share span {
      width: 55px;
      height: 2px;
      display: block;
      float: left;
      margin-top: 17px;
      background-color: #ccc; }
    .newsInfo .title .share a {
      width: 36px;
      height: 36px;
      background-position: center;
      background-repeat: no-repeat;
      display: block;
      float: left;
      margin-left: 30px; }
      .newsInfo .title .share a.a1 {
        background-image: url("../images/qq.png"); }
      .newsInfo .title .share a.a2 {
        background-image: url("../images/wb1.png"); }
      .newsInfo .title .share a.a3 {
        background-image: url("../images/wx1.png"); }
  .newsInfo .content {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 7.8%;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 7.8%; }
    .newsInfo .content img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto !important; }
  @media (max-width: 1366px) {
    .newsInfo .title .tits h1 {
      font-size: 28px;
      line-height: 38px; }
    .newsInfo .title .share {
      padding-top: 5px; } }
  @media (max-width: 1200px) {
    .newsInfo .title .tits h1 {
      font-size: 24px;
      line-height: 32px; }
    .newsInfo .title .share {
      padding-top: 0; } }
  @media (max-width: 768px) {
    .newsInfo .title .share {
      display: none; }
    .newsInfo .title .tits {
      width: 100%; }
      .newsInfo .title .tits h1 {
        font-size: 18px;
        line-height: 24px; }
    .newsInfo .title .tits h2 {
      font-size: 14px;
      line-height: 14px; }
    .newsInfo .content {
      font-size: 14px;
      line-height: 24px; } }

.paging {
  width: 100%;
  height: auto;
  margin-top: 40px;
  position: relative; }
  .paging p {
    width: 300px; }
    .paging p a {
      width: calc(100% - 28px);
      font-size: 16px;
      line-height: 42px;
      height: 42px;
      color: #666;
      padding-left: 28px;
      background-image: url("../images/left.png");
      background-position: left center;
      text-align: left;
      background-repeat: no-repeat;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .paging p.right a {
      text-align: right;
      background-image: url("../images/right.png");
      background-position: right center;
      padding-right: 28px;
      padding-left: 0; }
  .paging .return {
    width: 140px;
    height: 42px;
    background-color: #f5d132;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -70px;
    border-radius: 21px; }
    .paging .return span {
      font-size: 16px;
      line-height: 42px;
      padding-left: 27px;
      color: #fff;
      background-image: url("../images/news_icon4.png");
      background-position: left center;
      background-repeat: no-repeat;
      display: inline-block; }
  @media (max-width: 768px) {
    .paging {
      margin-top: 20px; }
      .paging p {
        width: 100%;
        float: none; }
        .paging p a {
          text-align: left !important;
          font-size: 14px;
          line-height: 30px;
          height: 30px; }
        .paging p.right a {
          padding-left: 26px;
          padding-right: 0;
          background-image: url("../images/left.png");
          background-position: left center; }
      .paging .return {
        right: auto;
        margin: 15px auto 0 !important;
        position: relative;
        display: block;
        left: auto; } }

.brand {
  padding-top: 4.6%; }
  .brand .box1 {
    padding-bottom: 60px; }
    .brand .box1 .pic {
      width: 49.2%;
      float: left;
      height: auto; }
    .brand .box1 .con {
      width: 42%;
      float: right;
      padding-top: 8%; }
      .brand .box1 .con .line {
        width: 50px;
        height: 2px;
        background-color: #fdd000; }
      .brand .box1 .con .tits {
        font-size: 24px;
        line-height: 60px;
        color: #333;
        margin-top: 23px; }
        .brand .box1 .con .tits span {
          font-weight: bold;
          font-size: 60px;
          color: #fdd000;
          font-family: Arial; }
      .brand .box1 .con .txt {
        font-size: 18px;
        line-height: 30px;
        color: #333;
        margin-top: 45px; }
      .brand .box1 .con .box {
        width: 100%;
        height: auto;
        background-color: #fafafa;
        border-radius: 10px;
        border: 2px dashed #fdd000;
        font-size: 18px;
        line-height: 30px;
        color: #333;
        box-sizing: border-box;
        padding: 15px 25px;
        margin-top: 23%; }
        .brand .box1 .con .box span {
          font-weight: bold; }
  .brand .box2 {
    background-color: #fafafa;
    padding-top: 5.2%;
    padding-bottom: 5%; }
    .brand .box2 .item {
      width: 30.4%;
      margin-right: 4.4%;
      float: left; }
      .brand .box2 .item .line {
        width: 50px;
        height: 2px;
        background-color: #fdd000; }
      .brand .box2 .item .tits {
        font-size: 18px;
        line-height: 60px;
        color: #fdd000;
        margin-top: 23px; }
        .brand .box2 .item .tits span {
          font-size: 60px;
          font-family: Arial;
          font-weight: bold; }
      .brand .box2 .item .tit {
        font-size: 18px;
        line-height: 30px;
        color: #333; }
      .brand .box2 .item:last-child {
        margin-right: 0; }
  .brand .box3 {
    padding: 5.2% 0 5%; }
    .brand .box3 .item .pic {
      width: 47%;
      float: right; }
    .brand .box3 .item .con {
      width: 46%;
      float: left;
      height: auto;
      padding-top: 25px; }
      .brand .box3 .item .con .line {
        width: 50px;
        height: 2px;
        background-color: #fdd000; }
      .brand .box3 .item .con .tits {
        font-size: 24px;
        line-height: 36px;
        color: #333;
        margin-top: 25px; }
        .brand .box3 .item .con .tits span {
          font-weight: bold; }
      .brand .box3 .item .con .tit {
        font-size: 18px;
        line-height: 28px;
        color: #333;
        margin-top: 38px; }
    .brand .box3 .item1 {
      margin-top: 50px; }
      .brand .box3 .item1 .pic {
        width: 35.5%;
        float: left; }
      .brand .box3 .item1 .con {
        width: 52%;
        float: right;
        height: auto;
        padding-top: 25px; }
        .brand .box3 .item1 .con .line {
          width: 50px;
          height: 2px;
          background-color: #fdd000; }
        .brand .box3 .item1 .con .tits {
          font-size: 24px;
          line-height: 36px;
          color: #333;
          margin-top: 25px; }
          .brand .box3 .item1 .con .tits span {
            font-weight: bold; }
        .brand .box3 .item1 .con .tit {
          font-size: 18px;
          line-height: 30px;
          color: #333;
          margin-top: 43px; }
          .brand .box3 .item1 .con .tit p {
            width: calc(100% - 35px);
            padding-left: 35px;
            background-position: left 6px;
            background-image: url("../images/brand_icon.png");
            background-repeat: no-repeat;
            margin-bottom: 20px; }
  @media (max-width: 1366px) {
    .brand .box1 .con .tits {
      line-height: 46px;
      font-size: 20px;
      margin-top: 15px; }
      .brand .box1 .con .tits span {
        font-size: 46px; }
    .brand .box1 .con .txt {
      margin-top: 30px; }
    .brand .box1 .con .box {
      margin-top: 15%; }
    .brand .box2 .item .tits {
      line-height: 46px; }
      .brand .box2 .item .tits span {
        font-size: 46px; } }
  @media (max-width: 1200px) {
    .brand .box3 .item .con .tits {
      font-size: 20px;
      line-height: 30px; }
    .brand .box3 .item1 .con .tits {
      font-size: 20px;
      line-height: 30px;
      margin-top: 10px; }
    .brand .box3 .item1 .con {
      width: 60%; }
    .brand .box3 .item1 .con .tit {
      font-size: 16px;
      margin-top: 20px; }
    .brand .box3 .item1 .con .tit p {
      margin-bottom: 10px; }
    .brand .box3 .item .con .tit {
      font-size: 16px;
      line-height: 26px;
      margin-top: 25px; } }
  @media (max-width: 1024px) {
    .brand .box1 .con {
      padding-top: 5%; }
    .brand .box1 .con .tits {
      font-size: 16px;
      line-height: 36px; }
      .brand .box1 .con .tits span {
        font-size: 36px; }
    .brand .box1 .con .txt {
      font-size: 16px;
      line-height: 26px;
      margin-top: 15px; }
    .brand .box1 .con .box {
      font-size: 16px;
      line-height: 26px;
      margin-top: 10%; }
    .brand .box2 .item .tits {
      line-height: 34px;
      font-size: 16px;
      margin-top: 15px; }
      .brand .box2 .item .tits span {
        font-size: 34px; }
    .brand .box2 .item .tit {
      font-size: 16px;
      line-height: 26px; } }
  @media (max-width: 880px) {
    .brand .box2 .item .tit br {
      display: none; } }
  @media (max-width: 768px) {
    .brand .box1 .pic {
      width: 100%;
      float: none; }
    .brand .box1 .con {
      width: 100%;
      float: none; }
    .brand .box1 .con .txt {
      font-size: 14px;
      line-height: 24px; }
    .brand .box1 .con .tits {
      font-size: 14px;
      line-height: 24px; }
      .brand .box1 .con .tits span {
        font-size: 30px; }
    .brand .box1 .con .box {
      font-size: 14px;
      line-height: 24px;
      padding: 10px 15px;
      margin-top: 5%; }
    .brand .box1 {
      padding-bottom: 30px; }
    .brand .box2 .item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
    .brand .box2 .item .tits {
      margin-top: 10px;
      line-height: 20px; }
      .brand .box2 .item .tits span {
        font-size: 26px; }
    .brand .box2 .item .tit {
      font-size: 14px;
      line-height: 24px; }
    .brand .box3 .item .pic {
      width: 100%;
      float: none; }
    .brand .box3 .item .con {
      width: 100%;
      float: none; }
    .brand .box3 .item .con .tits {
      font-size: 16px;
      line-height: 24px;
      margin-top: 10px; }
    .brand .box3 .item .con .tit {
      font-size: 14px;
      line-height: 24px;
      margin-top: 15px; }
    .brand .box3 .item1 .pic {
      width: 100%;
      float: none; }
    .brand .box3 .item1 .con {
      width: 100%;
      float: none; }
    .brand .box3 .item1 .con .tits {
      font-size: 16px;
      line-height: 24px; }
    .brand .box3 .item1 .con .tit {
      font-size: 14px;
      line-height: 24px; } }

.video {
  padding-bottom: 5.2%; }
  .video .tabs {
    padding-top: 95px;
    padding-bottom: 30px;
    background-color: #f8f8f8; }
    .video .tabs .w1200 {
      text-align: center;
      font-size: 0; }
      .video .tabs .w1200 a {
        display: inline-block;
        width: 110px;
        margin: 0 4.7%; }
        .video .tabs .w1200 a .icon {
          width: 60px;
          height: 60px;
          border-radius: 100%;
          overflow: hidden;
          margin: 0 auto;
          position: relative; }
          .video .tabs .w1200 a .icon img {
            width: 100%; }
            .video .tabs .w1200 a .icon img.img1 {
              display: block; }
            .video .tabs .w1200 a .icon img.img2 {
              display: none; }
        .video .tabs .w1200 a p {
          text-align: center;
          font-size: 18px;
          line-height: 30px;
          color: #666;
          margin-top: 10px; }
        .video .tabs .w1200 a .line {
          width: 0;
          height: 2px;
          background-color: #fdd000;
          margin: 13px auto 0;
          opacity: 0;
          transition: opacity .5s,width .5s; }
        .video .tabs .w1200 a.on .icon {
          background-color: #fdd000; }
          .video .tabs .w1200 a.on .icon img.img1 {
            display: none; }
          .video .tabs .w1200 a.on .icon img.img2 {
            display: block; }
        .video .tabs .w1200 a.on p {
          font-weight: bold; }
        .video .tabs .w1200 a.on .line {
          width: 50px;
          opacity: 1; }
        @media (min-width: 1024px) {
          .video .tabs .w1200 a:hover .icon {
            background-color: #fdd000; }
            .video .tabs .w1200 a:hover .icon img.img1 {
              display: none; }
            .video .tabs .w1200 a:hover .icon img.img2 {
              display: block; }
          .video .tabs .w1200 a:hover p {
            font-weight: bold; }
          .video .tabs .w1200 a:hover .line {
            width: 50px;
            opacity: 1; } }
  .video .list {
    margin-top: 4.2%; }
    .video .list ul li {
      width: 31.7%;
      margin-right: 2.45%;
      margin-bottom: 2.45%;
      float: left;
      overflow: hidden;
      border-radius: 10px;
      position: relative;
      cursor: pointer; }
      .video .list ul li .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .video .list ul li .bg .icon {
          width: 70px;
          height: 70px;
          background-image: url("../images/video_icon5.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          margin: 0 auto;
          transition: all .5s; }
        .video .list ul li .bg p {
          text-align: center;
          font-size: 16px;
          line-height: 18px;
          color: #fff;
          margin-top: 30px;
          display: none;
          transition: all .5s; }
      .video .list ul li:nth-child(3n) {
        margin-right: 0; }
      @media (min-width: 1024px) {
        .video .list ul li:hover .bg {
          background-color: rgba(0, 0, 0, 0.5); }
          .video .list ul li:hover .bg p {
            display: block; } }
    .video .list .more {
      width: 190px;
      height: 50px;
      display: block;
      margin: 50px auto 0;
      border-radius: 25px;
      background-color: #fdd000;
      text-align: center;
      font-size: 16px;
      line-height: 50px;
      color: #333; }
  @media (max-width: 1200px) {
    .video .list ul li .bg .icon {
      width: 50px;
      height: 50px; } }
  @media (max-width: 1024px) {
    .video .list ul li .bg {
      background-color: rgba(0, 0, 0, 0.5); }
      .video .list ul li .bg p {
        display: block;
        margin-top: 10px; }
    .video .tabs {
      padding-top: 40px; } }
  @media (max-width: 790px) {
    .video .list ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%; }
      .video .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .video .list ul li:nth-child(2n) {
        margin-right: 0; }
    .video .tabs {
      padding: 20px 0; }
    .video .tabs .w1200 a {
      width: 25%;
      margin: 0; }
      .video .tabs .w1200 a p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px; }
      .video .tabs .w1200 a .line {
        margin: 8px auto 0; }
      .video .tabs .w1200 a .icon {
        width: 40px;
        height: 40px; }
    .video .list .more {
      width: 140px;
      height: 40px;
      border-radius: 20px;
      line-height: 40px;
      margin: 30px auto 0; } }
  @media (max-width: 540px) {
    .video .list ul li {
      width: 100%;
      margin-right: 0; }
    .video .list ul li .bg p {
      font-size: 14px;
      line-height: 16px; } }

.honor {
  margin-top: 5.6%;
  padding-bottom: 11%;
  position: relative; }
  .honor .list {
    position: relative; }
    .honor .list .list-new ul li .pic {
      width: 50%;
      height: auto;
      float: left; }
      .honor .list .list-new ul li .pic img {
        display: block;
        max-width: 100%;
        margin: 0 auto; }
    .honor .list .list-new ul li .con {
      width: 50%;
      height: auto;
      float: left;
      padding-top: 16%; }
      .honor .list .list-new ul li .con .con-new {
        width: 360px;
        max-width: 70%;
        margin-left: 16.7%; }
        .honor .list .list-new ul li .con .con-new .year {
          font-size: 48px;
          line-height: 48px;
          color: #fdd000;
          font-weight: bold;
          font-family: Arial; }
        .honor .list .list-new ul li .con .con-new .line {
          width: 50px;
          height: 2px;
          background-color: #808080;
          margin-top: 22px; }
        .honor .list .list-new ul li .con .con-new .mo {
          font-size: 18px;
          line-height: 18px;
          color: #333;
          margin-top: 28px; }
        .honor .list .list-new ul li .con .con-new .txt {
          font-size: 18px;
          line-height: 30px;
          color: #333;
          margin-top: 23px; }
    .honor .list .a {
      width: 50px;
      height: 50px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      z-index: 6; }
      .honor .list .a.prev {
        background-image: url("../images/prev.png");
        left: -120px; }
      .honor .list .a.next {
        background-image: url("../images/next.png");
        right: -120px; }
  .honor .img {
    max-width: 50%;
    height: auto;
    position: absolute;
    right: 0;
    top: -1%;
    background-color: #f8f8f8; }
    .honor .img img {
      width: auto;
      height: 100%; }
  @media (max-width: 1460px) {
    .honor .list .a.prev {
      left: -60px; }
    .honor .list .a.next {
      right: -60px; } }
  @media (max-width: 1366px) {
    .honor .list .a.prev {
      left: 0; }
    .honor .list .a.next {
      right: 0; }
    .honor .list .list-new ul li .con .con-new .year {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 1200px) {
    .honor .img {
      height: 88%; }
    .honor .list .list-new ul li .pic img {
      width: 70%; }
    .honor .list .list-new ul li .con {
      padding-top: 7%; }
    .honor .list .list-new ul li .con .con-new .txt {
      font-size: 16px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .honor .list .a {
      width: 40px;
      height: 40px;
      margin-top: -20px; }
    .honor .list .list-new ul li .pic {
      width: 100%;
      float: none; }
    .honor .list .list-new ul li .con {
      width: 100%;
      float: none;
      padding-top: 20px; }
    .honor .list .list-new ul li .con .con-new .year {
      font-size: 22px;
      line-height: 22px; }
    .honor .list .list-new ul li .con .con-new .line {
      margin-top: 10px; }
    .honor .list .list-new ul li .con .con-new .mo {
      font-size: 16px;
      line-height: 16px;
      margin-top: 15px; }
    .honor .list .list-new ul li .con .con-new .txt {
      font-size: 14px;
      line-height: 24px;
      margin-top: 15px; }
    .honor .list .list-new ul li .con .con-new {
      width: 90%;
      margin-left: 5%;
      max-width: 90%; }
    .honor .img {
      display: none; } }

.research {
  padding-bottom: 25px; }
  .research .tabs {
    padding-top: 95px;
    padding-bottom: 30px; }
    .research .tabs .w1200 {
      text-align: center;
      font-size: 0; }
      .research .tabs .w1200 a {
        display: inline-block;
        width: 110px;
        margin: 0 8%; }
        .research .tabs .w1200 a .icon {
          width: 60px;
          height: 60px;
          border-radius: 100%;
          overflow: hidden;
          margin: 0 auto;
          position: relative; }
          .research .tabs .w1200 a .icon img {
            width: 100%; }
            .research .tabs .w1200 a .icon img.img1 {
              display: block; }
            .research .tabs .w1200 a .icon img.img2 {
              display: none; }
        .research .tabs .w1200 a p {
          text-align: center;
          font-size: 18px;
          line-height: 30px;
          color: #666;
          margin-top: 10px; }
        .research .tabs .w1200 a .line {
          width: 0;
          height: 2px;
          background-color: #fdd000;
          margin: 13px auto 0;
          opacity: 0;
          transition: opacity .5s,width .5s; }
        .research .tabs .w1200 a.on .icon {
          background-color: #fdd000; }
          .research .tabs .w1200 a.on .icon img.img1 {
            display: none; }
          .research .tabs .w1200 a.on .icon img.img2 {
            display: block; }
        .research .tabs .w1200 a.on p {
          font-weight: bold; }
        .research .tabs .w1200 a.on .line {
          width: 50px;
          opacity: 1; }
        @media (min-width: 1024px) {
          .research .tabs .w1200 a:hover .icon {
            background-color: #fdd000; }
            .research .tabs .w1200 a:hover .icon img.img1 {
              display: none; }
            .research .tabs .w1200 a:hover .icon img.img2 {
              display: block; }
          .research .tabs .w1200 a:hover p {
            font-weight: bold; }
          .research .tabs .w1200 a:hover .line {
            width: 50px;
            opacity: 1; } }
  .research .list {
    margin-top: 50px; }
    .research .list ul li {
      margin-bottom: 6.6%; }
      .research .list ul li .pic {
        width: 48.3%;
        float: left;
        border-radius: 10px;
        overflow: hidden; }
      .research .list ul li .con {
        width: 43.3%;
        float: right;
        padding-top: 47px; }
        .research .list ul li .con .tits {
          font-size: 24px;
          line-height: 30px;
          color: #333;
          font-weight: bold; }
        .research .list ul li .con .tit {
          font-size: 16px;
          line-height: 26px;
          color: #333;
          margin-top: 22px; }
      .research .list ul li:nth-child(2n) .pic {
        float: right; }
      .research .list ul li:nth-child(2n) .con {
        float: left; }
  @media (max-width: 1200px) {
    .research .list ul li .con .tits {
      font-size: 20px;
      line-height: 26px; } }
  @media (max-width: 1024px) {
    .research .tabs {
      padding-top: 40px; }
    .research .list ul li .con {
      padding-top: 20px;
      width: 48%; } }
  @media (max-width: 768px) {
    .research .tabs .w1200 a {
      width: 33.3333333333%;
      margin: 0; }
    .research .list ul li .pic {
      width: 100%;
      float: none; }
    .research .list ul li .con {
      width: 100%;
      float: none; }
    .research .tabs {
      padding: 20px 0; }
    .research .tabs .w1200 a .icon {
      width: 40px;
      height: 40px; }
    .research .tabs .w1200 a p {
      font-size: 14px;
      line-height: 20px;
      margin-top: 5px; }
    .research .tabs .w1200 a .line {
      margin: 8px auto 0; }
    .research .list {
      margin-top: 20px; }
    .research .list ul li .con .tits {
      font-size: 18px;
      line-height: 18px; }
    .research .list ul li .con .tit {
      font-size: 14px;
      line-height: 24px;
      margin-top: 15px; } }

.test {
  padding-top: 7%;
  padding-bottom: 4.2%; }
  .test .item {
    margin-bottom: 16%; }
    .test .item .pic {
      width: 50%;
      float: left; }
    .test .item .con {
      width: 41.7%;
      float: right;
      padding-top: 10%; }
      .test .item .con .icon {
        width: 50px;
        height: auto; }
      .test .item .con .tits {
        font-size: 30px;
        line-height: 30px;
        color: #121212;
        font-weight: bold;
        margin-top: 28px; }
      .test .item .con .en {
        font-size: 14px;
        line-height: 14px;
        color: #999;
        font-family: Arial;
        margin-top: 12px; }
      .test .item .con .line {
        width: 50px;
        height: 2px;
        background-color: #fdd000;
        margin-top: 30px; }
      .test .item .con .tit {
        font-size: 18px;
        line-height: 28px;
        color: #666;
        margin-top: 42px; }
        .test .item .con .tit span {
          font-weight: bold; }
    .test .item:nth-child(2n) .pic {
      float: right; }
    .test .item:nth-child(2n) .con {
      float: left; }
    .test .item:last-child {
      margin-bottom: 0; }
  @media (max-width: 1200px) {
    .test .item .con .tits {
      font-size: 24px;
      line-height: 24px; }
    .test .item .con .tit {
      font-size: 16px;
      line-height: 26px; } }
  @media (max-width: 1024px) {
    .test .item .con {
      padding-top: 4%; }
      .test .item .con .tits {
        font-size: 18px;
        line-height: 18px;
        margin-top: 15px; }
      .test .item .con .en {
        margin-top: 5px; }
      .test .item .con .line {
        margin-top: 20px; }
      .test .item .con .tit {
        margin-top: 20px; } }
  @media (max-width: 768px) {
    .test .item {
      margin-bottom: 25px; }
    .test .item .pic {
      width: 100%;
      margin-top: 15px;
      float: none; }
    .test .item .con {
      width: 100%;
      padding-top: 0;
      float: none;}
    .test .item .con .tit {
      font-size: 14px;
      line-height: 24px; } }

.gg img{
  max-width: 100%;
  height: auto !important;
}
.production {
  padding-top: 7.4%; }
  .production .title {
    text-align: center;
    color: #000; }
    .production .title .en {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 14px;
      font-family: Arial;
      font-weight: bold; }
    .production .title .cn {
      font-size: 36px;
      line-height: 36px;
      margin-top: 18px; }
    .production .title .line {
      width: 50px;
      height: 2px;
      margin: 32px auto 0;
      background-color: #fdd000; }
  .production .box1 {
    padding-bottom: 5.2%; }
    .production .box1 .list {
      margin-top: 45px; }
      .production .box1 .list .item {
        width: 30.7%;
        float: left;
        margin-right: 3.95%; }
        .production .box1 .list .item .pic {
          width: 180px;
          border: 5px solid #fdd000;
          border-radius: 100%;
          margin: 0 auto;
          overflow: hidden; }
          .production .box1 .list .item .pic img{
            max-width: 100%;
            height: auto !important;
          }
        .production .box1 .list .item p {
          text-align: center;
          font-size: 18px;
          line-height: 20px;
          color: #333;
          margin-top: 23px; }
        .production .box1 .list .item:last-child {
          margin-right: 0; }
  .production .box2 {
    padding: 5.2% 0;
    background-color: #f8f8f8; }
    .production .box2 .list {
      margin-top: 50px; }
      .production .box2 .list .item {
        width: 30.7%;
        float: left;
        margin-right: 3.95%; }
        .production .box2 .list .item .pic {
          width: 100%;
          height: auto; }
          .production .box2 .list .item .pic img{
            max-width: 100%;
            height: auto !important;
          }
        .production .box2 .list .item p {
          text-align: center;
          font-size: 18px;
          line-height: 22px;
          color: #000;
          margin-top: 32px; }
        .production .box2 .list .item:last-child {
          margin-right: 0; }
  .production .box3 {
    padding-top: 5.2%; }
    .production .box3 .pic {
      margin-top: 50px; }
  @media (max-width: 1366px) {
    .production .title .cn {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .production .title .cn {
      font-size: 24px;
      line-height: 24px;
      margin-top: 10px; }
    .production .title .line {
      margin: 18px auto 0; }
    .production .box1 .list .item p {
      font-size: 16px;
      line-height: 18px; }
    .production .box2 .list .item p {
      font-size: 16px;
      line-height: 20px;
      margin-top: 18px; } }
  @media (max-width: 768px) {
    .production .title .cn {
      font-size: 18px;
      line-height: 18px; }
    .production .box1 .list .item {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 20px; }
    .production .box1 .list .item p {
      margin-top: 8px;
      font-size: 14px;
      line-height: 16px; }
    .production .box1 .list {
      margin-top: 25px; }
    .production .box2 .list {
      margin-top: 25px; }
      .production .box2 .list .item {
        width: 100%;
        float: none;
        margin-bottom: 20px; }
        .production .box2 .list .item p {
          font-size: 14px;
          margin-top: 18px;
          margin-top: 8px; }
    .production .box3 .pic {
      margin-top: 25px; } }

.layout {
  padding-top: 7%;
  padding-bottom: 5.2%; }
  .layout .tits {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    font-weight: bold; }
  .layout .pic {
    width: 91.6%;
    margin-left: 8.4%;
    margin-top: 50px; }
  @media (max-width: 1024px) {
    .layout .tits {
      font-size: 20px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .layout .tits {
      font-size: 16px;
      line-height: 24px; }
    .layout .pic {
      width: 100%;
      margin-left: 0;
      margin-top: 20px; } }

.process {
  padding-top: 6.7%; }
  .process .box1 {
    padding-bottom: 5%; }
    .process .box1 .item {
      width: 50%;
      float: left;
      text-align: center;
      color: #333; }
      .process .box1 .item .icon {
        width: 80px;
        height: auto;
        margin: 0 auto; }
        .process .box1 .item .icon img{
          max-width: 100%;
          height: auto !important;
        }
      .process .box1 .item .tits {
        font-size: 36px;
        line-height: 36px;
        margin-top: 30px; }
      .process .box1 .item .line {
        width: 50px;
        height: 2px;
        margin: 30px auto 0;
        background-color: #fdd000; }
      .process .box1 .item .txt {
        font-size: 18px;
        line-height: 28px;
        margin-top: 24px; }
  .process .box2 {
    background-color: #faefe1;
    padding-top: 3.9%;
    padding-bottom: 5.2%; }
  @media (max-width: 1366px) {
    .process .box1 .item .tits {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .process .box1 .item .tits {
      font-size: 24px;
      line-height: 24px;
      margin-top: 15px; }
    .process .box1 .item .line {
      margin: 20px auto 0; }
    .process .box1 .item .txt {
      font-size: 16px;
      line-height: 26px;
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .process .box1 .item .icon {
      width: 45px; }
    .process .box1 .item .tits {
      font-size: 18px;
      line-height: 18px; }
    .process .box1 .item .txt br{display: none;}
    .process .box1 .item .txt {
      font-size: 14px;
      line-height: 24px;
      margin-top: 10px; } }

.welfare .title {
  position: relative; }
  .welfare .title .tits {
    width: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 0; }
    .welfare .title .tits span {
      display: inline-block;
      position: relative;
      font-size: 36px;
      line-height: 36px;
      color: #121212;
      font-weight: bold; }
      .welfare .title .tits span:after {
        width: 57px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -57px;
        background-image: url("../images/welfare_icon1.png");
        background-position: left center;
        background-repeat: no-repeat;
        content: ''; }
      .welfare .title .tits span.s1:after {
        background-image: url("../images/welfare_icon3.png"); }
      .welfare .title .tits span.s2:after {
        background-image: url("../images/welfare_icon7.png"); }
    .welfare .title .tits i {
      width: 40px;
      height: 1px;
      background-color: #f5d132;
      display: block;
      margin: 25px auto 0; }
.welfare .welfareTits {
  width: calc(100% - 58px);
  padding-left: 58px;
  background-image: url("../images/welfare_icon2.png");
  background-position: left 0;
  background-repeat: no-repeat; }
  .welfare .welfareTits .t {
    font-size: 24px;
    line-height: 27px;
    color: #333;
    font-weight: bold; }
    .welfare .welfareTits .t span {
      position: relative;
      display: inline-block; }
      .welfare .welfareTits .t span:after {
        width: calc(100% + 30px);
        left: -15px;
        height: 8px;
        border-radius: 4px;
        background-color: #f5d132;
        position: absolute;
        top: 10px;
        content: '';
        z-index: -1; }
  .welfare .welfareTits .t1 {
    font-size: 14px;
    line-height: 14px;
    font-family: Arial;
    color: #333;
    opacity: 0.4;
    margin-top: 8px; }
.welfare .box1 .content {
  background-color: #f7f8f8;
  padding-top: 6.2%; }
  .welfare .box1 .content .conLeft {
    width: 45%;
    float: left; }
    .welfare .box1 .content .conLeft .tits {
      width: calc(100% - 65px);
      padding-left: 65px;
      background-image: url("../images/welfare_icon2.png");
      background-position: left 0;
      background-repeat: no-repeat; }
      .welfare .box1 .content .conLeft .tits .t {
        font-size: 24px;
        line-height: 27px;
        color: #333;
        font-weight: bold; }
        .welfare .box1 .content .conLeft .tits .t span {
          position: relative;
          display: inline-block; }
          .welfare .box1 .content .conLeft .tits .t span:after {
            width: calc(100% + 30px);
            left: -15px;
            height: 8px;
            border-radius: 4px;
            background-color: #f5d132;
            position: absolute;
            top: 10px;
            content: '';
            z-index: -1; }
      .welfare .box1 .content .conLeft .tits .t1 {
        font-size: 14px;
        line-height: 14px;
        font-family: Arial;
        color: #333;
        opacity: 0.4;
        margin-top: 8px; }
    .welfare .box1 .content .conLeft .tit {
      font-size: 16px;
      line-height: 26px;
      color: #333;
      margin-top: 37px; }
      .welfare .box1 .content .conLeft .tit p {
        width: calc(100% - 27px);
        padding-left: 27px;
        background-position: left 8px;
        background-repeat: no-repeat;
        background-image: url("../images/welfare_icon2.png");
        background-size: 16px auto;
        margin-bottom: 20px; }
  .welfare .box1 .content .conRight {
    width: 53.8%;
    float: right;
    padding-top: 19px; }
    .welfare .box1 .content .conRight .tits {
      text-align: center;
      font-size: 18px;
      line-height: 20px;
      color: #333; }
    .welfare .box1 .content .conRight .pic {
      width: 100%;
      height: auto;
      margin-top: 35px; }
.welfare .box1 .bottom {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 4%; }
  .welfare .box1 .bottom .t {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 26px;
    color: #333; }
  @media (max-width: 1760px) {
    .welfare .box1 .bottom .t {
      padding-left: 5%; } }
  @media (max-width: 1400px) {
    .welfare .box1 .bottom .t {
      padding-left: 8%; } }
  @media (max-width: 1240px) {
    /*.welfare .box1 .bottom {
      overflow: hidden; }*/
      .welfare .box1 .bottom img {
        width: 130%;
        max-width: 130%;
        margin-left: -15%; }
      .welfare .box1 .bottom .t {
        padding-left: 8%; } }
  @media (max-width: 768px) {
    .welfare .box1 .bottom .t {
      padding-left: 0%; } }
.welfare .box2 {
  padding-bottom: 6.2%;
  position: relative; }
  .welfare .box2 .list {
    margin-top: 6.9%; }
    .welfare .box2 .list .item {
      margin-bottom: 16%; }
      .welfare .box2 .list .item:last-child {
        margin-bottom: 0; }
      .welfare .box2 .list .item .pic {
        width: 44.7%;
        float: right;
        border-radius: 10px;
        overflow: hidden; }
      .welfare .box2 .list .item .con {
        width: 50%;
        float: left;
        padding-top: 50px; }
        .welfare .box2 .list .item .con .tit {
          font-size: 16px;
          line-height: 26px;
          color: #666;
          margin-top: 45px; }
          .welfare .box2 .list .item .con .tit .t {
            font-size: 18px;
            line-height: 24px;
            color: #333;
            font-weight: bold;
            margin-bottom: 20px; }
          .welfare .box2 .list .item .con .tit p {
            width: calc(100% - 27px);
            padding-left: 27px;
            background-position: left 6px;
            background-repeat: no-repeat;
            background-image: url("../images/welfare_icon2.png");
            background-size: 16px auto;
            margin-bottom: 20px; }
      .welfare .box2 .list .item .btns{
        width: 214px;
        margin: 5px auto 0;
        padding-left: 120px;
      }
      .welfare .box2 .list .item .btns .more {
        width: 37px;
        float: left;
        display: block;
        position: relative; }
        .welfare .box2 .list .item .btns .more.prev{
          transform: rotateY(180deg);
        }
        .welfare .box2 .list .item .btns .more.next{
          float: right;
        }
        .welfare .box2 .list .item .more.next:after {
          width: 140px;
          right: 37px;
          top: 18px;
          height: 1px;
          background-color: #f5d147;
          opacity: 0.2;
          position: absolute;
          content: ''; }
      .welfare .box2 .list .item:nth-child(2n) .pic {
        float: left; }
      .welfare .box2 .list .item:nth-child(2n) .con {
        float: right; }
        .welfare .box2 .list .item:nth-child(2n) .btns{
          padding-right: 120px;
          padding-left: 0;
        }
  .welfare .box2 .moreClick {
    width: 150px;
    height: 36px;
    border-radius: 18px;
    background-color: #f5d147;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #000;
    margin: 6.2% auto 0;
    display: block; }
  .welfare .box2 .img {
    width: 34.9%;
    position: absolute;
    left: 0;
    bottom: 0; }
.welfare .box3 .content {
  padding-top: 5%; }
  .welfare .box3 .content .list ul {
    margin-top: 50px; }
    .welfare .box3 .content .list ul li {
      margin-bottom: 50px; }
      .welfare .box3 .content .list ul li .pic {
        width: 44.7%;
        float: right;
        margin-right: 3.3%; }
      .welfare .box3 .content .list ul li .con {
        width: 45%;
        float: left;
        padding-top: 30px; }
        .welfare .box3 .content .list ul li .con .tits {
          font-size: 18px;
          line-height: 20px;
          color: #333; }
          .welfare .box3 .content .list ul li .con .tits span {
            font-weight: bold;
            margin-left: -10px; }
            .welfare .box3 .content .list ul li .con .tits span br{
              display: none;
            }
        .welfare .box3 .content .list ul li .con .tit {
          padding-left: 25px;
          width: calc(100% - 25px);
          font-size: 16px;
          line-height: 30px;
          color: #666;
          background-image: url("../images/welfare_icon2.png");
          background-size: 16px auto;
          background-position: left 8px;
          background-repeat: no-repeat;
          margin-top: 40px; }
      .welfare .box3 .content .list ul li:nth-child(2n) .pic {
        float: left;
        margin-right: 0; }
      .welfare .box3 .content .list ul li:nth-child(2n) .con {
        float: right;
        margin-right: 2%; }
.welfare .box3 .item {
  background-color: #f7f8f8;
  padding: 5.2% 0; }
  .welfare .box3 .item .pic {
    width: 44.7%;
    float: left; }
  .welfare .box3 .item .con {
    width: 47.2%;
    float: right;
    padding-top: 50px; }
    .welfare .box3 .item .con .tit {
      font-size: 18px;
      line-height: 26px;
      color: #666;
      margin-top: 45px; }
      .welfare .box3 .item .con .tit .t {
        font-size: 18px;
        line-height: 24px;
        color: #333;
        font-weight: bold;
        margin-bottom: 11px; }
      .welfare .box3 .item .con .tit p {
        width: calc(100% - 27px);
        padding-left: 27px;
        background-position: left 6px;
        background-repeat: no-repeat;
        background-image: url("../images/welfare_icon2.png");
        background-size: 16px auto;
        margin-bottom: 20px; }
.welfare .box4 {
  padding: 5.2% 0; }
  .welfare .box4 .con {
    width: 36.7%;
    float: left;
    padding-top: 45px; }
    .welfare .box4 .con .tit {
      width: calc(100% - 25px);
      font-size: 18px;
      line-height: 18px;
      color: #333;
      font-weight: bold;
      padding-left: 25px;
      margin-top: 42px; }
    .welfare .box4 .con .tit1 {
      width: calc(100% - 25px);
      padding-left: 25px;
      font-size: 18px;
      line-height: 30px;
      color: #666;
      background-image: url("../images/welfare_icon2.png");
      background-size: 16px auto;
      background-position: left 8px;
      background-repeat: no-repeat;
      margin-top: 24px; }
    .welfare .box4 .btns {
      width: 100%;
      height: auto;}
      .welfare .box4 .btns .btns-new {
        width: 214px;
        margin: 5px auto 0;
        padding-left: 30px; }
        .welfare .box4 .btns .btns-new a {
          width: 37px;
          height: 37px;
          display: block;
          float: left;
          position: relative;
          background-repeat: no-repeat;
          background-size: cover; }
          .welfare .box4 .btns .btns-new a.prev {
            background-image: url("../images/prev1.png"); }
          .welfare .box4 .btns .btns-new a.next {
            background-image: url("../images/next1.png");
            float: right; }
            .welfare .box4 .btns .btns-new a.next:after{
              width: 140px;
              right: 37px;
              top: 18px;
              height: 1px;
              background-color: #f5d147;
              opacity: 0.2;
              position: absolute;
              content: '';
            }
          @media (min-width: 1024px) {
            .welfare .box4 .btns .btns-new a:hover.prev {
              background-image: url("../images/prev1_h.png"); }
            .welfare .box4 .btns .btns-new a:hover.next {
              background-image: url("../images/next1_h.png"); } }
  .welfare .box4 .list {
    width: 49.2%;
    height: auto;
    float: right; }
    .welfare .box4 .list .listNew {
      border-radius: 10px;
      overflow: hidden;
      width: 100%;
      height: auto; }
      .welfare .box4 .list .listNew ul {
        position: relative; }
  .welfare .box4 .moreClick {
    width: 150px;
    height: 36px;
    border-radius: 18px;
    background-color: #f5d147;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #000;
    margin: 5.2% auto 0;
    display: block; }
@media (max-width: 1366px) {
  .welfare .title .tits span {
    font-size: 30px;
    line-height: 36px; } }
@media (max-width: 1200px) {
  .welfare .box1 .content .conLeft .tits .t {
    font-size: 20px; }
  .welfare .welfareTits .t {
    font-size: 20px; }
  .welfare .box1 .content .conLeft .tit {
    font-size: 16px; }
    .welfare .box1 .content .conLeft .tit p {
      margin-bottom: 15px; }
  .welfare .box2 .list .item .con .tit {
    margin-top: 25px; }
    .welfare .box2 .list .item .con .tit p {
      margin-bottom: 10px; }
  .welfare .box3 .content .list ul li .con {
    width: 50%; }
  .welfare .box3 .content .list ul li .con .tit {
    margin-top: 20px; }
  .welfare .box3 .content .list ul {
    margin-top: 30px; }
    .welfare .box3 .content .list ul li {
      margin-bottom: 30px; }
  .welfare .box4 .con .tit {
    margin-top: 20px; }
  .welfare .box3 .item .con .tit {
    margin-top: 25px; }
  .welfare .box3 .item .con .tit {
    font-size: 16px; }
  .welfare .box4 .con .tit1 {
    font-size: 16px;
    line-height: 26px; }
  .welfare .box4 .con .btns {
    margin-top: 45px; } }
@media (max-width: 1024px) {
  .welfare .title .tits span {
    font-size: 22px;
    line-height: 28px; }
    .welfare .title .tits span:after {
      width: 40px;
      left: -40px;
      background-size: auto 100%; }
  .welfare .box1 .content .conLeft .tits {
    padding-left: 40px;
    width: calc(100% - 40px);
    background-size: 20px auto;
    background-position: left 4px; }
  .welfare .box1 .content .conLeft .tits .t {
    font-size: 16px;
    line-height: 22px; }
  .welfare .box1 .content .conLeft .tits .t span:after {
    height: 5px;
    width: calc(100% + 20px);
    left: -10px; }
  .welfare .box1 .content .conLeft .tits .t1 {
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px; }
  .welfare .box1 .content .conLeft .tit {
    font-size: 14px;
    line-height: 20px; }
    .welfare .box1 .content .conLeft .tit p {
      margin-bottom: 10px;
      background-position: left 3px; }
  .welfare .box1 .content .conRight .tits {
    font-size: 16px;
    line-height: 18px; }
  .welfare .title .tits i {
    margin: 15px auto 0; }
  .welfare .welfareTits .t {
    font-size: 16px;
    line-height: 22px; }
    .welfare .welfareTits .t span:after {
      width: calc(100% + 20px);
      left: -10px;
      height: 5px; }
  .welfare .welfareTits .t1 {
    font-size: 12px;
    line-height: 14px; }
  .welfare .box3 .content .list ul li .con .tits {
    font-size: 16px;
    line-height: 18px; }
  .welfare .box2 .list .item .con .tit {
    font-size: 14px;
    line-height: 24px; }
    .welfare .box2 .list .item .con .tit p {
      margin-bottom: 5px; }
  .welfare .box2 .list .item .con .tit .t {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px; }
  .welfare .box3 .content .list ul li .con .tit {
    font-size: 14px;
    line-height: 24px; }
  .welfare .box3 .item .con .tit {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px; }
    .welfare .box3 .item .con .tit .t {
      font-size: 16px;
      line-height: 22px; }
  .welfare .box4 .con .tit {
    font-size: 16px;
    line-height: 16px; }
  .welfare .box4 .con .tit1 {
    font-size: 14px;
    line-height: 24px; }
  .welfare .box3 .item .con {
    padding-top: 30px; }
  .welfare .box2 .list .item .con {
    padding-top: 30px; } }
@media (max-width: 768px) {
  .welfare .box1 .content .conLeft {
    width: 100%;
    float: none; }
  .welfare .box1 .content .conRight {
    width: 100%;
    float: none; }
  .welfare .box1 .bottom {
    margin-top: 30px; }
  .welfare .box1 .bottom .t {
    width: 90%;
    left: 5%;
    bottom: -15px;
    top: auto;
    font-size: 14px;
    line-height: 22px; }
  .welfare .title .tits span {
    font-size: 18px;
    line-height: 26px; }
  .welfare .title .tits i {
    margin: 10px auto 0; }
  .welfare .box2 .list .item {
    margin-bottom: 25px; }
  .welfare .box2 .list .item .pic {
    width: 100%;
    float: none; }
  .welfare .box2 .list .item .con {
    width: 100%;
    float: none; }
  .welfare .box3 .content .list ul {
    margin-top: 20px; }
  .welfare .box3 .content .list ul li .pic {
    width: 100%;
    float: none; }
  .welfare .box3 .content .list ul li .con {
    width: 100%;
    float: none;
    padding-top: 15px; }
  .welfare .box3 .content .list ul li .con .tit {
    margin-top: 10px; }
  .welfare .box3 .content .list ul li .con .tits{
    line-height: 20px;
  }
  .welfare .box3 .content .list ul li:nth-child(2n) .con{
    margin-right: 0;
  }
  .welfare .box3 .item .pic {
    width: 100%;
    float: none; }
  .welfare .box3 .item .con {
    width: 100%;
    float: none;
    padding-top: 15px; }
  .welfare .box4 .con {
    width: 100%;
    float: none; }
  .welfare .box4 .list {
    width: 90%;
    float: none;
    margin: 30px auto 0; }
  .welfare .box4 .con .btns {
    margin-top: 25px; }
  .welfare .box2 .moreClick {
    width: 120px;
    height: 32px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 32px; }
  .welfare .box4 .moreClick {
    width: 120px;
    height: 32px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 32px; }
  .welfare .box3 .content .list ul li .con .tits span br{
    display: block;
  } 
  .welfare .box2 .list .item .btns{
    padding-left: 0;
    width: 140px;
  }
  .welfare .box2 .list .item .more.next:after{
    width: 70px;
  }
  .welfare .box4 .btns .btns-new{
    padding-left: 0;
    margin: 10px auto 0;
    width: 140px;
  }
  .welfare .box4 .btns .btns-new a.next:after{
    width: 70px;
  }

}

.contact .box1 {
  padding-top: 8%; }
  .contact .box1 .item {
    width: 40.8%;
    margin-left: 9.2%;
    float: left;
    margin-bottom: 74px; }
    .contact .box1 .item .icon {
      width: 77px;
      height: 72px;
      float: left;
      position: relative; }
    .contact .box1 .item .con {
      width: calc(100% - 115px);
      float: right; }
      .contact .box1 .item .con .tits {
        font-size: 20px;
        line-height: 20px; }
        .contact .box1 .item .con .tits span {
          font-weight: bold;
          color: #121212;
          float: left; }
        .contact .box1 .item .con .tits i {
          float: left;
          font-size: 14px;
          color: #cabb7e;
          line-height: 14px;
          margin-left: 14px;
          margin-top: 8px; }
      .contact .box1 .item .con .tit {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        color: #666;
        margin-top: 8px; }
.contact .box2 {
  background-color: #fdd000;
  text-align: center;
  font-size: 0;
  padding: 75px 0; }
  .contact .box2 .tel {
    display: inline-block;
    padding-left: 116px;
    height: 70px;
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat; }
    .contact .box2 .tel .tits {
      float: left;
      text-align: left;
      padding-top: 18px; }
      .contact .box2 .tel .tits .t {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        color: #121212; }
      .contact .box2 .tel .tits .t1 {
        font-size: 14px;
        line-height: 14px;
        font-family: Arial;
        color: #000;
        opacity: 0.66;
        margin-top: 3px; }
    .contact .box2 .tel .line {
      float: left;
      margin-left: 38px;
      height: 36px;
      width: 3px;
      margin-top: 17px;
      display: block;
      background-color: #7d6600; }
    .contact .box2 .tel .tit {
      font-size: 40px;
      line-height: 70px;
      color: #121212;
      font-weight: bold;
      font-family: Arial;
      float: left;
      margin-left: 40px; }
.contact .box3 {
  padding: 5.2% 0; }
  .contact .box3 .conLeft {
    width: 48.9%;
    float: left; }
    .contact .box3 .conLeft .line {
      width: 37px;
      height: 2px;
      background-color: #f5d147; }
    .contact .box3 .conLeft .tits {
      font-size: 30px;
      line-height: 30px;
      color: #333;
      margin-top: 20px; }
      .contact .box3 .conLeft .tits span {
        font-weight: bold; }
    .contact .box3 .conLeft .tit {
      font-size: 18px;
      line-height: 18px;
      color: #333;
      margin-top: 32px; }
    .contact .box3 .conLeft .tableBox {
      width: 100%;
      height: auto;
      margin-top: 50px; }
      .contact .box3 .conLeft .tableBox .text {
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        padding-left: 30px;
        font-size: 16px;
        line-height: 24px;
        color: #9e9e9e;
        border-radius: 25px;
        border: 1px solid #adadad;
        margin-bottom: 20px; }
      .contact .box3 .conLeft .tableBox .t {
        padding-top: 20px; }
        .contact .box3 .conLeft .tableBox .t .submit {
          width: 200px;
          height: 50px;
          border-radius: 25px;
          font-size: 16px;
          line-height: 50px;
          background-color: #f5d147;
          display: block;
          float: left;
          color: #333;
          text-align: center; }
        .contact .box3 .conLeft .tableBox .t .swt {
          float: right;
          padding-left: 35px;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../images/swt.png");
          font-size: 18px;
          line-height: 50px;
          color: #333; }
  .contact .box3 .conRight {
    width: 375px;
    height: auto;
    float: right; }
    .contact .box3 .conRight .item {
      width: 172px;
      height: 172px;
      background-color: #f5d147;
      border-radius: 100%;
      float: left;
      position: relative;
      margin-top: 35px; }
      .contact .box3 .conRight .item .con {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        text-align: center; }
        .contact .box3 .conRight .item .con .icon {
          width: 52px;
          height: auto;
          margin: 0 auto; }
        .contact .box3 .conRight .item .con p {
          text-align: center;
          font-size: 18px;
          line-height: 20px;
          color: #333;
          margin-top: 14px; }
      .contact .box3 .conRight .item:nth-child(2n) {
        float: right; }
.contact .map {
  width: 100%;
  height: 900px; }
@media (max-width: 1200px) {
  .contact .box2 .tel {
    height: 50px;
    padding-left: 65px; }
  .contact .box2 .tel .line {
    margin-top: 8px;
    margin-left: 15px; }
  .contact .box2 .tel .tits {
    padding-top: 8px; }
  .contact .box2 .tel .tit {
    font-size: 30px;
    line-height: 50px;
    margin-left: 15px; }
  .contact .box3 .conLeft .tits {
    font-size: 24px;
    line-height: 24px; }
  .contact .box3 .conLeft .tit {
    margin-top: 20px; }
  .contact .map {
    height: 600px; } }
@media (max-width: 970px) {
  .contact .box1 .item {
    margin-bottom: 40px;
    width: 47.5%;
    margin-right: 5%;
    margin-left: 0; }
    .contact .box1 .item:nth-child(2n) {
      margin-right: 0; }
    .contact .box1 .item .icon {
      width: 50px;
      height: 45px; }
      .contact .box1 .item .icon img {
        height: 100%; }
    .contact .box1 .item .con {
      width: calc(100% - 60px); }
      .contact .box1 .item .con .tits {
        font-size: 16px;
        line-height: 16px; }
        .contact .box1 .item .con .tits i {
          font-size: 12px;
          line-height: 12px;
          margin-top: 4px;
          margin-left: 8px; }
      .contact .box1 .item .con .tit {
        font-size: 14px;
        line-height: 20px;
        height: 40px; } }
@media (max-width: 880px) {
  .contact .box3 .conRight {
    width: 320px; }
  .contact .box3 .conRight .item {
    width: 150px;
    height: 150px; }
  .contact .box3 .conRight .item .con p {
    font-size: 16px;
    line-height: 16px; }
  .contact .box3 .conLeft .tableBox {
    margin-top: 25px; } }
@media (max-width: 768px) {
  .contact .box3 .conLeft {
    width: 100%;
    height: auto;
    float: none; }
  .contact .box3 .conRight {
    width: 260px;
    float: none;
    margin: 0 auto 0; }
  .contact .box3 .conRight .item {
    width: 120px;
    height: 120px;
    margin-top: 20px; }
  .contact .box3 .conLeft .tits {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px; }
  .contact .box3 .conLeft .tit {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px; }
  .contact .box3 .conLeft .tableBox .text {
    height: 42px;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 20px; }
  .contact .box3 .conLeft .tableBox .t {
    padding-top: 5px; }
    .contact .box3 .conLeft .tableBox .t .submit {
      width: 160px;
      height: 44px;
      border-radius: 23px;
      font-size: 14px;
      line-height: 44px; }
    .contact .box3 .conLeft .tableBox .t .swt {
      line-height: 44px;
      font-size: 15px;
      padding-left: 30px; }
  .contact .box3 .conRight .item .con .icon {
    width: 32px; }
  .contact .map {
    height: 320px; } }
@media (max-width: 570px) {
  .contact .box1 .item {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 20px; }
    .contact .box1 .item .icon {
      width: 45px;
      height: 40px; }
    .contact .box1 .item .con {
      width: calc(100% - 55px); }
  .contact .box2 .tel .tit {
    font-size: 24px; }
  .contact .box2 .tel .tits .t {
    font-size: 16px; } }

.anchorBL {
  display: none !important; }

.product {
  padding-top: 5.6%; }
  .product .top .title {
    float: left;
    color: #121212;
    font-weight: bold;
    padding-top: 30px; }
    .product .top .title img {
      display: block; }
    .product .top .title .tits {
      font-size: 36px;
      line-height: 36px;
      font-family: Arial;
      margin-top: 22px; }
    .product .top .title .tit {
      font-size: 20px;
      line-height: 20px;
      margin-top: 10px; }
    .product .top .title .line {
      width: 40px;
      height: 1px;
      background-color: #fdd000;
      margin-top: 30px; }
  .product .top .list {
    width: 77.5%;
    height: auto;
    float: right; }
    .product .top .list .item {
      width: 33.3333333333%;
      float: left; }
      .product .top .list .item a {
		box-sizing:border-box;
		padding:0 10px;
        width: 100%;
        height: auto;
        display: block;
        color: #121212;
        text-align: center; }
        .product .top .list .item a .pic {
          width: 100%;
          height: auto;
          position: relative; }
          .product .top .list .item a .pic img {
            position: relative;
            z-index: 5; }
          .product .top .list .item a .pic .bg {
            width: 71%;
            height: 100%;
            border-radius: 100%;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            background-color: #fdd000;
            opacity: 0;
            transition: opacity 0.5s; }
        .product .top .list .item a .tits {
          font-size: 20px;
          line-height: 20px;
          font-weight: bold;
          margin-top: 44px; }
          .product .top .list .item a .tits span {
            position: relative;
            padding: 0 17px; }
            .product .top .list .item a .tits span:after {
              height: 8px;
              border-radius: 4px;
              position: absolute;
              top: 10px;
              z-index: -1;
              background-color: #fdd000;
              content: '';
              width: 0;
              opacity: 0;
              left: 50%;
              transition: all .5s; }
        .product .top .list .item a .tit {
          font-size: 14px;
          line-height: 14px;
          opacity: .6;
          margin-top: 6px;
          font-family: Arial; }
        @media (min-width: 1024px) {
          .product .top .list .item a:hover .pic .bg {
            opacity: 1; }
          .product .top .list .item a:hover .tits span:after {
            width: 100%;
            opacity: 1;
            left: 0; } }
  .product .list {
    margin-top: 8%; }
    .product .list ul li {
      width: 100%;
      height: auto;
      position: relative;
      background-color: #f6f6f6;
      border-radius: 5px;
      overflow: hidden;
      margin-bottom: 8.2%; }
      .product .list ul li .pic {
        width: 100%;
        height: auto; }
      .product .list ul li .con {
        width: 38.2%;
        height: 100%;
        position: absolute;
        top: 0;
        border-radius: 5px;
        right: 0;
        transition: all .5s;
        border-radius: 5px; }
        .product .list ul li .con .con-new {
          margin-left: 20.3%;
          padding-top: 23%; }
          .product .list ul li .con .con-new .tits {
            font-size: 30px;
            line-height: 35px;
            color: #121212;
            font-weight: bold; }
            .product .list ul li .con .con-new .tits span {
              float: left;
              position: relative; }
              .product .list ul li .con .con-new .tits span em {
                position: relative;
                z-index: 1; }
              .product .list ul li .con .con-new .tits span:after {
                top: 16px;
                background-color: #fff;
                border-radius: 4px;
                height: 8px;
                position: absolute;
                content: '';
                z-index: 0;
                opacity: 0;
                left: 50%;
                width: 0;
                transition: all .5s; }
            .product .list ul li .con .con-new .tits i {
              width: 46px;
              height: 35px;
              float: left;
              background-position: center;
              background-repeat: no-repeat;
              margin-left: 20px; }
          .product .list ul li .con .con-new .en {
            font-size: 16px;
            line-height: 16px;
            font-weight: bold;
            color: #666;
            font-family: Arial;
            margin-top: 6px; }
          .product .list ul li .con .con-new .line {
            width: 40px;
            height: 1px;
            background-color: #fdd000;
            margin-top: 20px; }
          .product .list ul li .con .con-new .tit {
            font-size: 16px;
            line-height: 24px;
			height:4.5em!important;
            margin-top: 22px; }
            .product .list ul li .con .con-new .tit a {
              color: #999;
              margin-right: 18px; }
          .product .list ul li .con .con-new .more {
            width: 37px;
            height: 37px;
            background-image: url("../images/next1.png");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
            margin-top: 40px; }
      .product .list ul li:nth-child(2n) {
        background-color: #f0efe6; }
        .product .list ul li:nth-child(2n) .con {
          right: auto;
          left: 0; }
      @media (min-width: 1024px) {
        .product .list ul li:hover .con {
          background-color: #fdd000; }
          .product .list ul li:hover .con .con-new .tits span:after {
            width: calc(100% + 20px);
            left: -10px;
            opacity: 1; }
          .product .list ul li:hover .con .con-new .tit a {
            color: #333; }
          .product .list ul li:hover .con .con-new .line {
            background-color: #000; }
          .product .list ul li:hover .con .con-new .more {
            background-image: url("../images/next1_hh.png"); } }
    .product .list.list1 {
      margin-top: 6.8%; }
      .product .list.list1 ul li {
        background-image: url("../images/ty.png");
        background-position: left top;
        background-size: 9.2%;
        background-repeat: no-repeat; }
        .product .list.list1 ul li .con {
          width: 41.7%;
          left: 0;
          right: auto; }
          .product .list.list1 ul li .con .con-new {
            margin-left: 18.4%;
            padding-right: 21px;
            padding-top: 15%; }
            .product .list.list1 ul li .con .con-new .tit {
              height: 110px; }
            .product .list.list1 ul li .con .con-new .more {
              margin-top: 0; }
        .product .list.list1 ul li:nth-child(2n) {
          background-image: url("../images/ty1.png");
          background-position: right top; }
          .product .list.list1 ul li:nth-child(2n) .con {
            right: 0;
            left: auto; }
  .product .tabs {
    text-align: center;
    font-size: 0; }
    .product .tabs a {
      display: inline-block;
      width: 110px;
      margin: 0 5%; }
      .product .tabs a .icon {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        overflow: hidden;
        margin: 0 auto;
        position: relative; }
        .product .tabs a .icon img {
          width: 100%; }
          .product .tabs a .icon img.img1 {
            display: block; }
          .product .tabs a .icon img.img2 {
            display: none; }
      .product .tabs a p {
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        color: #666;
        margin-top: 10px; }
      .product .tabs a .line {
        width: 0;
        height: 2px;
        background-color: #fdd000;
        margin: 13px auto 0;
        opacity: 0;
        transition: opacity .5s,width .5s; }
      .product .tabs a.on .icon {
        background-color: #fdd000; }
        .product .tabs a.on .icon img.img1 {
          display: none; }
        .product .tabs a.on .icon img.img2 {
          display: block; }
      .product .tabs a.on p {
        font-weight: bold; }
      .product .tabs a.on .line {
        width: 50px;
        opacity: 1; }
      @media (min-width: 1024px) {
        .product .tabs a:hover .icon {
          background-color: #fdd000; }
          .product .tabs a:hover .icon img.img1 {
            display: none; }
          .product .tabs a:hover .icon img.img2 {
            display: block; }
        .product .tabs a:hover p {
          font-weight: bold; }
        .product .tabs a:hover .line {
          width: 50px;
          opacity: 1; } }
  @media (max-width: 1200px) {
    .product .top .title .tits {
      font-size: 28px;
      line-height: 28px; }
    .product .top .list {
      margin-top: 5%; }
    .product .top .list .item a .tits {
      margin-top: 25px; }
    .product .list ul li .con .con-new .tits {
      font-size: 22px; }
    .product .list ul li .con .con-new {
      padding-top: 15%; }
    .product .list.list1 ul li .con .con-new {
      padding-top: 6%; } }
  @media (max-width: 1100px) {
    .product .list.list1 ul li .con .con-new .tit {
      height: 72px;
      overflow: hidden; }
    .product .list.list1 ul li .con .con-new .more {
      margin-top: 10px; } }
  @media (max-width: 1024px) {
    .product .list ul li .con .con-new {
      padding-top: 8%; }
      .product .list ul li .con .con-new .tit {
        margin-top: 15px; }
      .product .list ul li .con .con-new .line {
        margin-top: 10px; } }
  @media (max-width: 840px) {
    .product .list ul li .con .con-new {
      margin-right: 8%;
      margin-left: 0;
      text-align: right; }
      .product .list ul li .con .con-new .tits {
        font-size: 18px;
        line-height: 30px; }
        .product .list ul li .con .con-new .tits span {
          float: right; }
        .product .list ul li .con .con-new .tits i {
          width: 40px;
          height: 30px;
          float: right;
          background-size: auto 100%;
          margin-right: 10px; }
      .product .list ul li .con .con-new .line {
        float: right; }
      .product .list ul li .con .con-new .more {
        float: right; }
    .product .list ul li:nth-child(2n) .con .con-new {
      margin-left: 8%;
      margin-right: 0;
      text-align: left; }
      .product .list ul li:nth-child(2n) .con .con-new .tits span {
        float: left; }
      .product .list ul li:nth-child(2n) .con .con-new .tits i {
        float: left;
        margin-right: 0; }
      .product .list ul li:nth-child(2n) .con .con-new .line {
        float: none; }
      .product .list ul li:nth-child(2n) .con .con-new .more {
        float: none; }
    .product .list ul li .con .con-new .more {
      margin-top: 20px; }
    .product .list ul li .con .con-new .tit {
      font-size: 14px;
      line-height: 22px; }
    .product .list.list1 ul li .con .con-new .tit {
      height: 66px; }
    .product .list.list1 ul li .con .con-new {
      text-align: left; }
      .product .list.list1 ul li .con .con-new .tits span {
        float: left; }
      .product .list.list1 ul li .con .con-new .tits i {
        float: left;
        margin-right: 0; }
      .product .list.list1 ul li .con .con-new .line {
        float: none; }
      .product .list.list1 ul li .con .con-new .more {
        float: none; }
    .product .list.list1 ul li .con .con-new {
      padding-top: 15%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .product .top .title {
      float: none;
      padding-top: 0; }
      .product .top .title img {
        width: 50px; }
      .product .top .title .tits {
        font-size: 20px;
        line-height: 20px;
        margin-top: 14px; }
      .product .top .title .tit {
        font-size: 16px;
        line-height: 16px; }
      .product .top .title .line {
        margin-top: 20px; }
    .product .top .list {
      width: 100%;
      float: none; }
    .product .top .list .item a .tits {
      font-size: 16px;
      line-height: 16px;
      margin-top: 10px; }
      .product .top .list .item a .tits span{
        padding: 0;
      }
    .product .list ul li .con .con-new .tit {
      display: none; }
    .product .list ul li .con .con-new .tits {
      font-size: 16px;
      line-height: 26px; }
      .product .list ul li .con .con-new .tits i {
        width: 30px;
        height: 26px;
        margin-left: 10px;
        background-size: auto 90%; }
    .product .list ul li .con .con-new .en {
      font-size: 12px;
      line-height: 12px; }
    .product .list ul li .con .con-new .more {
      width: 30px;
      height: 30px;
      margin-top: 10px; }
    .product .list ul li .con {
      width: 42%; }
    .product .list ul li {
      margin-bottom: 20px; }
    .product .top .list .item a .tit {
      font-size: 12px;
      line-height: 12px; }
    .product .list.list1 ul li .con .con-new {
      padding-top: 3%;
      padding-right: 0; }
    .product .tabs a {
      width: 25%;
      margin: 0; }
      .product .tabs a .icon {
        width: 40px;
        height: 40px; }
      .product .tabs a p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px; }
      .product .tabs a .line {
        margin: 8px auto 0; } }

.porductList {
  padding-top: 0%; }
  .porductList .tabs .w1200 {
    text-align: center;
    font-size: 0; }
    .porductList .tabs .w1200 a {
      display: inline-block;
     
      margin: 0 2%; }
      .porductList .tabs .w1200 a .icon {
        /* width: 160px;
        height: 160px;
          */
        overflow: hidden;
        margin: 0 auto;
        position: relative; }
        .porductList .tabs .w1200 a .icon img {
          width: 100%; }
          .porductList .tabs .w1200 a .icon img.img1 {
            display: block; }
          .porductList .tabs .w1200 a .icon img.img2 {
            display: none; }
      .porductList .tabs .w1200 a p {
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        color: #666;
        margin-top: 10px; }
      .porductList .tabs .w1200 a .line {
        width: 0;
        height: 2px;
        background-color: #fdd000;
        margin: 13px auto 0;
        opacity: 0;
        transition: opacity .5s,width .5s; }
      .porductList .tabs .w1200 a.on .icon {
        background-color: #fdd000; }
        .porductList .tabs .w1200 a.on .icon img.img1 {
          display: none; }
        .porductList .tabs .w1200 a.on .icon img.img2 {
          display: block; }
      .porductList .tabs .w1200 a.on p {
        font-weight: bold; }
      .porductList .tabs .w1200 a.on .line {
        width: 50px;
        opacity: 1; }
      @media (min-width: 1024px) {
        .porductList .tabs .w1200 a:hover .icon {
          background-color: #fdd000; }
          .porductList .tabs .w1200 a:hover .icon img.img1 {
            display: none; }
          .porductList .tabs .w1200 a:hover .icon img.img2 {
            display: block; }
        .porductList .tabs .w1200 a:hover p {
          font-weight: bold; }
        .porductList .tabs .w1200 a:hover .line {
          width: 50px;
          opacity: 1; } }
  .porductList .tabs1 {
   
    background-color: #f7f8f8;
    padding-bottom: 50px;
    padding-top:50px;
    text-align: center;
    font-size: 0; }
    .porductList .tabs1 a {
      display: inline-block;
      margin: 0 46px; }
      .porductList .tabs1 a p {
        text-align: center;
        font-size: 18px;
        line-height: 20px;
        color: #666; }
        .porductList .tabs1 a p span {
          display: inline-block;
          position: relative;
          padding: 0 10px; }
          .porductList .tabs1 a p span em {
            position: relative;
            z-index: 2; }
          .porductList .tabs1 a p span:after {
            width: 0;
            height: 2px;
            border-radius: 4px;
            background-color: #fdd000;
            content: '';
            position: absolute;
            top: 26px;
            left: 50%;
            transition: all .5s; }
      .porductList .tabs1 a .icon {
        width: 32px;
        margin: 14px auto 0;
        opacity: 0;
        transform: translateY(15px);
        transition: all .5s; }
      .porductList .tabs1 a.on p span {
        font-weight: bold; }
        .porductList .tabs1 a.on p span:after {
          left: 25%;
          width: 50%; }
      .porductList .tabs1 a.on .icon {
        transform: translateY(0);
        opacity: 1; }
      @media (min-width: 1024px) {
        .porductList .tabs1 a:hover p span {
          font-weight: bold; }
          .porductList .tabs1 a:hover p span:after {
            left: 25%;
            width: 50%; }
        .porductList .tabs1 a:hover .icon {
          transform: translateY(0);
          opacity: 1; } }
  .porductList .content {
    margin-top: 2%; }
    .porductList .content .title {
      text-align: center;
      color: #121212;
      font-weight: bold;margin-bottom: 30px;
    }  
      .porductList .content .title .en {
        font-size: 36px;
        line-height: 36px;
        font-family: Arial; }
      .porductList .content .title .line {
        width: 40px;
        height: 1px;
        margin: 14px auto 0;
        background-color: #fdd000; }
      .porductList .content .title .cn {
        font-size: 20px;
        line-height: 20px;
        margin-top: 12px; }
    .porductList .content .list {
      border-top: 2px solid #f7f8f8;
      margin-top: 1%;
      padding-top: 3%; }
      .porductList .content .list ul li {
        width: 21.7%;
        height: auto;
        margin-right: 4.4%;
        float: left;
        margin-bottom: 10%;    border: 3px solid #e2e1e1; }
        .porductList .content .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .porductList .content .list ul li a .pic {
            width: calc(100% - 40px);
            height: auto;
            margin: 0 auto;
            position: relative; }
            .porductList .content .list ul li a .pic img {
              position: relative;
              z-index: 4; }
            .porductList .content .list ul li a .pic .bg {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              border-radius: 100%;
              /* background-color: #fdd000; */
              opacity: 0;
              transition: all .5s; }
          .porductList .content .list ul li a .tits {
            text-align: center;
            font-size: 16px;
            line-height: 24px;
            color: #121212;
            
            margin-top: 7px; }


            .porductList .content .list ul li a .tits span {
              position: relative;
              padding: 0 15px; }

  .porductList .content .list ul li a:hover .tits span {
    color: #e60012;}

              /* .porductList .content .list ul li a .tits span:after {
                width: 0;
                height: 8px;
                border-radius: 4px;
                background-color: #fdd000;
                position: absolute;
                top: 10px;
                left: 50%;
                content: '';
                z-index: -1;
                transition: all .5s; } */
          .porductList .content .list ul li a .tit {
            text-align: center;
            font-size: 14px;
            line-height: 16px;
            color: #919191;
            margin-top: 3px; }
        .porductList .content .list ul li:nth-child(4n) {
          margin-right: 0; }
        @media (min-width: 1024px) {
          .porductList .content .list ul li:hover a .pic .bg {
            opacity: 1; }
          .porductList .content .list ul li:hover a .tits span:after {
            width: 100%;
            left: 0; } }
  @media (max-width: 1200px) {
    .porductList .tabs1 a {
      margin: 0 30px; }
    .porductList .content .title .en {
      font-size: 30px;
      line-height: 30px; }
    .porductList .content .title .cn {
      font-size: 18px;
      line-height: 18px; }
    .porductList .content .list ul li a .tits {
      font-size: 18px;
      line-height: 22px;
      margin-top: 30px; }
    .porductList .tabs1 {
      padding-top: 50px;
      padding-bottom: 35px; } }
  @media (max-width: 1024px) {
    .porductList .tabs1 a {
      margin: 0 20px; }
      .porductList .tabs1 a p {
        font-size: 16px;
        line-height: 18px; }
        .porductList .tabs1 a p span:after {
          height: 5px; }
    .porductList .content .list {
      margin-top: 4%;
      padding-top: 6%; }
    .porductList .content .list ul li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 5%; }
      .porductList .content .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .porductList .content .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 800px) {
    .porductList .tabs1 a {
      margin: 0 10px; }
    .porductList .content .title .en {
      font-size: 22px;
      line-height: 22px; }
    .porductList .content .list ul li a .tits {
      font-size: 16px;
      line-height: 20px; }
    .porductList .content .list ul li a .tit {
      font-size: 12px;
      line-height: 14px; } }
  @media (max-width: 768px) {
    .porductList .tabs .w1200 a {
      width: 100%;
      margin: 0; }
      .porductList .tabs .w1200 a .icon {
         }
      .porductList .tabs .w1200 a p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px; }
      .porductList .tabs .w1200 a .line {
        margin: 8px auto 0; }
    .porductList .tabs1 {
      padding-top: 25px;
      padding-bottom: 10px; }
      .porductList .tabs1 a {
        margin-bottom: 15px; }
        .porductList .tabs1 a p {
          font-size: 14px;
          line-height: 16px; }
          .porductList .tabs1 a p span:after {
            height: 4px; }
    .porductList .tabs1 a .icon {
      width: 24px;
      margin: 10px auto 0; }
    .porductList .content .list ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 25px; }
      .porductList .content .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .porductList .content .list ul li:nth-child(2n) {
        margin-right: 0; } }

.porductInfo {
  padding-top: 0%;
  padding-bottom: 7%; }
  .porductInfo .tabs .w1200 {
    text-align: center;
    font-size: 0; }
    .porductInfo .tabs .w1200 a {
      display: inline-block;
      width: 110px;
      margin: 0 5%; }
      .porductInfo .tabs .w1200 a .icon {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        overflow: hidden;
        margin: 0 auto;
        position: relative; }
        .porductInfo .tabs .w1200 a .icon img {
          width: 100%; }
          .porductInfo .tabs .w1200 a .icon img.img1 {
            display: block; }
          .porductInfo .tabs .w1200 a .icon img.img2 {
            display: none; }
      .porductInfo .tabs .w1200 a p {
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        color: #666;
        margin-top: 10px; }
      .porductInfo .tabs .w1200 a .line {
        width: 0;
        height: 2px;
        background-color: #fdd000;
        margin: 13px auto 0;
        opacity: 0;
        transition: opacity .5s,width .5s; }
      .porductInfo .tabs .w1200 a.on .icon {
        background-color: #fdd000; }
        .porductInfo .tabs .w1200 a.on .icon img.img1 {
          display: none; }
        .porductInfo .tabs .w1200 a.on .icon img.img2 {
          display: block; }
      .porductInfo .tabs .w1200 a.on p {
        font-weight: bold; }
      .porductInfo .tabs .w1200 a.on .line {
        width: 50px;
        opacity: 1; }
      @media (min-width: 1024px) {
        .porductInfo .tabs .w1200 a:hover .icon {
          background-color: #fdd000; }
          .porductInfo .tabs .w1200 a:hover .icon img.img1 {
            display: none; }
          .porductInfo .tabs .w1200 a:hover .icon img.img2 {
            display: block; }
        .porductInfo .tabs .w1200 a:hover p {
          font-weight: bold; }
        .porductInfo .tabs .w1200 a:hover .line {
          width: 50px;
          opacity: 1; } }
  .porductInfo .tabs1 {
    margin-top: 50px;
    background-color: #f7f8f8;
    padding-bottom: 65px;
    padding-top: 90px;
    text-align: center;
    font-size: 0; }
    .porductInfo .tabs1 a {
      display: inline-block;
      margin: 0 46px; }
      .porductInfo .tabs1 a p {
        text-align: center;
        font-size: 18px;
        line-height: 20px;
        color: #666; }
        .porductInfo .tabs1 a p span {
          display: inline-block;
          position: relative;
          padding: 0 10px; }
          .porductInfo .tabs1 a p span em {
            position: relative;
            z-index: 2; }
          .porductInfo .tabs1 a p span:after {
            width: 0;
            height: 8px;
            border-radius: 4px;
            background-color: #fdd000;
            content: '';
            position: absolute;
            top: 6px;
            left: 50%;
            transition: all .5s; }
      .porductInfo .tabs1 a .icon {
        width: 32px;
        margin: 14px auto 0;
        opacity: 0;
        transform: translateY(15px);
        transition: all .5s; }
      .porductInfo .tabs1 a.on p span {
        font-weight: bold; }
        .porductInfo .tabs1 a.on p span:after {
          left: 0;
          width: 100%; }
      .porductInfo .tabs1 a.on .icon {
        transform: translateY(0);
        opacity: 1; }
      @media (min-width: 1024px) {
        .porductInfo .tabs1 a:hover p span {
          font-weight: bold; }
          .porductInfo .tabs1 a:hover p span:after {
            left: 0;
            width: 100%; }
        .porductInfo .tabs1 a:hover .icon {
          transform: translateY(0);
          opacity: 1; } }
  .porductInfo .content {
    width: 100%;
    height: auto;
    margin-top: 4%;
    position: relative; }
    .porductInfo .content .con {
      width: 100%; }
      .porductInfo .content .con .pic {
        width: 50%;
        float: left; }
      .porductInfo .content .con .con-new {
        width: 40%;
        float: right;
        height: auto;
        padding-top: 5%; }
        .porductInfo .content .con .con-new .tits {
          font-size: 36px;
          line-height: 36px;
          color: #121212;
          font-weight: bold; }
        .porductInfo .content .con .con-new .tit {
          font-size: 16px;
          line-height: 16px;
          color: #121212;
          margin-top: 13px; }
        .porductInfo .content .con .con-new .line {
          width: 50px;
          height: 2px;
          background-color: #fdd000;
          margin-top: 42px; }
        .porductInfo .content .con .con-new .cc {
          margin-top: 48px; }
          .porductInfo .content .con .con-new .cc .t {
            border-bottom: 1px solid #f5f5f5;
            width: 100%;
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 22px;
            padding-bottom: 20px; }
            .porductInfo .content .con .con-new .cc .t span {
              float: left;
              color: #121212;
              width: 92px;
              display: block;
              padding-left: 38px;
              background-position: left center;
              background-repeat: no-repeat; }
            .porductInfo .content .con .con-new .cc .t .txt {
              width: calc(100% - 130px);
              display: block;
              float: left;
              color: #666;
              min-height: 72px; }
            .porductInfo .content .con .con-new .cc .t .tt {
              width: calc(100% - 130px);
              display: block;
              float: left; }
              .porductInfo .content .con .con-new .cc .t .tt i {
                width: 23px;
                height: 24px;
                background-position: cneter;
                background-size: 100% auto;
                background-repeat: no-repeat;
                background-image: url("../images/xin.png");
                margin-right: 12px;
                display: block;
                float: left; }
                .porductInfo .content .con .con-new .cc .t .tt i.on {
                  background-image: url("../images/xin_h.png"); }
            .porductInfo .content .con .con-new .cc .t:last-child {
              border-bottom: none; }
  .porductInfo .bottom {
    margin-top: 8.1%; }
    .porductInfo .bottom .line {
      width: 100%;
      height: 2px;
      background-color: #f5f5f5;
      position: relative; }
      .porductInfo .bottom .line:after {
        width: 240px;
        height: 4px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fdd000;
        content: ''; }
    .porductInfo .bottom .tits {
      font-size: 30px;
      line-height: 30px;
      color: #121212;
      font-weight: bold;
      margin-top: 50px; }
      .porductInfo .bottom .tits span {
        padding-right: 44px;
        background-image: url("../images/info_icon6.png");
        background-position: right center;
        background-repeat: no-repeat; }
    .porductInfo .bottom .list {
      position: relative;
      margin-top: 82px; }
      .porductInfo .bottom .list .list-new ul li {
        width: 21.7%;
        height: auto;
        margin-right: 4.4%;
        float: left; }
        .porductInfo .bottom .list .list-new ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .porductInfo .bottom .list .list-new ul li a .pic {
            width: calc(100% - 40px);
            height: auto;
            margin: 0 auto;
            position: relative; }
            .porductInfo .bottom .list .list-new ul li a .pic img {
              position: relative;
              z-index: 4; }
            .porductInfo .bottom .list .list-new ul li a .pic .bg {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              border-radius: 100%;
              background-color: #fdd000;
              opacity: 0;
              transition: all .5s; }
          .porductInfo .bottom .list .list-new ul li a .t {
            text-align: center;
            font-size: 20px;
            line-height: 24px;
            color: #121212;
            font-weight: bold;
            margin-top: 40px; }
            .porductInfo .bottom .list .list-new ul li a .t span {
              position: relative;
              padding: 0 15px; }
              .porductInfo .bottom .list .list-new ul li a .t span:after {
                width: 0;
                height: 8px;
                border-radius: 4px;
                background-color: #fdd000;
                position: absolute;
                top: 10px;
                left: 50%;
                content: '';
                z-index: -1;
                transition: all .5s; }
          .porductInfo .bottom .list .list-new ul li a .t1 {
            text-align: center;
            font-size: 14px;
            line-height: 16px;
            color: #919191;
            margin-top: 3px; }
        .porductInfo .bottom .list .list-new ul li:last-child {
          margin-right: 0; }
        @media (min-width: 1024px) {
          .porductInfo .bottom .list .list-new ul li:hover a .pic .bg {
            opacity: 1; }
          .porductInfo .bottom .list .list-new ul li:hover a .t span:after {
            width: 100%;
            left: 0; } }
      .porductInfo .bottom .list .a {
        width: 37px;
        height: 37px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-size: cover;
        background-repeat: no-repeat; }
        .porductInfo .bottom .list .a.prev {
          left: -120px;
          background-image: url("../images/prev1.png"); }
        .porductInfo .bottom .list .a.next {
          right: -120px;
          background-image: url("../images/next1.png"); }
        @media (min-width: 1024px) {
          .porductInfo .bottom .list .a:hover.prev {
            background-image: url("../images/prev1_h.png"); }
          .porductInfo .bottom .list .a:hover.next {
            background-image: url("../images/next1_h.png"); } }
  @media (max-width: 1440px) {
    .porductInfo .content .con {
      top: 10%; }
    .porductInfo .content .con .con-new .cc {
      margin-top: 30px; }
    .porductInfo .content .con .con-new .line {
      margin-top: 25px; }
    .porductInfo .content .con .con-new .tits {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .porductInfo .tabs1 {
      padding-top: 50px;
      padding-bottom: 35px; }
    .porductInfo .content .con {
      top: 6%; }
      .porductInfo .content .con .con-new {
        width: 45%; }
    .porductInfo .content .con .con-new .cc .t .txt {
      min-height: 0; }
    .porductInfo .bottom .tits {
      font-size: 24px;
      line-height: 24px; }
      .porductInfo .bottom .tits span {
        background-size: auto 100%; }
    .porductInfo .bottom .list {
      margin-top: 50px; }
    .porductInfo .bottom .list .list-new ul li a .t {
      font-size: 18px;
      line-height: 22px;
      margin-top: 30px; } }
  @media (max-width: 1024px) {
    .porductInfo .tabs1 a {
      margin: 0 20px; }
      .porductInfo .tabs1 a p {
        font-size: 16px;
        line-height: 18px; }
        .porductInfo .tabs1 a p span:after {
          height: 5px; } }
  @media (max-width: 940px) {
    .porductInfo .content .con .con-new .tits {
      font-size: 24px;
      line-height: 24px; }
    .porductInfo .content .con .con-new .cc .t {
      margin-bottom: 17px;
      padding-bottom: 15px; }
    .porductInfo .content .con .con-new .cc .t span {
      padding-left: 30px;
      width: 75px; }
    .porductInfo .content .con .con-new .cc .t {
      font-size: 14px;
      line-height: 22px; }
      .porductInfo .content .con .con-new .cc .t .txt {
        width: calc(100% - 110px); }
      .porductInfo .content .con .con-new .cc .t .tt i {
        width: 21px;
        height: 22px;
        margin-right: 8px; } }
  @media (max-width: 900px) {
    .porductInfo .bottom .list .list-new ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 20px; }
      .porductInfo .bottom .list .list-new ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 800px) {
    .porductInfo .tabs1 a {
      margin: 0 10px; } }
  @media (max-width: 768px) {
    .porductInfo .tabs .w1200 a {
      width: 25%;
      margin: 0; }
      .porductInfo .tabs .w1200 a .icon {
        width: 40px;
        height: 40px; }
      .porductInfo .tabs .w1200 a p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px; }
      .porductInfo .tabs .w1200 a .line {
        margin: 8px auto 0; }
    .porductInfo .tabs1 {
      padding-top: 25px;
      padding-bottom: 10px; }
      .porductInfo .tabs1 a {
        margin-bottom: 15px; }
        .porductInfo .tabs1 a p {
          font-size: 14px;
          line-height: 16px; }
          .porductInfo .tabs1 a p span:after {
            height: 4px; }
    .porductInfo .tabs1 a .icon {
      width: 24px;
      margin: 10px auto 0; }
    .porductInfo .content .con .pic {
      width: 100%;
      float: none;
      margin-left: 0; }
    .porductInfo .content .con {
      position: relative;
      top: auto;
      left: auto;
      margin-top: 5%; }
      .porductInfo .content .con .con-new {
        width: 100%; }
    .porductInfo .content .con .con-new .tits {
      font-size: 20px;
      line-height: 20px; }
    .porductInfo .bottom .list .list-new ul li a .t {
      font-size: 16px;
      line-height: 18px; }
    .porductInfo .bottom .list .list-new ul li a .t1 {
      font-size: 12px;
      line-height: 14px; }
    .porductInfo .bottom .tits {
      font-size: 20px;
      line-height: 20px; }
      .porductInfo .bottom .tits span {
        padding-right: 35px; } }

.equipment {
  padding-top: 4.5%; }
  .equipment .tabs {
    text-align: center;
    font-size: 0; }
    .equipment .tabs a {
      display: inline-block;
      width: 110px;
      margin: 0 5%; }
      .equipment .tabs a .icon {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        overflow: hidden;
        margin: 0 auto;
        position: relative; }
        .equipment .tabs a .icon img {
          width: 100%; }
          .equipment .tabs a .icon img.img1 {
            display: block; }
          .equipment .tabs a .icon img.img2 {
            display: none; }
      .equipment .tabs a p {
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        color: #666;
        margin-top: 10px; }
      .equipment .tabs a .line {
        width: 0;
        height: 2px;
        background-color: #fdd000;
        margin: 13px auto 0;
        opacity: 0;
        transition: opacity .5s,width .5s; }
      .equipment .tabs a.on .icon {
        background-color: #fdd000; }
        .equipment .tabs a.on .icon img.img1 {
          display: none; }
        .equipment .tabs a.on .icon img.img2 {
          display: block; }
      .equipment .tabs a.on p {
        font-weight: bold; }
      .equipment .tabs a.on .line {
        width: 50px;
        opacity: 1; }
      @media (min-width: 1024px) {
        .equipment .tabs a:hover .icon {
          background-color: #fdd000; }
          .equipment .tabs a:hover .icon img.img1 {
            display: none; }
          .equipment .tabs a:hover .icon img.img2 {
            display: block; }
        .equipment .tabs a:hover p {
          font-weight: bold; }
        .equipment .tabs a:hover .line {
          width: 50px;
          opacity: 1; } }
  .equipment .list {
    margin-top: 6.5%; }
    .equipment .list .item {
      width: 100%;
      height: auto;
      background-color: #f7f8f8;
      margin-bottom: 8.2%; }
      .equipment .list .item a {
        position: relative;
        display: block;
        width: 100%;
        height: auto; }
        .equipment .list .item a .pic {
          position: absolute;
          right: 7%;
          bottom: 0; }
        .equipment .list .item a .con {
          width: 32%;
          margin-left: 8.3%;
          color: #121212;
          padding-top: 60px;
          padding-bottom: 65px; }
          .equipment .list .item a .con .tits {
            font-size: 24px;
            line-height: 24px;
            font-weight: bold; }
            .equipment .list .item a .con .tits.hot {
              position: relative;
              padding-left: 82px;
              padding-top: 36px; }
              .equipment .list .item a .con .tits.hot:after {
                width: 71px;
                height: 60px;
                bottom: 0;
                left: 0;
                position: absolute;
                background-image: url("../images/hot.png");
                content: ''; }
          .equipment .list .item a .con .icon {
            width: 29px;
            height: auto;
            margin-top: 20px; }
          .equipment .list .item a .con .tit {
            font-size: 36px;
            line-height: 36px;
            color: #121212;
            font-weight: bold;
            margin-top: 28px; }
          .equipment .list .item a .con .line {
            width: 40px;
            height: 2px;
            background-color: #ffca1f;
            margin-top: 20px; }
          .equipment .list .item a .con .tit1 {
            font-size: 20px;
            line-height: 20px;
            font-weight: bold;
            margin-top: 25px; }
            .equipment .list .item a .con .tit1 span {
              position: relative;
              padding: 0 10px; }
              .equipment .list .item a .con .tit1 span em {
                position: relative;
                z-index: 2; }
              .equipment .list .item a .con .tit1 span:after {
                width: 100%;
                height: 8px;
                border-radius: 4px;
                background-color: #ffca1f;
                content: '';
                position: absolute;
                left: 0;
                top: 10px;
                z-index: 1; }
          .equipment .list .item a .con .tit2 {
            font-size: 14px;
            line-height: 14px;
            opacity: 0.6;
            font-family: Arial;
            margin-top: 6px; }
          .equipment .list .item a .con .more {
            width: 37px;
            height: 37px;
            background-image: url("../images/next1.png");
            background-size: cover;
            margin-top: 35px; }
      .equipment .list .item:nth-child(2n) a .pic {
        left: 7%;
        right: auto; }
      .equipment .list .item:nth-child(2n) a .con {
        float: right;
        margin-right: 3.8%;
        margin-left: 0; }
      @media (min-width: 1024px) {
        .equipment .list .item:hover {
          background-color: #fdd000; }
          .equipment .list .item:hover a .con .line {
            background-color: #121212; }
          .equipment .list .item:hover a .con .tit1 span {
            padding: 0; }
          .equipment .list .item:hover a .con .more {
            background-image: url("../images/next1_hh.png"); } }
  @media (max-width: 1366px) {
    .equipment .list .item a .con .tit {
      font-size: 30px;
      line-height: 30px; }
    .equipment .list .item a .con .tits {
      font-size: 20px;
      line-height: 20px; } }
  @media (max-width: 1200px) {
    .equipment .list .item a .con .tit {
      font-size: 24px;
      line-height: 24px;
      margin-top: 15px; }
    .equipment .list .item a .con .tits {
      font-size: 18px;
      line-height: 18px; }
    .equipment .list .item a .con .tit1 {
      font-size: 16px;
      line-height: 16px;
      margin-top: 17px; }
      .equipment .list .item a .con .tit1 span:after {
        height: 6px;
        top: 8px; } }
  @media (max-width: 768px) {
    .equipment .tabs a {
      width: 25%;
      margin: 0; }
      .equipment .tabs a .icon {
        width: 40px;
        height: 40px; }
      .equipment .tabs a p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px; }
      .equipment .tabs a .line {
        margin: 8px auto 0; }
    .equipment .list .item a .pic {
      width: 100%;
      position: relative;
      right: auto !important;
      left: auto !important;
      bottom: auto; }
      .equipment .list .item a .pic img {
        padding-top: 5%;
        margin: 0 auto;
        display: block;
        width: auto !important;
        max-width: 90%; }
    .equipment .list .item a .con {
      width: 90%;
      margin: 0 auto;
      float: none;
      padding: 15px 0 20px; }
      .equipment .list .item a .con .tits {
        font-size: 14px;
        line-height: 14px; }
        .equipment .list .item a .con .tits.hot {
          padding-left: 60px; }
          .equipment .list .item a .con .tits.hot:after {
            width: 50px;
            height: 43px;
            background-size: cover; }
    .equipment .list .item a .con .icon {
      width: 20px;
      margin-top: 10px; }
    .equipment .list .item a .con .tit {
      font-size: 20px;
      line-height: 20px; }
    .equipment .list .item a .con .line {
      margin-top: 10px; }
    .equipment .list .item a .con .tit2 {
      font-size: 12px;
      line-height: 12px; }
    .equipment .list .item a .con .more {
      width: 30px;
      height: 30px;
      margin-top: 20px; } }

.history {
  padding-top: 6%;
  padding-bottom: 5.2%;
  background-image: url("../images/history_bg.png");
  background-size: 100% auto;
  background-position: center bottom; }
  .history .list {
    position: relative;
    padding: 30px 0; }
    .history .list:after {
      width: 4px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -2px;
      background-color: #fdd000;
      content: '';
      border-radius: 2px; }
    .history .list ul li {
      width: 100%;
      height: auto;
      margin-bottom: 4%; }
      .history .list ul li .con {
        width: 50%;
        float: left;
        padding-top: 10px; }
        .history .list ul li .con .conNew {
          width: calc(100% - 280px);
          text-align: right; }
          .history .list ul li .con .conNew .year {
            font-size: 36px;
            line-height: 36px;
            color: #fdd000;
            position: relative;
            font-weight: bold;
            padding-bottom: 20px; }
            .history .list ul li .con .conNew .year:after {
              width: 50px;
              height: 2px;
              background-color: #fdd000;
              position: absolute;
              bottom: 0;
              right: 0;
              content: ''; }
          .history .list ul li .con .conNew .txt {
            font-size: 16px;
            line-height: 26px;
            color: #333;
            margin-top: 24px;
            text-align: left; }
            .history .list ul li .con .conNew .txt p {
              width: calc(100% - 26px);
              padding-left: 26px;
              margin-bottom: 25px;
              background-image: url("../images/history_icon2.png");
              background-position: left 6px;
              background-repeat: no-repeat; }
      .history .list ul li:nth-child(2n) .con {
        float: right; }
        .history .list ul li:nth-child(2n) .con .conNew {
          text-align: left;
          padding-left: 280px; }
          .history .list ul li:nth-child(2n) .con .conNew .year:after {
            left: 0;
            right: auto; }
      .history .list ul li.li1 .con {
        background-image: url("../images/history_line1.png");
        background-position: right top;
        background-size: 262px;
        background-repeat: no-repeat; }
      .history .list ul li.li2 .con {
        background-image: url("../images/history_line2.png");
        background-position: left top;
        background-size: 267px;
        background-repeat: no-repeat; }
      .history .list ul li.li3 .con {
        background-image: url("../images/history_line3.png");
        background-position: right top;
        background-size: 263px;
        background-repeat: no-repeat; }
      .history .list ul li.li4 .con {
        background-image: url("../images/history_line4.png");
        background-position: left top;
        background-size: 267px;
        background-repeat: no-repeat; }
  .history .clickmore {
    width: 150px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    display: block;
    margin: 50px auto 0;
    color: #333;
    background-color: #fdd000; }
  @media (max-width: 1200px) {
    .history .list ul li.li1 .con {
      background-size: 200px; }
    .history .list ul li.li1 .con {
      background-size: 200px; }
    .history .list ul li.li2 .con {
      background-size: 200px; }
    .history .list ul li.li3 .con {
      background-size: 200px; }
    .history .list ul li.li4 .con {
      background-size: 200px; }
    .history .list ul li .con .conNew {
      width: calc(100% - 210px); }
    .history .list ul li .con .conNew .year {
      font-size: 30px;
      line-height: 30px; }
    .history .list ul li:nth-child(2n) .con .conNew {
      padding-left: 210px; } }
  @media (max-width: 1024px) {
    .history .list ul li.li1 .con {
      background-size: 120px; }
    .history .list ul li.li1 .con {
      background-size: 120px; }
    .history .list ul li.li2 .con {
      background-size: 120px; }
    .history .list ul li.li3 .con {
      background-size: 120px; }
    .history .list ul li.li4 .con {
      background-size: 120px; }
    .history .list ul li .con .conNew {
      width: calc(100% - 135px); }
    .history .list ul li .con .conNew .year {
      font-size: 20px;
      line-height: 20px; }
    .history .list ul li:nth-child(2n) .con .conNew {
      padding-left: 135px; }
    .history .list ul li .con .conNew .txt {
      font-size: 14px;
      line-height: 24px; }
      .history .list ul li .con .conNew .txt p {
        margin-bottom: 15px; } }
  @media (max-width: 768px) {
    .history .list ul li .con {
      width: 100%;
      float: none; }
      .history .list ul li .con .conNew {
        text-align: left !important;
        padding-left: 90px;
        width: calc(100% - 90px); }
        .history .list ul li .con .conNew .year {
          padding-bottom: 10px;
          font-size: 18px;
          line-height: 18px; }
          .history .list ul li .con .conNew .year:after {
            height: 1px;
            left: 0;
            right: auto; }
        .history .list ul li .con .conNew .txt {
          margin-top: 10px; }
    .history .list ul li.li1 .con {
      background-size: 80px;
      background-position: left 10px;
      background-image: url("../images/history_line2.png"); }
    .history .list ul li.li2 .con {
      background-size: 80px;
      background-position: left 10px;
      background-image: url("../images/history_line4.png"); }
    .history .list ul li.li3 .con {
      background-size: 80px;
      background-position: left 10px;
      background-image: url("../images/history_line2.png"); }
    .history .list ul li.li4 .con {
      background-size: 80px;
      background-image: url("../images/history_line4.png");
      background-position: left 10px; }
    .history .list ul li:nth-child(2n) .con .conNew {
      padding-left: 90px; }
    .history .list:after {
      left: 0;
      margin-left: 0;
      width: 2px; }
    .history .clickmore {
      width: 120px;
      height: 40px;
      border-radius: 20px;
      font-size: 14px;
      line-height: 40px;
      margin: 20px auto 0; } }

.videoShow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }
  .videoShow .bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0; }
  .videoShow .video {
    width: 1200px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none; }
  .videoShow img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none; }
  @media (max-width: 1366px) {
    .videoShow .video {
      width: 900px;
      height: 500px; } }
  @media (max-width: 1000px) {
    .videoShow .video {
      width: 100%;
      height: 340px; } }

/*# sourceMappingURL=style.css.map */




.floatImg{
	position:fixed;
	right:5px;
	top:50%;
	z-index:99999;
	margin-top:-200px;
	
}

@media (max-width: 640px) {
	  .footer .copyright {
		  font-size:12px;
	  }
	  .floatImg img{
		  width:100%;
	  }
	  .floatImg {
		  width:80px;
	  }
}

.videoShow .video .close{
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: -20px;
  right: -20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/close.png');
  background-size: 18px;
  border-radius: 100%;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
@media (max-width: 768px){
  .videoShow .video .close{
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    -webkit-background-size: 14px;
    background-size: 14px;
  }
}






.fanye{  text-align:center;  margin:30px 0 20px 0;}
.fanye li{display:inline}
.fanye a, .fanye span{ border:#bbb solid 1px; 
    padding:0px 15px; 
    font-size:14px; 
    color:#666; 
    line-height: 36px; 
    display: inline-block; 
    border-radius: 5px;
    margin:0 1px;}
.fanye a:hover{ color:white; 
    background-color:#dc2017; 
    border:#dc2017 solid 1px;}
.fanye span.current{ color:white; 
    background-color:#dc2017; 
    border:#dc2017 solid 1px;}
.fanye span.disable{  }
.fanye .active span{background:#dc2017;color:#ffffff}