.banner {
  position: relative;
  padding-top: 43.54166667%;
  width: 100%;
}
.banner .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  float: left;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .jw-state-idle .jw-preview {
  display: block;
  width: 100%;
  animation: banner 5s linear;
  transform: perspective(1000px) translate3d(0, 0, 150px);
}
.banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  transform: perspective(1000px) translate3d(0, 0, 150px);
}
.banner .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active a {
  transition: 5s 0s;
  transform: perspective(1000px) translate3d(0, 0, 0px);
}
.banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .jw-state-idle .jw-preview {
  transition: 5s 0s;
  transform: perspective(1000px) translate3d(0, 0, 0px);
}
.banner .swiper-container .pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 90px;
  height: 100%;
  z-index: 101;
}
.banner .swiper-container .pagination .swiper-pagination-bullet {
  transition: all 350ms;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
}
.banner .swiper-container .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 350ms;
  height: 30px;
  opacity: 1;
  border-radius: 12px;
}
.top-box {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 0 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  transition: all 500ms;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.top-box .top-left {
  display: flex;
  flex-direction: row;
  width: 250px;
  height: 100%;
}
.top-box .top-left .logo {
  width: 200px;
  height: 90px;
  margin-right: 10px;
}
.top-box .top-left .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-box .top-left .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-box .top-left .stock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.top-box .top-left .stock p {
  font-size: 16px;
  color: #111;
}
.top-box .top-left .stock p:nth-child(2) {
  font-size: 18px;
  font-family: "Segoe UI Light";
  line-height: 1;
}
.top-box .top-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  height: 100%;
  z-index: 99;
}
.top-box .top-right .nav-bar {
  width: 100%;
  height: 100%;
  margin-right: 2%;
}
.top-box .top-right .nav-bar > ul {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.top-box .top-right .nav-bar > ul > li {
  display: inline-block;
  padding: 0 10px;
  margin: 0 10px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.top-box .top-right .nav-bar > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 90px;
  color: #111;
}
.top-box .top-right .nav-bar > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #f96028;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: 500ms 0s all ease;
  -moz-transition: 500ms 0s all ease;
  -ms-transition: 500ms 0s all ease;
  -o-transition: 500ms 0s all ease;
  transition: 500ms 0s all ease;
}
.top-box .top-right .nav-bar > ul > li .sub-box2 {
  display: block;
  text-align: left;
  
  position: absolute;
  border-radius: 5px;
  background: #fff;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 800ms;
  padding: 15px 15px;
  box-shadow: 2px 2px 10px #3333331c;
}
.top-box .top-right .nav-bar > ul > li .sub-box2 > a {
  display: block;
  font-size: 16px;
  padding: 10px 0;
  color: #333;

}
.top-box .top-right .nav-bar > ul > li .sub-box2 > a:hover {
  color: #f96028;
}
.top-box .top-right .nav-bar > ul > li .sub-box2.active {
  opacity: 1;
  visibility: visible;
}
.top-box .top-right .lang {
  width: 5%;
  padding: 10px 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  background: #f96028;
  border-radius: 20px;
}
.top-box .top-right .lang .select-title {
  font-size: 16px;
  color: #fff;
}
.top-box .top-right .lang i {
  width: 13px;
  height: 8px;
  background: url(../images/xiala.png) no-repeat center;
}
.top-box .top-right .lang .select-con {
  display: block;
  opacity: 0;
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 2px 2px 10px #3333331c;
  z-index: 9999;
  transition: all 350ms;
  border-radius: 5px;
  overflow: hidden;
}
.top-box .top-right .lang .select-con.active {
  opacity: 1;
}
.top-box .top-right .lang .select-con a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
.top-box .top-right .lang .select-con a.current {
  color: #f96028;
}
.top-box .top-right .lang .select-con a.current:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  width: 2px;
  height: 50%;
  background: #f96028;
}
.top-box .top-right .lang:hover {
  cursor: pointer;
}
.top-box.active {
  background: #fff;
}
.top-box.active .top-left .stock p {
  color: #333;
}
.top-box.active .top-right .nav-bar ul li a {
  color: #333;
}
.top-box.active .top-right .nav-bar ul li.active:after {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.top-box .sub-pro {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  transition: all 500ms;
  top: 90px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  border-top: 1px solid #efefef;
  background: #fff;
  z-index: 99;
}
.top-box .sub-pro.active {
  transition: all 500ms;
  opacity: 1;
  visibility: visible;
}
.top-box .sub-pro.active .sub-item {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 500ms;
}
.top-box .sub-pro .sub-item {
  padding: 0.5% 2.5%;
  margin: 2% 1%;
  width: 115px;
  opacity: 0;
  border-radius: 30px;
  overflow: hidden;
}
.top-box .sub-pro .sub-item .imgbox {
  width: 100%;
  aspect-ratio: 180/150;
}
.top-box .sub-pro .sub-item .imgbox img {
    min-height: 96px;
    max-height: 96px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-box .sub-pro .sub-item .title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.top-box .sub-pro .sub-item:hover {
  transition: all 500ms;
  box-shadow: 1px 1px 10px #3333333d;
}
.top-box .sub-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  transition: all 500ms;
  top: 90px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  border-top: 1px solid #efefef;
  background: #fff;
  z-index: 99;
}
.top-box .sub-box .img-box {
  padding: 0.5% 2.5%;
  margin: 2% 1%;
  width: 21%;
  aspect-ratio: 2/1;
  overflow: hidden;
}
.top-box .sub-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-box .sub-box .sub-nav-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5% 2.5%;
  margin: 2% 0;
  width: 50%;
}
.top-box .sub-box .sub-nav-box .sub-title {
  font-size: 30px;
  color: #333;
  margin-bottom: 1%;
}
.top-box .sub-box .sub-nav-box .sub-des {
  font-size: 16px;
  color: #666;
  margin-bottom: 5%;
}
.top-box .sub-box .sub-nav-box .sub-list {
  display: block;
  width: 100%;
}
.top-box .sub-box .sub-nav-box .sub-list a {
  float: left;
  color: #333;
  font-size: 16px;
  margin-right: 10%;
  white-space: nowrap;
  position: relative;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top-box .sub-box .sub-nav-box .sub-list a:before {
  display: block;
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.top-box .sub-box .sub-nav-box .sub-list a:hover {
  color: #f96028;
}
.top-box .sub-box .sub-nav-box .sub-list a:hover:before {
  background: #f96028;
}
.top-box .sub-box.active {
  transition: all 800ms;
  opacity: 1;
  visibility: visible;
}
.is-fixed {
  position: fixed !important;
  top: -90px !important;
  left: 0;
  transition: transform 350ms;
  background-color: rgba(255, 255, 255, 0.6);
}
.is-visible {
  transform: translate3d(0, 100%, 0);
  top: 0;
}
.yy .yy-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 3% 0 5%;
}
.yy .yy-box .left {
  width: 20%;
}
.yy .yy-box .left .swiper-container {
  height: 80vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #eff0f0;
  border-bottom: 1px solid #eff0f0;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  height: 20vh !important;
  border-bottom: 1px solid #eff0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 350ms;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide:hover {
  cursor: pointer;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide i {
  width: 35px;
  height: 35px;
  margin: 0 8%;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide i.icon0 {
  background: url(../images/icon1.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide i.icon1 {
  background: url(../images/icon2.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide i.icon2 {
  background: url(../images/icon3.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide i.icon3 {
  background: url(../images/icon4.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide p {
  font-size: 24px;
  color: #333;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  transform: scale(1.2);
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i.icon0 {
  background: url(../images/icon1-active.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i.icon1 {
  background: url(../images/icon2-active.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i.icon2 {
  background: url(../images/icon3-active.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i.icon3 {
  background: url(../images/icon4-active.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p {
  font-size: 24px;
  color: #f96028;
}
.yy .yy-box .right {
  width: 70%;
  border-radius: 25px;
  overflow: hidden;
}
.yy .yy-box .right .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 80vh;
  position: relative;
}
.yy .yy-box .right .swiper-container .swiper-wrapper .swiper-slide .yy-btn {
  position: absolute !important;
  right: 5%;
  bottom: 8%;
}
.choose {
  background: url(../images/choose-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 8%;
}
.choose .choose-title {
  color: #ffffff !important;
  font-weight: lighter;
}
.choose .tips {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2%;
}
.choose .tips > p {
  font-size: 16px;
  color: #fff;
  width: 70%;
  line-height: 1.5;
}
.choose .choose-box {
  width: 100%;
  margin-top: 3%;
}
.choose .choose-box .choose-item {
  display: flex;
  flex-direction: row;
  width: 33.3%;
  padding: 3% 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  float: left;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}
.choose .choose-box .choose-item:nth-child(3n) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.choose .choose-box .choose-item:nth-child(n+4) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.choose .choose-box .choose-item .item-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
}
.choose .choose-box .choose-item .item-box > p:nth-child(1) {
  display: table-cell;
  vertical-align: bottom;
  transition: all 350ms;
  line-height: 1;
}
.choose .choose-box .choose-item .item-box > p:nth-child(1) span:nth-child(1) {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  font-family: "Barlow";
}
.choose .choose-box .choose-item .item-box > p:nth-child(1) span:nth-child(2) {
  font-size: 30px;
  vertical-align: sub;
  color: #fff;
}
.choose .choose-box .choose-item .item-box > p:nth-child(2) {
  font-size: 16px;
  color: #fff;
  transition: all 350ms;
  line-height: 1;
  margin-top: 20px;
}
.choose .choose-box .choose-item .item-box i {
  width: 75px;
  height: 75px;
}
.choose .choose-box .choose-item .item-box i.choose1 {
  background: url(../images/choose-icon1.png) no-repeat center;
}
.choose .choose-box .choose-item .item-box i.choose2 {
  background: url(../images/choose-icon2.png) no-repeat center;
}
.choose .choose-box .choose-item .item-box i.choose3 {
  background: url(../images/choose-icon3.png) no-repeat center;
}
.choose .choose-box .choose-item .item-box i.choose4 {
  background: url(../images/choose-icon4.png) no-repeat center;
}
.choose .choose-box .choose-item .item-box i.choose5 {
  background: url(../images/choose-icon5.png) no-repeat center;
}
.choose .choose-box .choose-item .item-box i.choose6 {
  background: url(../images/choose-icon6.png) no-repeat center;
}
.choose .choose-box .choose-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  width: 5px;
  height: 50%;
  background: #f96028;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: 500ms 0s   all ease;
  -moz-transition: 500ms 0s   all ease;
  -ms-transition: 500ms 0s   all ease;
  -o-transition: 500ms 0s   all ease;
  transition: 500ms 0s   all ease;
}
.choose .choose-box .choose-item:hover .item-box > p {
  transform: scale(1.3);
}
.choose .choose-box .choose-item:hover:before {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.choose .choose-box .choose-item:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  transition: all 2s ease;
}
.news {
  padding: 5% 8%;
  position: relative;
}
.news .news-btn {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #f96028;
  padding-right: 40px;
}
.news .news-btn:after {
  position: absolute;
  display: block;
  content: ">>";
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: #f96028;
  right: 0;
  bottom: 0;
  animation: slide 550ms linear 0s infinite alternate;
}
.news .news-box {
  margin-top: 2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #999;
}
.news .news-box .news-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 48%;
  height: 100%;
}
.news .news-box .news-left .imgbox {
  width: 100%;
  padding-top: 56.25%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.news .news-box .news-left .imgbox img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.news .news-box .news-left .news-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-top: 2%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-box .news-left .time {
  font-size: 14px;
  color: #999;
  margin-top: 2%;
  font-family: "Segoe UI";
}
.news .news-box .news-left .news-content {
  font-size: 16px;
  color: #666;
  margin-top: 2%;
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*隐藏后添加省略号*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .news-box .news-left .detail-btn {
  width: 136px;
  height: 44px;
  margin: 5% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: space-evenly;
}
.news .news-box .news-left .detail-btn p {
  color: #999;
}
.news .news-box .news-left .detail-btn i {
  background: url(../images/index-news-icon.png) no-repeat center;
}
.news .news-box .news-left .detail-btn:hover p {
  color: #fff;
}
.news .news-box .news-left .detail-btn:hover i {
  background: url(../images/btn-arrow.png) no-repeat center;
}
.news .news-box .news-left:hover .news-title {
  color: #f96028;
}
.news .news-box .news-right {
  width: 48%;
  height: 100%;
}
.news .news-box .news-right .news-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 20vh;
  border-top: 1px solid #999;
  padding: 3% 0;
  color: #333;
}
.news .news-box .news-right .news-item .time {
  width: 30%;
  font-size: 54px;
  font-family: "Segoe UI";
  color: #333;
}
.news .news-box .news-right .news-item .news-info {
  width: 70%;
}
.news .news-box .news-right .news-item .news-info .news-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-top: 2%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-box .news-right .news-item .news-info .news-content {
  font-size: 16px;
  color: #666;
  margin-top: 2%;
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*隐藏后添加省略号*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .news-box .news-right .news-item .news-info .news-detail-btn {
  display: block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  width: 100%;
  text-align: right;
  margin-top: 5%;
  text-transform: uppercase;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #999;
  font-family: "Segoe UI";
}
.news .news-box .news-right .news-item .news-info .news-detail-btn:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/index-news-icon.png) no-repeat center;
}
.news .news-box .news-right .news-item .news-info .news-detail-btn:hover {
  color: #f96028;
}
.news .news-box .news-right .news-item .news-info .news-detail-btn:hover:after {
  background: url(../images/news-hover-arrow.png) no-repeat center;
}
.news .news-box .news-right .news-item:hover .news-info .news-title {
  color: #f96028;
}
/*
.footer {
  display: flex;
  justify-content: space-between;
  height: 540px;
  width: 100%;
  background: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.footer .footer-left {
  width: 73.3%;
  height: 100%;
  border-right: 1px solid #525051;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footer-left .m-foot-contact {
  display: none;
}
.footer .footer-left .footer-top {
  width: 100%;
  height: 460px;
  padding: 5% 0 0 10.9%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footer-left .footer-top .contact-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 315px;
  height: 350px;
  float: left;
  margin-right: 8%;
}
.footer .footer-left .footer-top .contact-form .form-group {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.footer .footer-left .footer-top .contact-form .form-group textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 12px;
}
.footer .footer-left .footer-top .contact-form .form-group input {
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 12px;
}
.footer .footer-left .footer-top .contact-form .form-group input.submit-btn {
  background: #f96028;
  color: #fff;
}
.footer .footer-left .footer-top .contact-form .form-group input.submit-btn:hover {
  cursor: pointer;
}
.footer .footer-left .footer-top .contact-form .form-group select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.4);
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  position: relative;
  margin: 0;
}
.footer .footer-left .footer-top .contact-form .form-group select option {
  width: 100%;
  background: #444 !important;
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer-left .footer-top .contact-form .form-group.form-select {
  position: relative;
  margin-bottom: 20px;
}
.footer .footer-left .footer-top .contact-form .form-group.form-select:after {
  display: block;
  width: 70px;
  height: 40px;
  border-radius: 5px;
  position: absolute;
  content: "";
  background: #f96028 url(../images/select-arrow.png) no-repeat center;
  right: 0;
  top: 0;
  pointer-events: none;
}
.footer .footer-left .footer-top .footer-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  float: left;
  margin-right: 8%;
}
.footer .footer-left .footer-top .footer-nav .nav-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .footer-left .footer-top .footer-nav .nav-item {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
}
.footer .footer-left .footer-top .footer-nav .nav-item:hover {
  color: #fff;
}
.footer .footer-left .footer-top .footer-nav .nav-company {
  width: 128px;
  height: 46px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 5%;
}
.footer .footer-left .footer-top .footer-nav .nav-company img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer-left .footer-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  border-top: 1px solid #525051;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10.9%;
  padding-right: 3%;
}
.footer .footer-left .footer-info .info-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer-left .footer-info .info-left a {
  margin-left: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer-left .footer-info .info-left a:hover {
  color: #fff;
}
.footer .footer-left .footer-info .info-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.footer .footer-left .footer-info .info-right a {
  display: block;
  width: 29px;
  height: 20px;
  overflow: hidden;
  margin-left: 10px;
}
.footer .footer-left .footer-info .info-right a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .footer-right {
  display: flex;
  flex-direction: column;
  padding: 4% 0  0  4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: flex-start;
  width: 26.7%;
  height: 100%;
}
.footer .footer-right .right-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.footer .footer-right .right-top .wechat-item {
  width: 124px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-right: 5%;
}
.footer .footer-right .right-top .wechat-item .img-box {
  width: 124px;
  height: 124px;
  overflow: hidden;
}
.footer .footer-right .right-top .wechat-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer-right .right-top .wechat-item p {
  width: 86%;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-top: 1px solid #efefef;
  color: #333;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footer-right .footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10%;
}
.footer .footer-right .footer-contact .contact-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .footer-right .footer-contact .contact-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.footer .footer-right .footer-contact .contact-item i {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.footer .footer-right .footer-contact .contact-item i.add {
  background: url(../images/add-icon.png) no-repeat center;
}
.footer .footer-right .footer-contact .contact-item i.tel {
  background: url(../images/tel-icon.png) no-repeat center;
}
.footer .footer-right .footer-contact .contact-item i.fax {
  background: url(../images/fax-icon.png) no-repeat center;
}
.footer .footer-right .footer-contact .contact-item i.zpcode {
  background: url(../images/zpcode-icon.png) no-repeat center;
}
.footer .footer-right .footer-contact .contact-item i.email {
  background: url(../images/email-icon.png) no-repeat center;
}
.footer .footer-right .footer-contact .contact-item p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}*/
.more-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 15px 30px;
  border: 1px solid #999;
  border-radius: 5px;
  overflow: hidden;
}
.more-btn p {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin-right: 15px;
  z-index: 10;
  font-family: "Segoe UI";
}
.more-btn i {
  width: 20px;
  height: 11px;
  background: url(../images/btn-arrow.png) no-repeat center;
  z-index: 10;
}
.more-btn:after {
  display: block;
  content: "";
  position: absolute;
  left: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  background: #f96028;
  transition: all 350ms;
  z-index: 1;
}
.more-btn:hover {
  border: 1px solid #f96028;
}
.more-btn:hover:after {
  left: 0;
  top: 0;
}
.w20 {
  width: 20% !important;
}
.common-box {
  padding: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-common-title {
  font-size: 50px;
  width: 100%;
  color: #333;
  text-align: center;
  position: relative;
}
.index-common-title.left-title {
  text-align: left;
}
.delay0 {
  transition-delay: 0.1s;
}
.delay1 {
  transition-delay: 0.3s;
}
.delay2 {
  transition-delay: 0.5s;
}
.delay3 {
  transition-delay: 0.7s;
}
.delay4 {
  transition-delay: 0.9s;
}
.fixBut {
  display: none;
}
.nav-bg {
  display: none;
}
.m-top-box {
  display: none;
}
.m-crumbs {
  display: none;
}
.m-crumb-right {
  display: none;
}
.m-goods-crumb {
  display: none;
}
.m-honor {
  display: none;
}
.m-contact-box {
  display: none;
}
.m-link-info-box {
  display: none;
}
.m-btn-box {
  display: none;
}
.m-news-right {
  display: none;
}
.m-top-news-box {
  display: none;
}
.m-news-list {
  display: none;
}
.m-tips {
  display: none;
}
@keyframes slide {
  0% {
    right: 0;
    opacity: 0.5;
  }
  100% {
    right: 10px;
    opacity: 1;
  }
}
@keyframes banner {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


.zp_list .list {
	padding: 15px 30px;
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05)
}
.zp_list {
	padding-top: 2px;
}
.zp_list .list .tit {
	cursor: pointer;
	line-height: 40px;
}
/*.zp_list .list .text{ display:none;}*/
.zp_list .list .tit h3 {
	font-size: 18px;
	color: #000;
	background: url(../images/icon5.png) no-repeat center right;
}
.zp_list .list .tit.on h3, .zp_list .list .tit:hover h3 {
	background: url(../images/icon5-1.png) no-repeat center right;
}
.zp_list .list .text label {
	display: block;
	width: 35px;
	height: 3px;
	background: #000;
	margin: 10px 0;
}
.zp_list .list .text h4 {
	font-size: 14px;
	color: #000;
	margin-top: 20px;
}
.zp_list .list .text {
	line-height: 32px;
	color: #666;
	display: none;
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
}

@media (min-width: 768px) {

.zp_list .listt {
	padding: 15px 30px;
	background: #f96028;
	color: #fff;
	margin-bottom: 20px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05)
}
.zp_listt {
	padding-top: 30px;
}
.zp_list .listt .titt {
	cursor: pointer;
	line-height: 40px;
}
.b20 ul{ clear:both;line-height:40px; height:40px;}
.b20 li{ float:left; list-style:none; line-height:40px; height:40px; }

.b20 .ww20{  width:15%; }
.b20 .ww40{  width:50%; overflow:auto;}
.b20 .ff14{ font-size:14px;}
}
@media (max-width: 768px) {
    
    .zp_list .listt { display: none;}
    .tittu{display: none;}
    
}

 .szbx{font-size: 50%;}




a{ color:#5c5c5c; text-decoration:none}


.indexbanner{ overflow: hidden; display: block; width: 100%; height: auto;}
.indexbanner img{ display: block; width: 100%; height: auto;}
.indexbanner1{ display:none;}

.indexContainer{ width: 100%;}
.indexContainer .layer1{ width: 100%; height: 960px; background: url(../images/index_02.jpg);}
.indexContainer .layer1 .tit{ padding: 100px 0 70px 0; text-align: center; font-size: 54px; font-weight: bold; color: #4b4b4b;}
.indexContainer .layer1 .tit span{ color: #fe5616; font-weight: bold;}
.indexContainer .layer1 .tit .xian{content: ''; width: 350px; height: 2px; margin: 45px auto 0 auto; position: relative; background: #dde2e6;}
.indexContainer .layer1 .tit .xian b{ display: block; width: 66px; height: 4px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #fe5616;}
.indexContainer .layer1 .text{ width: 1120px; margin: 0 auto; line-height: 38px; color: #565b5f; font-size: 20px; text-align:justify;}
.indexContainer .layer1 ul{ text-align: center; width: 100%; padding-top: 110px;}
.indexContainer .layer1 ul li{ vertical-align: top; display: inline-block; margin: 0 55px;}
.indexContainer .layer1 ul li h2{ height: 135px; line-height: 135px; font-size: 68px; font-weight: bold; color: #565b5f; text-align: center;}
.indexContainer .layer1 ul li h2 span{ font-size: 44px;}
.indexContainer .layer1 ul li p{ font-size: 18px; color: #565b5f; text-align: center; color: #565b5f;}
.indexContainer .layer1 ul li:hover h2{ color: #fe5616;}
.indexContainer .layer1 .more{ display: block; width: 130px; margin: 105px auto 0 auto; height: 40px; background: url(../images/index_08.jpg) right center no-repeat; line-height: 40px; border-bottom: 2px solid #848484; color: #848484; font-size:22px; text-align:left;}
.indexContainer .layer2{ margin-top: -35px; background: url(../images/bg2_02.png); height: 1120px; background-size:100% 100%; width: 100%;}
.indexContainer .layer2 .tit{ padding: 55px 0;}
.indexContainer .layer2 .tit h2{ text-align: center; font-size: 54px; color: #fff; padding-bottom: 15px;}
.indexContainer .layer2 .tit p{ text-align: center; font-size: 24px; color: #fff;}
.indexContainer .layer2 ul{ padding: 0 15%; box-sizing: border-box;}
.indexContainer .layer2 ul li{ background: #f2f4f3; width: 31%; height: 390px; border-radius:20px ; float:left; margin-right: 2%; margin-bottom: 30px; position: relative;}
.indexContainer .layer2 ul li .icon{ width: 100%; height: 220px; position: relative;}
.indexContainer .layer2 ul li .icon img{ width: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.indexContainer .layer2 ul li .text{ width: 100%;}
.indexContainer .layer2 ul li .text h2{ text-align: center; font-size: 24px; color: #555; padding-bottom: 15px;}
.indexContainer .layer2 ul li .text p{ text-align: center; color: #505452; font-size: 15px;}
.indexContainer .layer2 ul li .nr{ width: 100%; height: 100%; position: relative; z-index: 2;}
.indexContainer .layer2 ul li img.bg{ transition: 0.5s; opacity: 0; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1;}
.indexContainer .layer2 ul li:hover img.bg{ opacity: 1;}
.indexContainer .layer2 ul li:hover .text h2{ color: #fff;}
.indexContainer .layer2 ul li:hover .text p{ color: #fff;}



.indexContainer .layer2 ul li:nth-child(1){background: url(/skin/images/cpb1.png);background-position: center top;}
.indexContainer .layer2 ul li:nth-child(2){background: url(/skin/images/cpb2.png);background-position: center top;}
.indexContainer .layer2 ul li:nth-child(3){background: url(/skin/images/cpb3.png);background-position: center top;}
.indexContainer .layer2 ul li:nth-child(4){background: url(/skin/images/cpb4.png);background-position: center top;}
.indexContainer .layer2 ul li:nth-child(5){background: url(/skin/images/cpb5.png);background-position: center top;}
.indexContainer .layer2 ul li:nth-child(6){background: url(/skin/images/cpb6.png);background-position: center top;}


@media (max-width: 768px) {
    
.indexContainer .layer2 ul li:nth-child(1){background: url(/skin/images/cpb1.png);background-position: center top;background-size:150%;}
.indexContainer .layer2 ul li:nth-child(2){background: url(/skin/images/cpb2.png);background-position: center top;background-size:150%;}
.indexContainer .layer2 ul li:nth-child(3){background: url(/skin/images/cpb3.png);background-position: center top;background-size:150%;}
.indexContainer .layer2 ul li:nth-child(4){background: url(/skin/images/cpb4.png);background-position: center top;background-size:150%;}
.indexContainer .layer2 ul li:nth-child(5){background: url(/skin/images/cpb5.png);background-position: center top;background-size:150%;}
.indexContainer .layer2 ul li:nth-child(6){background: url(/skin/images/cpb6.png);background-position: center top;background-size:150%;}
    
}















/**.indexContainer .layer2 ul li:nth-child(4n){ margin-right: 0;}**/
.indexContainer .layer3{ width: 100%; padding: 0 100px 300px 100px; background: url(../images/index_12.jpg) center bottom no-repeat; box-sizing: border-box;}
.indexContainer .layer3 .tit{ padding: 60px 0 20px 0; border-bottom: 4px solid #f76e36;}
.indexContainer .layer3 .tit h2{ font-size: 52px; color: #333; padding-bottom: 15px;}
.indexContainer .layer3 .tit p{ font-size: 20px; color: #333;}
.indexContainer .layer3Box{ overflow: hidden;}
.indexContainer .layer3Box .layer3Left{ float: left; width: 49%; padding-right: 1%;}
.indexContainer .more{ text-align: right; font-size: 16px; color: #f96028; height: 94px; line-height: 94px;}
.indexContainer .more a{ color: #f96028; font-size: 16px;}
.indexContainer .layer3Box .layer3Left .icon{ width: 100%; max-height: 440px; border-radius:15px; overflow: hidden;}
.indexContainer .layer3Box .layer3Left .icon img{ display: block; width: 100%; height: auto;}
.indexContainer .layer3Box .layer3Left .text h2{ height: 85px; line-height: 85px; font-size: 28px; color: #333;font-weight: bold;}
.indexContainer .layer3Box .layer3Left .text h2:hover{ color:#f96028;}
.indexContainer .layer3Box .layer3Left .text p{ font-size: 16px; color: #63686c; line-height: 25px;}
.indexContainer .layer3Box .layer3Left .text a{ display: block; width: 170px; height: 55px; border: 1px solid #999; margin-top: 20px; border-radius:6px ; text-align: center; line-height: 53px; font-size: 16px;}
.indexContainer .layer3Box .layer3Left .text a:hover{ display: block; width: 170px; height: 55px; border: 1px solid #f96028; margin-top: 20px; border-radius:6px ; text-align: center; line-height: 53px; font-size: 16px; color:#f96028;}


.indexContainer .layer3Box .layer3Left .text a img{ width: auto; margin-left: 15px; display: inline-block; vertical-align: middle;}
.indexContainer .layer3Box .layer3Right{ width: 49%; float: right;}
.indexContainer .layer3Box .layer3Right ul{ width: 100%;}
.indexContainer .layer3Box .layer3Right ul li{ width: 100%; overflow: hidden; border-bottom: 1px solid #626262; padding: 35px 0;}
.indexContainer .layer3Box .layer3Right ul li a:hover{color:#f96028;}
.indexContainer .layer3Box .layer3Right ul li .time{ font-size: 54px; color: #666; float: left; width: 235px;}
.indexContainer .layer3Box .layer3Right ul li .nr{ float: left; width: calc(100% - 235px);}
.indexContainer .layer3Box .layer3Right ul li .nr h2{  font-size: 22px; color:#555b5f; margin-bottom: 20px;}
.indexContainer .layer3Box .layer3Right ul li .nr p{ font-size: 16px; line-height: 26px; color: #555b5f;}
.indexContainer .layer3Box .layer3Right ul li .nr .gengduo{ text-align: right;}
.indexContainer .layer3Box .layer3Right ul li .nr .gengduo a{ margin-top: 25px; font-size: 16px; padding-right: 36px; background: url(../images/index_08.jpg) right center no-repeat; display: inline-block; float: right;}

.footer{ background: #dcdcde; background: url(/skin/images/footbj.png) center top repeat; }
.footerBox{ padding: 40px 3%; box-sizing: border-box; overflow: hidden;}
.footerLeft{ width: 25%; float: left;}
.footerLeft img.logo{ display: block; width: auto;}
.footerLeft p{ height: 54px; line-height: 54px;font-size: 15px; color: #555c60;  position: relative; padding-left: 42px; overflow:auto;}
.footerLeft p img{ height: 28px; width: auto; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.footerLeft h2{ font-size: 16px; font-weight: bold; color: #555c60;}
.footerNav{ float: left;width: 60%;}
.footerNav ul{ float: left; margin-left: 45px;}
.footerNav ul h2{ font-size: 16px; padding-bottom: 20px; color: #ec6c00;font-weight:bold;}
.footerNav ul h2 a{ color: #ec6c00;}
.footerNav ul li{ width: 100%; margin-bottom: 15px; color: #4b4b4b;}
.footerNav ul li a{ font-size: 14px; color: #4b4b4b;}
.footerBox .code{ float: right; width: 15%; padding-top: 40px;text-align:center;}
.footerBox .code img{  width: 50%; height: auto; }
.footerBox .code p{ text-align: center; padding-top: 15px; font-size: 14px;}
.copyRight{ text-align: center; border-top:1px solid #fff; text-align: center; padding: 45px 0; font-size: 16px;}
.AppTop{ display: none;}
.sidebar{ display: none;}
@media(max-width: 1199px) {


.indexbanner1{ overflow: hidden; display: block; width: 100%; height: auto;}
.indexbanner1 img{ display: block; width: 100%; height: auto;}
.indexbanner{ display:none;}


.top{ display: none;}
	.AppTop{ box-shadow: 0 0 10px rgba(0,0,0,0.1); display: block; z-index: 99; background: #fff; width: 100%; height: 80px; position: fixed; top: 0; left: 0;}
	.AppTop .logo{ padding-left: 20px; height: 80px; line-height: 80px;}
	.AppTop .logo img{ display: inline-block; vertical-align: middle; height: 40%; width: auto;}
	.sideClick{ position: absolute; width: 28px; height: 22px; right: 15px; top: 50%; transform: translateY(-50%);}
	.sideClick span{ width: 100%; height: 3px; border-radius:2px; background: #005ca2; transition: 0.5s; position: absolute;}
	.sideClick span:nth-child(1){ top: 0;}
	.sideClick span:nth-child(2){ top: 50%; transform: translateY(-50%);}
	.sideClick span:nth-child(3){ bottom: 0;}
	.sideClick.on span:nth-child(1){ top: 50%; transform: translateY(-50%) rotate(45deg);}
	.sideClick.on span:nth-child(2){ width: 0;}
	.sideClick.on span:nth-child(3){  top: 50%; transform: translateY(-50%) rotate(-45deg);}
	.sideBar{ display: block; left: -100%; transition: 0.5s; transition: 0.5; z-index: 100; width: 70%; height: 100vh; box-shadow: 0 0 10px rgba(0,0,0,0.1); position: fixed; top: 0; background: #fff;}
	.sideBar .logo{ padding: 40px 0;}
	.sideBar .logo img{ width: 60%; height: auto; display: block; margin: 0 auto;}
	.sideBar ul{ width: 60%; margin: 0 auto;}
	.sideBar ul li{ line-height: 32px; font-size: 14px;}
	.serach ul li .code{ width: 40%; height: auto;}
	.serach ul li .code img{ display: block;}
	
	.sideBar ul li dl{ display: none;}
	.sideBar ul li:hover dl{ display: block;}
	.sideBar ul li dl dd{ text-indent: 25px;}
	.banner{ width: 100%; height: auto;}
	.indexContainer .layer1 .tit{ padding: 20px 0; font-size: 22px;}
	.indexContainer .layer1 .tit .xian{ width: 90%; margin: 20px auto;}
	.indexContainer .layer1 .text{ width: 100%; padding: 0 15px; font-size: 16px; box-sizing: border-box;}
	.indexContainer .layer1 ul{ padding: 10px 0; overflow: hidden;}
	.indexContainer .layer1 ul li{ margin: 0 0 15px 0; width: 25%; float: left;}
	.indexContainer .layer1 ul li h2{ overflow: hidden; font-size: 18px; line-height: 40px; height: 40px;}
	.indexContainer .layer1 ul li p{ font-size: 14px;}
	.indexContainer .layer1 ul li h2 span{ font-size: 14px;}
	.indexContainer .layer1{ padding-bottom: 50px; height: auto;}
	.indexContainer .layer1 .more{ margin: 10px auto; text-align: center;font-size: 14px;}
	.indexContainer .layer2{ height: auto; background-position:center center;  background-size:auto 100%;}
	.indexContainer .layer2 ul { overflow: hidden; padding: 0 10px;}
	.indexContainer .layer2 ul li{ height: 180px; padding-bottom: 25px; width: 49%; float: left; margin: 0 2% 15px 0;}
	.indexContainer .layer2 ul li:nth-child(2n){ margin-right: 0;}
	.indexContainer .layer2 ul li .icon{ height: 100px;}
	.indexContainer .layer2 ul li .icon img{ width: auto; height: 50%;}
	.indexContainer .layer3{ width: 100%; padding: 0 10px;}
	.indexContainer .layer3 .tit{ padding: 30px 0; text-align:center;}
	.indexContainer .layer3 .tit h2{ font-size: 22px;font-weight:bold;padding-bottom:5px;}
	.indexContainer .layer3 .tit p{ font-size: 18px; color: #333;}
	.indexContainer .more{  height: 10px;}
	.indexContainer .more a{ display:none;}
	.indexContainer .layer3Box .layer3Left{ width: 100%; padding: 0;}
	.indexContainer .layer3Box .layer3Left .text h2{ height: auto; font-size: 18px;line-height: 50px;font-weight:unset;}

	.indexContainer .layer3Box .layer3Left .text p{ font-size: 14px; color: #333;}
	.indexContainer .layer3Box .layer3Right{ width: 100%; height: auto;}
	.indexContainer .layer3Box .layer3Right ul li{ width: 100%; overflow: hidden; border-bottom: 1px solid #626262; padding: 5px 0;}
	.indexContainer .layer3Box .layer3Right ul li .time{ width: 20%; text-align: center; padding: 15px 0; font-size: 16px; float:right;}
	.indexContainer .layer3Box .layer3Right ul li .nr{ width: 80%; float:right; text-align:left;padding: 15px 0;}
	
	.indexContainer .layer2 .tit h2{ text-align: center; font-size: 22px; color: #fff; padding-bottom: 5px;font-weight:bold;}
.indexContainer .layer2 .tit p{ text-align: center; font-size: 18px; color: #fff;}
	
	.indexContainer .layer2 ul li .text h2{ text-align: center; font-size: 16px; color: #555; padding-bottom: 15px;}
.indexContainer .layer2 ul li .text p{ text-align: center; color: #505452; font-size: 13px;}
	
	.indexContainer .layer3Box .layer3Left .text a{float:right; display: block; width: 100px; height: 35px; border: 1px solid #999; margin-top: 20px; border-radius:6px ; text-align: center; line-height: 35px; font-size: 16px;}

	
	.footerBox{ padding: 15px;}
	.footerLeft{ width: 100%;}
	.footerLeft img.logo{ margin: 10px 1px; width:50%;}
	.footerLeft h2{ font-size: 16px;font-weight:unset;padding-left: 12px; float:left;line-height: 45px;}
	.footerNav{ display: none;}
	.footerBox .code{ width: 100%;  padding-top: 12px;}
	.footerBox .code img{ display: block; margin: 0 auto;	width: 30%;}
	
	
	.footerLeft p{ height: 45px; line-height: 45px;font-size: 16px; color: #555c60;  position: relative; padding-left: 42px;float:left;clear:left;}
.footerLeft p img{ height: 28px; width: auto; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

	
	
	.copyRight{ padding: 15px; line-height: 26px;}
	.indexContainer .layer3Box .layer3Right ul li .nr h2{ font-size: 18px;margin-bottom:1px;}
	.indexContainer .layer3Box .layer3Right ul li .nr p{ font-size: 14px; display:none;}
	.indexContainer .layer3Box .layer3Right ul li .nr .gengduo{ display:none;}

	.indexContainer .layer1{ width: 100%; height: auto; background: url(../images/index_02.jpg);background-position: center top;}
	
	
	.zp_list .list .text img{
	width: 100%;

}
	
}




.inpu{

height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 10px;

    width: 70%;

}
.subu{height: 30px;
    line-height: 30px;
    float: left;
    width: 20%;
   
  }


.formu{ width:170px;}


.minpu{

height: 50px;
    line-height: 50px;
    float: left;
    margin-left: 10px;
border: 1px solid #dbdbdb;
    width: 70%;

}
.msubu{height: 50px;
    line-height: 50px;
    float: left;
    width: 20%;
   
  }


.mformu{ width:100%;margin-top:30px;}





/* Slider */

.slick-slider

{

    position: relative;



  



    -moz-box-sizing: border-box;

         box-sizing: border-box;



    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none;



    -webkit-touch-callout: none;

    -khtml-user-select: none;

    -ms-touch-action: pan-y;

        touch-action: pan-y;

    -webkit-tap-highlight-color: transparent;

}



.slick-list

{

    position: relative;



    display: block;

    overflow: hidden;



    margin: 0;

    padding: 0;

}

.slick-list:focus

{

    outline: none;

}

.slick-list.dragging

{

    cursor: pointer;

    cursor: hand;

}



.slick-slider .slick-track,

.slick-slider .slick-list

{

    -webkit-transform: translate3d(0, 0, 0);

       -moz-transform: translate3d(0, 0, 0);

        -ms-transform: translate3d(0, 0, 0);

         -o-transform: translate3d(0, 0, 0);

            transform: translate3d(0, 0, 0);

}



.slick-track

{

    position: relative;

    top: 0;

    left: 0;



    display: block;

}

.slick-track:before,

.slick-track:after

{

    display: table;



    content: '';

}

.slick-track:after

{

    clear: both;

}

.slick-loading .slick-track

{

    visibility: hidden;

}



.slick-slide

{

    display: none;

    float: left;



    height: 100%;

    min-height: 262px;

}

[dir='rtl'] .slick-slide

{

    float: right;

}

.slick-slide img

{

    display: block;

}

.slick-slide.slick-loading img

{

    display: none;

}

.slick-slide.dragging img

{

    pointer-events: none;

}

.slick-initialized .slick-slide

{

    display: block;

}

.slick-loading .slick-slide

{

    visibility: hidden;

}

.slick-vertical .slick-slide

{

    display: block;



    height: auto;



    border: 1px solid transparent;

}

.slick-arrow.slick-hidden {

    display: none;

}



.banner .item .con{

	padding-top: 44%;

	background-repeat: no-repeat;

	background-position: center center;

	-o-background-size: cover;

	-ms-background-size: cover;

	-moz-background-size: cover;

	-webkit-background-size: cover;

	background-size: cover;

}

.banner .slick-arrow{

    position: absolute;

    top: 50%;

    margin-top: -40px;

    overflow: hidden;

    cursor: pointer;

    width: 82px;

    height: 82px;

    font-size: 0;

    line-height: 0;

    z-index: 9;

    background-repeat: no-repeat;

    background-position: center center;

	-o-background-size: auto 30px;

	-ms-background-size: auto 30px;

	-moz-background-size: auto 30px;

	-webkit-background-size: auto 30px;

	background-size: auto 30px;

	background-color: rgba(0,0,0,.01);

    border: 0;

    outline: 0;

    padding: 0;

}

.banner .slick-arrow:hover{

	background-color: rgba(0,0,0,.1);

}

.banner .slick-prev{left: 0;background-image: url(../images/pres1.png);}

.banner .slick-next{right: 0;background-image: url(../images/nexts1.png);}

.banner .slick-dots{

	position: absolute;

	left: 0;

	bottom: 3%;

	width: 100%;

	text-align: center;

	z-index: 99;

	font-size: 0;

}

.banner .slick-dots li{

	display: inline-block;

	margin: 0 10px;

}

.banner .slick-dots button{

	background-color: #fff;

	cursor: pointer;

	border-radius: 50%;

	border: 0;

	width: 10px;

	height: 10px;
	font-size: 0px;

	outline: 0;}

.banner .slick-dots li.slick-active button{background: #ec6b00;}


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




















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