
#banner {
  margin-top: 86px;
}

#banner .swiper-container {
  width: 100%;
  min-width: 1300px;
  max-height: 400px;
  --swiper-theme-color: #FFFFFF;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #FFFFFF;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}

#banner .swiper-container .swiper-slide img {
  width: 100%;
}

#banner .swiper-container .swiper-pagination-bullet {
  width: 26px;
  height: 6px;
  border-radius: 0;
}

#banner .swiper-container .swiper-button-prev:after, #banner .swiper-container .swiper-button-next:after {
  padding: 45px 20px;
}

#banner .swiper-container .swiper-button-prev:hover:after, #banner .swiper-container .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}

#banner .swiper-container .swiper-button-next {
  right: 107px;
}

#banner .swiper-container .swiper-button-prev {
  left: 80px;
}

.num_content {
  width: 100%;
  margin-top: 25px;
}

.num_main {
  overflow: hidden;
  margin: 5px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.num_main li {
  width: 294px;
  text-align: center;
  margin: 0 auto;
}

.num_main li .count-title {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #333333;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
}

.num_main li p:nth-child(2) {
  font-size: 1.4rem;
  color: #666;
}

.num_main .line {
  width: 1px;
  height: 80px;
  display: inline-block;
  background: linear-gradient(360deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 30%, #EEEEEE 70%, rgba(238, 238, 238, 0) 100%);
}

.conference_main {
  width: 100%;
  min-width: 1300px;
  height: 120px;
  background: url(../image/bg1.png) no-repeat 100%;
  background-size: cover;
}

.conference_main #searchType {
  font-size: 16px;
}

.conference_main .conference_input {
  margin: 0px auto;
  padding-top: 35px;
}

.conference_main .conference_input .conference {
  width: 80%;
  border: 1px solid #666;
  height: 50px;
  background: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  margin: 0px auto;
  display: flex;
  align-items: center;
}

.conference_main .conference_input .conference .layui-btn-primary {
  border: none !important;
  height: 50px;
}

.conference_main .conference_input .conference .input {
  flex: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.conference_main .conference_input .conference .input .layui-input {
  border-width: 0 !important;
}

.conference_main .conference_input .conference .input .icon-fangdajing {
  font-size: 3rem;
  color: #666;
  margin-right: 15px;
  cursor: pointer;
}

.conference_main .conference_input .conference .input .icon-fangdajing:hover {
  color: #0D7BFF;
}

.conference_main .conference_input .conference .input:hover .clean-icon {
  display: block;
}

.conference_main .conference_input .conference .input .clean-icon {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 50px;
  color: #222;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.recomConf {
  margin: 0px auto 40px;
  width: 1300px;
  position: relative;
}
.recomConf_hd {
  width: 180px;
  height: 180px;
  background: url(../image/mengban-hd_New.png) no-repeat top center;
  position: fixed;
  bottom: 100px;
  right: 80px;
  cursor: pointer;
  z-index: 99999999;
}
.recomConf .meet-content, .recomConf .academic-content {
  margin: 0px 0 40px;
  position: relative;
  --swiper-navigation-color: #999999;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}

.recomConf .meet-content .swiper-container, .recomConf .academic-content .swiper-container {
  width: 1180px;
  padding: 20px 0;
  height: auto;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item, .recomConf .academic-content .swiper-container .swiper-slide .meet-item {
  width: 286px;
  height: 302px;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px rgba(55, 84, 113, 0.1);
  border-radius: 12px;
  margin-bottom: 20px;
  margin-right: 7px;
  cursor: pointer;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item:hover, .recomConf .academic-content .swiper-container .swiper-slide .meet-item:hover {
  box-shadow: 0px 3px 20px rgba(55, 84, 113, 0.25);
  margin-top: -2px;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item:nth-child(4n), .recomConf .academic-content .swiper-container .swiper-slide .meet-item:nth-child(4n) {
  margin-right: 0px;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item:nth-child(1), .recomConf .meet-content .swiper-container .swiper-slide .meet-item:nth-child(5), .recomConf .academic-content .swiper-container .swiper-slide .meet-item:nth-child(1), .recomConf .academic-content .swiper-container .swiper-slide .meet-item:nth-child(5) {
  margin-left: 7px;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item-images, .recomConf .academic-content .swiper-container .swiper-slide .meet-item-images {
  border-radius: 12px;
  height: 191px;
  width: 100%;
  position: relative;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item-images img, .recomConf .academic-content .swiper-container .swiper-slide .meet-item-images img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item-images .tag, .recomConf .academic-content .swiper-container .swiper-slide .meet-item-images .tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #29CC9A;
  border-radius: 12px 0px 12px 0px;
  padding: 3px 10px;
  font-size: 12px;
  color: #FFFFFF;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item-images .time, .recomConf .academic-content .swiper-container .swiper-slide .meet-item-images .time {
  position: absolute;
  bottom: 0;
  width: 286px;
  height: 27px;
  background-color: #68788b;
  opacity: 0.7;
  border-radius: 0px 0px 12px 12px;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item-images .time > i, .recomConf .academic-content .swiper-container .swiper-slide .meet-item-images .time > i {
  margin-right: 5px;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item-images .time > span, .recomConf .academic-content .swiper-container .swiper-slide .meet-item-images .time > span {
  margin-right: 10px;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item-info, .recomConf .academic-content .swiper-container .swiper-slide .meet-item-info {
  color: #222222;
  height: 111px;
  padding: 10px 0;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item-info > h3, .recomConf .academic-content .swiper-container .swiper-slide .meet-item-info > h3 {
  font-size: 14px;
  margin: 0 12px;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item-info > h4, .recomConf .academic-content .swiper-container .swiper-slide .meet-item-info > h4 {
  margin: 0 12px;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item-info > h4 > i, .recomConf .academic-content .swiper-container .swiper-slide .meet-item-info > h4 > i {
  font-size: 16px;
  margin-right: 5px;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item-info .fileds, .recomConf .academic-content .swiper-container .swiper-slide .meet-item-info .fileds {
  width: 100%;
  padding-left: 12px;
  height: 17px;
  overflow: hidden;
  margin-top: 10px;
}

.recomConf .meet-content .swiper-container .swiper-slide .meet-item-info .fileds > span, .recomConf .academic-content .swiper-container .swiper-slide .meet-item-info .fileds > span {
  background-color: #F5F7F9;
  padding: 2px 10px;
  color: #6084A5;
  font-size: 12px;
  border-radius: 50px;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list, .recomConf .academic-content .swiper-container .swiper-slide .academic_list {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list:nth-child(odd), .recomConf .academic-content .swiper-container .swiper-slide .academic_list:nth-child(odd) {
  background-color: #fbfbfb;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .column-between, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .column-between {
  flex: auto;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .column-between > h3, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .column-between > h3 {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  line-height: 20px;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .academic_content, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .academic_content {
  width: 70px;
  min-width: 70px;
  height: 70px;
  text-align: center;
  margin-right: 20px;
  box-shadow: 0px 3px 10px rgba(55, 84, 113, 0.1);
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .academic_content .top, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .academic_content .top {
  display: block;
  font-size: 13px;
  line-height: 24px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  background-color: #c1d1ee;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .academic_content .bottom, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .academic_content .bottom {
  display: block;
  font-size: 24px;
  line-height: 46px;
  border-radius: 0 0 8px 8px;
  color: #333;
  font-weight: bold;
  background-color: #fff;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .academic_content1, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .academic_content1 {
  flex: auto;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .academic_content1 .meeting_label, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .academic_content1 .meeting_label {
  margin-top: 2px;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .academic_content1 .search, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .academic_content1 .search {
  font-size: 14px;
  color: #aaa;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .academic_content1 .icon-shoulujiansuo, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .academic_content1 .icon-shoulujiansuo {
  color: #999999;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .academic_content1 .fileds, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .academic_content1 .fileds {
  overflow: hidden;
  width: 500px;
  list-style: none;
  margin-top: 10px;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .academic_content1 .fileds span, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .academic_content1 .fileds span {
  line-height: 18px;
  height: 20px;
  margin-right: 8px;
  border-radius: 10px;
  color: #6084a5;
  overflow: hidden;
  background-color: #f5f7f9;
  padding: 2px 10px;
  font-size: 14px;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .academic_content2, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .academic_content2 {
  align-self: flex-end;
  font-size: 14px;
  text-align: center;
  height: 27px;
  margin-top: 20px;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .academic_content2 .address, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .academic_content2 .address {
  display: inline-block;
  color: #68788b;
  background: #e6f1ff;
  border-radius: 2px;
  margin-right: 10px;
  padding: 4px 20px;
  border-radius: 2px;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .academic_content2 .address .icon-huiyididian, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .academic_content2 .address .icon-huiyididian {
  margin-right: 5px;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .academic_content2 .ing, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .academic_content2 .ing {
  display: inline-block;
  width: 82px;
  color: #ffffff;
  background: #4ccb88;
  border-radius: 2px;
  padding: 4px 20px;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .academic_content2 .to_start, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .academic_content2 .to_start {
  display: inline-block;
  width: 82px;
  color: #ffffff;
  background: #f9ba39;
  border-radius: 2px;
  padding: 4px 20px;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list .academic_content2 .end, .recomConf .academic-content .swiper-container .swiper-slide .academic_list .academic_content2 .end {
  display: inline-block;
  width: 82px;
  color: #ffffff;
  background: #aaa;
  border-radius: 2px;
  padding: 4px 20px;
}

.recomConf .meet-content .swiper-container .swiper-slide .academic_list:hover, .recomConf .academic-content .swiper-container .swiper-slide .academic_list:hover {
  background-color: #F2F3F4;
}

.recomConf .meet-content .swiper-container .swiper-pagination-bullet-active, .recomConf .academic-content .swiper-container .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 50px;
}

.ad {
  width: 100%;
  min-width: 1300px;
}

.ad > img {
  min-width: 1300px;
  width: 100%;
  height: auto;
}

.live {
  margin: 30px auto 40px;
}

.live-content {
  margin: 30px 0 40px;
}

.live-content .live-item {
  width: 286px;
  height: 302px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(55, 84, 113, 0.1);
  border-radius: 12px;
  margin-bottom: 20px;
  margin-right: 12px;
  cursor: pointer;
}

.live-content .live-item:hover {
  box-shadow: 0px 3px 20px rgba(55, 84, 113, 0.25);
  margin-top: -15px;
}

.live-content .live-item:nth-child(4n) {
  margin-right: 0px;
}

.live-content .live-item-images {
  border-radius: 12px;
  height: 191px;
  width: 100%;
  position: relative;
}

.live-content .live-item-images img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.live-content .live-item-images .tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #29CC9A;
  border-radius: 12px 0px 12px 0px;
  padding: 3px 10px;
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.live-content .live-item-images .notlive {
  background-color: #F9BA39;
}

.live-content .live-item-images .end {
  background-color: #AAAAAA;
}

.live-content .live-item-images .time {
  position: absolute;
  bottom: 0;
  width: 286px;
  height: 27px;
  background-color: #68788b;
  opacity: 0.7;
  border-radius: 0px 0px 12px 12px;
}

.live-content .live-item-images .time > i {
  margin-right: 5px;
}

.live-content .live-item-images .time > span {
  margin-right: 10px;
}

.live-content .live-item-info {
  color: #222222;
  height: 111px;
  padding: 10px 0;
}

.live-content .live-item-info > h3 {
  font-size: 14px;
  margin: 0 12px;
}

.live-content .live-item-info .button {
  width: 74px;
  height: 24px;
  background: #0D7BFF;
  border-radius: 50px;
  margin-right: 12px;
  color: #FFFFFF;
  font-size: 13px;
}

.live-content .live-item-info .book:hover {
  background: #085ABC;
}

.live-content .live-item-info .already {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #333;
}

.live-content .live-item-info .already:hover {
  background: #EBEBEB;
}

.live-content .live-item-info h4 {
  margin: 0 12px;
}

.live-content .live-item-info h4 > i {
  font-size: 12px;
  margin-right: 5px;
}

.live-content .live-item-info .fileds {
  width: 100%;
  padding-left: 12px;
  height: 17px;
  overflow: hidden;
  margin-top: 10px;
}

.live-content .live-item-info .fileds > span {
  background-color: #F5F7F9;
  padding: 2px 10px;
  color: #6084A5;
  font-size: 12px;
  border-radius: 50px;
}

.video {
  margin: 30px auto 40px;
}

.video-content {
  margin: 30px 0 40px;
}

.video-content .video-item {
  width: 286px;
  height: 322px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(55, 84, 113, 0.1);
  border-radius: 12px;
  margin-bottom: 20px;
  margin-right: 12px;
  cursor: pointer;
}

.video-content .video-item:hover {
  box-shadow: 0px 3px 20px rgba(55, 84, 113, 0.25);
  margin-top: -15px;
}

.video-content .video-item:nth-child(4n) {
  margin-right: 0px;
}

.video-content .video-item-images {
  border-radius: 12px;
  height: 191px;
  width: 100%;
  position: relative;
}

.video-content .video-item-images img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.video-content .video-item-images .tag {
  position: absolute;
  top: 10px;
  right: 10px;
}

.video-content .video-item-images .tag > i {
  font-size: 28px;
  color: #FFFFFF;
}

.video-content .video-item-images .tag:hover > i {
  color: #FF5D5D;
}

.video-content .video-item-images .time {
  position: absolute;
  bottom: 0;
  width: 286px;
  height: 27px;
  padding: 0 10px;
  background-color: #68788b;
  opacity: 0.7;
  border-radius: 0px 0px 12px 12px;
}

.video-content .video-item-images .time > i {
  margin-right: 5px;
}

.video-content .video-item-images .time > span {
  margin-right: 10px;
}

.video-content .video-item-info {
  color: #222222;
  height: 131px;
  padding: 10px 0;
}

.video-content .video-item-info > h3 {
  font-size: 14px;
  margin: 0 12px;
}

.video-content .video-item-info .button {
  width: 74px;
  height: 24px;
  background: #0D7BFF;
  border-radius: 50px;
  margin-right: 12px;
  color: #FFFFFF;
  font-size: 13px;
}

.video-content .video-item-info .already {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #333;
}

.video-content .video-item-info h4, .video-content .video-item-info h5 {
  margin: 0 12px;
}

.video-content .video-item-info h4 > i, .video-content .video-item-info h5 > i {
  font-size: 12px;
  margin-right: 5px;
}

.video-content .video-item-info .fileds {
  width: 100%;
  padding-left: 12px;
  height: 17px;
  overflow: hidden;
  margin-top: 10px;
}

.video-content .video-item-info .fileds > span {
  background-color: #F5F7F9;
  padding: 2px 10px;
  color: #6084A5;
  font-size: 12px;
  border-radius: 50px;
}

.commmon_title {
  width: 1180px;
  margin: 0 auto;
  height: 74px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e8ee;
  overflow: hidden;
}

.commmon_title .commmon_title_left {
  margin-top: 24px;
  display: flex;
}

.commmon_title .commmon_title_left .commmon_title_left_title {
  display: flex;
  height: 46px;
  align-items: center;
}

.commmon_title .commmon_title_left img {
  height: 14px;
}

.commmon_title .commmon_title_left .iconfont {
  font-size: 20px;
}

.commmon_title .commmon_title_left .common_active {
  position: relative;
  /* height: 100%; */
}

.commmon_title .commmon_title_left .common_active::before {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  position: absolute;
  bottom: -16px;
  background: #0d7bff;
  opacity: 1;
  border-radius: 0px;
}

.commmon_title .commmon_title_left .slash {
  margin-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.commmon_title .commmon_title_left .activityMeetWei{
  width: 82px;
  height: 20px;
  background: url(../image/activityMeet-wei.png) no-repeat center center;
  background-size: 100%;
}
.knock{
  width: 75px;
  height: 45px;
  position: absolute;
  top: -5px;
  right: 10px;
  background: url(../image/lijian.png) no-repeat center center;
}
.activityMeetXuan{
  width: 82px;
  height: 20px;
  background: url(../image/activityMeet-xuan.png) no-repeat center center;
  background-size: 100%;
  position: relative;
}
.activityMeetXuan::after {
  position: absolute;
  bottom: -14px;
  content: '';
  width: 84px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background: #0D7BFF;
}
.commmon_title .commmon_title_left .slash .slash_x {
  width: 20px;
  height: 30px;
  color: #e6e8ee;
  opacity: 1;
  font-size: 30px;
}

.commmon_title .commmon_title_left .slash:hover::before {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  position: absolute;
  bottom: -16px;
  background: #0d7bff;
  opacity: 1;
  border-radius: 0px;
}

.commmon_title .commmon_title_right {
  margin-top: 30px;
  display: flex;
  cursor: pointer;
}

.commmon_title .commmon_title_right_left {
  position: relative;
  width: 80px;
  height: 36px;
  text-align: center;
  line-height: 36px;
}

.commmon_title .commmon_title_right_left .icon-liebiaopailie {
  color: #656565;
  position: relative;
  z-index: 3;
}

.commmon_title .commmon_title_right_left .icon-kapianpailie {
  color: #656565;
  position: relative;
  z-index: 3;
}

.commmon_title .commmon_title_right_left .commmon_title_left_border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.commmon_title .commmon_title_right_left .commmon_title_left_border .icon-a-lujing8043-2-2 {
  color: #e6e8ee;
}

.commmon_title .commmon_title_right_left .commmon_title_left_border .iconfont {
  font-size: 36px;
}

.commmon_title .commmon_title_right_left .commmon_title_left_border .icon-paibanxingshianniu {
  display: none;
  color: #F8F8F8;
}

.commmon_title .commmon_title_right_left:hover .icon-a-lujing8043-2-2 {
  display: none;
}

.commmon_title .commmon_title_right_left:hover .icon-paibanxingshianniu {
  display: block;
}

.commmon_title .commmon_title_right_right {
  position: relative;
  width: 110px;
  margin-left: -10px;
  cursor: pointer;
}

.commmon_title .commmon_title_right_right .commmon_title_left_border {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.commmon_title .commmon_title_right_right .commmon_title_left_border .icon-a-lujing8043-2-2 {
  color: #e6e8ee;
}

.commmon_title .commmon_title_right_right .commmon_title_left_border .iconfont {
  font-size: 36px;
  color: #0d7bff;
}

.commmon_title .commmon_title_right_right .commmon_title_left_border .icon-gengduoanniu {
  display: none;
  color: #0D7BFF;
}

.commmon_title .commmon_title_right_right_title {
  position: relative;
  z-index: 3;
  font-size: 14px;
  font-weight: 400;
  color: #0d7bff;
  text-align: center;
  line-height: 36px;
}

.commmon_title .commmon_title_right_right_title > a {
  color: #0d7bff;
}

.commmon_title .commmon_title_right_right:hover .icon-a-lujing8043-2 {
  display: none;
}

.commmon_title .commmon_title_right_right:hover .icon-gengduoanniu {
  display: block;
}

.commmon_title .commmon_title_right_right:hover .commmon_title_right_right_title {
  color: #FFFFFF;
}

.commmon_title .commmon_title_right_right:hover .commmon_title_right_right_title > a {
  color: #FFFFFF;
}

.commmon_title .commmon_title_right_right:active .icon-a-lujing8043-2 {
  display: none;
}

.commmon_title .commmon_title_right_right:active .icon-gengduoanniu {
  display: block;
  color: #085ABC;
}

.commmon_title .commmon_title_right_right:active .commmon_title_right_right_title {
  color: #FFFFFF;
}

.commmon_title .commmon_title_right_right:active .commmon_title_right_right_title > a {
  color: #FFFFFF;
}

.commmon_title .tab {
  cursor: pointer;
}

.commmon_title .tab > i {
  color: #333333;
}

.commmon_title .tab:hover > i {
  color: #f77a23;
}

.commmon_title .active {
  position: relative;
}

.commmon_title .active > i {
  color: #f77a23;
}

.commmon_title .active::after {
  position: absolute;
  bottom: -10px;
  content: '';
  width: 84px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background: #f77a23;
}

.advantage {
  width: 100%;
  min-width: 1300px;
  min-height: 550px;
  background: url(../image/Strength_bg.png) no-repeat;
  background-size: cover;
}

.advantage > img {
  width: 300px;
  margin: 20px auto;
}

.advantage-box {
  width: 1180px;
  margin: 20px auto;
  justify-content: space-between;
}

.advantage-box .real {
  background-image: url(../image/Strength.png);
}

.advantage-box .fast {
  background-image: url(../image/Strength.png);
}

.advantage-box .safe {
  background-image: url(../image/Strength.png);
}

.advantage-box .free {
  background-image: url(../image/Strength.png);
}

.advantage-box-item {
  width: 280px;
  height: 325px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-left: 20px;
  border-radius: 0px 20px 0px 20px;
}

.advantage-box-item > .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.advantage-box-item .content {
  color: #333;
  width: 210px;
}

.advantage-box-item .content .title {
  width: 144px;
  height: 24px;
  margin-top: 32px;
}

.advantage-box-item .content .mt-46 {
  margin-top: 46px;
}

.advantage-box-item .content .mt-46_eng {
  margin-top: 10px;
}

.advantage-box-item .content .mt-24 {
  margin-top: 24px;
}

.advantage-box-item .content .mt-24_eng {
  margin-top: 14px;
}

.advantage-box-item .content .lh-18 {
  line-height: 18px;
}


.headline {
  margin: 30px auto 0px;
}

.headline > .flex-wrap {
  margin: 20px auto 0px;
}

.headline > .flex-wrap .swiper-container {
  width: 540px;
  height: 360px;
  position: relative;
}

.headline > .flex-wrap .swiper-container .swiper-slide > img {
  width: 100%;
  height: 100%;
}

.headline > .flex-wrap .swiper-container .swiper-slide > h4 {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 15px;
}

.headline > .flex-wrap .swiper-container .bc-000 {
  background: rgba(0, 0, 0, 0.7);
}

.headline > .flex-wrap .swiper-container .title {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 60px;
  z-index: 1000;
  padding: 0 20px;
}

.headline > .flex-wrap .swiper-container .title > h4 {
  width: 70%;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headline > .flex-wrap .swiper-container .title .swiper-pagination {
  width: 30%;
  left: 70%;
  bottom: 20px;
  right: 15px;
  display: flex;
  padding-right: 15px;
  justify-content: space-between;
}

.headline > .flex-wrap .swiper-container .title .swiper-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  background: #999999;
  border-radius: 0;
  opacity: 1;
  line-height: 22px;
  border-radius: 4px;
  color: #FFFFFF;
}

.headline > .flex-wrap .swiper-container .title .swiper-pagination .swiper-pagination-bullet-active {
  background: #0D7BFF;
}

.headline > .flex-wrap .message {
  width: 610px;
  height: 360px;
}

.headline > .flex-wrap .message-title {
  background: #F3F3F3;
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.headline > .flex-wrap .message-title > i {
  display: inline-block;
  width: 6px;
  height: 24px;
  background: #0D7BFF;
  margin-right: 15px;
}

.headline > .flex-wrap .message-content {
  margin-top: 9px;
  display: flex;
  flex-direction: column;
}

.headline > .flex-wrap .message-content > a {
  margin-top: 16px;
  height: 21px;
  color: #333;
  width: 100%;
}

.headline > .flex-wrap .message-content > a > h4 {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
}

.headline > .flex-wrap .message-content > a > h4:hover {
  color: #0D7BFF;
}

.headline > .flex-wrap .message-content > a:first-child > h4, .headline > .flex-wrap .message-content > a:nth-child(5n) > h4 {
  font-weight: bold;
  font-size: 18px;
}

.headline .headline_img {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  margin: 30px 0 40px;
}

.headline .headline_img > a {
  width: 110px;
  height: 200px;
  position: relative;
  cursor: pointer;
}

.headline .headline_img a > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.headline .headline_img > .headline_img_active {
  width: 300px;
  position: relative;
}

.headline .small {
  width: 110px;
  height: 200px;
  position: relative;
}

.headline .headline_img_marker {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
}

.headline .headline_img_markernnone {
  display: none;
}

.headline .headline_img_marker ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #ffffff;
  position: relative;
}

.headline .headline_img_marker ul {
  /* list-style: initial; */
  width: 10px;
}

.headline .headline_img_marker ul li {
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  text-align: left;
  letter-spacing: 0.2em;
}

.headline .headline_img_active > .active_title {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  opacity: 1;
  position: absolute;
  z-index: 15;
}

.headline .active_title {
  display: none;
}

.headline .true {
  display: block;
}

.headline .headline_img_active > .active_title > .active_title_title {
  height: 22px;
  width: max-content;
}

.headline .active_title {
  height: 100%;
  height: 100%;
  color: #FFFFFF;
}

.headline .active_title_t {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 300px;
}

.headline .headline_r {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  /* background-color: #0d7bff; */
  margin-left: -15px;
}

.headline .headline_rl {
  background-color: #0DB481;
}

.headline .headline_rn {
  background-color: #228CF4;
}

.headline .headline_rh {
  background-color: #DFAE4B;
}

.expert {
  width: 100%;
  min-width: 1300px;
  background: url(../image/expert_img.png) no-repeat 100%;
  min-height: 480px;
}

.expert > img {
  width: 300px;
  margin: 20px auto;
}

.expert #certify {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  --swiper-navigation-color: #999999;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}

.expert #certify .swiper-container {
  padding-bottom: 60px;
}

.expert #certify .swiper-slide {
  width: 452px;
  height: 260px;
  position: relative;
}

.expert #certify .swiper-slide .certify-item {
  width: 452px;
  height: 240px;
  background: #fff;
  position: absolute;
  top: 10px;
  z-index: inherit;
  border-radius: 4px;
}

.expert #certify .swiper-slide .certify-item .iconfont {
  position: absolute;
  right: 20px;
  top: -10px;
}

.expert #certify .swiper-slide .certify-item-box {
  padding: 12px;
  display: flex;
  flex-direction: row;
}

.expert #certify .swiper-slide .certify-item-box .image-box {
  position: relative;
}

.expert #certify .swiper-slide .certify-item-box .image-box > img {
  width: 200px;
  height: 200px;
  margin: 8px;
  border-radius: 2px;
}

.expert #certify .swiper-slide .certify-item-box .image-box .img-hidden {
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 8px;
  width: 200px;
  height: 200px;
  background: #E6E8EE;
  transform: rotate(5deg);
  border-radius: 2px;
}

.expert #certify .swiper-slide .certify-item-box .info {
  flex: auto;
  margin-left: 10px;
  margin-top: 18px;
}

.expert #certify .swiper-slide .certify-item-box .info > h3 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}

.expert #certify .swiper-slide .certify-item-box .info > h4 {
  font-size: 14px;
  color: #666666;
  opacity: 0.9;
  margin-bottom: 4px;
}

.expert #certify .swiper-slide .certify-item-box .info-fileds {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
}

.expert #certify .swiper-slide .certify-item-box .info-fileds > span {
  background: #F5F7F9;
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 12px;
  color: #6084A5;
  margin-top: 10px;
}

.expert #certify .swiper-slide .mark {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 432px;
  height: 240px;
  background: #6B8BCC;
  border-radius: 4px;
}

.partner {
  height: 400px;
  width: 1300px;
  margin: 70px auto;
  position: relative;
}

.partner .brand_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  height: 60px;
}

.partner .brand_title .slash_x {
  margin: 0 10px;
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #E6E8EE;
}

.partner .brand_title .brand_img {
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
}

.partner .brand_title .brand_img > i {
  cursor: pointer;
}

.partner .brand_title .brand_img > i:hover {
  color: #0D7BFF;
}

.partner .brand_title .active {
  position: relative;
}

.partner .brand_title .active > i {
  color: #0D7BFF;
}

.partner .brand_title .active::after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 84px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background: #0D7BFF;
}

.partner #partnerCon, .partner #learnCon, .partner #pressCon {
  --swiper-navigation-color: #999999;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}

.partner #partnerCon .swiper-slide, .partner #learnCon .swiper-slide, .partner #pressCon .swiper-slide {
  width: 1300px !important;
  margin: 60px auto 0;
  height: 300px;
}

.partner #partnerCon .swiper-slide .line_4, .partner #partnerCon .swiper-slide .line_5, .partner #learnCon .swiper-slide .line_4, .partner #learnCon .swiper-slide .line_5, .partner #pressCon .swiper-slide .line_4, .partner #pressCon .swiper-slide .line_5 {
  margin-top: 20px;
}

.partner #partnerCon .swiper-slide .line_4 .item, .partner #partnerCon .swiper-slide .line_5 .item, .partner #learnCon .swiper-slide .line_4 .item, .partner #learnCon .swiper-slide .line_5 .item, .partner #pressCon .swiper-slide .line_4 .item, .partner #pressCon .swiper-slide .line_5 .item {
  width: 200px;
  height: 60px;
  box-shadow: 0px 3px 10px rgba(55, 84, 113, 0.1);
  padding: 0 20px;
  margin-right: 20px;
  cursor: pointer;
}

.partner #partnerCon .swiper-slide .line_4 .item > img, .partner #partnerCon .swiper-slide .line_5 .item > img, .partner #learnCon .swiper-slide .line_4 .item > img, .partner #learnCon .swiper-slide .line_5 .item > img, .partner #pressCon .swiper-slide .line_4 .item > img, .partner #pressCon .swiper-slide .line_5 .item > img {
  width: 40px;
  height: 40px;
}

.partner #partnerCon .swiper-slide .line_4 .item:last-child, .partner #partnerCon .swiper-slide .line_5 .item:last-child, .partner #learnCon .swiper-slide .line_4 .item:last-child, .partner #learnCon .swiper-slide .line_5 .item:last-child, .partner #pressCon .swiper-slide .line_4 .item:last-child, .partner #pressCon .swiper-slide .line_5 .item:last-child {
  margin-right: 0;
}

.partner #partnerCon .swiper-slide .line_4 .item:hover, .partner #partnerCon .swiper-slide .line_5 .item:hover, .partner #learnCon .swiper-slide .line_4 .item:hover, .partner #learnCon .swiper-slide .line_5 .item:hover, .partner #pressCon .swiper-slide .line_4 .item:hover, .partner #pressCon .swiper-slide .line_5 .item:hover {
  transform: scale(1.1);
}

.partner #partnerCon .swiper-pagination-bullet-active, .partner #learnCon .swiper-pagination-bullet-active, .partner #pressCon .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 50px;
}

.partner #learnCon .item {
  border-radius: 30px 2px 30px 2px;
}

.partner #pressCon .item {
  border-radius: 50px;
}

.mr7 {
  margin-right: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.ellipsis-2 {
  font-size: 14px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
  line-height: 20px;
}

.maxWidth {
  width: 1180px;
}

  /* 下面为新添加 */
  
  
  .xdl1 { 
  margin-top:50px;
  margin-left:-5px;
}
  
 .xdl2 { 
  font-size: 18px;
  font-weight: 500;
  color: #ff0000;
  margin-left:80px;
}

 .fb { 
  font-size: 18px;
  font-weight: 500;
  color: #ff0000;
  margin-left:140px;
}

.btndl {
    cursor: pointer;
	width: 130px;
	height: 40px;
    font-size: 14px / 35px;
	background-color: #92b8e3;
	border-color: #bcd2df;
	border-radius: 5px;
    color: #fff;
}

.btn_adddl {
	width: 130px;
	height: 40px;
	color: #1b649f;
	background-color: #92b8e3;
	border-radius: 5px;
	border-color: #bcd2df;
}

.btn_adddl:hover {
	color: #fff;
	background-color: #639fe2;
	width: 130px;
	height: 40px;
	border-color: #4699f6;
}

.btnzc {
    cursor: pointer;
	width: 130px;
	height: 40px;
    font-size: 14px / 35px;
	background-color: #f6b37f;
	border-color: #f29a76;
	border-radius: 5px;
    color: #ad4f05;
}

.btn_addzc {
	width: 130px;
	height: 40px;
	color: #ad4f05;
	background-color: #f29a76;
	border-radius: 5px;
	border-color: #f6b37f;
}

.btn_addzc:hover {
	color: #fff;
	background-color: #f29a76;
	width: 130px;
	height: 40px;
	border-color: #f6b37f;
}

.queding {
	margin-top:50px;
	margin-left:70px;
}

.qbzc_4 {
	width: 30px;
	height: 30px;
	padding: 15px;
	background-image: url(../image/qbzc_4.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
}








