@charset "UTF-8";
* {
  box-sizing: border-box;
}



.header1 {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9;
  top: .75rem;
  padding: 0 .75rem;
}
.header1 .n-header {
  height: 75px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header1 .header-left {
  width: 260px;
  height: 75px;
  background: url(../img/z_logo.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}
.header1 .header-left .logo {
  width: 165px;
  height: 45px;
  padding-right: 15px;
  position: relative;
}
.header1 .header-left .logo:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #f28273;
}
.header1 .header-left .logo a {
  display: block;
}
.header1 .header-left .logo img {
  max-width: 100%;
}
.header1 .header-left .btn-box {
  width: 32px;
  height: 23px;
  position: relative;
  cursor: pointer;
}
.header1 .header-left .btn-box .line {
  width: 32px;
  height: 3px;
  background: #fff;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.header1 .header-left .btn-box .line:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 32px;
  height: 3px;
  top: -8px;
}
.header1 .header-left .btn-box .line:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 32px;
  height: 3px;
  top: 8px;
}
.header1 .header-right {
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 30px;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.header1 .header-right:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3);
}
.header1 .header-right .lang {
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  width: 40px;
  font-size: 24px;
  color: #fff;
}
.header1 .header-right .search-btn {
  width: 40px;
  height: 40px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  background: url(../img/z_img1.png) no-repeat center;
  background-size: 22px auto;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

#index-container {
  position: relative;
  z-index: 2;
  height: 100vh;
  width: 100%;
}
#index-container .swiper-slide {
  width: 100%;
  height: 100vh;
}
#index-container .swiper-slide:last-child {
  /* height: auto; */
}
#index-container .imgbg {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#index-container .linebox {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#index-container .linebox:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
}
#index-container .linebox .line1:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 12.5%;
  background: rgba(255, 255, 255, 0.1);
}
#index-container .linebox .line1:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 31.25%;
  background: rgba(255, 255, 255, 0.1);
}
#index-container .linebox .line2:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 68.75%;
  background: rgba(255, 255, 255, 0.1);
}
#index-container .linebox .line2:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 87.5%;
  background: rgba(255, 255, 255, 0.1);
}
#index-container .content-box {
  padding-top: 26vh;
  position: relative;
  width: 55%;
  z-index: 3;
}
#index-container .content-box .tit1 {
  padding-left: 3rem;
  position: relative;
  z-index: 2;
}
#index-container .content-box .tit1:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: #fff;
}
#index-container .content-box .tit2 {
  padding-left: 3rem;
}
#index-container .content-box .more-btn {
  margin-left: 3rem;
  margin-top: 1rem;
  width: 240px;
  height: 54px;
  line-height: 24px;
  border: 2px solid #fff;
  padding: 15px 25px;
  font-family: "Arial";
  display: block;
  background: transparent;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
#index-container .content-box .more-btn span {
  display: block;
  text-transform: uppercase;
  position: relative;
  background: url(../img/z_img3.png) no-repeat right 8px;
}
#index-container .content-box .more-btn:hover {
  border: 2px solid transparent;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  background-image: -webkit-linear-gradient(left, #f1732f, #ec4038);
  background-image: linear-gradient(to right, #f1732f, #ec4038);
}
#index-container .content-box1 {
  padding-left: 6.66%;
}
#index-container .ulbox2 {
  width: 75%;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  background: #e96138;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: .75rem 0 .75rem 12.5%;
}
#index-container .ulbox2 .li {
  width: 33.3%;
  padding-right: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#index-container .ulbox2 .li .img {
  width: 50px;
  height: 50px;
}
#index-container .ulbox2 .li .text {
  padding-left: 15px;
}
#index-container .ulbox2 .li .text .tit3 {
  font-family: "Arial";
  line-height: 1.1;
}
#index-container .ulbox2 .li .text .tit4 {
  margin-top: .15rem;
}
#index-container .m-ulbox2 {
  position: absolute;
  left: 9;
  bottom: 0;
  overflow: hidden;
  width: 88%;
  height: 6.5rem;
  padding-left: .75rem;
  padding-right: 2.65rem;
  z-index: 3;
  background: #e96138;
}
#index-container .m-ulbox2 #swiper-slide-tab1 {
  position: relative;
  overflow: hidden;
}
#index-container .m-ulbox2 .swiper-wrapper {
  height: 6.5rem;
}
#index-container .m-ulbox2 .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#index-container .m-ulbox2 .swiper-slide .img {
  width: 50px;
  height: 50px;
}
#index-container .m-ulbox2 .swiper-slide .text {
  padding-left: 15px;
}
#index-container .m-ulbox2 .swiper-slide .text .tit3 {
  font-family: "Arial";
  line-height: 1.1;
}
#index-container .m-ulbox2 .swiper-slide .text .tit4 {
  margin-top: .15rem;
}
#index-container .m-ulbox2 .tab1-pagination {
  position: absolute;
  width: 40px;
  height: 100%;
  z-index: 2;
  top: 0;
  right: 10px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#index-container .m-ulbox2 .tab1-pagination span {
  background: rgba(255, 255, 255, 0.5);
  width: 8px;
  height: 8px;
  margin: 6px 0;
  border-radius: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background .5s ease-in-out;
          transition: background .5s ease-in-out;
}
#index-container .m-ulbox2 .tab1-pagination span.swiper-pagination-bullet-active {
  background: white;
}
#index-container .ulbox3 {
  width: 27%;
  position: absolute;
  right: 3rem;
  top: 25vh;
  z-index: 3;
}
#index-container .ulbox3 .li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 1rem .5rem;
  background: rgba(9, 49, 131, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
#index-container .ulbox3 .img {
  margin-bottom: 5px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
#index-container .ulbox3 .img1 {
  margin-top: 5px;
  opacity: 0;
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
#index-container .ulbox3 .li:nth-child(2) {
  margin-left: 50%;
}
#index-container .ulbox3 .li:hover {
  background-image: -webkit-linear-gradient(left, #f1732f, #ec4038);
  background-image: linear-gradient(to right, #f1732f, #ec4038);
}
#index-container .ulbox3 .li:hover .img {
  -webkit-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
#index-container .ulbox3 .li:hover .img1 {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
}
#index-container .m-ulbox3 {
  width: auto;
  top: auto;
  right: 1.25rem;
  bottom: 1.25rem;
  overflow: hidden;
  width: calc(15rem + 20px);
}
#index-container .m-ulbox3 .li {
  width: 7.5rem;
  height: 6.5rem;
  float: left;
  margin-right: 0;
  margin-bottom: 10px
  /*width:calc(50% - 10px);*/
}
#index-container .m-ulbox3 .li .img1 {
  opacity: 1;
  ttransform: translate(0, 0px);
}
#index-container .m-ulbox3 .li:nth-child(1) {
  margin-left: calc(7.5rem + 10px);
}
#index-container .m-ulbox3 .li:nth-child(2) {
  margin-left: 0;
  margin-right: 10px;
}
#index-container .m-ulbox3 .li:nth-child(1) {
  background-image: -webkit-linear-gradient(left, #f1732f, #ec4038);
  background-image: linear-gradient(to right, #f1732f, #ec4038);
}
#index-container .m-ulbox3 .li:nth-child(2) {
  background-image: linear-gradient(to right, #f1732f, #ec4038);
}
#index-container .m-ulbox3 .li:nth-child(2) .tit5 {
  color: #fff;
}
#index-container .m-ulbox3 .li:nth-child(3) {
  background: #ec4138;
}
#index-container .ulbox4 {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  -webkit-transform: translate(0, -50%) !important;
      -ms-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
}
#index-container .ulbox4 .li {
  display: block;
  padding: .5rem .75rem;
  background: transparent;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
