    @charset "utf-8";
    @media (max-width: 1587px) {
        .stockcode {
            display: none;
        }
    }
    
    @media (max-width: 1587px) {
        .stockcode {
            display: none;
        }
    }
    
    body {
        font-family: '微软雅黑';
        font-size: .8rem;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    .cursor {
        cursor: pointer;
    }
    
    .clear {
        font-size: 0;
        line-height: 0;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden
    }
    
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    
    .l {
        float: left;
    }
    
    .r {
        float: right;
    }
    
    img {
        border: 0;
    }
    
    a {
        text-decoration: none;
        color: #686868;
    }
    
    a:hover {
        text-decoration: none;
        color: #333;
    }
    
    .blackbg {
        background: #fff;
    }
    
    .h80 {
        height: 80px;
    }
    
    .logo {
        margin-top: 13px;
        float: left;
    }
    
    .stockcode {
        border: solid 1px #ccc;
        border-radius: 20px;
        padding: 10px 20px;
        color: #ccc;
        margin-top: 1.1rem;
        float: left;
        margin-left: 10px;
        font-size: .8rem;
    }
    
    .icon-dianji {
        margin-left: 5px;
    }
    /*动画样式*/
    
    .dh_stockcode1 {
        background: #fff;
        border: solid 1px #D3181F;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all, 1s;
        transition: all 1s;
    }
    
    .dh_stockcode2 {
        background: #D3181F;
        border: solid 1px #D3181F;
        color: #fff;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all, 1s;
        transition: all 1s;
    }
    
    .banner {
        position: relative;
    }
    
    .typewriter {
        position: absolute;
        top: 450px;
        left: 160px;
        color: #fff;
    }
    
    .typewriter h3 {
        font-size: 5rem;
    }
    
    .typewriter h4 {
        margin-top: 1rem;
        font-size: 2rem;
    }
    
    .gpc_1 {
        font-size: 30px;
        text-align: center;
        margin: 40px 0 0 0;
        padding: 20px auto;
        line-height: 50px;
    }
    
    .gpc_2 {
        font-size: 1.4rem;
        text-align: center;
        margin: 10px 0 30px 0;
        color: #666;
        padding: 20px auto;
    }
    
    .gpc_3 {
        font-size: 1rem;
        text-align: center;
        margin: 30px 0;
        color: #666;
        padding: 20px auto;
    }
    
    .coverage-5 {
        display: flex;
        justify-content: space-between;
        width: 85%;
        margin: 0 auto;
    }
    
    .coverage-5 p {
        text-align: center;
    }
    
    .coverage-5 a {
        display: block;
        padding: 20px;
    }
    
    .coverage-5>div p:nth-child(1) {
        margin: 0 auto;
        font-size: 6rem;
        font-weight: bold;
        border-bottom: solid 1px #999;
    }
    
    .coverage-5>div p:nth-child(2) {
        margin-top: 20px;
        font-size: 1rem;
    }
    
    .coverage-5>div p:nth-child(3) {
        margin-top: 10px;
        font-size: 1rem;
    }
    
    .coverage-5>div p:nth-child(4) {
        margin-top: 0;
        font-size: 1rem;
    }
    
    .color-more-red {
        font-size: 2rem;
        color: red;
    }
    
    a:hover .color-more-red {
        color: #fff;
    }
    
    .flip-bg-black:hover {
        background: #D3181F;
        color: #fff;
        display: block;
        border-radius: 10px;
        border-bottom: solid 1px #fff;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all, 1s;
        transition: all 1s;
    }
    
    .bg-black {
        background: #D3181F;
        text-align: center;
    }
    
    .logo20 {
        margin-top: 90px;
    }
    
    .s20 {
        font-size: 8rem;
        color: #fff;
    }
    
    .old img {
        margin-top: -8px;
    }
    
    .old span {
        font-size: 1.2rem;
        color: #fff;
        margin-left: 6px;
    }
    
    .main-bussiness {
        text-align: center;
    }
    
    .main-bussiness h5 {
        font-size: 1.6rem;
        line-height: 5rem;
    }
    
    .main-bussiness p {
        width: 80%;
        margin: 10px auto;
        line-height: 24px;
        text-indent: 2em;
        color: #666;
    }
    
    .main-bussiness-href {
        display: block;
        width: 40%;
        margin: 20px auto;
        border: solid 1px #333;
        background: #fff;
        color: #333;
        padding: 20px 10px;
    }
    
    .main-bussiness-href:hover {
        background: #D3181F;
        color: #fff;
        border: solid 1px #D3181F;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all, 1s;
        transition: all 1s;
    }
    
    .index-title-h3 {
        font-size: 30px;
        border-bottom: solid 1px #ccc;
        text-align: center;
        line-height: 50px;
        margin-top: 60px;
        margin-bottom: 40px;
    }
    
    .index-title-h3 span,
    .gpc_1 span {
        display: block;
        font-size: 20px;
        color: #ccc;
    }
    
    .color-more-999 {
        color: #999;
    }
    
    a:hover .color-more-999 {
        color: #fff;
    }
    
    .new-buessiness-img {
        background: #F5F8FA;
        padding: 10%;
        border-radius: 10px;
    }
    
    .card-title {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    
    .card-text {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 40px;
        text-indent: 2em;
        color: #999;
    }
    
    .new-bussniess-a {
        display: block;
        width: 50%;
        border: solid 1px #333;
        background: #fff;
        color: #333;
        padding: 15px 20px;
    }
    
    .new-bussniess-a:hover {
        background: #D3181F;
        color: #fff;
        border: solid 1px #D3181F;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all, 1s;
        transition: all 1s;
    }
    
    .no-gutters {
        margin: 40px 0;
    }
    
    .bg-hui {
        background: #F5F8FA;
    }
    
    .bg-hui p {
        padding: 60px auto;
    }
    
    .group-news div {
        margin: 10px 0;
        text-align: center;
        position: relative;
    }
    
    .jobs {
        background: url('../images/jobsbg.jpg') no-repeat;
        background-size: 100% 100%;
    }
    
    .jobs h4,
    .jobs p {
        width: 60%;
        margin: 40px auto;
        color: #fff;
        text-align: center;
    }
    
    .jobs h4 {
        font-size: 3rem;
    }
    
    .jobs p {
        font-size: 1rem;
    }
    
    .color-more-000 {
        color: #333;
        font-size: 2.4rem;
    }
    
    .contact {
        padding: 50px 0;
    }
    
    .contact h4 {
        font-size: 2.4rem;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .contact div {
        display: flex;
        justify-content: space-between;
    }
    
    .contact div p {
        text-align: center;
        font-size: 1rem;
        line-height: 3rem;
    }
    
    .footer {
        text-align: center;
        font-size: 16px;
    }
    
    .footer ul {
        display: flex;
        justify-content: center;
        margin: 80px auto;
    }
    
    .footer ul li {
        text-align: center;
        margin: 20px;
    }
    
    .footer ul li a {
        color: #ccc;
    }
    
    .footer p:nth-child(2) {
        margin-top: 40px auto;
    }
    
    .footer p:nth-child(3) {
        margin-top: 40px auto;
    }
    
    .footer p:nth-child(4) {
        color: #fff;
        line-height: 100px;
    }
    
    .color-more-fff {
        color: red;
        font-size: 5rem;
    }
    
    .top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: none;
    }
    
    .sub-banner {
        position: relative;
    }
    
    .sub-title {
        position: absolute;
        top: 35%;
        left: 45%;
        transform: translate(-50%, -50%);
    }
    
    .sub-banner h4 {
        font-size: 3rem;
        color: #fff;
        text-align: center;
        padding-top: 100px;
    }
    
    .sub-banner h5 {
        font-size: 2rem;
        color: #fff;
        text-align: center;
        margin-top: 20px;
    }
    
    .page {
        width: 100%;
        border-bottom: solid 1px #333;
        position: relative;
        margin-top: 50px;
    }
    
    .pagenum {
        position: absolute;
        top: -25px;
        background: #fff;
    }
    
    .pagenum a {
        display: block;
        float: left;
    }
    
    .pagenum span {
        display: block;
        float: right;
    }
    
    .page-num {
        width: 50px;
        height: 50px;
        background: #fff;
        margin: 0 10px;
        text-align: center;
        line-height: 50px;
        color: #333;
        cursor: pointer;
        border: solid 1px #333;
        font-size: 1.2rem;
    }
    
    .page-num-current {
        background-color: #D3181F !important;
        color: #fff !important;
        border: solid 1px #D3181F;
    }
    
    .newstime {
        font-size: 1.2rem;
    }
    
    .investor {
        margin: 30px auto;
    }
    
    .investor .card-title {
        text-align: center;
        margin-top: 30px;
        width: 80%;
        margin: auto;
        margin-top: 30px;
    }
    
    .investor .card-text {
        text-align: center;
        width: 80%;
        margin: auto;
    }
    
    .investor .more {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    
    .investor .more .newstime {
        line-height: 60px;
    }
    
    .investor .more p {
        width: 50%;
    }
    
    .responsibility {
        margin-top: 50px;
    }
    
    .responsibility h5 {
        border-bottom: solid 1px #333;
        text-align: center;
        line-height: 6rem;
    }
    
    .responsibility .content {
        font-size: 1rem;
        line-height: 2rem;
    }
    
    .responsibility .content p {
        text-indent: 2em;
    }
    
    .worker {
        padding-bottom: 60px;
        padding-top: 60px;
        margin: 30px auto;
    }
    
    .worker .title span {
        font-size: 3rem;
    }
    
    .worker .title {
        font-size: 2rem;
        margin-bottom: 40px;
        color: #D3181F;
    }
    
    .jobs-cv a {
        display: block;
        margin-top: 40px;
        width: 140px;
        background: #D3181F;
        border: solid 1px #fff;
        text-align: center;
        padding: 10px 20px;
        color: #fff;
    }
    
    .jobs-cv a:hover {
        background: #fff;
        color: #333;
        border: solid 1px #D3181F;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all, 1s;
        transition: all 1s;
    }
    
    .bg-f5 {
        background: #F5F8FA;
    }
    
    .group-news p {
        font-size: 16px;
        line-height: 40px;
    }
    
    .group-news img {
        border-radius: 5px;
    }
    /* 关于环球 */
    
    .position {
        background-color: #fff;
        height: 70px;
        line-height: 70px;
        text-indent: 80px;
        font-size: 14px;
        color: #333;
        border-bottom: solid 1px #ccc;
    }
    
    .bglogo {
        background: url(../images/position_logo.png) no-repeat 30px center;
    }
    
    .bglogo a {
        color: #333;
    }
    
    .subtitle {
        margin-top: 20px;
        width: 1000px;
        font-size: 28px;
        border-bottom: solid 1px #ddd;
        line-height: 60px;
        padding-left: 15px;
        color: #D3181F;
    }
    
    .subtitle span {
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 10px;
        font-size: 16px;
        color: #666;
    }
    
    .content {
        font-size: 16px;
        color: #666;
        line-height: 28px;
        padding: 10px 20px;
    }
    
    .content p {
        text-indent: 2em;
    }
    /* 集团荣誉 */
    
    .honor {
        margin: 0;
        padding: 0;
    }
    
    .honor li {
        text-align: center;
        float: left;
        padding: 10px;
        margin: 5px;
        line-height: 40px;
        font-size: 14px;
        border: solid 1px #eee;
    }
    
    .honor li img {
        width: 245px;
        border-radius: 5px;
    }
    /* 集团领导 */
    
    .lead {
        margin-top: 100px;
    }
    
    .lead .leadpic {
        float: left;
        width: 240px;
        margin-left: 80px;
    }
    
    .lead .leadinfo {
        float: left;
        margin-left: 100px;
        margin-top: 30px;
    }
    
    .lead .leadinfo .leadname {
        font-size: 32px;
        color: #D7171F;
        line-height: 30px;
        padding-left: 20px;
    }
    
    .lead .leadinfo .line {
        display: flex;
    }
    
    .lead .leadinfo .line .line1 {
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background: #DEDEDE;
    }
    
    .lead .leadposition {
        font-size: 16px;
        color: #666;
        line-height: 24px;
        margin-top: -5px;
        padding-left: 20px;
    }
    
    .lead .leadinfo .line .line2 {
        width: 400px;
        height: 2px;
        background: #DEDEDE;
        margin-top: 2px;
    }
    
    .lead .leadcontent {
        background-color: #FFE3E8;
        color: #333;
        font-size: 14px;
        padding: 40px;
        padding-left: 400px;
        margin-top: -120px;
        line-height: 28px;
        border-radius: 10px;
    }
    
    .lead .leadcontent p {
        text-indent: 2em;
    }
    /* 集团业务 */
    
    .business {
        display: flex;
        margin-top: 100px;
    }
    
    .business img {
        border-radius: 10px;
    }
    
    .business p {
        text-indent: 2em;
        font-size: 18px;
        line-height: 40px;
        padding: 10px 50px;
        color: #666;
    }
    
    .business2 div {
        padding-top: 80px;
    }
    
    .business3 {
        padding: 0;
    }
    
    .business3 li {
        margin: 20px;
    }
    
    .yw1 {
        margin-top: 50px;
        height: 203px;
        background: url('../images/numbg.jpg') no-repeat;
        background-size: 100%;
    }
    
    .yw1-1 {
        display: flex;
        color: #fff;
        font-size: 40px;
        line-height: 203px;
        justify-content: center;
    }
    
    .yw1-1 p {
        margin: auto 50px;
    }
    
    .business1 p {
        padding-top: 60px;
    }
    
    .yw3 {
        background: #F5F8FA;
        padding-bottom: 50px;
        padding-top: 50px;
        margin: 40px 0;
    }
    
    .internet p {
        text-indent: 2em;
        font-size: 18px;
        line-height: 40px;
        padding: 10px 50px;
        color: #666;
        margin: 30px 0;
    }
    /* 投资者关系 */
    
    .notice {
        padding: 20px;
        border-bottom: dashed 1px #ccc;
    }
    
    .notice .time {
        width: 85px;
        height: 85px;
        background: #F6F6F6;
        float: left;
        color: #898989;
        text-align: center;
        padding-top: 12px;
    }
    
    .notice .time .day {
        font-size: 24px;
    }
    
    .notice .time span {
        font-size: 14px;
    }
    
    .notice .title {
        font-size: 16px;
        line-height: 85px;
        float: left;
        margin-left: 20px;
    }
    
    .notice .download {
        float: right;
    }
    /* 新闻中心 */
    
    .recommend {
        background: #F3F3F3;
        padding: 20px;
        margin-bottom: 40px;
    }
    
    .recommend .imgs {
        float: right;
    }
    
    .recommend .imgs img {
        width: 350px;
        height: 214px;
        border-radius: 5px;
    }
    
    .recommend .newsinfo {
        float: left;
        width: 680px;
        background: url('../images/tj.png') no-repeat top left;
    }
    
    .recommend .newsinfo h4 {
        font-size: 22px;
        line-height: 36px;
    }
    
    .recommend .newsinfo span {
        color: #D3181F;
        font-weight: bold;
        font-size: 20px;
        line-height: 40px;
    }
    
    .recommend .newsinfo p {
        font-size: 14px;
        line-height: 30px;
        text-indent: 2em;
    }
    
    .notice .imgs {
        float: left;
    }
    
    .notice .imgs img {
        width: 300px;
        height: 180px;
        border-radius: 5px;
    }
    
    .notice .title2 {
        float: left;
        width: 620px;
        margin: 20px 30px;
    }
    
    .notice .title2 h4 {
        font-size: 20px;
        color: #D3181F;
        line-height: 30px;
        font-weight: normal;
    }
    
    .notice .title2 p {
        font-size: 14px;
        line-height: 28px;
        text-indent: 2em;
        color: #666;
    }
    
    .notice .time2 {
        float: right;
        margin-top: 50px;
    }
    
    .notice .time2 {
        width: 85px;
        height: 85px;
        background: #D3181F;
        float: left;
        color: #fff;
        text-align: center;
        padding-top: 12px;
        border-radius: 3px;
    }
    
    .notice .time2 .day {
        font-size: 24px;
    }
    
    .notice .time2 span {
        font-size: 14px;
    }
    
    .newstitle {
        border-bottom: solid 1px #eee;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    
    .newstitle h5 {
        text-align: center;
        font-size: 20px;
    }
    
    .newstitle p {
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        color: #666;
    }
    
    .newstitle p span {
        margin-left: 20px;
    }
    /* 视频banner */
    
    .video_banner {
        background: url('../images/video_wg.png') center center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
    }
    
    .video_banner img {
        display: block;
        margin: 0px auto;
        margin-top: 300px;
        opacity: 1;
        transition: all 2.5s;
    }
    /* 社会责任 */
    
    .srzr {
        font-size: 24px;
        color: #D3181F;
        padding: 30px;
        padding-bottom: 10px;
        border-bottom: solid 1px #ddd;
        margin-top: 50px;
    }
    
    .srzr span {
        font-size: 36px;
        margin-right: 20px;
    }
    
    .business .swileft {
        width: 530px;
    }
    
    .business .swiper-container {
        width: 500px;
        margin-left: 500px;
    }
    
    .business1-1 {
        margin-top: 20px;
    }
    /* 集团文化 */
    
    .culture {
        font-size: 18px;
        color: #666;
        line-height: 40px;
        margin-top: 30px;
        padding-left: 100px;
    }
    /* 联系我们 */
    
    .subcontact {
        background: url('../images/contactbg.png') no-repeat right bottom;
        padding-top: 100px;
        padding-left: 50px;
        font-size: 16px;
        height: 400px;
    }
    
    .subcontact h5 {
        font-size: 30px;
        color: #000;
        margin-bottom: 30px;
    }
    /* 分页 */
    
    .nodata {
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #000;
    }
    /* 满意度调查 */
    
    .dctitle p {
        font-size: 16px;
        margin: 20px;
        line-height: 30px;
    }
    
    .survey {
        margin: 20px auto;
        border-bottom: solid 1px #eee;
    }
    
    .survey>div {
        font-size: 20px;
    }
    
    .survey>div p {
        font-size: 14px;
        color: #999;
        line-height: 25px;
    }
    
    .survey>div span {
        font-size: 14px;
        color: #999;
        line-height: 25px;
    }
    
    .survey ul {
        display: flex;
    }
    
    .survey ul li {
        margin: 15px 30px;
    }
    
    .surveylist {
        margin: 0;
        padding: 0;
    }
    
    .surveylist li {
        text-align: center;
        float: left;
        padding: 10px;
        margin: 5px;
        line-height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
    
    .surveylist li img {
        width: 500px;
        border-radius: 5px;
    }
    
    .submitgo {
        width: 200px;
        height: 50px;
        margin: auto;
        background-color: #D7171F;
        border-radius: 5px;
        color: #fff;
        line-height: 50px;
        font-size: 16px;
        text-align: center;
    }
    
    .survey textarea {
        width: 90%;
        height: 200px;
        border: solid 1px #ccc;
        border-radius: 10px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .survey input {
        width: 90%;
        height: 40px;
        line-height: 40px;
        border: solid 1px #ccc;
        border-radius: 5px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .btn-secondary3 {
        color: #D3181F;
        background-color: #fff;
    }
    
    .btn:hover {
        color: #D3181F;
    }
    
    .footlast {
        color: #fff;
        display: flex;
        justify-content: center;
    }
    
    .footlast div:first-child {
        line-height: 40px;
    }
    
    .footlast>div {
        margin: 20px 30px;
    }
    /* 满意度调查 */
    
    .mydtable td {
        padding: 20px;
        border: solid 1px #666;
        text-align: center;
        line-height: 30px;
    }
    
    .mydtable .tr1 td span {
        font-size: 12px;
        font-weight: bold;
        display: block;
        line-height: 30px;
    }
    
    .mydtable .tr2 td {
        text-align: left;
    }
    
    .mydtable .tr2 td span {
        font-size: 12px;
        display: block;
        color: #333;
        line-height: 20px;
    }
    
    .surveyflex {
        display: flex;
        flex-wrap: wrap;
    }
    
    .survey50 {
        width: 50%;
    }
    
    .surveyfoot {
        display: flex;
    }
    
    .surveyfoot p {
        width: 50%;
        font-size: 14px;
    }
    
    .survey50 span {
        margin-left: 10px;
    }