.tong {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; }

.flex {
  display: flex;
  justify-content: space-between; }

p {
  margin: 0; }

.fen img {
  transition-duration: .5s; }
.fen:hover img {
  transform: scale(1.1); }

.of {
  overflow: hidden; }

html {
  font-size: 100px;
  overflow-x: hidden; }

@media screen and (max-width: 1440px) {
  html {
    font-size: 80px; } }
@media screen and (max-width: 800px) {
  html {
    font-size: 70px; } }
@media screen and (max-width: 600px) {
  html {
    font-size: 50px; } }
@media (max-width: 1025px) {
  .fp-tableCell {
    height: auto !important; } }

.tou {
  position: absolute;
  top: 0;
  z-index: 111;
  left: 0;background:#fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%; }
  .tou.fi {
    border-bottom: 1px solid #d3d3d3;
    position: relative;
    background: #fff; }
  .tou .con {
    align-items: center; }
  .tou .logo {
    line-height: 93px; }
  .tou .zi {
    display: flex;
    width: 61%; }
    .tou .zi .ss {
      border-left: 1px solid #eaeaea;
      /* border-right: 1px solid #eaeaea; */
      position: relative;
      margin-left: 2.093vw;
      width: 81px; }
      .tou .zi .ss p {
        text-align: center;
        line-height: 93px; }
      .tou .zi .ss #formsearch {
        background: #fff;
        width: 370px;
        height: 41px;
        position: absolute;
        right: 0;
        top: 70px;
        display: none; }
        .tou .zi .ss #formsearch input {
          border: none;
          background: none;
          outline: none;
          line-height: 41px;
          height: 41px; }
          .tou .zi .ss #formsearch input#keyword {
            float: left;
            color: #333;
            text-indent: 14px;
            width: calc(100% - 67px); }
            .tou .zi .ss #formsearch input#keyword::-webkit-input-placeholder {
              color: #333; }
          .tou .zi .ss #formsearch input#s_btn {
            float: right;
            color: #333;
            text-align: center;
            width: 67px;
            font-size: 14px; }

#menu {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }
  @media (max-width: 1025px) {
    #menu {
      display: none !important; } }
  #menu li {
    width: 50px;
    height: 1px;
    position: relative;
    margin: 31px 0; }
    #menu li a {
      width: 25px;
      height: 1px;
      background-color: #ffffff;
      display: block; }
      #menu li a span {
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        left: -84px;
        opacity: 0;
        transition-duration: .3s;
        display: none; }
    #menu li.active a {
      width: 50px; }
      #menu li.active a span {
        opacity: 1;
        display: block; }

@media (max-width: 1025px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto !important; }
    .section.section0, .section.section6 {
      padding: 0; } }

