.bullets-container {
    display: table;
    position: fixed;
    right: 0;
    height: 100%;
    z-index: 1049;
    font-weight: normal;
}

.section-bullets {
    transition-duration: .3s;
    list-style: none;
    margin: 0;
    display: table-cell;
    /* padding-top: 524px; */
    display: table-cell;
    vertical-align: middle;
    /* vertical-align: middle; */
}

.section-bullets li {
    display: block;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    cursor: pointer;
    margin-bottom: -2px;
}

.section-bullets li a:before {
    content: ' ';
    width: 1px;
    height: 52px;
    background-color: #434343;
    position: absolute;
    left: 3px;
    top: 0;
}
.section-bullets li:last-of-type a:before {
    height: 26px;
}
.section-bullets li:first-of-type a:before {
    height: 26px;
    top: 26px;
}
.section-bullets li a:after {
    content: ' ';
    width: 7px;
    height: 7px;
    /* border-radius: 50%; */
    background-color: #434343;
    position: absolute;
    left: 0px;
    top: 20px;
    transition-duration: .5s;
}

.section-bullets li a {
    color: #fff;
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition-duration: .3s;
    /* opacity: 0.5; */
    margin-left: 5px;
    padding: 15px 20px 15px 25px;
    text-decoration: none;
    min-height: 11px;
}

.section-bullets li span {
    position: relative;
    right: 0;
    transition-duration: 0.3s;
    /* opacity: 0; */
}

.section-bullets li.active a {
    /* opacity: 1; */
    color: #03e2da;
}

.section-bullets li.active a:after {
    background-color: #00c8dc;
}

.section-bullets li:hover span {
    /* opacity: 1; */
    transition-delay: 0.1s;
}

.section-bullets li.active span {
    /* opacity: 1; */
    transition-duration: .3s;
    /* transition-delay: 0.3s; */
}
.scrollable-section {
    width: 100%;
}
.scrollable-section .container {
    position: relative;
    width: 1180px;
    margin: 0 auto;
}
/* ���� */
.table {
    width: 1180px;
    height: 1340px;
    background: url(../images/background.png) no-repeat 100% 100%;
    border-bottom: 1px solid #b4b4b4;
}
.table thead {
    height: 57px;
    line-height: 57px;
    background-image: linear-gradient(-90deg, #0599c3 0%, #00beb2 100%);
}
.table thead th {
    font-size: 20px;
    font-weight: normal;
}
.table tbody tr {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}
.table tbody tr:hover td{
    /* font-size: 18px;
    font-weight: normal; */
    background-color: rgba(225,225,225,0.32);
    /* opacity: 0.32; */
}

.table tbody tr:hover td[rowspan] {
    background-color: transparent;
}
.table tbody tr td {
    padding: 0 10px;
    border-bottom: 1px dashed;
}
.scrollable-section .container h2 {
    font-family: SourceHanSansCN-Normal;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
    margin: 37px 0;
}
.scrollable-section .container .en {
    font-family: FZCTHJW--GB1-0;
	font-size: 62px;
	font-weight: normal;
	font-stretch: normal;
	/* letter-spacing: 4px; */
	color: #ffffff;
    height: 53px;
    line-height: 53px;
}
.three-way {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 84px;
    margin-bottom: 100px;
}
.three-way .way {
    width: 264px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.three-way .way .img {
    width: 186px;
    height: 186px;
    line-height: 186px;
    font-size: 49px;
    background-position: 100% 100%;
    background-size: 100% 100%;
    margin: 0 auto;
}
.three-way .way:nth-of-type(1) .img {
    background: url(../images/tbs.png) no-repeat;
}
.three-way .way:nth-of-type(1) .img:hover {
    background: url(../images/tb.png) no-repeat;
}
.three-way .way:nth-of-type(2) .img {
    background: url(../images/tb2s.png) no-repeat;
}
.three-way .way:nth-of-type(2) .img:hover {
    background: url(../images/tb2.png) no-repeat;
}
.three-way .way:nth-of-type(3) .img {
    background: url(../images/tb3s.png) no-repeat;
}
.three-way .way:nth-of-type(3) .img:hover {
    background: url(../images/tb3.png) no-repeat;
}
.three-way .way p {
    text-align: left;
    text-align: left;
}
.three-title-way {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.three-title-way .way {
    width: 376px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    border-radius: 12px 12px 2px 2px;
    /* border: 1px solid #00c8dc; */
    cursor: pointer;
    background: url(../images/title_bar.png) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    padding-bottom: 10px;
}
.three-title-way .way:hover {
    /* background: url(../images/title_bars.png) no-repeat; */
    box-shadow: 0px 0px 10px 5px purple;
}
.three-title-way .way .title {
    width: 100%;
    height: 55px;
    margin-bottom: 30px;
    line-height: 55px;
	/* background-image: linear-gradient(-90deg, #0599c3 0%, #00beb2 100%); */
    font-size: 20px;
    border-radius: 6px 6px 0 0;
}
.three-title-way .way p {
    text-align: left;
    padding: 0 15px;
    margin: 16px 0;
}
.address {
    overflow: hidden;
    margin-bottom: 67px;
}
.address iframe,
.address .img {
    float: left;
}
.address .msg {
    float: left;
    width: 564px;
    box-sizing: border-box;
    padding-left: 69px;
    font-size: 16px;
    line-height: 30px;
}
.address .msg p {
    position: relative;
    margin-bottom: 42px;
    line-height: 30px;
}
.address .msg p img {
    position: absolute;
    top: 0;
    left: -48px;
}
.notice {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.notice .div {
    float: left;
    width: 706px;
}
.notice .div p {
    margin-bottom: 38px;
}
.notice .qrcode {
    float: right;
    text-align: center;
}
.notice .qrcode img {
    width: 141px;
}
.notice .qrcode p {
    margin: 8px 0;
}