HTTP/1.1 200 OK
Cache-Control: max-age=21600
Content-Type: text/css
Last-Modified: Fri, 08 Mar 2024 05:50:28 GMT
Accept-Ranges: bytes
ETag: "02ae1851c71da1:0"
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Thu, 10 Jul 2025 23:41:41 GMT
Connection: close
Content-Length: 148215

.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: 90px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  .header .logo {
    width: 186px;
    display: block;
    margin-top: 13px;
    float: left;
    margin-left: 5%; }
  .header .tel {

	  
    float: right;
    height: 64px;
    margin-top: 13px;
    margin-right: 6.8%;
    background-image: url("/img/header_icon1.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-align: right;
    padding-left: 65px;
    color: #d02d25; }
    .header .tel .t {
		font-weight:bold;
      font-size: 25px;
      line-height: 25px;
      padding-top: 8px; }
    .header .tel .t1 {
      font-family: Arial;
      font-size: 25px;
	  font-weight:bold;
      line-height: 25px;
      margin-top: 5px; }
  .header .nav {
    float: right;
    /*margin-right: 5.2%;*/
	margin-right: 30px;
	}
    .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: #333; } }
      .header .nav ul li.on .tits {
        color: #d12d26; }
      @media (min-width: 1024px) {
        .header .nav ul li:hover .tits {
          color: #d12d26; }
        .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: 115px;
        margin-top: 3px; }
      .header .navClick {
        display: block; } }

.footer {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding: 45px 0; }
  .footer .pic {
    width: 150px;
    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: 133px;
      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;
    line-height: 14px;
    color: #999;
    margin-top: 25px; }
  @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; }
        .footer .footerRight p {
          margin-top: 12px; } }

#go-top {
  width: 37px;
  height: 54px;
  background: url("/img/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: #fdd000;
          font-weight: bold; }
        @media (min-width: 1024px) {
          .nyBanner .nyNav .w1200 a:hover {
            background-color: #fdd000;
            font-weight: bold; } }
    .nyBanner .nyNav.w3 .w1200 a {
      width: 25%; }
  @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 .tits span {
        font-weight: bold; }
    .introduce .box5 .list {
      margin-top: 44px; }
      .introduce .box5 .list ul li {
        width: 31.7%;
        float: left;
        margin-right: 2.45%;
        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: 7.6%; }
    .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: 48px;
        line-height: 116px;
        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;
      heigh<!--0.00020980834960938-->