﻿@charset "utf-8";
/* 禁用iphone中safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1;
}

body {
  box-sizing: border-box;
}

* {
  font-family: -apple-system,blinkmacsystemfont,helvetica neue,helvetica,segoe ui,arial,roboto,pingfang sc,hiragino sans gb,microsoft yahei,sans-serif !important;
}

.fontsc {
  font-family: -apple-system, blinkmacsystemfont, helvetica neue, helvetica, segoe ui, arial, roboto, pingfang sc, hiragino sans gb, microsoft yahei, sans-serif !important;
}

/* 去除iphone中默认的input样式 */
input,
textarea,
button {
  -webkit-appearance: none;
  resize: none;
  border: none;
  background: none;
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

/* 清除列表前的圆点 */
ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  padding: 0;
}

a {
  text-decoration: none;
}

.set-body {
  /*background: linear-gradient(180deg, #d2e1ff 800px, #d2e1ff 100%);*/
  /*background-color: #e7f8ff;*/
  background-color: #d2e1ff;
}
.set-bg {
  /*width: 64%;*/
  /*margin: 0 auto;*/
  position: relative;
  z-index: 9;
}

.set-bg .maskbank {
  /*height: 110px;*/
  background:  repeat-x;
  margin-top: 0px;
  /*margin-top: -78px;*/
}

.banner {
  margin: 55px auto 0;
}

.common-title {
  padding-left: 90px;
  position: relative;
}

.common-title::before {
  content: '';
  display: block;
  background:  no-repeat left top;
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
}

.common-title .common-introduction {
  display: block;
  font-size: 21px;
  height: 20px;
  line-height: 20px;
  font-weight: 300;
  color: #8897d1;
  margin-top: 8px;
}

.common-title .common-h3 {
  font-size: 44px;
  font-weight: bold;
  color: #091953;
}

.common-title .rank {
  font-size: 18px;
}

.mainbox {
  position: relative;
}

.w1200 {
  width: 1200px;
  margin: auto;
}

