@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    font-family: PingFang SC;
    color: #fff;
    font-size: 12px;
    background: #FFFFFF;
    background-size: 100% auto;
}

html,
body {
    width: 100%;
    /* overflow-x: hidden; */
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
tr,
th,
td {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
    word-break: break-all;
}

i,
em {
    font-style: normal;
    padding: 0;
    margin: 0;
    word-wrap: break-word;
    word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
    *zoom: 1;
}

.section {
    padding-top: 35px;
}

address {
    font-style: normal;
}

input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
    outline: none;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

textarea {
    resize: none;
    overflow-y: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    outline: none;
    color: #000000;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.hand {
    cursor: pointer;
}


/*浮动相关*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after,
.cf:before {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}


/*超出隐藏*/

.ovh {
    overflow: hidden;
    *zoom: 1;
}

.t-ovh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}


/*字体相关*/

.fn {
    font-weight: normal;
}

.fb {
    font-weight: bold;
}

.fy {
    font-family: "microsoft yahei";
}

.f14 {
    font-size: 14px;
}


/*对齐方式*/

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}


/*块显示*/

.di {
    display: inline !important;
}

.db {
    display: block !important;
}

.dib {
    display: inline-block !important;
}

.dn {
    display: none !important;
}

@media screen and (min-width: 768px) {


    .jysbox{ background:#f0f5ff; display:flex; justify-content:center; padding:80px 0 0px 0; }
    .jystitle{ height:80px; background: center no-repeat; color:#fff; font-size:30px; display:flex; justify-content:center; align-items:center;   }
     .bg11{ background-image:url(../images/bg1.jpg); }
      .bg22{ background-image:url(../images/bg22.jpg); }

    .jysbox ul{ display:flex; justify-content:space-between; margin-top:35px }
    .jysbox ul li{ width:385px; background:#fff; border-radius:10px; overflow:hidden; }
    .picbox{ width:100%; height:200px; overflow:hidden; }
    .picbox a{display:block; width:100%; height:100%; overflow:hidden;    }
    .picbox img{ display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
    .jysinfo{ padding:15px; display:flex; flex-direction:column; }
    .jysinfo h2{ color:#000; font-size:18px; padding:0;  }
    .jysinfo span { color:#666; font-size:14px; }
    .mtop{ margin-top:40px; }

    .area {
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
        min-width: 1200px;
        max-width: 2560px;
    }
    .sk {
        /* 视口 */
        width: 1200px;
    }
    .yjsmh-container {
        max-width: 2560px;
        min-width: 1200px;
        margin: 0 auto;
    }
    .sideMenu {
        display: none;
    }
    /* 头部导航 */
    .header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 20;
        width: 100%;
        height: 60px;
        background-color: hsla(0, 0%, 100%, .9);
        box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    }
    .header .area {
        height: 100%;
    }
    .header .logo {
        float: left;
        width: 66px;
        height: 100%;
        background: url(../images/logo.png) no-repeat 0 50%;
        background-size:auto 25px;
        cursor: pointer;
    }
    .header .toptitle {
        height: 100%;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000000;
        line-height: 60px;
        margin: auto;
        padding-left: 4px;
        border-left: 1px solid black;
    }
    .header .nav {
        float: right;
        height: 100%;
        line-height: 60px;
    }
    .header .nav i,
    .header .nav a {
        float: left;
        position: relative;
        padding: 0 10px;
        height: 80%;
        -webkit-transition: all .3s;
        transition: all .3s;
        cursor: pointer;
        font-size: 14px;
        color: #000000;
        font-weight: bold;
        line-height: 60px;
    }
    .header .nav i:first-child:before,
    .header .nav a:first-child:before {
        background: none;
    }
    .header .nav i:hover,
    .header .nav i.active,
    .header .nav a:hover,
    .header .nav a.active {
        font-size: 16px;
    }
    .header .nav i:after,
    .header .nav a:after {
        content: "";
        width: 0px;
        height: 3px;
        background: #1F7DFF;
        position: absolute;
        top: 100%;
        left: 50%;
        transition: all .5s;
    }
    /* banner */
    .banner {
        position: relative;
        padding: 420px 0 0;
        width: 100%;
    }
    .banner .pic {
        position: absolute;
        left: 50%;
    }
    .banner .t {
        top: 170px;
        margin-left: -515px;
        width: auto;
        z-index: 9;
    }
    .banner .bg {
        width: 100%;
        top: 0;
        position: absolute;
    }
    .banner .calendar-box-left {
        float: left;
    }
    .banner .calendar-box-right {
        float: left;
    }
    .titleall {
        width: 100%;
        text-align: center;
        font-size: 23px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #000000;
        margin: 40px auto;
    }
    .activity-calendar-box #calendar {
        width: 360px;
    }

    /* 头条要闻 */
    .slide-img {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        height: 546px;
        display: flex;
    }

    .slide-img .swiper1 {
        width: 870px;
        overflow: hidden;
    }

    .slide-img .swiper2 {
        flex: 1;
        width: 330px;
        height: 546px;
        overflow: hidden;
        background: #3563F8;
        z-index:1;
    }

    .slide-img .img-group {
        width: 20000px !important;
        height: 546px;
        overflow: hidden;
        margin: 0 auto;
        font-size: 0;
    }

    .slide-img .img-group a {
        display: inline-block;
        width: 870px;
        height: 546px;
    }

    .slide-img .img-group img {
        width: 870px;
        height: 546px;
    }

    .slide-img ul {
        display: block;
        width: 100%;
    }

    .slide-img ul li {
        width: 100% !important;
        height: 91px !important;
    }

    .slide-img ul li.swiper-slide-active {
        font-size: 16px;
        background: #2440B3;
    }

    .slide-img ul a {
        display: table-cell;
        vertical-align: middle;
        line-height: 1.5;
        font-size: 16px;
        color: #fff;
        height: 91px !important;
        padding: 0 20px;
    }

    .slide-img ul a:hover {
        
    }





    /* 主题业绩说明会 */
    .ztyjsmh .list {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .ztyjsmh .list li {
        width: 25%;
        position: relative;
        padding-right: 5px;
        padding-bottom: 5px;
    }
    .ztyjsmh .list img {
        width: 100%;
        height: 100%;
        /* padding-right: 10px;
    padding-bottom: 10px; */
    }
    .ztyjsmh .list h3 {
        position: absolute;
        left: 25px;
        top: 20px;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #FFFFFF;
    }
    .ztyjsmh .list span {
        position: absolute;
        left: 25px;
        top: 40px;
        font-size: 12px;
        margin-top: 5px;
        font-family: PingFang SC;
        color: #FFFFFF;
    }
    .ztyjsmh .list a {
        position: absolute;
        left: 25px;
        top: 75px;
        font-size: 12px;
        text-decoration: none;
        color: #666666;
        border-radius: 24px;
        border: 0px;
        padding: 3px 12px;
        background-color: #fff;
    }
    /* 领涨股,热门板块,龙头公司 */
    .data {
        padding-top: 50px;
        padding-bottom: 80px;
        background: linear-gradient(0deg, #F8FAFF, #EDF3FF);
        text-align: center;
    }
    .data .content {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .data .content .lzg {
        width: 30%;
    }
    .data .content .con {
        width: 100%;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
    .data .content .table {
        width: 100%;
        display: table;
    }
    .data .content .table-header {
        display: table-row-group;
        background: #fafafa;
    }
    .data .content .table .tr {
        height: 38px;
        line-height: 38px;
        width: 100%;
        display: table-row;
        min-height: 32px;
    }
    .data .content .table .tr .td {
        display: inline-block;
        width: 33.3%;
        text-align: center !important;
        font-size: 14px;
        color: #333;
        flex: 1;
        vertical-align: middle;
        padding: 0 10px;
    }
    .data .content .table-header {
        display: table-row-group;
        background: #fafafa;
    }
    .data .content .table .table-body {
        display: table-row-group;
    }
    .data .content .table .table-body .percent {
        color: #e30404;
    }
    .data .rmbk {
        width: 30%;
    }
    .data .rmbk .con #id {
        width: 100%;
        height: 100%;
        margin-left: 30px;
        margin-right: 30px;
    }
    .data .ltgs {
        width: 30%;
    }
    .data .ltgs .con .item {
        margin-top: 0px;
        display: flex;
        padding-top: 20px;
        padding-bottom: 0px;
        margin-left: 20px;
        margin-right: 20px;
        background: #FFFFFF;
    }
    .data .ltgs .con .item .logo {
        width: 35px;
        height: 35px;
        background: #CCCCCC;
        border: 1px solid #ECECEC;
        border-radius: 10px;
    }
    .data .ltgs .con .item .desc {
        width: 100%;
        margin-left: 15px;
        display: flex;
        flex-direction: column;
    }
    .data .ltgs .con .item .desc .t1 {
        width: 100%;
        height: 16px;
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #333333;
        overflow: hidden;
        /*超出宽度部分隐藏*/
        text-overflow: ellipsis;
        /*超出部分以点号代替*/
        text-align: left;
    }
    .data .ltgs .con .item .desc .t2 {
        width: 100%;
        height: 16px;
        font-size: 10px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #666666;
        text-align: left;
    }
    /* 独家原创 */
    .original {
        margin-top: 40px;
        padding-bottom: 80px;
    }
    .original .content {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .original .content .yjydx {
        width: 30%;
        height: 480px;
        border-radius: 8px;
        position: relative;
    }
    .original .content .title {
        height: 93px;
        position: relative;
    }
    .original .content .bg {
        width: 100%;
        height: 100%;
        border-radius: 8px 8px 0px 0px;
        position: absolute;
    }
    .original .content .list {
        width: 100%;
        height: 400px;
        margin-top: -5px;
        background: #F8F9FA;
        border-radius: 8px;
        position: absolute;
    }
    .original .content .more {
        width: 100%;
        bottom: 10px;
        border-radius: 8px;
        position: absolute;
        text-align: center;
    }
    .original .content .more a {
        color: #999999;
    }
    .original .content .more a:hover {
        color: #dc2b18;
    }
    .original .content .name {
        position: absolute;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #F8F9FA;
        margin-left: 23px;
        margin-top: 20px;
    }
    .original .content .intro {
        position: absolute;
        font-size: 10px;
        font-family: PingFang SC;
        color: #F8F9FA;
        opacity: 0.5;
        margin-left: 23px;
        margin-top: 50px;
    }
    .original .content .list .item {
        margin-top: 10px;
        display: flex;
        padding-top: 10px;
        padding-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .original .content .list .item .logo {
        width: 120px;
        height: 65px;
        background: #CCCCCC;
        border: 1px solid #ECECEC;
        border-radius: 10px;
        flex-shrink: 0;
    }
    .original .content .list .item .desc {
        width: 100%;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
       justify-content: space-between;
    }
    .original .content .list .item .desc .t1 {
        width: 100%;
        display: inline-block;
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #333333;
        text-align: left;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /* 这里是超出几行省略 */
       
    }
    .original .content .list .item .desc .t2 {
        width: 100%;
        height: 16px;
        font-size: 10px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #666666;
        text-align: left;
    }
    .original .content .gs {
        width: 30%;
        height: 480px;
        border-radius: 8px;
        position: relative;
    }
    .original .content .ggjdnb {
        width: 30%;
        height: 480px;
        border-radius: 8px;
        position: relative;
    }
    .download {
        position: relative;
    }
    .download .bg {
        display: inline-block;
        width: 100%;
        height: 150px;
        z-index: -1;
        cursor: pointer;
        object-fit: cover;
    }
    .download .bg2 {
        display: none;
    }
    .download .content h3 {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50px;
        font-size: 30px;
        font-family: Alimama ShuHeiTi;
        font-weight: bold;
        color: #FFFFFF;
    }
    .download .content .desc {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 100px;
        font-size: 5px;
        font-family: Source Han Sans CN;
        color: #FFFFFF;
    }
    .download .content a {
        position: absolute;
        right: 30%;
        top: 70px;
        font-size: 14px;
        text-decoration: none;
        color: #0F2270;
        border: 0px;
        padding: 3px 12px;
        background: linear-gradient(-45deg, #FEE1B5, #FAC794);
        border-radius: 6px;
    }
    /* 互动问答 */
    .ask {
        padding-top: 40px;
        padding-bottom: 80px;
        background: linear-gradient(0deg, #F8FAFF, #EDF3FF);
        text-align: center;
    }
    .ask .titleall {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .ask .intro_con {
        width: 100%;
        text-align: center;
        margin-bottom: 28px;
    }
    .ask .intro {
        display: inline-block;
        font-size: 10px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #666666;
        text-align: justify
    }
    .ask .intro .number {
        display: inline-block;
        font-size: 10px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #FF722C;
        text-align: justify
    }
    .ask .content {
        position: relative;
        width: 100%;
    }
    .ask .content .swiper {
        width: 100%;
    }
    .ask .content .swiper .swiper-wrapper .swiper-slide {
        width: 213px !important;
        height: 220px;
        padding-bottom: 10px;
        background-color: #FFFFFF;
        text-align: center;
        border-radius: 10px;
    }
    .ask .content .swiper .swiper-wrapper .swiper-slide .slide-box {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .ask .content .swiper .swiper-wrapper .swiper-slide img {
        width: 16px;
        height: 16px;
        border: 1px solid #CCCCCC;
        border-radius: 3px;
        position: relative;
        top: 15px;
        left: 15px;
    }
    .ask .content .swiper .swiper-wrapper .swiper-slide .companycode {
        font-size: 9px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #206CFF;
        line-height: 11px;
        margin-left: -30px;
    }
    .ask .content .swiper .swiper-wrapper .swiper-slide .question {
        margin: 10px 10px;
        font-size: 10px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #000000;
        text-align: left;
        line-height: 1.5;
    }
    .ask .content .swiper .swiper-wrapper .swiper-slide .answer {
        margin: 10px 10px;
        font-size: 10px;
        font-family: PingFang SC;
        color: #999999;
        text-align: left;
        line-height: 1.5;
    }

     /* 互动问答 */
     .jchg {
        padding-top: 40px;

        text-align: center;
    }
    .jchg .titleall {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .jchg .swiper-container {
        /* width: 1200px; */
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
      }

      .jchg .swiper-container .swiper-wrapper .swiper-slide {
        text-align: center;
        font-size: 18px;
        height: 600px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.9);
      }
      .jchg .swiper-container .swiper-wrapper .swiper-slide-active,.swiper-slide-duplicate-active{
        transform: scale(1);
      }

      .jchg .swiper-container .swiper-wrapper .swiper-slide a{
        height: 100%;
      }

      .jchg .swiper-container .swiper-wrapper .swiper-slide img{
        width: 100%;
        height: 100%;
        object-fit: contain;  
  }

    /* 媒体快讯 */
    .news {
        width: 100%;
    }
    .news .content {
        width: 60%;
        margin: 16px auto 0;
    }
    .news .content .news-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 0;
    }
    .news .content .news-list ul li {
        width: 46%;
        font-size: 14px;
        color: #000;
        line-height: 24px;
        margin-bottom: 5px;
        display: flex;
        align-items: flex-start;
    }
    .news .content .news-list ul li::before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #333;
        margin: 10px 5px 0 0;
    }
    .news .content .news-list ul li p {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        /*超出宽度部分隐藏*/
        text-overflow: ellipsis;
        /*超出部分以点号代替*/
    }
    .news .content .more {
        font-size: 16px;
        color: #000000;
        line-height: 16px;
        text-align: center;
        margin-top: 30px;
    }
    .company {
        width: 100%;
        background: linear-gradient(0deg, #F8FAFF, #EDF3FF);
    }
    .company .titleall {
        font-family: DingTalk JinBuTi;
        margin-bottom: 20px;
        padding-top: 40px;
    }
    .company .intro {
        display: inline-block;
        font-size: 10px;
        font-family: PingFang SC;
        color: #000000;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .company .content .customers2 {
        width: 100%;
        max-width: 2560px;
        min-width: 1200px;
        margin: 0 auto;
        padding-bottom: 80px;
    }
    .company .content .customers2 .content {
        width: 100%;
        margin: 0 auto;
    }
    .company .content .customers2 .web .row {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .company .content .customers2 .mobile {
        display: none !important;
    }
    .company .content .customers2 .logo {
        display: flex;
        align-items: center;
        height: 60px;
        background: #fff;
        border-radius: 10px;
        padding: 0 16px;
        margin-right: 15px;
        transition: all 0.3s;
    }
    .company .content .customers2 .logo a {
        outline-style: none;
        color: #333;
        text-decoration: none;
    }
    .company .content .customers2 .logo:hover {
        box-shadow: 0 6px 27px 3px rgba(47, 71, 127, .2)
    }
    .company .content .customers2 .logo img {
        display: block;
        border: 0;
    }
    /* 全景公司信息 */
    .companyIntro {
        margin: 0 auto;
        padding: 75px 0
    }
    .companyIntro .intro {
        overflow: hidden;
        padding-left: 205px
    }
    .companyIntro .intro .logo {
        background: url(../images/web_logo.png) no-repeat;
        float: left;
        height: 70px;
        margin-left: -200px;
        margin-top: 30px;
        width: 175px
    }
    .companyIntro .intro .txt {
        color: #a0a7b6;
        font-size: 16px;
        line-height: 2;
        text-align: justify
    }
    .companyIntro .intro .txt .name {
        color: #172f65;
        font-weight: 700
    }
    .footer {
        background: linear-gradient(0deg, #4182ff, #6597f8);
        font-size: 16px;
        line-height: 1.8;
        padding: 25px 0;
        text-align: center
    }
    .footer,
    .footer a {
        color: #fff
    }
}