* {
  box-sizing: border-box;
  font-family: SF UI Display, PingFang SC, Neue Haas Grotesk Text Pro, Arial Nova, Segoe UI, Microsoft YaHei, Microsoft JhengHei, Helvetica, Hiragino Sans GB, Helvetica Neue, Source Han Sans SC, Noto Sans CJK SC, Source Han Sans CN, Noto Sans SC, Source Han Sans TC, Noto Sans CJK TC, sans-serif; }

html, body {
  width: 100%;
  height: 100%;
  min-width: 1280px; }

a {
  text-decoration: none; }

ul, ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

i, em {
  font-style: normal; }

p {
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6, em, strong {
  font-weight: normal;
  margin: 0;
  padding: 0; }

a:hover, a:link, a:visited, a:active {
  outline: none;
  text-decoration: none; }

img {
  border: 0 none; }

.light {
  font-weight: 100; }

.clearfix:after {
  display: block;
  content: '';
  clear: both;
  height: 0; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container {
  width: 1280px; }




.pqy-header-wrapper {
  position: fixed;
  background-color: #2c6c8f;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: ease all .4s;
  box-shadow: 0px 10px 20px 0px rgba(11, 38, 55, 0.1); }

.pqy-header-box {
  padding: 0 60px; }
  .pqy-header-box .header-logo-box {
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    display: block; }
    .pqy-header-box .header-logo-box .logo-img {
      display: block;
      width: 250px;
      height: 50px;
      float: left;
      background: url(../img/logo-topimg.png) no-repeat;
      background-size: 250px 50px;
      background-position: center; }
  .pqy-header-box .header-nav-box {
    float: right;
    height: 70px;
    margin-top: 5px;
    margin-bottom: 5px; }
    .pqy-header-box .header-nav-box ul li {
      font-size: 20px;
      position: relative;
      height: 45px;
      line-height: 45px;
      float: left;
      padding: 0 15px;
      list-style: none;
      margin-top: 12.5px;
      margin-bottom: 12.5px; }
      .pqy-header-box .header-nav-box ul li .nav-menu-a {
        color: #FFFFFF;
        display: block;
        padding: 0 15px;
        text-align: center;
        height: 100%;
        border-radius: 10px;
        transition: ease all .4s;
        text-decoration: none; }
        .pqy-header-box .header-nav-box ul li .nav-menu-a:hover {
          background-color: #1d85bc;
          color: #FFFFFF; }
      .pqy-header-box .header-nav-box ul li .phone {
        font-size: 18px;
        color: #FFFFFF; }
    .pqy-header-box .header-nav-box ul li.li-wx {
      font-size: 35px;
      position: relative;
      height: 80px;
      line-height: 80px;
      float: left;
      padding: 0 15px;
      list-style: none;
      margin-top: -5px;
      margin-bottom: 12.5px; }
      .pqy-header-box .header-nav-box ul li.li-wx .nav-menu-a {
        color: #FFFFFF;
        display: block;
        padding: 0 15px;
        text-align: center;
        height: 100%;
        border-radius: 10px;
        transition: ease all .4s;
        text-decoration: none; }
        .pqy-header-box .header-nav-box ul li.li-wx .nav-menu-a:hover {
          background-color: #1d85bc;
          color: #FFFFFF; }
      .pqy-header-box .header-nav-box ul li.li-wx .phone {
        font-size: 18px;
        color: #FFFFFF; }
    .pqy-header-box .header-nav-box ul li.li-product {
      cursor: pointer; }
      .pqy-header-box .header-nav-box ul li.li-product .navigator-product-list-wrapper {
        display: none;
        position: absolute;
        width: 140px;
        top: 42.5px;
        left: 0; }
        .pqy-header-box .header-nav-box ul li.li-product .navigator-product-list-wrapper .navigator-product-list {
          transform: translateY(20px);
          position: relative;
          padding: 10px 0;
          width: 100%;
          opacity: 0;
          margin-top: 20px;
          background-color: #FFFFFF;
          transition: ease all .4s; }
          .pqy-header-box .header-nav-box ul li.li-product .navigator-product-list-wrapper .navigator-product-list .navigator-triangle {
            position: absolute;
            top: -10px;
            left: 48px;
            border: 5px solid #FFFFFF;
            border-left-color: transparent;
            border-top-color: transparent;
            border-right-color: transparent;
            transition: ease all .4s; }
          .pqy-header-box .header-nav-box ul li.li-product .navigator-product-list-wrapper .navigator-product-list div a {
            color: #686868;
            text-align: left;
            display: block;
            padding: 0 10px;
            width: 100%;
            height: 100%; }
            .pqy-header-box .header-nav-box ul li.li-product .navigator-product-list-wrapper .navigator-product-list div a:hover {
              color: #0089E2;
              background-color: rgba(255, 255, 255, 0.3); }
        .pqy-header-box .header-nav-box ul li.li-product .navigator-product-list-wrapper .navigator-product-list-show {
          opacity: 1;
          transform: translateY(0);
          box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1); }
      .pqy-header-box .header-nav-box ul li.li-product:hover .navigator-product-list-wrapper {
        display: block; }
	.pqy-header-wrapper .pqy-header-btn{
		position: absolute;
		top: 150px;
		right: 10px;
		width: 265px;
		height: 75px;
		background: url(../img/logo-back.png) center no-repeat;
		background-size: 70%;
	}

@media screen and (max-width: 450px) {
	.pqy-header-box {
	  padding: 0 20px; 
	 }
	  .pqy-header-box .header-logo-box {
	    margin-top: 15px;
	    margin-bottom: 15px;
	    float: left;
	    display: block; 
		}
	    .pqy-header-box .header-logo-box .logo-img {
	      display: block;
	      width: 500px;
	      height: 100px;
	      float: left;
	      background: url(../img/logo-topimg.png) no-repeat;
	      background-size: 100%;
	      background-position: center; 
		  }
	  .pqy-header-box .header-nav-box {
	    float: right;
	    height: 120px;
	    margin-top: 5px;
	    margin-bottom: 5px; 
		}
	    .pqy-header-box .header-nav-box ul li {
	      font-size: 40px;
	      position: relative;
	      height: 12px;
	      line-height: 100px;
	      float: left;
	      padding: 0 5px;
	      list-style: none;
	      margin-top: 12.5px;
	      margin-bottom: 12.5px; 
		  }
	      .pqy-header-box .header-nav-box ul li .nav-menu-a {
	        color: #FFFFFF;
	        display: block;
	        padding: 0 15px;
	        text-align: center;
	        height: 100%;
	        border-radius: 10px;
	        transition: ease all .4s;
	        text-decoration: none; 
			}
	        .pqy-header-box .header-nav-box ul li .nav-menu-a:hover {
	          background-color: #1d85bc;
	          color: #FFFFFF; 
			  }
	      .pqy-header-box .header-nav-box ul li .phone {
	        font-size: 18px;
	        color: #FFFFFF; 
			}
	}
	.pqy-header-wrapper {
	  position: fixed;
	  background-color: #2c6c8f;
	  top: 0;
	  width: 100%;
	  z-index: 999;
	  transition: ease all .4s;
	  box-shadow: 0px 10px 20px 0px rgba(11, 38, 55, 0.1); 
	  }
	
	.pqy-header-wrapper .pqy-header-btn{
		position: absolute;
		top: 150px;
		right: 10px;
		width: 250px;
		height: 75px;
		background: url(../img/logo-back.png) center no-repeat;
		background-size: 80%;
	}
}
.top-show {
  background-color: transparent;
  padding-top: 10px; }
  .top-show .header-logo-box a .logo-img {
    background: url(img/logo-img.png) no-repeat;
    background-size: 60px 49px;
    background-position: center; }
  .top-show .header-logo-box a .logo-title {
    background: url(img/logo-title.png) no-repeat;
    background-size: 130px 23px;
    background-position: 8px center; }
  .top-show .header-logo-box a .logo-text {
    color: #dbddf1; }
  .top-show .header-nav-box ul li .nav-menu-a {
    color: #dbddf1; }
    .top-show .header-nav-box ul li .nav-menu-a:hover {
      background-color: rgba(255, 255, 255, 0.3);
      color: #fff; }
  .top-show .header-nav-box ul li .phone {
    color: #dbddf1; }
  .top-show .header-nav-box ul li.li-product {
    cursor: pointer; }
    .top-show .header-nav-box ul li.li-product .navigator-product-list-wrapper {
      top: 42.5px; }
      .top-show .header-nav-box ul li.li-product .navigator-product-list-wrapper .navigator-product-list {
        margin-top: 10px;
        background-color: rgba(255, 255, 255, 0.3); }
        .top-show .header-nav-box ul li.li-product .navigator-product-list-wrapper .navigator-product-list .navigator-triangle {
          border-bottom-color: rgba(255, 255, 255, 0.3); }
        .top-show .header-nav-box ul li.li-product .navigator-product-list-wrapper .navigator-product-list div a {
          color: #fff; }
          .top-show .header-nav-box ul li.li-product .navigator-product-list-wrapper .navigator-product-list div a:hover {
            color: #FFFFFF;
            background-color: rgba(255, 255, 255, 0.3); }

.pages-header {
  padding: 0px 0; }
  .pages-header .pqy-header-box .header-nav-box li.li-product .navigator-product-list-wrapper .navigator-product-list {
    margin-top: 30px; }

.pqy-section .mainH4 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 20px;}

.pqy-section .mainH5 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px; }

.pqy-footer {
  width: 100%;
  height: 162px;
  background: #043754; }
  .pqy-footer .container {
    position: relative; }
  .pqy-footer .wjbox {
    display: block;
    position: absolute;
    top: 35px;
    left: 204px;
    width: 63px;
    height: 86px;
    background: url(../img/footerwj.png) no-repeat; }
  .pqy-footer .footerbox {
    width: 100%;
    height: 162px;
    background: url(../img/footerbg.jpg) no-repeat;
    padding-top: 20px;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    text-align: center; }
    .pqy-footer .footerbox .baurl {
      text-decoration: none;
      color: #fff; }
  .pqy-footer .erweibox {
    width: 86px;
    position: absolute;
    top: 30px;
    right: 160px; }
    .pqy-footer .erweibox p {
      font-size: 12px;
      color: #fff;
      padding-top: 5px;
      text-align: center; }

.pqyScrollBox {
  position: relative;
  width: 730px;
  margin: 0 auto; }
  .pqyScrollBox .pqyScrollswiper {
    width: 730px;
    height: 340px; }
    .pqyScrollBox .pqyScrollswiper .swiper-wrapper {
      height: 298px; }
    .pqyScrollBox .pqyScrollswiper .swiper-button-prev {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 39px 33px 39px 0;
      border-color: transparent rgba(50, 179, 249, 0.5) transparent transparent;
      background-image: none;
      left: 0;
      margin-top: -55px; }
    .pqyScrollBox .pqyScrollswiper .swiper-button-next {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 39px 0 39px 33px;
      border-color: transparent transparent transparent rgba(50, 179, 249, 0.5);
      background-image: none;
      right: 0;
      margin-top: -55px; }
  .pqyScrollBox .swiper-pagination {
    position: relative;
    top: 10px; }
    .pqyScrollBox .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      margin: 0 3px; }

.sectionColsUl {
  overflow: hidden;
  width: 1080px;
  margin: 12px auto 0; }
  .sectionColsUl li {
    float: left;
    width: 33.333%; }
    .sectionColsUl li .sub-p1-tit {
      text-align: center;
      font-size: 23px;
      color: #393939;
      padding-top: 5px; }
    .sectionColsUl li .sub-p1-text {
      text-align: center;
      font-size: 16px;
      color: #393939;
      line-height: 26px;
      padding-top: 6px; }
    .sectionColsUl li .sub-p1-img {
      width: 100%;
      height: 450px;
      margin-top: 15px;
      background-size: 266px 450px; }
