/* @font-face {
  font-family: myFZLTZCHJW;
  src: url('../font/FZLTZCHJW.TTF') format("truetype"), url("../font/FZLTZCHJW.eot") format("embedded-opentype");
}
@font-face {
  font-family: myFZLTXHFW;
  src: url('../font/FZLTXHFW.TTF') format("truetype"), url("../font/FZLTXHFW.eot") format("embedded-opentype");
}
@font-face {
  font-family: myFZLTXHJW;
  src: url('../font/FZLTXHJW.TTF') format("truetype"), url("../font/FZLTXHJW.eot") format("embedded-opentype");
}
@font-face {
  font-family: myFZLTXHK;
  src: url('../font/FZLTXHK.TTF') format("truetype"), url("../font/FZLTXHK.eot") format("embedded-opentype");
}
@font-face {
  font-family: myFZLTHK;
  src: url('../font/FZLTXHK.TTF') format("truetype"), url("../font/FZLTXHK.eot") format("embedded-opentype");
}
@font-face {
  font-family: myFZLZHK;
  src: url('../font/FZLTXHK.TTF') format("truetype"), url("../font/FZLTXHK.eot") format("embedded-opentype");
}
@font-face {
  font-family: myFZLTZCHFW;
  src: url('../font/FZLTZCHFW.TTF') format("truetype"), url("../font/FZLTZCHFW.eot") format("embedded-opentype");
}
@font-face {
  font-family: myFZLTZCHK;
  src: url('../font/FZLTZCHK.TTF') format("truetype"), url("../font/FZLTZCHK.eot") format("embedded-opentype");
}
@font-face {
  font-family: myFZLTZHUNHJW;
  src: url('../font/FZLTZHUNHJW.TTF') format("truetype"), url("../font/FZLTZHUNHJW.eot") format("embedded-opentype");
}
@font-face {
  font-family: myFZLTZHUNHK;
  src: url('../font/FZLTZHUNHK.TTF') format("truetype"), url("../font/FZLTZHUNHK.eot") format("embedded-opentype");
}
@font-face {
  font-family: myFZLTZHUNHFW;
  src: url('../font/FZLTZHUNHFW.OTF') format("truetype"), url("../font/FZLTZHUNHFW.eot") format("embedded-opentype");
} */
.wrap {
  width: 75.67%;
  /* max-width: 1440px; */
  margin: 0 auto;
}

.wrap.wrap2 {
  max-width: 62.5%;
}
footer .wrap.wrap2{
  max-width: 75%;
}
img{
  border: none;
  max-width: 100%;
  vertical-align: middle;
}
header {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0);
}

header:hover{background: #fff;}
header.subheader {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.07);
}

header nav li a {
  position: relative;
}

/* header.subheader nav ul>li a:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 3px;
  bottom: 0;
  left: 50%;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header.subheader nav ul>li.cur>a:after,
header.subheader nav ul>li:hover>a:after {
  position: absolute;
  content: '';
  width: 82px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -41px;
  background: #ff0000;
} */

header .menua {
  display: none;
}

header .head {
  height: 100%;
}

header .logo {
  width: 130px;
}
header .logo >a{
  display: block;
  width: 100%;
  height: 100%;
}
header .logo >a img{
  display: block;
  max-width: 100%;
}

header nav {
  /* width: 1040px; */
  max-width: calc(100% - 150px);
  height: 100%;
  line-height: 70px;
}

header nav ul {
  width: 100%;
  height: 100%;
}

header nav li {
  text-align: center;
  height: 100%;
}

header nav li .item {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: auto;
  background: rgba(255,255,255,0.98);
  padding: 0;
  /* border-top: 1px solid #c4c4c4; */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.07);
}

header nav li .item .block {
  display: block;
}

/*header nav li .item .meunlist {*/
/*  width: 100%;*/
/*  position: relative;*/
/*  height: 36px;*/
  /*background: #f9f9f9;*/
}

/* header nav li .item .meunlist:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  background: #c4c4c4;
  top: 5%;
  right: 0;
} */

header nav li .item .meunlist span {
  position: relative;
  font-size: 16px;
  
  text-align: left;
  color: #000000;
  line-height: 19px;
  padding: 15px 58px;
  cursor: pointer;
}

header nav li .item .meunlist>span:first-child:after {
  width: 0;
}

header nav li .item .meunlist>a:first-child span:after {
  width: 0;
}

header nav li .item .meunlist span:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: #e6e6e6;
}


header nav li .item .meunlist span.cur {
  color: red;
}

header nav li .item .meunbox .box::-webkit-scrollbar {
  width: 10px;
  /*对垂直流动条有效*/
  height: 10px;
  /*对水平流动条有效*/
}

header nav li .item .meunbox {
  height: auto;
}

/* header nav li#navs3 .item .meunbox {
  width: 63.5%;
} */


header nav li .item .meunbox .box {
  /* height: 250px; */
  /* overflow-y: scroll; */
}

header nav li .item .meunbox .box::-webkit-scrollbar-track {
  /* -webkit-box-shadow-: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(214, 214, 214, 0.6); */
  background: none;
  border-radius: 5px;
}

header nav li .item .meunbox .box::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow-: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(168, 168, 168, 0.3);
  /* background: none; */
}

header nav li .item .meunbox .box::-webkit-scrollbar-corner {
  background: khaki;
}

header nav li .item .meunbox>div {
  display: none;
}

header nav li .item .meunbox>div.cur {
  display: inline-block;
}

header nav li .item .meunbox>div .box {
  width: 100%;
}

header nav li .item .meunbox>div .box.fa section {
  padding: 36px 0;
  margin-top: 0;
}

#navs3 .meunbox >div:first-child section .imgbox,
#navs3 .meunbox >div:nth-child(2) section .imgbox{
  margin-top: 36px;
}

header nav li .item .meunbox>div .box:first-child {
  /* border-bottom: 2px solid #e6e6e6; */
}

header nav li .item .meunbox>div h5 {
  height: 17px;
  font-size: 16px;
  
  text-align: left;
  color: #0b0b0b;
  line-height: 19px;
  letter-spacing: 0px;
  margin: 33px 0 10px;
}

header nav li .item .meunbox>div section {
  height: auto;
  padding: 36px 0 0;
  justify-content: flex-start;
}

header nav li .item .meunbox>div section.sh {
  position: relative;
}

header nav li .item .meunbox>div section.sh .imgbox {
  position: relative;
}

header nav li .item .meunbox>div section h1 {
  height: 17px;
  font-size: 14px;
  
  text-align: left;
  color: #ff0000;
  line-height: 17px;
  letter-spacing: 0px;
  position: absolute;
  top: -30px;
  left: 0px;
}
header nav li .item .meunbox>div section .imgbox:hover h1{
  color: #ff0000;
}


header nav li .item .meunbox>div section .imgbox {
  width: 190px;
  height: auto;
  margin: 0 24.5px 36px;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header nav li#navs1 .item .meunbox>div section .imgbox:last-child{
  display: none;
}


header nav li .item .meunbox>div section .imgbox:hover{
  /* top: -10px; */
}

header nav li .item .meunbox>div .box.fa section .imgbox {
  margin-bottom: 100px;
  border: none;
  width: auto;
  margin: 0 45px;
}
header nav li .item .meunbox>div .box.fa section .imgbox .img {
  border: none;
  max-height: 45px;
 
}

header nav li .item .meunbox>div .box.fa  section .imgbox .img>div{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
header nav li .item .meunbox>div .box.fa  section .imgbox .img>div img{
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  
}
header nav li .item .meunbox>div .box.fa  section .imgbox:hover .img>div img{

}



header nav li .item .meunbox>div section .imgbox .img {
  width: 100%;
  height: 0;
  padding-bottom: 66.3%;
  position: relative;
  /* border: 1px dashed #c4c4c4; */
}

header nav li .item .meunbox>div section .imgbox .img.img2 {
  width: 45px;
  height: 45px;
  position: relative;
  margin-bottom: 18px;
  margin: 19px auto;
  padding-bottom: 0;
}

header nav li .item .meunbox>div section .imgbox .img>div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
}

header nav li .item .meunbox>div section .imgbox:hover p {
  color: #ff0000;
}
header nav li .item .meunbox>div .box.fa section .imgbox:hover .img>div img {
  opacity: 1;
}
header nav li .item .meunbox>div .box.fa section .imgbox:hover .img>div{
  background-image: none!important;
}

header nav li .item .meunbox>div section .imgbox img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #ddd;
}