#index-container .ulbox4 .li .img {
  margin-bottom: 5px;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
#index-container .ulbox4 .li .tit6 {
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
#index-container .ulbox4 .li:hover {
  background-image: -webkit-linear-gradient(left, #f1732f, #ec4038);
  background-image: linear-gradient(to right, #f1732f, #ec4038);
}
#index-container .ulbox4 .li:hover .img {
  -webkit-transform: translate(0%, -5px);
      -ms-transform: translate(0%, -5px);
          transform: translate(0%, -5px);
}
#index-container .ulbox4 .li:hover .tit6 {
  -webkit-transform: translate(0%, -5px);
      -ms-transform: translate(0%, -5px);
          transform: translate(0%, -5px);
}
#index-container .content-box2 {
  width: 92%;
  margin: 0 auto;
  padding-top: 20vh;
}
#index-container .ulbox5 {
  padding-left: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#index-container .ulbox5 .tit1 {
  margin-left: -2rem;
  color: #303030;
}
#index-container .ulbox5 .tit1:before {
  background: #303030;
}
#index-container .ulbox5 .li {
  width: 33.3%;
  padding-right: 2rem;
}
#index-container .ulbox5 .nli {
  margin-top: 1rem;
  width: 100%;
  /* height: 47.5vh; */
  position: relative;
}
#index-container .ulbox5 .nli .libg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#index-container .ulbox5 .nli .text {
  width: 100%;
  height: 100%;
  padding: 1.75rem 1.5rem;
  background:rgba(239,92,51,0.9);
  position: absolute;
  z-index: 3;
  opacity: 0;
  top:0;
  left: 0;
  box-sizing: border-box;
  transition: all .3s ease 0s;
}
#index-container .ulbox5 .nli:hover .text{
  opacity: 1;
}
#index-container .ulbox5 .nli .tit3 {
  margin-bottom: .7rem;
  line-height: 32px;
  max-height: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-container .ulbox5 .nli .tit4 {
  margin-bottom: .5rem;
  line-height: 24px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-container .ulbox5 .nli .time {
  opacity: 0.5;
}
#index-container .ulbox5 .nli .more-btn {
  margin-top: 1.25rem;
  margin-left: 0;
  width: 170px;
  height: 40px;
  line-height: 30px;
  border: 1px solid #fff;
  padding: 5px 10px;
}
#index-container .ulbox5 .nli .more-btn span {
  background: url(../img/z_img3.png) no-repeat center right;
}
#index-container .ulbox5 .li2 {
  margin-top: .5rem;
  position: relative;
}
#index-container .ulbox5 .li2 .sp2 {
  font-size: 3.8rem;
}
#index-container .ulbox5 .li2 .libg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 26vh;
  margin-bottom: .35rem;
}
#index-container .ulbox5 .li2 .sp {
  position: absolute;
  top: -4.75rem;
  left: 0;
  color: #fad3c7;
  font-size: 2rem;
  font-family: "Arial";
  font-weight: bold;
}
#index-container .ulbox5 .li2 .tit-20 {
  color: #303030;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-container .ulbox5 .li2 .li-img {
  margin-bottom: 1.2rem;
  display: block;
  position: relative;
}
#index-container .ulbox5 .li3 .libg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 48vh;
  margin-bottom: .35rem;
}
#index-container .ulbox5 .li3 .tit-20 {
  color: #303030;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-container .ulbox5 .li3 .li-img {
  position: relative;
  margin-bottom: 1.5rem;
  display: block;
}
#index-container .ulbox5 .more-btn {
  border: 2px solid #333;
}
#index-container .ulbox5 .more-btn span {
  background: url(../img/z_img7.png) no-repeat center right;
}
#index-container .ulbox5 .more-btn:hover {
  color: #fff;
}
#index-container .ulbox5 .more-btn:hover span {
  background: url(../img/z_img3.png) no-repeat center right;
}
#index-container .m-ulbox5 {
  position: relative;
  height: 100%;
  z-index: 2;
}
#index-container .m-ulbox5 .tit1 {
  margin-left: 0;
  color: #303030;
}
#index-container .m-ulbox5 .tit1:before {
  background: #303030;
}
#index-container .m-ulbox5 .sp2 {
  font-size: 3.8rem;
}
#index-container .m-ulbox5 .sp {
  position: absolute;
  top: -1.5rem;
  right: 0;
  color: #fad3c7;
  font-size: 2rem;
  font-family: "Arial";
  font-weight: bold;
}
#index-container .m-ulbox5 .swiper-container4 {
  position: relative;
  max-width: 550px;
  margin: 1rem auto 0;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
