ul,li{
  list-style: none;
}
.comp {
  position: relative;
  padding: 60px 0;
  padding-bottom: 70px;
}

.comp div.tit {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 28px;
  color: #313131;
}

.comp div.tit h2 {
  font-size: 36px;
}

.comp div.tit i {
  margin-top: 6px;
  display: block;
  color: #999999;
  font-size: 16px;
  text-transform: uppercase;
}

/* ::-webkit-scrollbar {
  display: none;
} */


body {
  background: rgb(241, 241, 241);
  overflow-x: hidden;
}

#system {
  background: #f0f0f0;
}

.logo img {
  width: 100%;
  height: auto;
}


.banner {
  height: auto;
  overflow: hidden;
  background-color: #f5f5f5;
  width: 100%;
  margin: 0 auto;
  font-size: 100px;
  text-align: center;
  position: relative;
  left: 50%;
  height: auto;
  transform: translate(-50%);

}

.banner img {
  width: 100%;
  height: auto;
}


.banner .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev {
  width: 45px;
  height: 13px;
  background: url(../images/b_left.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 16%;
  top: 91%;
}

.swiper-button-next {
  width: 45px;
  height: 13px;
  background: url(../images/b_right.png) 0 0 no-repeat;
  background-size: 100%;
  top: 91%;
  left: 20%;
}

.news .tit {
  text-align: center;
}

.news .tit i {
  float: left;
  color: #1e1d1d;
  font-size: 18px;
}

.news .tit em {
  position: relative;
  color: #ff6a00;
  font-size: 30px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.news .tit p {
  font-size: 16px;
}

.date9 {
  font-size: 16px;
}

.jt {
  margin-left: 210px;
}

.news li {
  float: left;
  width: 580px;
  height: 110px;
  margin-top: 50px;
  margin-left: 110px;
}

.news li:nth-child(2n-1) {
  margin-right: 30px;
}

.news .date {
  height: 100%;
  float: left;
  color: #666;
  border-right: 1px solid #ccc;
  padding-right: 35px;
  text-align: center;
  margin-right: 35px;
}

.news .s1 {
  font-size: 80px;
  display: block;
  line-height: 1;
}

.news .s2 {
  display: block;
  font-size: 22px;
}

.news h3 {
  color: #333;
  font-size: 22px;
  height: 24px;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 25px;
}

.news p {
  color: #999;
  font-size: 16px;
  height: 60px;
  line-height: 30px;
  overflow: hidden;
}

.system .tab {
  font-size: 0;
  text-align: center;
}

.system .tab li {
  position: relative;
  display: inline-block;
  width: 190px;
  background: url("../images/system-tab.png") 0 0 no-repeat;
  cursor: pointer;
  padding-bottom: 16px;
}

.system .tab li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #ff6634;
  transition: width 0.3s;
}

.system .tab li:hover::after, .system .tab li.active::after {
  width: 100%;
}

.system .tab li h3 {
  padding-top: 180px;
  color: #313131;
  font-weight: bold;
  font-size: 18px;
}

.system .tab li p {
  color: #5d5d5d;
  font-size: 14px;
}

.system .tab li.tab-1 {
  background-position: 0 0;
}

.system .tab li.tab-2 {
  background-position: -246px 0;
}

.system .tab li.tab-3 {
  background-position: -492px 0;
}

.system .tab li.tab-4 {
  background-position: -738px 0;
}

.system .tab li.tab-5 {
  background-position: -984px 0;
}

.system .list img {
  display: none;
}

.system .list img.show {
  display: block;
}

.system_sub {
  width: 1300px;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
}

.system_left {
  width: 30%;
}

.system_right {
  width: 60%;
}

.left_item1 {
  display: flex;
  cursor: pointer;
  transition: all 0.4s ease-out;
  height: 100px;
}

.left_item2 {
  display: flex;
  cursor: pointer;
  margin-top: 30px;
  transition: all 0.4s ease-out;
  height: 100px;
}

.left_item3 {
  display: flex;
  cursor: pointer;
  margin-top: 30px;
  transition: all 0.4s ease-out;
  height: 100px;
}

.item_left1 {
  width: 4px;
  height: 40px;
  background: #ff6a00;
  display: none;
}

.item_left2 {
  width: 4px;
  height: 40px;
  background: #ff6a00;
  display: none;
}

.item_left3 {
  width: 4px;
  height: 40px;
  background: #ff6a00;
  display: none;
}

.item_right {
  margin-left: 15px;
}

.item_p1 {
  font-size: 30px;
}

.item_p2 {
  font-size: 18px;
  color: #999;
}

.item_p4 {
  font-size: 18px;
  color: #999;
}

.item_p6 {
  font-size: 18px;
  color: #999;
}

.item_p3 {
  font-size: 30px;
}

.item_p5 {
  font-size: 30px;
}

.system_left img {
  width: 45px;
}


.right_item1 {
  display: flex;
  flex-wrap: wrap;
}

.item1_img1 {
  width: 49.1%;
  height: auto;


}

.item1_img2 {
  width: 49.1%;
  height: auto;
  margin-left: 10px;
}

.item1_img3 {
  width: 100%;
  height: auto;
  margin-top: 10px;
}


.item1_img1 img {
  width: 100%;
  height: auto;
  border: solid 1px #ccc;

}

.item1_img2 img {
  width: 100%;
  height: auto;
  border: solid 1px #ccc;
}

.item1_img3 img {
  width: 100%;
  height: auto;
  border: solid 1px #ccc;
}


.right_item2 {
  display: flex;
  flex-wrap: wrap;
}

.item1_img4 {
  width: 49.1%;
  height: auto;


}

.item1_img5 {
  width: 49.1%;
  height: auto;
  margin-left: 10px;
}

.item1_img6 {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.item1_img4 img {
  width: 100%;
  height: auto;
  border: solid 1px #ccc;

}

.item1_img5 img {
  width: 100%;
  height: auto;
  border: solid 1px #ccc;
}

.item1_img6 img {
  width: 100%;
  height: auto;
  border: solid 1px #ccc;
}


.right_item3 {
  width: 100%;
  height: auto;
}

.right_item3 img {
  width: 100%;
  height: auto;
  border: solid 1px #ccc;
}










.history {
  background-color: #f5f5f5;
}

.honor {
  background: #2b2a32 url("../images/honor-bg.jpg") center 0 no-repeat;
}

.honor div.tit {
  background: none;
}

.honor div.tit h2 {
  color: #ff6633;
}

.honor div.tit i, .honor div.tit p {
  color: #fff;
}

.honor div.tit i {
  margin-top: 0;
  margin-bottom: 10px;
}

.honor div.tit p {
  font-size: 20px;
}



.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  opacity: 10;
  background: #fff;
  transition-duration: 500ms;
}

.swiper-pagination-bullet-active {
  width: 38px;
  height: 16px;
  border-radius: 3px;
  transition-duration: 500ms;
  background: #0052D9;
}

.swiper-pagination {
  left: 30% !important;
  top: 75% !important;
}



/* 新增 */

.left {
  width: 300px;
  height: 1000px;

}

.left1 {
  width: 190px;
  text-align: center;
  height: 298px;
  cursor: pointer;
}

.left h3 {
  font-weight: bolder;
  font-size: 1.6rem;
  margin-top: -20px;
}

.right1 {
  height: 298px;
  cursor: pointer;
}

.left img:hover {
  transition: all 0.3s ease-out;
  transform: scale(1.02);
}

.right1 img:hover {
  transition: all 0.3s ease-out;
  transform: scale(1.02);
}

.bg1 {
  width: 100%;
  height: 960px;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  /* position: fixed;
  bottom: 200px;
  z-index: 1; */
}

.bg1 p {
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  text-align: justify;
  font-weight: bold;
  margin: 0 auto;
  letter-spacing: 2px;

}

.pbox {
  width: 950px;
  height: 200px;
  position: relative;
  overflow: hidden;
  top: 380px;
  left: 50%;
  transform: translate(-50%);
}

.p1 {
  position: absolute;
  top: 100%;
  transition: all 0.5s ease-out;
}

.p2 {
  position: absolute;
  top: 500px;
  transition: all 0.5s ease-out;
}

.bg2 {
  width: 100%;
  height: auto;
}

.new_c {
  width: 1300px;
  margin: 0 auto;
}

.new_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.top_left {
  width: 66.4%;
  cursor: pointer;
}

.top_right {
  width: 32.6%;
}

.leftimg {
  width: 99.9%;
  height: auto;
  overflow: hidden;
}

.leftimg img {
  width: 100%;
}

.rightimg {
  width: 99.9%;
  height: auto;
  overflow: hidden;
}

.rightimg img {
  background-size: cover;
  margin: 0 auto;
  width: 100%;
}

/* .rightimg img:hover{
  transition: all 0.3s ease-out;
  transform: scale(1.05);
}

.leftimg img:hover{
  transition: all 0.3s ease-out;
  transform: scale(1.03);
} */
.new_bot {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.new_bot img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.botimg1 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.botimg2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.botimg3 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.new_bot img:hover {
  transition: all 0.3s ease-out;
  transform: scale(1.1);
}

.left_c {
  width: 99.9%;
  height: 99px;
  background: #ff6a00;
  padding-bottom: 20px;
}

.left_c p {
  font-size: 20px;
  color: #fff;
  padding-left: 35px;
  padding-top: 30px;
  height: 45px;
}

.left_c span {
  font-size: 16px;
  color: #fff;
  padding-left: 35px;
}

.right_c {
  width: 99.9%;
  height: 218px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.bot_c1 {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 20px;
}

.bot_c2 {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 20px;
}

.bot_c3 {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 20px;
}

.bot_c1 p {
  width: 80%;
  height: auto;
  padding-top: 20px;
  margin: 0 auto;
  color: rgb(153, 153, 153);
}

.bot_c2 p {
  width: 80%;
  height: auto;
  color: rgb(153, 153, 153);
  padding-top: 20px;
  margin: 0 auto;
}

.bot_c3 p {
  width: 80%;
  height: auto;
  color: rgb(153, 153, 153);
  padding-top: 20px;
  margin: 0 auto;
}

.right_c p {
  width: 80%;
  height: 80px;
  color: rgb(153, 153, 153);
  padding-top: 20px;
  margin: 0 auto;
  overflow: hidden;
}

.xian {
  width: 80%;
  height: 1px;
  background: #ccc;
  margin: 20px auto;
}

.xian1 {
  width: 80%;
  height: 1px;
  background: #ccc;
  margin: 20px auto;
}

.xian2 {
  width: 80%;
  height: 1px;
  background: #ccc;
  margin: 20px auto;
}

.xian3 {
  width: 80%;
  height: 1px;
  background: #ccc;
  margin: 20px auto;
}

.new_date {
  font-size: 16px;
  color: #999;
  padding-left: 42px;
}

.new_date span {
  font-size: 22px;
  color: #999;
}

.new_date1 {
  font-size: 16px;
  color: #999;
  padding-left: 42px;
}

.new_date1 span {
  font-size: 22px;
  color: #999;
}

.new_date2 {
  font-size: 16px;
  color: #999;
  padding-left: 42px;
}

.new_date2 span {
  font-size: 22px;
  color: #999;
}

.new_date3 {
  font-size: 16px;
  color: #999;
  padding-left: 42px;
}

.new_date3 span {
  font-size: 22px;
  color: #999;
}

.bot_c {
  width: 32.7%;
}

.links {
  font-size: 16px;
  width: 800px;
  margin: 10px auto;
  padding-left: 40px;
}

.link_a {
  font-size: 15px;
}

.link_a:hover {
  color: #ff6a00;
}

.navRight{
  position: fixed;
  right: 0;
  top: 35vh;
  width: 50px;
  height: 204px;
}
.tel{
  width: 50px;
  height: 50px;
  background: #60676e;
  position: relative;
  
}
.tel_c{
  position: absolute;
  width: 300px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  top: 0;
  left: 50px;
  background: #ff6633;
  transition: all 0.5s ease-out;
}
.em_c{
  position: absolute;
  width: 380px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  top: 0;
  left: 50px;
  background: #ff6633;
  transition: all 0.5s ease-out;
}

.em:hover{
  background: #ff6633;
}
.qc:hover{
  background: #ff6633;
}
.top:hover{
  background: #ff6633;
}

.em{
  width: 50px;
  height: 50px;
  margin-top: 1px;
  background: #60676e;
  position: relative;
}
.qc{
  width: 50px;
  height: 50px;
  margin-top: 1px;
  background: #60676e;
  position: relative;
}

.top{
  width: 50px;
  height: 50px;
  margin-top: 1px;
  background: #60676e;
}
.navRight img{
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 5px;
}
.tel img{
  width: 30px;
  height: 30px;
  padding: 10px;
}
.qc_c{
  position: absolute;
  top: 0px;
  left: -140px;
  display: none;
  width: 130px;
  height: 140px;
  text-align: center;
  color: #ff6633;
  font-size: 16px;
  background: #fff;
}

.qcimg{
  width: 130px !important;
  height: 130px !important;
  padding: 0 !important;
}


/* 新加视频页 */

.video_c{
  width: 100%;
  background: #fff;
  padding-bottom: 150px;
}
.video_c h2{
  text-align: center;
  font-size:28px;
  color: #ff6a00;
  padding-top: 80px;
}
.video_c h3{
  text-align: center;
  font-size:16px;
  color: #999999;
  text-transform: uppercase;
  padding-top: 6px;
}
.videoArea{
  display: flex;
  justify-content: center;
  margin-top: 100px;
  flex-wrap: wrap;
}


.videoArea ul img {
  display: block;
  width: 311px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.videoArea ul {
  text-align: center;
}

.videoArea li img {
  width: 311px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.videoArea li p {
  text-align: center;
  color: #181e2c;
  font-size: 18px;
  font-weight: bold;
}

.videoArea li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 311px;
  margin-left: 67px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  /* &:first-child{
            margin-left: 0;
        } */
}

.videoArea li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 58px;
  width: 36px;
  height: 36px;
  padding: 12px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  margin-left: -30px;
  background-image: url("../images/btn-video.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.videoArea li:nth-child(1)::before {
  background-color: #67b930;
}

.videoArea li:nth-child(2)::before {
  background-color: #ffba43;
}

.videoArea li:nth-child(3)::before {
  background-color: #0db3e3;
}

.videoArea li:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}


.popbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popbox .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.popbox .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 450px;
  margin: -230px 0 0 -400px;
  background-color: #000;
}

.popbox video {
  height: 100%;
	margin: 0 auto;
  display: block;
}







@media only screen and (min-width: 1730px) {
  .header {
    width: 1730px;
  }

  .bg1 p {
    font-size: 19px;
  }

  .news .tit em {
    font-size: 28px;
  }

  .news .tit p {
    font-size: 16px;
  }

  .comp div.tit h2 {
    font-size: 28px;
  }

  .comp div.tit i {
    font-size: 16px;
  }


}

@media only screen and (max-width: 1680px) {
  .header {
    width: 1680px;
  }

  .bg1 p {
    font-size: 18px;
  }

  .pbox {
    width: 860px;
  }

}







@media only screen and (max-width: 1550px) {
  .header {
    width: 1550px;
  }

  .bg1 {
    height: 680px;
  }

  .pbox {
    top: 280px;
  }

  .bg1 p {
    font-size: 17px;
  }

  .news .tit em {
    font-size: 24px;
  }

  .news .tit p {
    font-size: 14px;
  }

  .comp div.tit h2 {
    font-size: 24px;
  }

  .comp div.tit i {
    font-size: 14px;
  }

  .new_c {
    width: 1100px;
  }

  .news p {
    font-size: 14px;
  }

  .jt {
    margin-left: 173px;
  }

  .right_c {
    height: 203.5px;
  }

  .new_date span {
    font-size: 18px;
  }

  .new_date1 span {
    font-size: 18px;
  }

  .new_date2 span {
    font-size: 18px;
  }

  .new_date3 span {
    font-size: 18px;
  }

  .system_sub {
    width: 1100px;
  }

  .swiper-pagination {
    top: 72% !important;
  }

}

@media only screen and (max-width: 1366px) {
  .header {
    width: 1366px;
  }

  .bg1 p {
    font-size: 16px;
  }

  .bg1 {
    height: 720px;
  }

  .pbox {
    width: 788px;
    top: 260px;
    left: 50%;
  }

  .nav {
    margin-right: 5%;
  }

  .right_c {
    height: 193.5px;
  }

  .w {
    width: 1366px;
  }

  .new_c {
    width: 960px;
  }

  .system_sub {
    width: 920px;
  }

  .item1_img1 {
    width: 49%;
  }

  .item1_img2 {
    width: 49%;
  }

  .item1_img4 {
    width: 49%;
  }

  .item1_img5 {
    width: 49%;
  }

  .item_p2, .item_p4, .item_p6 {
    font-size: 14px;
  }

  .item_p1, .item_p3, .item_p5 {
    font-size: 22px;
  }
  .swiper-pagination {
    top: 67% !important;
  }

  /* .swiper-slide {
    height: 560px;
  }

  .swiper-slide img {
    width: 100vw;
    height: 560px;
  }

  .swiper-button-prev {
    top: 520px;
  }
  .swiper-button-next{
    top: 520px;
  }
  .swiper-pagination{
    top: 400px !important;
  } */
}

@media only screen and (max-width: 1280px) {
  .header {
    width: 1280px;
  }

  .headerbox {
    height: 58px;
    line-height: 58px;
  }

  .bg1 p {
    font-size: 15px;
  }

  .logo img {
    width: 80%;

  }

  .pbox {
    width: 765px;
  }

  .w {
    width: 1280px;
  }

  .nav li {
    font-size: 14px;
  }

  .new_c {
    width: 998px;
  }

  .news p {
    font-size: 12px;
  }

  .left_c span {
    font-size: 14px;
  }

  .left_c {
    width: 100%;
    height: 95px;
    background: #ff6a00;
  }

  .right_c {
    height: 191.5px;
  }

  .new_date1 {
    font-size: 14px;
  }

  .jt {
    margin-left: 143px;
  }


  .system_sub {
    width: 881px;
  }

  .item1_img1 {
    width: 49.1%;
  }

  .item1_img2 {
    width: 49%;
  }

  .item1_img4 {
    width: 49.1%;
  }

  .item1_img5 {
    width: 49%;
  }

  .item_p2, .item_p4, .item_p6 {
    font-size: 12px;
  }

  .item_p1, .item_p3, .item_p5 {
    font-size: 20px;
  }

  .left_item1, .left_item2, .left_item3 {
    height: 80px;
  }

  .system_left img {
    width: 28px;
  }

  .swiper-pagination {
    top: 69% !important;
  }
  .swiper-button-prev {
    left: 15%;
}
}

@media only screen and (max-width: 1152px) {
  .header {
    width: 1087px;
  }

  .headerbox {
    height: 52px;
    line-height: 52px;
  }

  .logo img {
    width: 70%;

  }

  .news .tit em {
    font-size: 20px;
  }

  .news .tit p {
    font-size: 12px;
  }

  .comp div.tit h2 {
    font-size: 20px;
  }

  .comp div.tit i {
    font-size: 12px;
  }

  .header .logo {
    margin-left: 50px;
  }

  .nav {
    margin-right: 0%;
  }

  .bg1 p {
    font-size: 14px;
  }

  .w {
    width: 1042px;
  }

  .nav li {
    font-size: 12px;
  }

  .new_c {
    width: 783px;
  }

  .right_c {
    height: 175.5px;
  }

  .new_date span {
    font-size: 14px;
  }

  .new_date1 span {
    font-size: 14px;
  }

  .new_date2 span {
    font-size: 14px;
  }

  .new_date3 span {
    font-size: 14px;
  }

  .jt {
    margin-left: 120px;
  }

  .new_date {
    padding-left: 25px;
  }

  .new_date1 {
    padding-left: 25px;
  }

  .new_date2 {
    padding-left: 25px;
  }

  .new_date3 {
    padding-left: 25px;
  }

  .system_sub {
    width: 800px;
  }

  .item1_img1 {
    width: 48.9%;
  }

  .item1_img2 {
    width: 48.9%;
  }

  .item1_img4 {
    width: 48.9%;
  }

  .item1_img5 {
    width: 48.9%;
  }

  .item_p1, .item_p3, .item_p5 {
    font-size: 18px;
  }

  .left_item1, .left_item2, .left_item3 {
    height: 65px;
  }

  .backtotop {
    width: 232px;
  }
  .swiper-pagination {
    top: 65% !important;
  }

}

@media only screen and (max-width: 960px) {
  .header {
    width: 960px;
  }

  .header .logo {
    margin-left: 50px;
  }

  .bg1 p {
    font-size: 12px;
  }

  .w {
    width: 960px;
  }

  .new_c {
    width: 760px;
  }

  .system_sub {
    width: 700px;
  }

  .item1_img1 {
    width: 48.7%;
  }

  .item1_img2 {
    width: 48.7%;
  }

  .item1_img4 {
    width: 48.7%;
  }

  .item1_img5 {
    width: 48.7%;
  }

  .item_p1, .item_p3, .item_p5 {
    font-size: 16px;
  }

  .left_item1, .left_item2, .left_item3 {
    height: 50px;
  }

  .jt {
    margin-left: 115px;
  }
  .swiper-pagination {
    top: 60% !important;
  }
}