header nav li .item .meunbox>div section .imgbox p {
  height: 15px;
  font-size: 12px;
  
  text-align: left;
  color: #666666;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

header nav li:hover .item {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header nav li:hover>a:after {
  width: 100%;
  left: 0;
}

header nav li.tcl {
  min-width: 110px;
  max-width: 150px;
  overflow: hidden;
}

header nav li>a {
  display: block;
  opacity: 0.8;
  font-size: 16px;
  
  text-align: center;
  color: #333333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 35px;
}

header nav li.cur a,
header nav li>a:hover {
  opacity: 1;
  color: #000;
  
}

header nav li.search {
  padding: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

header nav li.search form {
  display: none;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  width: 534px;
  height: 30px;
  right: 50px;
  top: -10px;
  text-indent: 10px;
  padding: 5px 0;

}

header nav li.search:hover a:after {
  display: none;
}

header nav li.search.cur {
  width: 590px;
}

header nav li.search.cur form {
  display: block;
}

header nav li.search form input {
  position: absolute;
  width: calc(100% - 40px);
  right: 0;
  top: 0;
  height: 100%;
}

header nav li.search form input[type="submit"],
header nav li.search form input[type="button"] {
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../image/search.png)no-repeat center;
  background-size: 20px 20px;
}

header nav li.search.cur a:after {
  display: none;
}

header nav li.search a {
  padding: 0;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../image/search.png)no-repeat center;
  background-size: 20px 20px;
  top: 0;
  right: 0;
  line-height: 20px;
  z-index: 999;
  border: none;
}

header nav li.search.cur a {
  background: url(../image/close2.png)no-repeat center;
  background-size: 20px 20px;
}

.homebanners {
  height: auto;
}

.homebanners .swiper-pagination-bullets {
  bottom: 30px;
  outline: none;
}

.homebanners .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: url(../image/swiper1.png) no-repeat center bottom;
  background-size: 100%;
  margin: 1.5px 10px !important;
  outline: none;
}

.homebanners .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  padding: 0;
  opacity: 1;
  margin: 0px 10px !important;
  background: none;
}

.homebanners .swiper-slide {
  position: relative;
}
.homebanners .swiper-slide video{
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  left: 0;
  top: 0;
}

.homebanners.zhhybanner  .swiper-slide video{
  position: relative;
}

.homebanners .swiper-slide>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 450px;
}

.homebanners .swiper-slide .swiper-slide-con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* .homebanners .swiper-slide .swiper-slide-con.zhhy {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.89), rgba(255, 255, 255, 0.68) 36%, rgba(255, 255, 255, 0));
} */

.homebanners .swiper-slide .swiper-slide-con>div {
  height: 100%;
  width: 100%;
}

.homebanners section {
  width: 50%;
  height: 90%;
  position: relative;
}

.homebanners section>div {
   max-width: 100%;
   max-width: 100%;
  height: 20px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.homebanners section img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.homebanners article {
  width: 50%;
  margin: 0 auto;
}

.homebanners article .lysyd{
  font-size: 24px;
  
  padding: 12px 24px;
  color: #fff !important;
  background:#ff0000;
  display: inline-block;
  border-radius: 31px;
 
}
.homebanners article .lysyp{
  font-weight: lighter;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 48px;
}
.homebanners article .lysyp.lysyp2{
  margin-bottom: 74px;
}
.homebanners article .lysya{
  background: none;
  border: 2px solid #333333;
  border-radius: 2px;
  box-shadow: 0px 5px 14px 0px transparent;
  font-size: 16px; 
  /* font-size: 26px; */
  font-weight: lighter;
  color: #0b0b0b;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.homebanners article .lysya:after{
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #333333;
  border-top: 2px solid#333333;
  position: absolute;
  right: 12%;
  top: 50%;
  margin-top: -6px;
  transform-origin: center;
  transform: rotate(45deg);
  transition: 0.4s;
  display: none;
}
.homebanners article .lysya:hover{
  color: #fff;
  top: -10px;
  border: 2px solid #ff0000!important;
  background: #ff0000;
}
.homebanners article .lysya:hover:after{
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.homebanners article .lysyspan{
  display: inline-block;
  width: 78px;
  height: 40px;
  background: rgba(255,0,0,0.09);
  border: 2px solid #ff0000;
  border-radius: 288px 288px 288px 1px;
  box-shadow: 0px 2px 10px 0px rgba(249,64,7,0.09); 
  font-size: 28px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  line-height: 40px;
  text-align: center;color: #ff0000;
}


.homebanners article>div {
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
}
.homebanners article>div.lysybox{
  width: 600px;
  max-width: 88%;
}

.homebanners article.s2 {
  width: 100%;
}

.homebanners article.s3 {
  width: 100%;
}

.homebanners article.mt20 {
  margin-top: 170px;
}

.homebanners article.s3 h4,
.homebanners article.s3 h1 {
  color: #fff;
}

.homebanners article.s3 h4 span {
  color: #fff;
  border: 1px solid #fff;
}

/* .homebanners article.s3 a {
  border-radius: 30px;
  background: #a0a0a0;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0);
} */
.homebanners article a.openvideo img {
  margin-right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
 
}
.homebanners article a.openvideo:hover img {
  border: none;
  background: none;
}

.homebanners article a.openvideo {
  display: flex;
}

.homebanners article h4 {
  font-size: 32px;
  
  text-align: left;
  color: #000000;
  line-height: 38px;
  font-weight: normal;
}

.homebanners article h4 p {
  display: block;
  float: left;
  margin-right: 19px;
}

.homebanners article h4 span {
  float: left;
  display: block;
  width: 108px;
  height: 38px;
  border: 1px solid #0b0b0b;
  border-radius: 2px;
  font-size: 18px;
  
  text-align: center;
  color: #000000;
  box-sizing: border-box;
  line-height: 38px;
}

.homebanners article h1 {
  font-size: 54px;
  
  text-align: left;
  color: #000000;
  line-height: 62px;
  font-weight: normal;
  margin: 30px 0 40px;
}
.homebanners article.vid h1{
	margin: 40px 0 60px;
}
.homebanners article a {
  display: inline-block;
  /* width: 237px;
  height: 58px;
  line-height: 58px; */
  height: 42px;
  line-height: 40px;
  min-width: 170px;
  padding: 0 20px;
  box-sizing: border-box;
  /* background: #eff4f7; */
  border: 1px solid #333333;
  border-width: 1px !important;
  border-radius: 2px;
  box-shadow: 0px 5px 14px 0px transparent;
  font-size: 16px;
  /* font-size: 26px; */
  font-weight: lighter;
  color: #0b0b0b;
  position: relative;
  text-align: center;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.homebanners article a:after{
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #333333;
  border-top: 2px solid#333333;
  position: absolute;
  right: 12%;
  top: 50%;
  margin-top: -6px;
  transform-origin: center;
  transform: rotate(45deg);
  transition: 0.4s;
  display: none;
}
.homebanners article a:hover:after{
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.homebanners article a.openvideo:after{
  display: none;
}
.homebanners article a.openvideo{
  color: #fff;
  border: 2px solid #fff;
  background: none;
  /* font-size: 18px; */
  /* width: 226px; */
}
.homebanners article a:hover{
  color: #fff!important;
  top: -10px;
  border: 2px solid #ff0000!important;
  background: #ff0000;
}

.homebanners article a.brs {
  border-radius: 28px;
  width: 190px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.homebanners article.a-zhhy h4,
.homebanners article.a-zhhy h1{
  color: #fff;
}
.announcemen {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #f3f3f3;
}

.announcemen strong {
  font-size: 18px;
  
  text-align: left;
  color: #0b0b0b;
  letter-spacing: 1px;
}

.announcemen .newslist {
  width: calc(100% - 60px);
}

.announcemen .newslist>img {
  width: 20px;
  height: 18px;
  margin-right: 10px;
  padding-bottom: 2px;
}

.announcemen .newslist strong {
  margin-right: 15px;
  width: auto;
  white-space: nowrap;
}

.announcemen .newslist .newsboxs {
  width: calc(100% - 75px);
  height: 50px;
  line-height: 50px;
}

.announcemen .newslist .newsboxs .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  font-weight: lighter;
  text-align: left;
  color: #0b0b0b;
}

.announcemen .newslist .newsboxs .swiper-slide a i {
  font-style: normal;
  font-size: 16px;
  font-family: DINPro, DINPro-Medium;
  font-weight: 500;
  color: #3e3e3e;
}

.announcemen .newslist .newsboxs .swiper-slide a span {
  margin: 0 15px;
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #000;
}

.announcemen .more {
  width: auto;
  min-width: 50px;
  max-width: 60px;
  font-size: 16px;
  font-weight: lighter;
  text-align: left;
  color: #999999;
  letter-spacing: 0px;
  position: relative;
  padding-right: 15px;
  white-space:nowrap;
}

.announcemen .more:hover {
  color: #ff0000;
}

.announcemen .more:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../image/more2.png) no-repeat center right;
  background-size: 8px auto;
}

.programs {
  margin-bottom: 70px;
}

.programs h1 {
  margin-top: 74px;
  margin-bottom: 45px;
}

.programs .tabtitle {
  /* width: 587px; */
  max-width: 100%;
  margin: 0 auto;
}

.programs .tabtitle a {
  height: 16px;
  font-size: 14px;
  font-weight: lighter;
  text-align: left;
  color: #666666;
  line-height: 16px;
  letter-spacing: 0px;
  position: relative;
  margin: 0 30px;
}

/* .programs .tabtitle a:hover, */
.programs .tabtitle a.cur {
  color: #000000;
  
}

.programs .tabtitle a:after,
.programs .tabtitle a:after {
  content: '';
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

/* .programs .tabtitle a:hover:after, */
.programs .tabtitle a.cur:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ff0000;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.programs .tabbox {
  margin-top: 25px;
  width: 100%;
  height: 0;
  padding-bottom: 48%;
  position: relative;
}

.programs .tabbox>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #999999;
}



.programs .tabbox>div{
  display: block;
  opacity: 0;
}
.programs .tabbox>div.cur {
  opacity: 1;
}

.programs .tabbox>div .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.programs .tabbox>div .swiper-container .swiper-pagination-bullet {
  width: 28px;
  height: 4px;
  opacity: 0.26;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.programs .tabbox>div .swiper-container .swiper-pagination-bullet-active {
  width: 28px;
  height: 4px;
  background: rgba(0, 0, 0, 0.51);
  opacity: 1;
}

.programs .tabbox>div .swiper-container section {
  text-align: center;
  width: 100%;
  height: auto;
}

.programs .tabbox>div .swiper-container section h2 {
  font-size: 28px;
  
  text-align: center;
  color: #161616;
  line-height: 40px;
  letter-spacing: 2px;
  margin-top: 60px;
  font-weight: 500;
}

.programs .tabbox>div .swiper-container section h5 {
  font-size: 22px;
  font-weight: lighter;
  text-align: center;
  color: #161616;
  line-height: 25px;
  letter-spacing: 0px;
  margin: 15px 0 25px;
  font-weight: normal;
}

.programs .tabbox>div .swiper-container section a {
  display: inline-block;
  height: 24px;
  font-size: 14px;
  font-weight: lighter;
  text-align: left;
  color: #666666;
  line-height: 24px;
  letter-spacing: 0px;
  padding-bottom: 1px;
  font-weight: normal;
  position: relative;
}
.programs .tabbox>div .swiper-container section a.show{display: block;}
.programs .tabbox>div .swiper-container section a.hide{display: none;}

.programs .tabbox>div .swiper-container section a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #666666;
  bottom: 0;
  left: 0;
}

.programs .tabbox>div .swiper-container section a.ia:after{
  display: none;
}
.programs .tabbox>div .swiper-container section a.ia i{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #666666;
  bottom: 0;
  left: 0;
}


.programs .tabbox>div .swiper-container section a:hover {
  color: #ff0000;
}

.programs .tabbox>div .swiper-container section a:hover:after {
  background: #ff0000;
}

.programs .tabbox>div .swiper-container .swiper-button-next {
  width: 51px;
  height: 51px;
  margin-top: -25.5px;
  right: 1.7%;
}

.programs .tabbox>div .swiper-container .swiper-button-next:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../image/right.png) no-repeat center;
  background-size: 100%;
}

