/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption,
th {
  text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

.topDIV {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  bottom: 50px;
  right: 100px;
  box-shadow: 0 0 8px #fff;
  border: 1px solid #efefef;
  /* 白色发光 */
  display: none;
  z-index: 9999;
  cursor: pointer;
}

.topDIV.active {
  display: flex;
}

.topDIV img {
  width: 30px;
  height: 30px;
}

/* Custom CSS
 * --------------------------------------- */
body {
  font-family: arial, helvetica;
  color: #333;
  color: rgba(0, 0, 0, 0.5);
  padding: 0px;
}

.inner {
  width: 100%;
  display: block;
}

.w123 {
  width: 1230px;
  margin: auto;
}

.w120 {
  width: 1200px;
  margin: auto;
  color: #fff;
}

.inner {
  width: 100%;
  display: block;
  text-align: center;
}

.in1 {
  width: 100%;
  /* display: block;
  background-image: url(/imgs/in1.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 885px; */
}

.in2 {
  background-color: #fff;
  height: 890px;
}

.in2 .Info {
  margin: auto;
  height: 669px;
  position: relative;
  width: 1201px;
  text-align: center;
}

.in2 .Info .t1 {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 4;
  color: #343434;
  font-size: 36px;
  top: 116px;
}

.in2 .Info .t2 {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 5;
  color: #666666;
  line-height: 30px;
  font-size: 16px;
  width: 680px;
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  height: 100px;
  /* 确保容器有足够的高度 */
  text-align: justify;
  /* 文本两端对齐 */
  text-align-last: center;
  /* 解决最后一行也两端对齐的问题 */
  padding: 0 10px;
  /* 添加一些内边距以便看到效果 */
  top: 208px;
}

.in2 .Info .in2Img {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: auto;
  height: 669px;
  width: 1200px;
  z-index: 1;
}

.in2 .Info .in2Img img {
  margin-top: 0px;
  height: 223px;
  width: 400px;
  /* 
  /* 引用定义的关键帧动画名称 */
  transition-duration: 2s;
  /* 动画持续时间为4秒 */
  transition-timing-function: ease-out;
  /* 动画的时间函数设置为线性，速度恒定 */
  transition-delay: 0.2s;
  /* 动画延迟2秒开始 */
  opacity: 0.0;
}

.in2.active .Info .in2Img img {
  height: 669px;
  width: 1200px;
  margin-top: 10px;
  opacity: 1;
}

.in3 {
  display: block;
  background-image: url(./../imgs/in3.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 800px;
  text-align: center;
}

.in3 .t1 {
  width: 600px;
  color: #343434;
  font-size: 36px;
  margin: auto;
  padding-top: 60px;
}

.in3 .t2 {
  width: 600px;
  color: #666;
  font-size: 14px;
  margin: auto;
  padding-top: 22px;
}

.in3 .info {
  display: block;
  padding-top: 35px;
}

.in3 .info .item {
  width: 380px;
  height: 250px;
  background-color: #fff;
  float: left;
  margin: 15px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.6s;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
  /* 添加内发光效果 */
}

.in3 .info .item:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  /* 添加内发光效果 */
}

.in3 .info .item .img {
  transition: all 0.6s;
  margin-top: 25px;
}

.in3 .info .item:hover .img {
  margin-top: 15px;
}

.in3 .info .item .title {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #343434;
}

.in3 .info .item .txt {
  padding-top: 15px;
  width: 300px;
  font-size: 14px;
  color: #666666;
  margin: auto;
  transition: all 0.6s;
  opacity: 0.6;
}

.in3 .info .item:hover .txt {
  opacity: 1;
}

.in4 {
  background-color: #fff;
  height: 786px;
}

.in4 .t1 {
  width: 600px;
  color: #343434;
  font-size: 36px;
  margin: auto;
  padding-top: 90px;
}

.in4 .t2 {
  width: 680px;
  color: #666;
  font-size: 14px;
  margin: auto;
  padding-top: 22px;
}

.in4 .info {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}


.in4 .info .item.im1 {
  background-image: url(./../imgs/in4_1.png);
}

.in4 .info .item.im2 {
  background-image: url(./../imgs/in4_2.png);
}

.in4 .info .item.im3 {
  background-image: url(./../imgs/in4_3.png);
}

.in4 .info .item.im4 {
  background-image: url(./../imgs/in4_4.png);
}


.in4 .info .item .label {
  width: 100%;
  position: absolute;
  bottom: 45px;
  z-index: 3;
  font-size: 18px;
}


.in4 .info .item .th {
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 180px;
  z-index: 1;
  /* background: linear-gradient(to top, rgba(0, 0, 225, 0.8), rgba(0, 0, 225, 0.2), rgba(0, 0, 225, 0.0)); */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.0) 100%);

  transition: all 0.3s ease 0s;
}