.section1 {
  background: url(../images/bg2.jpg) no-repeat 50% 0;
  background-size: cover; }
  .section1 .ti {
    align-items: flex-end; }
    .section1 .ti b {
      font-size: 40px;
      color: #333333; font-weight:400;text-transform: uppercase;}
      
      .section1 .ti b span{display: block;font-size:30px}   
      
      
      
.more_a{ 	width: 185px;
	height: 49px;
	border: solid 2px #333333;text-align:center; }
      
  .more_a a{	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 49px;
	letter-spacing: 0px;
	color: #333333;text-align:center;} 
	
	
	
      
    .section1 .ti .list1 {
      display: flex; }
      .section1 .ti .list1 li {
        padding-left: .3rem; }
        .section1 .ti .list1 li a {
          font-size: 18px;
          color: #ffffff; }
          @media (max-width: 780px) {
            .section1 .ti .list1 li a {
              font-size: 14px; } }
  .section1 .con {
    margin-top: 5.68vw; }
    @media (max-width: 780px) {
      .section1 .con {
        margin-top: 26px; } }
    .section1 .con .list2 {
      margin-left: -1.565vw;
      margin-right: -1.565vw; }
      .section1 .con .list2 li {
        text-align: center;
        padding: 0 1.565vw; }
        .section1 .con .list2 li .img {
          position: relative; }
          .section1 .con .list2 li .img:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 1;
            transition-duration: .3s;
            display: block;
            opacity: 0;
            border-top: 0.19rem solid #006b75;
            border-bottom: 0.19rem solid #006b75;
            border-left: 0.23rem solid #006b75;
            border-right: 0.23rem solid #006b75; }
          .section1 .con .list2 li .img:before {
            content: '+';
            width: 100%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
            display: block;
            font-size: .72rem;
            line-height: 1;
            color: #fff;
            position: absolute;
            opacity: 0;
            transition-duration: .3s;
            font-weight: 100; }
          .section1 .con .list2 li .img img {
            width: 100%; }
        .section1 .con .list2 li h3 {
          line-height: .92rem;
          font-size: 18px;
          color: #333333;
          transition-duration: .3s; }





          @media (max-width: 780px) {
            .section1 .con .list2 li h3 {
              line-height: 44px;
              font-size: 15px; } }
        @media (min-width: 780px) {
          .section1 .con .list2 li:hover .img:before {
            opacity: 1; }
          .section1 .con .list2 li:hover .img:after {
            opacity: 1; }
          .section1 .con .list2 li:hover h3 {
            background: #006b75;  color: #fff;} }
      .section1 .con .list2 .slick-dots {
        margin-top: 4vw;
        height: 2px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 1px;
        width: calc(100% - 3.23vw);
        display: flex;
        margin-left: auto;
        margin-right: auto; }
        @media (max-width: 780px) {
          .section1 .con .list2 .slick-dots {
            margin-top: 14px; } }
        .section1 .con .list2 .slick-dots li {
          width: 25%;
          height: 4px;
          border-radius: 2px;
          background: transparent; }
          .section1 .con .list2 .slick-dots li button {
            display: none; }
          .section1 .con .list2 .slick-dots li.slick-active {
            background: #006b75; }

.section2 {
  background: url(../images/bg3.png) no-repeat 50% 0;
  background-size: cover;
  overflow: hidden; }
  @media (max-width: 1025px) {
    .section2 .c2 {
      width: 513px;
      height: 513px; } }
  @media (max-width: 780px) {
    .section2 .c2 {
      width: 440px;
      height: 440px; } }
  @media (max-width: 480px) {
    .section2 .c2 {
      width: 300px;
      height: 300px; } }
  .section2 .c2 .c2-1 {
    width: 732px;
    height: 732px;
    background: url(../images/quan.png) no-repeat 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media (max-width: 1380px) {
      .section2 .c2 .c2-1 {
        transform: translate(-50%, -50%) scale(0.7);
        position: absolute;
        left: 50%;
        top: 50%; } }
    @media (max-width: 780px) {
      .section2 .c2 .c2-1 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(0.6); } }
    @media (max-width: 480px) {
      .section2 .c2 .c2-1 {
        transform: translate(-50%, -50%) scale(0.4); } }
    .section2 .c2 .c2-1 h2 {
      font-size: .42rem;
      color: #fff; }
      @media (max-width: 480px) {
        .section2 .c2 .c2-1 h2 {
          font-size: 46px; } }
      .section2 .c2 .c2-1 h2:after {
        content: '';
        margin-left: auto;
        margin-right: auto;
        width: 30px;
        height: 2px;
        background-color: #ffffff;
        margin-top: 24px; }
    .section2 .c2 .c2-1 dd {
      font-size: 16px;
      color: #ffffff;
      line-height: 30px;
      width: 71.448%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 2.2vw;
      margin-bottom: 3.9vw; }
      @media (max-width: 1380px) {
        .section2 .c2 .c2-1 dd {
          font-size: 20px;
          line-height: 34px; } }
      @media (max-width: 480px) {
        .section2 .c2 .c2-1 dd {
          margin-top: 20px;
          padding-bottom: 20px;
          font-size: 30px;
          line-height: 48px; } }
    .section2 .c2 .c2-1 a.ck {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 126px;
      line-height: 40px;
      border-radius: 21px;
      border: solid 1px #fff;
      color: #fff; }
      @media (max-width: 480px) {
        .section2 .c2 .c2-1 a.ck {
          width: 166px;
          line-height: 56px;
          font-size: 28px; } }
    .section2 .c2 .c2-1 .list2 {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0; }
      .section2 .c2 .c2-1 .list2 li {
        position: absolute; }
        .section2 .c2 .c2-1 .list2 li a {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center; }
        .section2 .c2 .c2-1 .list2 li .tu {
          text-align: center;
          width: 65px;
          height: 65px;
          line-height: 65px;
          background: rgba(255, 255, 255, 0.5);
          border-radius: 40px;
          transition-duration: .3s; }
        .section2 .c2 .c2-1 .list2 li h3 {
          color: #1b898d;
          font-size: 18px;
          opacity: 0;
          transition-duration: .3s; }
        .section2 .c2 .c2-1 .list2 li:nth-child(odd) .tu {
          margin-left: 38px; }
        .section2 .c2 .c2-1 .list2 li:nth-child(even) .tu {
          margin-right: 38px; }
        .section2 .c2 .c2-1 .list2 li:nth-child(1) {
          top: 139px;
          left: -85px; }
        .section2 .c2 .c2-1 .list2 li:nth-child(2) {
          top: 139px;
          right: -85px; }
        .section2 .c2 .c2-1 .list2 li:nth-child(3) {
          top: 317px;
          left: -142px; }
        .section2 .c2 .c2-1 .list2 li:nth-child(4) {
          top: 317px;
          right: -142px; }
        .section2 .c2 .c2-1 .list2 li:nth-child(5) {
          top: 501px;
          left: -100px; }
        .section2 .c2 .c2-1 .list2 li:nth-child(6) {
          top: 501px;
          right: -100px; }
        @media (min-width: 1025px) {
          .section2 .c2 .c2-1 .list2 li:hover .tu {
            background: #1a898c; }
          .section2 .c2 .c2-1 .list2 li:hover h3 {
            opacity: 1; } }

.section3 {
  background:#f0f0ef;
  background-size: cover; }
  .section3 .con {
    padding: 0 4.48vw; }

.ys_ll{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;}

.ys_ll li{width:23.5%;position: relative;}
.ys_ll li::after{position: absolute;background: rgba(0, 107, 107, 0.5);left:0px;top:0px;width: 100%;height:0%;content:"";transition: all .3s;}
.ys_ll li:hover::after{height:100%}
.ys_ll li img{width: 100%;}
.ys_ll li .dnn{position: absolute;top:25px;left:25px;z-index: 99999;}
.ys_ll li .dnn h3{	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;text-transform: uppercase;}


.ys_ll li .ddn2{position: absolute;bottom:25px;left:25px;z-index: 99999;} 
.ys_ll li .ddn2 h3{	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;text-transform: uppercase;margin-bottom: 10px;}

.ys_ll li .ddn2 img{width: 25px;height:14px}

@media (max-width: 992px) {
  .ys_ll li{width:48.5%;position: relative;margin-bottom: 10px;}

  .ys_ll li .ddn2 h3{	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;text-transform: uppercase;margin-bottom: 10px;}

    .ys_ll li .dnn h3{	font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 0px;
      color: #ffffff;text-transform: uppercase;}
      .ys_ll li .ddn2{position: absolute;bottom:15px;left:15px;z-index: 99999;} 
      .ys_ll li .dnn{position: absolute;top:15px;left:15px;z-index: 99999;}
}




    @media (max-width: 780px) {
      .section3 .con {
        padding: 0; } }
  .section3 .list2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.485vw;
    margin-right: -1.485vw;
    text-align: center; }
    .section3 .list2 li {
      width: 25%;
      padding: 0 1.485vw; }
      @media (min-width: 700px) {
        .section3 .list2 li:nth-child(1), .section3 .list2 li:nth-child(2), .section3 .list2 li:nth-child(3), .section3 .list2 li:nth-child(4) {
          margin-bottom: 2.97vw; } }
      @media (max-width: 480px) {
        .section3 .list2 li {
          margin-bottom: 14px;
          width: 50%; } }
      .section3 .list2 li a {
        padding: 22px .22rem .42rem;
        display: block;
        background-color: #006b75;
        position: relative; }
        .section3 .list2 li a .xx {
          position: absolute;
          height: 8px;
          line-height: 8px; }
          .section3 .list2 li a .xx.a1 {
            left: 12px;
            top: 11px; }
          .section3 .list2 li a .xx.a2 {
            right: 12px;
            top: 11px; }
          .section3 .list2 li a .xx.a3 {
            left: 12px;
            bottom: 11px; }
          .section3 .list2 li a .xx.a4 {
            left: 12px;
            bottom: 11px; }
      .section3 .list2 li .tu {
        line-height: 46px; }
        @media (max-width: 780px) {
          .section3 .list2 li .tu img {
            max-height: 34px; } }
      .section3 .list2 li h3 {
        color: #fff;
        font-size: .3rem;
        margin-top: .25rem;
        margin-bottom: .49rem; }
        @media (max-width: 780px) {
          .section3 .list2 li h3 {
            font-size: 16px;
            margin-top: 14px;
            margin-bottom: 14px; } }
      .section3 .list2 li .ck {
        background: url(//cdn.myxypt.com/9e8dacad/23/04/2be4739030acecfff5e91013cfdd3015d9456f1d.png) no-repeat 50%;
        width: .45rem;
        height: .45rem;
        background-size: 100% 100% !important;
        margin-left: auto;
        margin-right: auto; }
      @media (min-width: 780px) {
        .section3 .list2 li:hover .ck {
          background: url(//cdn.myxypt.com/9e8dacad/23/04/44dceea32caabf56e56c32c81ace18cd450e9a86.png) no-repeat 50%; } }

.section4 {
  background: url(../images/bg4.png) no-repeat 50% 0;
  background-size: cover; }

.aabb{width: 48%;}
.aabb h2 p{font-size: 40px;
  color: #333333; font-weight:400;text-transform: uppercase;}

  .aabb h2 span{display: block;font-size:30px; color: #333333;margin-top: 10px;}

  .aabb h2 em{display: block;font-size:24px; color: #333333;font-style: normal;text-transform: uppercase;margin-top: 10px;}








.ta_cc{margin-bottom: 35px;}


.aacc{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #666666;margin-top: 40px;}


.more_vv{width: 192px;
	height: 47px;
	background-color: #006b75;text-align: center;font-size: 16px;margin-top:30px}

  .more_vv a{	color: #ffffff;line-height: 47px;text-align: center;text-transform: uppercase;} 



  @media (max-width: 1440px) {
    .aabb h2 p{
      font-size: 30px;
      color: #333333; font-weight:400;text-transform: uppercase;}
      
      .aabb h2 span{display: block;font-size:25px} 
      
      .aabb h2 em{display: block;font-size:20px; color: #333333;font-style: normal;text-transform: uppercase;margin-top: 10px;}
}


@media (max-width: 1280px) {
  .aabb h2 p {
font-size: 25px;
color: #333333; font-weight:400;text-transform: uppercase;}
.aabb h2 span{display: block;font-size:20px}  
.aabb h2 em{display: block;font-size:15px; color: #333333;font-style: normal;text-transform: uppercase;margin-top: 10px;}

.aacc{	font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;margin-top: 40px;}
}

@media (max-width: 1200px) {
  .section4 {
    background: url(../images/abbg.png) no-repeat 50% 0 #f6f6f6;
    background-size: cover; }
.aabb{width: 100%;margin-bottom: 35px;}
}

@media (min-width: 1201px) {
.abb2{display: none;width: 100%;}
}
.abb2 img{width: 100%;}

    @media (max-width: 780px) {
      .section4 .con {
        padding: 0; } 

  }











.section5 {
  background: url(../images/xwbg11.png) no-repeat 50% 0;
  background-size: cover; }
  .section5 .con {
    position: relative; }
    @media (max-width: 1610px) {
      .section5 .con {
        padding: 0 50px; } }
    @media (max-width: 780px) {
      .section5 .con {
        padding: 0; } }
    .section5 .con .con1 {
      overflow: hidden; }
    .section5 .con .xx {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      cursor: pointer;
      width: 41px;
      height: 40px;
      background-color: #006b75;
      border-radius: 50px;
      text-align: center;
      line-height: 40px;
      outline: none; }
      .section5 .con .xx.prev {
        left: -5.21vw; }
        @media (max-width: 1610px) {
          .section5 .con .xx.prev {
            left: 50px; } }
        @media (max-width: 780px) {
          .section5 .con .xx.prev {
            left: 0; } }
      .section5 .con .xx.next {
        right: -5.21vw; }
        @media (max-width: 1610px) {
          .section5 .con .xx.next {
            right: 50px; } }
        @media (max-width: 780px) {
          .section5 .con .xx.next {
            right: 0; } }
    .section5 .con .list2 li .img img {
      width: 100%; }
    .section5 .con .list2 li .timex {
      font-size: 20px;
      font-family: arial;
      color: #a9a7a5;
      margin-bottom: 1.67vw; }
      @media (max-width: 780px) {
        .section5 .con .list2 li .timex {
          margin-bottom: 8px; } }
    .section5 .con .list2 li .zi {
      border-top: 2px solid #a9a7a5;
      margin-top: 1.72vw;
      padding-top: 1.37vw; }
      @media (max-width: 780px) {
        .section5 .con .list2 li .zi {
          margin-top: 14px;
          padding-top: 14px; } }
      .section5 .con .list2 li .zi h3 {
        font-size: 16px;
        color: #fff;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .section5 .con .list2 li .zi dd {
        font-size: 14px;
        line-height: 24px;
        color: #a9a7a5;
        margin-top: 1.14583vw; }
        @media (max-width: 780px) {
          .section5 .con .list2 li .zi dd {
            margin-top: 8px; } }
  .section5 a.ck {
    margin-top: 6.11vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 180px;
    line-height: 46px;
    border: solid 1px #dcdcdc;
    font-size: 16px;
    color: #ffffff;
    display: block; }
    @media (max-width: 780px) {
      .section5 a.ck {
        font-size: 14px;
        margin-top: 30px; } }
    @media (max-width: 480px) {
      .section5 a.ck {
        margin-top: 14px; } }

.foot {
  padding-top: .51rem; }
  .foot .conx {
    padding-bottom: .42rem;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 480px) {
      .foot .conx {
        flex-wrap: wrap; } }
    .foot .conx .foot11 {
      max-width: 682px;
      display: flex;
      justify-content: space-between;
      width: calc(100% - 630px); }
      @media (max-width: 1200px) {
        .foot .conx .foot11 {
          width: 50%; } }
      @media (max-width: 780px) {
        .foot .conx .foot11 {
          width: 63%; } }
      @media (max-width: 480px) {
        .foot .conx .foot11 {
          flex-wrap: wrap;
          width: 100%; } }
      .foot .conx .foot11 .foot1 {
        padding-top: 1.72vw;
        width: 177px; }
        .foot .conx .foot11 .foot1 img {
          max-width: 100%; }
      .foot .conx .foot11 .foot2 {
        padding-top: 1.2vw;
        max-width: 323px; }
        @media (max-width: 480px) {
          .foot .conx .foot11 .foot2 {
            margin-top: 20px;
            margin-bottom: 20px;
            max-width: 100%; } }
        .foot .conx .foot11 .foot2 h2 {
          font-weight: 600;
          font-size: 22px;
          color: #333333; }
        .foot .conx .foot11 .foot2 dd {
          font-size: 14px;
          color: #888888;
          line-height: 32px;
          margin-top: 12px; }
    .foot .conx .foot3 {
      width: 308px; }
      @media (max-width: 780px) {
        .foot .conx .foot3 {
          width: 250px; } }
      .foot .conx .foot3 .list2 {
        display: flex;
        justify-content: space-between;
        text-align: center; }
        @media (max-width: 780px) {
          .foot .conx .foot3 .list2 li {
            width: 49%; } }
        .foot .conx .foot3 .list2 li .img img {
          max-width: 100%; }
        .foot .conx .foot3 .list2 li h3 {
          line-height: 1;
          margin-top: 12px; }

.ban {
  border-top: 1px solid #dcdcdc;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px; }
  @media (max-width: 780px) {
    .ban {
      line-height: 24px; } }
  .ban .con1 {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 780px) {
      .ban .con1 {
        flex-wrap: wrap; }
        .ban .con1 .ban1, .ban .con1 .ban2 {
          text-align: center;
          width: 100%; } }
    .ban .con1 .ban1 .ban11 {
      display: flex; }
      @media (max-width: 780px) {
        .ban .con1 .ban1 .ban11 {
          display: block; } }
  .ban a {
    color: rgba(0, 0, 0, 0.4); }

.nc1 h2 {
  font-size: .3rem;
  color: #2f2f2f;
  text-align: center; }
.nc1 dd {
  font-size: 16px;
  color: #2f2f2f;
  line-height: .4rem;
  margin-top: 4.1vw; }
  @media (max-width: 780px) {
    .nc1 dd {
      font-size: 14px; } }
  @media (max-width: 480px) {
    .nc1 dd {
      line-height: 24px; } }

.fimg img {
  width: 100%; }

.ndao {
  border-top: 1px solid rgba(219, 220, 221, 0.2);
  margin-top: -0.8rem;
  position: relative;
  z-index: 1; }
  .ndao .xypg-left-nav {
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center; }
    .ndao .xypg-left-nav > li > a {
      width: 249px;
      font-size: 17px;
      color: #ffffff;
      padding: 0;
      line-height: 0.8rem; }
      .ndao .xypg-left-nav > li > a img {
        padding-right: 12px; }
    .ndao .xypg-left-nav > li .first-nav-btn {
      display: none; }
    .ndao .xypg-left-nav > li.clicked > a {
      background-color: #0aadb1; }

@media (max-width: 992px) {
  .xypg-left-nav > li > a img {
    display: none; } }





.nc2 .nc21 {
  padding: 0 6.99vw; }
  @media (max-width: 780px) {
    .nc2 .nc21 {
      padding: 0; } }
  .nc2 .nc21 .list2 {
    display: flex; }
    @media (max-width: 480px) {
      .nc2 .nc21 .list2 {
        flex-wrap: wrap; } }
    .nc2 .nc21 .list2 li {
      padding: 0 0.755vw;
      text-align: center;
      width: 25%; }
      @media (max-width: 480px) {
        .nc2 .nc21 .list2 li {
          width: 50%;
          margin-bottom: 5px; } }
      .nc2 .nc21 .list2 li .zi {
        background-color: #ffffff;
        padding: .38rem .48rem 0;
        height: 200px;
        font-size: 16px;
        color: #333; }
        @media (max-width: 480px) {
          .nc2 .nc21 .list2 li .zi {
            height: 180px; } }
        .nc2 .nc21 .list2 li .zi .img {
          line-height: 35px; }
        .nc2 .nc21 .list2 li .zi h3 {
          margin-top: .2rem;
          font-size: 16px; }
          @media (max-width: 1025px) {
            .nc2 .nc21 .list2 li .zi h3 {
              font-size: 14px; } }
        .nc2 .nc21 .list2 li .zi dd {
          margin-top: .14rem;
          line-height: 28px; }
          @media (max-width: 1025px) {
            .nc2 .nc21 .list2 li .zi dd {
              line-height: 24px;
              font-size: 14px; } }
.nc2 .map {
  margin-top: 4.84vw; }
  .nc2 .map img {
    width: 100%; }

.ly {
  padding-left: 6.15vw;
  padding-right: 7.08vw; }
  @media (max-width: 780px) {
    .ly {
      padding-left: 0;
      padding-right: 0; } }
  .ly h2 {
    text-align: center;
    color: #333333;
    line-height: 1; }
    .ly h2 p {
      font-size: .3rem; }
      @media (max-width: 480px) {
        .ly h2 p {
          font-size: 24px; } }
    .ly h2 span {
      color: #666666;
      font-size: 16px;
      margin-top: .32rem;
      display: block; }
      @media (max-width: 780px) {
        .ly h2 span {
          font-size: 14px;
          line-height: 1.4;
          margin-top: 8px; } }
  .ly .lyb {
    margin-top: .57rem; }
    .ly .lyb input {
      background: #fff;
      line-height: .65rem;
      border: none;
      outline: none;
      text-indent: .25rem;
      font-size: 16px;
      color: #999999;
      display: block;
      padding: 0;
      width: 100%; }
      @media (max-width: 780px) {
        .ly .lyb input {
          line-height: 44px;
          font-size: 14px; } }
      .ly .lyb input::-webkit-input-placeholder {
        font-size: 16px;
        color: #999999; }
        @media (max-width: 780px) {
          .ly .lyb input::-webkit-input-placeholder {
            font-size: 14px; } }
    .ly .lyb textarea {
      display: block;
      background: #fff;
      line-height: .65rem;
      border: none;
      outline: none;
      text-indent: .25rem;
      font-size: 16px;
      color: #999999;
      padding: 0;
      height: 2rem;
      width: 100%; }
      @media (max-width: 780px) {
        .ly .lyb textarea {
          line-height: 44px;
          font-size: 14px; } }
      .ly .lyb textarea::-webkit-input-placeholder {
        font-size: 16px;
        color: #999999; }
        @media (max-width: 780px) {
          .ly .lyb textarea::-webkit-input-placeholder {
            font-size: 14px; } }
    .ly .lyb .ww1 {
      margin-bottom: .28rem; }
      .ly .lyb .ww1 .ww2 {
        width: 47.3%; }
    .ly .lyb .ww5 input {
      width: calc(100% - 2.5rem) !important; }
    .ly .lyb .ww5 img {
      width: 2.25rem !important;
      height: .65rem !important; }
      @media (max-width: 780px) {
        .ly .lyb .ww5 img {
          height: 44px !important;
          width: 152px !important; } }
    .ly .lyb .ww6 input {
      margin-top: .51rem;
      width: 2.14rem;
      line-height: .62rem;
      border-radius: 31.33px;
      border: solid 1px #009ea1;
      color: #333333;
      font-size: .2rem;
      background: none;
      margin-left: auto;
      margin-right: auto;
      text-indent: 0; }
      @media (max-width: 780px) {
        .ly .lyb .ww6 input {
          line-height: 44px;
          font-size: 15px; } }








          @media (max-width: 1440px) {
            .section1 .ti b {
              font-size: 30px;
              color: #333333; font-weight:400;text-transform: uppercase;}
              
              .section1 .ti b span{display: block;font-size:25px}   
 }


 @media (max-width: 1280px) {
  .section1 .ti b {
    font-size: 20px;
    color: #333333; font-weight:400;text-transform: uppercase;}
    
    .section1 .ti b span{display: block;font-size:15px}  
    
    
    .more_a{ 	width: 125px;
      height: 35px;
      border: solid 2px #333333;text-align:center; }
          
      .more_a a{	font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 35px;
      letter-spacing: 0px;
      color: #333333;text-align:center;} 
}






@media (min-width: 500px) {
  .allx {
    transition-duration: 1.2s; }

  .leftx {
    transform: translateX(-1000px); }

  .rightx {
    transform: translateX(1000px); }

  .bottomx {
    transform: translateY(1000px); }

  .active .leftx {
    transform: translateX(0); }

  .active .rightx {
    transform: translateX(0); }

  .active .bottomx {
    transform: translateY(0); } }

/*# sourceMappingURL=index.css.map */




.footer33{height:50px;}

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 50px;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}


.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}
.right .content{padding-top:15px;overflow:hidden;line-height: 24px;}
.xypg-right-content  .content{margin-top:10px;}

.page-product-inquiry a{color: #fff;}
.n_banner{width:100%;margin:0 auto;}
.n_banner img{width:100%;margin:0 auto;}

