.pchead .navUl li:nth-child(3) .navs::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.aa {
  margin-top: 5.6522%;
  position: relative;
  z-index: 11;
  margin-bottom: 4%;
}

.aa .wrap {
  position: relative;
}
.aa .wrap #placeBar {
  position: absolute;
  left: 6.25%;
  top: ;
}
.aa .wrap .sideBar {
  width: 15.2173%;
  position: absolute;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-top: 4px solid #009dad;
  left: 6.25%;
  -webkit-box-shadow: 0px 5px 22px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 22px -5px rgba(0, 0, 0, 0.2);
       box-shadow: 0px 5px 22px -5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.aa .wrap .sideBar .actionMask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #009dad;
  z-index: 11;
  -moz-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
       transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.aa .wrap .sideBar a {
  display: block;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  /*-webkit-transition: padding-left 0.5s;
  -o-transition: padding-left 0.5s;
  -moz-transition: padding-left 0.5s;
  transition: padding-left 0.5s;*/
  padding: 15px 10px 15px 30px;
}
.aa .wrap .sideBar a span {
  position: relative;
  z-index: 2;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: #555555;
  font-size: 18px;
}
.aa .wrap .sideBar a s {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #009dad;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transform: scaleX(0);
   -ms-transform: scaleX(0);
       transform: scaleX(0);
  -moz-transform-origin: right;
   -ms-transform-origin: right;
       transform-origin: right;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: right;
  z-index: 1;
}
.aa .wrap .sideBar .actA,
.aa .wrap .sideBar a:hover {
  border-left: 4px solid #008a99;
  padding-left: 26px;
}
.aa .wrap .sideBar .actA span,
.aa .wrap .sideBar a:hover span {
  color: #fff;
}
.aa .wrap .sideBar .actA s,
.aa .wrap .sideBar a:hover s {
  -moz-transform: scaleX(1);
   -ms-transform: scaleX(1);
       transform: scaleX(1);
  -moz-transform-origin: left;
   -ms-transform-origin: left;
       transform-origin: left;
  -webkit-transform: scaleX(1);
  -webkit-transform-origin: left;
}
.aa .wrap .actSideBar {
  position: fixed;
  left: 8.0729%;
  top: 60px;
  z-index: 14;
  width: 14.5833%;
}
.aa .wrap .product_inwrap {
  width: 62.5%;
  margin-left: 25%;
}
.aa .wrap .product_inwrap li {
	cursor: pointer;
  width: 48.6957%;
  margin-right: 2.6086%;
  float: left;
  margin-bottom: 4.1739%;
}
.tlbox{
	background: #fff;
}
.tlbox .tl{
	padding: 0 0 20px 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	font-family: syht-b;
}
.tlbox .tl::after{
	  width: 20px;
    background: #e5e5e5;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}
.tlbox .te{
	text-align: justify;
	padding: 8px 0 15px 0;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	overflow: auto;
}
.tlbox .te::-webkit-scrollbar{
	width: 4px;
}
.tlbox .te::-webkit-scrollbar-thumb{
	background: #009dad;
}
.tlbox .te::-webkit-scrollbar-track{
	background: #ccc;
}
.aa .wrap .product_inwrap li .imgbox {
  overflow: hidden;
  position: relative;
}
.aa .wrap .product_inwrap li img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: opacity 0.5s, -webkit-transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s, -webkit-transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s;
  -moz-transition: transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s, -moz-transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s;
  transition: transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s, -webkit-transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.aa .wrap .product_inwrap li .text {
  position: relative;
  font-size: 16px;
  color: #333333;
  margin: 10px 0;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  line-height: 1;
  border-left: 4px solid #dbdbdb;
  padding-left: 6px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.aa .wrap .product_inwrap li:nth-child(2n) {
  margin-right: 0;
}
.aa .wrap .product_inwrap li:hover img {
  -webkit-transform: scale(1.3);
     -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.aa .wrap .product_inwrap li:hover .text {
  border-left: 4px solid #009dad;
  color: #009dad;
}
.proMenu {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #009DAD;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  position: fixed;
  left: 5%;
  top: 50%;
  margin-top: -30px;
}
.proMenu div:first-child {
  margin-top: 14px;
}
.actProMenu {
  left: 95%;
  margin-left: -60px;
}
.promask {
  position: fixed;
  left: 0;
  top: 60px;
  bottom: 0;
  right: 0;
  background: #555;
  z-index: 13;
  display: none;
}
.maskImg{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	background: #000000;
	display: none;
}
.maskImg .imgbox{
	width: 80%;
	height: 90%;
	position: absolute;
	left: 10%;
	top: 5%;
}
.closeMask{
	width: 44px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	right: 5%;
	cursor: pointer;
	opacity: .8;
}
.closeMask:hover{
	opacity: 1;
}
.maskImg .imgbox img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 100px) and (max-width: 1024px) {
  .proMenu {
    display: block;
    z-index: 14;
  }
  .aa {
    margin-top: 6%;
    position: relative;
    z-index: 12;
    margin-bottom: 4%;
  }
  .aa .wrap {
    position: relative;
  }
  .aa .wrap #placeBar {
    position: absolute;
    left: 6.25%;
    top: ;
  }
  .aa .wrap .sideBar {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    position: fixed;
    top: 60px;
    left: -71%;
    width: 70%;
    bottom: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-top: 4px solid #009dad;
    -webkit-box-shadow: 0px 5px 22px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 22px -5px rgba(0, 0, 0, 0.2);
         box-shadow: 0px 5px 22px -5px rgba(0, 0, 0, 0.2);
    z-index: 15;
    overflow: auto;
  }
  .aa .wrap .sideBar .actionMask {
    display: none;
  }
  .aa .wrap .sideBar a {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .aa .wrap .sideBar a span {
    position: relative;
    z-index: 2;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .aa .wrap .sideBar a s {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #009dad;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transform: scaleX(0);
     -ms-transform: scaleX(0);
         transform: scaleX(0);
    -moz-transform-origin: right;
     -ms-transform-origin: right;
         transform-origin: right;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: right;
    z-index: 1;
  }
  .aa .wrap .sideBar .actA,
  .aa .wrap .sideBar a:hover {
    border-left: 4px solid #008a99;
    padding-left: 26px;
  }
  .aa .wrap .sideBar .actA span,
  .aa .wrap .sideBar a:hover span {
    color: #fff;
  }
  .aa .wrap .sideBar .actA s,
  .aa .wrap .sideBar a:hover s {
    -moz-transform: scaleX(1);
     -ms-transform: scaleX(1);
         transform: scaleX(1);
    -moz-transform-origin: left;
     -ms-transform-origin: left;
         transform-origin: left;
    -webkit-transform: scaleX(1);
    -webkit-transform-origin: left;
  }
  .aa .wrap .actSideBar {
    position: fixed;
    left: 8.0729%;
    top: 60px;
    z-index: 14;
    width: 14.5833%;
  }
  .aa .wrap .showSideBar {
    left: 0%;
  }
  .aa .wrap .product_inwrap {
    width: 100%;
    margin-left: 0%;
  }
  .aa .wrap .product_inwrap li {
    width: 100%;
    margin-right: 0%;
    float: left;
    margin-bottom: 4.1739%;
  }
  .aa .wrap .product_inwrap li img {
    width: 100%;
    display: block;
    -webkit-transition: -webkit-transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: opacity 0.5s, -webkit-transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s, -webkit-transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s;
    -moz-transition: transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s, -moz-transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s;
    transition: transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s, -webkit-transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .aa .wrap .product_inwrap li .icon-next {
    width: 92px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.6s ease, opacity 0.3s;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
     -ms-transform: translate(-100%, -50%);
         transform: translate(-100%, -50%);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.6s ease;
    transition: opacity 0.3s, -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease, opacity 0.3s;
    -moz-transition: transform 0.6s ease, opacity 0.3s, -moz-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.3s;
    transition: transform 0.6s ease, opacity 0.3s, -webkit-transform 0.6s ease, -moz-transform 0.6s ease;
  }
  .aa .wrap .product_inwrap li .text {
    position: relative;
    font-size: 16px;
    color: #333333;
    margin: 10px 0;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    line-height: 1;
    border-left: 4px solid #dbdbdb;
    padding-left: 6px;
  }
  .aa .wrap .product_inwrap li:nth-child(2n) {
    margin-right: 0;
  }
  .aa .wrap .product_inwrap li:hover img {
    -webkit-transform: scale(1.3);
       -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.6;
  }
  .aa .wrap .product_inwrap li:hover .text {
    border-left: 4px solid #009dad;
    color: #009dad;
  }
  .aa .wrap .product_inwrap li:hover .icon-next {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
  }
}
