@charset "utf-8";
/* CSS Document */
html,body{height: 100%;width:100%;min-width:100vw;}
*{padding:0;margin:0;box-sizing: border-box;}
body{word-break:break-all;word-wrap:break-word; margin:0 auto;padding:0;overflow-x: hidden; font-family:'Microsoft Yahei'; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
img{border:none;display:block;}
ul,ul li,dl,dl dt,dl dd{display:block;list-style-type: none;}
ul,ol,input{margin:0;padding:0;}
li{ list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
body,h1,h2,h3,h4,h5,h6,p,dl,dd{margin:0; padding:0;}
a{color:#333;text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;width: 100%;}
em,i{font-style:normal}
b,strong,th{font-weight:normal;}
button,input,textarea{font-family:"Microsoft Yahei",Tahoma,Arial,Helvetica,sans-serif;vertical-align:middle;outline: none;}
textarea{resize:none;} 
a,button,input,optgroup,select,textarea {-webkit-tap-highlight-color:rgba(0,0,0,0);outline: none; border:0}
input[type=”button”], input[type=”submit”], input[type=”reset”] {
	-webkit-appearance: none;
}
a{
    text-decoration: none !important;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
@font-face {
    font-family: 'FZYANSJW';
    src: url('../font/FZYANSJW.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body::-webkit-scrollbar{
    width: 1px;/*竖向滚动条的宽度*/
    height: 15px;/*横向滚动条的高度*/
}
body::-webkit-scrollbar-thumb{/*滚动条里面的小方块*/
    background: #177fea;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
body::-webkit-scrollbar-track{/*滚动条轨道的样式*/
    background: #ccc;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* 正文 */
.yjs-banner{
    width: 100%;
}
.yjs-banner img{
    width: 100%;
}
.yjs-title{
    display: flex;justify-content: center;
}
.yjs-title h2{
    display: inline-block;font-size: 32px;position: relative;padding-bottom: 10px;margin-top: 0;font-weight: 700;
}
.yjs-title h2::before{
    content: "";position: absolute;bottom: -10px;left: 50%;
    width: 60px;margin-left: -30px;height: 5px;background-color: #4accd1;
}
.yjs-top{
    margin-bottom: 20px;padding-top: 30px;
}
.yjs-top-slide{
    position: relative;
}
.yjs-top-slide .swiper-slide{
    padding: 10px;
}
.yjs-top-slide .swiper-slide .yjs-top-font{
    box-shadow: 3px 3px 10px #eaf5f6;padding: 20px 10px 0;border: 1px solid #4accd1;border-radius: 5px;
}
.yjs-top-slide .swiper-slide .yjs-top-font h3{
    font-size: 16px;font-weight: 700;margin-bottom: 10px;margin-top: 0;display: block;width: 100%;
    overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
}
.yjs-top-slide .swiper-slide .yjs-top-font p{
    display: flex;align-items: center;font-size: 16px;
}
.yjs-top-slide .swiper-slide .yjs-top-font p img{
    width: 16px;height: 18px;margin-right: 10px;
}
.yjs-top-slide-prev {
    background: url(../images/yjs-btn.png);
    width: 32px;cursor: pointer;
    height: 32px;
    left: -40px;
    margin-top: -16px;
	position: absolute;
    top: 50%;
    z-index: 999;
}
.yjs-top-slide-next {
    background: url(../images/yjs-btn.png);
    width: 32px;cursor: pointer;
    height: 32px;
    right: -40px;
    margin-top: -16px;
	position: absolute;
    top: 50%;
    z-index: 999;
    transform: rotateY(180deg);
}
.yjs-middle{
    margin-bottom: 30px;
}
.yjs-news{
    display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;
}
.yjs-news .yjs-news-items{
    width: 48%;margin-bottom: 20px;
}
.yjs-news .yjs-news-items .yjs-news-title{
    display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;
}
.yjs-news .yjs-news-items .yjs-news-title h2{   
    font-size: 20px;color: #fff;padding: 12px 25px;background-color: #4accd1;
    border-top-left-radius: 5px;border-bottom-right-radius: 25px;margin-bottom: 0;
}
.yjs-news .yjs-news-items .yjs-news-title a{
    font-size: 14px;color: #4accd1;margin-top: 10px;
}
.yjs-news .yjs-news-items ul li{
    display: flex;align-items: center;justify-content: space-between;margin: 10px 0;
}
.yjs-news .yjs-news-items ul li a{
    display: block;width: 70%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
    padding-left: 25px;position: relative;font-size: 16px;color: #333;text-decoration: none;
}
.yjs-news .yjs-news-items ul li a:hover{
    transition: all .3s;color: #4accd1;
}
.yjs-news .yjs-news-items ul li a::before{
    content: "";position: absolute;
    width: 5px;height: 5px;background-color: #000;border-radius: 100%;
    top: 10px;left: 10px;
}
.yjs-news .yjs-news-items ul li span{
    color: #999;font-size: 16px;
}
.yjs-pic img{
    max-width: 100%;
}
.yjs-bottom{
    margin-bottom: 30px;
}

/* 新增板块 */
.yjs-table{
    margin: 30px 0;
}
.yjs-table-tabs{
    margin-bottom: 20px;
}
.yjs-table-tabs ul{
    display: flex;align-items: center;justify-content: space-between;
}
.yjs-table-tabs ul li{
    width: 16%;border: 1px solid #4accd1;border-radius: 5px;text-align: center;
    line-height: 40px;font-size: 16px;color: #333;cursor: pointer;
}
.yjs-table-tabs ul li.active{
    background-color: #4accd1;color: #fff;box-shadow: 3px 3px 6px #ddd;
}
.yjs-table-tabs ul li:hover{
    transition: all .3s;background-color: #4accd1;box-shadow: 3px 3px 6px #ddd;color: #fff;
}
.yjs-table-details-con{
    display: flex;
}
.yjs-table-details-le img{
    height: 130px;
}
.yjs-table-details-ri{
    background-color: #f4fcfc;border-radius: 5px;padding: 20px 25px;width: calc(100% - 180px);height: 130px;
}
.yjs-table-details-ri p{
    font-size: 16px;line-height: 30px;
}
.yjs-ai-list{
    margin: 0 0 30px;position: relative;
}
.yjs-ai-table{
    margin-bottom: 20px;
}
.detail-panel .layui-tab-bar{
	display:none;
}
.yjs-ai-table table tr:first-of-type th{
    background-color: #f4fcfc;
}
.yjs-ai-table table tr th{
    font-weight: 700;color: #188286;font-size: 16px;padding: 15px;
}
.yjs-ai-table table tr td{
    padding: 10px;font-size: 16px;
}
.yjs-ai-table table tr td em{
    font-style: normal;
}
.yjs-ai-table table tr td.td-btn{
    padding: 10px 0;display: flex;justify-content: space-between;
}
.yjs-ai-table table tr td span{
    border-radius: 3px;border: 1px solid #4accd1;padding: 6px 0;font-size: 14px;width: 98px;text-align: center;
    cursor: pointer;
}
.yjs-ai-table table tr td span:hover{
     transition: all .3s;background-color: #4accd1;color: #fff;
}
.yjs-ai-tips{
    background-color: #fff;box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.yjs-ai-tips .yjs-ai-tips-title{
    margin-bottom: 20px;
}
.yjs-ai-tips .yjs-ai-tips-title h2 {
    font-size: 20px;display: inline-block;
    color: #fff;
    padding: 12px 25px;
    background-color: #4accd1;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 25px;
    margin-bottom: 0;margin-top: 0;
}
.yjs-ai-tips-tabs{
    border-bottom: 1px solid #ddd;
}
.yjs-ai-tips-tabs span{
    cursor: pointer;margin-right: 10px;
    display: inline-block;
    height: 60px;
    color: #333;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    position: relative;
    padding: 0 20px;
}
.yjs-ai-tips-tabs span.active{
    color: #2bbeaf;
}
.yjs-ai-tips-tabs span::before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    height: 3px;
    background-color: #16b777;
    transform: translateX(-50%);
    transition: all .3s;
    width: 0;
}
.yjs-ai-tips-tabs span.active::before {
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}
.yjs-ai-tips-tabs span:hover::before {
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}
.yjs-ai-tips-table{
    padding: 20px;
}
.yjs-ai-tips-table table{
    table-layout: fixed;
}
.yjs-ai-tips-table td,.yjs-ai-tips-table tr,.yjs-ai-tips-table th{
    border: 1px solid #ddd;
}
.yjs-ai-tips-table th{
    padding: 10px;font-size: 16px;
}
.yjs-ai-tips-table tr td:first-of-type{
    width: 60px;text-align: center;
}
.yjs-ai-tips-table tr td:nth-of-type(2){
    width: 280px;
}
.yjs-ai-tips-table tr td:nth-of-type(3),.yjs-ai-tips-table tr td:nth-of-type(4){
    width: 190px;
}
.yjs-ai-tips-table tr td:last-of-type{
    width: 100px;
}
.yjs-ai-tips-table tr td .btn-view{
    background-color: #1e9fff;border-radius: 5px;color: #fff;padding: 6px 12px;
}
.yjs-ai-tips-table td{
    padding: 10px;font-size: 16px;
}
.yjs-ai-tips-table td em{
    font-style: normal;
}
.yjs-ai-tips-table td .tips-title,.yjs-ai-tips-table td .tips-details{
    width: 100%;display: block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
}
.yjs-ai-tips-table td .tips-title:hover{
    text-decoration: underline;cursor: pointer;
}
.yjs-ai-tips-table tr.dis{
  display: none;
}
.yjs-ai-tips-table tr.dis td{
 text-align: left;
}
.yjs-ai-tips-table tr.dis td h3{
    font-size: 20px;margin-bottom: 10px;
}
.yjs-ai-tips-table tr.dis td h3 i{
    display: inline-block;width: 14px;height: 14px;margin-right: 15px;
    border-radius: 100%;background-color: #fff;border: 1px solid #2bbb83;
}
.yjs-ai-tips-table tr.dis td span{
    display: block;padding-left: 30px;line-height: 30px;color: #999;
}
.yjs-ai-tips-table tr.dis td span b{
    color: #333;
}
.yjs-ai-tips-table tr.dis td a.close-de{
    width: 80px;line-height: 40px;color: #fff;border-radius: 3px;cursor: pointer;
    background-color: #16b777;display: block;text-align: center;margin: 0 auto;
}
.tips-id{
    width: 100%;display: block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
}
.yjs-ai-tips-con{
    width: 100%;
}
.yjs-ai-tips{
    position: absolute;left: 0;top: 100%;
    display: none;z-index: 999;width: 100%;
}
.yjs-ai-tips.active{
    display: block;
}
.detail-panel .close-ico {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index:99999;
    cursor: pointer;
}
.yjs-ai-tips-details .about-webs.open {
    display: block;
}
.yjs-ai-tips-details .about-webs {
    width: 100%;
    display: none;
}
.tips-zjwz{
    padding: 20px;
}
.tips-zjwz h3{
    font-size: 20px;margin-bottom: 10px;
}
.tips-zjwz h3 i{
    display: inline-block;width: 14px;height: 14px;margin-right: 15px;
    border-radius: 100%;background-color: #fff;border: 1px solid #2bbb83;
}
.tips-zjwz span{
    display: block;padding-left: 30px;line-height: 30px;color: #999;font-size: 16px;
}
.tips-zjwz span b{
    color: #333;font-size: 16px;
}