#index-container .m-ulbox5 .swiper-slide {
  height: auto;
}
#index-container .m-ulbox5 .swiper-slide .libg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 50vh;
}
#index-container .m-ulbox5 .swiper-slide .tit-20 {
  margin-top: .5rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-container .m-ulbox5 .swiper-slide .time {
  font-size: 12px;
  color: #666;
  opacity: .5;
  margin-top: 3px;
}
#index-container .m-ulbox5 .more-btn {
  border: 2px solid #333;
  position: absolute;
  right: 0;
  bottom: 0rem;
  margin-top: 0;
  height: 40px;
  width: 6.5rem;
  padding: 6px 15px;
}
#index-container .m-ulbox5 .more-btn span {
  background: url(../img/z_img7.png) no-repeat center right;
}
#index-container .m-ulbox5 .tab2-pagination {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
  text-align: left;
}
#index-container .m-ulbox5 .tab2-pagination span {
  background: #8c8c8c;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background .5s ease-in-out;
          transition: background .5s ease-in-out;
}
#index-container .m-ulbox5 .tab2-pagination span.swiper-pagination-bullet-active {
  background: #ef5f33;
}
#index-container #i-banner {
  position: relative;
  z-index: 2;
  height: 100vh;
  width: 100%;
}
#index-container #i-banner .swiper-slide {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#index-container #i-banner .swiper-slide .text {
  padding-top: 32vh;
  text-align: center;
  position: relative;
  z-index: 3;
}
#index-container #i-banner .swiper-slide .tit1 {
  font-weight: bold;
  position: relative;
  z-index: 2;
}
#index-container #i-banner .swiper-slide .tit2 {
  position: relative;
  z-index: 2;
}
#index-container #i-banner .j-btn {
  width: 2rem;
  height: 2rem;
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 3rem;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
#index-container #i-banner .j-btn .triangle-up {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/z_img2.png) no-repeat center center;
  background-size: 20px auto;
}
#index-container #i-banner .banner-pagination {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 42vh;
  text-align: center;
}
#index-container #i-banner .banner-pagination span {
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 0 15px;
  border-radius: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background .5s ease-in-out;
          transition: background .5s ease-in-out;
}
#index-container #i-banner .banner-pagination span.swiper-pagination-bullet-active {
  background: #ef5f33;
}

.w1450 {
  width: 1450px;
  margin: 0 auto;
}

