html {
  font-size: 100px;
  overflow-x: hidden;
  font-family: "Source Han Sans";
}
.loadingContainer {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 999999;
}
.loading4 {
  width: 150px;
  margin: 50px auto;
  text-align: center;
}
.loading4 > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  background-color: #00afcc;
  -webkit-animation: three 1.4s infinite ease-in-out;
  animation: three 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loading4 .three1 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.loading4 .three2 {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
@-webkit-keyframes three {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes three {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 768px) {
  .my_container {
    margin: 0 auto;
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .my_container {
    margin: 0 auto;
    width: 95%;
  }
}
.common_btn {
  width: 1.4rem;
  height: 0.45rem;
  background-color: #00afcc;
  text-align: center;
  line-height: 0.45rem;
  border-radius: 0.23rem 0 0.23rem 0;
  display: block;
  color: #fff;
  font-size: 16px;
  border: 1px solid transparent;
}
@media only screen and (max-width: 1366px) {
  .common_btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .common_btn {
    font-size: 14px;
  }
}
.common_btn_plain {
  width: 1.4rem;
  height: 0.45rem;
  background-color: #fff;
  text-align: center;
  line-height: 0.45rem;
  border-radius: 0.23rem 0 0.23rem 0;
  display: block;
  color: #999;
  font-size: 16px;
  border: 1px solid #999;
}
@media only screen and (max-width: 1366px) {
  .common_btn_plain {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .common_btn_plain {
    font-size: 14px;
  }
}
body {
  background-color: #fff;
}
@media only screen and (min-width: 1680px) {
  #header .share_price {
    margin-right: 0.2rem;
  }
  #header {
    font-family: "Source Han Sans";
    height: 1rem;
    padding-top: 0.24rem;
    background-color: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
  }
  #header .mobile_search {
    display: none;
  }
  #header .navbar-light {
    height: 100%;
    padding: 0;
  }
  #header .navbar-light .navbar-brand {
    padding: 0;
    height: 100%;
    margin-right: 0;
    float: left;
  }
  #header .logo {
    float: left;
    padding-right: 0.22rem;
    border-right: 1px solid #eee;
    margin-right: 0.22rem;
    margin-top: 0;
    width: 1.57rem;
    height: 0.45rem;
  }
  #header .share-price {
    font-size: 14px;
    float: left;
    margin-top: 0;
  }
  #header .share-price .title {
    color: #666;
  }
  #header .share-price .price {
    color: #e70000;
    font-size: 14px;
  }
  #header .share-price .price img {
    vertical-align: middle;
    margin-bottom: 0.05rem;
  }
  #header .share-price .price span {
    font-weight: 700;
  }
  #header .navbar-collapse {
    position: relative;
    z-index: 999;
    background-color: #fff;
    height: 100%;
  }
  #header .navbar-collapse .my_nav {
    height: 0.6rem;
    position: absolute;
    min-width: 9.3rem;
    right: 0;
  }
  #header .navbar-collapse .my_nav li.nav-item {
    width: 1.39rem;
    height: 0.59rem;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .navbar-collapse .my_nav li.nav-item .show_sub_title {
    display: none;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) {
    width: 1.5rem;
  }
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.59rem;
    color: #333;
    font-size: 16px;
  }
  #header .navbar-collapse .my_nav li.nav-item:last-child {
    width: 0.8rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) {
    width: 0.8rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) .nav-link {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/search_03.png) no-repeat center center / 100% 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item:not(:last-child):hover {
    background: url(../images/rect_03.png) no-repeat;
    background-size: 100% 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item:not(:last-child):hover .nav-link {
    color: #fff !important;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-child(9):hover {
    background: none;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-child(9):hover .nav-link {
    background: url(../images/search_active_03.png) no-repeat center center / 100% 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item:last-child:hover .nav-link {
    color: #00afcc;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title {
    position: absolute;
    left: -0.1rem;
    top: 0.6rem;
    border-radius: 0.05rem;
    overflow: hidden;
    margin-left: 0.1rem;
    display: none;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li {
    width: 1.39rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    font-size: 14px;
    color: #333;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li a {
    font-size: 14px;
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li:hover a {
    background-color: #00afcc;
    color: #fff;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li.active a {
    background-color: #00afcc;
    color: #fff;
  }
  #header button.navbar-toggler {
    padding: 0.1rem;
    font-size: 16px;
    margin-right: 0.5rem;
    border-radius: 0.1rem;
  }
  #header .nav-item.active {
    background: url(../images/rect_03.png) no-repeat;
    background-size: 100% 100%;
  }
  #header .nav-item.active .nav-link {
    color: #fff !important;
  }
  #header .dropdown-menu {
    left: -0.2rem;
    top: 0.4rem;
    padding: 0;
    min-width: 1rem;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center !important;
  }
  #header .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0;
    padding-bottom: 0.1rem;
    width: 1rem;
    box-sizing: border-box;
    text-align: center;
  }
  #header .search_box {
    width: 100%;
    height: 1rem;
    background-color: #00afcc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
  }
  #header .search_box .search_input {
    width: 4.5rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #header .search_box i.close {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-left: 2rem;
    cursor: pointer;
  }
  #header .search_box input {
    background-color: #00afcc;
    height: 0.3rem;
    width: 4rem;
    color: #ddd;
  }
  #header .search_box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ddd;
    font-size: 14px;
  }
  #header .search_box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box .search_type {
    color: #ddd;
    font-size: 18px;
    margin-left: 0.3rem;
    cursor: pointer;
  }
  #header .search_box i {
    color: #ddd;
    font-size: 16px;
    cursor: pointer;
  }
  #header .search_box .search_list_box {
    position: absolute;
    left: 5.4rem;
    top: 0.8rem;
    background-color: #00afcc;
    width: 7rem;
    overflow: hidden;
  }
  #header .search_box .search_list_box ul li {
    line-height: 0.4rem;
    padding: 0 0.3rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #header .search_box .search_list_box ul li a {
    color: #ddd;
    font-size: 16px;
  }
  #footer {
    background-color: #00afcc;
    font-size: 14px;
    color: #fff;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  #footer .info {
    margin-bottom: 0.3rem;
    color: #fff;
  }
  #footer .info .my-col {
    margin-bottom: 0.4rem;
  }
  #footer .info .my-col:first-child {
    padding-left: 0;
  }
  #footer .info .my-col:last-child {
    padding-right: 0;
  }
  #footer .info dl dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0.3rem;
  }
  #footer .info dl dt a {
    color: #fff;
    border-bottom: 1px solid transparent;
  }
  #footer .info dl dt a:hover {
    border-color: #fff;
  }
  #footer .info dl dd {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    line-height: 0.4rem;
  }
  #footer .info dl dd a {
    color: #fff;
    border-bottom: 1px solid transparent;
  }
  #footer .info dl dd a:hover {
    border-color: #fff;
  }
  #footer .vcode {
    margin-bottom: 0.1rem;
    width: 1.6rem;
  }
  #footer .focus {
    width: 1.6rem;
    text-align: center;
    color: #fff;
  }
  #footer .address {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.25rem;
    color: #fff;
    font-size: 14px;
    padding-left: 0;
  }
  #footer .address a {
    color: #fff;
  }
  #footer .right-info {
    margin-top: 0.4rem;
    font-size: 0.14rem;
    line-height: 0.32rem;
    display: flex;
    justify-content: space-around;
  }
  #footer .right-info > div {
    padding-left: 0;
  }
  #footer .right-info > div img {
    float: right;
  }
  #footer .right-info > div .row > div a.rights_num {
    color: #fff;
  }
  #footer .right-info .certificate {
    color: #fff;
  }
  #footer .foot_logo {
    width: 2.9rem;
    float: right;
  }
  .pagination_box {
    margin: 1rem auto;
  }
  .pagination .page-item.no-click {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
  }
  .pagination .page-item.active a {
    color: #fff;
    background-color: #00afcc !important;
    border-color: #00afcc !important;
  }
  .pagination .page-item.active .page-link {
    background-color: #00afcc !important;
    border-color: #00afcc !important;
  }
  .pagination .page-link {
    background-color: transparent;
  }
  .pagination .page-link:focus {
    box-shadow: none;
  }
  .pagination li {
    margin-right: 0.1rem;
    width: 0.5rem;
    height: 0.45rem;
    border-radius: 0.1rem;
  }
  .pagination li:first-child,
  .pagination li:last-child {
    width: 1rem;
  }
  .pagination li:first-child .page-link,
  .pagination li:last-child .page-link {
    border-radius: 0.1rem;
  }
  .pagination li a {
    font-size: 0.15rem;
    color: #666;
    border-radius: 8px;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.45rem;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #header .share-price {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #header .share-price .price {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .sub_title li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .sub_title li a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #header button.navbar-toggler {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #header button.navbar-toggler {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #header .dropdown-menu .dropdown-item {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #header .search_box i.close {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #header .search_box i.close {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #header .search_box i.close {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #header .search_box :-moz-placeholder {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #header .search_box ::-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #header .search_box ::-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #header .search_box .search_type {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #header .search_box .search_type {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #header .search_box i {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #header .search_box i {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #header .search_box .search_list_box ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #header .search_box .search_list_box ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #footer {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #footer .info dl dt {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #footer .info dl dt {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #footer .info dl dd {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #footer .address {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) {
  #header .share_price {
    margin-right: 0.2rem;
  }
  #header {
    height: 1rem;
    padding-top: 0.24rem;
    background-color: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
  }
  #header .mobile_search {
    display: none;
  }
  #header .navbar-light {
    height: 100%;
    padding: 0;
  }
  #header .navbar-light .navbar-brand {
    padding: 0;
    height: 100%;
    margin-right: 0;
    float: left;
  }
  #header .logo {
    float: left;
    padding-right: 0.22rem;
    border-right: 1px solid #eee;
    margin-right: 0.22rem;
    margin-top: 0;
    width: 1.57rem;
    height: 0.45rem;
  }
  #header .share-price {
    font-size: 14px;
    float: left;
    margin-top: 0;
  }
  #header .share-price .title {
    color: #666;
  }
  #header .share-price .price {
    color: #e70000;
    font-size: 14px;
  }
  #header .share-price .price img {
    vertical-align: middle;
    margin-bottom: 0.05rem;
  }
  #header .share-price .price span {
    font-weight: 700;
  }
  #header .navbar-collapse {
    position: relative;
    z-index: 999;
    background-color: #fff;
    height: 100%;
  }
  #header .navbar-collapse .my_nav {
    height: 0.6rem;
    position: absolute;
    min-width: 13rem;
    right: 0;
  }
  #header .navbar-collapse .my_nav li.nav-item {
    width: 1.39rem;
    height: 0.59rem;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) {
    width: 1.5rem;
  }
  #header .navbar-collapse .my_nav li.nav-item .show_sub_title {
    display: none;
  }
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.59rem;
    color: #333;
    font-size: 16px;
  }
  #header .navbar-collapse .my_nav li.nav-item:last-child {
    width: 0.8rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) {
    width: 0.8rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) .nav-link {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/search_03.png) no-repeat center center / 100% 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item:not(:last-child):hover {
    background: url(../images/rect_03.png) no-repeat;
    background-size: 100% 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item:not(:last-child):hover .nav-link {
    color: #fff !important;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-child(9):hover {
    background: none;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-child(9):hover .nav-link {
    background: url(../images/search_active_03.png) no-repeat center center / 100% 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item:last-child:hover .nav-link {
    color: #00afcc;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title {
    position: absolute;
    left: -0.1rem;
    top: 0.6rem;
    border-radius: 0.05rem;
    overflow: hidden;
    margin-left: 0.1rem;
    display: none;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li {
    width: 1.39rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    font-size: 14px;
    color: #333;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li a {
    font-size: 14px;
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li:hover a {
    background-color: #00afcc;
    color: #fff;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li.active a {
    background-color: #00afcc;
    color: #fff;
  }
  #header button.navbar-toggler {
    padding: 0.1rem;
    font-size: 16px;
    margin-right: 0.5rem;
    border-radius: 0.1rem;
  }
  #header .nav-item.active {
    background: url(../images/rect_03.png) no-repeat;
    background-size: 100% 100%;
  }
  #header .nav-item.active .nav-link {
    color: #fff !important;
  }
  #header .dropdown-menu {
    left: -0.2rem;
    top: 0.4rem;
    padding: 0;
    min-width: 1rem;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center !important;
  }
  #header .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0;
    padding-bottom: 0.1rem;
    width: 1rem;
    box-sizing: border-box;
    text-align: center;
  }
  #header .search_box {
    width: 100%;
    height: 1rem;
    background-color: #00afcc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
  }
  #header .search_box .search_input {
    width: 4.5rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #header .search_box i.close {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-left: 2rem;
    cursor: pointer;
  }
  #header .search_box input {
    background-color: #00afcc;
    height: 0.3rem;
    width: 4rem;
    color: #ddd;
  }
  #header .search_box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ddd;
    font-size: 14px;
  }
  #header .search_box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box .search_type {
    color: #ddd;
    font-size: 18px;
    margin-left: 0.3rem;
    cursor: pointer;
  }
  #header .search_box i {
    color: #ddd;
    font-size: 16px;
    cursor: pointer;
  }
  #header .search_box .search_list_box {
    position: absolute;
    left: 5.4rem;
    top: 0.8rem;
    background-color: #00afcc;
    width: 7rem;
    overflow: hidden;
  }
  #header .search_box .search_list_box ul li {
    line-height: 0.4rem;
    padding: 0 0.3rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #header .search_box .search_list_box ul li a {
    color: #ddd;
    font-size: 16px;
  }
  #footer {
    background-color: #00afcc;
    font-size: 14px;
    color: #fff;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  #footer .info {
    margin-bottom: 0.3rem;
    color: #fff;
  }
  #footer .info .my-col {
    margin-bottom: 0.4rem;
  }
  #footer .info .my-col:first-child {
    padding-left: 0;
  }
  #footer .info .my-col:last-child {
    padding-right: 0;
  }
  #footer .info dl dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0.3rem;
  }
  #footer .info dl dt a {
    color: #fff;
    border-bottom: 1px solid transparent;
  }
  #footer .info dl dt a:hover {
    border-color: #fff;
  }
  #footer .info dl dd {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    line-height: 0.4rem;
  }
  #footer .info dl dd a {
    color: #fff;
    border-bottom: 1px solid transparent;
  }
  #footer .info dl dd a:hover {
    border-color: #fff;
  }
  #footer .vcode {
    margin-bottom: 0.1rem;
    width: 1.6rem;
  }
  #footer .focus {
    width: 1.6rem;
    text-align: center;
    color: #fff;
  }
  #footer .address {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.25rem;
    color: #fff;
    font-size: 14px;
    padding-left: 0;
  }
  #footer .address a {
    color: #fff;
  }
  #footer .right-info {
    margin-top: 0.4rem;
    font-size: 0.14rem;
    line-height: 0.32rem;
    display: flex;
    justify-content: space-around;
  }
  #footer .right-info > div {
    padding-left: 0;
  }
  #footer .right-info > div img {
    float: right;
  }
  #footer .right-info > div .row > div a.rights_num {
    color: #fff;
  }
  #footer .right-info .certificate {
    color: #fff;
  }
  #footer .foot_logo {
    width: 2.9rem;
    float: right;
  }
  .pagination_box {
    margin: 1rem auto;
  }
  .pagination .page-item.active {
    background-color: #00afcc !important;
    border-color: #00afcc !important;
  }
  .pagination .page-item.active a {
    color: #fff;
    background-color: #00afcc !important;
    border-color: #00afcc !important;
  }
  .pagination .page-item.active .page-link {
    background-color: #00afcc !important;
    border-color: #00afcc !important;
  }
  .pagination .page-link:focus {
    box-shadow: none;
  }
  .pagination li {
    margin-right: 0.1rem;
    width: 0.5rem;
    height: 0.45rem;
    border-radius: 0.1rem;
  }
  .pagination li:first-child,
  .pagination li:last-child {
    width: 1rem;
  }
  .pagination li:first-child .page-link,
  .pagination li:last-child .page-link {
    border-radius: 0.1rem;
  }
  .pagination li a {
    font-size: 0.15rem;
    color: #666;
    border-radius: 8px;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.45rem;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #header .share-price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #header .share-price .price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .sub_title li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .sub_title li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #header button.navbar-toggler {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #header button.navbar-toggler {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #header .dropdown-menu .dropdown-item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #header .search_box i.close {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #header .search_box i.close {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #header .search_box i.close {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #header .search_box :-moz-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #header .search_box ::-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #header .search_box ::-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #header .search_box .search_type {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #header .search_box .search_type {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #header .search_box i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #header .search_box i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #header .search_box .search_list_box ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #header .search_box .search_list_box ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #footer {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #footer .info dl dt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #footer .info dl dt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #footer .info dl dd {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #footer .address {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) {
  #header .share_price {
    margin-right: 0.2rem;
  }
  #header {
    font-family: "Source Han Sans";
    height: 1rem;
    padding-top: 0.24rem;
    background-color: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
  }
  #header .mobile_search {
    display: none;
  }
  #header .navbar-light {
    height: 100%;
    padding: 0;
  }
  #header .navbar-light .navbar-brand {
    padding: 0;
    height: 100%;
    margin-right: 0;
    float: left;
  }
  #header .logo {
    float: left;
    padding-right: 0.22rem;
    border-right: 1px solid #eee;
    margin-right: 0.22rem;
    margin-top: 0;
    width: 1.57rem;
    height: 0.45rem;
  }
  #header .share-price {
    font-size: 14px;
    float: left;
    margin-top: 0;
  }
  #header .share-price .title {
    color: #666;
  }
  #header .share-price .price {
    color: #e70000;
    font-size: 14px;
  }
  #header .share-price .price img {
    vertical-align: middle;
    margin-bottom: 0.05rem;
  }
  #header .share-price .price span {
    font-weight: 700;
  }
  #header .navbar-collapse {
    position: relative;
    z-index: 999;
    background-color: #fff;
    height: 100%;
  }
  #header .navbar-collapse .my_nav {
    height: 0.6rem;
    position: absolute;
    min-width: 13rem;
    right: 0;
  }
  #header .navbar-collapse .my_nav li.nav-item {
    width: 1.6rem;
    height: 0.59rem;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .navbar-collapse .my_nav li.nav-item .show_sub_title {
    display: none;
  }
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.59rem;
    color: #333;
    font-size: 16px;
  }
  #header .navbar-collapse .my_nav li.nav-item:last-child {
    width: 0.8rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) {
    width: 0.8rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) .nav-link {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/search_03.png) no-repeat center center / 100% 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-child(6) {
    width: 1.9rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:not(:last-child):hover {
    background: url(../images/rect_03.png) no-repeat;
    background-size: 100% 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item:not(:last-child):hover .nav-link {
    color: #fff !important;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-child(9):hover {
    background: none;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-child(9):hover .nav-link {
    background: url(../images/search_active_03.png) no-repeat;
    background-size: 100% 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item:last-child:hover .nav-link {
    color: #00afcc;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title {
    position: absolute;
    left: -0.1rem;
    top: 0.6rem;
    border-radius: 0.05rem;
    overflow: hidden;
    margin-left: 0.1rem;
    display: none;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li {
    width: 1.6rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    font-size: 14px;
    color: #333;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li a {
    font-size: 14px;
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li:hover a {
    background-color: #00afcc;
    color: #fff;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li.active a {
    background-color: #00afcc;
    color: #fff;
  }
  #header button.navbar-toggler {
    padding: 0.1rem;
    font-size: 16px;
    margin-right: 0.5rem;
    border-radius: 0.1rem;
  }
  #header .nav-item.active {
    background: url(../images/rect_03.png) no-repeat;
    background-size: 100% 100%;
  }
  #header .nav-item.active .nav-link {
    color: #fff !important;
  }
  #header .dropdown-menu {
    left: -0.2rem;
    top: 0.4rem;
    padding: 0;
    min-width: 1rem;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center !important;
  }
  #header .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0;
    padding-bottom: 0.1rem;
    width: 1rem;
    box-sizing: border-box;
    text-align: center;
  }
  #header .search_box {
    width: 100%;
    height: 1rem;
    background-color: #00afcc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
  }
  #header .search_box .search_input {
    width: 4.5rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #header .search_box i.close {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-left: 2rem;
    cursor: pointer;
  }
  #header .search_box input {
    background-color: #00afcc;
    height: 0.3rem;
    width: 4rem;
    color: #ddd;
  }
  #header .search_box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ddd;
    font-size: 14px;
  }
  #header .search_box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box .search_type {
    color: #ddd;
    font-size: 18px;
    margin-left: 0.3rem;
    cursor: pointer;
  }
  #header .search_box i {
    color: #ddd;
    font-size: 16px;
    cursor: pointer;
  }
  #header .search_box .search_list_box {
    position: absolute;
    left: 5.4rem;
    top: 0.8rem;
    background-color: #00afcc;
    width: 7rem;
    overflow: hidden;
  }
  #header .search_box .search_list_box ul li {
    line-height: 0.4rem;
    padding: 0 0.3rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #header .search_box .search_list_box ul li a {
    color: #ddd;
  }
  #footer {
    background-color: #00afcc;
    font-size: 14px;
    color: #fff;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  #footer .info {
    margin-bottom: 0.3rem;
    color: #fff;
  }
  #footer .info .my-col {
    margin-bottom: 0.4rem;
  }
  #footer .info .my-col:first-child {
    padding-left: 0;
  }
  #footer .info .my-col:last-child {
    padding-right: 0;
  }
  #footer .info dl dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0.3rem;
  }
  #footer .info dl dt a {
    color: #fff;
    border-bottom: 1px solid transparent;
  }
  #footer .info dl dt a:hover {
    border-color: #fff;
  }
  #footer .info dl dd {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    line-height: 0.4rem;
  }
  #footer .info dl dd a {
    color: #fff;
    border-bottom: 1px solid transparent;
  }
  #footer .info dl dd a:hover {
    border-color: #fff;
  }
  #footer .vcode {
    margin-bottom: 0.1rem;
    width: 1.6rem;
  }
  #footer .focus {
    width: 1.6rem;
    text-align: center;
    color: #fff;
  }
  #footer .address {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.25rem;
    color: #fff;
    font-size: 14px;
    padding-left: 0;
  }
  #footer .address a {
    color: #fff;
  }
  #footer .right-info {
    margin-top: 0.4rem;
    font-size: 0.14rem;
    line-height: 0.32rem;
    display: flex;
    justify-content: space-around;
  }
  #footer .right-info > div {
    padding-left: 0;
  }
  #footer .right-info > div img {
    float: right;
  }
  #footer .right-info > div a.rights_num {
    color: #fff;
  }
  #footer .right-info .certificate {
    color: #fff;
  }
  #footer .foot_logo {
    width: 2.9rem;
    float: right;
  }
  .pagination_box {
    margin: 1rem auto;
  }
  .pagination .page-item.active {
    background-color: #00afcc !important;
    border-color: #00afcc !important;
  }
  .pagination .page-item.active a {
    color: #fff;
  }
  .pagination .page-link:focus {
    box-shadow: none;
  }
  .pagination li {
    margin-right: 0.1rem;
    width: 0.5rem;
    height: 0.45rem;
    border-radius: 0.1rem;
  }
  .pagination li:first-child,
  .pagination li:last-child {
    width: 1rem;
  }
  .pagination li:first-child .page-link,
  .pagination li:last-child .page-link {
    border-radius: 0.1rem;
  }
  .pagination li a {
    font-size: 0.15rem;
    color: #666;
    border-radius: 8px;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.45rem;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #header .share-price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #header .share-price .price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .sub_title li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .sub_title li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #header button.navbar-toggler {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #header button.navbar-toggler {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #header .dropdown-menu .dropdown-item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #header .search_box i.close {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #header .search_box i.close {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #header .search_box i.close {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #header .search_box :-moz-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #header .search_box ::-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #header .search_box ::-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #header .search_box .search_type {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #header .search_box .search_type {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #header .search_box i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #header .search_box i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #footer {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #footer .info dl dt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #footer .info dl dt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #footer .info dl dd {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #footer .address {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) {
  #header .share_price {
    margin-right: 0.2rem;
  }
  #header {
    font-family: "Source Han Sans";
    height: 1rem;
    padding-top: 0.1rem;
    background-color: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
  }
  #header .mobile_search {
    display: none;
  }
  #header .navbar-light {
    height: 100%;
    padding: 0;
  }
  #header .navbar-light .navbar-brand {
    padding: 0;
    height: 100%;
    margin-right: 0;
    float: left;
  }
  #header .logo {
    float: left;
    padding-right: 0.22rem;
    border-right: 1px solid #eee;
    margin-right: 0.22rem;
    margin-top: 0.2rem;
    width: 1.8rem;
    height: 0.55rem;
  }
  #header .share-price {
    font-size: 14px;
    float: left;
    margin-top: 0.15rem;
  }
  #header .share-price .title {
    color: #666;
  }
  #header .share-price .price {
    color: #e70000;
    font-size: 14px;
  }
  #header .share-price .price img {
    vertical-align: middle;
    margin-bottom: 0.05rem;
  }
  #header .share-price .price span {
    font-weight: 700;
  }
  #header .navbar-collapse {
    position: relative;
    z-index: 999;
    background-color: #fff;
    height: 100%;
  }
  #header .navbar-collapse .my_nav {
    height: 0.6rem;
    position: absolute;
    min-width: 9.3rem;
    right: 24%;
  }
  #header .navbar-collapse .my_nav li.nav-item {
    width: 1.39rem;
    height: 0.59rem;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .navbar-collapse .my_nav li.nav-item .show_sub_title {
    display: none;
  }
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.59rem;
    color: #333;
    font-size: 14px;
  }
  #header .navbar-collapse .my_nav li.nav-item:last-child {
    width: 0.8rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) {
    width: 0.8rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) .nav-link {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/search_03.png) no-repeat center center / 100% 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item:not(:last-child):hover {
    background: url(../images/rect_03.png) no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
  }
  #header .navbar-collapse .my_nav li.nav-item:not(:last-child):hover .nav-link {
    color: #fff !important;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-child(9):hover {
    background: none;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-child(9):hover .nav-link {
    background: url(../images/search_active_03.png) no-repeat center center / 100% 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title {
    position: absolute;
    left: -0.1rem;
    top: 0.6rem;
    border-radius: 0.05rem;
    overflow: hidden;
    margin-left: 0.1rem;
    display: none;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li {
    width: 1.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    font-size: 14px;
    color: #333;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li a {
    font-size: 14px;
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li:hover a {
    background-color: #00afcc;
    color: #fff;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li.active a {
    background-color: #00afcc;
    color: #fff;
  }
  #header button.navbar-toggler {
    padding: 0.1rem;
    font-size: 16px;
    margin-right: 0.5rem;
    border-radius: 0.1rem;
  }
  #header .nav-item.active {
    background: url(../images/rect_03.png) no-repeat;
    background-size: 100% 100%;
  }
  #header .nav-item.active .nav-link {
    color: #fff !important;
  }
  #header .dropdown-menu {
    left: -0.2rem;
    top: 0.4rem;
    padding: 0;
    min-width: 1rem;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center !important;
  }
  #header .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0;
    padding-bottom: 0.1rem;
    width: 1rem;
    box-sizing: border-box;
    text-align: center;
  }
  #header .search_box {
    width: 100%;
    height: 1rem;
    background-color: #00afcc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
  }
  #header .search_box .search_input {
    width: 4.5rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #header .search_box i.close {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-left: 2rem;
    cursor: pointer;
  }
  #header .search_box input {
    background-color: #00afcc;
    height: 0.3rem;
    width: 4rem;
    color: #ddd;
  }
  #header .search_box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ddd;
    font-size: 14px;
  }
  #header .search_box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box .search_type {
    color: #ddd;
    font-size: 18px;
    margin-left: 0.3rem;
    cursor: pointer;
  }
  #header .search_box i {
    color: #ddd;
    font-size: 16px;
    cursor: pointer;
  }
  #header .search_box .search_list_box {
    position: absolute;
    left: 5.4rem;
    top: 0.8rem;
    background-color: #00afcc;
    width: 7rem;
    overflow: hidden;
  }
  #header .search_box .search_list_box ul li {
    line-height: 0.4rem;
    padding: 0 0.3rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #header .search_box .search_list_box ul li a {
    color: #ddd;
  }
  #footer {
    background-color: #00afcc;
    font-size: 12px;
    color: #fff;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  #footer .info {
    margin-bottom: 0.3rem;
    color: #fff;
  }
  #footer .info .my-col {
    margin-bottom: 0.4rem;
  }
  #footer .info .my-col:first-child {
    padding-left: 0;
  }
  #footer .info .my-col:last-child {
    padding-right: 0;
  }
  #footer .info dl dt {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0.3rem;
  }
  #footer .info dl dt a {
    color: #fff;
  }
  #footer .info dl dt a:hover {
    color: #ccc;
  }
  #footer .info dl dd {
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    line-height: 0.4rem;
  }
  #footer .info dl dd a {
    color: #fff;
  }
  #footer .info dl dd a:hover {
    color: #ccc;
  }
  #footer .vcode {
    margin-bottom: 0.1rem;
    width: 1.6rem;
  }
  #footer .focus {
    width: 1.6rem;
    text-align: center;
    color: #fff;
  }
  #footer .address {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.25rem;
    color: #fff;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .address a {
    color: #fff;
  }
  #footer .right-info {
    margin-top: 0.4rem;
    font-size: 0.14rem;
    line-height: 0.32rem;
    display: flex;
    justify-content: space-around;
  }
  #footer .right-info > div {
    padding-left: 0;
  }
  #footer .right-info > div img {
    float: right;
  }
  #footer .right-info > div .row {
    margin-bottom: 0.1rem;
  }
  #footer .right-info > div .row > div {
    padding-right: 0;
    color: #fff;
  }
  #footer .right-info .certificate {
    color: #fff;
  }
  #footer .foot_logo {
    width: 2.9rem;
    float: right;
  }
  .pagination_box {
    margin: 1rem auto;
  }
  .pagination .page-item.active .page-link {
    background-color: #00afcc !important;
    border-color: #00afcc !important;
  }
  .pagination .page-link:focus {
    box-shadow: none;
  }
  .pagination li {
    margin-right: 0.1rem;
    width: 0.5rem;
    height: 0.45rem;
    border-radius: 0.1rem;
  }
  .pagination li:first-child,
  .pagination li:last-child {
    width: 1rem;
  }
  .pagination li:first-child .page-link,
  .pagination li:last-child .page-link {
    border-radius: 0.1rem;
  }
  .pagination li a {
    font-size: 0.15rem;
    color: #666;
    border-radius: 8px;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.45rem;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #header .share-price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #header .share-price .price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .sub_title li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .sub_title li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #header button.navbar-toggler {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #header button.navbar-toggler {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #header .dropdown-menu .dropdown-item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #header .search_box i.close {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #header .search_box i.close {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #header .search_box i.close {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #header .search_box :-moz-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #header .search_box ::-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #header .search_box ::-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #header .search_box .search_type {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #header .search_box .search_type {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #header .search_box i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #header .search_box i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #footer .info dl dt {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  #header .share_price {
    margin-right: 0.2rem;
  }
  #header {
    font-family: "Source Han Sans";
    height: 1rem;
    padding-top: 0.1rem;
    background-color: #fff;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
  }
  #header .mobile_search {
    display: none;
  }
  #header .navbar-light {
    height: 100%;
    padding: 0;
  }
  #header .navbar-light .navbar-brand {
    padding: 0;
    height: 100%;
    margin-right: 0;
    float: left;
  }
  #header .logo {
    float: left;
    padding-right: 0.22rem;
    border-right: 1px solid #eee;
    margin-right: 0.22rem;
    margin-top: 0.2rem;
    width: 1.57rem;
    height: 0.45rem;
  }
  #header .share-price {
    font-size: 14px;
    float: left;
    margin-top: 0;
  }
  #header .share-price .title {
    color: #666;
  }
  #header .share-price .price {
    color: #e70000;
    font-size: 14px;
  }
  #header .share-price .price img {
    vertical-align: middle;
    margin-bottom: 0.05rem;
  }
  #header .share-price .price span {
    font-weight: 700;
  }
  #header .navbar-collapse {
    position: relative;
    z-index: 999;
    background-color: #fff;
    height: 100%;
  }
  #header .navbar-collapse .my_nav {
    height: 0.6rem;
    position: absolute;
    min-width: 9.3rem;
    right: 30%;
  }
  #header .navbar-collapse .my_nav li.nav-item {
    width: 2rem;
    height: 0.59rem;
    position: absolute;
    box-sizing: border-box;
  }
  #header .navbar-collapse .my_nav li.nav-item .show_sub_title {
    display: none;
  }
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.59rem;
    color: #333;
    font-size: 14px;
  }
  #header .navbar-collapse .my_nav li.nav-item:last-child {
    width: 0.8rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) {
    width: 0.8rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) img {
    vertical-align: middle;
  }
  #header .navbar-collapse .my_nav li.nav-item:not(:last-child):hover {
    background: url(../images/rect_03.png) no-repeat;
    background-size: 100% 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item:not(:last-child):hover .nav-link {
    color: #fff !important;
  }
  #header .navbar-collapse .my_nav li.nav-item:hover {
    background: url(../images/rect_03.png) no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
  }
  #header .navbar-collapse .my_nav li.nav-item:hover .nav-link {
    color: #fff !important;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title {
    position: absolute;
    left: -0.1rem;
    top: 0.6rem;
    border-radius: 0.05rem;
    overflow: hidden;
    margin-left: 0.1rem;
    display: none;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li {
    width: 2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    font-size: 14px;
    color: #333;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li a {
    font-size: 14px;
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li:hover a {
    background-color: #00afcc;
    color: #fff;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li.active a {
    background-color: #00afcc;
    color: #fff;
  }
  #header button.navbar-toggler {
    padding: 0.1rem;
    font-size: 16px;
    margin-right: 0.5rem;
    border-radius: 0.1rem;
  }
  #header .nav-item.active {
    background: url(../images/rect_03.png) no-repeat;
    background-size: 100% 100%;
  }
  #header .nav-item.active .nav-link {
    color: #fff !important;
  }
  #header .dropdown-menu {
    left: -0.2rem;
    top: 0.4rem;
    padding: 0;
    min-width: 1rem;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center !important;
  }
  #header .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0;
    padding-bottom: 0.1rem;
    width: 1rem;
    box-sizing: border-box;
    text-align: center;
  }
  #header .search_box {
    width: 100%;
    height: 1rem;
    background-color: #00afcc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    position: relative;
  }
  #header .search_box .search_input {
    width: 4.5rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #header .search_box i.close {
    font-size: 20px;
    color: #ddd;
    font-weight: 400;
    margin-left: 2rem;
    cursor: pointer;
  }
  #header .search_box input {
    background-color: #00afcc;
    height: 0.3rem;
    width: 4rem;
    color: #ddd;
  }
  #header .search_box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ddd;
    font-size: 14px;
  }
  #header .search_box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box .search_type {
    color: #ddd;
    font-size: 18px;
    margin-left: 0.3rem;
    cursor: pointer;
  }
  #header .search_box i {
    color: #ddd;
    font-size: 16px;
    cursor: pointer;
  }
  #header .search_box .search_list_box {
    position: absolute;
    left: 5.4rem;
    top: 0.8rem;
    background-color: #00afcc;
    width: 7rem;
    overflow: hidden;
  }
  #header .search_box .search_list_box ul li {
    line-height: 0.4rem;
    padding: 0 0.3rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #header .search_box .search_list_box ul li a {
    color: #ddd;
  }
  .pagination_box {
    margin: 1rem auto;
  }
  .pagination .page-item.active .page-link {
    background-color: #00afcc !important;
    border-color: #00afcc !important;
  }
  .pagination li {
    margin-right: 0.1rem;
    width: 0.5rem;
    height: 0.45rem;
    border-radius: 0.1rem;
  }
  .pagination li:first-child,
  .pagination li:last-child {
    width: 1rem;
  }
  .pagination li:first-child .page-link,
  .pagination li:last-child .page-link {
    border-radius: 0.1rem;
  }
  .pagination li a {
    font-size: 0.15rem;
    color: #666;
    border-radius: 8px;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.45rem;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #header .share-price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #header .share-price .price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .sub_title li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .sub_title li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #header button.navbar-toggler {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #header button.navbar-toggler {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #header .dropdown-menu .dropdown-item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #header .search_box i.close {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  #header .search_box i.close {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #header .search_box i.close {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #header .search_box :-moz-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #header .search_box ::-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #header .search_box ::-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #header .search_box .search_type {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #header .search_box .search_type {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #header .search_box i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #header .search_box i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-light .navbar-brand {
    width: 6rem !important;
  }
  .my_nav {
    min-height: 6rem;
    background: #fff;
  }
  .my_nav li {
    position: static !important;
  }
  #header {
    font-family: "Source Han Sans";
    height: 1rem;
    padding-top: 0.1rem;
    background-color: #fff;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
  }
  #header .mobile_search {
    display: none;
  }
  #header .navbar-light {
    height: 100%;
    padding: 0;
  }
  #header .navbar-light .navbar-brand {
    padding: 0;
    height: 100%;
    margin-right: 0;
    float: left;
  }
  #header .logo {
    float: left;
    padding-right: 0.22rem;
    border-right: 1px solid #eee;
    margin-right: 0.22rem;
    margin-top: 0.2rem;
    width: 1.57rem;
    height: 0.45rem;
  }
  #header .share-price {
    font-size: 14px;
    float: left;
    margin-top: 0;
  }
  #header .share-price .title {
    color: #666;
  }
  #header .share-price .price {
    color: #e70000;
    font-size: 14px;
  }
  #header .share-price .price img {
    vertical-align: middle;
    margin-bottom: 0.05rem;
  }
  #header .share-price .price span {
    font-weight: 700;
  }
  #header .navbar-collapse {
    position: relative;
    z-index: 999;
    background-color: #fff;
    height: 100%;
  }
  #header .navbar-collapse .my_nav {
    height: 0.6rem;
    position: absolute;
    min-width: 18.6rem;
    right: 0%;
    background-color: rgba(24, 160, 174, 0.9);
  }
  #header .navbar-collapse .my_nav li.nav-item {
    width: 100% !important;
    height: auto;
    position: absolute;
    box-sizing: border-box;
    padding-right: 1rem;
  }
  #header .navbar-collapse .my_nav li.nav-item .show_sub_title {
    display: none;
  }
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: right;
    line-height: 0.59rem;
    color: #333;
    font-size: 14px;
  }
  #header .navbar-collapse .my_nav li.nav-item:last-child {
    width: 0.8rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:not(:last-child):hover {
    background: none;
    background-size: 100% 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item:not(:last-child):hover .nav-link {
    color: #fff !important;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) {
    display: flex;
    justify-content: flex-end;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) .nav-link {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/search_03.png) no-repeat center center / 100% 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item:hover {
    background: none;
    background-size: 100% 100%;
    font-size: 12px;
  }
  #header .navbar-collapse .my_nav li.nav-item:hover .nav-link {
    color: #fff !important;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title {
    position: absolute;
    left: -0.1rem;
    top: 0.6rem;
    border-radius: 0.05rem;
    overflow: hidden;
    margin-left: 0.1rem;
    display: none;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li {
    width: 1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    font-size: 14px;
    color: #333;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li a {
    font-size: 14px;
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li:hover a {
    background-color: #00afcc;
    color: #fff;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li.active a {
    background-color: #00afcc;
    color: #f00;
  }
  #header button.navbar-toggler {
    padding: 0.1rem;
    font-size: 16px;
    margin-right: 0.5rem;
    border-radius: 0.1rem;
  }
  #header .nav-item.active {
    background: none;
    background-size: 100% 100%;
  }
  #header .nav-item.active .nav-link {
    color: #fff !important;
  }
  #header .dropdown-menu {
    left: -0.2rem;
    top: 0.4rem;
    padding: 0;
    min-width: 1rem;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center !important;
  }
  #header .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0;
    padding-bottom: 0.1rem;
    width: 1rem;
    box-sizing: border-box;
    text-align: center;
  }
  #header .search_box {
    width: 100%;
    height: 1rem;
    background-color: #00afcc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
  }
  #header .search_box .search_input {
    width: 4.5rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #header .search_box i.close {
    font-size: 20px;
    color: #ddd;
    font-weight: 400;
    margin-left: 2rem;
    cursor: pointer;
  }
  #header .search_box input {
    background-color: #00afcc;
    height: 0.3rem;
    width: 4rem;
    color: #ddd;
  }
  #header .search_box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ddd;
    font-size: 14px;
  }
  #header .search_box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    color: #ddd;
    font-size: 16px;
  }
  #header .search_box .search_type {
    color: #ddd;
    font-size: 18px;
    margin-left: 0.3rem;
    cursor: pointer;
  }
  #header .search_box i {
    color: #ddd;
    font-size: 16px;
    cursor: pointer;
  }
  #header .search_box .search_list_box {
    position: absolute;
    left: 5.4rem;
    top: 0.8rem;
    background-color: #00afcc;
    width: 7rem;
    overflow: hidden;
  }
  #header .search_box .search_list_box ul li {
    line-height: 0.4rem;
    padding: 0 0.3rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #header .search_box .search_list_box ul li a {
    color: #ddd;
  }
  .pagination_box {
    margin: 1rem auto;
  }
  .pagination .page-item.active .page-link {
    background-color: #00afcc !important;
    border-color: #00afcc !important;
  }
  .pagination li {
    margin-right: 0.1rem;
    width: 0.5rem;
    height: 0.45rem;
    border-radius: 0.1rem;
  }
  .pagination li:first-child,
  .pagination li:last-child {
    width: 1rem;
  }
  .pagination li:first-child .page-link,
  .pagination li:last-child .page-link {
    border-radius: 0.1rem;
  }
  .pagination li a {
    font-size: 0.15rem;
    color: #666;
    border-radius: 8px;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.45rem;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #header .share-price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #header .share-price .price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .sub_title li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .sub_title li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1366px) {
  #header button.navbar-toggler {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #header button.navbar-toggler {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #header .dropdown-menu .dropdown-item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #header .search_box i.close {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1200px) {
  #header .search_box i.close {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #header .search_box i.close {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #header .search_box :-moz-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1366px) {
  #header .search_box ::-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #header .search_box ::-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1366px) {
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1366px) {
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #header .search_box .search_type {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #header .search_box .search_type {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1366px) {
  #header .search_box i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #header .search_box i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-light .navbar-brand {
    width: 3rem !important;
  }
  .my_nav {
    min-height: 6rem;
    background: #fff;
  }
  .my_nav li {
    position: static !important;
  }
  #header button.navbar-toggler {
    margin-right: 0rem;
  }
  #header {
    font-family: "Source Han Sans";
    height: 1rem;
    padding-top: 0.1rem;
    background-color: #fff;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
  }
  #header .navbar-light {
    height: 100%;
    padding: 0;
  }
  #header .navbar-light .navbar-brand {
    padding: 0;
    height: 100%;
    margin-right: 0;
    float: left;
  }
  #header .logo {
    float: left;
    padding-right: 0.22rem;
    border-right: none;
    margin-right: 0.22rem;
    margin-top: 0;
    width: 2.4rem;
    height: 0.7rem;
  }
  #header .share-price {
    font-size: 14px;
    float: left;
    margin-top: 0;
  }
  #header .share-price .title {
    color: #666;
  }
  #header .share-price .price {
    color: #e70000;
    font-size: 14px;
  }
  #header .share-price .price img {
    vertical-align: middle;
    margin-bottom: 0.05rem;
  }
  #header .share-price .price span {
    font-weight: 700;
  }
  #header .navbar-collapse {
    position: relative;
    z-index: 999;
    background-color: #fff;
    height: 100%;
  }
  #header .navbar-collapse .my_nav {
    height: auto;
    position: absolute;
    min-width: 18.6rem;
    right: -5%;
    background-color: rgba(24, 160, 174, 0.9);
    top: 0.2rem;
  }
  #header .navbar-collapse .my_nav li.nav-item {
    width: 100% !important;
    height: auto;
    box-sizing: border-box;
    display: flex;
    padding-right: 3.2rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:not(:last-child):hover {
    background: none;
    background-size: 100% 100%;
    font-size: 0.4rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:not(:last-child):hover .nav-link {
    color: #073190 !important;
  }
  #header .navbar-collapse .my_nav li.nav-item:first-child {
    padding-right: 3.6rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-child(2) .sub_title {
    top: 1.4rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-child(2) .show_sub_title {
    top: 0.8rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-child(3) .sub_title {
    top: 2.2rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-child(3) .show_sub_title {
    top: 1.6rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-child(4) .sub_title {
    top: 3rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-child(4) .show_sub_title {
    top: 2.4rem;
  }
  #header .navbar-collapse .my_nav li.nav-item .show_sub_title {
    display: inline-block;
    font-size: 0.4rem;
    margin-left: 2rem;
    color: #fff;
    position: absolute;
    top: 0;
    right: 1rem;
  }
  #header .navbar-collapse .my_nav li.nav-item .nav-link {
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: right;
    line-height: 0.8rem;
    color: #fff;
    font-size: 0.3rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:last-child {
    width: 0.8rem;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) {
    display: flex;
    display: none;
  }
  #header .navbar-collapse .my_nav li.nav-item:nth-last-child(2) .nav-link {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/search_03.png) no-repeat center center / 100% 100%;
  }
  #header .navbar-collapse .my_nav li.nav-item:last-child {
    display: none;
  }
  #header .navbar-collapse .my_nav li.nav-item:hover {
    background: none;
    background-size: 100% 100%;
    font-size: 12px;
  }
  #header .navbar-collapse .my_nav li.nav-item:hover .nav-link {
    color: #fff !important;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title {
    position: absolute;
    left: 14rem;
    border-radius: 0.05rem;
    overflow: hidden;
    margin-left: 0.1rem;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li {
    width: 2rem;
    height: 0.6rem !important;
    line-height: 0.6rem;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: right;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li:hover a {
    background-color: #00afcc;
    color: #fff;
  }
  #header .navbar-collapse .my_nav li.nav-item .sub_title li.active a {
    background-color: #00afcc;
    color: #f00;
  }
  #header .mobile_search {
    width: 1.2rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .mobile_search li {
    flex: 1;
    position: relative;
  }
  #header .mobile_search li .search_img {
    margin-top: 0;
  }
  #header .mobile_search li p {
    color: #333;
    cursor: pointer;
  }
  #header .mobile_search li > ul {
    display: none;
    position: absolute;
    bottom: -1rem;
    right: -0.3rem;
    z-index: 9999;
    background-color: #fff;
    padding: 0.1rem 0.05rem;
    width: 1.2rem;
    text-align: center;
  }
  #header .mobile_search li > ul.ul_show {
    display: block;
  }
  #header .mobile_search li > ul li a {
    color: #333;
  }
  #header button.navbar-toggler {
    padding: 0.1rem;
    font-size: 16px;
    margin-right: -1.5rem;
    border-radius: 0.1rem;
    border: none;
  }
  #header .nav-item.active {
    background: none;
  }
  #header .nav-item.active .nav-link {
    color: #073190 !important;
  }
  #header .nav-item.active .show_sub_title {
    color: #073190 !important;
  }
  #header .dropdown-menu {
    left: -0.2rem;
    top: 0.4rem;
    padding: 0;
    min-width: 1rem;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center !important;
  }
  #header .dropdown-menu .dropdown-item {
    font-size: 0.4rem;
    padding: 0;
    padding-bottom: 0.1rem;
    width: 1rem;
    box-sizing: border-box;
    text-align: center;
  }
  #header .search_box {
    width: 100%;
    height: 1rem;
    background-color: #00afcc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
  }
  #header .search_box .search_input {
    width: 4.5rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #header .search_box i.close {
    font-size: 20px;
    color: #ddd;
    font-weight: 400;
    margin-left: 1.2rem;
    cursor: pointer;
  }
  #header .search_box input {
    background-color: #00afcc;
    height: 0.3rem;
    width: 4rem;
    color: #ddd;
  }
  #header .search_box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ddd;
    font-size: 0.2rem;
  }
  #header .search_box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ddd;
    font-size: 0.2rem;
  }
  #header .search_box input:-ms-input-placeholder,
  #header .search_box textarea:-ms-input-placeholder {
    color: #ddd;
    font-size: 0.2rem;
  }
  #header .search_box input::-webkit-input-placeholder,
  #header .search_box textarea::-webkit-input-placeholder {
    color: #ddd;
    font-size: 0.2rem;
  }
  #header .search_box .search_type {
    color: #ddd;
    font-size: 12px;
    margin-left: 0.3rem;
    cursor: pointer;
  }
  #header .search_box i {
    color: #ddd;
    font-size: 0.2rem;
    cursor: pointer;
  }
  #header .search_box .search_list_box {
    position: absolute;
    left: 0rem;
    top: 0.8rem;
    background-color: #00afcc;
    width: 100%;
    overflow: hidden;
  }
  #header .search_box .search_list_box ul li {
    line-height: 0.46rem;
    padding: 0 0.3rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #header .search_box .search_list_box ul li a {
    color: #ddd;
  }
  #footer {
    background-color: #00afcc;
    font-size: 14px;
    color: #fff;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  #footer .info {
    margin-bottom: 0.3rem;
    color: #fff;
  }
  #footer .info .my-col {
    margin-bottom: 0;
    padding-left: 0;
  }
  #footer .info .my-col:nth-child(3n + 1) {
    padding-left: 0;
  }
  #footer .info .my-col:nth-child(2) {
    padding-left: 0;
  }
  #footer .info .my-col:last-child {
    padding-left: 0;
  }
  #footer .info dl dt {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0.1rem;
  }
  #footer .info dl dd {
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    display: none;
  }
  #footer .info dl dd:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #footer .row > div {
    margin-bottom: 0.2rem;
  }
  #footer .vcode {
    margin-bottom: 0.1rem;
    width: 1.6rem;
    display: none;
  }
  #footer .focus {
    width: 2.4rem;
    text-align: left;
    color: #fff;
    display: none;
  }
  #footer .address {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    color: #fff;
    padding-left: 0;
  }
  #footer .address a {
    color: #fff;
  }
  #footer .right-info {
    margin-top: 0.2rem;
    font-size: 0.14rem;
    line-height: 0.32rem;
  }
  #footer .right-info .certificate {
    color: #fff;
  }
  #footer .foot_logo {
    width: 2.9rem;
    float: left;
    margin-top: 0.4rem;
  }
  .pagination_box {
    margin: 1rem auto;
  }
  .pagination_box .pagination .page-item.active .page-link {
    background-color: #00afcc !important;
    border-color: #00afcc !important;
  }
  .pagination_box .pagination li {
    margin-right: 0.1rem;
    width: 0.5rem;
    height: 0.45rem;
    border-radius: 0.1rem;
  }
  .pagination_box .pagination li:first-child,
  .pagination_box .pagination li:last-child {
    width: 1rem;
  }
  .pagination_box .pagination li:first-child .page-link,
  .pagination_box .pagination li:last-child .page-link {
    border-radius: 0.1rem;
  }
  .pagination_box .pagination li a {
    font-size: 0.15rem;
    color: #666;
    border-radius: 8px;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.45rem;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #header .share-price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #header .share-price .price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .sub_title li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #header .navbar-collapse .my_nav li.nav-item .sub_title li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1366px) {
  #header button.navbar-toggler {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #header button.navbar-toggler {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #header .search_box i.close {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1200px) {
  #header .search_box i.close {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #header .search_box i.close {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #footer {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #footer .info dl dt {
    font-size: 12px;
  }
}
#footer .info .my-col:nth-last-child(2) dt a:hover{
  text-transform: none;
  border:none!important;
  cursor: default;
}
