
.meida_banner{
  width: 100%;
  /* height: 380px; */
  overflow: hidden;
  position: relative;
}
.meida_banner_bg{
  width: 100%;
  height: 100%;
}
.meida_banner_zezao{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.meida_banner_text{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.meida_banner_title{
  font-size: 34px;
  font-weight: 400;
  color: #FFFFFF;
}
.meida_banner_xian{
  width: 40px;
  height: 6px;
  background: #48ABFF;
  border-radius: 30px;
  margin: 30px auto;
}
.meida_banner_dec{
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
}
.meida_banner_btn{
  width: 180px;
  height: 40px;
  background: #48ABFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 40px;
  user-select: none;
  cursor: pointer;
}

.media_tab{
  width: 100%;
  height: 80px;
  background: #fff;
  position: relative;
  top: -3px;
}
.media_tab_container{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.media_tab_item{
  width: 197px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.media_tab_item:hover{
  color: #20A3FF;
}
.media_tab_item_active{
  position: relative;
  color: #20A3FF;
}
.media_tab_item_active::after{
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  background: #20A3FF;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.media{
  width: 100%;
  background: #F3F8FB;
  padding-bottom: 10px;
  overflow: hidden;
  display: none;
}
.media_menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 195px;
  /* margin: 60px auto; */
  user-select: none;
}
.media_menu_jt{
  width: 40px;
height: 40px;
cursor: pointer;
visibility: hidden;
/* border: 2px solid #959AA3; */
}
.media_menu_jt_right{
  transform: rotate(180deg);
  -ms-transform:rotate(180deg); 	/* IE 9 */
-moz-transform:rotate(180deg); 	/* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg); 	/* Opera */
}
.media_menu_row_container{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.media_menu_row{
  /* width: 100%; */
  display: flex;
  justify-content: flex-start;
}
.media_menu_col{
  width: 125px;
height: 135px;
background: #FFFFFF;
box-shadow: 0px 0px 6px 4px rgba(22, 22, 22, 0.04);
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex: none;
margin: 0px 25px;
cursor: pointer;
user-select: none;
box-sizing: border-box;
}
.media_menu_col img{
  /* width: 51px; */
  height: 42px;
}
.media_menu_col_imgactive{
  display: none;
}
.media_menu_col span{
  display: inline-block;
font-size: 16px;
font-weight: 400;
color: #666666;
margin-top: 17px;
text-align: center;
}
.media_menu_col_active{
  border: 1px solid #20A3FF;
  position: relative;
}
.media_menu_col_active span{
  font-size: 16px;
  font-weight: bold;
  color: #20A3FF;
}
.media_menu_col_active::after{
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: white;
  position: absolute;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #20A3FF;
  border-bottom: 1px solid #20A3FF;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
  -moz-transform:rotate(45deg); 	/* Firefox */
  -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  -o-transform:rotate(45deg); 	/* Opera */
  box-sizing: border-box;
}
.media_detail_container{
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
  margin: 50px auto 0px auto;
}
.media_detail_box{
  width: 100%;
  flex: none;
}
.media_detail{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex: none;
}
.media_detail_logo{
  width: 560px;
height: 406px;
flex: none;
}
.media_detail_text{
  margin-left: 82px;
}
.media_detail_title{
font-size: 22px;
font-weight: bold;
color: #333333;
}
.media_detail_content{
font-size: 18px;
font-weight: 400;
color: #666666;
line-height: 43px;
margin-top: 33px;
}

.media_zhuyi{
  margin-top: 112px;
}
.media_zhuyi_container_title{
  text-align: center;
font-size: 26px;
font-weight: bold;
color: #333333;
}
.media_zhuyi_box{
  margin-top: 61px;
  width: 100%;
background: #FFFFFF;
border-radius: 10px;
padding: 25px 0px;
text-align: center;
}
.media_zhuyi_row{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 46px;
/* margin: 23px 0px; */
}
.media_zhuyi_title{
  width: 450px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  flex: none;
  text-align: right;
}
.media_zhuyi_content{
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  flex: auto;
  text-align: left;
  margin-left: 10px;
}

.kefu_top{
  width:100%;
  background: #F3F8FB;
}
.kefu_top_img{
  width:100%;
}
.kefu{
  width: 100%;
  background: #20A3FF;
  overflow: hidden;
  margin-top: -6px;
}
.kefu_container{
  padding-top: 60px;
  display: flex;
  justify-content: space-around;
}
.kefu_left{
  width:352px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kefu_left_title{
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  font-weight: 600;
  padding-bottom: 70px;
}
.kefu_left_input{
  height: 56px;
  outline: none;
  border-radius: 35px;
  border: 2px solid hsla(0,0%,100%,.39);
  margin-bottom: 32px;
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
}
.kefu_left_btn{
  width: 100%;
  margin-top: 14px;
  height: 56px;
  background: #fff;
  border-radius: 35px;
  font-size: 18px;
  font-weight: 400;
  color: #20A3FF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  user-select: none;
  cursor: pointer;
}
.kefu_right{
  width:383px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kefu_right_title{
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 20px;
}
.kefu_right_logo{
  width: 352px;
}