.programs .tabbox>div .swiper-container .swiper-button-prev {
  width: 51px;
  height: 51px;
  margin-top: -25.5px;
  left: 1.7%;
}

.programs .tabbox>div .swiper-container .swiper-button-prev:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../image/left.png) no-repeat center;
  background-size: 100%;
}

.programs .tabbox>div .swiper-container article {
  position: absolute;
  padding: 20px;
  box-sizing: border-box;
  left: 4.6%;
  bottom: 6.5%;
  width: 466px;
  height: 164px;
  max-width: 90%;
  z-index: 999;
  background: rgba(16, 16, 16, 0.59);
  border-radius: 4px;
  display: none;
}

.programs .tabbox>div .swiper-container article a {
  position: absolute;
  right: 0;
  top: 0;
  width: 19px;
  height: 19px;
  padding: 10px;
}

.programs .tabbox>div .swiper-container article a img {
  width: 100%;
  height: 100%;
  display: none;
}

.programs .tabbox>div .swiper-container article h3 {
  height: 35px;
  font-size: 30px;
  
  text-align: left;
  color: #ffffff;
  line-height: 35px;
  letter-spacing: 0px;
  margin-bottom: 20px;
  font-weight: normal;
}

.programs .tabbox>div .swiper-container article h3 span {
  display: block;
  float: left;
  width: 70px;
  height: 34px;
  background: #ff0000;
  border-radius: 4px;
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 33px;
  letter-spacing: 0px;
  margin-right: 12px;
}

.programs .tabbox>div .swiper-container article p {
  height: 52px;
  font-size: 16px;
  
  text-align: left;
  color: #ffffff;
  line-height: 26px;
  letter-spacing: 0px;
}

.programs .tabbox>div .swiper-container .zx {
  display: none;
  z-index: 999;
  position: absolute;
  width: 11.875%;
  height: 33.75%;
  left: 20.55%;
  top: 39.7%;
  background: url(../image/zx.png) no-repeat;
}

.programs .tabbox>div .swiper-container .dot {
  position: absolute;
  z-index: 999;
  left: 32.5%;
  top: 39%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff0000;
}

.programs .tabbox>div .swiper-container .dot:before {
  animation-delay: 0.2s;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  animation: wave 2s ease-out infinite;
}

.programs .tabbox>div .swiper-slide {
  background-size: 100% 100%;
  background-position: center;
}

.product {
  padding: 90px 0 77px;
}

.product h1 {
  margin-bottom: 58px;
}

.product .productbox {
  width: 100%;
  height: 0;
  padding-bottom: 52%;
  position: relative;
}

.product .productbox>section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product .productbox>section article {
  height: 100%;
}
.product .productbox>section article div.imgbox{
  max-width: 46.5%;
  height: 50px;
  overflow: visible;
  margin: 10px auto 0;
}
.product .productbox>section article div.imgbox img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.product .productbox>section article.s1 {
  width: 44%;
  float: right;
}

.product .productbox>section article.s2 {
  width: 100%;
}

.product .productbox>section article.s2 h4 {
  text-align: center;
  margin: 4% 0 2%;
  color: #000;
}

.product .productbox>section article.s2 h1 {
  text-align: center;
  color: #000;
}

.product .productbox>section article.s2.s3 {
  width: 50%;
  margin-left: 5%;
}

.product .productbox>section article.s2.s3 h4 {
  margin-top: 26%;
  text-align: left;
}

.product .productbox>section article.s2.s3 h1 {
  text-align: left;
  font-weight: normal;
  font-style: 48px;
}

.product .productbox>section article h4 {
  height: 40px;
  font-size: 22px;
  font-weight: lighter;
  text-align: center;
  color: #000000;
  line-height: 40px;
  letter-spacing: 1px;
  margin: 104px 0 31px;
  font-weight: normal;
}

.product .productbox>section article h4 strong{
  font-size: 24px;
  
  font-weight: normal;
}


.product .productbox>section article h1 {
  /* height: 52px; */
  font-size: 36px;
  
  text-align: center;
  color: #000000;
  line-height: 41px;
  letter-spacing: 6px;
  font-weight: 500;
  margin-bottom: 0;
}

.product .productbox .proswiper {
  width: 100%;
  height: 100%;
}

.product .productbox .proswiper .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.product .productbox .proswiper .swiper-slide i {
  position: absolute;
  left: 50px;
  top: 50px;
  height: 28px;
  font-size: 24px;
  
  text-align: center;
  color: #ff0000;
  line-height: 42px;
  letter-spacing: 0px;
  width: 144px;
  height: 42px;
  background: rgba(255, 0, 0, 0);
  border: 1px solid #ff0000;
  border-radius: 7px;
  font-style: normal;
  text-transform: uppercase;
}

.product .productbox .proswiper2 {
  width: 300px;
  height: 140px;
  position: absolute;
  bottom: 30px;
  left: 0;
}

.product .productbox .proswiper2 .s2 .swiper-slide-active a {
  opacity: 1;
}

.product .productbox .proswiper2 .s2 .swiper-slide-active a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 3px;
  height: 80%;
  background: #ff0000;
}

.product .productbox .proswiper2 .s2 .swiper-slide a {
  color: #000;
}

.product .productbox .proswiper2 .swiper-slide {
  width: 100%;
}

.product .productbox .proswiper2 .swiper-slide a {
  display: inline-block;
  padding-left: 25px;
  margin-left: 60px;
  height: 21px;
  opacity: 0.49;
  font-size: 18px;
  font-weight: lighter;
  text-align: left;
  color: #000000;
  position: relative;
}
.product .productbox .proswiper2 .swiper-slide a.fff{
  color: #fff!important;
}
.product .productbox .proswiper2 .swiper-slide a.hhh{
  color: #0B0B0B!important;
}
.product .productbox .proswiper2 .swiper-slide-active a {
  opacity: 1;
  
  text-align: left;
  color: #000000;
}

