body, html, ul {
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
}

ul, li, ol {
    list-style: none;
}

.flex {
    display: flex;
    align-items: center;
}

.header {
    height: 88px;
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px 0px 10px;
}

.header .logo {
    width: 329px;
    height: 48px;
    background: url("../img/logo-ai.png@2x.png") center / 100%;
}

.header .link1 {
    font-size: 24px;
    color: #000;
    text-decoration: none;
    margin-left: 30px;
}

.header .header-keyword {
    width: 260px;
    height: 50px;
    border-radius: 8px;
    padding: 0px 20px;
    font-size: 16px;
    outline: none;
    border: 1px solid #A6A6A6;
    box-shadow:inset 1px 2px 4px #c5c4c4;
    margin-right: 25px;
}

.header .header-search-btn {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    text-align: center;
    line-height: 50px;
    background: url("../img/Vector@2x.png") #FF5733 center / 30px no-repeat;
    cursor: pointer;
}

.content {
    min-height: calc(100% - 176px);
    background: #C94949;
    overflow: hidden;
}

.content .inner {
    border-radius: 20px;
    background: url("../img/bg1.png") #fff;
    width: calc(100% - 40px);
    margin: 15px auto 0;
    overflow: hidden;
}

.content .inner .search {
    height: 74px;
    overflow: hidden;
    line-height: 74px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .inner .search .label {
    width: 144px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: url("../img/jpcx.png") center / 100% no-repeat;
}

.content .inner .search .search-btn {
    width: 74px;
    height: 74px;
    background: url("../img/Vector@2x.png") #FF5733 center / 50px no-repeat;
    border-radius: 8px;
    cursor: pointer;
}

.content .inner .search .keyword {
    width: 550px;
    height: 72px;
    border: 1px solid #A6A6A6;
    border-radius: 8px;
    padding: 0px 20px;
    font-size: 22px;
    outline: none;
    box-shadow:inset 1px 2px 4px #c5c4c4;
    margin: 0px 30px;
}

.footer {
    height: 88px;
    background: #C94949;
    text-align: center;
    line-height: 88px;
    color: #fff;
    font-size: 20px;
}

.banner-box{ width:1020px; height:460px; position:relative; margin: 18px auto 0;}
.banner-box .banner{ position:relative; z-index:0; overflow: hidden;}
.banner-box .banner ul{ width:100% !important;}
.banner-box .banner li{ width:100% !important; height:460px;}
.banner-box .banner li a{ position:absolute; width:100%; height:460px; display:block; z-index:1;}
.banner-box .dn{ width:100%; position:absolute; z-index:1; bottom:5px; left:0; height:30px; line-height:30px; text-align:center;}
.banner-box .dn ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:14px; height:14px; margin:4px; background:#fff; border-radius:14px; overflow:hidden; line-height:9999px; filter:alpha(opacity=100);opacity:1;}
.banner-box .dn ul .on{ filter:alpha(opacity=100);opacity:1;}
.banner-box .dn ul .on{ background:#ff9300;}

.not-found-text {
    color: #805959;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 100px;
}

.content .inner .bd-title {
    height: 30px;
    text-align: center;
    margin-top: 100px;
    background: url("../img/dsjtjfx.png") center / 230px no-repeat;
}

.content .inner .bd-sub-title {
    font-size: 18px;
    color: rgb(128, 89, 89);
    text-align: center;
    margin-top: 30px;
}

.content .inner .bd-sub-title span {
    font-size: 30px;
    color: rgb(255, 87, 51);
    margin-left: 10px;
}

.content .inner .bd-table {
    margin: 50px auto;
    border-collapse: collapse;
    border-radius: 4px;
    background: #fff5f2;
    width: 600px;
    box-shadow: inset 1px 2px 4px #c5c4c4;
    font-size: 18px;
}

.content .inner .bd-table,
.content .inner .bd-table tr,
.content .inner .bd-table td,
.content .inner .bd-table th {
    padding: 10px;
    border: 1px solid #FF5733;
    text-align: center;
}
    
.content .inner .bd-table thead {
    background: #f6ccc3;
}

.content .inner .pager {
    margin: 0 auto;
    text-align: center;
}

.content .inner .links {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.content .inner .links .link-btn {
    border: 1px solid #FF5733;
    width: 140px;
    background: #fff;
    box-shadow: inset 1px 2px 4px #c5c4c4;
    border-radius: 8px;
    margin: 20px;
}
.content .inner .links .link-btn.icon-fz {
    background: url("../img/icon-fz.png") #fff 10px 2px / 17px no-repeat;
}
.content .inner .links .link-btn.icon-img {
    background: url("../img/icon-img.png") #fff 15px 2px / 17px no-repeat;
}
.content .inner .links a {
    color: #524343;
    text-decoration: none;
}

.content.details {
    background: #fff;
}

.content.details .inner {
    background: #fff;
}

.content.details .inner .title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.content.details .inner .banner-box {
    border-radius: 8px;
    overflow: hidden;
}

.content.details .inner .details-table {
    width: 600px;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid rgba(255, 87, 51, 1);
    border-collapse: collapse;
    text-align: center;
    color: rgb(82, 67, 67);
    font-size: 18px;
}

.content.details .inner .details-table tr {
    height: 50px;
}

.content.details .inner .details-table tr:nth-child(odd) {
    background: #fff5f2;
}

.content.details .inner .details-table tr td +td {
    width: 400px;
    border-left: 1px solid rgb(235, 212, 206);
}