.corporation {
  width: 1500px;
  margin: auto;
  background: #fff;
  padding: 95px 0 30px 0;

}

.corporation .top {
  display: flex;
  /* align-items: center; */
  /* justify-content: space-between; */
}

.corporation .top .left {
  margin-right: 145px;
  animation: fadeInUp 1s both;
  visibility: visible;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.corporation .top .left div:nth-of-type(1) {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 46px;
  color: #1A1A1A;
}

.corporation .top .left div:nth-of-type(1) span {
  color: #D90000;
}

.corporation .top .left div:nth-of-type(2) {
  padding-top: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #272626;
  line-height: 36px;
}

.corporation .top .right {
  animation: fadeInUp 1s both;
}

.corporation .top .right img {
  width: 328px;
  height: 255px;
}

.corporation .bt {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;

  /* align-items: center; */
}

.corporation .bt .item {
  width: 322px;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* transition: all .8s ease; */
}

.corporation .bt .item:hover img {
  transform: rotate(360deg);
}

.corporation .bt .item:hover div {
  /* transform: rotate(360deg); */
  transform: translate(0, -10px);
}

/* .corporation .bt .item div:hover{
  transform: rotate(360deg);
} */
.corporation .bt .item img {
  width: 140px;
  height: 140px;
  transition: all 0.3s ease-in-out;
}

.corporation .bt .item span {
  padding-top: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  /* transition: all 0.3s ease-in-out; */
}

.corporation .bt .item div {
  padding-top: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 30px;
  transition: all .5s ease-in-out;
  /* writing-mode: vertical-rl; 
  text-orientation: upright; */
}

.swiper-option {
  width: 100%;
  height: 100vh;
  /* background: url('https://szdbi.oss-cn-shenzhen.aliyuncs.com/gongsiguanwang/option-icon.png');
  background-repeat: no-repeat; */
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 900px;
  overflow: hidden;
}



.swiper-option .swiper-slide .backg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.swiper-option .option-item {
  width: 1500px;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 150px;
  color: #fff;
}

.swiper-option .option-item .left {
  width: 575px;
  height: 570px;
}

.swiper-option .cur .app-yd {
  animation: zoomIn .9s;
  background: url('https://szdbi.oss-cn-shenzhen.aliyuncs.com/gongsiguanwang/option1/option1-yd12.png') no-repeat center;
  border-radius: 50%;
  position: relative;
}

.swiper-option .cur .app-yd .yd-1 {
  width: 100%;
  height: 430px;
  position: absolute;
  animation: zoomIn 2.5s;
}

.swiper-option .cur .app-yd .yd-2 {
  width: 283px;
  height: 366px;
  position: absolute;
  /* top: 204px; */
  left: 115px;
  bottom: 0;
  animation: fadeInUp 1s;
}

.swiper-option .cur .app-yd .yd-3 {
  width: 99px;
  height: 260px;
  position: absolute;
  left: 30px;
  bottom: 0;
  animation: fadeInRight 1.2s;
}

.swiper-option .cur .app-yd .yd-4 {
  width: 175px;
  height: 260px;
  position: absolute;
  /* left: 250px; */
  right: 30px;
  bottom: 0;
  animation: zoomIn 1.3s;
}

.swiper-option .cur .app-yd .yd-5 {
  width: 44px;
  height: 36px;
  position: absolute;
  top: 200px;
  left: 50px;
  animation: rotateInDownLeft 1.7s;
}

.swiper-option .cur .app-yd .yd-6 {
  width: 41px;
  height: 42px;
  position: absolute;
  top: 80px;
  left: 90px;
  animation: rotateIn 2.3s;
}

.swiper-option .cur .app-yd .yd-7 {
  width: 35px;
  height: 50px;
  position: absolute;
  top: 88px;
  left: 220px;
  animation: rotateInDownLeft 1.5s;
}

.swiper-option .cur .app-yd .yd-8 {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 55px;
  right: 130px;
  animation: rotateInDownRight 1.9s;
}

.swiper-option .cur .app-yd .yd-9 {
  width: 49px;
  height: 53px;
  position: absolute;
  top: 88px;
  right: 16px;
  animation: rotateInDownRight 2s;
}

.swiper-option .cur .app-yd .yd-10 {
  width: 42px;
  height: 36px;
  position: absolute;
  top: 167px;
  right: 138px;
  animation: rotateIn 2.1s;
}

.swiper-option .cur .app-yd .yd-11 {
  width: 45px;
  height: 38px;
  position: absolute;
  top: 270px;
  right: 10px;
  animation: rotateInDownRight 2.1s;
}
.swiper-option .cur .app-yd .ly-2 {
  position: absolute;
  width: 530px;
  height: 420px;
  top: 160px;
  left: 30px;
  animation: zoomIn 1.4s;
}
.swiper-option .cur .app-yd .ly-3 {
  position: absolute;
  width: 35px;
  height: 55px;
  top: 220px;
  left: 60px;
  animation: rotateIn 2.2s;
}
.swiper-option .cur .app-yd .ly-4 {
  position: absolute;
  width: 65px;
  height: 68px;
  top: 80px;
  left: 100px;
  animation: rotateIn 1.6s;
}
.swiper-option .cur .app-yd .ly-5 {
  position: absolute;
  width: 87px;
  height: 135px;
  top: 30px;
  left: 270px;
  animation: rotateIn 1.8s;
}
.swiper-option .cur .app-yd .ly-6 {
  position: absolute;
  width: 139px;
  height: 150px;
  top: 190px;
  right: 10px;
  animation: rotateIn 2.2s;
}
.swiper-option .cur .app-yd img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}
.swiper-option .cur .app-yd .jz-1 {
  position: absolute;
  width: 380px;
  height: 350px;
  top: 220px;
  left: 100px;
  animation: zoomIn 1.4s;
}
.swiper-option .cur .app-yd .jz-2{
  position: absolute;
  width: 100px;
  height: 100px;
  top: 180px;
  left: 0px;
  animation: fadeInUp 2.2s;
}
.swiper-option .cur .app-yd .jz-3{
  position: absolute;
  width: 120px;
  height: 120px;
  top: 10px;
  left: 70px;
  animation: fadeInUp 2s;
}
.swiper-option .cur .app-yd .jz-4{
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50px;
  left: 290px;
  animation: fadeInUp 2.6s;
}
.swiper-option .cur .app-yd .jz-5{
  position: absolute;
  width: 103px;
  height: 103px;
  top: 135px;
  right: 0px;
  animation: fadeInUp 2.4s;
}
.swiper-option .cur .app-yd .dc-2{
  position: absolute;
  /* width: 400px;
  height: 600px;
  top: 60px;
  left: 120px; */
  animation: fadeInUp 1.2s;
  width: 340px;
  height: 500px;
  top: 120px;
  left: 140px;
}
.swiper-option .cur .app-yd .dc-2 img{
  width: 100%;
  height: 100% ;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.swiper-option .option-item .right {
  width: 700px;
}

.swiper-option .option-item .right .ht {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 40px;
  color: #FFFEFD;
  transform: translateY(50px);
  opacity: 0;
  transition: all .3s ease;
}

.swiper-option .cur .option-item .right .ht {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: .3s;
}

.swiper-option .option-item .right .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  padding-top: 20px;
  transform: translateY(50px);
  opacity: 0;
  transition: all .5s ease;
}