.product .productbox .proswiper2 .swiper-slide-active a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  width: 3px;
  height: 90%;
  background: #fff;
}

.product .prolist {
  width: 100%;
  margin-top: 20px;
}

.product .prolist .item {
  width: 49.5%;
  background-size: 100%;
  background-position: center;
}

.product .prolist .item a>div {
  width: 100%;
  height: 0;
  padding-bottom: 58%;
  position: relative;
}
.product .prolist .item a{width: 100%;height: 100%;}
.product .prolist .item a>div article {
  position: absolute;
  left: 0;
  top: 0;
  margin: 11.5% 5%;
  width: 41%;
  height: 60%;
}

.product .prolist .item a>div article.zhhya {
  width: 42%;
}

.product .prolist .item a>div article h3 {
  font-size: 24px;
  
  text-align: left;
  color: #0b0b0b;
  line-height: 36px;
  margin-bottom: 4%;
  font-weight: normal;
  width: 103%;
}

.product .prolist .item a>div article h4 {
  font-size: 18px;
  font-weight: lighter;
  text-align: left;
  color: #0b0b0b;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: normal;
  width: 90%;
}

.product .prolist .item a>div article span {
  font-size: 16px;
  font-weight: lighter;
  text-align: left;
  color: #666666;
  line-height: 20px;
  letter-spacing: 0px;
  padding-right: 0;
  position: absolute;
  bottom: 0px;
}

.product .prolist .item a>div article span i {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #666;
  top: 30px;
  left: 0;
}
.product .prolist .item a>div article span.ispan:after{
  display: none;
}
.product .prolist .item a>div article span.ispan i {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #666;
  top: 30px;
  left: 0;
}


.product .prolist .item a:hover>div article span {
  color: #ff0000;
}

.product .prolist .item a:hover>div article span i {
  background: #ff0000;
}


.product .prolist .item div {
  width: 100%;
  height: 0;
  padding-bottom: 58%;
  position: relative;
}
.product .prolist .item a{width: 100%;height: 100%;}
.product .prolist .item div article {
  position: absolute;
  left: 0;
  top: 0;
  margin: 11.5% 5%;
  width: 41%;
  height: 60%;
}

.product .prolist .item div article.zhhya {
  width: 42%;
}

.product .prolist .item div article h3 {
  font-size: 32px;
  
  text-align: left;
  color: #0b0b0b;
  line-height: 36px;
  margin-bottom: 4%;
  font-weight: normal;
  width: 120%;
}

.product .prolist .item div article h4 {
  font-size: 24px;
  font-weight: lighter;
  text-align: left;
  color: #0b0b0b;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: normal;
}

.product .prolist .item div article span {
  font-size: 18px;
  font-weight: lighter;
  text-align: left;
  color: #666666;
  line-height: 24px;
  letter-spacing: 0px;
  padding-right: 0;
  position: absolute;
  bottom: 0%;
}

/* .product .prolist .item div article span:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #666;
  top: 30px;
  left: 0;
} */

.product .prolist .item div article span:hover {
  color: #ff0000;
}

.product .prolist .item div article span:hover:after {
  background: #ff0000;
}




.news {
  padding: 115px 0 100px;
}

.news h1.title {
  padding-bottom: 78px;
}

.news .newslist.s2 section h6:after {
  background: #ff0000;
}

.news .newslist a {
  width: 32%;
  display: block;
  background: #ffffff;
  box-shadow: 0px 2px 29px 16px rgba(0, 0, 0, 0.03);
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news .newslist a:hover{
  top: -10px;
}

.news .newslist a:hover .imgbox img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.news .newslist a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 59%;
  overflow: hidden;
  position: relative;
}

.news .newslist a .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.news .newslist a section {
  padding:0 0px 40px;
}

.news .newslist a section h4 {
  height: 33px;
  font-size: 24px;
  
  text-align: center;
  color: #040404;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: center;
  margin: 25px 0px 15px;
  font-weight: normal;
  padding: 0 25px;
}

.news .newslist a section h6 {
  height: 22px;
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  color: #9b9b9b;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}

.news .newslist a section h6:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 1px;
  background: #0b0b0b;
}

/* .news .newslist a:hover p{
  height: 105px;
} */
.news .newslist a section p {
  padding: 0 5%;
  width: 375px;
  max-width: 90%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  color: #000000;
  line-height: 35px;
  letter-spacing: 0px;
}

.news .morenews {
  display: block;
  margin: 40px auto 0;
  width: 202px;
  height: 45px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #4a4a4a;
  line-height: 45px;
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.news .morenews:hover{
  color: #ff0000;
  top: -10px;
  border: 1px solid #ff0000;
  padding-bottom: 10px;
}

.news .morenews:after {
  content: '';
  padding-right: 20px;
  width: 8px;
  height: 100%;
  right: 10px;
  top: 0;
  background: url(../image/more2.png) no-repeat center right;
  background-size: 8px auto;
  overflow: hidden;
  display: block;
  position: absolute;
}
.news .morenews:hover:after{
  background: url(../image/more2_1.png) no-repeat center right;
  background-size: 8px auto;
}

.why {
  width: 100%;
  min-height: 582px;
  background: url(../image/why.png) no-repeat center;
  background-size: cover;
}

.why h1.title {
  padding: 133px 0 178px;
}

.why .s2 h1 {
  color: #fff;
}

.why .s2 .whybox article h1 {
  color: #fff;
}

.why .s2 .whybox article h1:after {
  color: #fff;
}

.why .s2 .whybox article p {
  color: #fff;
}

.why .whybox article {
  text-align: center;
  width: 25%;
  height: 170px;
}

.why .whybox article h1 {
  font-size: 72px;
  font-family: DINAlternate, DINAlternate-Bold;
  font-weight: 700;
  text-align: center;
  color: #000000;
  line-height: 83px;
  letter-spacing: 1px;
  font-weight: normal;
  position: relative;
  display: inline-block;
}

.why .whybox article h1 i {
  display: inline-block;
  font-size: 45px;
  font-weight: lighter;
  text-align: center;
  color: #000000;
  line-height: 52px;
  letter-spacing: 1px;
  height: 50px;
  font-style: normal;
  position: relative;
  color: #fff;
}
.why .whybox article h1 i:after{
  content: '+';
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 45px;
  font-weight: lighter;
  text-align: center;
  color: #000000;
  line-height: 52px;
  letter-spacing: 1px;
} 

.why .whybox article p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  color: #4a4a4a;
  line-height: 20px;
}

.help {
  width: 100%;
  height: 185px;
}

.help .wrap {
  height: 100%;
}

