
@font-face {
    font-family: "Rubik-Light";
    src: url("/bocweb/web/fonts/Rubik-Light.woff2") format("woff2"),
         url("/bocweb/web/fonts/Rubik-Light.woff") format("woff"),
         url("/bocweb/web/fonts/Rubik-Light.ttf") format("truetype"),
         url("/bocweb/web/fonts/Rubik-Light.eot") format("embedded-opentype"),
         url("/bocweb/web/fonts/Rubik-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
@media (min-width: 768px) {
    html {
        font-size: 28px!important;
    }
}
@media (min-width: 1440px) {
    html {
        font-size: 34px!important;
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 40px!important;
    }
}
body{
    -webkit-font-smoothing: antialiased; 
    overflow: hidden;
}
*{
    margin: 0;
    padding: 0;    
}
body{
    overflow: hidden;
}
a{
    text-decoration: none;
    display: inline-block;
}
li{
    list-style: none;
}
.pro{
    position: absolute;
}
.pre{
    position: relative;
}
.bac{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.ft14{
    font-size: 14px;
}
.ft18{
    font-size: .45rem;
}
.ft24{
    font-size: .6rem;
}
.ft26{
    font-size: .65rem;
}
.ft36{
    font-size: .9rem;
}
.cl1f{
    color:#1f2a68;
}
.cl23{
    color:#23369f;
}
.cl58{
    color:#58585e;
}
.cl73{
    color:#73706e;
}
/* header.css */
header{
    width: 100%;
    height: 2rem;
    background: #fff;
    box-shadow: 0px 0 5px 0 rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    z-index: 890;
}
.header-pc{
    width: 100%;
    line-height: 2rem;
    height: 2rem;
    padding: 0 0 0 1.5rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.headerpc-navs{
    font-size: 0;
    display: flex;
}
.headerpc-nav{
    display: flex;
}
.header-nav-items{
    width: 90px;
}
.header-nav-a1{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color:#616161;
    line-height: 2rem;
    font-weight: bold;
    transition: all .4s ease;
}
.headerpc-sub{
    width: 75px;
    border-left: 1px solid #dedede;
    text-align: center;
}
.header-nav-items:hover .header-nav-a1{
    background:#1e2968;color: #ffffff;
}
.header-nav-a1:hover{
    background:#1e2968;color: #ffffff;
}
.header-nav-a1.on-header1{
    background:#1e2968;color: #ffffff;
}
/* foot。css */
.foot-left{
    display: flex;
    color: #ffffff;
    /* font-weight: bold; */
}
.foot-all{
    display: flex;
    justify-content: space-between;
}
footer{
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    background: #868686;
}
.foot-left a,.foot-rt-gz{
    color: #ffffff;
    /* font-weight: bold; */
    margin-left: .5rem;
}
.foot-right{
    display: flex;
}
.foot-rt-vx{
    margin-left: 5px;
}
.foot-vx-ewm{
    width: 140px;
    height: 140px;
    left: 50%;
    transform: translateX(-50%) rotateY(90deg);
    bottom: 1.5rem;
    padding: .2rem;
    background: #fff;
    /* border-radius: 5px; */
    border:5px solid #23369f;
    transition: all .4s ease;
}
.foot-vx-ewm img{
    width: 100%;
    vertical-align: top;
}
.foot-rt-vx:hover .foot-vx-ewm{
    transform:translateX(-50%)  rotateY(0);
}
/* 集团概况.css */
.all-banner{
    width: 100%;
    height: 9rem;
    margin-top: 2rem;
}
.all-title{
    font-size: 1.2rem;
    line-height: 1.22rem;
    color:#fff;
}
.all-content{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    transform: translateY(-50%);
}
.all-egtitle{
    font-size: .4rem;
    line-height: .5rem;
    color: #ffffff;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
.group1-left{
    width: 30.4%;
}
.group1-right{
    width: 69.6%;
    line-height: 2rem;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
.group1-all-items{
    height: 2rem;
    line-height: 2rem;
    display: flex;
    justify-content: space-between;
}
.group1-left a,.group1-right a{
    color:#726f6b;
    font-weight: bold;
    transition: color .4s ease;
    position: relative;
}
.group1-right a:nth-child(n+2){
    margin-left: .875rem;
}
.group1-right a:hover{
    color:#23369f;
}
.group1-right a:hover:after{
    width: 100%;
}
.group1-right a:after{
    content: "";
    width: 0;
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    transition: width .5s ease;
    background: #23369f;
}
.group1-right a.on-group{
    color:#23369f;
}
.group1-right a.on-group:after{
    width: 100%;
}
.group2-left{
    width: 24%;
    border-right:1px solid #dcdcdc;
    box-sizing: border-box;
}
.group2-right{
    width: 76%;
}
.group2-left{
    padding: 1.5rem .75rem 0 0;
}
.group2-right{
    padding: 1.5rem 0 0 0;
}
.group2-all-items{
    display: flex;
}
.group-list1{
    border-bottom: 1px solid #dcdcdc;
}
.group2-lf-egtitle{
    line-height: .7rem;
    color:#d9d7d5;
    text-transform: uppercase;
    font-family: "Rubik-Light";
}
.group2-lf-title{
    line-height: .9rem;
}
.group2-right{
    padding:1.5rem 0 2.8rem 2.6rem;
    box-sizing: border-box;
}
.group2-rt-txt{
    color:#73706e;
    margin: 0.9rem 0 0 0;
}
/* 开展历程css */
.dev-all-items{
    /* padding-bottom: 2.2rem; */
}
.dev-list1{
    width: 100%;
    min-height: 5rem;
    padding: 0 0 0 15%;
    box-sizing: border-box;
    display: flex;
}
.dev1-item{
    width: 100%;
}
.dev1-item-top,.dev1-item-bot{
    width: 100%;
}
.dev1-item-top{
    display: flex;
}
.dev1-left{
    width: 10.4%;
}
.dev1-right{
    width: 90%;
}
.dev1-right-pad{
    padding: 1.5rem 0 0 2.6rem;
    box-sizing: border-box;
}
.dev1-rt1-title{
    line-height: 1.05rem;
}
.dev1-rt1-stitle{
    margin-bottom: .6rem;
}
.dev1-bt-time{
    color:#1e2968;
    line-height: .95rem;
}
.dev1-bt-list{
    width: 100%;
    display: flex;
    align-items: center;
}
.dev1-bt-txt{
    padding: 0 0 0 2.6rem;
    box-sizing: border-box;
}
.dev1-item-bot{
    margin: 1.5rem 0 0 0;
}
.dev1-bt-list{
    margin-bottom: .3rem;
}
.dev1-item-bot .dev1-bt-list:last-child{
    margin-bottom: 0;
}
.dev1-span{
    width: 1px;
    background: #e4e4e4;
    height: 100%;
    left: 2.6rem;
    top: 0;
}
.dev-list1:last-child .dev1-item{
    padding-bottom: 2.2rem;
}
/* 组织架构.css */
.org1-title{
    text-align: center;
    width: 100%;
}
.org1-all-items{
    padding: 1.5rem 0 3.5rem 0;
}
.org1-etitle{
    font-size: .8rem;
    line-height: .9rem;
    text-align: center;
    color:#cbc9c7;
    text-transform: uppercase;
    font-family: "Rubik-Light";
}
.org1-all-items img{
    width: 100%;
    margin-top: .65rem;
}
.cul2-all-items{
    width: 100%;
    display: flex;
}
.cul2-all-items:first-child .group2-left{
    padding: 1.5rem 0 0 0;
}
.cul2-all-items:first-child .group2-right{
    padding: 1.5rem 0 0 2.6rem;
}
.cul2-rt-txt p{
    line-height: 2.4;
}
.cul2-all-items:nth-child(n+2) .group2-right{
    padding: 1.5rem 0 0 2.6rem;
}
.cul2-all-items:last-child .group2-right{
    padding: 1.5rem 0 2.8rem 2.6rem;
}
/* 声誉css */
.honor1-bt-time:after {
    content:'';
    width: 3px;
    height: .625rem;
    background: #1e2968;
    display: block;
    position: absolute;
    right: -.15rem;
    top: 50%;
    transform: translateY(-50%);
}
.hor1-bt-item{
    width: 46.5%;
    border:1px solid #dcdcdc;
    float: left;
    box-sizing: border-box;
    margin-bottom: 1.25rem;
}
.hor1-bt-item:nth-child(2n){
    margin-left: 7%;
}
.hor1-bt-img{
    padding: .7rem .6rem;
    box-sizing: border-box;
}
.hor1-bt-img img{
    width: 100%;
}
.hor1-bt-content{
    border-top:1px solid #dcdcdc;
    color:#222;
    height: 1.85rem;
    line-height: .55rem;
    text-align: center;
    padding: .35rem .15rem;
    box-sizing: border-box;
}
.hor1-bt-items{
    overflow: hidden;
}
.hor1-bt-list{
    align-items: start;
}
.news1-time{
    font-weight: bold;
    line-height: .65rem;
}
.news-list1{
    padding: .7rem 0 .75rem 0;
}
.news1-list{
    padding: 1rem .35rem;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.news1-list:last-child{
    border-bottom: none;
}
.news1-content{
    flex: 1;
    padding:0 0 0 .825rem;
    box-sizing: border-box;
}
.news1-title{
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color:#58585e;
  line-height: .63rem;
}
.news1-txt{
    line-height: 1.5;
    margin-top: .55rem;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-all{
    /* padding: .7rem 1.5rem; */
    box-sizing: border-box;
    background: #dcdcdc;
    margin-bottom: 3rem;
}
/* .page .pagination{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prev,.next{
    color:#000
}
.page-num{
    display: flex;
}
.page-num a{
    width: .7rem;
    color:#000;
    font-size: .4rem;
    line-height: .7rem;
    text-align: center;
    height: .7rem;
    transition: all .4s ease;
}
.page-num a.on-page{
    background: #1f2a68;
    color:#fff;
}
.page .prev, .page .next {
    position: absolute;
    top: 15px;
    width: auto;
    padding: 0 1.5rem;
}
.page-num a:hover{
    background: #1f2a68;
    color:#fff;
}
.page-num a:nth-child(n+2){
    margin-left: .25rem;
} */
/* 视频页面.css */
.video1-list{
    width: 31.6%;
    /* float: left; */
    margin-bottom: .5rem;
    margin-right: 2.6%;
}
.video1-list:nth-child(3n){
    margin-right: 0;
}
.video1-img{
    overflow: hidden;
}
.video1-img img{
    transition: all .4s ease;
}
.video1-list:hover img{
    transform: scale(1.05);
}
.video1-list .video1-img img{
    width: 100%;
}
.video-list1{
    padding: 1.5rem 0 3.75rem 0;
}
.video1-title{
    width: 100%;
    height: 1.425rem;
    line-height: 1.425rem;
    background: #d2d4e1;
    padding: 0 0 0 1rem;
    box-sizing: border-box;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.video1-lists{
    overflow: hidden;
}
/* 战略开展 */
.stra1-left{
    width: 62.08%;
    overflow: hidden;
}
.stra1-left img{
    transition:all .4s ease;
}
.stra1-left:hover img{
    transform: scale(1.05);
}
.stra1-left img{
    width: 100%;
}
.stra1-right{
    width: 37.5%;
}
.stra1-top{
    display: flex;
    justify-content: space-between;
}
.stra-list1{
    padding: 1.5rem 0 2rem 0;
}
.stra1-zz{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.45);
    text-align: center;
    transform: scale(1);
    transition: all .4s ease;
}
.stra1-zz img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/* .stra1-right:hover .stra1-zz{
    transform: scale(0);
} */
.stra1-bot{
    margin-top: 1rem;
}
.stra1-bot-title{
    line-height: .7rem;
}
.stra1-bot-egtitle{
    color:#cbc9c7;
    line-height: .65rem;
    text-transform: uppercase;
    margin: .25rem 0 1rem 0;
    font-family: "Rubik-Light";
}
.stra1-bot-txt p{
    line-height: 1.75;
}
/* 1277星际电子结构css */
.lay1-all-items{
    display: flex;
}
.lay1-lf-txt{
    line-height: 2.2;
    margin-top: .9rem;
}
.lay1-rt-img{
    /* width: ; */
}
.lay1-all-items .group2-right{
    padding: 1.5rem 0 2.8rem 2.6rem;
}
.lay1-all-items .group2-right img{
    width: 100%;
}
/* 1277星际电子项目css */
.eve-list1{
    padding: 1.5rem 0 3.75rem 0;
}
.eve1-title{
    line-height: .7rem;
}
.eve1-items{
    margin: 2rem 0 0 0;
    font-size: 0;
}
.eve1-item{
    width: 32.5%;
    display: inline-block;
    margin-right: 1.25%;
    margin-bottom: 1.5rem;
    vertical-align: top;
}
.eve1-item:nth-child(3n){
    margin-right: 0;
}
.eve1-item-img{
    overflow: hidden;
}
.eve1-item-img img{
    width: 100%;
    transition: all .4s ease;
}
.eve1-item:hover img{
    transform: scale(1.05);
}
.eve1-item-txt{
    color:#898989;
    /* height: 28px; */
}
.eve1-item-content{
    padding: .4rem .15rem;
    background: #fff;
}
.eve1-item-title{
    line-height:1.2;
}
/* .eve1-item:hover .eve1-item-content{
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
} */
.eve1-btn{
    
    width: 8.575rem;
    height: 1.825rem;
    text-align: center;
    line-height: 1.825rem;
    border:1px solid #23369f;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    transition: all 0.4s;
}
.eve1-btn span{
    font-size: .4rem;
    position: relative;
    z-index: 25;
}
.eve1-btn:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0;
    right: 0%;
    transform: scale3d(0,1,1);
    background: #23369f;
    z-index: 20;
    -webkit-transition: all 0.3s;
    transition: all 0.4s;
}
.eve1-btn:hover span{
    color:#fff !important;
}
.eve1-btn:hover:after {
    transform: scale3d(1,1,1);
    opacity: 1;
}
/* 项目详情.css */
.eveds-list1{
    padding: 1.75rem 0 2.5rem 0;
}
.eveds1-top{
    display: flex;
    justify-content: space-between;
}
.eveds1-tp-left{
    width: 62.08%;
    overflow: hidden;
}
.eveds1-tp-right{
    width: 37.5%;
}
.eveds1-tplf-lb .swiper-slide img{
    width: 100%;
}
.eveds1-tprt-lb{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.swiper-button-nexteve1{
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,.45);
    left: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
    text-align: center;
    background-image:unset !important;
}
.swiper-button-nexteve1 img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.eveds1-mid .stra1-bot-egtitle{
    color:#73706e !important;
}
.eveds1-bot{
    overflow: hidden;
    margin-top: 1.5rem;
}
.eveds1-bot a{
    padding: .4rem .75rem;
    background: #f0f0f0;
    border-radius: 5px;
    font-size: 15px;
    color:#726f6b;
    float: left;
    margin-right: .45rem;
    transition: all .4s ease;
    margin-bottom: .3rem;
}
.eveds1-bot a:hover{
    color:#fff;
    background: #1f2a68;
}
.eveds1-bot a.on-eveds1{
    color:#fff;
    background: #1f2a68;
}
.value-list2 .group2-left{
    width: 24%;
}
.value-list2 .group2-right{
    width: 76%;
    padding: 1.5rem 0 2.8rem 2.6rem;

}
.proj-title{
    color:#58585e;
    line-height: .5rem;
    transition: color .5s ease;
}
.proj-list{
    cursor: pointer;
    padding: 0 .15rem 0 .55rem;
    box-sizing: unset;
    margin-bottom: 1rem;
}
.proj-list:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    top: 0;
}
.proj-txt{
    font-size: .5rem;
    line-height: .65rem;
    color:#d9d7d5;
    margin-top: 3px;
    font-family: "Rubik-Light";
}
.proj-list.on-proj1 .proj-title {
    color:#23369f;
}
.proj-list:hover .proj-title {
    color:#23369f;
}
.proj-content{
    margin: 1.1rem 0 0 0;
}
.proj-content img{
    width: 100%;
    margin-bottom: .45rem;
}
.proj-content p{
    font-size: 14px;
    color:#73706e;

}
/* 联络1277星际电子 */
.con-list1 p{
    color:#807871;
    line-height: 1.5;
    margin-bottom: .5rem;
}
.con-list1{
    margin-top: .4rem;
}
#container{
    width: 100%;
    height: 12.5rem;
}
.con-list2 .group2-right{
    padding: 1.5rem 0 4rem .75rem;
}
.tal-list1:nth-child(n+2){
    margin-top: 2rem;
}
/* 社会招聘css */
.soc-list1{
    padding: 1.75rem 0 3.75rem 0;
}
.soc12-title{
    color:#58585e;
}
.soc1-list2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.soc12-content{
    width: 490px;
    display: flex;
}
.soc12-ss{
    width: 74.45%;
    height: 48px;
    background: #fff;
    border:1px solid #d2d2d2;
    padding: 0 .4rem;
    box-sizing: border-box;
}
.soc12-ss::-webkit-input-placeholder {
    font-size: 14px;
    color: #58585e;
}
.soc12-tj{
    width: 25.55%;
    height: 48px;
    background: #1f2a68;
    color:#fff;
    border:none;
}
.soc13-item{
    padding: .75rem 1.125rem 1.125rem 1.125rem;
    border:1px solid #e5e5e5;
    margin-top: .5rem;
}
.soc13-tp-1 a{
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: #1f2a68;
    color:#fff;
    text-align: center;
}
.soc13-tp-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.soc13-tp-1{
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: .25rem;
}
.soc13-mid-1{
    width: 33.3%;
    display: inline-block;
    margin-bottom: .375rem;
}
.soc13-mid-li{
    font-size: 0;
    margin-top: .825rem;
}
.soc13-btn{
    width: 105px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    transition: all .4s ease;
}
.soc13-btn:hover{
    background: #1f2a68;
    color:#fff;
}
.soc13-bot-li{
    padding: .4rem 0 0.5rem 0;
}
.soc13-bot-li .soc13-bt-title{
    margin-bottom: .2rem;
}
.soc13-bot-li .soc13-bt-title2{
    margin-top: .2rem;
}
.soc13-bot-li{
    display: none;
}
.soc13-btn.on-soc13{
    color:#fff;
    background: #1f2a68;
}
.soc13-item{
    margin-bottom: 5px;
}
.soc13-item.on-soc131{
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}
.soc1-list1{
    padding: .75rem 1rem;
    box-sizing: border-box;
    border:1px solid #e5e5e5;
    background: #fbfbfb;
    margin-bottom: 2.25rem;
}
.soc11-dw{
    font-size: 0;
}
.soc11-dw-title{
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 1rem 0 0;
}
.soc11-dw-title2{
    width: 95px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    margin-right: 1rem;
    transition: all .4s ease;
    cursor: pointer;
}
.soc11-dw-title2.on-dw{
    background: #1f2a68;
    color:#fff;
}
.soc11-dw-txt{
    overflow: hidden;
    width: 75.67%;
}
.soc11-dw-title2,.soc11-dw-title,.soc11-dw-txt{
    display: inline-block;;
    vertical-align: top;
}
.soc11-dw-txt{
    height: auto;
    overflow: hidden;
}
.soc11-dw-txt.on-dw-txt{
    /* height: 40px;
    overflow: hidden; */
}
.soc11-dw-title2:hover{
    background: #1f2a68;
    color:#fff;
}
.soc11-yt .soc11-dw-title2{
}
.soc11-dw:nth-child(n+2){
    margin-top: .45rem;
}
.soc11-btn{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    float: right;
}
.soc11-btn:after{
    content: "";
    width: 12px;
    height: 6px;
    background: url(/bocweb/web/img/jt2.png) center center no-repeat;
    background-size: 12px 6px ;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    transition: all .4s ease;
}
.soc11-btn.on-soc11-btn:after{
    transform: rotate(180deg);
}
/* 首页.css */
.wel1-lb .swiper-slide{
    width: 100%;
    height: 16.25rem;
}
.wel-list1{
    margin-top: 2rem;
}
.wel1-lb-title{
    font-size: 1.5rem;
    color:#fff;
    line-height: 1.8rem;
}
.wel1-lb-egtitle{
    color:#fff;
    font-family: "Rubik-Light";
    line-height: .75rem;
    text-transform: uppercase;
}
.wel1-all{
    position: absolute;
    top: 4.7rem;
    left: 50%;
    margin-left: -600px;
}
.swiper-paginationwel1{
    width: auto !important;
    left: unset !important;
    bottom: unset !important;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) !important;
}
.swiper-paginationwel1 .swiper-pagination-bullet-active{
    background: #fff !important;

}
.swiper-paginationwel1 span{
    display: block;
    opacity: 1 !important;
    margin-bottom: 7px !important;
    border:2px solid #fff !important;
    background: transparent !important;
    outline: none;
}
.wel-list2{
    padding: .5rem 0 1.5rem 0;
}
.wel2-all-items{
    display: flex;
    justify-content: space-between;
}
.wel2-left{
    width: 50.8%;
}
.wel2-right{
    width: 45.8%;
}
.wel2-lftp-title{
    font-size: .5rem;
    line-height: .58rem;
    color:#535353;
    display: inline-block;
    font-weight: bold;
    padding-bottom: .5rem;
}
.wel2-lf-top{
    width: 100%;
    border-bottom:1px solid #d9d9d9;
    
}
.wel2-lftp-title:after{
    content: "";
    width: 100%;
    height: 3px;
    background: #535353;
    bottom: 0;
    position: absolute;
    left: 0;
}
.wel2-lfmd-1{
    width: 195px;
}
.wel2-lfmd-1 img{
    width: 100%;
}
.wel2-lfmd-2{
   flex:1;
   padding-left: .55rem;
   box-sizing: border-box;
}
.wel2-lf-mid{
    margin: .375rem 0 .4rem 0;
    display: flex;
}
.wel22-lfmd-title{
    font-size: .5rem;
    font-weight: bold;
    color:#535353;
    line-height: .58rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s ease;
}
.wel22-lfmd-txt{
    font-size: 13px;
    line-height: 1.93;
    color:#535353;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: .2rem;
}
.wel22-lfmd-time{
    color:#d8d8d8;
    font-size: .5rem;
    line-height: .55rem;
    text-align: right;
}
.wel2-lf-mid .wel2-lfmd-1{
    overflow: hidden;
}
.wel2-lf-mid img{
    transition: all .4s ease;
}
.wel2-lf-mid:hover img{
    transform: scale(1.05);
}
.wel2-lf-mid:hover .wel22-lfmd-title{
    color:#1f2a68;
}
.wel2-lfbt-title{
    font-size: 13px;
    color:#888888;
    width: 77.68%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s ease;
}
.wel2-lfbt-list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wel2-lfbt-list a:hover .wel2-lfbt-title{
    color:#1f2a68;
}
.wel2-right .wel22-lfmd-txt2{
    -webkit-line-clamp: 4;
}
.wel2-rtbt-txt{
    font-size: 13px;
    color:#888888;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wel3-all a{
    width: 25%;
    float: left;
    overflow: hidden;
}

.wel3-all  a img{
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}
.wel3-all a:hover img{
    transform: scale(1.05);
}
.wel3-all{
    overflow: hidden;
    display: flex;
}
.header-1024,.headerm-list2{
    display: none;
}
.honor1-bt-time{
    width: 2.55rem;
}
.hor1-bt-items{
    width: 24.15rem;
}
.eve1-item-title {
    font-size: 18px !important;
}
.wel-list12{
    display: none;
}

.video-all-tc{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    top:-50px;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease;
}
.video-tc-items{
    position: relative;
    top:50%;
    transform: translateY(-50%);
}
.video-tc-play{
    width: 60%;
    margin: 0 auto;
    font-size: 0;
}
.video-tc-play video{
    width: 100%;
}
.video-tc-txt{
    font-size: .4rem;
    line-height: .55rem;
    /* min-height: 1.8rem; */
    color: #333;
    background: #fff;
    padding: .45rem .45rem;
}
.video-tc-close{
    cursor: pointer;
    position: absolute;
    right: -30px;
    top: 0;
}
.on-video{
    opacity: 1;
    visibility: visible;
    top: 0;
}
/* 新闻详情css */
.newsd2-right {
    padding: 1.5rem 0 1rem 0;
}
.newsd2-right img{
    max-width: 100%;
    width: auto !important;
    display: block;
    margin: 0 auto;
}
.group2-lf-egtitle{
}
.newsd2-right .group2-lf-title,.newsd2-right .group2-lf-egtitle{
    text-align: center;
    
}
.newsd2-page{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsd2-pg-left a{
    display: block;
}
.newsd2-pg-left a:hover{
    color:#1f2a68;
}
.newsd2-page{
    padding: .5rem 0 1.5rem 0;
    border-top:1px solid #e5e5e5;
}
.newsd2-pg-right{
    width: 100px;
    height: 45px;
    border-radius: 8px;
    background: #1f2a68;
    color:#fff;
    text-align: center;
    line-height: 45px;
}
.newsd2-pg-right:hover{
    color:#fff
}
.socm1-list1{
    display: none;
}

/* 搜索 */
.header-search-wrap {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    margin-top: -22px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    /* transform: scale(0);
    opacity: 0; */
    width: 600px;
    height: 44px;
    margin-left: -300px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #666;
    line-height: 44px;
    transition: all 0.5s;
    background: #fff;
    padding-right: 50px;
}
.header-search-wrap.show1,
.search-close.show1 {
    z-index: 8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.header-search-wrap .ser-input {
    width: 100%;
    height: 43px;
    position: relative;
    border: none;
    background: none;
    box-sizing: border-box;
    text-indent: 20px;
}
.header-search-wrap .submit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 36px;
    height: 43px;
    background: url(/bocweb/web/img/search.png) no-repeat center;
    background-size: 20px !important;
    border: none;
    box-sizing: border-box;
}
.search-close {
    position: absolute;
    z-index: -1;
    display: block;
    right: -.6rem;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(/bocweb/web/img/close2.png) no-repeat center;
    background-size: 24px !important;
    cursor: pointer;
    transition-duration: .5s;
    transform: scale(0);
}
.hide1 {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition-duration: .5s;
}
.headerpc-sub12{
    display: none;
}

/* 搜索效果css */
.moudle-titles .moudle-font28 {
    padding: 1rem 0;
    font-size: 28px;
    line-height: 1.1;
    color: #444;
    text-align: center;
    font-weight: bold;
}
.search .search-list1 {
    padding: .6rem .6rem 10px;
    margin: 0 auto .5rem;
}
.search .search-item {
    position: relative;
    display: block;
    border: 1px solid #eee;
    border-left-width: 5px;
    margin-bottom: 10px;
    line-height: 30px;
    padding: 18px 200px 18px 32px;
    color: #333;
    background: #f8f8f8;
}
.search .search-h5 {
    height: 30px;
    font-size: 18px;
    transition-duration: .3s;
}

.omit1 {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.search .search-time {
    top: 50%;
    right: 0;
    margin-top: -15px;
    position: absolute;
    display: block;
    width: 144px;
    text-align: center;
    border-left: 1px solid #ececec;
    font-size: 14px;
    transition-duration: .3s;
}
.search .search-item:after {
    top: 50%;
    right: 100%;
    display: block;
    width: 5px;
    height: 0;
    background: #152162;
    content: "";
    position: absolute;
    content: "";
    transition-duration: .3s;
}
.search .search-item:hover:after {
    top: 0;
    height: 100%;
}

.page .pagination {
    display: block;
    padding: 15px 0;
    background: #dcdcdc;
    position: relative;
    text-align: center;
    
}

.page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #000;
    text-align: center;
    transition: all .3s linear;
    font-family: "Arial";
    vertical-align: top;
    margin: 0 7px;
    line-height: 30px;
}
.page a:hover, .page a.active {
    color: #fff;
    background: #152162;
}
.page .prev {
    left: 0;
}
.page .prev, .page .next {
    position: absolute;
    top: 15px;
    width: auto;
    padding: 0 1.5rem;
}
.page .next {
    right: 0;
}
.soc11-dw-title23{
    width: auto !important;
    padding: 0 .15rem;
}
.wel2-lf-top a{
    font-family: "Rubik-Light";
}
.wel2-lf-top{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.headerpc-logo img{
    width: 134px;
}
.video1-all-ls{
    font-size: 0;
    text-align: center;
}
.video1-title{
    text-align: left;
}
/* 新增 */
.lk-7 {
    width: 900px;
}
.dc-1 {
    transition: all .4s ease;
    top: 1.8rem;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}
.add-xg-ml {
    padding: 0 .5rem;
    box-sizing: border-box;
    line-height: 47px !important;
    
}
.add-xg-ml a {
    line-height: 55px !important;
    margin-right: 20px;
}
.add-xg-ml a:hover{
    color:#1e2968;
}
.add-xg-ml {
    width: 100%;
    background: #656462;
    float: right;
}
.clff{
    color:#fff;
}
.on-dc{
    top:2rem;
    opacity: 1;
    visibility: visible; 
}
.de-yc{
    color:transparent !important;
}
.news1-list,.news1-list div{
    transition: all .4s ease;
}
.news1-list:hover{
    background: #e1e1e1;
}
/* .news1-list:hover div{
    color:#fff;
} */

.wel-list11 img{
    width: 100%;
}
.wel1-lb,.wel1-lb .swiper-wrapper,.wel1-lb .swiper-slide{
    height:auto !important;
}
.fl-add-1,.fl-add-12{
    color:#fff;
    cursor: pointer;
    margin-left:10px;
}
#mask{
    position: fixed;
    width: 380px;
    height: 100%;
    background-color: #2b2b2b;
    top: 0;
    right: -380px;
    padding: 1.75rem 29px;
    box-sizing: border-box;
    z-index: 999;
    transition: all .6s ease ;
}
.on-fl{
    right: 0 !important;
}
.mask-title{
    font-size: 30px;
    color:#f20303;
    line-height: 1.1;
}   
.mask-stitle{
    font-size: 15px;
    color: #E1DEDE;
} 
body{
    transition: all .6s ease;
    margin-left: 0;
}
.on-body{
    margin-left: -380px !important;
}
.fh-fl{
    color: #E1DEDE;
    position: absolute;
    top: .5rem;
    right: .5rem;
    cursor: pointer;
}
.fl-add-12{
    margin-left: 0;
}
.fe-ad{
    display: flex;
}
.fl-add-12{
    display: none;
}
.mask-txt{
    color:#8C8C8C;
}
.mask-txt::-webkit-scrollbar {/*转动条整体样式*/
    width: 3px;     /*高宽划分对应横竖转动条的尺寸*/
    height: 3px;
}
.mask-txt::-webkit-scrollbar-thumb {/*转动条内里小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #8C8C8C;
    background: #8C8C8C;
}
.mask-txt::-webkit-scrollbar-track {/*转动条内里轨道*/
    -webkit-box-shadow: inset 0 0 5px transparent;
    border-radius: 0;
    background: transparent;
}<!--耗时1765510830.2833秒-->