.in4 .info .item.active .th {
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}


.in4 .info .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 345px 100%;
  width: 240px;
  height: 443px;
  background-color: #000;
  float: left;
  margin: 9px;
  text-align: center;
  overflow: hidden;
  color: #FFFFFF;
  position: relative;
  transition: all 0.5s ease 0s;
}

.in4 .info .item.active {
  width: 345px;
}


.in4 .info .item .label .text1 {
  text-align: center;
  font-size: 18px;
  margin: 0px;
}

.in4 .info .item.active .text1 {
  display: none;
}

.in4 .info .item.active .text3 {
  font-size: 20px;
  padding-bottom: 10px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid transparent;
}

.in4 .info .item.active .text3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.0) 100%);
}

.in4 .info .item.im4.active .label {
  bottom: 130px;
}

.in4 .info .item.im3.active .label {
  bottom: 45px;
}

.in4 .info .item.im2.active .label {
  bottom: 85px;
}

.in4 .info .item.im1.active .label {
  bottom: 65px;
}

.in4 .info .item .text2 {
  font-size: 14px;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  height: 10px;
  /* 确保容器有足够的高度 */
  text-align: justify;
  /* 文本两端对齐 */
  text-align-last: left;
  /* 解决最后一行也两端对齐的问题 */
  padding-top: 30px;
  line-height: 160%;
  display: none;
  width: 310px;
  transition: all 3.0s ease 0.2s;
}


.in4 .info .item.active .text2 {
  margin: 30px 20px;
  display: block;
  min-height: 125px;
}

.in4 .info .item .text2 p {
  transition: all 3.0s ease 0.2s;
  opacity: 0;
}


.in4 .info .item.active .text2 p {
  opacity: 1;
}