.help .wrap a {
  width: 28.5%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.help .wrap a .imgbox{
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.help .wrap a:hover .imgbox{
  margin-top: -10px;
}
.help .wrap a:hover h5 {
  color: #ff0000;
}
.help .wrap a p{
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
} 
.help .wrap a:hover p {
  color: #ff0000;
  margin-top: -10px;
}

.help .wrap a:nth-child(2):after {
  content: '';
  position: absolute;
  left: 0;
  top: 22%;
  width: 1px;
  height: 56%;
  background: #E5E5E5;
}

.help .wrap a:nth-child(2):before {
  content: '';
  position: absolute;
  right: 0;
  top: 22%;
  width: 1px;
  height: 56%;
  background: #E5E5E5;
}

.help .wrap a h5 {
  height: 21px;
  font-size: 18px;
  
  text-align: center;
  color: #151514;
  line-height: 21px;
  letter-spacing: 0px;
  margin: 10px 0 10px;
  font-weight: 500;
}

.help .wrap a p {
  height: 24px;
  font-size: 14px;
  font-weight: lighter;
  text-align: left;
  color: #666666;
  line-height: 24px;
  letter-spacing: 0px;
  position: relative;
  padding-bottom: 5px;
}

.help .wrap a p:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  margin-top: 0;
  top: 25px;
  background: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotate(0deg);
  border: none;
}

.help .wrap a:hover p:after {
  background: #ff0000;
}
.help .wrap a .imgbox{
  background-size: 100% 100%;
}
.help .wrap a:first-child .imgbox{
  width: 46px;
  height: 56px;
}
.help .wrap a:nth-child(2) .imgbox{
  width: 52px;
  height: 52px;
}
.help .wrap a:nth-child(3) .imgbox{
  width: 58px;
  height: 56px;
}
.help .wrap a:hover .imgbox{
  background-image: none!important;
}
.help .wrap a .imgbox img{
  opacity: 0;
}
.help .wrap a:hover .imgbox img{
  opacity: 1;
}




.slide-right {
  display: none;
  position: fixed;
  z-index: 998;
  right: 6.5%;
  bottom: 15%;
  width: 63px;
  height: auto;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
}

.slide-right.cur {
  display: block;
}

.slide-right a {
  width: 100%;
  font-size: 12px;
  font-weight: lighter;
  text-align: center;
  color: #4a4a4a;
  line-height: 15px;
  height: 65px;
  line-height: 100px;
}

.slide-right a>span {
  display: inline-block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}

.slide-right a:hover {
  color: #fff;
}





.slide-right a.lysy {
  height: 65px;
  background: url(../image/gm0.png) no-repeat center 10px #fff;
}

.slide-right a.lysy:hover {
  background: url(../image/gm02.png) no-repeat center 10px #ff0000;
}







.slide-right a.zxgm {
  height: 65px;
  background: url(../image/gm2.png) no-repeat center 10px #fff;
}

.slide-right a.zxgm:hover {
  background: url(../image/gm.png) no-repeat center 10px #ff0000;
}

.slide-right a.lxwm {
  height: 65px;
  background: url(../image/lx2.png) no-repeat center 10px #fff;
}

.slide-right a.lxwm:hover {
  background: url(../image/lx.png) no-repeat center 10px #ff0000;
}

.slide-right a.gotop {
  height: 25px;
  padding-bottom: 10px;
}

.slide-right a.gotop img {
  margin-bottom: 0;
}

.slide-right a.s_zhhy {
  height: 65px;
  background: url(../image/sp1.png) no-repeat center 10px #fff;
}

.slide-right a.s_zhhy:hover {
  background: url(../image/sp2.png) no-repeat center 10px #ff0000;
}

.slide-right a.s_zhjy {
  height: 65px;
  background: url(../image/sp3.png) no-repeat center 10px #fff;
}

.slide-right a.s_zhjy:hover {
  background: url(../image/sp4.png) no-repeat center 10px #ff0000;
}

.slide-right a.s_znxs {
  height: 65px;
  background: url(../image/sp5.png) no-repeat center 10px #fff;
}

.slide-right a.s_znxs:hover {
  background: url(../image/sp6.png) no-repeat center 10px #ff0000;
}




footer {
  width: 100%;
  height: auto;
  background: #0b0b0b;
}

footer.s2 .foot1 .subnav ul li:first-child a,
footer.s2 .foot1 .subnav ul li:hover a {
  color: #000;
}

footer.s2 .foot1 .subnav ul li a {
  color: rgba(0, 0, 0, 0.72);
}

footer.s2 .foot1 .tel p {
  color: rgba(0, 0, 0, 0.72);
}

footer.s2 .foot2 {
  border-bottom: none;
}

footer.s2 .foot2 p {
  color: #000;
}

footer.s2 .foot2 .link a {
  color: rgba(0, 0, 0, 0.72);
}

footer.s2 .foot2 .link a:hover {
  color: #000;
}

footer.s2 .foot3 {
  margin: 0;
  padding: 0;
  height: 63px;
}

footer .foot1 {
  padding-top: 100px;
}

footer .foot1 .subnav {
  width: 80%;
}

footer .foot1 .subnav ul {
  width: 12.5%;
}

footer .foot1 .subnav ul:first-child {
  width: 10%;
}

footer .foot1 .subnav ul:last-child {
  width: 15%;
}

footer .foot1 .subnav ul li {
  margin-bottom: 20px;
}

footer .foot1 .subnav ul li:first-child:hover a,
footer .foot1 .subnav ul li:hover a {
  color: #ff0000;
}

footer .foot1 .subnav ul li:first-child a {
  font-size: 16px;
  
  text-align: left;
  color: rgba(0, 0, 0, 0.72);
  line-height: 18px;
  letter-spacing: 0px;
}

footer .foot1 .subnav ul li a {
  font-size: 14px;
  font-weight: lighter;
  text-align: left;
  color: rgba(0, 0, 0, 0.72);
  line-height: 17px;
  letter-spacing: 0px;
  /* font-weight: 600; */
}

footer .foot1 .tel .logo2 {
  margin-bottom: 15px;
}

footer .foot1 .tel p {
  font-size: 16px;
  font-family: initial;
  text-align: left;
  color: rgba(0, 0, 0, 0.72);
  line-height: 18px;
  letter-spacing: 0px;
  margin-bottom: 10px;
  font-weight: 600;
}

footer .foot1 .tel p span {
  font-size: 14px;
  font-weight: lighter;
  text-align: left;
  color: rgba(0, 0, 0, 0.72);
  line-height: 17px;
  letter-spacing: 0px;
  font-weight: 500;
}

footer .foot2 {
  margin-top: 100px;
  padding-bottom: 15px;
}

footer .foot2 .link {
  width: calc(100% - 220px)
}

footer .foot2 .link a {
  font-size: 14px;
  font-weight: lighter;
  text-align: left;
  color: rgba(0, 0, 0, 0.72);
  line-height: 17px;
  letter-spacing: 0px;
  margin: 0 10px 15px 10px;
  font-weight: 600;
}

footer .foot2 .link p {
  margin-bottom: 15px;
  margin-right: 8px;
}

footer .foot2 .link a:hover {
  color: #ff0000;
}

footer .foot2 .help p {
  font-size: 12px;
  text-align: center;
  color: #777;
}

footer .foot2 p {
  font-size: 16px;
  
  text-align: left;
  color: rgba(0, 0, 0, 0.72);
  line-height: 17px;
  letter-spacing: 0px;
}

footer .foot3 {
  margin-top: 15px;
  padding-bottom: 100px;
}

footer .foot3 .copyright {
  color: rgba(255, 255, 255, 0.72);
}

footer .foot3 .copyright a {
  color: rgba(255, 255, 255, 0.72);
}

footer .foot3 .copyright a:hover {
  color: rgba(255, 255, 255, 1);
}

footer .foot3 .right a {
  font-size: 14px;
  font-weight: lighter;
  text-align: left;
  color: rgba(255, 255, 255, 0.72);
  line-height: 17px;
  letter-spacing: 0px;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}

footer .foot3 .right a:hover {
  color: #fff;
}

footer .foot3 .right a:last-child {
  margin-right: 0;
  padding-right: 0;
}

footer .foot3 .right a:last-child:after {
  background: none;
}

footer .foot3 .right a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.72);
  right: 0;
  top: 0;
}

.social-share{
  margin-bottom: 15px;
}
.social-share .social-share-icon {
  height: 17px;
  border: none;
}

.social-share .social-share-icon:hover {
  background: rgba(0, 0, 0, 0);
}

.social-share .social-share-icon:hover img {
  opacity: 0.75;
}

.social-share .social-share-icon:before {
  content: '';
}

.social-share .social-share-icon img {
  width: auto;
  height: 100%;
  display: block;
  opacity: 0.5;
  margin: 0 auto;
}
.product .productbox .proswiper .swiper-slide img{
  display: none;
}
@media only screen and (max-width: 1880px) {
  .homebanners article>div {
    margin: 0 100px;
  }
}