.swiper-option .cur .option-item .right .title {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: .5s;
}

.swiper-option .option-item .right .tp {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 30px;
  padding-top: 35px;
  transform: translateY(50px);
  opacity: 0;
  transition: all .5s ease;
}

.swiper-option .cur .option-item .right .tp {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: .5s;
}

.swiper-option .option-item .right .bt-ti {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  padding-top: 15px;
  transform: translateY(50px);
  opacity: 0;
  transition: all .6s ease;
}

.swiper-option .cur .option-item .right .bt-ti {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: .6s;
}

.swiper-option .option-item .right .bt {
  padding-top: 20px;
  display: flex;
  align-items: center;
  transform: translateY(50px);
  opacity: 0;
  transition: all .7s ease;
}

.swiper-option .option-item .right .bt {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: .7s;
}

.swiper-option .option-item .right .bt img {
  width: 72px;
  height: 72px;
  margin-right: 20px;
  transform: translateY(50px);
  opacity: 0;
  transition: all .7s ease;
}

.swiper-option .cur .option-item .right .bt img {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: .7s;
}
.option-menu{
  position: fixed;
  right: 32px;
  top: 25%;
  width: 150px;
  height: 400px;
  list-style-type: none;
  z-index: 50;
  /* margin-top: -200px; */
  transition: all .4s;
  
}
.option-menu .top{
  height: 100%;
  border-right: 1px dashed #fff;
  transition: all .4s;
  -webkit-transition: all .4s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.option-menu .top li{
  width: 120px;
  text-align: right;
  position: relative;
  cursor: pointer;
  /* margin-bottom: 100px; */
  /* padding: 35px 0; */
}
.option-menu .top li a{
  font-size: 15px;
  color: #fff;
  transition: all .4s;
  -webkit-transition: all .4s;
}
.option-menu .top li.active:after {
  width: 15px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  right: -37px;
  top: 6px;
  transition: all .4s;
  -webkit-transition: all .4s;
}
.swiper-option .btn{
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 51;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.swiper-option .btn li{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 50%;
  /* margin: 35px 0; */
  /* animation: swiperPoint 1s ease both; */
}
.swiper-option .btn li div{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #568AFF;
}
.swiper-option .btn li div span{
  width: 8px;
  height: 8px;
  background: #E9E9E9;
  border-radius: 50%;
  display: inline-block;
}
.swiper-option .btn .action{
  background: #306AEC;
}
.swiper-option .btn .action div{
  width: 12px;
  height: 12px;
}
.swiper-option .btn .action div span{
  width: 100%;
  height: 100%;
}
.swiper-option .swiper-option-point {
  width: 1500px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  z-index: 2;
  /* padding-bottom: 44px; */
  /* border-bottom: 1px dashed #fff; */
}

.swiper-option .swiper-option-point .tp {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 25px;
}

.swiper-option .swiper-option-point .tp span {
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: 16px;
  color: #FFFEFD;
  cursor: pointer;
  transition: all .8s ease;
  opacity: 0;
  animation: swiperPoint 1s ease both;
}

.swiper-option .swiper-option-point .bt .bt-line {
  width: 0;
  position: absolute;
  z-index: -1;
  border-bottom: 1px dashed #fff;
  animation: swiperline 2s ease both;
}

@keyframes swiperPoint {
  0% {
    opacity: 0;
    transform: translateY(-16px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes swiperline {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.swiper-option .swiper-option-point .bt .bullets {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  /* top: 50%; */
  bottom: -14px;
}

.swiper-option .swiper-option-point .bt .bullets .bt-rd {
  width: 30px;
  height: 30px;
  display: inline-block;
  /* background: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #306AEC; */
  border-radius: 50%;
  /* opacity: 0.53; */
  background-image: none;
  cursor: pointer;
  transition: all 0.8s ease;
  opacity: 0;
  animation: swiperPoint 1s ease both;
}

.swiper-option .swiper-option-point .bt .bullets .bt-rd>div {
  width: 18px;
  height: 18px;
  background: #568AFF;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-option .swiper-option-point .bt .bullets .bt-rd>div>span {
  width: 8px;
  height: 8px;
  background: #D6D6D6;
  border-radius: 50%;
  display: inline-block;
}

.swiper-option .swiper-option-point .bt .bullets .bt-action {
  background: #306AEC;
  opacity: 1;
}

.swiper-option .swiper-option-point .bt .bullets .bt-action>div {
  border: none;
}

.swiper-option .swiper-option-point .bt .bullets .bt-action>div>span {
  width: 12px;
  height: 12px;
  background: #fff;
}

.caseview {
  width: 1500px;
  padding: 90px 0;
  margin: 0 auto;
}

.caseview .text {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 46px;
  color: #222222;
  line-height: 72px;
}

.caseview .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}

.caseview .btn {
  margin: 0 auto;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #568AFF;
  line-height: 72px;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.caseview .btn .box {
  width: 220px;
  height: 66px;
  border: 1px solid #568AFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.caseview .btn .box span {
  padding-right: 10px;
}

.caseview .btn .box img {
  width: 30px;
  height: 10px;
}

.caseview .caseview-item {
  padding-top: 65px;
  display: flex;
  justify-content: space-between;
}

.caseview .caseview-item .left {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  cursor: pointer;
}

.caseview .caseview-item .left img {
  width: 750px;
  height: 545px;
}

.caseview .caseview-item .left span {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 46px;
}

.caseview .caseview-item .right {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  /* justify-content: space-around; */
}

.caseview .caseview-item .right .item {
  display: flex;
  flex-direction: column;
  margin:0px 20px 40px 20px;
  position: relative;
  overflow: hidden;
  transition: all .6s ease;
}

/* hover */
.cases-link {
  position: relative;
}

.cases-link-shade {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  top: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  transition: all .6s ease;
}

.cases-link-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 36px;
  z-index: 4;
}

.cases-link-cont-center {
  width: 100%;
}

.cases-link-cont-h4 {
  opacity: 0;
  transform: translateY(20px);
  transition: all .4s ease;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cases-link-cont-h6 {
  opacity: 0;
  transform: translateY(20px);
  transition: all .4s ease;
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  line-height: 24px;
  margin-top: 16px;
}

.cases-link-cont label {
  opacity: 0;
  transform: translateY(20px);
  transition: all .4s ease;
  margin-top: 32px;
  display: block;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  /* opacity: 0.6; */
  line-height: 18px;
  /* padding-left: 26px; */
}

.caseview .caseview-item .left:hover .cases-link-shade,
.caseview .caseview-item .right .item:hover .cases-link-shade {
  opacity: 0.8;
}

.caseview .caseview-item .left:hover .cases-link-shade,
.caseview .caseview-item .right .item:hover .cases-link-shade {
  opacity: 0.8;
}

.caseview .caseview-item .left:hover .cases-link-shade::after,
.caseview .caseview-item .right .item:hover .cases-link-shade::after {
  width: 94%;
}

.caseview .caseview-item .left:hover .cases-link-shade::before,
.caseview .caseview-item .right .item:hover .cases-link-shade::before {
  height: 94%;
}

.caseview .caseview-item .left:hover span,
.caseview .caseview-item .right .item:hover .cases-link-name h4,
.caseview .caseview-item .right .item:hover span {
  color: #ea0018;
}

.caseview .caseview-item .left:hover .cases-link .cases-link-cont-h4,
.caseview .caseview-item .right .item:hover .cases-link-cont h4,
.caseview .caseview-item .right .item:hover .cases-link-cont-h4 {
  opacity: 1;
  transform: translateY(0);
  transition: all .4s ease 0.2s;
}

.caseview .caseview-item .left:hover .cases-link .cases-link-cont-h6,
.caseview .caseview-item .right .item:hover .cases-link-cont h6,
.caseview .caseview-item .right .item:hover .cases-link-cont-h6 {
  opacity: 1;
  transform: translateY(0);
  transition: all .4s ease 0.3s;
}

.caseview .caseview-item .left:hover .cases-link-cont p,
.caseview .caseview-item .right .item:hover .cases-link-cont p {
  opacity: 1;
  transform: translateY(0);
  transition: all .4s ease 0.4s;
}

.caseview .caseview-item .left:hover .cases-link-cont label,
.caseview .caseview-item .right .item:hover .cases-link-cont label {
  opacity: 1;
  transform: translateY(0);
  transition: all .4s ease 0.4s;
}

.cases-link-shade::before {
  content: '';
  width: 90%;
  height: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.8s ease;
}

.cases-link-shade::after {
  content: '';
  width: 0;
  height: 90%;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.8s ease;
}

/*  */

.caseview .caseview-item .right .item img {
  width: 330px;
  height: 240px;
}

.caseview .caseview-item .right .item span {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  line-height: 46px;
}

/* 资讯 */
.message {
  width: 100%;
  background: #F4F6F8;
}

.message .message-box {
  width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
}

.message .message-box .text {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 46px;
  color: #222222;
  line-height: 72px;
}

.message .message-box .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #808080; 
}

.message .message-item {
  width: 100%;
  padding-top: 45px;
  display: flex;
  cursor: pointer;
  /* justify-content: space-between; */
}

.message .message-item .left {
  width: 709px;
  padding: 20px;
  background: #FFFFFF;
  box-sizing: border-box;
  /* flex: 1; */
}
.message .message-item .left:hover{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}
.message .message-item .left img {
  width: 640px;
  height: 265px;
}

.message .message-item .left .trim {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}

.message .message-item .left .te {
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}

.message .message-item .left .ti {
  margin: 15px 0;
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.message .message-item .right {
  display: flex;
  align-content: space-between;
  margin-left: 20px;
  /* height: 100%; */
}

.message .message-item .right ul {
  display: flex;
  /* flex-direction: row;
  align-items: flex-end; */
  align-content: space-between;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  height: 100%;
}

.message .message-item .right .item {
  width: 370px;
  height: 140px;
  background: #FFFFFF;
  margin-left: 30px;
  /* margin-bottom: 15px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
}
.message .message-item .right .item:hover{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}
.message .message-item .right .item .item-l div:nth-of-type(1) {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #888888;
  line-height: 26px;
}

.message .message-item .right .item .item-l div:nth-of-type(2) {
  width: 15px;
  height: 1px;
  background: #E0E0E0;
  margin: 10px 0 15px 0;
}

.message .message-item .right .item .item-l div:nth-of-type(3) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 26px;
}

.message .message-item .right .item .item-r {
  width: 250px;
}

.message .message-item .right .item .item-r div:nth-of-type(1) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.message .message-item .right .item .item-r div:nth-of-type(2) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.message .message-item .right .item img {
  width: 21px;
  height: 8px;
  margin-top: 30px;
}

/* 合作品牌 */
.coopbrand {
  width: 1500px;
  padding: 90px 0 10px 0;
  margin: 0 auto;
}

.coopbrand .text {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 46px;
  color: #222222;
  line-height: 72px;
}

.coopbrand .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}


.coopbrand .coopbrand-item {
  width: 100%;
  padding-top: 65px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin: 0 auto;
}

.coopbrand .coopbrand-item .item {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  /* padding-bottom: 95px; */
}

.coopbrand .coopbrand-item .item li {
  /* width: 215px;
  height: 60px; */
  width: 20%;
  height: 130px;
  /* margin: 0px 30px 90px 30px; */
  margin-bottom: 50px;
  cursor: pointer;
  position: relative;
}

.coopbrand .coopbrand-item .item li .icname {
  opacity: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all .6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coopbrand .coopbrand-item .item li .item_img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coopbrand .coopbrand-item .item li .item_img:hover .icname{
  opacity: 1;
}

.coopbrand .coopbrand-item .item li .icname span {
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  display: table-cell;
  vertical-align: middle;
}

.coopbrand .coopbrand-item img {
  width: 80%;
  height: 100%;
  object-fit: scale-down;
  /* vertical-align: middle;
  border: 0;
  max-width: 100%; */
}

.publicity {
  width: 100%;
  background: #0265c1;
  display: flex;
  justify-content: center;
}

.publicity .btn {
  width: 1200px;
  padding: 50px 0;
}

.publicity .btn .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #1774ca;
}

.publicity .btn .top li {
  display: flex;
  flex-direction: column;
}

.publicity .btn .top li div {
  display: flex;
  align-items: center;
}

.publicity .btn .top li div img {
  width: 52px;
  height: 52px;
}

.publicity .btn .top li div span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding-left: 15px;
}

.publicity .btn .top li .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #b3c2e6;
  line-height: 30px;
}

.publicity .btn .middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}

.publicity .btn .middle .left {
  display: flex;
  align-items: center;
}

.publicity .btn .middle .middle-l {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.publicity .btn .middle .middle-l img {
  width: 146px;
  height: 146px;
}

.publicity .btn .middle .middle-l span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 30px;
}

.publicity .btn .middle .middle-m {
  padding-left: 30px;
}

.publicity .btn .middle .middle-m .tp {
  display: flex;
  align-items: center;
}

.publicity .btn .middle .middle-m .tp img {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.publicity .btn .middle .middle-m .cent {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #b3c2e6;
  line-height: 24px;
}
.publicity .btn .middle .middle-m .cent a{
	color:#b3c2e6;}
.publicity .btn .middle .right {
  display: flex;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #b3c2e6;
  line-height: 30px;
}
.publicity .btn .middle .right a{
  color: #b3c2e6;
}

.publicity .btn .middle .right ul {
  padding-left: 80px;
}

.publicity .btn .middle .right ul li:nth-of-type(1) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding-bottom: 5px;
}

.publicity .btn .title-bt {}

.publicity .btn .title-bt span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #b3c2e6;
  line-height: 30px;
}
.publicity .btn .title-bt span a{
	color: #b3c2e6;
	}

.publicity .btn .title-bt span:nth-of-type(1) {
  color: #fff;
}
@media (max-width: 1800px) {
  .option-action .option-item .left{

  }
  .option-action .option-item .right{
    margin-right: 8%;
  }
}
@media (max-width: 1600px) {
  .option-action .option-item .right{
    width: 550px;
    margin-right: 15%;
  }
}
@media (max-width: 1550px) {
  .corporation .top .left {
    /* margin-right: 30px; */
    margin: 0 30px;

  }

  .corporation .top .left div:nth-of-type(1) {
    font-size: 35px;
  }

  .corporation .top .left .corporation-text {
    max-width: 800px;
  }

  .swiper-option .option-item {
    width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .swiper-option .option-item .left {
    width: 575px;
    height: 570px;
  }

  .swiper-option .option-item .right {
    width: 600px;

  }

  .swiper-option .swiper-option-point {
    width: 1400px;
  }

  .caseview {
    width: 1450px;
    padding: 40px 20px;
  }

  .caseview .caseview-item {
    padding-top: 35px;
  }

  .caseview .caseview-item .left img {
    width: 700px;
    height: 500px;
  }

  .caseview .caseview-item .right .item img {
    width: 300px;
    height: 210px;
  }

  .message .message-box {
    width: 1500px;
    padding: 70px 0;
  }

  .message .message-item .left {
    width: 710px;
    padding: 20px;
  }

  .message .message-item .left img {
    width: 635px;
    height: 265px;
  }

  .message .message-item .right .item {
    width: 370px;
    height: 140px;
  }

  .coopbrand .text {
    padding-left: 30px;
  }

  .coopbrand .title {
    padding-left: 30px;
  }
  .option-action .option-item .right{
    width: 550px;
    margin-right: 10%;
  }
  .swiper-option .cur .app-yd .dc-2{
    width: 400px;
    height: 600px;
    top: 60px;
    left: 120px;
  }
}

@media (max-width: 1500px) {
  .corporation .bt {
    width: 1500px;
    justify-content: space-around;
  }

  .corporation .bt .item {
    width: 230px;
  }

  .corporation .bt .item span {
    font-size: 30px;
  }

  .caseview .caseview-item .right .item img {
    width: 290px;
    height: 200px;
  }

  .caseview {
    width: 1400px;
    padding: 40px 20px;
  }

  .caseview .caseview-item .left img {
    width: 680px;
    height: 480px;
  }

  .caseview .caseview-item .right .item img {
    width: 290px;
    height: 200px;
  }

  .message .message-box {
    width: 1370px;
    padding: 50px 0;
  }

  .message .message-item .left {
    width: 670px;
    padding: 20px;
  }

  .message .message-item .left img {
    width: 600px;
    height: 250px;
  }

  .message .message-item .right .item {
    width: 330px;
    height: 140px;
    margin-left: 20px;
  }

  .message .message-item .right .item .item-r {
    width: 210px;
  }

  .coopbrand {
    width: 1400px;
  }

  .coopbrand .coopbrand-item {
    justify-content: flex-start;
  }

  .coopbrand .coopbrand-item .item {
    /* padding-bottom: 65px; */
    /* justify-content: flex-start; */
  }

  .coopbrand .coopbrand-item .item li {
    /* margin: 0px 30px 70px 30px; */
  }
  .option-action .option-item .right{
    width: 500px;
    margin-right: 12%;
  }
  .swiper-option .cur .app-yd .ly-2 {
    width: 470px;
    height: 400px;
    top: 200px;
    left: 30px;
  }
  .swiper-option .cur .app-yd .jz-2{
    width: 80px;
    height: 80px;
    top: 180px;
    left: 0px;
  }
  .swiper-option .cur .app-yd .jz-3{
    width: 100px;
    height: 100px;
    top: 10px;
    left: 70px;
  }
  .swiper-option .cur .app-yd .jz-4{
    width: 60px;
    height: 60px;
    top: 50px;
    left: 290px;
  }
  .swiper-option .cur .app-yd .jz-5{
    width: 90px;
    height: 90px;
    top: 135px;
    right: 0px;
  }
  .swiper-option .cur .app-yd .dc-2{
    width: 350px;
    height: 500px;
    top: 100px;
    left: 140px;
  }
}

@media (max-width: 1400px) {
  .corporation .bt {
    width: 1400px;
    justify-content: space-around;
  }

  .corporation .bt .item {
    width: 230px;
  }

  .corporation .bt .item span {
    font-size: 30px;
  }

  .swiper-option .option-item {
    width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .swiper-option .option-item .left {
    width: 500px;
    height: 500px;
  }

  .swiper-option .option-item .app-yd .yd-2 {
    width: 220px;
    height: 306px;
  }

  .swiper-option .option-item .app-yd .yd-3 {
    width: 70px;
    height: 200px;
  }

  .swiper-option .option-item .app-yd .yd-4 {
    width: 135px;
    height: 230px;
  }

  .swiper-option .option-item .app-yd .yd-11 {
    top: 200px;
    right: 30px;
  }

  .swiper-option .option-item .right {
    width: 550px;
  }

  .swiper-option .swiper-option-point {
    width: 1300px;
  }

  .caseview {
    width: 1350px;
    padding: 40px 20px;
  }

  .caseview .btn {
    padding-top: 60px;
  }

  .caseview .caseview-item {
    padding-top: 30px;
  }

  .caseview .caseview-item .left img {
    width: 650px;
    height: 450px;
  }

  .caseview .caseview-item .right .item img {
    width: 260px;
    height: 160px;
  }

  .caseview .caseview-item .right .item span {
    font-size: 20px;
  }

  .message .message-box {
    width: 1300px;
    padding: 40px 0;
  }

  .message .message-item .left {
    width: 650px;
    padding: 20px;
  }

  .message .message-item .left img {
    width: 580px;
    height: 230px;
  }

  .message .message-item .right .item {
    width: 300px;
    height: 130px;
    margin-left: 20px;
  }

  .message .message-item .right .item .item-r {
    width: 190px;
  }

  .coopbrand {
    width: 1300px;
    padding: 60px 0 10px 0;
  }

  .coopbrand .coopbrand-item {
    justify-content: flex-start;
  }

  .coopbrand .text {
    padding-left: 20px;
  }

  .coopbrand .title {
    padding-left: 20px;
  }

  .coopbrand .coopbrand-item .item li {
    /* margin: 0px 20px 50px 20px; */
  }
  .swiper-option .cur .app-yd .jz-1 {
    width: 340px;
    height: 310px;
    top: 220px;
    left: 80px;
  }
  .swiper-option .cur .app-yd .jz-2{
    width: 70px;
    height: 70px;
  }
  .swiper-option .cur .app-yd .jz-3{
    width: 90px;
    height: 90px;
  }
  .swiper-option .cur .app-yd .jz-4{
    width: 50px;
    height: 50px;
  }
  .swiper-option .cur .app-yd .jz-5{
    width: 80px;
    height: 80px;
  }
  .swiper-option .cur .app-yd .dc-2{
    width: 300px;
    height: 400px;
    top: 130px;
    left: 120px;
  }
}

@media (max-width: 1300px) {
  .corporation .bt {
    width: 1200px;
    justify-content: space-around;
  }

  .corporation .bt .item {
    width: 230px;
  }

  .corporation .bt .item span {
    font-size: 30px;
  }

  .swiper-option .option-item {
    width: 1150px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .swiper-option .option-item .left {
    width: 450px;
    height: 450px;
  }

  .swiper-option .option-item .app-yd .yd-2 {
    width: 200px;
    height: 280px;
    left: 105px;
    display: flex;
    align-items: flex-end;
  }

  .swiper-option .option-item .app-yd .yd-3 {
    width: 70px;
    height: 200px;
  }

  .swiper-option .option-item .app-yd .yd-4 {
    width: 110px;
    height: 210px;
    display: flex;
    align-items: flex-end;
  }

  .swiper-option .option-item .app-yd .yd-9 {
    width: 39px;
    height: 43px;
  }

  .swiper-option .option-item .app-yd .yd-10 {
    right: 110px;
  }

  .swiper-option .option-item .app-yd .yd-11 {
    top: 200px;
    right: 30px;
  }

  .swiper-option .option-item .right {
    width: 550px;
  }

  .swiper-option .swiper-option-point {
    width: 1150px;
  }

  .caseview {
    width: 1200px;
    padding: 40px 20px;
  }

  .caseview .btn {
    padding-top: 40px;
  }

  .caseview .caseview-item {
    padding-top: 25px;
  }

  .caseview .caseview-item .left img {
    width: 600px;
    height: 400px;
  }

  .caseview .caseview-item .right .item img {
    width: 230px;
    height: 140px;
  }

  .message .message-box {
    width: 1200px;
    padding: 40px 0;
  }

  .message .message-item .left {
    width: 600px;
    padding: 20px;
  }

  .message .message-item .left img {
    width: 530px;
    height: 210px;
  }

  .message .message-item .right .item {
    width: 280px;
    height: 120px;
    margin-left: 10px;
  }

  .message .message-item .right .item .item-r {
    width: 160px;
  }

  .coopbrand {
    width: 1180px;
    padding: 50px 0 10px 0;
  }

  .coopbrand .coopbrand-item {
    justify-content: flex-start;
    padding-top: 55px;
  }

  .coopbrand .text {
    padding-left: 20px;
  }

  .coopbrand .title {
    padding-left: 20px;
  }

  .coopbrand .coopbrand-item .item {
    justify-content: flex-start;
  }

  .coopbrand .coopbrand-item .item li {
    /* margin: 0px 40px 50px 40px; */
  }

  .publicity .btn {
    width: 1150px;
    padding: 50px 0;
  }

  .publicity .btn .top {
    justify-content: space-around;
  }
  .option-action .option-item .right{
    width: 450px;
    margin-right: 12%;
  }
  .swiper-option .cur .app-yd .ly-2 {
    width: 430px;
    height: 350px;
    top: 180px;
    left: 10px;
  }
  .swiper-option .cur .app-yd .ly-3 {
    width: 25px;
    height: 45px;
    top: 220px;
    left: 60px;
  }
  .swiper-option .cur .app-yd .ly-5 {
    width: 65px;
    height: 105px;
    top: 30px;
    left: 270px;
  }
  .swiper-option .cur .app-yd .ly-6 {
    width: 100px;
    height: 110px;
    top: 190px;
    right: 10px;
  }
  .swiper-option .cur .app-yd .jz-1 {
    width: 300px;
    height: 290px;
    top: 220px;
    left: 80px;
  }
  .swiper-option .cur .app-yd .dc-2{
    width: 250px;
    height: 300px;
    top: 130px;
    left: 120px;
  }
}

@media (max-width: 1200px) {
  .message .message-box .text {
    padding-left: 15px;
  }
  .message .message-box .title {
    padding-left: 15px;
  }
  .option-action .option-item .right{
    width: 380px;
    margin-right: 15%;
  }
}