.footer {
  background: #0f1012;
}
.footer .footer-top {
  padding: 1.75rem 0 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .footer-top .fot-nav {
  width: calc(100% - 260px - 2.5rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .footer-top .fot-nav .li {
  width: 16.6%;
  padding-right: .5rem;
}
.footer .footer-top .fot-nav .dt {
  margin-bottom: .5rem;
  color: #fff;
  padding-bottom: 10px;
  position: relative;
}
.footer .footer-top .fot-nav .dt:before {
  content: "";
  position: absolute;
  width: .75rem;
  height: 2px;
  left: 2px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.footer .footer-top .fot-nav .dd {
  opacity: .3;
  margin-bottom: 5px;
  color: #fff;
  display: block;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.footer .footer-top .fot-nav .dd:hover {
  opacity: 1;
}
.footer .footer-top .fot-right {
  width: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .footer-top .fot-right .wxbox {
  margin-bottom: .5rem;
}
.footer .footer-top .fot-right .img {
  max-width: 100%;
  margin-bottom: 10px;
}
.footer .footer-top .fot-right .tit2 {
  opacity: .5;
}
.footer .footer-top .fot-right .tit3 {
  line-height: 1.2;
  margin-bottom: .25rem;
}
.footer .footer-top .fxbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .footer-top .fxbox a {
  width: 25px;
  height: 25px;
  margin: 0 5px;
  padding: 0;
}
.footer .footer-top .fxbox span {
  color: #fff;
  font-size: 14px;
  opacity: .5;
}
.footer .footer-top .fxbox .bds_sqq {
  background: url(../img/z_img8.png) no-repeat center;
}
.footer .footer-top .fxbox .bds_weixin {
  background: url(../img/z_img8-1.png) no-repeat center;
}
.footer .footer-top .fxbox .bds_tsina {
  background: url(../img/z_img8-2.png) no-repeat center;
}
.footer .footer-bot {
  padding: .75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-bot .sp1 {
  color: #fff;
  opacity: .3;
}
.footer .footer-bot .p {
  font-size: 14px;
}
.footer .footer-bot .p a {
  color: #fff;
  opacity: .3;
  margin-bottom: 5px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.footer .footer-bot .p a:hover {
  opacity: 1;
}
.footer2 {
  padding: 1rem;
  background: #0f1012;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.footer2 .wxbox {
  min-width: 80px;
  max-width: 120px;
}
.footer2 .wxbox .tit2 {
  margin-top: .5rem;
  opacity: .5;
  font-size: 14px;
}
.footer2 .fot-right {
  max-width: calc(100% - 120px);
  min-width: calc(100% - 150px);
  padding-left: .6rem;
  border-left: 1px solid #3f4041;
}
.footer2 .fot-right .sp1 {
  color: #fff;
  opacity: .3;
}
.footer2 .fot-right .p {
  font-size: 14px;
}
.footer2 .fot-right .p a {
  color: #fff;
  opacity: .3;
  margin-bottom: 5px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.footer2 .fot-right .p a:hover {
  opacity: 1;
}

.search-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #f5f5f5;
  display: none;
  z-index: 20;
}

.search-alert {
  position: fixed;
  z-index: 100;
  background: url(../img/z_img10.png) no-repeat center center;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.search-alert input::-webkit-input-placeholder {
  color: #fff !important;
}
.search-alert input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
}
.search-alert input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
}
.search-alert input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}
.search-alert .cent-form {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all .5s;
          transition: all .5s;
}

.search-alert .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  background: url(../img/colse.png) no-repeat center;
  background-size: 18px auto;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 2rem;
  margin-top: -63px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.search-alert .cent-form:before {
  content: "";
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  top: 50%;
  margin-top: -25px;
  background: url(../img/z_img9.png) no-repeat center;
  background-size: 28px auto;
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 1.2rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  width: 100%;
  color: #fff;
  background: none;
  padding-left: 2rem;
  padding-right: 3.5rem;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: 1.5rem;
  font-size: .8rem;
  line-height: 1.5rem;
  color: #fff;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5rem;
  text-align: center;
}

.search-alert {
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform .3s .5s;
          transition: transform .3s .5s;
}

.search-alert.active {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform .3s;
          transition: transform .3s;
}
.search-alert.active .cent-form {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all .5s .3s;
          transition: all .5s .3s;
}

.pc-nav {
  position: fixed;
  z-index: 100;
  background: url(../img/z_img10.png) no-repeat center center;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform .3s .8s;
          transition: transform .3s .8s;
}
.pc-nav .logo {
  width: 160px;
  height: 49px;
  position: absolute;
  left: 1.25rem;
  top: 20px;
}
.pc-nav .logo img {
  max-width: 100%;
}
.pc-nav .lang {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 6;
  top: 28px;
  right: 2.5rem;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;
}
.pc-nav .close {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 6;
  top: 28px;
  right: 1.25rem;
  cursor: pointer;
  background: url(../img/colse.png) no-repeat center;
  background-size: 18px auto;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.pc-nav .linebox {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pc-nav .linebox:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.pc-nav .linebox .line1:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 12.5%;
  background: rgba(255, 255, 255, 0.1);
}
.pc-nav .linebox .line1:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 31.25%;
  background: rgba(255, 255, 255, 0.1);
}
.pc-nav .linebox .line2:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 68.75%;
  background: rgba(255, 255, 255, 0.1);
}
.pc-nav .linebox .line2:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 87.5%;
  background: rgba(255, 255, 255, 0.1);
}
.pc-nav .index-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translate(0, 80px);
      -ms-transform: translate(0, 80px);
          transform: translate(0, 80px)
  /*transition: all .6s .5s ease-in-out;*/
}
.pc-nav .index-nav .li {
  width: 16.6%;
  padding-right: .5rem;
}
.pc-nav .index-nav .dt {
  margin-bottom: 1.5rem;
  color: #fff;
  padding-bottom: 15px;
  position: relative;
}
.pc-nav .index-nav .dt:before {
  content: "";
  position: absolute;
  width: .75rem;
  height: 2px;
  left: 2px;
  bottom: 0;
  background: white;
}
.pc-nav .index-nav .dd {
  opacity: .75;
  margin-bottom: .5rem;
  color: #fff;
  display: block;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.pc-nav .index-nav .dd:hover {
  opacity: 1;
}
.pc-nav .sub-menu {
  position: relative;
  z-index: 2;
}
.pc-nav .sub-menu ul {
  width: 100%;
  height: calc(100vh - 160px);
  overflow-x: hidden;
  overflow-y: auto;
}
.pc-nav .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
}
.pc-nav .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 0 3%;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0;
}
.pc-nav .sub-menu .titx {
  display: block;
  width: 100%;
  padding: 0 3%;
  line-height: 60px;
  color: #000;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pc-nav .sub-menu .sub-tit:after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/z_img11.png) no-repeat center;
  background-size: 9px auto;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.pc-nav .sub-menu .sub-tit.on {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pc-nav .sub-menu .sub-tit.on:after {
  background: url(../img/z_img11_1.png) no-repeat center;
  background-size: 20px auto;
}
.pc-nav .sub-menu .sec-list {
  line-height: 40px;
  padding: 10px 4%;
  display: none;
}
.pc-nav .sub-menu .sec-list p {
  background: url(../../img/ico_04.png) no-repeat left center;
  background-size: 3px auto;
  font-size: 14px;
}
.pc-nav .sub-menu .sec-list a {
  color: #fff;
  font-size: 14px;
  display: block;
}
.pc-nav .cent-form {
  position: relative;
  margin-top: 10%;
  margin-bottom: 1.85rem;
  height: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transform: translate(0, 60px);
      -ms-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: all .6s 0s ease-in-out;
          transition: all .6s 0s ease-in-out;
  z-index: 3;
}
.pc-nav .cent-form .tex {
  border: none;
  font-size: 1.2rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  width: 100%;
  color: #fff;
  background: none;
  padding-left: 1rem;
  padding-right: 3rem;
}
.pc-nav .cent-form .sub-butn {
  border: none;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  text-align: right;
  background: none;
  width: 100%;
  text-align: center;
  background: url(../img/z_img9.png) no-repeat center;
  background-size: 28px auto;
}
.pc-nav input:-moz-placeholder,
.pc-nav textarea:-moz-placeholder {
  color: #fff;
}
.pc-nav input::-moz-placeholder,
.pc-nav textarea::-moz-placeholder {
  color: #fff;
}
.pc-nav input:-ms-input-placeholder,
.pc-nav textarea:-ms-input-placeholder {
  color: #fff;
}
.pc-nav input::-webkit-input-placeholder,
.pc-nav textarea::-webkit-input-placeholder {
  color: #fff;
}
.pc-nav .input1 {
  position: absolute;
  height: 1.5rem;
  line-height: 1.5rem;
  width: 3rem;
  right: 0;
  top: 0;
}
.pc-nav .input1:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1rem;
  top: 50%;
  margin-top: -.5rem;
  background: rgba(255, 255, 255, 0.3);
}

.pc-nav.active {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform .3s;
          transition: transform .3s;
}
.pc-nav.active .cent-form {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all .5s .3s;
          transition: all .5s .3s;
}
.pc-nav.active .index-nav {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all .5s .6s;
          transition: all .5s .6s;
}

.header1.active .header-right:before {
  background: #333;
}
.header1.active .header-right .lang {
  color: #333;
}
.header1.active .header-right .search-btn {
  background: url(../img/z_img9-1.png) no-repeat center;
  background-size: 22px auto;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: rgba(0, 0, 0, 0.5) !important;
  background-image: none !important;
  color: white !important;
}

.pc-block {
  display: block;
}

.mobile-block {
  display: none !important;
}

@media (max-width: 1500px) {
  .w1450 {
    width: 92%;
  }
}
@media (max-width: 1480px) {
  #index-container .ulbox2 {
    width: 92%;
  }
}
@media (max-width: 1024px) {
  .pc-block {
    display: none !important;
  }

  .mobile-block {
    display: block !important;
  }

  #index-container .content-box1 {
    width: 92%;
  }

  #index-container .ulbox2 {
    width: 90%;
  }

  .header-right {
    display: none !important;
  }

  #index-container .content-box {
    padding-top: 22vh;
  }

  #index-container .content-box .tit1 {
    font-size: 1.24rem;
  }

  #index-container .content-box .tit2 {
    font-size: .75rem;
    margin-top: .25rem;
  }

  #index-container .content-box .tit1 {
    padding-top: 1rem;
    padding-left: 0;
  }
  #index-container .content-box .tit1:before {
    top: 0;
    left: 3px;
  }

  #index-container .content-box .more-btn {
    margin-left: 0;
    margin-top: 2.5rem;
    width: 7.5rem;
  }

  #index-container .content-box .tit2 {
    padding-left: 0;
  }

  #index-container .m-ulbox3 .li .tit5 {
    font-size: 16px;
  }

  #index-container .ulbox3 .img {
    width: 50px;
    height: 50px;
  }

  .pc-nav .linebox {
    display: none;
  }

  #index-container .content-box2 {
    padding-top: 15vh;
  }

  #index-container .content-box .tit1 {
    padding-top: .5rem;
  }

  .header1 .header-left {
    width: 200px;
    height: 55px;
    padding: 10px;
  }

  .header1 .n-header {
    height: 55px;
  }

  .header1 {
    top: 10px;
    padding: 0 3%;
  }

  #index-container #i-banner .swiper-slide .tit1 {
    font-size: 1.05rem !important;
  }

  #index-container #i-banner .swiper-slide .tit2 {
    font-size: .75rem;
  }

  #index-container #i-banner .swiper-slide .text {
    padding: 32vh 0 0;
  }

  #index-container #i-banner .banner-pagination {
    bottom: 25vh;
  }

  .header1 .header-left .logo {
    width: 140px;
  }

  #index-container #i-banner .j-btn .triangle-up {
    background-size: 15px auto;
  }

  #index-container .content-box .more-btn {
    width: 7rem;
    height: 45px;
    padding: 10px;
  }

  #index-container .content-box1 {
    padding-left: 3%;
    width: 94%;
  }

  .pc-nav .logo {
    left: 3%;
    width: 120px;
  }

  .pc-nav .close {
    right: 3%;
  }

  .pc-nav .lang {
    right: calc(3% + 40px);
  }

  .pc-nav .cent-form {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    margin-bottom: 0;
    margin-top: 75px;
    height: auto;
    overflow: hidden;
    border: none;
  }

  .pc-nav .cent-form .tex {
    height: auto
    /*height:calc(2rem - 20px);*/
  }

  .pc-nav .input1 {
    width: 2rem;
    /*height:calc(2rem - 20px);*/
    margin-top: 10px;
  }
  .pc-nav .input1:before {
    height: .7rem;
    margin-top: -.35rem;
  }

  .pc-nav .cent-form .sub-butn {
    background: url(../img/z_img9.png) no-repeat center;
    /*height:calc(2rem - 20px);*/
    background-size: 16px auto;
  }

  .pc-nav .cent-form .tex {
    font-size: .65rem;
    text-align: left;
  }

  .pc-nav.active .cent-form {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
  }
  #index-container .m-ulbox2 .swiper-slide .text{
    width:calc(100% - 50px);
  }
}
@media (max-width: 768px) {
  #index-container .m-ulbox3 {
    right: 0rem;
    bottom: .5rem;
    overflow: hidden;
    width: calc(13rem + 20px);
  }
  #index-container .m-ulbox3 .li {
    width: 6.5rem;
    height: 6.2rem;
  }
  #index-container .m-ulbox3 .li:nth-child(1) {
    margin-left: calc(6.5rem + 10px);
  }

  #index-container .linebox .line1:after {
    display: none;
  }
  #index-container .linebox .line2:before {
    display: none;
  }

  #index-container .ulbox4 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    left: 0;
    bottom: 0;
    top: auto;
    -webkit-transform: translate(0, 0%) !important;
        -ms-transform: translate(0, 0%) !important;
            transform: translate(0, 0%) !important;
  }

  #index-container .ulbox4 .li {
    width: 25%;
    padding: .75rem .2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  #index-container .ulbox4 .li img {
    width: 45px;
  }
}
@media (max-width: 560px) {
  #index-container .m-ulbox2 .swiper-slide .text .tit4 {
    font-size: 12px;
  }

  #index-container .content-box .more-btn {
    margin-top: 2rem;
  }
}
.triangle-up {
  -webkit-animation: start-backtop-1 2s infinite ease-in-out;
          animation: start-backtop-1 2s infinite ease-in-out;
}