@media only screen and (max-width: 1680px) {
  footer .foot1{
    padding-top: 80px;
  }
  .slide-right {
    right: 1%;
  }

  .homebanners article>div {
    margin: 0 100px;
  }

  .wrap {
    width: 75%;
  }

  .programs h1 {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .programs .tabbox {
    padding-bottom: 50%;
  }

  .product .productbox {
    padding-bottom: 55%;
  }

  .product {
    padding: 50px 0;
  }

  .product h1 {
    margin-bottom: 30px;
  }

  .news {
    padding: 50px 0;
  }

  .news h1.title {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1680px) {
  header nav li .item .meunbox>div section .imgbox{
    margin: 0 20px 36px;
    width: 160px;
  }
  header nav li .item .meunbox>div .box.fa section .imgbox{
    margin: 0 30px;
  }
  header nav li>a{
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1600px) {
  footer .foot2 .link a{
    margin: 0 5px 15px 5px;
  }
  header nav li>a{
    padding: 0 25px;
  }
 
  .product .productbox>section article h4{font-size: 20px;}
  .product .productbox>section article h4 strong{
    font-size: 22px;
  }
  header nav li .item .meunbox>div .box.fa section .imgbox{
    margin: 0 20px;
  }
  header nav li .item .meunbox>div section .imgbox{
    margin: 0 15px 36px;
    width: 150px;
  }
  footer .foot1{
    padding-top: 70px;
  }
  .homebanners article.mt20{
    margin-top: 150;
  }
  .homebanners article>div {
    margin: 0 50px;
  }
  h1.title{
    font-size: 40px;
    line-height: 50px;
  }
  .programs .tabbox>div .swiper-container section h2{
    font-size: 35px;
  }
  .product .productbox>section article h1{
    font-size: 30px;
  }
  .product .productbox>section article.s2 h4{
    margin: 45px 0 15px;
  }
  .programs .tabbox {
    padding-bottom: 45%;
  }

  .product .productbox {
    padding-bottom: 48%;
  }

}

@media only screen and (max-width: 1440px) {
  /* .homebanners article a{
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border: 1px solid #333333;
  }
  .homebanners article a.openvideo{
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border: 1px solid #ff0000;
  } */
  /* .homebanners article .lysya{
    font-size: 20px;
  } */
  .homebanners article a:after,
  .homebanners article .lysya:after{
    border-right: 1px solid #333333;
    border-top: 1px solid#333333;
  }
  .homebanners article a:hover:after,
  .homebanners article .lysya:hover:after {
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
  }
  .homebanners article a:hover,
  .homebanners article a.openvideo:hover{
    border: 1px solid #ff0000;
  }
  /* .homebanners article a.openvideo img{
    width: 26px;
    height: 26px;
  } */
  header nav li>a{
    padding: 0 20px;
  }
  .product .productbox>section article h4{
    font-size: 18px;
  }
  .product .productbox>section article h4 strong{
    font-size: 20px;
  }
  header nav li .item .meunbox>div .box.fa section .imgbox{
    margin: 0 15px;
  }
  header nav li .item .meunbox>div section .imgbox{
    margin: 0 12px 36px;
    width: 140px;
  }
  footer .foot1{
    padding-top: 60px;
  }
  .zhhy_index .tabbox > div article h4{
    margin: 30px auto 20px;
  }
  .zhhy_index .tabtitle2 a{margin: 0 20px;}
  .homebanners article.mt20{
    margin-top: 100px;
  }
  .wrap {
    width: 75%;
  }
  .homebanners article>div {
    margin: 0 30px;
  }
  .programs .tabbox {
    padding-bottom: 50%;

  }

  .product .productbox {
    padding-bottom: 55%;
  }
  .programs .tabbox>div .swiper-container section h2{
    font-size: 30px;
    margin-top: 20px;
  }
  .programs .tabbox>div .swiper-container section h5{
    margin: 15px 0;
  }
  .product .productbox>section article h1{
    font-size: 28px;
  }
  .product .productbox>section article.s2 h4{
    margin: 3% 0 2%;
  }
  .news {
    padding: 40px 0;
  }
  header{
    height: 50px;
  }
  header nav li>a{
    line-height: 50px;
  }
  .header_div{
    height: 50px;
  }
  header nav li .item{
    top: 50px;
  }
}

@media only screen and (max-width: 1366px) {
  header nav li .item .meunbox>div .box.fa section .imgbox{
    margin: 0 10px;
  }
  header nav li .item .meunbox>div section .imgbox{
    margin: 0 10px 36px;
    width: 130px;
  }
  footer .foot1{
    padding-top: 50px;
  }
  .homebanners article.mt20{
    margin-top: 100px;
  }
  .wrap {
    width: 75.67%;
  }
  .programs .tabbox {
    padding-bottom: 42%;
  }
  .product{
    padding: 40px 0;
  }
  .product .productbox {
    padding-bottom: 45%;
  }
  .news {
    padding: 30px 0;
  }

  header nav li.tcl {
    width: 100px;
  }

  header nav li>a {
    padding: 0 15px;
  }

  .homebanners article h1 {
    font-size: 40px;
  }

  .homebanners article h4 {
    font-size: 25px;
  }

  .homebanners article a {
    font-size: 20px;
  }

  .slide-right {
    right: 1%;
  }

  h1.title {
    font-size: 30px;
    line-height: 40px;
  }

  header nav li .item .meunlist span {
    padding: 15px 30px;
  }


 
 
  .programs h1 {
    margin: 40px 0 30px;
  }

  .programs .tabbox>div .swiper-container section h2 {
    font-size: 24px;
    line-height: 40px;
    margin-top: 10px;
  }

  .programs .tabbox>div .swiper-container section h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin: 8px 0 4px;
  }

  .product .prolist .item>div article {
    margin: 8% 7%;
  }

  .product .productbox>section article h1 {
    font-size: 24px;
    line-height: 40px;
  }

  .product .productbox>section article h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .product .productbox>section article h4 strong{
    font-size: 20px;
  }

  .product .prolist .item>div article h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .product .prolist .item>div article h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .product .productbox .proswiper .swiper-slide i {
    top: 30px;
    left: 30px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }

  .why h1.title {
    padding: 75px 0 80px;
  }

  .why .whybox article {
    width: 50%;
  }
  .product .prolist .item a>div article h3{
    font-size: 20px;
    line-height: 30px;
  }
  .product .prolist .item a>div article h4{
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  header nav li#navs3 .item .meunbox{
    width: 70%;
  }
  header nav li .item .meunbox>div .box.fa section .imgbox{
    margin: 0 10px;
  }
 
  .wrap{width: 75.67%;}
  header .wrap{
    width: 90%;
  }
  .programs .tabbox {
    padding-bottom: 50%;
  }

  .product .productbox {
    padding-bottom: 55%;
  }
}
@media only screen and (max-width: 1024px) {
  .homebanners article.mt20{
    margin-top: 80px;
  }
  .homebanners article h1{
    margin: 10px 0;
  }
  .wrap {
    width: 75.67%;
  }

  
  header nav li.tcl {
    width: 90px;
  }

  header nav li>a {
    padding: 0 10px;
  }

  header nav li .item .meunlist span {
    margin: 0 30px;
  }

  header nav li .item .meunbox>div section .imgbox {
    /* width: 140px; */
    margin: 0 10px 36px;
  }

 

  footer .foot1 .subnav ul li:first-child a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 960px) {
  .wrap{
    width: 95%;
  }
  footer .wrap.wrap2{
    max-width: 98%;
  }
  .homebanners article a{
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 1px solid #333333;
  }
/*
  .homebanners article a.openvideo{
    border: 1px solid #ff0000!important;
  }
   .homebanners article a.openvideo{
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 1px solid #ff0000!important;
  } */
  .homebanners article a:after,
  .homebanners article .lysya:after{
    border-right: 1px solid #333333;
    border-top: 1px solid#333333;
  }
  .homebanners article a:hover:after,
  .homebanners article .lysya:hover:after {
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
  }
  .homebanners article a:hover,
  .homebanners article a.openvideo:hover{
    border: 1px solid #ff0000;
  }
  .homebanners article a.openvideo img{
    width: 24px;
    height: 24px;
  }
  .homebanners article .lysyd{
    margin-bottom: 10px;
    font-size: 14px;
    padding: 8px 13px;
  }
  .homebanners article .lysyspan{
    width: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border: 1px solid #ff0000;
  }
  .homebanners article .lysya{
    font-size: 14px;
	border: 1px solid #333333;
  }
  .homebanners article .lysyp,
  .homebanners article .lysyp.lysyp2{
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }
  .homebanners article .lysyp.lysyp2{
    text-align: left;
  }
  .homebanners article.mt20{
    margin-top: 70px;
  }
  .help{height: 100px;}
  .zhhy_index .tabbox > div article h4{
    margin: 10px auto 5px;
  }
  .product .prolist .item a>div article{
    margin: 5% 2%;
    height: 70%;
  }
  .product .prolist .item div article h3,
  .product .prolist .item a>div article h3{
    font-size: 18px;
  }
  .product .prolist .item div article h4,
  .product .prolist .item a>div article h4{
    font-size: 16px;
    line-height: 20px;
  }
  .product .prolist .item a>div article span,
  .product .prolist .item div article span{
    font-size: 14px;
  }
  .news .morenews {
    margin: 20px auto 0;
  }

  .banner .swiper-slide {
    background-size: cover;
  }

  .homebanners .swiper-pagination-bullets {
    bottom: 10px;
  }

  .programs .tabbox>div .swiper-container article p {
    height: 78px;
    -webkit-line-clamp: 3;
  }

  .programs .tabbox>div .swiper-container article {
    width: 76%;
    left: 12%;
    bottom: 1%;
    padding: 10px;
    height: 140px;
  }

  .programs .tabbox>div .swiper-container article h3 {
    margin-bottom: 10px;
  }

  header nav li.tcl {
    width: 100%;
    max-width: 100%;
  }

  header nav {
    width: 75%;
  }

  .product .productbox{
    width: 100%;
  }
  .programs .tabbox {
    padding-bottom: 66%;
    width: 100%;
  }

  .programs .tabbox>div .swiper-container section h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
  }

  .programs .tabbox>div .swiper-container section h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .programs .tabbox>div .swiper-container section a {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
  }

  .product .productbox .proswiper .swiper-slide i {
    top: 20px;
    left: 15px;
    width: 100px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }

  .product .prolist .item>div article {
    height: 70%;
  }

  .product .prolist .item>div article h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .product .prolist .item>div article h4 {
    font-style: 16px;
  }

  header {
    height: 50px;
  }

  header .menua {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
  }

  header .menua i {
    position: absolute;
    left: 20%;
    width: 60%;
    height: 2px;
    margin-top: -1px;
    background: #333;
    top: 50%;
  }

  header .menua i:after {
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    transition: transform 0.3s;
    top: -8px;
    background: #333;
  }

  header .menua i:before {
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: transform 0.3s;
    position: absolute;
    top: 8px;
    background: #333;
  }

  header nav {
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    height: auto;
    background: #f9f9f9;
    border-top: 1px solid #f1f1f1;
  }

  header nav li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f1f1f1;
    order: 2;
    position: relative;
  }

  header nav li .item.hide {
    display: none;
  }

  header nav li:hover .item {
    display: none;
    z-index: 0;
    top: 0px;
    left: 0;
    width: 0;
    height: 0;
  }

  header nav li:hover .item section {
    display: none;
  }

  header nav li .item .meunlist span {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 14px;
  }

  header nav li .item {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  header nav li .item .meunbox>div section {
    padding: 10px 0;
  }

  header nav li .item .meunbox>div section.sh {
    padding: 20px 0 10px;
    margin-top: 10px;
  }

  header nav li .item .meunbox>div section h1 {
    left: 25px;
  }

  header nav li .item .meunbox>div .box.sh {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  /*  header nav li .item .meunbox {
    display: none;
  }
  
  header nav li .item .meunlist {
    display: none;
  } */
  header nav li>a {
    line-height: 50px;
  }

  header nav li a {
    display: inline;
    padding: 10px;
    margin: 0 10px;
    font-size: 16px;
  }

  header nav li.search {
    width: 100%;
    height: 50px;
    order: 1;
  }

  header nav li.search.cur {
    width: 100%;
  }

  header nav li.search form {
    display: block;
    position: absolute;
    width: 80%;
    top: 5px;
    height: 40px;
    right: 10%;
    padding: 0;
  }

  header nav li.search form input {
    width: calc(100% - 40px);
  }

  header nav li.search form input[type="submit"],
  header nav li.search form input[type="button"] {
    width: 40px;
    height: 40px;
  }

  header nav li.search a {
    display: none;
  }

 
 


  footer.s2 .foot3 {
    height: auto;
    padding: 10px 0;
  }

  footer.s2 .foot1 .subnav ul li.cur.on:after {
    transform: rotate(135deg);
  }

  footer.s2 .foot1 .subnav ul li.on:after {
    border-right: 1px solid #888;
    border-top: 1px solid #888;
    position: absolute;
  }

  footer .foot1 {
    padding-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  footer .foot1 .subnav {
    width: 100%;
    margin-bottom: 20px;
  }

  footer .foot1 .subnav ul {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
  }

  footer .foot1 .subnav ul.auto {
    height: auto;
  }

  footer .foot1 .subnav ul li {
    display: none;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0px;
  }

  footer .foot1 .subnav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 35px;
  }

  footer .foot1 .subnav ul li.cur.on:after {
    transform: rotate(135deg);
  }

  footer .foot1 .subnav ul li.on {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    display: block;
  }

  footer .foot1 .subnav ul li.on a {
    display: block;
    line-height: 40px;
    width: 50%;
  }

  footer .foot1 .subnav ul li.on:after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid rgba(0, 0, 0, 0.72);
    border-top: 1px solid rgba(0, 0, 0, 0.72);
    position: absolute;
    right: 10px;
    top: 15px;
    transform-origin: center;
    transform: rotate(45deg);
    transition: 0.4s;
  }

  footer .foot1 .tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  footer .foot2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
  }

  footer .foot2 .link {
    width: 90%;
    margin: 0 5%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  /* footer .foot2 .link > * {
   margin: 10px;
  } */

  footer .foot3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 30px;
  }

  footer .foot1 .subnav ul:first-child {
    width: 100%;
  }

  footer .foot1 .subnav ul:last-child {
    width: 100%;
  }

  footer .foot1 .subnav ul li:first-child a {
    font-size: 16px;
  }

  header.subheader nav ul>li.cur>a:after,
  header.subheader nav ul>li:hover>a:after {
    background: none;
  }

}

