.jh-set1-cont{
  width: 100%;
  border: 1px solid #d9d9d9;
  /* display: flex;
  align-content: center; */
  overflow: hidden;
}
.jh-set1-cont dd,
.jh-set1-cont dt{
  margin: 0;
}
.jh-set1-cont .img_let{
  width: 100%;
  /* display: flex; */
}
.jh-set1-cont .img_let dd{
  width: 50%;
  box-sizing: border-box;
}
.jh-set1-cont .img_let dd a{
  display: block;
  position: relative;
}
.jh-set1-cont .img_let dd .txt{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 6%;
  box-sizing: border-box;
  padding: 0 6%;
  z-index: 1;
}
.ds-views{
  display: flex;
}
.ds-views dl{
  width: 50%;
  flex-wrap: wrap;
}
.jh-set1-cont .img_let .ds-views dl dd{
  width: 100%;
}
.ds-views .img_rig{
  width: 50%;
}
.jh-set1-cont .img_let dd .txt h6{
  font-size: 12px;
  color: #333333;
  margin-bottom: 2px;
}
.jh-set1-cont .img_let dd .txt p{
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  line-height: 1.3;
}
.jh-set1-cont .img_let dl{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  /* border-right: 1px solid #d9d9d9; */
  height: 100%;
 
}
.img img{
  transition: all 0.5s
}
.jh-set1-cont .img_let dt,
.jh-set1-cont .img_let dd{
  height: 50%;
}
.jh-set1-cont .img_rig{
  border-top: 1px solid #d9d9d9;
}
.jh-set1-cont .img_let dd:hover .txt h6{
  color: #007f6e
}
.jh-set1-cont .img_rig:hover img,
.jh-set1-cont .img_let dd:hover img,
.jh-set1-cont .img_let dt:hover .img img{
  transform: scale(1.08)
}
.jh-set1-cont .img_let dt .img,
.jh-set1-cont .img_let dd .img{
  height: 100%;
}
.jh-set1-cont .img_let dt .img img,
.jh-set1-cont .img_let dd .img img{
  height: 100%;
}
.jh-set1-cont .img_let dd a{
  display: block;
  width: 100%;
  height: 100%;
}
.jh-set1{
  padding: 28px 0 30px;
}
.jh-title{
  text-align: center;
  padding-bottom: 6px;
}
.jh-title h3{
  font-size: 20px;
  color: #333;
  margin-bottom: 4px;
}
.jh-title::after{
  width: 15px;
  content: '';
  display: block;
  height: 2px;
  background: #007f6e;
  margin: 10px auto;
}
.jh-title p{
  font-size: 12px;
  color: #666666
}
.img{
  width: 100%;
  overflow: hidden;
}
.img img{
  width: 100%;
  height: auto;
}
.jh-set1-cont .img_let dd{
  border-right: 1px solid #d9d9d9;
}
.jh-set1-cont .img_let dd:nth-of-type(1){
  border-bottom: 1px solid #d9d9d9;
}
.jh-set1-cont .img_let dd:nth-of-type(1),
.jh-set1-cont .img_let dd:nth-of-type(4){
  /* border-right: none */
}
.jh-set1-cont .img_let dt{
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9
}
.jh-set1-cont .img_let dt a{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 10px 10px;
}
.jh-set1-cont .img_let dt h6{
  font-size: 20px;
}
.jh-set1-cont .img_let dt i{
  width: 27px;
  height: 7px;
  display: block;
  background: url('../images/i-c.png') no-repeat center;
  margin: 12px 0;
}
.jh-set1-cont .img_let dt .p{
  width: 92%;
  color: #646464;
  line-height: 1.4;
  font-size: 12px;
}
.jh-set1-cont .img_let dt ul{
  display: none;
  text-align: center;
  padding: 20px 0;
}
.jh-set1-cont .img_let dt li{
  margin-right: 16px;
}
.jh-set1-cont .img_let dt li p{
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
.jh-set1-cont .img_let dt em{
  list-style: none;
  width: 71px;
  height: 26px;
  display: block;
  background: url(../images/ic-to.png) no-repeat center;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.5s;
  margin-top: 10px;
}
.jh-set1-cont .img_let dt em:hover{
  opacity: 0.8;
  transform: translateY(-6px)
}
.jh-set1-cont .img_rig{
  width: 50%;
}
.jh-set1-cont .img_rig a{
  display: block;
  position: relative;
  height: 100%;
}
.jh-set1-cont .img_rig .img img,
.jh-set1-cont .img_rig .img{
  width: 100%;
  height: 100%;
}
.jh-set1-cont .img_rig .txt{
  width: 100%;
  position: absolute;
  left: 0;
  top: 4%;
  padding: 0 6%;
  box-sizing: border-box;
}
.jh-set1-cont .img_rig .txt h6{
  font-size: 20px;
  color: #333;
}
.jh-set1-cont .img_rig .txt i{
  width: 27px;
  height: 7px;
  display: block;
  background: url('../images/i-c.png') no-repeat center;
  margin: 12px 0 20px;
}
.jh-set1-cont .img_rig .txt .p{
  line-height: 1.5;
  font-size: 12px;
}
.jh-set1-cont .img_rig .txt em{
  list-style: none;
  width: 80px;
  height: 30px;
  display: block;
  background: url('../images/ic-to.png') no-repeat center;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  transition: all 0.5s;

}
.jh-set1-cont .img_rig .txt em:hover{
  opacity: 0.8;
  transform: translateY(-6px)
}
.jh-set2-cont{
  /* display: flex;
  justify-content: space-between; */
  position: relative;
}
.jh-set2-cont .img{
  width: 100%;
}
.jh-set2-cnt{
  width: 90%;
  background: #fff;
  position: absolute;
  right: 5%;
  top: 128px;
  z-index: 1;
}
.jh-set2-cnt ul{
  display: flex;
  justify-content: center;
  padding: 16px 0;
}
.jh-set2-cnt ul h6{
  font-size: 15px;
  color: #333;
  margin-bottom: 4px;
}
.jh-set2-cnt ul h6 em{
  font-style: normal;
  font-size: 36px;
}
.jh-set2-cnt ul li{
  margin: 0 10px;
}
.jh-set2-cnt ul li p{
  color: #666;
  font-size: 12px;
  line-height: 1.3;
}
.jh-set2-cont .jh-set2-dd{
  width: 100%;
  padding-top: 18px;
}
.jh-set2-dd .jh-title{
  text-align: left;
  padding-bottom: 0px;
}
.jh-set2-dd .jh-title::after{
  margin-left: 0;
}
.jh-set2-dd .cont{
  line-height: 1.8;
  color: #666;
  margin-bottom: 12px;
  font-size: 14px;
}
.jh-set2-dd a{
  list-style: none;
  width: 80px;
  height: 30px;
  display: block;
  background: url('../images/ic-to.png') no-repeat center;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.5s
}
.jh-set2-dd a:hover{
  opacity: 0.8;
  transform: translateY(-6px)
}
.jh-set2{
  padding: 28px 0;
  background: url(../images/jh-set2-bj.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
}
.jh-set3{
  padding: 32px 0;
}
.jh-set3-cont{
  width: 100%;
  /* display: flex;
  justify-content: space-between;
  align-content: center; */
}
.jh-set3-rit,
.jh-set3-let{
  width: 100%;
  /* margin-bottom: 10px; */
}
.jh-set3-let:hover img{
  transform: scale(1.08)
}
.jh-set3-let .video-btn{
  width: 64px;
  height: 64px;
  background: url('../images/zj-sp.png') no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  z-index: 2;
}
.jh-set3-rit{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jh-set3-page{
  height: 48.5%;
  position: relative;
  margin-top: 12px;
} 
.jh-set3-page:hover img{
  transform: scale(1.08)
}
.jh-set3-page .txt{
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  color: #fff;
  box-sizing: border-box;
  padding: 0 6%;
}
.jh-set3-page .txt h6{
  font-size: 24px;
  margin-bottom: 6px;
}
.jh-set3-page .txt p{
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}
.jh-set3-page .txt a{
  width: 80px;
  height: 30px;
  display: block;
  background: url('../images/jh-set3-cio.png') no-repeat center;
  line-height: 30px;
  color: #333;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s
}
.imgd{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.imgd img{
  width: 100%;
  height: 100%;
  transition: all 0.5s
}
.jh-set3-let{
  position: relative;
}
.jh-set3-dt{
  width: 100%;
  bottom: 32%;
  width: 100%;
  left: 0;
  padding: 0 8%;
  box-sizing: border-box;
  position: absolute;
}
.jh-set3-dt h6{
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}
.jh-set3-dt .cont{
  width: 89%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 22px;
}
.jh-set3-dt a{
  width: 80px;
  height: 30px;
  display: block;
  background: url('../images/jh-set3-cio.png') no-repeat center;
  line-height: 30px;
  color: #333;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s
}
.jh-set3-page .txt a:hover,
.jh-set3-dt a:hover{
  opacity: 0.8;
  transform: translateY(-6px)
}
.jh-set4{
  position: relative;
}
.jh-set4 > img{
  width: 100%;
  height: auto;
}
.jh-set4-cont{
  width: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 18px;
}
.jh-set4-cont .jh-title{
  padding-bottom: 12px;
}
.jh-set4-cont .cont{
  width: 95%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
  color: #666;
  margin-bottom: 2%;
  font-size: 12px;
}
.jh-set4-v{
  background: #fff;
  /* margin-top: 30%; */
}
.jh-set4-v.swiper-container{
  padding-bottom: 42px;
}
.jh-set4-v .swiper-pagination.swiper-pagination{
  bottom: 16px;
}
.jh-set4-v .swiper-pagination-bullet{
  background: #f3f3f3
}
.jh-set4-v .swiper-pagination-bullet-active{
  background: #216c73
}
.jh-set4-vd{
  position: relative;
  padding: 10px 0;
  background: #fff;
}
.jh-set4-vd i{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
}
.jh-set4-vd i:hover{
  background-color: #007f6e
}
.jh-set4-vd i.next{
  left: -60px;
}
.jh-set4-vd i.prev{
  right: -60px;
  transform: rotate(-180deg)
}
.jh-set5{
  width: 100%;
  padding: 102px 0
}
.jh-set5-cont{
  display: flex;
  justify-content: space-between;
}
.jh-set5-cont .img{
  width: 43.75%;
}
.jh-set5-let{
  width: 48%;
} 
.jh-set5-let .jh-title{
  text-align: left;
  padding-bottom: 32px;
}
.jh-set5-let .jh-title::after{
  margin-left: 0;
}
.jh-set5-let dt{
  padding-bottom: 38px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 38px;
}
.jh-set5-let dd:hover p,
.jh-set5-let dt:hover h6{
  color: #007f6e
}
.jh-set5-let dt h6{
  font-size: 20px;
  color: #333;
  margin-bottom: 28px;
}
.jh-set5-let dt p{
  color: #666;
  line-height: 1.5;
  font-weight: normal;
}
.jh-set5-let dd{
  margin: 0;
  color: #666;
  margin-bottom: 26px;
}
.jh-set5-let dd p{
  float: left;
}
.jh-set5-let dd a span{
  float: right
}
.jh-set5-let dd p::before{
  width: 5px;
  height: 5px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 50%;
  background: #666666
}




.about-head2 .content {

  /*height: 100px;*/

  z-index: 9;

  /* left: calc(50% - 800px); */

  background: #fff;

  box-shadow: 0px 2px 5px 2px #ccc;

  box-sizing: border-box;

  padding-left: 10px;
  display: flex;
  justify-content: center;
  padding: 25px 0

}



.about-head2 .content li {

  width: auto;

  /*height: 100px;*/

}



.about-head2 .content li a {

  text-align: center;

  font-size: 18px;

  color: #2c2c2c;

  height: 48px;

  line-height: 48px;

  display: block;

  /*margin-top: 25px;*/

  padding: 0 50px;

  transition: .3s;

  letter-spacing: 2px;

  position: relative;

}



.about-head2 .content li a:before {

  content: '';

  position: absolute;

  top: 6px;

  right: 0;

  width: 1px;

  height: 48px;

  background: url('../images/head2-xian.png') no-repeat center;

}



.about-head2 .content li:last-child a:before {

  width: 0;

}



.about-head2 .content li.active a,

.about-head2 .content li:hover a {

  color: #007f6e;

}

.about-head2 .content li a {

  text-align: center;

  font-size: 18px;

  color: #2c2c2c;

  height: 48px;

  line-height: 48px;

  display: block;

  /*margin-top: 25px;*/

  padding: 0 50px;

  transition: .3s;

  letter-spacing: 2px;

  position: relative;

}







.about-head2 .content li:last-child a:before {

  width: 0;

}



.about-head2 .content li.active a,

.about-head2 .content li:hover a {

  color: #007f6e;

}




.pro-del-nav {

  height: 80px;

  z-index: 9;

  background: #fff;

  box-shadow: 0px 2px 5px 2px #ccc;

  box-sizing: border-box;

  padding-left: 10px;
  display: flex

}



.pro-del-nav.fixed {

  position: fixed;

  left: 0;

  top: 0;

  z-index: 9999;

  width: 100%;

  padding: 0 calc(50% - 800px);

  text-align: center;
  justify-content: center

}



.pro-del-nav li {

  width: auto;

  height: 80px;

}



.pro-del-nav li a {

  text-align: center;

  font-size: 18px;

  color: #2c2c2c;

  height: 48px;

  line-height: 48px;

  display: block;

  margin-top: 20px;

  padding: 0 50px;

  transition: .3s;

  letter-spacing: 2px;

  position: relative;
  cursor: pointer;

}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.pro-del-nav li a:before {

  content: '';

  position: absolute;

  top: 6px;

  right: 0;

  width: 1px;

  height: 48px;

  background: url(../images/head2-xian.png) no-repeat center;

}



.pro-del-nav li:last-child a:before {

  width: 0;

}



.pro-del-nav li.on a,

.pro-del-nav li:hover a {

  color: #007f6e;

}



.pro-del>.content2 {

  overflow: hidden;

  padding-top: 80px;

}



.pro-del .content2>div.f-left {

  width: 72.5%;

}

/*æ ¸å¿ƒä¼˜åŠ¿*/



.pro-del .content2 .advantage {

  overflow: hidden;

}



.pro-del .content2 .advantage .txt {

  width: 40.5172%;

  float: left;

}



.pro-del .content2 .advantage .txt h3 {

  color: #007f6e;

  font-size: 36px;

  font-weight: initial;

}



.pro-del .content2 .advantage .txt .tuwen {

  padding-top: 50px;

}



.pro-del .content2 .advantage .txt .tuwen li {

  text-align: center;

  margin-right: 70px;

}



.pro-del .content2 .advantage .txt .tuwen li:last-child {

  margin-right: 0;

}



.pro-del .content2 .advantage .video {

  width: 51.7241%;

  float: right;

}



.pro-del .content2 .advantage .video-sizi {

  width: 100%;

  height: 340px;

  position: relative;

  /*background: #000;*/

}

/*.pro-del .content2 .advantage .video-sizi:before{
    width: 95px;

    height: 95px;

    background: url(../img/index/index-play.png) no-repeat center;

    position: absolute;

    top: calc(50% - 47px);

    left: calc(50% - 47px);

    content: '';
  }*/

.pro-del .content2 .advantage video {

  width: 100%;

  height: 100%;

}



.pro-del .content2 .advantage .video p {

  height: 50px;

  text-align: center;

  line-height: 50px;

  color: #2c2c2c;

  font-size: 18px;

  border: 1px solid #ddd;

  box-sizing: border-box;

  margin: 0;

  border-top: 0;

}

/*äº§å“è¯¦æƒ…é€šç”¨å¤´éƒ¨*/



.pro-del .all-title .title {

  padding-top: 36px;

  /*border-bottom: 1px solid #ddd;*/

  height: auto;

}



.pro-del .all-title .title h3 {

  font-size: 28px;

  color: #0f0f45;

  line-height: 1;

  padding-bottom: 20px;

  border-bottom: 1px solid #007f6e;

  margin-bottom: -1px;

  letter-spacing: 3px;

}

/*äº§å“è§„æ ¼å‚æ•°*/



.pro-del .ggcs .content {

  overflow: hidden;

  border-right: 1px solid #ddd;

  border-left: 1px solid #ddd;

  box-sizing: border-box;

}



.pro-del .ggcs .f-left {

  width: 42.9310%;

  height: 360px;

  margin: 30px;

  align-items: center;

  justify-content: center;

  display: flex;

  overflow: hidden;

  /*box-shadow: 0px 3px 3px 3px #f3f3f3;*/



}



.pro-del .ggcs .f-left img {

  max-width: 100%;

  transition: .3s;

}

.pro-del .ggcs .f-left img:hover{

  transform: scale(1.1);

}

.pro-del .ggcs .f-right {

  padding-top: 50px;

  padding-left: 80px;

  float: left;

}



.pro-del .ggcs .f-right h3 {

  font-size: 36px;

  color: #007f6e;

  line-height: 1;

  font-weight: initial;

  letter-spacing: 3px;

}



.pro-del .ggcs .f-right .a-link li {

  width: 220px !important;

}



.pro-del .ggcs .f-right p {

  font-size: 14px;

  color: #333;

  padding-top: 40px;

}



.pro-del .ggcs .cpxh img {

  width: 100%;

}

.pro-del .ggcs .cpxh table{

  text-align: center;

  width: 100%  !important;

}

.pro-del .ggcs .cpxh tr:nth-child(2n-1){

  background: #f6f6f6;

}

.pro-del .ggcs .cpxh tr:first-child,
.pro-del .ggcs .cpxh tr:first-child td p,
.pro-del .ggcs .cpxh tr:first-child td span{

  background: #475470 !important;

  color: #fff !important;

  font-size: 16px !important;

}

.pro-del .ggcs .cpxh tr{

  /*height: 60px;*/



}
.pro-del .ggcs .cpxh tr td span{
  color: rgb(0, 0, 0) !important;
  font-family: 'å¾®è½¯é›…é»‘'!important
}
.pro-del .ggcs .cpxh tr td{

  height: 60px;

  border: 1px solid !important;
  border-color: #ddd !important;
  vertical-align:middle;

}

/*.pro-del .ggcs .cpxh tr td:nth-child(1){

  width: 100px !important;

}

.pro-del .ggcs .cpxh tr td:nth-child(2){

  width: calc(100% - 100px - 80px - 60px - 150px - 120px - 100px) !important;

}

.pro-del .ggcs .cpxh tr td:nth-child(3){

  width: 80px !important;

}

.pro-del .ggcs .cpxh tr td:nth-child(4){

  width: 60px !important;

}

.pro-del .ggcs .cpxh tr td:nth-child(5){

  width: 150px !important;

}

.pro-del .ggcs .cpxh tr td:nth-child(6){

  width: 120px !important;

}

.pro-del .ggcs .cpxh tr td:nth-child(7){

  width: 100px !important;

}*/

.pro-del .ggcs .cpxh tr:not(:first-child) td:nth-child(2){

  /*padding-left: 40px !important;

  text-align: left;*/

  line-height: 25px;

}

.pro-del .ggcs .cpxh tr:not(:first-child) td{



  box-sizing: border-box;

}

.pro-del .ggcs .cpxh tr:first-child td{

  border: 0 !important;

}



/*ææ–™æ€§èƒ½*/



.pro-del .clxn .content {

  padding-top: 30px;

  overflow: hidden;

  min-height: 300px;

}

.pro-del .content2>div.f-right {

  width: 27.5%;

  overflow: hidden;

  padding-left: 50px;

  box-sizing: border-box;

}



.pro-del .content2>div.f-right .title {

  line-height: 1;

  font-size: 28px;

  color: #0f0f45;

  position: relative;

}



.pro-del .content2>div.f-right .title a {

  width: 80px;

  position: absolute;

  right: 0;

  bottom: -10px;

  font-size: 16px;

  color: #0f0f45;

  text-transform: uppercase;

  transition: .3s all;

  display: inline-block;

  text-align: right;

  border-bottom: 1px solid transparent;

  padding: 10px 0;

}



.pro-del .content2>div.f-right .title a:hover {

  padding: 10px;

  right: 20px;

  color: #007f6e;

}



.pro-del .content2>div.f-right hr {

  background: #007f6e;

  margin-top: 20px;

}



.pro-del .content2>div.f-right .content {

  overflow: hidden;

  padding-top: 40px;

}



.pro-del .content2>div.f-right .content li {

  display: block;

  margin-bottom: 20px;

}



.pro-del .content2>div.f-right .content li a {

  padding: 20px;

  display: block;

  background: #f8f8f8;

  transition: .3s;

  box-sizing: border-box;

  border: 1px solid transparent;

}

.pro-del .content2>div.f-right .content li a h4 {
  font-size: 16px;
  line-height: 1;
  padding: 15px 0 0px;
  color: #0f0f45;
  text-align: center;
}

.pro-del .content2>div.f-right .content li:hover a {

  border-color: #ddd;

  transform: translateY(-2px);

  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);

}



.pro-del .content2>div.f-right .content li a .img {

  width: 100%;

  background: #fff;

  /*padding: 20px 0;*/

  text-align: center;

  overflow: hidden;

  min-height: 300px;

}

.pro-del .content2>div.f-right .content li.myBtn:hover:before{

  border-top-color: #ddd !important;

  border-right-color: #ddd !important;

}

.pro-del .content2>div.f-right .content li.myBtn:hover::after{

  border-bottom-color: #ddd !important;

  border-left-color: #ddd !important;

}

.pro-del .content2>div.f-right .content li a p {

  color: #6c6c6c;

  font-size: 14px;

}
.pro-del .cpyy .content {

  padding-top: 30px;

  overflow: hidden;

  font-size: 0;

  padding-left: 4px;

  min-height: 300px;

}



.pro-del .cpyy .content li {

  width: 48.8%;

  /* height: 410px; */



  margin-bottom: 20px;

  float: left;

  box-sizing: border-box;

  padding: 30px;
  box-shadow: -1px 3px 10px 4px #f3f3f3;
  text-align: center;
  transition: .3s;
  border: 1px solid transparent;

}

.pro-del .cpyy .content li:hover{
border-color: #ddd;

}


.pro-del .cpyy .content li:nth-child(2n-1) {

  margin-right: 2%;

}



.pro-del .cpyy .content li .img img {

  width: 100%;

}



.pro-del .cpyy .content li p {

  padding-top: 10px;
  line-height: 40px;
  font-size: 16px;
  color: #2c2c2c;

}

.jh-set6{
  padding-top: 150px;
  padding-bottom: 20px;
}
.jh-set6-new a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jh-set6-new a .img{
  width: 24%;
}
.jh-set6-new li{
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
}
.jh-set6-new a .text{
  width: 74%;
}
.jh-set6-new a .text h6{
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 6px;
}
.jh-set6-new a .text p{
  font-size: 14px;
  line-height: 1.5;
  color:#999
}
.w1600{
  width: 93%;
}



/* 内页公用 */
.listBanner{ width:100%;height:330px;overflow:hidden;position: relative;}
.listBanner img{width: 1920px; position: relative; left:50%; margin-left:-960px; }
.listWrapper{padding:30px 0;overflow:hidden;background:#f4f4f4}
.breadCrumb{color: #888;margin-top:35px;}
.breadCrumb h3{font-size:36px;color:#d49437;font-weight:normal;text-transform: uppercase;font-family:"宋体";line-height:36px;position:relative;}
.breadCrumb h3 span{color:#242423;margin-left:10px;font-family:Aparajita,Arial;}
.breadCrumb h3:before{content: "";position:absolute;width:202px;height:12px;left:-215px;top:10px;background: url('../images/list_tie.png') no-repeat;}
.breadCrumb a{color:#888;}
.breadCrumb a:hover{color:#fe0000;}
.breadCrumb2{height:50px;line-height:50px;border-bottom:1px solid #e1e1e1;}
.breadCrumb2 p{background: url('../images/home_icon.png') no-repeat left center;padding-left:20px;width:1180px;}
.breadCrumb2 .back{float:right;width:80px;height:28px;line-height:28px;text-align:center;border-radius:5px;background:#999;color:#fff;margin-top:10px;}
.breadCrumb2 .back:hover{background:#fe0000;transition:all 0.3s;}
.listMenu{height:80px;line-height:80px;font-size:16px;text-align:center;}
.listMenu a{display:inline-block;padding:0 25px;}
.listMenu a.current,.listMenu a:hover{background:#fe0000;color:#fff;}
.menuSub{background:#f4f4f4;overflow:hidden;font-size:14px;color:#999;}
.menuSub .grWidth{padding:30px  0 35px 0;}
.menuSub a{color:#333;}
.menuSub em{font-style:normal;margin:0 19px;}
.menuSub a:hover,.menuSub .current{color:#fe0000;}
.relatedPro,.downList{width:1200px;overflow:hidden;}
.relatedPro ul,.downList ul{width:1240px;}
.grWidth{
  width: 93%;
  margin: 0 auto;
}
/* 常见问题 */
.faqList li{position:relative;margin-bottom:12px;}
.faqList li:after{content:''; position:absolute; top:12px; right:16px; display:block; width:30px; height:30px; background:#007f6e;pointer-events:none;}
.faqList li h3:before, .faqList li h3:after{content:''; position:absolute; top:26px; right:23px; z-index:2; width:16px; height:2px; background:#fff;}
.faqList li h3:before{width:2px; height:16px; top:19px; right:30px; -webkit-transition:0.3s; transition:0.3s;}
.faqList li.act h3:before{-webkit-transform:rotate(90deg); transform:rotate(90deg);background:transparent\0;}
.faqList li h3{position:relative; padding:0 60px 0 25px; background-color:#fff; line-height:54px; font-size:16px; cursor:pointer;font-weight:normal;border:1px solid #e5e5e5;}
.faqList li div{display:none;padding:25px 0 0 25px;line-height:25px;color:#7c7c7c;-webkit-animation:fadeIn 0.5s ease-out 0.2s both; animation:fadeIn 0.5s ease-out 0.2s both;font-size:14px;}
@-webkit-keyframes fadeIn{
0%{opacity:0;}
100%{opacity:1;}
}
@keyframes fadeIn{
0%{opacity:0;}
100%{opacity:1;}
}
.contact-form{
  padding: 32px 0;
}
/* 下载 */
.downList li{float:left;height:130px;background:#fff;overflow:hidden;padding-left:20px;width:100%;color:#888;line-height:22px;margin-bottom: 16px;}
.downList li h5{padding-top:20px;font-size:16px;font-weight:normal;font-weight:normal;margin-bottom:10px;}
.downList li h5 a{color:#333;}
.downList li h5 a:hover{text-decoration: underline;}
.downList li .more{float:right;width:90px;height:130px;background: url('../images/down1.png') no-repeat center center;margin-left:10px;}
.downList li:hover{background:#333;color:#fff;}
.downList li:hover h5 a{color:#fff;}
.downList li:hover .more{background:#007f6e url('../images/down2.png') no-repeat center center;}