@charset "utf-8";
.banner{
  height: 820px;
  position: relative;
}
.swiper_banner {
  height: 100%;
  padding-top: 110px;
}
.banner_thumb{
  height: 120px;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 80px 80px 80px 80px;
  overflow: hidden;
  transform: translateX(-50%);
  left: 50%;
  bottom: 20px;
  z-index: 1;
}
.swiper_banner_small{
  width: 870px;
  height: 110px;
}
.swiper_banner_small .swiper-slide{
  width: 202px;
  height: 100%;
  margin-right: 20px;
  cursor: pointer;
}
.swieper_banner_slide_thumb_active{
  border: 2px var(--color_theme) solid;
  box-sizing: border-box;
}
.banenr_btn{
  width: 320px;
  height: 100%;
  background: linear-gradient(135deg, #4facfe, #00d2ff);
  color: #fff;
  line-height: 120px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

/* message */
.msg{
  padding: 40px 0;
  background: #fff;
}
.msg_title{
  font-size: 30px;
}
.msg_text{
  margin-top: 20px;
  line-height: 2em;
}
/* message end */

/* icon */
.icon{
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.icon_item{
  display: flex;
  align-items: center;
}
.icon_item i{
  
}
.icon_item p{
  font-weight: 500;
  font-size: 16px;
}
.icon_item svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.icon-lock   { color: #2d8f8f; }
.icon-star   { color: #f4b400; }
.icon-ban    { color: #dc3545; }
.icon-card   { color: #2d8f8f; }
.icon-headset{ color: #2d8f8f; }
/* icon end */

/* jxlc */
.jxlc {
  padding: 40px 0 60px 0;
  background: #fff;
}
.column_title {
  text-align: center;
}

.column_title_title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1em;
}

.column_line {
  width: 60px;
  height: 4px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  background: var(--color_theme);
}

.title_des {
  margin-top: 20px;
  text-align: center;
}

.jxlc_item {
  margin-top: 40px;
}
.jxlv_item_title{
  font-size: 26px;
  display: flex;
  align-items: center;
}
.jxlv_item_title::before{
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color_theme);
  margin-right: 10px;
  border-radius: 50%;
}
.jxlc_lists_main{
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.jxlc_list{
  width: 413px;
  height: auto;
  overflow: hidden;
  background: #f7f9fb;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.jxlc_list_img{
  width: 100%;
  height: 413px;
  border: 10px solid #f7f9fb;
  overflow: hidden;
}
.jxlc_list_text{
  margin-top: 10px;
}
.jxlc_list_text p:first-of-type{
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: break-spaces
}
.jxlc_list_text p:last-of-type{
  font-size: 16px;
  color: #666;
  margin-top: 6px;
}
.jxlc_list_text p:last-of-type span{
  color: #e13000;
}
.jxlc_list_btn{
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  background: linear-gradient(135deg, #4facfe, #00d2ff);
  color: #fff;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
}
.jxlc_list_btn:hover{
  opacity: 0.8;
}
/* jxlc end */

/* wmyj */
.wmyj {
  padding: 40px 0 60px 0;
}

.swiper_wnyj_big {
  height: 510px;
  margin-top: 20px;
}

.swiper_wnyj_big .swiper_img {
  width: 800px;
  height: 100%;
  float: left;
}

.swiper_wnyj_big .swiper_text {
  width: calc(100% - 800px);
  height: 100%;
  float: left;
  background: #fff;
  padding: 20px 20px 60px 20px;
  position: relative;
  overflow: hidden;
}

.swiper_text_title {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  text-indent: 0;
}

.swiper_text_des {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 360px;
  overflow-y: auto;
  margin-top: 0;
}

.swiper_text_des p {
  margin-top: 10px;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.5em;
}

.swiper_text_btn {
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(135deg, #4facfe, #00d2ff);
  color: #fff;
  border-radius: 20px;
  position: absolute;
  right: 40px;
  bottom: 20px;
  display: block;
  padding: 0 20px;
}

.swiper_wnyj_small {
  height: 132px;
  margin-top: 20px;
}

.swiper_wnyj_small .swiper-slide {
  width: 208px;
  height: 100%;
  cursor: pointer;
}

.swiper_wnyj_small .swiper_text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  box-sizing: border-box;
}

.swiper_wnyj_small .swiper_text p {
  color: #fff;
  text-align: center;
}

.my-swiper-slide-thumb-active .swiper_text {
  position: absolute;
}

/* wmyj end */

/* cwdb */
.cwdb {
  padding: 40px 0 60px 0;
  background: #fff;
}

.swiper_cwdb {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 70px;
  margin-top: 20px;
}

.swiper_cwdb .swiper-slide {
  width: 780px !important;
  height: auto;
  overflow: hidden;
}

.swiper_cwdb .swiper_img {
  width: 100%;
  height: 496px;
  position: relative;
  border: 10px solid #fff;
  overflow: hidden;
}

.swiper_cwdb .swiper_img p {
  position: absolute;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  left: 20px;
  bottom: 20px;
}

.swiper_cwdb_btn {
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #4facfe, #00d2ff);
  position: absolute;
  right: 0;
  bottom: 20px;
  padding: 0 20px;
}

.swiper_cwdb .swiper_text {
  width: 100%;
  height: 240px;
  background: #fff;
  padding: 10px 20px;
  line-height: 1.5em;
  overflow-y: auto;
}

.swiper_cwdb .swiper_text p {
  margin-bottom: 10px;
}

.swiper_cwdb .swiper-pagination {
  font-size: 0;
  line-height: 1em;
  bottom: 30px;
}

.swiper_cwdb .swiper_btn {
  width: 64px;
  height: 16px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}

.swiper_cwdb .swiper_btn_prev {
  left: 44%;
  background: url(../images/prev1.png) no-repeat center;
}

.swiper_cwdb .swiper_btn_next {
  right: 44%;
  background: url(../images/next1.png) no-repeat center;
}

.swiper_cwdb .swiper-pagination-bullet {
  background: #e2e2e2;
  opacity: 1;
}

.swiper_cwdb .swiper-pagination-bullet-active {
  background: var(--color_theme);
  opacity: 1;
}

/* cwdb end /