
*{
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.5em;
    color: #444;
}



.sak_oa {
    width: 100px;
    height: 50px;
    /* line-height: 100px; */
    margin: auto;
    margin-left: 50px;
}

.sak_oa>h3 {
    font-weight: 600;
    font-size: 26px;
    color: rgb(16, 122, 255);
}

.sak_oa>h6 {
    /* margin-left: 15px; */
    margin-top: 6px;
    margin-left: 15px;
    margin-top: 6px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    color: rgb(16, 122, 255);
}

.sak_oa>h2 {
    font-size: 25px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.sak_oa>h5 {
    margin-left: 15px;
    margin-top: 6px;
    font-size: 16px;
    color: rgb(0, 0, 0);
}

.sak_os {
    width: 400px;
    height: 180px;
    margin-right: 50px;
}

.sak_os>h3 {
    padding-top: 38px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden; /*自动隐藏文字*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; /*文字隐藏后添加省略号*/
}

.sak_os>h5 {
    padding-top: 10px;
    line-height: 1.7em;
    color: rgb(140, 140, 140);
    display: -webkit-box;
    overflow: hidden; /*自动隐藏文字*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; /*文字隐藏后添加省略号*/
    
}

.journalism_s {
    width: 200px;
    height: 260px;
    border-bottom: dashed 2px white;
    position: relative;
}

.img_New {
    position: absolute;
    top: 60px;
    left: 170px;
}

.journalism_t {
    margin-top: 110px;
    width: 240px;
    height: 260px;
}

.journalism_s>h5 {
    color: rgb(187, 196, 212);
}

.journalism_s>h1 {
    color: #f7feff;
}

.journalism_t>h5 {
    color: rgb(187, 196, 212);
}

.journalism_t>h1 {
    color: #f7feff;
}

.journalism_t>h5,
.journalism_s>h5 {
    font-size: 25px;
    font-weight: 100;
    padding: 4px 0;
}

.journalism_t>h1,
.journalism_s>h1 {
    font-size: 30px;
    font-weight: 400;
    padding: 23px 0;
}

.on {
    width: 60px;
    margin-top: 15px;
    border-radius: 100px;
    border: 3.5px white solid;
}

/* xinwen */


/* footer */
.footer-bar {
    border-top: 1px dashed #f0f0f0;
    background: #fff;
}
.footer-bar .foot {
}
.foot_text .aa {
    padding-top: 0;
    padding-bottom: 0;
}
.btno {
    display: block;
    width: 275px;
    margin-top: 60px;
    margin-left: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    border-radius: 50px;
    font-size: 22px;
    color: white;
    background-color: rgba(0, 0, 0, 0.408);
}
.btno:hover{
    color: #fff;
    background: #16488e;
}
.feet{
    width: 100%;
    height: 315px;
}
.foot {
    width: 1440px;
    display: flex;
    margin:0 auto;
}
.footer-bar .foot_text{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    flex: 1;
}
.foot_erwei{
    display: flex;
    flex: 450px 0 0;
    justify-content: space-evenly;
    align-items: center;
}
.foot_text>ul{
    padding: 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.foot_text>ul>li{
   font-weight: 500;
   font-size: 15px;
   text-align: center;
   padding: 13.5px 0;
}
.foot_text>ul>li>a{
    color: #7f7f7f;
}
.foot_text>ul>li>span{
    color: #7f7f7f;
}
.lii{
    /* padding-top: 0; */
}
.foot_text>ul>a{
    color: #16488e;
}
.foot_text .top-text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    min-height: 50px;
    display: block;
    color: #16488e;
    padding-bottom: 10px;
}
.foot_img{
    text-align: center;
}
.foot_img>img{
    width: 150px;
    height: 150px;
    border-radius: 10px;
}
.quan_img{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /* border: 7px solid #bcd9ff; */
    border-radius: 10px;
}
.foot_img>h1{
    font-size: 14px;
    margin-top: 12px;
    line-height: 20px;
    color: #070707;
}
.log{
    width: 100%;
    text-align: center;
    height: 33px;
    line-height: 33px;
    background-color: #e6eaee;
}
.log_p{
    width: 1440px;
    margin: auto;
    line-height: 33px;
}
.log_p>p{
    font-size: 11px;
}
#aa{
    padding: 0;
    padding-bottom: 5px;
}
/* footer */


/* 滚动条 */
    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    ::-webkit-scrollbar {
        width: 7px;
        height: 7px;
        background-color: rgba(0, 0, 0, 0.3);
      }
      /*定义滚动条轨道 内阴影+圆角*/
      ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.3);
      }
      /*定义滑块 内阴影+圆角*/
      ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #fff;
      }
/* 滚动条 */



/* 产品 */

/* log */
.culture_logs {
    width: 100%;
    position: relative;
    z-index: 33;
    height: 120px;
    margin-top: -120px;
    background-color: transparent;
}

.culture_comt {
    width: 1440px;
    margin: auto;
    display: flex;
}
.culture_comt .abc {
    min-width: 200px;
    padding:0 15px;
    height: 120px;
    background-color: rgba(49, 41, 41, 0.3);
    border-radius: 30px 30px 0px 0px;
    margin-right: 30px;
}
.header {
    width: 100%;
    min-width: 1440px;
    background-color: transparent;
}
.abc{
    display: block;
    border-radius: 30px 30px 0px 0px;
    background-color: rgba(49, 41, 41, 0.3);
    margin-right: 30px;
}
.abc:hover{
    background-color: rgb(11, 64, 161);
    cursor: pointer;
}
.abc.active {
    background-color: rgb(11, 64, 161);
    cursor: pointer;
}
.Notice.active {
    background-color: rgb(11, 64, 161);
}
.abc>h3{
    color: white;
    font-size: 22px;
    margin-top: 25px;
    text-align: center;
}
.abc>h4{
    color: white;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}



.img-box {
    position: relative;
}
.img-box .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



.text-limit-3 {
    display: -webkit-box;
    overflow: hidden; /*自动隐藏文字*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; /*文字隐藏后添加省略号*/
}
.text-limit-2 {
    display: -webkit-box;
    overflow: hidden; /*自动隐藏文字*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; /*文字隐藏后添加省略号*/
}
.text-limit-1 {
    display: -webkit-box;
    overflow: hidden; /*自动隐藏文字*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; /*文字隐藏后添加省略号*/
}
.header {
    width: 100%;
   
}
.header .img-box {
    width: 100%;
    min-width: 1440px;
    height: 780px;
}