@media only screen and (max-width: 768px) {

  .wrap.wrap2{
    max-width: 98%;
  }
  .homebanners article a.openvideo img {
    width: 20px;
    height: 20px;
  }
  .wrap {
    width: 95%;
  }

  .homebanners .swiper-slide .swiper-slide-con .wrap {
    width: 96%;
  }


  .homebanners article.a2 h1 {
    font-size: 20px;
    margin: 8px 0 15px;
  }

  .homebanners article.a2 h4 {
    font-size: 18px;
    height: auto;
    line-height: 30px;
  }

  .homebanners article a{
    background: transparent;
  }

  .homebanners article.a2 h4 span {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .homebanners article.a2 a {
    font-size: 16px;
    width: 150px;
    height: 40px;
    line-height: 40px;
  }

  .homebanners article h1 {
    font-size: 20px;
    margin: 8px 0 15px;
  }

  .homebanners article h4 {
    font-size: 16px;
    height: auto;
    line-height: 30px;
    position: relative;
  }
  .homebanners article h4.mt40 {
    padding-top: 40px;
  }
  

  .homebanners article h4 span {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
  }

  .homebanners article a {
    font-size: 14px;
    width: 120px;
    min-width: 120px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #333333;
    padding: 0 15px;
  }
  .homebanners article a.openvideo{
    min-width: 130px;
  }

  .homebanners article .lysya:after{
    font-size: 14px;
    line-height: 30px;
    right: 12%;
    height: 8px;
    width: 8px;
    border-right: 1px solid #333333;
    border-top: 1px solid#333333;
  }
.homebanners article a:after{
	height: 8px;
	width: 8px;
	border-right: 1px solid #333333;
	border-top: 1px solid#333333;
}
  .announcemen {
    height: 50px;
    line-height: 50px;
  }

  .announcemen .newslist {
    width: calc(100% - 45px);
  }

  .announcemen .newslist>img {
    width: 15px;
    height: auto;
    margin-right: 2px;
  }

  .announcemen .newslist .newsboxs {
    height: 50px;
    line-height: 50px;
  }

  .announcemen .newslist .newsboxs .swiper-slide a {
    line-height: 50px;
  }

  .announcemen .newslist .newsboxs .swiper-slide a span {
    margin: 0 5px;
  }

  .announcemen .newslist strong {
    width: auto;
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
  }

  .announcemen .more {
    font-size: 14px;
    max-width: 50px;
    overflow: hidden;
    padding-right: 0;
  }

  h1.title {
    font-size: 24px;
    height: 40px;
    line-height: 40px;
  }

  .programs {
    margin-bottom: 0px;
  }

  .programs h1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .programs .tabtitle {
    max-width: 350px;
  }

  .programs .tabtitle a {
    text-align: center;
    margin: 0 10px 30px 10px;
  }

  .programs .tabbox {
    margin-top: 0;
  }

  .programs .tabbox>div .swiper-container .swiper-button-next,
  .programs .tabbox>div .swiper-container .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .programs .tabbox>div .swiper-container article {
    height: 125px;
  }

  .programs .tabbox>div .swiper-container article h3 {
    height: 26px;
    line-height: 26px;
    font-size: 18px;
  }

  .programs .tabbox>div .swiper-container article h3 span {
    font-size: 18px;
    width: auto;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    margin: 0;
    margin-right: 5px;
  }

  .programs .tabbox>div .swiper-container article p {
    font-size: 14px;
    line-height: 20px;
  }

  .programs .tabbox>div .swiper-container section h2 {
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    margin-top: 8px;
    font-weight: normal;
  }

  .programs .tabbox>div .swiper-container section h5 {
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    font-weight: normal;
    margin: 5px 0 0px;
  }

  .programs .tabbox>div .swiper-container section a {
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    font-weight: normal;
    height: 15px;
  }

  .product {
    padding: 30px 0 0;
  }

  .product h1 {
    margin-bottom: 30px;
  }

  .product .productbox {
    padding-bottom: 107.86%;
  }
  .product .productbox .proswiper .swiper-slide img{
    width: 100%;
    display: block;
  }

  .product .productbox>section article{
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }

  .product .productbox .proswiper .swiper-slide i {
    top: 8px;
    left: 8px;
    width: 65px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }

  .product .productbox>section article.s2 h4 {
    margin: 10% 0 3%;
    height: 24px;
    line-height: 24px;
  }

  .product .productbox>section article h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
  }
  .product .productbox>section article h4 strong{
    font-size: 16px;
  }

  .product .productbox>section article h1 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    margin-bottom: 5px;
  }

  .product .productbox>section article div.imgbox{
    margin: 0 auto ;
  }

  .product .productbox .proswiper2 {
    width: 200px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 10px;
  }

  .product .productbox .proswiper2 .swiper-slide {
    width: 100%;
  }

  .product .productbox .proswiper2 .swiper-slide a {
    display: inline-block;
    padding-left: 5px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: lighter;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
    opacity: 0.49;
    position: relative;
  }

  .product .productbox .proswiper2 .s2 .swiper-slide-active a:after {
    top: 25%;
    width: 2px;
    height: 50%;
  }

  .product .productbox .proswiper2 .swiper-slide-active a {
    opacity: 1;
  }

  .product .productbox .proswiper2 .swiper-slide-active a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    width: 2px;
    height: 60%;
    background: #fff;
  }

  .product .prolist {
    margin-top: 0;
  }

  .product .prolist .item {
    width: 100%;
    margin-top: 10px;
  }

  .product .prolist .item>div article {
    margin: 8% 2%;
  }

  .product .prolist .item>div article span:after {
    margin-top: -6px;
  }

  .product .prolist .item>div article span,
  .product .prolist .item>div article.s2 a {
    font-size: 16px;
  }

  .product .prolist .item>div article h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1%;
    width: 130%;
  }

  .product .prolist .item>div article h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .news .newslist a section {
    padding-bottom: 20px;
  }

  .news {
    padding: 30px 0;
  }

  .news h1.title {
    padding-bottom: 30px;
  }

  .news .newslist a {
    width: 100%;
    display: none;
  }
  .news .newslist a:first-child{display: block;}
  .news .newslist a section h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 5px;
  }

  .news .newslist a section h6 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .news .newslist a section p {
    line-height: 24px;
  }

  .why {
    height: 350px;
    min-height: 200px;
  }

  .why h1.title {
    padding: 30px 0 10px;
  }

  .why .whybox article {
    margin-top: 20px;
    width: 50%;
  }

  .why .whybox article {
    height: 100px;
  }

  .why .whybox article h1 {
    font-size: 30px;
    line-height: 40px;
    padding-right: 20px;
  }

  .why .whybox article h1:after {
    font-size: 20px;
    line-height: 20px;
  }

  .why .whybox article p {
    margin-top: 15px;
  }

  .slide-right {
    position: fixed;
    right: 0.5%;
    bottom: 15%;
  }

  .help .wrap a {
    width: 33%;
  }

  .help .wrap a p:after {
    margin-top: -4.5px;
  }

  .help{
    height: 80px;
  }
  .help .wrap a h5 {
    font-size: 16px;
    margin: 5px 0 0;
  }

  .help .wrap a:first-child .imgbox,
  .help .wrap a:first-child .imgbox img{
    width: 23px;
    height: auto;
  }
  .help .wrap a:nth-child(2) .imgbox,
  .help .wrap a:nth-child(2) .imgbox img{
    width: 26px;
    height: auto;
  }
  .help .wrap a:nth-child(3) .imgbox,
  .help .wrap a:nth-child(3) .imgbox img{
    width: 29px;
    height: auto;
  }

  .help .wrap a .imgbox {
    width: 35px;
    height: 35px;
  }

  .help .wrap a .imgbox img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
  }

  .videobox {
    display: none;
    width: 90%;
    position: fixed;
    left: 5%;
    top: 20%;
    border-radius: 15px;
    z-index: 9999;
    padding: 5%;
    box-sizing: border-box;
  }

  .videobox section {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
  }

  .videobox .close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0%;
    top: -50px;
    color: #000;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: url(../image/close4.png) no-repeat center;
    background-size: 30px 30px;
    opacity: 1;
  }

  .videobox .video {
    width: 100%;
    height: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .videobox .video video {
    width: 100%;
    height: 100%;
  }



  .homebanners section {
    height: 50%;
  }

  .announcemen .more:after {
    height: 95%;
    right: 10px;
  }
  .homebanners article.mt20{
    margin-top: 60px;
  }
  .homebanners article h4 p {
    margin-right: 0px;
  }
  .homebanners article h1{
    line-height: 22px;
  }
  .homebanners article>div{margin: 0 15px;}

}

