.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.banner .info h1 {
  font-weight:600;
  text-align: left;
  color: #fff;
  line-height: 1;
}
.banner .info .subTit {
 
  font-weight: 600;
  text-align: left;
  color: #fff;
  line-height: 1.5;
  margin-top: 24px;
}
.banner .info hr {
  width: 37.5%;
  height: 1px;
  border: none;
  margin: 38px 0 0 0;
  background: rgba(255, 255, 255, 0.2);
}
.banner .info .mes {
  margin-top: 36px;
  max-width: 540px;
  width: 100%;
  font-family: TTNorms-Regular;
  font-weight: 400;
  text-align: left;
  color: #fff;
  line-height: 2;
}
.banner .info .mes li {
  list-style: disc;
  margin-left: 1em;
  font-size: inherit;
}
.banner .info .mes li::marker {
  width: 7px;
  height: 7px;
  color: #ff441a;
}
.con .page1 {
  padding-top: 66px;
  padding-bottom: 120px;
}
.con .page1 .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con .page1 .tit p {
  font-weight:600;
  font-weight: normal;
  text-align: left;
  color: #222222;
  line-height: 1;
}
.con .page1 .tit a {
  display: flex;
  align-items: center;
  padding: 10px 54px;
  font-family: TTNorms-Medium;
  font-weight: 500;
  text-align: left;
  color: #ff441a;
  line-height: 1;
  border: 1px solid #ff441a;
  transition: all 0.2s linear;
}
.con .page1 .tit a svg {
  margin-right: 4px;
}
.con .page1 .tit a:hover {
  background-color: #ff441a;
  color: #fff;
}
.con .page1 .tit a:hover path {
  fill: #fff;
}
.con .page1 .video_box {
  margin-top: 52px;
  position: relative;
}
.con .page1 .video_box video {
  width: 100%;
}
/*.con .page1 .video_box .video_iframe{
    width: 100% ;
    height: 0;
      overflow: hidden;
    position: relative;
    padding-top: 56%;
    
    
}
.con .page1 .video_box .video_iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%  !important;
    border: 0;
    
}*/
.con .page1 .video_box .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.con .page1 .video_box .cover svg {
  cursor: pointer;
}
.con .page2 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner img.mo,
.con .page2 .mo {
  display: none;
}
.con .page2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con .page2 .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.con .page2 .info .con {
  margin-left: auto;
  width: 610px;
}
.con .page2 .info .tit {
  font-weight:600;
  font-weight: normal;
  text-align: left;
  color: #fff;
  line-height: 1;
}
.con .page2 .info .mes .list {
  margin-top: 96px;
  border-left: 1px solid #ff441a;
  padding-left: 16px;
}
.con .page2 .info .mes .list .list_tit {
  font-family: TTNorms-Medium;
  font-weight: 500;
  text-align: left;
  color: #fff;
  line-height: 1;
}
.con .page2 .info .mes .list .list_subTit {
  margin-top: 8px;
  font-weight:600;
  font-weight: normal;
  text-align: left;
  color: #fff;
  line-height: 1;
}
.con .page3 .info .con {
  margin-left: 0;
}
.con .page4 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.con .page4 .mo {
  display: none;
}
.con .page4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con .page4 .info {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.con .page4 .info .con {
  width: 740px;max-width:100%;
}
.con .page4 .info .con .tit {
  font-weight:600;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  line-height: 1;
}
.con .page4 .mes {
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
}
.con .page4 .mes .list {
  flex: 0 0 auto;
  margin-right: 4.3%;
  border-left: 1px solid #ff441a;
  padding-left: 16px;
}
.con .page4 .mes .list .list_tit {
  font-family: TTNorms-Medium;
  font-weight: 500;
  text-align: left;
  color: #fff;
  line-height: 1;

}
.con .page4 .mes .list .list_subTit {
  font-weight:600;
  font-weight: normal;
  text-align: left;
  color: #fff;
  line-height: 1;
    margin-top: 12px;
}
.con .page5 {
  background: #f8f8f8;
  padding: 140px 0 150px 0;
}
.con .page5 .tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.con .page5 .tit > div {
  display: flex;
}
.con .page5 .tit p {
  font-weight:600;
  font-weight: normal;
  text-align: left;
  color: #222222;
  line-height: 1;
}
.con .page5 .tit a {
  display: flex;
  align-items: center;
  padding: 10px 54px;
  font-family: TTNorms-Medium;
  font-weight: 500;
  text-align: left;
  color: #ff441a;
  line-height: 1;
  border: 1px solid #ff441a;
  transition: all 0.2s linear;
  margin-left: 10px;
}
.con .page5 .tit a svg {
  margin-right: 4px;
}
.con .page5 .tit a:hover {
  background-color: #ff441a;
  color: #fff;
}
.con .page5 .tit a:hover path {
  fill: #fff;
}
.con .page5 .con {
  margin-top: 62px;
  display: flex;
  flex-wrap: wrap;
}
.con .page5 .con .list {
  flex: 0 0 calc((100% - 5.8%)/2);
  margin-right: 5.8%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 28px 0;
}
.con .page5 .con .list:nth-child(2n) {
  margin-right: 0;
}
.con .page5 .con .list .list_tit {
  font-weight:600;
  font-weight: normal;
  text-align: left;
  color: #333333;
  line-height: 1.25;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.con .page5 .con .list:nth-child(-n+2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.con .page5 .con .list .subTit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 14px;
  font-family: TTNorms-Medium;
  font-weight: 500;
  color: #666666;
  line-height: 1.6;
}
.con .page6 {
  padding: 136px 0 128px 0;
  background-color: #fff;
  position:relative;
}

.con .page6 .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con .page6 .tit > div {
  display: flex;
}
.con .page6 .tit p {
  font-weight:600;
  font-weight: normal;
  text-align: left;
  color: #222222;
  line-height: 1;
}
.con .page6 .tit .swiper_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #B7B7B7;
  transition: all 0.2s linear;
  margin-left: 24px;
  border-radius: 100%;
  cursor: pointer;
}
.con .page6 .tit .swiper_btn.swiper-button-disabled{
      opacity: 0.4;
    cursor: auto;
    pointer-events: none;
}
.con .page6 .tit .swiper_btn:hover {
  background-color: #ff441a;
}
.con .page6 .tit .swiper_btn:hover path {
  fill: #fff;
}
.con .page6 .swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
}
.con .page6 .swiper .swiper-wrapper {
  height: auto;
}
.con .page6 .swiper .swiper-slide {
  padding: 0 20px;
}
.con .page6 .swiper .swiper-slide .image {
  padding-top: 100%;
  height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.con .page6 .swiper .swiper-slide .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con .page6 .swiper .swiper-slide .list_tit {
  width: 100%;
  font-family: TTNorms-Medium;
  font-weight: 500;
  text-align: center;
  color: #333333;
  margin-top: 14px;
  letter-spacing: -0.6px;
  transition: all 0.2s linear;
}
.con .page6 .swiper .swiper-slide:hover img {
  transform: translateX(-50%) translateY(-50%) scale(1.05);
}
.con .page6 .swiper .swiper-slide:hover .list_tit {
  color: #ff441a;
}
 .con .page1 .tit a{flex:0 0 auto;}
 
 
 .con .page6{position:relative;}
 .con .page6:after{
    content:"";
    position:absolute;top:0px;bottom:0px;left:0px;right:0px;
    background:rgba(0,0,0,0.1);
}
.con .page6 .w1440{position:relative;z-index:2;}
.con .page5{position:relative;}
.con .page5:after{
    content:"";
    position:absolute;top:0px;bottom:0px;left:0px;right:0px;
    background:rgba(0,0,0,0.1);
}
.con .page5 .w1440{position:relative;z-index:2;}
  .con .page4{position:relative;}
 .con .page4:after{
    content:"";
    position:absolute;top:0px;bottom:0px;left:0px;right:0px;
    background:rgba(0,0,0,0.2);
}
.con .page4 .w1440{position:relative;z-index:2;}
.con .page3{position:relative;}
.con .page3:after{
    content:"";
    position:absolute;top:0px;bottom:0px;left:0px;right:0px;
    background:rgba(0,0,0,0.2);
}
.con .page3 .w1440{position:relative;z-index:2;}

.con .page2{position:relative;}
.con .page2:after{
    content:"";
    position:absolute;top:0px;bottom:0px;left:0px;right:0px;
    background:rgba(0,0,0,0.2);
}
.con .page2 .w1440{position:relative;z-index:2;}
 
.con .page1{position:relative;}
.con .page1:after{
    content:"";
    position:absolute;top:0px;bottom:0px;left:0px;right:0px;
    background:rgba(0,0,0,0.2);
}
.con .page1 .w1440{position:relative;z-index:2;}
 
@media only screen and (max-width: 1920px){
    .banner .info hr{margin-top:1.97vw;}
    .banner .info .mes{margin-top:1.97vw;}
    .con .page1{
            padding-top: 3.43vw;
    padding-bottom: 6.25vw;
    }
      .con .page5 .tit a,
    .con .page1 .tit a{padding:10px 2.81vw ;}
    .con .page1 .video_box{margin-top:2.7vw;}
    .con .page2 .info .mes .list{margin-top:5vw}
    .con .page5{padding:7.29vw 0 7.81vw 0}
    .con .page5 .con{margin-top:3.22vw;}
    .con .page6 {
    padding:7.08vw 0 6.66vw 0;
        
    }
  
    .con .page6 .swiper{
        margin-top: 4.16vw;
    }
}
@media only screen and (max-width: 1600px){
    
    .con .page2 .info .con{width:50%;}
    .con .page1 .video_box .cover svg{width:80px;height:80px;}
}
@media only screen and (max-width: 1200px){
        .con .page1 .video_box .cover svg{width:60px;height:60px;}
    .con .page5 .con .list{padding:16px 0;}
    .con .page5 .con .list .subTit{margin-top:10px;}
    .con .page6 .tit .swiper_btn{width:40px;height:40px;margin-left:12px;}
}
@media only screen and (max-width: 768px){
    .con .page4,
   .con .page2{
        
        height: 420px;
    }
    .con .page5 .tit > div{
        
        margin-top:20px;
    }
    .con .page5 .tit a{margin:0 10px 0 0}
    .banner{height:auto;}
    .banner .info {
    position: static;
    transform: none;
    padding:40px 0 40px 0;
}
#c_static_001-1715411613250{
    width:100%;
        position: absolute;
    top: 13.33vw;
    left: 0;
    z-index: 2;
}
.banner .info .mes,
.banner .info .subTit,
.banner .info h1{color:#333;}

    .con .page1 .video_box .cover svg{width:40px;height:40px;}
    .con .page1{padding:40px 0;}
    .con .page5 .tit a, .con .page1 .tit a {
        padding: 6px 2.81vw;
    }
    .con .page1 .video_box{margin-top:20px;}
    .con .page2 .info .con{width:100%;}
    .banner img.pc,
     .con .page2 .pc{display:none;}
     .banner img.mo,
    .con .page2 .mo{display:block;}
   .con .page2:after{
        content: "";
        position: absolute;
        top:0;
        left: 0;width: 100%;height:100%;
        background: rgba(0,0,0,0.4);
        
    }
    .con .page2 .info{
        z-index: 2;
    }
    .con .page4 .mes .list{margin-top:10px;}
    .con .page5{padding:40px 0;}
    .con .page5 .con .list{flex:0 0 100%;margin-left:0;}
    .con .page5 .con{margin-top:20px;}
        .con .page6 .tit .swiper_btn {
        width: 32px;
        height: 32px;
        margin-left: 12px;
    }
    .con .page6{padding:40px 0;}
    .con .page6 .swiper .swiper-slide .list_tit{margin-top:10px;}
}
.page7.pb_110 .w1440 table,.page7.pb_110 .w1440 table tr,.page7.pb_110 .w1440 table td{
  border-spacing: 0px; 
    border: 1px solid #dddddd;
    padding: 12px;
}
.page7.pb_110 .w1440 table .ue-table-interlace-color-double {
    background-color: #f7faff;
}
.page7.pb_110 .w1440 table .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}