@charset "utf-8";
.banner {
  width: 100%;

}

.banner .swiper-container {
  width: 100%;
  overflow: hidden;
}

.banner img {
  display: block;
  height: 600px;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.banner .swiper-wrapper {
  width: 100%;
}

.banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 600px;
}

.banner .swiper-wrapper video {
  width: 100%;
  height: 600px;
}

.dynamics {
  width: 100%;
  padding: 55px 0;
}

.dynamics-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.dynamics-title-left {
  width: max-content;
  height: 50px;
  /*height: 90px;*/
  /*background: url("../images/titlebgc.png") no-repeat left bottom;*/
  /*border-bottom: solid 2px #fff000;*/
}

.dynamics-title-left-icon {
  font-size: 28px;
  color: #e2e2e2;
}

.dynamics-title-left-text {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-top: 4px;
}

.dynamics-title-right a {
  display: block;
  width: 90px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 16px;
  border: solid 1px #3b84eb;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #3b84eb;
}

.dynamics-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

.dynamics-list > a {
  display: block;
}

.dynamics-item {
  width: 590px;
  background-color: #ffffff;
  padding: 30px 28px;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.dynamics-date {
  width: 113px;
  height: 110px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}


.dynamics-date p {
  width: 100%;
}

.dynamics-date p b {
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: normal;
}

.dynamics-date p i {
  display: block;
  font-size: 16px;
  color: #bfbfbf;
  font-weight: normal;
  margin-top: 5px;
}

.dynamics-date span {
  display: block;
  width: 68px;
  height: 4px;
  background-color: #f2f2f2;
  margin-top: 30px;
}

.dynamics-cont {
  flex: 1;
  width: 0;
  height: 110px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.dynamics-cont .dynamics-tit {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
  text-align: justify;
}

.dynamics-cont .dynamics-tex {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #999999;
  text-align: justify;
}

.blurb {
  width: 100%;
  /*background: url("../images/xiehuijianjiebgc.png") no-repeat top center;*/
  /*background: url("../images/nav_bg.jpg") no-repeat top center;*/
  /*background: #8D8D8D;*/
  padding: 56px 0px;
}

.blurb-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.blurb-title-left {
  width: max-content;
  height: 60px;
  /*background: url("../images/titlebgcwhite.png") no-repeat left bottom;*/
}

.blurb-title-left-icon {
  font-size: 28px;
  color: #acc4e9;
}

.blurb-title-left-text {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 4px;
}

.blurb-box {
  width: 100%;
  min-height: 294px;
  background-color: #d84118;
  /*background-color: #3b84eb;*/
  padding: 30px 50px;
  /*margin-top: 70px;*/
}

.blurb-tit {
  width: 100%;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
}

.blurb-tex {
  width: 100%;
  text-indent: 32px;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  text-align: justify;
  padding: 26px 0;
}

.blurb-more {
  width: 138px;
  height: 46px;
  background-color: #ebf3ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #3b84eb;
}

.blurb-more img {
  margin-left: 5px;
}

.field {
  width: 100%;
  padding: 50px 0;
}

.field-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.field-left {
  width: 580px;
  height: 512px;
  background-color: #ffffff;
  padding: 25px;
  padding-top: 0;
}

.field-left-img {
  width: 100%;
}

.field-left-img img {
  width: 100%;
  height: auto;
  position: relative;
  top: -10px;
}

.field-left-list {
  width: 100%;
  height: 290px;
  overflow: hidden;
}

.field-left-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 19px;
}

.field-left-list a i {
  width: 6px;
  height: 6px;
  background-color: #bfbfbf;
}

.field-left-list a p {
  flex: 1;
  width: 0;
  font-size: 16px;
  color: #333333;
  margin-left: 15px;
  margin-right: 50px;
}

.field-left-list a span {
  font-size: 16px;
  color: #bfbfbf;
}

.field-right {
  width: 580px;
  height: 512px;
  background-color: #ffffff;
  padding: 0 25px;
}

.field-right-item {
  width: 100%;
  height: 170px;
  padding: 25px 0;
  border-bottom: solid 1px #f2f2f2;
  display: flex;
  justify-content: flex-start;
}

.field-right a:last-child .field-right-item {
  border: none;
}

.field-right-item .field-right-item-img {
  width: 164px;
  height: 120px;
  margin-right: 22px;
}

.field-right-item .field-right-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.field-right-item-cont-right {
  flex: 1;
  width: 0;
  height: 120px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.field-right-item-cont-right p {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
}

.field-right-item-cont-right span {
  font-size: 16px;
  color: #bfbfbf;
}

.activity-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-top: 45px;
}

.activity-list a {
  display: block;
  width: 288px;
  margin-right: 15px;
}

.activity-item {
  width: 100%;
}

.activity-list a:nth-child(4n) {
  margin-right: 0;
}

.activity-item-img {
  width: 288px;
  height: 211px;
}

.activity-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activity-item-cont {
  width: 100%;
  height: 150px;
  background: #FFFFFF;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.activity-item-cont .activity-item-tit {
  width: 100%;
  height: 46px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-weight: bold;
}

.activity-item-cont .activity-item-tex {
  width: 100%;
  height: 62px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}

.mess-box {
  /*flex: 1;*/
  /*width: 0;*/
  margin-left: 30px;
}

.mess-cont {
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 25px;
}

.mess-title {
  width: 120px;
  height: 40px;
  background-color: rgba(65, 156, 116, 1);
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
}
.member-input textarea {
  color: #333333;
  font-size: 14px;
  border: 1px solid #f0f0f0;
  height: 150px;
  width: 340px;
  padding: 15px;
}
.member-content {
  width: 100%;
  padding: 20px 40px;
  border: 1px solid #eeeeee;
}

.member-input {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*height: 30px;*/
  margin-top: 15px;
}

.member-input span b {
  color: #ff1800;
  font-size: 14px;
  margin-right: 2px;
}

.member-input span {
  color: #333333;
  font-size: 16px;
  margin: 0 4px;
  width: 160px;
  text-align: right;
}

.member-input input[type="text"] {
  color: #333333;
  font-size: 14px;
  border: 1px solid #f0f0f0;
  height: 30px;
  width: 340px;
  padding: 0 15px;
}

.member-input input[type="radio"] {
  color: #333333;
  font-size: 14px;
  border: 1px solid #f0f0f0;
  height: 15px;
  width: 15px;
  /*margin-left: 10px;*/
}
.member-input label {
  color: #999999;
  font-size: 14px;
  margin-left: 3px;
  margin-right: 15px;
}

.member-input img {
  width: 85px;
  height: 30px;
  border: 1px solid #eeeeee;
}

.member-input p {
  font-size: 14px;
  color: #999999;
  margin-left: 15px;
  cursor: pointer;
}

.member-input button {
  width: 80px;
  height: 35px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 33px;
  border: none;
  background: #d84118;
  /*background: #3b84eb;*/
}

.mess-item {
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 20px;
}

.mess-item:hover {
  background-color: rgba(101, 190, 186,.1)
}

.mess-item .mess-tit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mess-item .mess-tit p {
  flex: 1;
  width: 0;
  font-size: 16px;
  color: #333333;
  padding-right: 50px;
}

.mess-item .mess-tit span {
  font-size: 12px;
  color: #999999;
}

.mess-end {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}

.mess-end > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mess-end > div p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  font-size: 12px;
  color: #c8c8c8;
}

.mess-end > div p img {
  margin-right: 5px;
  width: 14px;
}

.mess-end > div p span {
  color: #999999;
}

.mess-end a {
  width: 77px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  background-color: rgb(65, 156, 116)!important;
}

.mess-end  a img {
  width: 14px;
  margin-right: 5px;
}





















