*,
p,
div,
span {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    outline: none;
}

dl,
ul {
    margin: 0;
    list-style: none;
}

a,
a:hover,
a:active,
a:visited {
    color: inherit;
    text-decoration: none;
}

img {
    width: 100%;
}

.img-80 {
    width: 80%;
}

.img-50 {
    width: 50%;
}

.img-30 {
    width: 30%;
}

.detail-img {
    width: 80%;
    margin-left: 10%;
}

.gif-img {
    width: 80%;
    margin-left: 10%;
}

html {
    width: 100%;
    height: 100%;
    font-size: 625%;
}

body {
    width: 100%;
    height: 100%;
    font-size: 0.175rem;
    font-family: Arial, Helvetica Neue, Helvetica, PingFang SC, 'Source Han Sans', 'Source Han Sans CN', sans-serif;
    line-height: 1;
    background-color: #fff;
    color: #333333;
}

@media screen and (max-width: 1100px) {
    html {
        font-size: 500%;
    }
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 625%;
    }
}

@media screen and (min-width: 1400px) {
    html {
        font-size: 750%;
    }
}

@media screen and (min-width: 1600px) {
    html {
        font-size: 850%;
    }
}

@media screen and (min-width: 1900px) {
    html {
        font-size: 1000%;
    }
}

@media screen and (min-width: 2200px) {
    html {
        font-size: 1150%;
    }
}

@media screen and (min-width: 2500px) {
    html {
        font-size: 1280%;
    }
}

@media screen and (min-width: 2800px) {
    html {
        font-size: 1420%;
    }
}

@media screen and (min-width: 3100px) {
    html {
        font-size: 1570%;
    }
}

@media screen and (min-width: 3400px) {
    html {
        font-size: 1715%;
    }
}

@media screen and (min-width: 3700px) {
    html {
        font-size: 1850%;
    }
}

@media screen and (min-width: 4000px) {
    html {
        font-size: 2000%;
    }
}

.over-hidden {
    overflow: hidden !important;
}

.over-auto {
    overflow: auto !important;
}

.widthFull {
    width: 100% !important;
}

.heightFull {
    height: 100% !important;
}

.text-middle {
    font-size: 0.3rem !important;
}

.text-large {
    font-size: 0.4625rem !important;
}

.nowrap {
    white-space: nowrap !important;
}

h1 {
    font-size: 0.35rem !important;
    margin: 0;
}

h2 {
    font-size: 0.2625rem !important;
    margin: 0;
}

h3 {
    font-size: 0.2048rem !important;
    margin: 0;
}

h4 {
    font-size: 0.175rem !important;
    margin: 0;
}

h5,
.text-normal {
    font-size: 0.1453rem !important;
    font-weight: 300;
    margin: 0;
}

h6,
.text-small {
    font-size: 0.1173rem !important;
    font-weight: 300;
    margin: 0;
}

strong,
.strong {
    font-weight: 600;
}

.text-elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indent {
    text-indent: 2em;
}

.text-elli2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text-elli3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.gray {
    color: #676767;
}

.red {
    color: #eb3337;
}

.skyblue {
    color: rgb(3, 160, 199);
}

.gray-dark {
    color: black;
}

.gray-light {
    color: #9f9f9f;
}

.primary-color {
    color: #d1b16b;
}

.bg-light {
    background: #f7f7f7;
}

.margin-auto {
    margin: 0 auto;
}

.marginB {
    margin-bottom: 0.2rem;
}

.marginB-s {
    margin-bottom: 0.0625rem;
}

.marginT {
    margin-top: 0.2rem;
}

.marginL {
    margin-left: 0.2rem;
}

.marginR {
    margin-right: 0.2rem;
}

.Flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.Flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.Flex.column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Flex.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Flex.spaceB {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Flex.spaceA {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.Flex.spaceC {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Flex.alignC {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Flex.alignE {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.Flexfull,
.center-box,
.news-box,
.content-about .article,
.content-about .article .company-box .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.shrink0,
.side-menu,
.content-about .article .img-intro,
.content-about .article .company-box img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.Fleft {
    float: left;
}

.Fright {
    float: right;
}

.Tcenter {
    text-align: center;
}

.Tleft {
    text-align: left;
}

.Tright {
    text-align: right;
}


input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    outline: medium;
}

select.Tright {
    direction: rtl;
}

.com-input {
    line-height: 1;
    overflow: hidden;
    font-size: 0.1rem;
    color: #333333;
    background: transparent;
    padding: 0;
}

.com-input::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.com-input::-webkit-input-placeholder {
    color: #cccccc;
}

.com-input::-ms-input-placeholder {
    color: #cccccc;
}

.color-placeholder {
    color: #cccccc;
}

.com-input:empty:not(:focus)::before {
    content: attr(data-placeholder);
    color: #cccccc !important;
}

.com-input:focus {
    outline: none;
}

video {
    width: 100%;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: #fff;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background: transparent;
}

.swiper-pagination-bullet-active::after {
    content: '';
    width: 0.05625rem;
    height: 0.05625rem;
    border-radius: 50%;
    display: block;
    background: #9e9e9e;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0.0625rem;
    height: 0.0875rem;
}

.swiper-pagination-bullet {
    width: 0.15625rem;
    height: 0.15625rem;
    border: 1px solid #9e9e9e;
    opacity: 1;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 3.4%;
}

.swiper-pagination-bullets.verticle {
    right: 3.4%;
    top: 45%;
    transform: translate(-50%, 0);
}

.swiper-pagination-bullets.verticle .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.navbar-toggler {
    padding: 0;
    font-size: inherit;
}

.menu {
    padding: 0 0.375rem;
    padding-top: 0.2875rem;
    font-size: 0.15rem;
    box-shadow: 0 0 0.0625rem 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.08125rem;
    background: #fff;
    z-index: 99999;
}

.menu .logo {
    width: 1.8rem;
    height: 0.55rem;
}

.menu .top-msg {
    text-align: right;
}

.menu .top-msg>p,
.menu .top-msg>div {
    display: inline-block;
}

.menu .top-select {
    margin-left: 0.3125rem;
    color: #9f9f9f;
    cursor: pointer;
}

.menu .top-select:hover {
    color: #676767;
}

.menu .top-select:hover .dropdown-menu {
    display: block;
    margin: 0;
}

.menu .top-select .dropdown-toggle {
    padding-bottom: 0.075rem;
}

.menu .top-select .dropdown-toggle::after {
    border-top: 0.8em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}

.menu .dropdown-menu {
    min-width: auto;
    padding: 0.0625rem 0;
    margin: 0.075rem 0 0;
    font-size: 0.15rem;
    color: #9f9f9f;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    background-clip: padding-box;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid #3d9be9;
    left: 0;
    right: auto;
}

.menu .top-select .dropdown-menu {
    width: 100%;
}

.menu .dropdown-menu .dropdown-item {
    display: inline-block;
    padding: 0.0625rem 0.125rem;
    width: auto;
    color: inherit;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.menu .dropdown-menu .dropdown-item:hover {
    color: #676767;
}

.menu .dropdown-submenu {
    position: relative;
}

.menu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -0.05rem;
}

.menu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
}

.menu .dropdown-submenu>a:after {
    display: block;
    content: ' ';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-color: #ccc transparent transparent transparent;
    margin-top: 0.05rem;
    margin-right: -0.1rem;
}

.menu .dropdown-submenu:hover>a:after {
    /*border-left-color: #fff;*/
    border-color: #666 transparent transparent transparent;
}

.menu .dropdown-submenu.pull-left {
    float: none;
}

.menu .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

.menu .btn-wechart {
    margin-left: 0.0625rem;
}

.menu .btn-wechart>img {
    width: 0.35rem;
    cursor: pointer;
}

.menu .btn-wechart .hover-box {
    display: none;
    width: 1.25rem;
    position: absolute;
    right: 0;
}

.menu .btn-wechart:hover .hover-box {
    display: block;
}

.menu .navbar {
    padding: 0;
    color: #676767;
}

.menu .navbar .nav-item {
    padding: 0.0625rem 0;
}

.menu .navbar .nav-item.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 70%;
    height: 0.025rem;
    background: #d1b16b;
}

.menu .navbar .nav-item .nav-link {
    border-right: 1px solid #676767;
    display: block;
    padding: 0 0.165rem;
}

.menu .navbar .nav-item:last-child .nav-link {
    border-right: none;
}

.menu .navbar .dropdown-toggle::after {
    content: none;
}

.menu .navbar .dropdown:hover>.dropdown-menu {
    display: block;
    white-space: nowrap;
}

.menu .navbar .dropdown-menu {
    margin-top: 0;
}

.slide-wrap {
    width: 100%;
    height: 100%;
}

.slide-wrap .banner {
    width: 100%;
    height: 5rem;
}

.slide-wrap .banner .banner1 {
    width: 100%;
    height: 100%;
    background: url(../images/banner1.png) no-repeat top;
    background-size: cover;
}

.slide-wrap .banner .banner2 {
    width: 100%;
    height: 100%;
    background: url(../images/banner2.png) no-repeat top;
    background-size: cover;
}

.index-title {
    color: #d1b16b;
    font-size: 0.45625rem;
    font-weight: bold;
    text-align: center;
    margin: 0.5rem 0 0.25rem 0;
}

.para {
    line-height: 2;
    text-align: justify;
}

.center-box {
    margin-top: .2rem;
    height: 2.2rem;
}

.center-box.img1 {
    background: url(../images/centre1.png) no-repeat center;
    background-size: cover;
}

.center-box.img2 {
    background: url(../images/centre2.png) no-repeat center;
    background-size: cover;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.center-box.img3 {
    background: url(../images/centre3.png) no-repeat center;
    background-size: cover;
}

.center-box .title {
    width: 100%;
    height: 0.6625rem;
    line-height: 0.6625rem;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 0.225rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.center-box .title:hover {
    background: rgba(0, 0, 0, 0.5);
}

.news-box {
    height: 100%;
    padding-bottom: 0.4625rem;
    margin: 0 0.1125rem;
}

.news-box .title {
    font-size: 0.20625rem;
    font-weight: bold;
    margin-bottom: 0.1875rem;
    text-align: center;
}

.news-box .img-box {
    width: 100%;
    height: 1.5rem;
}

.news-box .img-box.img1 {
    background: url(../images/important-img77.png) no-repeat top;
    background-size: cover;
}

.news-box .img-box.img2 {
    background: url(../images/focus-img13.png) no-repeat top;
    background-size: cover;
}

.news-box .img-box.img3 {
    background: url(../images/exhibition-img18.png) no-repeat top;
    background-size: cover;
}

.news-box .article {
    height: 1.5rem;
    background: #f7f7f7;
    padding: 0.1875rem 0.25rem 0.125rem 0.25rem;
}

.news-box .article .date {
    color: #636363;
    font-size: 0.125rem;
    margin-bottom: 0.125rem;
}

.news-box .article p {
    font-size: 0.15625rem;
    line-height: 1.8;
    font-weight: 500;
}

.news-box .article .btn-more {
    display: block;
    width: 0.54375rem;
    position: absolute;
    right: 0.1375rem;
    bottom: 0.1375rem;
    cursor: pointer;
    margin-top: .2rem;
}

.btn-more i {
    display: block;
    height: .3rem;
    background: url("../images/btn-more.png") no-repeat center;
    background-size: contain;
}

.news-box .article .btn-more:hover {
    -webkit-animation: shake 3s linear infinite;
    animation: shake 3s linear infinite;
}

.video-title {
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.21875rem;
}

.video-box {
    width: 70%;
}


.header-frame {
    width: 100%;
}
.foot-frame {
    width: 100%;
    height: 3.4rem;
    vertical-align: bottom;
}

.footer {
    width: 100%;
    height: 3.4rem;
    background: url(../images/bg-foot.png) no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 0.6625rem;
    margin-top: 0.4rem;
}


.footer .contact {
    padding-top: 0.8rem;
}

.footer .contact >ul {
    padding-top: 10px;
}

.footer .contact li {
    display: flex;
    align-items: center;
}



.footer.frame {
    height: 100%;
    margin-top: 0;
    padding-top: 0.5625rem;
}

.footer .content {
    margin-right: 0.3125rem;
    width: auto;
    float: right;
}

.footer .content .title {
    font-size: 0.2375rem;
    font-weight: bold;
    margin-bottom: 0.0625rem;
}

.footer .content img {
    width: 0.15rem;
    height: 0.15rem;
}

.footer .content p,
.footer .content .item {
    margin-left: 0.0875rem;
    margin-right: 0.15rem;
    font-size: 0.13125rem;
    line-height: 2;
}

.footer .content a {
    display: block;
}

.footer .content .borderR {
    padding: 0 0.2625rem;
    border-right: 0.0125rem solid #fff;
}

.footer .content .borderR:last-child {
    border-right: none;
}

.footer .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.6125rem;
    background: #0faced;
    text-align: center;
    font-size: 0.1125rem;
    line-height: 1.8;
}

.media-wrap {
    padding: 0 1.2125rem;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.padding-head {
    /* padding-top: 1.08125rem; */
}

.bar-about {
    width: 100%;
    height: 2.5375rem;
    background: url(../images/about-banner.png) center;
    background-size: cover;
}

.bar-business {
    width: 100%;
    height: 2.5375rem;
    background: url(../images/business-banner.png) center;
    background-size: cover;
    font-size: 0.6875rem;
    font-weight: bold;
    color: #fff;
}

.bar-investor {
    width: 100%;
    height: 2.5375rem;
    background: url(../images/investor-banner.png) center;
    background-size: cover;
}

.bar-news {
    width: 100%;
    height: 2.5375rem;
    background: url(../images/news-banner.png) center;
    background-size: cover;
}

.bar-media {
    width: 100%;
    height: 2.5375rem;
    background: url(../images/media-banner.png) center;
    background-size: cover;
}

.bar-party {
    width: 100%;
    height: 2.5375rem;
    background: url(../images/party-banner.png) center;
    background-size: cover;
}

.bar-contact {
    width: 100%;
    height: 2.5375rem;
    background: url(../images/contact-banner.png) center;
    background-size: cover;
}

.bar-jswx,
.bar-bjdh {
    width: 100%;
    height: 2.5375rem;
    background: url(../images/bjdh-banner.png) center;
    background-size: cover;
}

.bar-wjxkj {
    width: 100%;
    height: 2.5375rem;
    background: url(../images/wjxkj-banner.png) center;
    background-size: cover;
}

.side-menu {
    width: 2.2375rem;
    min-height: 1.025rem;
    height: auto;
    margin-left: 0.5rem;
}

.side-menu-wrap {
    width: 100%;
    height: auto;
}

.side-menu-wrap .title {
    height: 1.025rem;
    padding: 0 0.3rem 0 0.4125rem;
    color: #fff6e0;
    font-size: 0.425rem;
    font-weight: bold;
    background: #d1b469;
}

.side-menu-wrap .title img {
    width: 0.525rem;
}

.side-menu-wrap .list a {
    width: 100%;
    display: block;
    padding: 0.25rem 0.4125rem;
    background: #f2f2f2;
    margin-bottom: 0.05rem;
    color: #9b9b9b;
    font-size: 0.3rem;
    cursor: pointer;
}

.side-menu-wrap .list a:hover,
.side-menu-wrap .list a.active {
    background: #fff6e0;
}

.content-about {
    padding: 0.65625rem 0.625rem;
}

.content-about .article {
    font-size: 0.1875rem;
    overflow: hidden;
}

.content-about .article .location {
    margin-top: 0.0625rem;
    margin-bottom: 0.275rem;
}

.content-about .article .location img {
    width: 0.14375rem;
    margin-right: 0.09375rem;
}

.content-about .article .location p {
    color: #7d7d7d;
}

.content-about .article .para {
    line-height: 2.3;
}

.content-about .article .img-intro {
    width: 2.525rem;
    height: 4.68125rem;
    margin-right: 0.275rem;
}

.content-about .article .company-box img {
    width: 2.16875rem;
    height: 2.16875rem;
    margin-right: 0.25rem;
}

.content-about .article .company-box .content {
    background: #f7f7f7;
    padding: 0.29375rem 0.21875rem 0.20625rem 0.21875rem;
    margin-top: 0.875rem;
}

.content-about .article .company-box .content .title {
    font-size: 0.2125rem;
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.content-about .article .company-box .content .title span {
    font-size: 0.275rem;
    margin-right: 0.15625rem;
}

.content-about .article .leader-box li {
    width: 49.5%;
}

.content-about .article .leader-box li p {
    line-height: 1.8;
    font-size: 0.16875rem;
}

.content-about .article .leader-box li .img-box {
    width: 100%;
    height: 2.275rem;
    margin-top: 0.21875rem;
    margin-bottom: 0.14375rem;
}

.content-about .article .leader-box li .img-box.img1 {
    background: url(../images/about-leader1.png) center;
    background-size: cover;
    margin-top: 0;
}

.content-about .article .leader-box li .img-box.img2 {
    background: url(../images/about-leader2.png) center;
    background-size: cover;
}

.content-about .article .leader-box li .img-box.img3 {
    background: url(../images/about-leader3.png) center;
    background-size: cover;
}

.content-about .article .leader-box li .img-box.img4 {
    background: url(../images/about-leader4.png) center;
    background-size: cover;
}

.content-about .article .leader-box li .img-box.img5 {
    background: url(../images/about-leader5.png) center;
    background-size: cover;
}

.content-about .article .leader-box li .img-box.img6 {
    background: url(../images/about-leader6.png) center;
    background-size: cover;
}

.content-about .article .leader-box li .img-box.img7 {
    background: url(../images/about-leader7.png) center;
    background-size: cover;
}

.content-about .article .leader-box li .img-box.img8 {
    background: url(../images/about-leader8.png) center;
    background-size: cover;
}

.content-about .article .leader-box li .img-box.img9 {
    background: url(../images/about-leader9.png) center;
    background-size: cover;
}

.content-about .article .leader-box li .img-box.img10 {
    background: url(../images/about-leader10.png) center;
    background-size: cover;
}

.content-about .article .leader-box li .img-box.img11 {
    background: url(../images/about-leader11.png) center;
    background-size: cover;
}

.content-about .article .leader-box li .img-box.img12 {
    background: url(../images/about-leader12.png) center;
    background-size: cover;
}

.content-about .article .leader-box li .img-box.img13 {
    background: url(../images/about-leader13.png) center;
    background-size: cover;
}

.content-about .article .leader-box li .img-box.img14 {
    background: url(../images/about-leader14.png) center;
    background-size: cover;
}

.content-about .article .leader-box li .img-box.img15 {
    background: url(../images/about-leader15.png) center;
    background-size: cover;
}

.content-about .article .leader-box li img {
    width: 0.1625rem;
    height: 0.14375rem;
    margin-right: 0.0375rem;
    margin-top: 0.0625rem;
}

.content-about .article .leader-box li.widthFull {
    width: 100%;
}

.content-about .article .leader-box li.widthFull .img-box {
    height: 4.6rem;
}

.content-about .article .satellite-box .title {
    font-size: 0.3875rem;
    font-weight: 500;
    margin-bottom: 0.2375rem;
}

.content-about .article .satellite-box .title img {
    width: 0.5375rem;
    margin-right: 0.1875rem;
}

.content-about .article .satellite-box .sub-title {
    font-size: 0.25rem;
    font-weight: 500;
    margin-bottom: 0.1875rem;
}

.content-about .article .satellite-box .para {
    margin-bottom: 0.25rem;
    font-size: 0.19375rem;
}

.content-about .article .satellite-box .ceitificate-box {
    width: 32%;
    margin-bottom: 0.4rem;
}

.content-about .article .satellite-box .ceitificate-box .border {
    margin-bottom: 0.15rem;
    background: url(../images/bg-certificate.png);
    background-size: 100% 100%;
    padding: 0.075rem 0.0625rem;
}

.content-about .article .satellite-box .col4 {
    width: 22%;
}

.content-about .article .satellite-box .col4 img {
    margin-bottom: 0.20625rem;
}

.content-about .article .satellite-box .col4 p {
    line-height: 1.8;
}

.content-about .article .satellite-box>img {
    margin-bottom: 0.0625rem;
}

.content-about .article .notice-head {
    background: #414c7a;
    color: #fff;
    padding: 0.375rem 0.375rem 0.2875rem 0.375rem;
}

.content-about .article .notice-head p {
    margin-bottom: 0.3375rem;
    font-size: 0.15rem;
    text-align: center;
}

.content-about .article .notice-head .left {
    margin-right: 0.625rem;
}

.content-about .article .notice-head .left p {
    font-size: 0.1875rem;
    text-align: left;
}

.content-about .article .notice-head .left .highlight {
    color: #e61627;
    font-size: 0.15rem;
}

.content-about .article .notice-head .hint {
    text-align: right;
    opacity: 0.3;
    margin-top: 0.125rem;
    margin-bottom: 0;
}

.content-about .article .notice-list p {
    font-size: 0.15rem;
    line-height: 1.8;
    margin-bottom: 0.15rem;
}

.content-about .article .notice-list li {
    padding: 0.15rem 0.2rem 0 0.2rem;
    border-bottom: 0.0125rem dashed #dedede;
}

.content-about .article .news-list li {
    margin-bottom: 0.175rem;
}

.content-about .article .news-list li img {
    width: 2.28125rem;
    height: 1.6875rem;
}

.content-about .article .news-list li .bg-light {
    padding: 0.1875rem 0.175rem 0.125rem 0.175rem;
    height: 1.6875rem;
    width: calc(100% - 2.28125rem);
}

.content-about .article .news-list li .bg-light .text-elli {
    width: 100%;
}

.content-about .article .news-list li .bg-light .date {
    color: #b3b3b3;
    font-size: 0.1375rem;
    margin: 0.125rem 0 0.1rem 0;
}

.content-about .article .news-list li .bg-light .content {
    color: #808080;
    line-height: 2;
    font-size: 0.1375rem;
}

.content-about .article .news-col3 li {
    width: 32%;
    margin-bottom: 0.125rem;
}

.content-about .article .news-col3 li img {
    width: 100%;
    height: 1.9375rem;
}

.content-about .article .news-col3 li p {
    border: 1px solid #e5e5e5;
    border-top: none;
    text-align: center;
    padding: 0.1875rem 0.15rem;
    font-size: 0.15rem;
}

.content-about .article .news-col3:after {
    content: '';
    width: 32%;
}

.content-about .article .video {
    text-align: center;
    font-size: 0.25rem;
    margin-top: 0.175rem;
    margin-bottom: 0.3375rem;
}

.content-about .article .rules-box {
    background: #f2f2f2;
    padding: 0.225rem 0.2375rem;
}

.content-about .article .rules-box .title {
    font-size: 0.3625rem;
    text-align: center;
    margin-bottom: 0.3875rem;
    font-weight: 500;
}

.content-about .article .rules-box .sub-title {
    font-size: 0.2rem;
    margin: 0.125rem 0;
    font-weight: 500;
}

.content-about .article .rules-box .para {
    font-size: 0.15625rem;
}

.content-about .article .pdf-box {
    height: 5.2rem;
}

.content-subsidiary {
    padding: 0.65625rem 1.925rem;
}

.content-subsidiary .title {
    font-size: 0.375rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.275rem;
}

.content-subsidiary p {
    font-size: 0.1875rem;
    line-height: 2.3;
    text-align: justify;
}

.holder {
    margin-top: 0.1875rem;
    font-size: 0.15rem;
    color: #676767;
}

.holder a {
    cursor: pointer;
    margin-right: 0.175rem;
}

.holder a.jp-current {
    color: #3f9cff;
}

.holder a.jp-disabled {
    color: #9f9f9f;
    cursor: context-menu;
}

.detail-content {
    padding: 0.25rem 1.9375rem;
}

.detail-content .title {
    font-size: 0.375rem;
    text-align: center;
    margin-bottom: 0.3125rem;
    margin-top: 0.3125rem;
    line-height: 1.4;
    font-weight: bold;
}

.detail-content .second-title {
    font-size: 0.35rem;
    margin-bottom: 0.3125rem;
    margin-top: 0.3125rem;
    line-height: 1.4;
    font-weight: bold;
}

.detail-content .info {
    background: #f7f8fa;
    color: #9f9f9f;
    padding: 0.125rem 0;
    text-align: center;
    margin-bottom: 0.25rem;
}

.detail-content .info p {
    display: inline-block;
    margin: 0 0.25rem;
    font-size: 0.125rem;
}

.detail-content .pdf-box {
    height: 6rem;
}

.detail-content>img,
.detail-content>p {
    margin-bottom: 0.25rem;
}

.detail-content .hint {
    color: #9f9f9f;
    font-size: 0.15rem;
    text-align: center;
}

.detail-content .icon-arrow {
    text-align: center;
}

.detail-content .icon-arrow img {
    width: 0.14rem;
    height: 0.12rem;
}


.T-Red {
    color: red;
}

@media screen and (max-width: 1100px) {
    .media-wrap {
        padding: 0 0.25rem;
    }
    .content-subsidiary {
        padding: 0.65625rem 0.375rem;
    }
    .detail-content {
        padding: 0.25rem 0.875rem;
    }
}

@media screen and (max-width: 576px) {
    .menu {
        padding: 0 0.15rem;
        padding-top: 0.1875rem;
    }
    .menu .top-select {
        margin-left: 0;
        margin-top: 0.0625rem;
    }
    .menu .navbar-nav {
        background: #fff;
        border: 1px solid #9e9e9e;
    }
    .menu .navbar .nav-item .nav-link {
        border-right: none;
    }
}

@-webkit-keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.pulse:hover img {
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}








.notice-banner {
    width: 100%;
    height: 2.5375rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.notice-banner-fmkj {
    background-image: url(../images/notice-banner-fmkj.png);
}

.notice-banner-hggd {
    background-image: url(../images/notice-banner-hggd.png);
}









.page-container {
    margin-top: 1.1rem;
}