.main {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px;
  margin-top: -120px;
  z-index: 99;
}
.main .exchange {
  display: flex;
  align-items: center;
  height: 100px;
  background: url(../images/bg_exchange.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 30px;
}
.main .exchange h2 {
  font-size: 26px;
  color: #015293;
}
.main .exchange .enter {
  display: flex;
  margin-left: 30px;
}
.main .exchange .enter .enter_item {
  position: relative;
  margin: 0 10px;
}
.main .exchange .enter .enter_item .select {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 41px;
  background-color: #f7f8fd;
  border-radius: 20px;
  border: solid 1px #015293;
  font-size: 18px;
  color: #015293;
  cursor: pointer;
}
.main .exchange .enter .enter_item .select img {
  margin-left: 5px;
}
.main .exchange .enter .enter_item:hover .select_panel {
  display: block;
}
.main .exchange .enter .enter_item .select_panel {
  display: none;
  position: absolute;
  top: 41px;
  width: 100%;
  height: 140px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 9999;
  border: solid 1px #015293;
  padding: 5px;
  overflow-y: scroll;
}
.main .exchange .enter .enter_item .select_panel::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.main .exchange .enter .enter_item .select_panel::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
  background-color: #eeeeee;
}
.main .exchange .enter .enter_item .select_panel li {
  font-size: 16px;
  text-align: center;
  line-height: 32px;
}
.main .exchange .enter .enter_item .select_panel li a {
  color: #333;
}
.main .exchange .enter .enter_item .select_panel li a:hover {
  color: #015293;
}
.main .letter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.main .letter li {
  width: 48%;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.main .letter li:hover {
  transform: translateY(-5px);
}
.main .letter li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  color: #015293;
  font-weight: 700;
}
.main .letter li a img {
  margin-right: 27px;
}
.main .hot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.main .hot .hot_l {
  width: 100%;
  height: 199px;
}
.main .hot .hot_l .online_top {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url(../images/bg_online.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 241px;
  padding-top: 60px;
}
.main .hot .hot_l .online_top h2 {
  font-size: 26px;
  color: #d52828;
  font-weight: 700;
}
.main .hot .hot_l .online_top .info {
  display: flex;
  align-items: center;
  margin-top: 36px;
}
.main .hot .hot_l .online_top .info .info_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  background-color: #f7f8fd;
  border-radius: 20px;
  border: solid 1px #015293;
  font-size: 18px;
  color: #015293;
  margin-right: 39px;
}
.main .hot .hot_l .online_top .info .info_item a {
  color: #015293;
}
.main .hot .hot_r {
  flex: 1;
  height: 199px;
}
.main .hot .hot_r .count {
  width: 100%;
  height: 100%;
  background: url(../images/bg_count.png) no-repeat;
  background-size: cover;
  padding-top: 50px;
}
.main .hot .hot_r .count .count_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #015293;
  font-weight: 700;
  margin-bottom: 30px;
}
.main .hot .hot_r .count .count_title img {
  margin-right: 10px;
}
.main .hot .hot_r .count .count_list {
  display: flex;
  justify-content: space-around;
}
.main .hot .hot_r .count .count_list li .item {
  text-align: center;
  margin-bottom: 20px;
}
.main .hot .hot_r .count .count_list li .item p {
  font-size: 16px;
  color: #666;
}
.main .hot .hot_r .count .count_list li .item .num {
  font-size: 22px;
  color: #e84200;
  font-weight: 700;
}
.main .mail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.main .mail .count {
  width: 100%;
  height: 288px;
  background: url(../images/bg_count.png) no-repeat;
  background-size: cover;
  margin-top: -60px;
  padding-top: 80px;
}
.main .mail .count .count_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #015293;
  font-weight: 700;
  margin-bottom: 30px;
}
.main .mail .count .count_title img {
  margin-right: 10px;
}
.main .mail .count .count_list {
  display: flex;
  justify-content: space-around;
}
.main .mail .count .count_list li .item {
  text-align: center;
  margin-bottom: 20px;
}
.main .mail .count .count_list li .item p {
  font-size: 16px;
  color: #666;
}
.main .mail .count .count_list li .item .num {
  font-size: 22px;
  color: #e84200;
  font-weight: 700;
}
.main .mail .mail_l {
  width: 100%;
}
.main .mail .mail_l .mail_top {
  position: relative;
  height: 188px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #8fbad2;
  margin-top: 10px;
  padding-left: 358px;
}
.main .mail .mail_l .mail_top .mail_top_title {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 358px;
  height: 224px;
  background: url(../images/bg_mail_top_l.png);
  transform: translateY(-50%);
  font-size: 26px;
  color: #016bb5;
  font-weight: 700;
  padding-left: 56px;
}
.main .mail .mail_l .mail_top .mail_link {
  display: flex;
  align-items: center;
  height: 100%;
}
.main .mail .mail_l .mail_top .mail_link li {
  margin-right: 32px;
}
.main .mail .mail_l .mail_top .mail_link li a {
  font-size: 21px;
  color: #333;
  font-weight: 700;
}
.main .mail .mail_l .mail_top .mail_link li a p {
  margin-top: 10px;
}
.main .mail .mail_l .mail_top .mail_link li a:hover {
  color: #015293;
}
.main .mail .mail_r {
  width: 100%;
  margin-top: 30px;
}
.main .mail .mail_r .online_top {
  position: relative;
  height: 199px;
  z-index: 999;
  background: url(../images/bg_online.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 241px;
  padding-top: 60px;
}
.main .mail .mail_r .online_top h2 {
  font-size: 26px;
  color: #d52828;
  font-weight: 700;
}
.main .mail .mail_r .online_top .info {
  display: flex;
  align-items: center;
  margin-top: 36px;
}
.main .mail .mail_r .online_top .info .info_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  background-color: #f7f8fd;
  border-radius: 20px;
  border: solid 1px #015293;
  font-size: 18px;
  color: #015293;
  margin-right: 39px;
}
.main .mail .mail_r .online_top .info .info_item a {
  color: #015293;
}
.main .excerpts {
  margin-top: 30px;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  padding: 10px;
}
.main .excerpts .head {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #015293;
  font-weight: 700;
  margin-bottom: 10px;
}
.main .excerpts .head img {
  margin-right: 29px;
}
.main .excerpts .excerpts_list .top {
  display: flex;
  align-items: center;
  height: 39px;
  background-color: #edf6ff;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.main .excerpts .excerpts_list .top .xjzt {
  flex: 1;
  padding-left: 60px;
}
.main .excerpts .excerpts_list .top .lxsj {
  width: 100px;
  text-align: center;
}
.main .excerpts .excerpts_list .top .dfsj {
  width: 100px;
  text-align: center;
}
.main .excerpts .excerpts_list .top .dfbm {
  width: 120px;
  text-align: center;
}
.main .excerpts .excerpts_list .list {
  width: 100%;
}
.main .excerpts .excerpts_list .list li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
}
.main .excerpts .excerpts_list .list li a {
  position: relative;
  display: flex;
  width: 100%;
  color: #333;
  font-size: 16px;
}
.main .excerpts .excerpts_list .list li a::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #e1e1e1;
  transform: translateY(-50%);
  border-radius: 50%;
}
.main .excerpts .excerpts_list .list li a .xjzt {
  flex: 1;
  padding-left: 60px;
}
.main .excerpts .excerpts_list .list li a .lxsj {
  width: 100px;
  text-align: center;
}
.main .excerpts .excerpts_list .list li a .dfsj {
  width: 100px;
  text-align: center;
}
.main .excerpts .excerpts_list .list li a .dfbm {
  width: 120px;
  text-align: center;
}
.main .excerpts .excerpts_list .list li a:hover {
  color: #015293;
}
.main .excerpts .excerpts_list .list li a:hover::before {
  background-color: #015293;
}
.main .survey {
  margin-top: 30px;
}
.main .survey .survey_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .survey .survey_head .text {
  font-size: 24px;
  color: #015293;
  font-weight: 700;
  border-bottom: 3px solid #015293;
  padding-bottom: 3px;
}
.main .survey .survey_head .more {
  font-size: 14px;
  color: #666;
}
.main .survey .survey_head .more:hover {
  color: #015293;
}
.main .survey .survey_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .survey .survey_list li {
  width: 100%;
  height: 90px;
  margin-top: 24px;
  background-color: #f2f6fa;
  border-radius: 5px;
}
.main .survey .survey_list li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}
.main .survey .survey_list li a .state {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #bed6eb;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  margin-right: 17px;
}
.main .survey .survey_list li a .state.doing {
  background-color: #016bb5;
}
.main .survey .survey_list li a .con {
  flex: 1;
}
.main .survey .survey_list li a .con .title {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.main .survey .survey_list li a .con .date {
  font-size: 16px;
  color: #015293;
}
.main .survey .survey_list li a:hover .con .title {
  color: #015293;
}
.main .decision {
  width: 100%;
  height: 120px;
  margin-top: 30px;
  overflow: hidden;
}
.main .decision img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.main .decision img:hover {
  transform: scale(1.03);
}
.main .qa {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.main .qa .qa_l {
  width: 100%;
}
.main .qa .qa_l .qa_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .qa .qa_l .qa_head .text {
  font-size: 24px;
  color: #015293;
  font-weight: 700;
  border-bottom: 3px solid #015293;
  padding-bottom: 3px;
}
.main .qa .qa_l .qa_head .more {
  font-size: 14px;
  color: #666;
}
.main .qa .qa_l .qa_head .more:hover {
  color: #015293;
}
.main .qa .qa_l .qa_list {
  margin-top: 25px;
}
.main .qa .qa_l .qa_list li {
  background-color: #ffffff;
  border: solid 1px #beceeb;
  margin-top: 15px;
  padding: 15px;
  transition: all 0.3s;
}
.main .qa .qa_l .qa_list li:hover {
  transform: translateY(-5px);
}
.main .qa .qa_l .qa_list li a h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #015293;
  margin-bottom: 12px;
}
.main .qa .qa_l .qa_list li a h3 img {
  margin-right: 10px;
}
.main .qa .qa_l .qa_list li a .desc {
  font-size: 16px;
  color: #666;
}
.main .qa .qa_l .qa_list li a .desc .name {
  font-size: 16px;
  color: #015293;
  font-weight: 700;
}
.main .qa .qa_l .qa_list li a .other {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.main .qa .qa_l .qa_list li a .other span {
  display: flex;
  align-items: center;
  height: 24px;
  background-color: #f1f6ff;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  color: #015293;
  margin-right: 10px;
}
.main .qa .qa_r {
  width: 100%;
  height: 400px;
  background-image: linear-gradient(0deg, #f8f8f9 0%, #f2f5fc 100%), linear-gradient(90deg, #f2fafd 0%, #e4f2f6 100%);
  background-blend-mode: normal, normal;
  margin-top: 30px;
}
.main .qa .qa_r .inner {
  width: 100%;
  height: 100%;
  background: url(../images/bg_chat.png) no-repeat;
  background-position: center;
  padding: 30px;
}
.main .qa .qa_r .inner h3 {
  font-size: 26px;
  color: #016bb5;
}
.main .qa .qa_r .inner p {
  margin-top: 17px;
  color: #000;
  font-size: 18px;
  line-height: 32px;
}
.main .online {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.main .online .online_l {
  width: 100%;
}
.main .online .online_l .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .online .online_l .head .text {
  font-size: 24px;
  color: #015293;
  border-bottom: 3px solid #015293;
  padding-bottom: 3px;
  font-weight: 700;
}
.main .online .online_l .head .more {
  font-size: 14px;
  color: #666;
}
.main .online .online_l .head .more:hover {
  color: #015293;
}
.main .online .online_l .online_con {
  display: flex;
  margin-top: 18px;
}
.main .online .online_l .online_con .img {
  width: 248px;
  height: 168px;
  overflow: hidden;
  margin-right: 20px;
}
.main .online .online_l .online_con .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.main .online .online_l .online_con .img img:hover {
  transform: scale(1.03);
}
.main .online .online_l .online_con .right {
  flex: 1;
}
.main .online .online_l .online_con .right .item {
  font-size: 16px;
  margin-bottom: 6px;
}
.main .online .online_l .online_con .right .item h4 {
  font-size: 18px;
  color: #015293;
  margin-bottom: 5px;
}
.main .online .online_l .online_con .right .item p {
  color: #333;
}
.main .online .online_l .online_con .right .item p a {
  color: #333;
}
.main .online .online_l .online_con .right .item p a:hover {
  color: #015293;
}
.main .online .online_r {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
.main .online .online_r .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .online .online_r .head .text {
  font-size: 24px;
  color: #015293;
  border-bottom: 3px solid #015293;
  padding-bottom: 3px;
  font-weight: 700;
}
.main .online .online_r .head .more {
  font-size: 14px;
  color: #666;
}
.main .online .online_r .head .more:hover {
  color: #015293;
}
.main .online .online_r .swiper {
  margin-top: 18px;
  height: 168px;
}
.main .online .online_r .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .online .online_r .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.main .online .online_r .swiper .swiper-slide img:hover {
  transform: scale(1.03);
}
.main .online .online_r .swiper .swiper-slide .mask {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  padding-left: 15px;
}