/*搜索结果*/
.searchKey {
  position: absolute;
  background: #fff;
  width: calc(100% - 58px);
  left: 0;
  top: 42px;
  padding: 24px 29px;
  text-align: left;
  line-height: 35px;
  color: #333;
  display: none;
}

.searchKey h3 {
  font-size: 14px;
}

.searchKey li {
  text-align: left;
  font-size: 12px;
  height: auto;
}

.searchResult .resultList .newpadding {
  padding: 0;
}

.searchResult .resultList .newpadding .about-bg {
  padding: 0;
}

.searchResult .resultList .list {
  margin-top: 0;
}

.bannerSearch {
  background: #202122;
  color: #fff;
  padding: 36px 0;
}

.location {
  margin-bottom: 26px;
}

.location a {
  color: #fff;
  padding-right: 20px;
  position: relative;
}

.location a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: 8px;
  top: 50%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-top: -3px;
}

.sercon {
  position: relative;
  width: 826px;
  max-width: 100%;
  height: 58px;
  background: #fff;
}

.sercon input {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 83px 0 30px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.sercon .resetBtn {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  right: 83px;
  cursor: pointer;
  background: url(../image/close3.png) no-repeat center;
  background-size: 14px;
}

.sercon .serchBtn {
  position: absolute;
  height: 70%;
  width: 58px;
  top: 15%;
  right: 0;
  background: url(../image/search.png) no-repeat center;
  background-size: 15px;
  border-left: 1px solid #eaeaea;
}

.searchTab {
  font-size: 16px;
  color: #666;
  padding: 36px 0 26px;
}

.searchTab a {
  margin-right: 74px;
  border-bottom: 2px solid transparent;
  padding-bottom: 11px;
  display: inline-block;
}

.searchTab a.cur {
  border-color: #f00;
  color: #000;
}

.resultcontent {
  padding-bottom: 258px;
}

@media (min-width:1280px) {
  .searchResult .resultList .newpadding .newslist a {
    width: 31.6%;
    max-width: none;
  }
}

@media(max-width:560px) {
  .resultcontent .prduct_index .list section a {
    width: 100%;
    max-width: none;
  }

  .searchTab a {
    margin: 0;
    width: 31%;
  }

  .searchTab {
    text-align: center;
  }
}




.product h1 {
  margin-bottom: 30px;
}

.news h1.title {
  padding-bottom: 30px;
}

.zhhybanner{
  height: auto;
}
.zhhybanner video{
  width: 100%;
  height: 100%;
  object-fit: fill;
}



/* @media screen and (min-width:3840px){
  .programs .tabtitle a.cur:after{
    bottom: -18px;
  }
  .programs .tabbox>div .swiper-container section a.ia i{
    bottom: -10px;
  }
  .programs .tabbox>div .swiper-container section h2{
    height: 52px;
    line-height: 52px;
    margin-top:50px;
  }
  .product .productbox>section article h4{
    height: 52px;
    line-height: 52px;
  }
  .product .productbox .proswiper2{
    width: 500px;
    height: 240px;
  }
  .product .productbox .proswiper2 .swiper-slide a{
    line-height: 52px;
    height: 52px;
  }
  .product .prolist .item a>div article h3{
    line-height: 52px;
  }
  .product .prolist .item a>div article h4{
    line-height: 52px;
  }
  .product .prolist .item a>div article span.ispan i{
    top: 40px;
  }
  .news .newslist a section h4{
    height: 52px;
    line-height: 52px;
  }
  .news .newslist a section h6{
    height: 40px;
    line-height: 40px;
  }
  .news .newslist a section p{
    line-height: 50px;
  }
  .help .wrap a h5{
    height: 52px;
    line-height: 52px;
  }
  footer .foot1 .subnav ul li{
    overflow: hidden;
    line-height: 52px;
  }
  footer .foot2 .link a,
  footer .foot2 .link p{
    margin-bottom: 52px;
  }
  footer.s2 .foot3{
    height: auto;
  }
  footer .foot3{
    line-height: 52px;
  }
  footer .foot1 .tel p{
    line-height: 52px;
  }
  .product .prolist .item a>div article{
    margin: 10% 5%;
    height: 65%;
  }
  .homebanners article>div{
    width: 1000px;
  }
  .homebanners article h4{
    line-height: 52px;
  }
  .homebanners article a{
    width: 280px;
    height: 96px;
    line-height: 96px;
  }
  .homebanners article h4 span{
    border: none;
    line-height: 52px;
  }
  .slide-right a>span{
    height: auto;
    line-height: 52px;
  }
  .slide-right{
    width: 126px;
  }
  .slide-right a{
    background-size: 52px!important;
    height: 200px!important;
  }
  .slide-right a.gotop{
    height: 26px!important;
  }
  .slide-right a.gotop img{
    width: 24px;
  }
  .why .whybox article p{
    white-space: nowrap;
  }
} */


header footer{
  display: none;
  background: #f9f9f9;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
header footer nav {
  position: relative;
  display: block;
  top: 0;
  padding-bottom: 0;
}
header footer .foot1{
  width: 80%;
  margin: 0 auto;
}

/* footer .uzyl3 li:last-child{
  display: none!important;
} */

.about-news article img{
  display: block;
  margin: 10px auto 10px;
}
.zy_banner_hide{
  display: none;
}


.prduct_index .wrap.wrap2.list h2.title5
{
  display: none;
}
a#AITemperature{
  display: none;
}
