@charset "UTF-8";

.category-banner {
    height: 3.5rem;
    padding-top: .6rem;
    background-image: url(../img/category-banner-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.category-banner p {
    margin-bottom: .14rem;
    font-size: .6rem;
    font-weight: 900;
    line-height: .87rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
}

.category-banner .line {
    width: .83rem;
    height: .02rem;
    margin: 0 auto;
    margin-bottom: .14rem;
    background: rgba(255, 255, 255, 0.4);
}

.category-banner h2 {
    font-size: .4rem;
    font-weight: 600;
    line-height: .56rem;
    text-align: center;
    color: #FFFFFF;
}

/* about-introduction */

.about-title {
    display: inline-block;
    width: 1.1rem;
    font-size: .26rem;
    font-weight: 600;
    line-height: .36rem;
    text-align: center;
    color: #0B0C33;
    position: relative;
}

.about-title::after {
    content: '';
    display: block;
    width: 1.1rem;
    height: .06rem;
    background-image: url(../img/icon/title-icon-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: -0.14rem;
}

.about-introduction {
    height: 7rem;
    padding-top: 1.04rem;
    background-image: url(../img/gsjj-bg.png);
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #F6FAFF;
}

.about-introduction h3 {
    margin: .8rem 0 .4rem;
    font-size: .2rem;
    font-weight: 500;
    line-height: .4rem;
    color: #0B0C33;
}

.about-introduction p {
    width: 4.68rem;
    font-size: .16rem;
    line-height: .32rem;
    color: #0B0C33;
}

/* about-shareholder */

.about-shareholder {
    padding: .66rem 0 .76rem 0;
}

.about-shareholder .w1200 {
    gap: .4rem;
}

.about-shareholder .bg {
    width: 6.8rem;
}

.about-shareholder .bg img {
    width: 100%;
}

.about-shareholder .text {
    flex: 1;
}

.about-shareholder h3 {
    margin: .54rem 0 .16rem;
    font-size: .2rem;
    font-weight: 500;
    line-height: .4rem;
    color: #0B0C33;
}

.about-shareholder p {
    font-size: .16rem;
    font-weight: normal;
    line-height: .32rem;
    color:black;
}



/* about-culture */

.about-culture {
    height: 4.8rem;
    padding-top: .79rem;
    background-image: url(../img/qywh-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-culture .about-title {
    color: #FFFFFF;
}

.about-culture ul {
    margin-top: .74rem;
}

.about-culture li {
    width: 3.2rem;
    /* margin: 0 .4rem; */
}

.about-culture li::before {
    content: '';
    display: block;
    width: .70rem;
    height: .01rem;
    background: #D8D8D8;
    position: absolute;
    top: .38rem;
    /* left: -0.46rem; */
    left: 0;
}

.about-culture li::after {
    content: '';
    display: block;
    width: .70rem;
    height: .01rem;
    background: #D8D8D8;
    position: absolute;
    top: .38rem;
    /* right: -0.46rem; */
    right: 0;
}

.about-culture li:first-child::before {
    width: 0;
}

.about-culture li:last-child::after {
    width: 0;
}

.about-culture li img {
    display: block;
    width: .8rem;
    height: .8rem;
    margin: 0 auto;
    position: relative;
}

.about-culture li h3 {
    margin: .24rem 0 .24rem;
    font-size: .20rem;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
}

.about-culture li p {
    font-size: .16rem;
    line-height: .2rem;
    text-align: center;
    color: #FFFFFF;
}

/* about-duty */

.about-duty {
    padding: .92rem 0 1.34rem 0;
    background: #F6FAFF;
}

.about-duty ul {
    width: 10.08rem;
    margin: 1.11rem auto 0;
}

.about-duty ul li {
    min-height: 2.8rem;
    margin-bottom: .62rem;
}

.about-duty ul li:last-child {
    margin-bottom: 0;
}

.about-duty ul .bg {
    width: 6.2rem;
    height: 2.8rem;
    background-image: url(../img/shzr-01.png);
    background-size: 110% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.about-duty ul li:hover .bg {
    background-size: 120% auto;
}

.about-duty ul p {
    width: 3.48rem;
    font-size: .24rem;
    line-height: .34rem;
    color: rgba(11, 12, 51, 0.6);
}


/* market-views */

.market-views {
    background: #F6FAFF;
}

.market-views .top {
    margin: .4rem 0 .24rem;
}

.market-views .top li {
    margin-right: .24rem;
    background: #FFFFFF;
    box-shadow: 0 .08rem .2rem 0 rgba(0, 0, 0, 0.04);
}

.market-views .top li:last-child {
    margin-right: 0;
}

.market-views .top li a {
    display: block;
    width: 3.84rem;
    height: 4.38rem;
    padding: .3rem;
    color: #0B0C33;
}

.market-views .top li a:hover {
    color: #FFFFFF;
    background: #005096;
}

.market-views .top li a:hover .bg {
    background-size: 110%;
}

.market-views .top li a:hover svg .sj {
    color: rgba(255, 255, 255, 0.6);
}

.market-views .top li a:hover svg .fk {
    color: rgba(255, 255, 255, 0.4);
}

.market-views .top li .date {
    margin-bottom: .16rem;
    font-size: .1rem;
    line-height: .14rem;
}

.market-views .top li .title {
    margin-bottom: .16rem;
    font-size: .16rem;
    font-weight: 600;
    line-height: .22rem;
}

.market-views .top li .bg {
    margin-bottom: .16rem;
    width: 100%;
    height: 1.83rem;
    background-image: url(../img/scgd-01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.market-views .top li .summary {
    margin-bottom: .16rem;
    font-size: .12rem;
    line-height: .19rem;
}

.market-views .top li .line {
    margin-bottom: .16rem;
    width: 100%;
    height: .01rem;
    background: rgba(0, 0, 0, 0.1);
}

.market-views .top li a:hover .line {
    background: rgba(255, 255, 255, 0.1);
}

.market-views .top li .more p {
    font-size: .12rem;
    line-height: .22rem;
}

.market-views .top li .more svg {
    width: .495rem;
    height: .22rem;
}

.market-views .top li .more svg .sj {
    color: rgba(11, 12, 51, 0.6);
}

.market-views .top li .more svg .fk {
    color: rgba(11, 12, 51, 0.4);
}

.market-views .btm a {
    width: 100%;
    height: 1.25rem;
    margin-top: .16rem;
    padding: .24rem .3rem;
    background-color: #fff;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.04);
}

.market-views .btm a .left {
    width: 80%;
}

.market-views .btm a .date {
    margin-right: .3rem;
}

.market-views .btm a .date .day {
    font-size: .4rem;
    font-weight: 600;
    line-height: .56rem;
    color: #005096;
}

.market-views .btm a .date .year {
    font-size: .12rem;
    line-height: .17rem;
    text-align: center;
    letter-spacing: -0.08em;
    color: #005096;
}

.market-views .btm a .title {
    margin-bottom: .08rem;
    font-size: .16rem;
    font-weight: 600;
    line-height: .22rem;
    color: #0B0C33;
}

.market-views .btm a .summary {
    margin-bottom: .16rem;
    font-size: .12rem;
    line-height: .17rem;
    color: rgba(11, 12, 51, 0.6);
}

.market-views .btm a .other {
    display: none;
}

.market-views .btm a .other p {
    margin-right: .24rem;
}

.market-views .btm a .other p svg {
    width: .12rem;
    height: .12rem;
    margin-right: .08rem;
    color: rgba(11, 12, 51, 0.2);
}

.market-views .btm a .other p span {
    font-size: .1rem;
    line-height: .14rem;
    color: rgba(11, 12, 51, 0.4);
}

.market-views .btm a .right {
    width: 1.35rem;
}

.market-views .btm a .right p {
    margin-right: .16rem;
    font-size: .12rem;
    line-height: .17rem;
    color: #0B0C33;
}

.market-views .btm a .right svg {
    width: .495rem;
    height: .22rem;
}

.market-views .btm a .right svg .sj {
    color: rgba(11, 12, 51, 0.6)
}

.market-views .btm a .right svg .fk {
    color: rgba(11, 12, 51, 0.4)
}

.market-views .btm a:hover {
    background: #005096;
}

.market-views .btm a:hover .day,
.market-views .btm a:hover .year,
.market-views .btm a:hover .title,
.market-views .btm a:hover .right p {
    color: #fff;
}

.market-views .btm a:hover .summary,
.market-views .btm a:hover .other svg,
.market-views .btm a:hover .other span,
.market-views .btm a:hover .right svg g {
    color: rgba(255, 255, 255, 0.8);
}

/* views-and-education */

.views-and-education {
    background: #F6FAFF;
}

.views-and-education .cotent-box li:first-child {
    margin-top: 0;
}

.views-and-education .cotent-box a {
    padding: .3rem;
    padding-top: .23rem;
    height: 2.3rem;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.views-and-education .cotent-box li:last-child a {
    border-bottom: 0;
}

.views-and-education .date {
    width: 1.35rem;
    margin-right: .50rem;
}

.views-and-education .date .day {
    font-size: .4rem;
    font-weight: 600;
    line-height: .56rem;
    color: #3D3D3D;
}

.views-and-education .date .line {
    width: .01rem;
    height: .41rem;
    margin: .075rem .09rem 0;
    background: rgba(0, 0, 0, 0.4);
}

.views-and-education .date .year p {
    margin-top: .12rem;
    margin-bottom: .01rem;
    font-size: .12rem;
    font-weight: normal;
    line-height: .17rem;
    color: rgba(11, 12, 51, 0.6);
}

.views-and-education .date .year svg {
    width: .14rem;
    height: .14rem;
    color: rgba(11, 12, 51, 0.2);
}

.views-and-education .bg {
    width: 3.12rem;
    height: 1.7rem;
    margin-right: .2rem;
    margin-top: .07rem;
    background-image: url(../img/views-bg-01.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.views-and-education .content {
    width: 6.23rem;
    margin-top: .07rem;
}

.views-and-education .content h3 {
    margin-bottom: .16rem;
    font-size: .16rem;
    font-weight: 600;
    line-height: .22rem;
    color: #0B0C33;
}

.views-and-education .content .summary {
    height: .34rem;
    margin-bottom: .76rem;
    font-size: .12rem;
    font-weight: normal;
    line-height: .17rem;
    color: rgba(11, 12, 51, 0.6);
}

.views-and-education .content .other .left p {
    display: none;
}

.views-and-education .content .other .left p {
    margin-right: .24rem;
}

.views-and-education .content .other .left svg {
    width: .12rem;
    height: .12rem;
    margin-right: .08rem;
    color: rgba(11, 12, 51, 0.2);
}

.views-and-education .content .other .left span {
    font-size: .1rem;
    font-weight: normal;
    line-height: .14rem;
    color: rgba(11, 12, 51, 0.4);
}

.views-and-education .content .other .right p {
    margin-right: .16rem;
    font-size: .12rem;
    font-weight: normal;
    line-height: .17rem;
    color: #0B0C33;
}

.views-and-education .content .other .right svg {
    width: .495rem;
    height: .22rem;
}

.views-and-education .content .other .right .sj {
    color: rgba(11, 12, 51, 0.6);
}

.views-and-education .content .other .right .fk {
    color: rgba(11, 12, 51, 0.4);
}

.views-and-education .cotent-box a:hover {
    background: #005096;
}

.views-and-education .cotent-box a:hover .day,
.views-and-education .cotent-box a:hover h3,
.views-and-education .cotent-box a:hover .right p {
    color: #fff;
}


.views-and-education .cotent-box a:hover .year p,
.views-and-education .cotent-box a:hover .year svg,
.views-and-education .cotent-box a:hover .left svg,
.views-and-education .cotent-box a:hover .left span,
.views-and-education .cotent-box a:hover .summary {
    color: rgba(255, 255, 255, 0.8);
}

.views-and-education .cotent-box a:hover .line {
    background-color: rgba(255, 255, 255, 0.4);
}

.views-and-education .cotent-box a:hover .other .right .sj {
    color: rgba(255, 255, 255, 0.6);
}

.views-and-education .cotent-box a:hover .other .right .fk {
    color: rgba(255, 255, 255, 0.4);
}

.views-and-education .cotent-box a:hover .bg {
    background-size: 110%;
}

/* company-news */

.company-news {
    background: #F6FAFF;
}

.company-news .cotent-box li {
    margin-bottom: .16rem;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.04);
}

.company-news .cotent-box li:last-child {
    margin-bottom: 0;
}

.company-news .cotent-box a {
    height: 1.66rem;
    padding: .12rem .08rem;
    background-color: #fff;
}

.company-news .cotent-box a .date {
    width: 1.28rem;
    height: 1.42rem;
    margin-right: .48rem;
    padding: .18rem .4rem .4rem .16rem;
    background-image: url(../img/date-bg.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.company-news .cotent-box a .date .day {
    font-size: .6rem;
    font-weight: 600;
    line-height: .84rem;
    color: #0B0C33;
}

.company-news .cotent-box a .date .year {
    font-size: .16rem;
    font-weight: 600;
    line-height: .22rem;
    text-align: center;
    color: #0B0C33;
}

.company-news .cotent-box a .content {
    /* width: 8.02rem; */
    margin-right: .48rem;
}

.company-news .cotent-box a .content .title {
    margin-top: .435rem;
    margin-bottom: .16rem;
    font-size: .16rem;
    font-weight: 600;
    line-height: .22rem;
    color: #0B0C33;
}

.company-news .cotent-box a .content .summary {
    font-size: .12rem;
    font-weight: normal;
    line-height: .17rem;
    color: rgba(11, 12, 51, 0.8);
}

.company-news .cotent-box a .other {
    display: none;
}

.company-news .cotent-box a .other {
    width: 1.22rem;
}

.company-news .cotent-box a .other p {
    width: .5rem;
    margin-right: .24rem;
}

.company-news .cotent-box a .other p:last-child {
    margin-right: 0;
}

.company-news .cotent-box a .other p svg {
    width: .12rem;
    height: .12rem;
    margin-right: .08rem;
    color: rgba(11, 12, 51, 0.2);
}

.company-news .cotent-box a .other p span {
    font-size: .10rem;
    font-weight: normal;
    line-height: .14rem;
    color: rgba(11, 12, 51, 0.4);
}

.company-news .cotent-box a:hover {
    background: #005096;
}

.company-news .cotent-box a:hover .day,
.company-news .cotent-box a:hover .year {
    color: #005096;
}

.company-news .cotent-box a:hover .title {
    color: #FFFFFF;
}

.company-news .cotent-box a:hover .summary,
.company-news .cotent-box a:hover .other span,
.company-news .cotent-box a:hover .other svg {
    color: rgba(255, 255, 255, 0.8);
}

/* contact-us */

.contact-us {
    padding: .41rem 0 .8rem 0;
    background: #F6FAFF;
}

.contact-us .content {
    height: 5.57rem;
    padding-top: .69rem;
    background-image: url(../img/contact-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-us .content h3 {
    font-size: .36rem;
    font-weight: 600;
    line-height: .5rem;
    text-align: center;
    color: #0B0C33;
}

.contact-us .content>p {
    margin-top: .08rem;
    margin-bottom: .8rem;
    font-size: .12rem;
    font-weight: normal;
    line-height: .17rem;
    text-align: center;
    letter-spacing: .012rem;
    color: rgba(11, 12, 51, 0.4);
}

.contact-us .map img {
    width: 100%;
}

.contact-us .content ul {
    width: 10rem;
    margin: 0 auto;
}

.contact-us .content li {
    width: 3rem;
    height: 2.12rem;
    background: rgba(0, 80, 150, 0.04);
}

.contact-us .content .data {
    padding: 0 .38rem;
}

.contact-us .content .data svg {
    display: block;
    width: .4rem;
    height: .4rem;
    margin: .32rem auto .24rem;
    color: #005096;
}

.contact-us .content .data .title {
    font-size: .16rem;
    line-height: .18rem;
    text-align: center;
    color: #0B0C33;
}

.contact-us .content .data .description {
    display: flex;
    justify-content: center;
    align-items: center;
    height: .84rem;
    font-size: .15rem;
    line-height: .18rem;
    text-align: center;
    color: rgba(11, 12, 51, 0.6);
}

.contact-us .content .data:hover {
    background: #005096;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.04);
}

.contact-us .content .data:hover svg,
.contact-us .content .data:hover .title {
    color: #ffffff
}

.contact-us .content .data:hover .description {
    color: rgba(255, 255, 255, 0.8);
}

.contact-us .content .QRcode {
    position: relative;
}

.contact-us .content .QRcode .QRcode-content {
    display: block;
    width: 100%;
    height: 100%;
    padding: .39rem .54rem 0 .54rem;
    background: #005096;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-us .content .data:hover .QRcode-content {
    opacity: 1;
}

.contact-us .content .QRcode .QRcode-content img {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
}

.contact-us .content .QRcode .QRcode-content p {
    margin-top: .16rem;
    font-size: .12rem;
    font-weight: 600;
    line-height: .17rem;
    text-align: center;
    color: #FFFFFF;
}