/* banner */
.banner {
  height: 400px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.banner .maskbank {
  height: 800px;
  /*background:  repeat-y;*/
  position: absolute;
  width: 100px;
  left: 50%;
  margin-left: 856px;
  z-index: 0;
}

.banner .video_box {
  position: absolute;
  width: 2560px;
  height: 700px;
  overflow: hidden;
  left: 50%;
  top: 9px;
  margin-left: -1280px;
}

.banner .video_box .video_box_inner {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.banner .video_box .video_box_inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .onek {
  position: absolute;
  height: 100%;
  z-index: 9;
  width: 100%;
  top: 10px;
}

.banner .wot-onek {
  width: 1200px;
  margin: 36px auto;
}

.banner .wot-onek .wot-en {
  font-size: 35px;
  color: #07319f;
  padding-top: 36px;
  padding-left: 0;
  text-align: center;
}
.wot-en > img {
  width: 90%;
  height: auto;
  max-width: 100%;
}
.slg {
  text-align: center;
}
.slg > img {
  width: 80%;
  height: auto;
  max-width: 100%;
}
.wot-1111 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.banner .wot-onek .wot-maintitle {
  font-size: 70px;
  line-height: 88px;
  padding-top: 25px;
  padding-left: 0;
  background-image: linear-gradient(to bottom, #3333ff, #0645e7);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

.banner .wot-onek .wot-timeadr {
  padding-left: 0;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 400;
  color: #091a53;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: center;
}

.banner .wot-onek .wot-timeadr span {
  margin-right: 30px;
}

.banner .bootombtn {
  margin: 20px auto;
  width: 250px;
  height: 65px;
  line-height: 65px;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  background: #0b4fff;
}

.banner .bootombtn a {
  display: block;
  color: #fff;
  height: 74px;
  font-size: 2rem;
}

.wotdetail {
  margin-top: 20px;
}

.wotdetail .detail-words {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #091953;
  line-height: 32px;
  opacity: 0.8;
  margin-top: 30px;
}

.wotdetail .detail-words p {
  margin-top: 10px;
  text-align: justify;
}

.chairman {
  padding-top: 100px;
}

.chairman .detail-chairman {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 50px auto 0;
  overflow: hidden;
}

.chairman .detail-chairman .item {
  flex: 1;
  height: 100%;
  transition: flex 0.8s ease;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  margin-right: 12px;
  border-radius: 20px;
}

.chairman .detail-chairman .item:hover, .chairman .detail-chairman .item.item_hover {
  flex: 4;
  background: linear-gradient(136deg, #e3f0fe 0%, #c9e0fe 100%);
}

.chairman .detail-chairman .item:hover .info, .chairman .detail-chairman .item.item_hover .info {
  background:  no-repeat center top;
}

.chairman .detail-chairman .item:hover .detail, .chairman .detail-chairman .item.item_hover .detail {
  opacity: 1;
  width: 225px;
  transition: all 0.5s ease;
}

.chairman .detail-chairman .item:last-child {
  margin-right: 0;
}

.chairman .detail-chairman .item .info {
  position: relative;
  height: 370px;
  width: 100%;
  max-width: 280px;
  background:  no-repeat center top;
  border: 1px solid #fff;
  border-radius: 20px;
  overflow: hidden;
}

.chairman .detail-chairman .item .info .pic {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  height: 370px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: none;
}



.lt_jbyj_div img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.lt_jbyj_img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.lt_jbyj_div1 {
  margin-top: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.lt_jbyj_img {
  width: 15%;
}
.lt_jbyj_div {
  position: relative;
   margin-top: 3%;
 }
.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 63, 255, 0.9);
  color: white; /* 文字颜色 */
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  opacity: 0; /* 初始透明度为0 */
  transition: opacity 0.3s ease; /* 过渡效果 */
}
.lt_jbyj_div:hover .overlay1 {
  opacity: 1; /* 鼠标悬停时显示文字 */
}
.overlay1 > p {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.overlay1 > h3 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}





.chairman .detail-chairman .item .info .dec {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(73, 146, 255, 0.8);
  height: 93px;
  backdrop-filter: blur(10px);
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 10px 35px;
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.chairman .detail-chairman .item .info .name {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  font-weight: bold;
}

.chairman .detail-chairman .item .info .position-speaker {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 13px;
}

.chairman .detail-chairman .item .detail {
  position: absolute;
  height: 100%;
  z-index: 9;
  left: 280px;
  top: 0;
  opacity: 0;
  color: #fff;
  box-sizing: border-box;
  padding: 30px 0 30px 20px;
  color: #091953;
  font-size: 14px;
  line-height: 1.8;
  width: 225px;
  height: 100%;
  overflow: hidden;
}

.chairman .detail-chairman .item .detail .inner {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 20px;
}

.chairman .detail-chairman .item .detail .inner::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}

.chairman .detail-chairman .item .detail .inner::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #e3f0fe;
  background: #e3f0fe;
}

.chairman .detail-chairman .item .detail .inner::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px #c9e0fe;
  border-radius: 10px;
  background: #c9e0fe;
}

.chairman .detail-chairman .item .detail h4 {
  font-size: 40px;
}

.chairman .detail-chairman .item .detail h5 {
  font-size: 16px;
  text-align: justify;
  line-height: 23px;
  margin-bottom: 8px;
}

.chairman .detail-chairman .item .detail p {
  font-size: 14px;
  text-align: justify;
}

.producer {
  padding-top: 100px;
}

.producer .gallery-wrap {
  width: 1200px;
  margin: 50px auto 0;
}

.producer .gallery-wrap .rows {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}

.producer .gallery-wrap .item {
  flex: 1;
  height: 100%;
  margin-right: 20px;
  transition: flex 0.8s ease;
  position: relative;
  margin-bottom: 38px;
  overflow: hidden;
}

.producer .gallery-wrap .item:nth-child(5n) {
  margin-right: 0;
}

.producer .gallery-wrap .item .info {
  position: relative;
  height: 300px;
  width: 100%;
  max-width: 230px;
  overflow: hidden;
  border-radius: 20px;
  background:  no-repeat center top;
}

.producer .gallery-wrap .item .info .pic {
  position: absolute;
  width: 100%;
  left: 0;
  top: 5px;
  z-index: 1;
  height: 300px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: none;
  border-radius: 10px;
  overflow: hidden;
}

.producer .gallery-wrap .item .info .dec {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(73, 146, 255, 0.8);
  height: 93px;
  backdrop-filter: blur(10px);
  width: 100%;
  box-sizing: border-box;
  padding: 15px 10px 10px 35px;
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.producer .gallery-wrap .item .info .name {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  font-weight: bold;
}

.producer .gallery-wrap .item .info .position-speaker {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 7px;
}

.producer .gallery-wrap .item .detail {
  position: absolute;
  height: 100%;
  z-index: 9;
  left: 240px;
  top: 0;
  opacity: 0;
  color: #fff;
  box-sizing: border-box;
  padding: 50px 0 30px 10px;
  color: #091953;
  font-size: 14px;
  line-height: 1.8;
  width: 270px;
  height: 100%;
  overflow: hidden;
}

.producer .gallery-wrap .item .detail::before {
  content: '';
  display: block;
  background:  no-repeat center top;
  width: 29px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 10px;
}

.producer .gallery-wrap .item .detail .inner {
  max-height: 230px;
  overflow-y: auto;
  padding-right: 20px;
  text-align: justify;
}

.producer .gallery-wrap .item .detail .inner::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}

.producer .gallery-wrap .item .detail .inner::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px red;
  background: red;
}

.producer .gallery-wrap .item .detail .inner::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px #091a53;
  border-radius: 10px;
  background: #091a53;
}

