@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
}

input:hover,
input:focus {
  outline: none !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}


ul,li{
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  a:hover {
    text-decoration: none;
  }
  
.dadi_flex {
  display: flex;
}
.index_container{
    margin: auto;
    max-width: 1200px;
    margin-bottom: 280px;
    min-width: 1200px;
    box-sizing: border-box;
    position: relative;
}
.header .index_container{
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .WelcometoDadi_bg .title{
        margin-bottom: 30px;
    }
    .index_container{
        max-width: 1200px;
        width: 100%;
        padding: 30px 15px;
        min-width: 0;
        margin-bottom: 50px;
    }
}

.aiweb_banner {
    background-image: url(../../images/chatai/banner.jpg);
    height: 550px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 140px;
}
.aiweb_banner .index_container{
    margin-bottom: 0;
}
.aiweb_index_tltle img{
    width: 100%;
}
.aiweb_index_stltle{
    font-weight: 微软雅黑;
    font-size: 20px;
    color: #898989;
    text-align: center;
    margin: 25px 0px;
}


.demo {
	width:1200px;
    border:5px solid #ca5ba8;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
}
.tab-content {
	background-color:#fff;
	padding:40px 30px;
    margin: 0;
}
.tabs-list li a{
    font-size: 20px;
    font-weight: bold;
    font-family: 微软雅黑;
    color: #E55CA7;
    background-color: #fff;
}
.tabs-list li.active a{
    font-size: 20px;
    font-weight: bold;
    font-family: 微软雅黑;
    color: #fff;
    background-color: #E55CA7;
}
.tab-content_title{
    font-size: 40px;
    font-weight: bold;
    font-family: 微软雅黑;
    color: #333333;
    
}
.accordion-handle.active {
    background-color: #E55CA7;
    color: #fff;
}

@media only screen and ( max-width:1000px ) {
	.demo {
        width:100%;
        padding: 10px;
    }
    .tab-content {
        background-color:#fff;
        padding:20px 10px;
        margin: 0;
    }

}

.index_youeryuan_top{
    justify-content: space-between;
}

.index_youeryuan_list{
    color: #666666;
    font-size: 20px;
    font-family: 微软雅黑;
    margin-top: 40px;
    margin-bottom: 30px;
}
.index_youeryuan_list li{
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    text-align: left !important;
}
.index_youeryuan_list_img{
    width: 100%;
    max-width: 600px;
}
.mianfei_button{
    background-image: url(../../images/chatai/mianfei_button.png);
    width: 150px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: 微软雅黑;
    color: #fff !important;
    display: block;
    cursor: pointer;
}

.tiyan_button{
    background-image: url(../../images/chatai/mianfei_button.png);
    width: 150px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: 微软雅黑;
    color: #fff !important;
    display: block;
    cursor: pointer;
}

.counter_num{
    color: #E55CA7;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    font-family: 微软雅黑;
    margin-top: 70px;
}
.counter_text{
    color: #333333;
    text-align: center;
    font-size: 16px;
    font-family: 微软雅黑;
    margin-top: 15px;
}


.deck {
    position: relative;
    max-width: 600px;
    width: 100%;
}


.card {
    width: 368px;
    position: relative;
    z-index: 5;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}
.card img{
    max-width: 100%;
}

.card+.card {
    margin-top: 1em;
}

.card:hover {
    z-index: 7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .index_youeryuan_list_img{
        margin-top: 20px;
    }
     .card:first-of-type {
        margin: 0;
    }
    .card {
        width: 100%;
    }
    .aiweb_banner{
        margin-bottom: 40px;
    }
}


.card:nth-of-type(2) {
    margin-left: 120px;
    margin-top: -320px;
}

@media (max-width: 767px) {
    .card:nth-of-type(2) {
        margin: 1em 0 0;
    }
}


.card:nth-of-type(3) {
    margin-top: -320px;
    margin-left: 240px;
}

@media (max-width: 767px) {
    .card:nth-of-type(3) {
        margin: 1em 0 0;
    }

}


.zhanshi_list{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 170px;
}
.zhangshi_title{
    font-family: 微软雅黑;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    margin-left: 40px;
}
.zhangshi_warp{
    width: 491px;
    position: relative;
}
.zhangshi_warp_container{
    width: 100%;
    max-width: 491px;
    height: 290px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 20px;
}
.zhangshi_warp_text_1{
    font-size: 16px;
    font-family: 微软雅黑;
    color: #333333;
    margin-left: 40px;
    padding-top: 40px;
    margin-right: 30px;
}
.zhangshi_warp_text_2{
    font-size: 16px;
    font-family: 微软雅黑;
    color: #666666;
    margin-left: 40px;
    margin-top: 25px;
}
.zhangshi_warp_container .mianfei_button{

    margin-left: 40px;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .zhanshi_list{
        flex-wrap: wrap;
    }
    .zhangshi_warp_container .mianfei_button{
        margin-top: 10px;
    }
    .index_youeryuan_top{
        flex-wrap: wrap;
    }
}

.gallery {
	display:flex;
	align-items:center;
	justify-content:center;
	width:720px;
	height:458px;
	-webkit-perspective:2000px;
	perspective:2000px;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform-origin:center center;
	transform-origin:center center;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.frame {
	display:flex;
	flex-flow:column;
	align-items:center;
	justify-content:center;
	position:relative;
	height:458px;
	width:360px;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform-origin:center center;
	transform-origin:center center;
	cursor:pointer;
	overflow:hidden;
}


.deck1 {
    position: relative;
    max-width: 600px;
    width: 100%;
}


.card1 {
    width: 368px;
    position: relative;
    z-index: 5;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}
.card1 img{
    max-width: 100%;
}

.card1+.card1 {
    margin-top: 1em;
}

.card1:hover {
    z-index: 7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width: 767px) {
     .card1:first-of-type {
        margin: 0;
    }
    .card1 {
        width: 100%;
    }
}


.card1:nth-of-type(2) {
    margin-left: 230px;
    margin-top: -398px;
}

@media (max-width: 767px) {
    .card1:nth-of-type(2) {
        margin: 1em 0 0;
    }
}


.deck2 {
    position: relative;
    max-width: 680px;
    width: 100%;
}
.card2 {
    width: 563px;
    position: relative;
    z-index: 5;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}
.card2 img{
    max-width: 100%;
}
.card2+.card2 {
    margin-top: 1em;
}

.card2:hover {
    z-index: 7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width: 767px) {

     .card2:first-of-type {
        margin: 0;
    }
    .card2 {
        width: 100%;
    }
}


.card2:nth-of-type(2) {
    margin-left: 72px;
    margin-top: -238px;
}

@media (max-width: 767px) {
    .card2:nth-of-type(2) {
        margin: 1em 0 0;
    }
}


.card2:nth-of-type(3) {
    margin-top: -138px;
    margin-left: 154px;
}

@media (max-width: 767px) {
    .card2:nth-of-type(3) {
        margin: 1em 0 0;
    }

}
.zhanshi_list img{
    width: auto;
    max-width: 100%;
}
.container .zhanshi_list:last-child{
    margin-bottom: 0px;
}
.gengduogongneng_list{
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 620px;
    
}
.gengduogongneng_list li{
    width: 200px;
    height: 60px;
    background-color: #e6e6fe;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.gengduogongneng_list li img{
    width: 36px;
    height: 36px;
}
.gengduogongneng_text{
    text-align: left;
    font-family: 微软雅黑;
    color: #3E3A39;
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .gengduogongneng_list{
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
}
.gexinghuadingzhi_list{
    border:1px solid #faeff6;
    width: 100%;
    margin-bottom: 40px;
}
.gexinghuadingzhi_left{
    width: 585px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-shrink:0;
}
.gexinghuadingzhi_left li{
    width: 193px;
    height: 148px;
    border:1px solid #faeff6;
    text-align: center;
}
.gexinghuadingzhi_left li img{
    margin-top: 15px;
    margin-bottom: 10px;
}
.gexinghuadingzhi_left li div{
    color: #333333;
    font-family: 微软雅黑;
    font-size: 18px;
    text-align: center;
}

.gexinghuadingzhi_right{
    width: 100%;
    align-items: center;
    border:1px solid #faeff6;
    text-align: center;
}
.gexinghuadingzhi_img_7{
    flex-shrink:0;
    height: 148px;
}
.gexinghuadingzhi_img_7 img{
    margin-top: 15px;
    margin-bottom: 10px;
}
.gexinghuadingzhi_img_7 div{
    color: #333333;
    font-family: 微软雅黑;
    font-size: 18px;
    text-align: center;
    padding: 0 30px;
}
.gexinghuadingzhi_right_text{
    height: 298px;
    background-image: url(../../images/chatai/gexinghuadingzhi_img.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
}
.gexinghuadingzhi_right_text ul{
    margin-left: 25px;
    margin-top: 35px;
}
.gexinghuadingzhi_right_text li{
    align-items: center;
    margin-bottom: 14px;
}
.gexinghuadingzhi_right_text_title{
    color: #C287E8;
    font-family: 微软雅黑;
    font-size: 14px;
    border:1px solid #C287E8;
    margin-right: 5px;
    width: 72px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    flex-shrink:0;
}
.gexinghuadingzhi_right_text_text{
    color: #666666;
    font-family: 微软雅黑;
    font-size: 14px;
    text-align: left;
}
.yingheshili_list{
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.yingheshili_list li{
    position: relative;
    width: 235px;
    height: 150px;
    background-color: #e7e6ff;
    text-align: center;
    margin-bottom: 6px;
}
.yingheshili_list li img{
    width: 83px;
    height: 83px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.yingheshili_text{
    color: #333333;
    font-family: 微软雅黑;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.yingshili_zhezao{
    width: 235px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #7358ff;
    opacity: 0;
    transition: all 0.2s;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
}
.yingheshili_list li:hover .yingshili_zhezao{
    height: 150px;
    opacity: 1;
}
.yingshili_zhezao .title{
    color: #FFFFFF;
    font-family: 微软雅黑;
    font-size: 22px;
    margin-bottom: 10px;
}
.yingshili_zhezao .text{
    color: #FFFFFF;
    font-family: 微软雅黑;
    font-size: 12px;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .gexinghuadingzhi_left{
        width: 100%;
    }
    .gexinghuadingzhi_left li{
        width: 100%;
    }
    .gexinghuadingzhi_list{
        flex-wrap: wrap;
    }
    .gexinghuadingzhi_right{
        flex-wrap: wrap;
        justify-content: center;
    }
    .gexinghuadingzhi_right_text{
        background: none;
    }
    .gexinghuadingzhi_right_text ul{
        margin-right: 15px;
    }
    .yingheshili_list li{
        width: 100%;
    }
    .yingshili_zhezao{
        width: 100%;
    }
}
.page_banner{
    width: 100%;
    background-position: top center;
    background-size: 100% 100%;
    height: 300px;
    margin-bottom: 140px;
	margin-top:120px;
}
.page_container{
    margin: auto;
    max-width: 1020px;
    margin-bottom: 140px;
    min-width: 1020px;
    box-sizing: border-box;
    position: relative;
}


@media (max-width: 767px) {
    .WelcometoDadi_bg .title{
        margin-bottom: 30px;
    }
    .page_container{
        max-width: 1020px;
        width: 100%;
        padding: 30px 15px;
        min-width: 0;
        margin-bottom: 50px;
    }
}
.page_banner .page_container{
    margin-bottom: 0;
}
.page_banner_title{
    color: #FFFFFF;
    font-family: 微软雅黑;
    font-size: 30px;
    left: 5px;
    bottom: 40px;
    font-weight: bold;
    position: absolute;

}
.page_title_warp{
    width: 100%;
    border-bottom: 2px solid #efd6e8;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.page_title_warp div{
    margin-left: 15px;
    color: #333333;
    font-family: 微软雅黑;
    font-size: 45px;
    text-align: left;
}
.page_stitle{
    color: #E55CA7;
    font-family: 微软雅黑;
    font-size: 20px;
    text-align: left;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .page_banner{

        margin-bottom: 40px;
        background-size: 1440px 300px;
        background-position: top center;
    }
}


.dapochuantong_list{
    justify-content: space-between;
    width: 100%;
}
.dapochuantong_list li{
    width: 298px;
    height: 367px;
    border: 2px solid #f68e95;
}
.dapochuantong_list_img{
    position: relative;
    width: 298px;
    height: 211px;
}
.dapochuantong_list_img img{
    width: 100%;
}
.dapochuantong_list_img .title{
    color: #FFFFFF;
    font-family: 微软雅黑;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}
.dapochuantong_list_text{
    width: 100%;
    padding: 25px;
    width: 100%;
    box-sizing: border-box;
    color: #333333;
    font-family: 微软雅黑;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .dapochuantong_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .dapochuantong_list li{
        margin-bottom: 15px;
    }
}

.hangyexinxi_warp{
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.hangyexinxi_list{
    width: 540px;
}
.hangyexinxi_list li{
    padding-left: 30px;
    background-image: url(../../images/chatai/page/hangyexinxi_img_icon.jpg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left 10px;
    margin-bottom: 15px;
}
.hangyexinxi_list li .title{
    color: #E55CA7;
    font-family: 微软雅黑;
    font-size: 25px;
    text-align: left;
    margin-bottom: 5px;
}
.hangyexinxi_list li .text{
    color: #666666;
    font-family: 微软雅黑;
    font-size: 16px;
    text-align: left;
    line-height: 2;
}

@media (max-width: 767px) {
    .hangyexinxi_warp{
        flex-wrap: wrap;
        justify-content: center;
    }
    .hangyexinxi_warp img{
        width: 100%;
        margin-bottom: 15px;
    }
}
.kehuanli_warp{
    justify-content: space-between;
    align-items: center;
}
.kehuanli_bg{
    width: 655px;
    height: 508px;
    background-image: url(../../images/chatai/page/kehuanli_bg.png);
    background-position: top center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 35px 50px 50px 30px;
}
.kehuanli_list li{
    margin-bottom: 15px;
}
.kehuanli_title_bg{
    background-image: url(../../images/chatai/page/kehuanli_title_bg.jpg);
    height: 28px;
    width: 128px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #FFFFFF;
    font-family: 微软雅黑;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.kehuanli_text{
    color: #666666;
    font-family: 微软雅黑;
    font-size: 16px;
    text-align: left;
}
.kehuanli_bottom_list{
    background-color: #efefef;
    justify-content: space-around;
    padding: 10px;
    text-align: center;
}
.kehuanli_bottom_list li{
    text-align: center;
    color: #666666;
    font-family: 微软雅黑;
    font-size: 20px;
    line-height: 1.2;
}
.kehuanli_bottom_list li span{
    color: #7358FF;
    font-family: 微软雅黑;
    font-size: 30px;
    font-weight: bold;
}
.kehuanli_img_warp{
    width: 350px;
}
.kehuanli_img_warp .title{
    text-align: center;
    color: #333333;
    font-family: 微软雅黑;
    font-size: 30px;
    margin-bottom: 30px;
}
.kehuanli_img_warp img{
    width: 100%;
}
@media (max-width: 767px) {
    .kehuanli_warp{
        flex-wrap: wrap;
        justify-content: center;
    }
    .kehuanli_bg{
        width: 100%;
        height: auto !important;
        background: none;
        border:2px solid #e55ca7;
        border-radius: 15px;
        padding: 20px;
        margin-bottom: 30px;
    }
    .kehuanli_bottom_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .kehuanli_bottom_list li{
        width: 100%;
        margin-bottom: 15px;
    }
}
.weiningjiejue_warp{
    justify-content: center;
    align-items: center;
}
.weiningjiejue_warp img{
    width: 100%;
    max-width: 356px;
}
.weiningjiejue_list{
    width: 290px;
}
.weiningjiejue_list li{
    margin-bottom: 50px;
}
.weiningjiejue_list .title{
    color: #E55CA7;
    font-family: 微软雅黑;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}
.weiningjiejue_list  .text{
    color: #333333;
    font-family: 微软雅黑;
    font-size: 14px;
    text-align: left;
    margin-left: 20px;
    line-height: 2;
}
@media (max-width: 767px) {
    .weiningjiejue_warp{
        flex-wrap: wrap;

    }
}
.zhinengkefujiqiren_img{
    justify-content: space-between;
    align-items: center;
}

.zhinengkefujiqiren_warp{
    width: 600px;
}
.zhinengkefujiqiren_img img{
    width: 100%;
    max-width: 385px;
}
.zhinengkefujiqiren_warp .text{
    color: #4C6CF8;
    font-family: 微软雅黑;
    font-size: 20px;
    text-align: left;
    margin-bottom: 35px;
}
.zhinengkefujiqiren_list li{
    padding-left: 45px;
    background-size: 31px 31px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 30px;
}
.zhinengkefujiqiren_title{
    color: #E55CA7;
    font-family: 微软雅黑;
    font-size: 22px;
    text-align: left;
    margin-bottom: 15px;
}
.zhinengkefujiqiren_text{
    color: #666666;
    font-family: 微软雅黑;
    font-size: 16px;
    text-align: left;
}
@media (max-width: 767px) {
    .zhinengkefujiqiren_img{
        flex-wrap: wrap;
    }
    .zhinengkefujiqiren_img img{
        margin-bottom: 15px;
    }
}

.tabs{
    width: 100%;
    justify-content: center;
    background-image: url(../../images/chatai/page/chanpingjiage_bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 8px;
    list-style: none;

}
.tabs li{
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666666;
    font-family: 微软雅黑;
    font-size: 16px;
    
}
.tabbox ul li.active {
    color: #7358FF;
}
.tab_content{
    margin-top: 50px;
}
.tabbox .tab_content>div {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all 0.2s;
}

.tabbox .tab_content>div.active {
    overflow: hidden;
    height: auto;
    opacity: 1;
}
.tuijianfangan_warp{
    width: 100%;
    overflow: auto;
}
.tuijianfangan_warp img{
    width: 1020px;
}
.liulangfei_text{
    color: #333333;
    font-family: 微软雅黑;
    font-size: 16px;
    line-height: 2;
}
.liulangfei_text span{
    color: #7358FF;
    font-weight: bold;
}
.gongsijieshao_img{
    float: right;
    width: 100%;
    max-width: 467px;
    margin-left: 15px;
    margin-bottom: 15px;
}
.gongsijieshao_text{
    color: #333333;
    font-family: 微软雅黑;
    font-size: 16px;
    line-height: 2;
}
@media (max-width: 767px) {
    .gongsijieshao_img{
        float: none;
        margin-left: 0;
        margin-bottom: 15px;
    }
}

.suohuorongyu_list{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.suohuorongyu_list li{
    width: 250px;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 30px;
}
.suohuorongyu_list li img{
    width: 100%;
    max-width: 219px;
    margin-bottom: 15px;
}
.suohuorongyu_list li .title{
    width: 100%;
    color: #333333;
    font-family: 微软雅黑;
    font-size: 14px;
    box-shadow: 0px 5px 5px #e1e1e1;
    padding: 5px 0;
}

@media (max-width: 767px) {
    .suohuorongyu_list li{
        width: 100%;
    }
}
.xinwen_tab_list{
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.xinwen_tab_list li{
    margin-right: 15px;
    color: #666666;
    font-family: 微软雅黑;
    font-size: 16px;
    position: relative;
    margin-bottom: 15px;
}
.xinwen_tab_list li img{
    display: none;
    position: absolute;
    right: 10px;
    top: -10px;
    z-index: -1;
}
.xinwen_tab_list li.hot img{
    display: block;
    z-index: 2;
}

.xinwen_tab_list li span{
    display:inline-block;
    padding: 8px 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s;
}

.xinwen_tab_list li.active span{
    background-color: #9300e9;
    color: #FFFFFF;
    font-weight: bold;
}
.xinwen_list{
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.xinwen_list li{
    width: 240px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 15px;
    background-color: #FFFFFF;
    transition: all 0.2s;
    margin: 0 7.5px;
    margin-bottom: 15px;
}
.xinwen_list li:hover{

    background-color: #eeeeee;
}
.xinwen_img_warp{
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
.xinwen_img_warp  img{
    width: 100%;
    border-radius: 10px;
}
.xinwen_news{
    color: #FFFFFF;
    font-family: 微软雅黑;
    font-size: 12px;
    background-color: #cb5ca4;
    display: block;
    position:absolute;
    bottom: 5px;
    right: 5px;
    padding:1px 3px;
    border-radius: 5px;
    z-index: 2;
}
.xinwen_list li .title{
    width: 100%;
    color: #333333;
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    height: 60px;
    word-break:break-all;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xinwen_list li .text{
    width: 100%;
    word-break:break-all;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999999;
    font-family: 微软雅黑;
    font-size: 14px;
    margin-bottom: 25px;
    height: 42px;
}
.xinwen_list_bottom{
    align-items: center;
}
.xinwen_list_bottom img{
    width: 21px;
    height: 21px;
    border-radius: 100%;
    margin-right: 5px;
}
.xinwen_list_bottom .name{
    color: #999999;
    font-family: 微软雅黑;
    font-size: 12px;
}
.xinwen_list_bottom .tab{
    color: #7358FF;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    margin-left: auto;
}
@media (max-width: 767px) {
    .xinwen_list li{
        width: 100%;
    }
}
.xinwen_num{
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.xinwen_num li{
    color: #7358FF;
    font-family: 微软雅黑;
    font-size: 16px;
    border: 1px solid #7358FF; 
    padding: 8px 12px;
    border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
    margin-bottom: 15px;
}
.xinwen_num li:hover{
    color: #FFFFFF;
    background-color: #7358FF;
}
.xinwen_num li.active{
    color: #FFFFFF;
    background-color: #7358FF;
}
.aiweb_zhezhao{
    width: 100vw;
    background-color: rgba(35, 24, 21, 0.5);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all 0.2s;
}
.mianfeishengqing_warp{
    margin: auto;
    margin-top: 50px;
    width: 100%;
    max-width: 500px;
}
.mianfeishengqing_top{
    background-image: url(../../images/chatai/shengqing_top.png);
    width: 100%;
    height: 81px;
    background-size: 100% 100%;
    position: relative;
}
.shenqing_close{
    width: 15px;
    height: 15px;
    background-image: url(../../images/chatai/shenqing_close.png);
    position: absolute;
    top: 15px;
    right: 15px;
}
.mianfeishengqing_container{
    background-color: #fff;
    padding: 20px 70px;
    border: 1px solid #e1e1e1;
}
.mianfeishengqing_container .title{
    color: #333333;
    font-family: 微软雅黑;
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
}
.mianfeishengqing_container .text{
    color: #333333;
    font-family: 微软雅黑;
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.mianfeishengqing_container .text span{
    color: #CC0000;
}
.input_text{
    margin-left: 25px;
    border:2px solid #ebebeb;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
}
.radio_text{
    width: 189px;
    height: 40px;
    margin-left: 25px;
    align-items: center;
}
.radio_text input{
    margin-right: 5px;
}
.buttom_button{
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.shengqing_tijiao,.shengqing_quxiao{
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-family: 微软雅黑;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.shengqing_tijiao{
    background-image: url(../../images/chatai/shengqing_tijiao.png);
    color: #FFFFFF !important;
    font-weight: bold;
}
.shengqing_quxiao{
    color: #333333 !important;
    background-image: url(../../images/chatai/shengqing_quxiao.png);
}
@media (max-width: 520px) {
    .mianfeishengqing_warp{
        box-sizing: border-box;
        padding: 0 10px;
    }
    .mianfeishengqing_container{
        background-color: #fff;
        padding: 20px 10px;
    }
}

.zhinengkefujiqiren_list_border{
    border:1px #c5c5c5 dashed;
    padding: 10px;
}
.aiweb_pc{
    display: block;
}
.aiweb_phone{
    display: none;
}

@media (max-width: 767px) {
    .aiweb_pc{
        display: none;
    }
    .aiweb_phone{
        display: block;
        width: 100%;
    }
}