@-webkit-keyframes start-backtop-1 {
  0%, 30% {
    opacity: 0;
    -webkit-transform: translate(-50%, -12px);
            transform: translate(-50%, -12px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate(-50%, -6px);
            transform: translate(-50%, -6px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
}

@keyframes start-backtop-1 {
  0%, 30% {
    opacity: 0;
    -webkit-transform: translate(-50%, -12px);
            transform: translate(-50%, -12px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate(-50%, -6px);
            transform: translate(-50%, -6px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
}
.js-m {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
      -ms-transform: translate(30px, 0);
          transform: translate(30px, 0);
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}

.js-m.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.delay01 {
  -webkit-transition-delay: .06s !important;
          transition-delay: .06s !important;
}

.delay02 {
  -webkit-transition-delay: .09s !important;
          transition-delay: .09s !important;
}

.delay03 {
  -webkit-transition-delay: .12s !important;
          transition-delay: .12s !important;
}

.delay04 {
  -webkit-transition-delay: .18s !important;
          transition-delay: .18s !important;
}

.delay05 {
  -webkit-transition-delay: .23s !important;
          transition-delay: .23s !important;
}

.delay06 {
  -webkit-transition-delay: .28s !important;
          transition-delay: .28s !important;
}

.delay07 {
  -webkit-transition-delay: .33s !important;
          transition-delay: .33s !important;
}

.delay08 {
  -webkit-transition-delay: .38s !important;
          transition-delay: .38s !important;
}

.delay09 {
  -webkit-transition-delay: .43s !important;
          transition-delay: .43s !important;
}

.delay7 {
  -webkit-transition-delay: .7s !important;
          transition-delay: .7s !important;
}

.delay9 {
  -webkit-transition-delay: .9s !important;
          transition-delay: .9s !important;
}

.js-m.words-js span {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
}

.js-m.words-js.animate span {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.words-js span {
  display: inline-block;
}

.js-m.words-js2 {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.js-m.words-js2 span {
  opacity: 0;
  /*letter-spacing:1em;*/
  -webkit-transform: translate(120px, 0px);
      -ms-transform: translate(120px, 0px);
          transform: translate(120px, 0px);
  -webkit-transition: 0.8s ease-in-out;
          transition: 0.8s ease-in-out;
}

.js-m.words-js2.animate span {
  opacity: 1;
  /*letter-spacing:0;*/
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.words-js2 span {
  display: inline-block;
}

.js-m.animate-left {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
      -ms-transform: translate(-60px, 0px);
          transform: translate(-60px, 0px);
  -webkit-transition: .8s ease-in-out;
          transition: .8s ease-in-out;
}

.js-m.animate-right100 {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
      -ms-transform: translate(100px, 0px);
          transform: translate(100px, 0px);
  -webkit-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
}

.js-m.animate-right50 {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
      -ms-transform: translate(50px, 0px);
          transform: translate(50px, 0px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.6, 0.4, 1.21), -webkit-transform 0.8s cubic-bezier(0.32, 0.6, 0.4, 1.21);
          transition: opacity 0.8s cubic-bezier(0.32, 0.6, 0.4, 1.21), transform 0.8s cubic-bezier(0.32, 0.6, 0.4, 1.21);
}

.js-m.animate-right2 {
  opacity: 0;
  -webkit-transform: translate(80px, 0px);
      -ms-transform: translate(80px, 0px);
          transform: translate(80px, 0px);
  -webkit-transition: opacity 1.2s cubic-bezier(0.32, 0.6, 0.4, 1.21), -webkit-transform 1.2s cubic-bezier(0.32, 0.6, 0.4, 1.21);
          transition: opacity 1.2s cubic-bezier(0.32, 0.6, 0.4, 1.21), transform 1.2s cubic-bezier(0.32, 0.6, 0.4, 1.21);
}

.js-m.animate-top {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: .6s ease-in-out;
          transition: .6s ease-in-out;
}

.js-m.animate-bottom {
  opacity: 0;
  -webkit-transform: translate(0, -1.5rem);
      -ms-transform: translate(0, -1.5rem);
          transform: translate(0, -1.5rem);
  -webkit-transition: 0.8s cubic-bezier(0.32, 0.6, 0.4, 1.21);
          transition: 0.8s cubic-bezier(0.32, 0.6, 0.4, 1.21);
}

.js-m.animate {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0px) !important;
      -ms-transform: translate(0, 0px) !important;
          transform: translate(0, 0px) !important;
}

.delay1 {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.delay2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.delay3 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.delay4 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.delay5 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.delay6 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

/*缃戠珯鍗曚綅璁剧疆*/
@media (max-width: 767px) {
  html {
    font-size: 26px !important;
  }
}
@media (max-width: 479px) {
  html {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
::-moz-selection {
  background: red;
  color: #fff;
}

::selection {
  background: red;
  color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-image: -webkit-linear-gradient(0, #d77515, #d71518);
  background-image: linear-gradient(0, #d77515, #d71518);
  background-image: -webkit-linear-gradient(bottom, #d77515, #d71518);
  background-image: linear-gradient(to top, #d77515, #d71518);
}

::-webkit-scrollbar-thumb:window-inactive {
  background-image: -webkit-linear-gradient(0, #d77515, #d71518);
  background-image: linear-gradient(0, #d77515, #d71518);
  background-image: -webkit-linear-gradient(bottom, #d77515, #d71518);
  background-image: linear-gradient(to top, #d77515, #d71518);
}

::-webkit-scrollbar-thumb:vertical:hover {
  background-image: -webkit-linear-gradient(0, #d77515, #d71518);
  background-image: linear-gradient(0, #d77515, #d71518);
  background-image: -webkit-linear-gradient(bottom, #d77515, #d71518);
  background-image: linear-gradient(to top, #d77515, #d71518);
}

.tit-12 {
  font-size: 12px;
  line-height: 1.5;
}

.tit-13 {
  font-size: 13px;
  line-height: 1.5;
}

.tit-14 {
  font-size: 14px;
  line-height: 1.6;
}

.tit-16 {
  font-size: 16px;
  line-height: 1.6;
}

.tit-18 {
  font-size: 18px;
  line-height: 1.6;
}

.tit-20 {
  font-size: 21px;
  line-height: 1.6;
}

.tit-22 {
  font-size: 22px;
  line-height: 1.6;
}

.tit-24 {
  font-size: 24px;
  line-height: 1.6;
}

.tit-25 {
  font-size: 25px;
  line-height: 1.6;
}

.tit-25 {
  font-size: 25px;
  line-height: 1.6;
}

.tit-26 {
  font-size: 26px;
  line-height: 1.6;
}

.tit-27 {
  font-size: 27px;
  line-height: 1.6;
}

.tit-28 {
  font-size: 28px;
  line-height: 1.6;
}

.tit-29 {
  font-size: 29px;
  line-height: 1.6;
}

.tit-30 {
  font-size: 30px;
  line-height: 1.6;
}

.tit-32 {
  font-size: 32px;
  line-height: 1.6;
}

.tit-34 {
  font-size: .85rem;
  line-height: 1.6;
}

.tit-36 {
  font-size: .9rem;
  line-height: 1.6;
}

.tit-38 {
  font-size: .95rem;
  line-height: 1.6;
}

.tit-40 {
  font-size: 1rem;
  line-height: 1.6;
}

.tit-42 {
  font-size: 1.05rem;
  line-height: 1.6;
}

.tit-44 {
  font-size: 1.1rem;
  line-height: 1.6;
}

.tit-46 {
  font-size: 1.15rem;
  line-height: 1.6;
}

.tit-48 {
  font-size: 1.2rem;
  line-height: 1.6;
}

.tit-50 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.tit-52 {
  font-size: 1.3rem;
  line-height: 1.6;
}

.tit-54 {
  font-size: 1.35rem;
  line-height: 1.6;
}

.tit-56 {
  font-size: 1.4rem;
  line-height: 1.6;
}

.tit-58 {
  font-size: 1.45rem;
  line-height: 1.6;
}

.tit-60 {
  font-size: 1.5rem;
  line-height: 1.6;
}

.tit-62 {
  font-size: 1.55rem;
  line-height: 1.6;
}

.tit-64 {
  font-size: 1.6rem;
  line-height: 1.6;
}

.tit-66 {
  font-size: 1.65rem;
  line-height: 1.6;
}

.tit-68 {
  font-size: 1.7rem;
  line-height: 1.6;
}

.tit-70 {
  font-size: 1.75rem;
  line-height: 1.6;
}

.tit-72 {
  font-size: 1.8rem;
  line-height: 1.6;
}

.tit-74 {
  font-size: 1.85rem;
  line-height: 1.6;
}

.tit-76 {
  font-size: 1.9rem;
  line-height: 1.6;
}

.tit-78 {
  font-size: 1.95rem;
  line-height: 1.6;
}

.tit-80 {
  font-size: 2rem;
  line-height: 1.6;
}

.p-12 {
  font-size: 12px;
  line-height: 1.6;
}
.p-12 img {
  max-width: 100%;
}

.p-14 {
  font-size: 14px;
  line-height: 1.6;
}
.p-14 img {
  max-width: 100%;
}

.p-16 {
  font-size: 16px;
  line-height: 1.6;
}
.p-16 img {
  max-width: 100%;
}

.p-18 {
  font-size: 18px;
  line-height: 1.6;
}
.p-18 img {
  max-width: 100%;
}

.p-20 {
  font-size: 20px;
  line-height: 1.6;
}
.p-20 img {
  max-width: 100%;
}

.p-24 {
  font-size: 24px;
  line-height: 1.6;
}
.p-24 img {
  max-width: 100%;
}

.line-height_0 {
  line-height: 1;
}

.line-height_1 {
  line-height: 1.5;
}

.line-height_2 {
  line-height: 2;
}

.col-fff {
  color: #fff;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-666 {
  color: #666;
}

.col-000 {
  color: #000;
}

.col-888 {
  color: #888;
}

.col-4c {
  color: #4c4c4c;
}

.col-red {
  color: #da3830;
}

.full-video {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  height: 100vh;
  -webkit-transition: width 0.56s, right 0.56s, bottom 0.56s, left 0.56s, top 0.56s, opacity 0.56s !important;
          transition: width 0.56s, right 0.56s, bottom 0.56s, left 0.56s, top 0.56s, opacity 0.56s !important;
}
.full-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}

.full-video-in {
  width: 100vw;
  height: 100%;
  right: 0;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.home-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.flex-row-nowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-wrap-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-row-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2-row-nowrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2-row-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2-row-wrap-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex2-row-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.imgbg-tong:after {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
          transition: all 0.5s ease-in-out 0.5s;
}

.imgbg-tong:before {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  z-index: 5;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}

.js-m.animate.imgbg-tong:before,
.js-m.animate.imgbg-tong:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
}

.select-arrow {
  border: none;
  background: transparent url(../img/img3.png) no-repeat right center;
  background-size: 24px auto;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

@-webkit-keyframes animation-1 {
  0% {
    -webkit-transform: rotate(0) translate(2.5%, 0) rotate(0);
            transform: rotate(0) translate(2.5%, 0) rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(2.5%, 2%) rotate(-180deg);
            transform: rotate(180deg) translate(2.5%, 2%) rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(2.5%, 0) rotate(-360deg);
            transform: rotate(360deg) translate(2.5%, 0) rotate(-360deg);
  }
}

@keyframes animation-1 {
  0% {
    -webkit-transform: rotate(0) translate(2.5%, 0) rotate(0);
            transform: rotate(0) translate(2.5%, 0) rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(2.5%, 2%) rotate(-180deg);
            transform: rotate(180deg) translate(2.5%, 2%) rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(2.5%, 0) rotate(-360deg);
            transform: rotate(360deg) translate(2.5%, 0) rotate(-360deg);
  }
}
@media (max-width: 1023px) {
  .tit-16 {
    font-size: 14px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-22 {
    font-size: 20px;
  }

  .tit-24 {
    font-size: 22px;
  }

  .tit-30 {
    font-size: 28px;
  }

  .tit-32 {
    font-size: 1.1rem;
  }

  .n-join .job-name {
    margin: 1rem 0;
  }
}
@media (max-width: 768px) {
  .tit-16 {
    font-size: 12px;
  }

  .tit-18 {
    font-size: 14px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-24 {
    font-size: 20px;
  }

  .tit-30 {
    font-size: 26px;
  }
}
@media (max-width: 580px) {
  .tit-16 {
    font-size: 12px;
  }

  .tit-20 {
    font-size: 14px;
  }

  .tit-22 {
    font-size: 16px;
  }

  .tit-24 {
    font-size: 18px;
  }
}
.zzzz2{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background:rgba(239,92,51,0.9);
  padding: 1rem;
}
.zzzz1{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background:rgba(239,92,51,0.9);
  padding: 1rem;
  opacity: 0;
  transition: all .3s ease 0s;
}
.zzzz1 div{
  color:#fff !important;
}
.zzz-btn{
  display: inline-block;
  width: 170px;
    height: 40px;
    line-height: 30px;
    border: 1px solid #fff;
    padding: 5px 10px;
    transition: all .3s ease 0s;
}
.c2{
  margin: 0.2rem 0 0.5rem 0;
}
.c3{
  margin-bottom: 0.6rem;
}
.c4{
  margin: 1rem 0 1rem 0;
}
.c5{
  margin-bottom: 1rem;
}
.zzz-btn span{
    display: block;
  background:url(../img/z_img3.png) no-repeat center right;
}
.li-img:hover .zzzz1{
  opacity: 1;
}
.zzz-btn:hover {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  background-image: -webkit-linear-gradient(left, #f1732f, #ec4038);
  background-image: linear-gradient(to right, #f1732f, #ec4038);
}
/*# sourceMappingURL=z_style.css.map */