.in5 {
  height: 780px;
  background-image: url(./../imgs/in5.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.in5 .t1 {
  width: 600px;
  color: #343434;
  font-size: 36px;
  margin: auto;
  padding-top: 56px;
}

.in5 .t2 {
  width: 680px;
  color: #666;
  font-size: 14px;
  margin: auto;
  padding-top: 22px;
}

.in6 {
  background-color: #070d1b;
  height: 450px;
}

.in6 .w120 {
  display: flex;
}

.in6 .w120 .item {
  text-align: left;
  max-width: 260px;
  padding-top: 60px;
  margin-right: 40px;
}

.in6 .w120 .item.item1 {
  margin-right: 40px;
}

.in6 .w120 .item1 .txt1 {
  padding-top: 30px;
  font-size: 30px;
  letter-spacing: 3px;
}

.in6 .w120 .item .ti {
  font-size: 18px;
}

.in6 .w120 .item ul {
  margin-top: 30px;
}

.in6 .w120 .item ul li {
  font-size: 16px;
  color: #999999;
  padding: 5px 0px;
  cursor: pointer;
  transition: all 0.6s;
  opacity: 0.6;
}

.in6 .w120 .item ul li:hover {
  opacity: 1;
  color: #ddd;
}

.in6 .w120 .item ul li.li {
  position: relative;
  padding-left: 55px;
}

.in6 .w120 .item ul li span {
  position: absolute;
  left: 0px;
  top: 4px;
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide .Txt1,
.swiper-slide .Txt2 {
  position: absolute;
  width: 700px;
  z-index: 100;
  color: #343434;
  text-align: left;
  transition: all 3.0s ease 0.2s;
  opacity: 0;
}


.swiper-slide.swiper-slide-active .Txt1,
.swiper-slide.swiper-slide-active .Txt2 {
  opacity: 1;
}

.swiper-slide .Txt1 {
  font-size: 50px;
  font-weight: bold;
}

.swiper-slide .Txt2 {
  font-size: 18px;
}


.swiper-slide .banT1 {
  left: 300px;
  top: 150px;
}

.swiper-slide .banT2 {
  left: 300px;
  top: 70%;
}

.swiper-slide.swiper-slide-active .banT1 {
  top: 300px;
}

.swiper-slide.swiper-slide-active .banT2 {
  top: 420px;
}

.swiper-slide .banT3 {
  top: 300px;
  left: 0px;
}

.swiper-slide .banT4 {
  top: 420px;
  left: 40%;
}

.swiper-slide.swiper-slide-active .banT3 {
  left: 300px;
}

.swiper-slide.swiper-slide-active .banT4 {
  left: 300px;
}

.swiper-slide .banT5 {
  left: 300px;
  top: 300px;
}

.swiper-slide .banT6 {
  left: 300px;
  top: 420px;
}

.swiper-slide.swiper-slide-active .banT5 {
  top: 300px;
}

.swiper-slide.swiper-slide-active .banT6 {
  top: 420px;
}


#header {
  position: fixed;
  height: 80px;
  display: block;
  width: 100%;
  z-index: 9;
  top: 0px;
}

@media (max-width: 1024px) {

  /**顶部*/
  .dcHeader {
    width: 95%;
    height: 80px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}


/*>=1024的设备*/

@media (min-width: 1024px) {

  .dcHeader {
    width: 890px;
    height: 80px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}



/*>=1280的设备*/

@media (min-width: 1280px) {
  .dcHeader {
    width: 990px;
    height: 80px;
  }
}

@media (min-width: 1366px) {
  .dcHeader {
    width: 1190px;
    height: 80px;
  }
}


@media (min-width: 1680px) {
  .dcHeader {
    width: 1440px;
    height: 80px;
    margin: 0 auto;
    box-sizing: border-box;
  }

}


#header .dcHeader {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .dcHeader .log01 {
  margin-top: 0px;
}

#header .dcHeader .log01 img {
  height: 53px;
}

#menu ul {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  margin: 0px 30px;
}

#menu li {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid transparent;
  color: #333;
  transition: all 0.6s;

}

#menu li a {
  color: #333;
  font-size: 15px;
  padding: 0px 20px;

}

#menu li.active,
#menu li:hover {
  border-bottom: 2px solid #1E64FF;
}

#menu li.active a,
#menu li:hover a {
  color: #1E64FF;
}

#header.bag {
  background: rgba(255, 255, 255, .98);
  transition: all 1.4s ease 0s;
}

.in5Item {
  margin-top: 20px;
  width: 1200px;
  position: relative;
}

.in5Item .op {
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
}

.in5Item .op.le {
  left: 0px;
  background: linear-gradient(to right, rgba(248, 249, 254, 1) 0%, rgba(248, 249, 254, 0.9) 30%, rgba(248, 249, 254, 0.0) 100%);
}

.in5Item .op.ri {
  right: 0px;
  background: linear-gradient(to left, rgba(248, 249, 254, 1) 0%, rgba(248, 249, 254, 0.8) 70%, rgba(248, 249, 254, 0.0) 100%);
}

.user_box {
  overflow: hidden;
  padding: 10px 0;
}

.user_ul {
  width: 100%;
  display: flex;
  /* margin-bottom: 32px; */
  /* overflow-x: auto; */
}

.user_ul li {
  width: 230px;
  height: 91px;
  background: #FFFFFF;
  float: left;
  margin-right: 12px;
}