* {
    margin: 0;
    padding: 0
}


a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

html {
    height: 100%;
    font-family: 'PingFangSC-Medium', 'sans-serif';
}

body {
    position: relative;
    height: 100%;
}

.bg-dark {
    background-color: #f7f6f4;
}

.w-13 {
    width: 1200px;
    margin: 0 auto;
}

.index-box {
    width: 100%;
}

.index-box .logo-img {
    width: 100%;
    background: url(../img/tab-bg.jpg) top center no-repeat;
    background-size: 1920px auto;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
}

.index-box .logo-img img {
    display: inline-block;
    vertical-align: middle;
}

.index-box .tab-sticky {
    background: url(../img/tab-bg.jpg) top center no-repeat;
    background-size: 1920px auto;
    background-position-y: -60px;
    position: sticky;
    height: 56px;
    top: 0;
    left: 0;
    z-index: 2;
    right: 0;
}

.index-box .tab-sticky .left-control {
    float: left;
}

.index-box .tab-sticky .left-control .top-tab {
    cursor: pointer;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}

.index-box .tab-sticky .left-control .top-tab>.top {
    height: 56px;
    height: 56px;
    font-size: 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.index-box .tab-sticky .left-control .top-tab.on>.top,
.index-box .tab-sticky .left-control .top-tab:hover>.top {
    border-radius: 12px 12px 0px 0px;
    background-color: #ffffff;
}

.index-box .tab-sticky .left-control .top-tab>.top p {
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    line-height: 56px;
    color: #ffffff;
}

.index-box .tab-sticky .left-control .top-tab.on>.top p,
.index-box .tab-sticky .left-control .top-tab:hover>.top p {
    color: #537af7;
}

.index-box .tab-sticky .left-control .top-tab.on>.top i,
.index-box .tab-sticky .left-control .top-tab:hover>.top i {
    background: url(../img/top-down.png) center center no-repeat;
    background-size: 100% 100%;
}

.index-box .tab-sticky .left-control .top-tab>.top i {
    display: inline-block;
    width: 14px;
    height: 8px;
    background: url(../img/top-down1.png) center center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 7px;
}

.index-box .tab-sticky .left-control .city-tab .city-box {
    position: absolute;
    width: 406px;
    background-color: #ffffff;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 12px 12px;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
}

.index-box .tab-sticky .left-control .city-tab .city-box .top-city {
    margin-bottom: 4px;
}

.index-box .tab-sticky .left-control .city-tab .city-box .top-city>div {
    width: 76px;
    height: 30px;
    background-color: #e9eeff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: normal;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #537af7;
    margin-right: 20px;
}

.index-box .tab-sticky .left-control .city-tab .city-box .city-bot>ul {
    list-style: none;
    float: left;
    width: 76px;
    margin-right: 20px;
}

.index-box .tab-sticky .left-control .city-tab .city-box .city-bot>ul li {
    width: 100%;
    line-height: 32px;
    padding-left: 16px;
    box-sizing: border-box;
}

.index-box .tab-sticky .left-control .city-tab .city-box .city-bot>ul li p {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    vertical-align: middle;
    color: #333333;
}

.index-box .tab-sticky .left-control .city-tab .city-box .city-bot>ul li i {
    display: inline-block;
    width: 5px;
    height: 10px;
    background: url(../img/top-more.png) center center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 4px;
}

.index-box .tab-sticky .left-control .city-tab .city-box .city-bot>ul li:hover {
    background-color: #e9eeff;
    border-radius: 6px;
}


.index-box .tab-sticky .search-box {
    position: relative;
    padding-top: 6px;
}

.index-box .tab-sticky .search-box .search-ul {
    max-height: 340px;
    margin-top: 10px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(5, 5, 5, 0.15);
    border-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
}

.index-box .tab-sticky .search-box .search-ul ul {
    list-style: none;
}

.index-box .tab-sticky .search-box .search-ul ul li {
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    color: #333333;
    padding: 0 12px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.index-box .tab-sticky .search-box .search-ul ul li span {
    color: #5b82ff;
}

.index-box .tab-sticky .search-box .search-ul ul li:hover {
    background-color: #f1f1f1;
}

.index-box .tab-sticky .search-box .search-ul ul li:hover::after {
    content: '';
    display: block;
    width: 14px;
    height: 11px;
    background: url(../img/yes.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5.5px;
}

.index-box .tab-sticky .search-box .input {
    width: 400px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    font-size: 0;
    padding: 3px;
    box-sizing: border-box;
}

.index-box .tab-sticky .search-box .input input {
    width: 300px;
    height: 100%;
    border: none;
    outline: none;
    line-height: 38px;
    float: left;
    height: 38px;
    box-sizing: border-box;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 0;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}

.index-box .tab-sticky .search-box .input input:-moz-placeholder {
    color: #b2b2b2;
}

.index-box .tab-sticky .search-box .input input:-ms-input-placeholder {
    color: #b2b2b2;
}

.index-box .tab-sticky .search-box .input input::-webkit-input-placeholder {
    color: #b2b2b2;
}

.index-box .tab-sticky .search-box .input i.close {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/close.png) center center no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 0;
    right: 80px;
    z-index: 1;
    cursor: pointer;
}

.index-box .tab-sticky .search-box .input i.search {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/search.png) center center no-repeat;
    background-size: 18px 19px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.index-box .tab-sticky .search-box .input .btn {
    width: 80px;
    height: 38px;
    float: right;
    background-image: linear-gradient(270deg,
            #5970fc 0%,
            #52aafc 100%),
        linear-gradient(#5b82ff,
            #5b82ff);
    font-size: 18px;
    font-weight: normal;
    line-height: 38px;
    color: #ffffff;
    border-radius: 19px;
    display: block;
    text-align: center;
}

.index-box .menu-box {
    position: sticky;
    top: 1px;
    left: 0;
    right: 0;
}

.index-box .menu-box .menu-content {
    background-color: #ffffff;
    border-radius: 0px 0px 6px 6px;
    padding: 0 20px;
    box-sizing: border-box;
}.index-box .menu-box .menu-content.shadow{
    box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.1);
}

.index-box .menu-box .menu-content .top>div {
    float: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    cursor: pointer;
    color: #999999;
    position: relative;
    padding: 0 20px;
}

.index-box .menu-box .menu-content .top>div:hover,
.index-box .menu-box .menu-content .top>div.on {
    color: #333333;
}
.index-box .menu-box .menu-content.show .top>div.on::after{
    content: '';
    display: block;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
	border-color: transparent transparent #f1f1f1 transparent;
}
/* .index-box .menu-box .menu-content:hover .bot {
    display: block;
} */

.index-box .menu-box .menu-content .bot {
    padding-bottom: 20px;
    /* display: none; */
}

.index-box .menu-box .menu-content .bot>div {
    background-color: #f1f1f1;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 6px;
}

.index-box .menu-box .menu-content .bot>div>div {
    padding: 10px 0;
}

.index-box .menu-box .menu-content .bot>div>div .label {
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
    margin-right: 28px;
}

.index-box .menu-box .menu-content .bot>div>div ul {
    list-style: none;
}

.index-box .menu-box .menu-content .bot>div>div ul li {
    float: left;
    background-color: #ffffff;
    border-radius: 15px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    color: #333333;
    margin-right: 11px;
    cursor: pointer;
}

.index-box .menu-box .menu-content .bot>div>div ul li.input {
    background-color: transparent;
    line-height: 30px;
    padding: 0;
}
.index-box .menu-box .menu-content .bot>div>div ul li.input input{
    display: inline-block;
    width: 84px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 15px;
    font-size: 16px;
	font-weight: normal;
    border: none;
    outline: none;
	line-height: 30px;
    text-align: center;
}
.index-box .menu-box .menu-content .bot>div>div ul li.on:not(.input),
.index-box .menu-box .menu-content .bot>div>div ul li:hover:not(.input) {
    background-color: #5b82ff;
    color: #ffffff;

}

.index-box .index-content .search-tips {
    font-size: 16px;
    font-weight: normal;
    line-height: 60px;
    color: #333333;
    box-sizing: border-box;
    background-color: #f7f6f4;
    margin-bottom: -24px;
    pointer-events: none;
    width: 100%;
}

.index-box .index-content .search-tips span {
    color: #5b82ff;
    margin: 0 10px;
}
.index-box .index-content .page {
    font-size: 16px;
    font-weight: normal;
    line-height: 60px;
    color: #999999;
    box-sizing: border-box;
    background-color: #f7f6f4;
    margin-bottom: -24px;
    width: 100%;
}

.index-box .index-content .page span {
    color: #333333;
    margin: 0 10px;
}
.index-box .index-content .list-box {
    padding-bottom: 20px;
}


.index-box .index-content .list-box>div .table {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 22px;
    box-sizing: border-box;
    border-radius: 6px;
}

.index-box .index-content .list-box>div>.top {
    height: 70px;
    background-color: #f7f6f4;
    border-radius: 6px 6px 0px 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 70px;
    box-sizing: border-box;
	color: #8f93a4;;
}
.index-box .index-content .list-box>div> .top .title{
    font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	color: #333333;
}
.index-box .index-content .list-box>div .table .s-title {
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: normal;
    line-height: 60px;
    color: #333333;

}

.index-box .index-content .list-box>div .table .text {
    padding: 0 20px 0px;
    margin-top: -4px;
}

.index-box .index-content .list-box>div .table .text>div {
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;

}

.index-box .index-content .list-box>div .table .text>div>div {
    font-size: 14px;
    width: 50%;
    float: left;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
}

.index-box .index-content .list-box>div .table .text>div>div span {
    display: block;
}

.index-box .index-content .list-box>div .table .text>div>div p span:nth-child(1) {
    float: left;
}

.index-box .index-content .list-box>div .table .text>div>div p span:nth-child(2) {
    padding-left: 70px;
}

.index-box .index-content .list-box>div .table .table-out {
    padding: 0 20px;
    box-sizing: border-box;
}

.index-box .index-content .list-box>div .table table {
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.index-box .index-content .list-box>div .table table tr th,
.index-box .index-content .list-box>div .table table tr td {
    border: 1px solid #b6c7ff;
}

.index-box .index-content .list-box>div .table table tr th {
    background-color: #e9eeff;
    font-size: 14px;
    font-weight: normal;
    padding: 14px 0;
    box-sizing: border-box;
    line-height: 20px;
    color: #5b82ff;
}

.index-box .index-content .list-box>div .table table tr td {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 14px 20px;
    box-sizing: border-box;
    color: #333333;
}

.index-box .index-content .list-box>div .table .remark {
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
}

.index-box .index-content .list-box>div .table .remark .p1 {
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    color: #333333;
}

.index-box .index-content .list-box>div .table .remark .p2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
}

.index-box .index-content .list-box>div .table .more {
    display: block;
    width: 94px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    border: solid 1px #dddddd;
    margin: 20px auto 0;
    box-sizing: border-box;
    padding-left: 14px;
    cursor: pointer;
}

.index-box .index-content .list-box>div .table .more p {
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    line-height: 30px;

    vertical-align: middle;
    color: #5b82ff;
}

.index-box .index-content .list-box>div .table .more img {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 4px;
}
.index-box .index-content .null {
    padding-top: 90px;
}
.index-box .index-content .null  img{
    display: block;
    margin: 0 auto;
}
.index-box .index-content .null  p{
    font-size: 20px;
    font-weight: normal;
    line-height: 60px;
    text-align: center;
    color: #333333;
}


.index-box .index-content .back {
    position: fixed;
    right: 0;
    bottom: 40px;
    width: 109px;
    height: 40px;
    background-color: #5b82ff;
    border-radius: 20px 0px 0px 20px;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.index-box .index-content .back img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;

}

.index-box .index-content .back p {
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
}
.index-box .index-content .list-box .list-ul{
    list-style: none;
    padding-top: 20px;
}
.index-box .index-content .list-box .list-ul li{
    border-bottom: 1px solid #d4d4d4;
}
.index-box .index-content .list-box .list-ul li {
    cursor: pointer;
}
.index-box .index-content .list-box .list-ul li p{
   font-size: 18px;
   float: left;
    font-weight: normal;
    line-height: 50px;
    color: #333333;
}

.index-box .index-content .list-box .list-ul li i{
    display: block;
    width: 7px;
    margin-top: 19px;
    height: 12px;
    background: url(../img/more.png) center center no-repeat;
    background-size: 100% 100%;
    float: right;
}