.producer .gallery-wrap .item:hover {
  flex: 4;
}

.producer .gallery-wrap .item:hover .detail {
  opacity: 1;
  width: 300px;
  transition: all 0.5s ease;
}

.speech-topic {
  position: relative;
  padding-top: 100px;
}

.speech-topic .day {
  width: 100%;
  /*height: 42px;*/
  background: linear-gradient(90deg, #2561fc 0%, #c6cfef 100%);
  border-radius: 4px 4px 4px 4px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 42px;
  /*padding-left: 25px;*/
  margin-top: 50px;
  padding: 1%;
}
.day > p {
  font-size: 16px;
  font-weight: 500;
}
.speech-topic .detail-speech {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.speech-topic .detail-speech .item-speech {
  background-color: #c9dcfd;
  display: block;
  width: 290px;
  height: 220px;
  border: 1px solid #efe9e9;
  /*background:  no-repeat center top;*/
  padding: 28px;
  margin-bottom: 14px;
  margin-left: 13px;
  border-radius: 10px;
}

.speech-topic .detail-speech .item-speech:nth-child(4n   1) {
  margin-left: 0;
}

.speech-topic .detail-speech .item-speech.item-speech-sp h4 {
  height: auto;
  max-height: 54px;
  -webkit-line-clamp: 2;
}

.speech-topic .detail-speech .item-speech.item-speech-sp .speech-intro {
  height: 151px;
  -webkit-line-clamp: 5;
}

.speech-topic .detail-speech .item-speech h4 {
  font-size: 20px;
  /*height: 27px;*/
  font-weight: bold;
  color: #0944e3;
  line-height: 27px;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 1;*/
  /*-webkit-box-orient: vertical;*/
}

.speech-topic .detail-speech .item-speech .speech-intro {
  font-size: 16px;
  font-weight: 400;
  color: #091953;
  line-height: 25px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.speech-topic .detail-speech .item-speech .check-detail {
  width: 109px;
  height: 40px;
  border-radius: 4px 4px 4px 4px;
  z-index: 9;
  cursor: pointer;
  line-height: 40px;
  margin: 25px 0 0 0;
  text-align: center;
  font-size: 20px;
  color: #0944e3;
  font-size: 16px;
  overflow: hidden;
}

.speech-topic .detail-speech .item-speech .check-detail:hover {
  color: #fff;
  border: none;
}
.honorary1 {
  /*margin-top: 50px;*/
}
.honorary1_div {
  margin-top: 50px;
}
.honorary1_div_p {
  display: flex;
  justify-content: space-around;
}
.honorary1_div_p > p {
  font-size: 2.7rem;
  border: 1px solid #efe9e9;
  font-weight: 600;
  text-align: center;
  background-color: #c9dcfd;
  width: 20%;
  padding: 1%;
  color: #0c1d56;
  border-radius: 10px;
}
.honorary2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.honorary2_img {
  margin-top: 4%;
  margin-left: 4%;
  width: 28%;
}
.honorary2_img  > img{

  width: 100%;
  height: auto;
}








.speaker {
  position: relative;
  padding-top: 100px;
}

.speaker .speaker-detail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.dahuiyicheng img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.dahuiyicheng {
  margin-top: 5%;
}
.speaker .speaker-detail .item-speaker {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 223px;
  height: 284px;
  background: #081a70;
  /*background: linear-gradient(136deg, #cfe2ff 0%, #c3d6fb 100%);*/
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  border: 1px solid #efe9e9;
  margin-left: 20px;
  overflow: hidden;
  margin-bottom: 38px;
}

.speaker .speaker-detail .item-speaker:hover {
  margin-top: -20px;
  transition: all 0.5s ease;
}

.speaker .speaker-detail .item-speaker:hover .info {
  height: 180px;
  transition: all 0.5s ease;
  background: rgba(11, 79, 255, 0.7);
}

.speaker .speaker-detail .item-speaker .tag {
  position: absolute;
  right: 20px;
  top: -65px;
  width: 46px;
  height: 46px;
  background:  no-repeat center center;
  display: inline-block;
  background-size: 46px 46px;
}

.speaker .speaker-detail .item-speaker .top-speaker {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
}

.speaker .speaker-detail .item-speaker .top-speaker .avator-speaker {
  width: 100%;
}

.speaker .speaker-detail .item-speaker:nth-child(5n   1) {
  margin-left: 0;
}

.speaker .speaker-detail .item-speaker .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 223px;
  height: 100px;
  background: rgba(73, 146, 255, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 40px 40px 100px 0px rgba(24, 48, 63, 0.2);
  opacity: 1;
  color: #fff;
  border-radius: 0 45px 0 0;
  padding: 10px 18px;
  box-sizing: border-box;
}

.speaker .speaker-detail .item-speaker .name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  font-weight: bold;
}
/*修改，溢出隐藏 显示两行*/
.speaker .speaker-detail .item-speaker .position-speaker {
  height: 40px;
  line-height: 20px;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  display: -webkit-box;
  /*-webkit-line-clamp: 2;*/
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
}

.speaker .speaker-detail .item-speaker .bottom-info {
  margin-top: 22px;
}

.speaker .speaker-detail .item-speaker .bottom-info .topic-h4 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.speaker .speaker-detail .item-speaker .bottom-info .topic {
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.history-meeting {
  padding: 100px 0 65px;
  margin: 0 auto;
}

.history-meeting .gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 480px;
  overflow: hidden;
  margin-top: 50px;
}

.history-meeting .gallery-wrap .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  margin: 0 5px;
  border-radius: 20px;
  position: relative;
}

.history-meeting .gallery-wrap .item .bg {
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #1244c6 4%, rgba(177, 218, 255, 0) 100%);
  opacity: 0.88;
  border-radius: 20px;
}

.history-meeting .gallery-wrap .item .year {
  color: #fff;
  font-size: 56px;
  transform: rotate(90deg);
  position: absolute;
  left: -29px;
  top: 84px;
  z-index: 9;
  font-weight: bold;
}

.history-meeting .gallery-wrap .item .hidebox {
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 50px;
  opacity: 0;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 20px;
}

.history-meeting .gallery-wrap .item .hidebox a {
  color: #fff;
}

.history-meeting .gallery-wrap .item .hidebox .title-h4 {
  font-size: 24px;
  font-weight: bold;
}

.history-meeting .gallery-wrap .item .hidebox .time {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.history-meeting .gallery-wrap .item.item1 {
  background-image: ;
}

.history-meeting .gallery-wrap .item.item2 {
  background-image: ;
}

.history-meeting .gallery-wrap .item.item3 {
  background-image: ;
}

.history-meeting .gallery-wrap .item.item4 {
  background-image: ;
}

.history-meeting .gallery-wrap .item.item5 {
  background-image: ;
}

.history-meeting .gallery-wrap .item.item6 {
  background-image: ;
}

.history-meeting .gallery-wrap .item.item7 {
  background-image: ;
}

.history-meeting .gallery-wrap .item.item8 {
  background-image: ;
}

.history-meeting .gallery-wrap .item.item9 {
  background-image: ;
}

.history-meeting .gallery-wrap .item.item10 {
  background-image: ;
}

.history-meeting .gallery-wrap .item:hover {
  flex: 7;
}

.history-meeting .gallery-wrap .item:hover .year {
  transform: rotate(0);
  transition: all 0.5s ease;
  left: 15px;
  top: 30px;
}

.history-meeting .gallery-wrap .item:hover .hidebox {
  opacity: 1;
  width: 100%;
  transition: all 0.5s ease;
  left: 0;
  top: 80px;
}

.partner-all {
  background: linear-gradient(139deg, #e3edfe 0%, #d6e4ff 100%);
  padding-top: 65px;
}

.partner-all .onek {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.partner-all .detail-partner img {
  display: block;
  width: 167px;
  height: 66px;
  margin-bottom: 40px;
  border-radius: 6px;
}

.partner-all .detail-partner .sponsor {
  align-items: center;
}

.partner-all .detail-partner .sponsor .left-name {
  font-size: 20px;
  font-weight: 400;
  color: #091953;
  margin-right: 20px;
  white-space: nowrap;
  margin-top: 40px;
  font-weight: bold;
  margin-bottom: 23px;
}

.partner-all .detail-partner .sponsor .detail-piture {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 1088px;
}

.partner-all .detail-partner .sponsor .detail-piture img {
  margin-right: 39px;
  border-radius: 6px;
}

.partner-all .detail-partner .sponsor .detail-piture img:nth-child(6n) {
  margin-right: 0;
}

.partner-all .detail-partner .cooperative {
  align-items: flex-start;
}

.partner-all .detail-partner .cooperative .left-name {
  margin-top: 25px;
}

/* 联系我们 */
.con-us {
  padding: 45px 0;
  background: #18436e;
}

.left-fixed {
  position: fixed;
  z-index: 99;
  left: 30px;
  top: 40%;
  display: none;
}

.left-fixed li {
  padding: 10px 0;
  font-size: 14px;
}

.left-fixed li.active-nav a {
  color: #0b4fff;
}

.left-fixed li.active-nav a::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 3px;
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #0b4fff;
}

.left-fixed a {
  position: relative;
  color: #091953;
  position: relative;
}

.left-fixed a:hover {
  color: #0b4fff;
}

.con-us .cus-con {
  margin-top: 40px;
}

.con-us .cus-con .col-sm-5 img {
  margin-top: 30px;
}

.con-us .cus-con .cus-text {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 45px;
}

.con-us .cus-con .cus-methods {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 39px;
}

.con-us .cus-con .cus-methods img {
  margin-right: 5px;
}
/*swiper*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 90%;
  height: auto;
  object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 60%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 2%;
  left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 2%;
  right: auto;
}
/* global button styles */
.animated-button:link,
.animated-button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.animated-button:link:after,
.animated-button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.animated-button:link:hover,
.animated-button:visited:hover {
  color: #fff;
  text-shadow: none;
}

.animated-button:link:hover:after,
.animated-button:visited:hover:after {
  height: 450%;
}

.animated-button:link,
.animated-button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.animated-button.thar-one {
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  border: 1px solid #0944e3;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.animated-button.thar-one:hover {
  color: #fff !important;
  background-color: transparent;
  text-shadow: none;
}

.animated-button.thar-one:hover:before {
  bottom: 0%;
  top: auto;
  height: 100%;
}

.animated-button.thar-one:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: '';
  color: #fff !important;
  background: #0944e3;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scales_light {
  animation-name: scales_light;
  -webkit-animation-name: scales_light;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}



@keyframes scales_light {
  0% {
    transform: scale(100%);
  }
  50% {
    transform: scale(96%);
  }
  100% {
    transform: scale(100%);
  }
}

@-webkit-keyframes scales_light {
  0% {
    -webkit-transform: scale(100%);
  }
  50% {
    -webkit-transform: scale(96%);
  }
  100% {
    -webkit-transform: scale(100%);
  }
}

.scales_light_big {
  animation-name: scales_light_big;
  -webkit-animation-name: scales_light_big;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes scales_light_big {
  0% {
    transform: scale(100%);
  }
  50% {
    transform: scale(85%);
  }
  100% {
    transform: scale(100%);
  }
}

@-webkit-keyframes scales_light_big {
  0% {
    -webkit-transform: scale(100%);
  }
  50% {
    -webkit-transform: scale(85%);
  }
  100% {
    -webkit-transform: scale(100%);
  }
}
.chairman .detail-chairman .item:hover .detail, .chairman .detail-chairman .item.item_hover .detail {
  opacity: 1;
  width: 58%;
  transition: all 0.5s ease;
}


@media screen and (min-width: 1281px)and (max-width: 1367px) {




}
@media screen and (min-width: 1025px)and (max-width: 1280px) {
  /* 在宽度大于等于 1025px 时应用的样式 电脑*/



}
@media screen and (min-width: 821px) and (max-width: 1024px) {

  .banner {
    width: 1200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  /* 在宽度 768px 到 1024px 之间应用的样式 平板*/

  .banner {
    width: 1200px;
  }

}
