@charset "UTF-8";


@media (min-width: 768px) {
    html {
        font-size: 28px !important;
    }
}

@media (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #e60012;
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #e60012;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #e60012;
    }

    html {
        font-size: 30px !important;
    }

    body {
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px !important;
    }
}

@media (min-width: 1680px) {
    html {
        font-size: 40px !important;
    }
}

/* 重置表单样式 */
select::-ms-expand {
    display: none;
}

input,
select,
textarea {
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}

textarea {
    resize: none;
}

select::-ms-expand {
    display: none;
}

/* 更改placeholder颜色 */
input::-webkit-input-placeholder {
    color: #888;
}

input:-moz-placeholder {
    color: #888;
}

input::-moz-placeholder {
    color: #888;
}

input:-ms-input-placeholder {
    color: #888;
}

textarea::-webkit-input-placeholder {
    color: #888;
}

textarea:-moz-placeholder {
    color: #888;
}

textarea::-moz-placeholder {
    color: #888;
}

textarea:-ms-input-placeholder {
    color: #888;
}

.w1720 {
    width: 89.5%;
    margin: 0 auto;
}

.foot-link{
    text-align: right;
    font-size: 0;
    width:140px;
    margin-top: .6875rem;
    float: right;
    margin-right: 0.5rem;
    border: 1px solid #eee;
}
.foot-link .fri-box {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 0.35rem;
  color:#999;
  position: relative;
  cursor: pointer;
  text-align: left;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.foot-link .fri-box .fspan {
  position: relative;
}
.foot-link .fri-box .icon-unfold{
    width:6px;
    height:6px;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
    transform:rotate(45deg);
    position: absolute;
    right: 10px;
    top: 37%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.foot-link .fri-box-up {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 26px;
  background: #fff;
  border: 1px solid #eee;
  border-bottom: 0;
  line-height: 25px;
  display: none;
}
.foot-link .fri-box-up a {
  display: block;
  line-height: 25px;
  color: #f48b21;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: .6;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;

}
.foot-link .fri-box.active .icon-unfold{
    transform:rotate(-135deg); 
}
.foot-link .fri-box-up a:hover {
  color: #ec2939;
}


.home-banner {
    width: 100%;
    height: 18.0rem;
    position: relative;
    overflow: hidden;
    ;
}

.home-banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.home-banner .swiper-button {
    position: relative;
    height: 1.5rem;
    bottom: 4.5rem;
    margin: 0 auto;
    z-index: 20;
}

.home-banner .home-button-prev {
    cursor: pointer;
    float: right;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    text-align: center;
    line-height: 1.5rem;
    transition: all 0.7s;
}

.home-banner .home-button-next {
    cursor: pointer;
    float: right;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.25rem;
    background-color: #fff;
    text-align: center;
    line-height: 1.5rem;
    transition: all 0.7s;
}

.home-banner .swiper-wrapper .swiper-slide .home-banner-tit {
    position: absolute;
    top: 6.2rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 2.5rem;
    z-index: 20;
    /* font-family: "hya4gj-subfont"; */
    background-image: -webkit-linear-gradient(#df9045, #ede5e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.notice {
    height: 8.75rem;
    position: relative;
    background-color: #f3f4f6;
    z-index: 100;
    margin-top: -1.75rem;
}

.notice-left {
    height: 100%;
    width: 24%;
    float: left;
    background-size: 100% 100%;
    background-repeat:no-repeat;
}

.notice-left .tit {
    margin-top: 0.875rem;
    font-size: 0.5rem;
    font-weight: 700;
}

.notice-left .num {
    margin-top: 0.375rem;
    font-size: 1.8rem;
    line-height: 1;
    /* font-family: "BEBAS___"; */
    color: #d42c2f;
}

.notice-left .num i {
    font-style: normal;
		font-weight: 550;
}

.notice-left .num img {
    margin-top: 1.2rem;
}

.notice-left .num span {
    margin-left: 0.125rem;
    font-size: 0.45rem;
    line-height: 1;
    /* font-family: "BEBAS___"; */
}

.notice-left .txt {
    margin-top: 0.45rem;
    font-size: 0.375rem;
    /* font-family: "Microsoft YaHei"; */
}

.down img {
    transform: rotate(180deg);
}

.up img {
    transform: rotate(0deg);
}

.notice-left .main {
    width: 80%;
    margin: 0 auto;
}

.notice-m {
    height: 100%;
    width: 50%;
    float: left;
    background-color: #fff;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.notice-m .m-top {
    height: 20%;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.75rem;
}

.w90 {
    width: 90%;
    /* height: 100%; */
    margin: 0 auto;
}

.w94 {
    width: 95%;
    height: 100%;
    margin: 0 auto;
}

.notice-m .m-top .left {
    float: left;
    line-height: 1.75rem;
    height: 1.75rem;
}

.w343 {
    width: 8.5rem;
}

.notice-m .m-top .left .tit {
    box-sizing: border-box;
    height: 100%;
    position: relative;
    display: inline-block;
    font-size: 0.65rem;
    /* color: #f48b21; */
		color: #111111;
    /* font-family: "PINGFANG HEAVY"; */
}

.notice-m .m-top .left .tit:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 0.15rem;
    background-color: #f48b21;
}

.notice-m .m-top .left .txt {
    font-size: 0.4rem;
    color: #999999;
    /* font-family: "PINGFANG XI"; */
}

.notice-m .m-top .right {
    font-size: 0.35rem;
    float: right;
    color: #222;
    /* font-family: "DIN-Bold"; */
}
.pagenum{
    position: absolute;
    bottom: 0.25rem;
    right:0.25rem;
    width: 2.125rem;
    height: 0.325rem;
}
.num-box{
    position: absolute;
    font-size: 14px;
    bottom: 0;
    /* font-family: "BEBAS___"; */
    left:50%;
    transform: translateX(-50%);
    color:#ccc;
}
.notice-m .m-bottom {
    height: 80%;
}
.notice-button-prev {
    cursor:pointer;
    position: absolute;
    width: 0.125rem;
    height: 0.25rem;
    z-index: 20;
    background-image: url(/bocstatic/web/img/left2.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0.1rem;
    left: 0rem;
}
.num-box .activenum{
    color: #d42c2f;
}
.notice-button-next{
    cursor:pointer;
    position: absolute;
    width: 0.125rem;
    height: 0.25rem;
    z-index: 20;
    background-image: url(/bocstatic/web/img/right2.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0.1rem;
    right: 0rem;
}
.notice-m .m-bottom .right {
    float: right;
    width: 50%;
    height: 85%;
    margin-top: 0.425rem;
    overflow: hidden;
}

.notice-m .m-bottom .right img {
    height: 100%;
    width: 100%;
    transition:all 0.4s;
}

.notice-m .m-bottom .left {
    float: left;
    width: 50%;
    height: 90%;
    background-color: #fff;
    margin-top: 0.4rem;
    overflow: hidden;
    position: relative;
}

.notice-m .m-bottom .left .num {
    font-size: 0.4rem;
    color: #d42c2f;
    /* font-family: "BEBAS___"; */
}

.notice-m .m-bottom .left .num2 {
    display: none;
}

.notice-m .m-bottom .left .numbig {
    font-size: 1.25rem;
}

.notice-m .m-bottom .left .tit {
    display:block;
    color: #000;
    font-size: 0.5rem;
    /* font-family: "PINGFANG CU"; */
    margin-top: 0.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 80%;
}

.notice-m .m-bottom .left .txt {
    display:block;
    margin-top: 0.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.35rem;
    color: #999999;
    width: 80%
}

.notice-m .m-bottom .left .bottom {
    margin-top: 0.875rem;
}

.notice-m .m-bottom .left .bottom img {
    margin-top: -0.075rem;
}

.notice-m .m-bottom .left .bottom span {
    margin-left: 0.125rem;
    font-size: 0.35rem;
    color: #ccc;
    /* font-family: "PublicaPlay-Regular"; */
}

.notice-m .m-bottom .left .notice-pagination {
    z-index: 20;

}

.notice-right {
    height: 100%;
    width: 26%;
    float: left;
    background-color: #fff;
}
.notice-right .w94{
    width: 79%;
    height: 100%;
    margin-right: 9%;
}
.notice-right .m-top {
    height: 20%;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.75rem;
}

.notice-right .m-top .left {
    float: left;
    line-height: 1.75rem;
    height: 1.75rem;
}

.notice-right .m-top .left .tit {
    box-sizing: border-box;
    height: 100%;
    display: inline-block;
    position: relative;
    font-size: .65rem;
    color: #111;
    /* font-family: "PINGFANG HEAVY"; */
}

.notice-right .m-top .left .tit:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 0.15rem;
    background-color: #f48b21;
}

.notice-right .m-top .left .txt {
    font-size: 0.4rem;
    color: #999999;
    /* font-family: "PINGFANG XI"; */
}

.notice-right .m-top .right {
    font-size: 0.35rem;
    float: right;
    color: #222;
    /* font-family: "DIN-Bold"; */
}

.notice-right .r-bottom .main {
    margin-top: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notice-right .r-bottom .txt {
    display: block;
    color: #000000;
    font-size: 0.375rem;
    line-height: 1.125rem;
    /* font-family: "PingFangSCMedium"; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.business {
    height: 8.0rem;
    margin-bottom: 1.5rem;
}

.business-top {
    height: 20%;
    margin-top: 1.625rem;
}

.business-top .left {
    float: left;
}

.business-top .left a {
    cursor: pointer;
    font-size: 0.65rem;
    /* font-family: "PINGFANG CU"; */
    line-height: 1.625rem;
    margin-right: 1rem;
    color: #bbbbbb;
}

.business-top .left .active {
    color: #111111;
}

.business-top .right {
    float: right;
}

.business-top .right a {
    width: 9px;
    height: 17px;
    cursor: pointer;
    line-height: 1.625rem;
    margin-right: 0.5rem;
}

.business-main {
    width: 100%;
    height: 80%;
    background-color: #fff;
    overflow: hidden;
}
.business-main .logding{
    width:100%;
    height:100%;
    background-color: #efeff0;
    background-image: url(/bocstatic/web/img/loadings.gif);
    background-repeat:no-repeat;
    background-position:center;
}

.business-main .item {
    float: left;
    height: 100%;
}

.business-main .row1 {
    height: 100%;
}

.business-main .item .tit {
    margin-top: 1.625rem;
    font-size: 0.5rem;
    /* font-family: "PINGFANG CU"; */
}
.business-bg{
    opacity:0;
    width:100%;
    height:100%;
    position:absolute;
    z-index:-1;
}
.cur .business-bg{
    opacity:1;
}
.w130 {
    width: 80%;
    margin-left: 0.875rem;
    margin-top: 1rem;
}

.business-main .item .business-icon {
    width: 25%;
}

.business-main .item .txt {
    font-size: 0.4rem;
    margin-top: 0.1rem;
    /* font-family: "DIN-Regular"; */
    color: #888888;
}

.business-main .item .txt2 {
    opacity:0
}

.business-main .item .btn {
    opacity: 0;
}
.cur .w130 {
    width: 53%;
    margin-left: 0.875rem;
    margin-top: 1rem;
}

.cur .business-icon {
    display: none;
}

.cur .tit {
    color: #fff;
}

.cur .txt {
    display: none;
}

.cur .txt2 {
    opacity:1!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.2rem;
    font-size: 0.375rem;
    color: #fff;
    /* font-family: "PINGFANG CG"; */
}

.cur .btn {
    opacity: 1 !important;
    margin-top: 2rem;
    font-size: 0.3rem;
    color: #fff;
    /* font-family: "PINGFANG CG"; */
}

.business-main .row2 {
    width: 100%;
    height: 100%;
}
.business-main .row2 .swiper-slide{
	max-width: 100%;
}

.business-main .swiper-slide .tit {
    margin-top: 1.625rem;
    font-size: 0.5rem;
    /* font-family: "PINGFANG CU"; */
}

.business-main .swiper-slide .business-icon {
    width: 25%;
}

.business-main .swiper-slide .txt {
    font-size: 0.4rem;
    margin-top: 0.1rem;
    /* font-family: "DIN-Regular"; */
    color: #888888;
}

.business-main .swiper-slide .txt2 {
    opacity: 0;
}

.business-main .swiper-slide .btn {
    opacity: 0;
    padding:0;
    position: relative;
}
.business-main .swiper-slide .btn .btn-tj {
    display: inline-block;
    width: 0.17rem;
    height: 0.24rem;
    /* margin-top: -0.9rem; */
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/bocstatic/web/img/hright4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.business-main .item:nth-child(even) {
    background-color: #f7f7f7;
}

.business-main .swiper-slide:nth-child(even) {
    background-color: #f7f7f7;
}

/* 关于威尼斯国际2299cc */
.aboutbanner {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height:15.0rem;
}

.aboutbanner .bg {
    width: 100%;
    text-align: center;
    height:100%;
}

.aboutbanner .bg .aboutbanner-pc-img{
    width: 100%;
    height:100%;
    /* background-image: url(/bocstatic/web/img/aboutbg.png);*/
    background-repeat:no-repeat;
    background-size: cover;
}
.aboutbanner-serve-img{
    width: 100%;
    height:100%;
    background-repeat:no-repeat;
    background-size: cover;
}
.aboutbanner-news-img{
    width: 100%;
    height:100%;
    background-repeat:no-repeat;
    background-size: cover;
}
.aboutbanner-inactive-img{
    width: 100%;
    height:100%;
    background-repeat:no-repeat;
    background-size: cover;
}
.aboutbanner-contact-img{
    width: 100%;
    height:100%;
    background-repeat:no-repeat;
    background-size: cover;
}
.aboutbanner .bg .tit {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    color: #fff;
    font-size: 1.2rem;
    /* font-family: "PINGFANG CU"; */
}

.aboutbanner .bg .txt {
    width: 100%;
    z-index: 20;
    color: #fff;
    font-size: 0.6rem;
    /* font-family: "DIN-Regular"; */
}

.aboutmain {
    position: relative;
    background-color: #fff;
    z-index: 100;
}

.aboutmain .w1720 {
    position: relative;
    background-color: #fff;
}

.aboutmain .top {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: -2rem;
    height: 2rem;
    z-index: 50;
    border-bottom: 1px solid #e5e5e5;
}

.w1600 {
    width: 93%;
    /* height: 100%; */
    margin: 0 auto;
}

.aboutmain .breadcms {
    float: left;
}

.aboutmain .breadcms a {
    font-size: 0.4rem;
    /* font-family: "PINGFANG CU"; */
    line-height: 2rem;
    color: #a3a3a3;
    margin-right: 0.5rem;
}

.aboutmain .breadcms img {
    width: 0.2rem;
    margin-right: 0.5rem;
}

.aboutmain .breadcms .active {
    color: #222;
}

.aboutmain .top .right {
    float: right;
}

.aboutmain .top .right li {
    box-sizing: border-box;
    float: right;
    height: 100%;
    margin-left: 1.25rem;
    line-height: 2rem;
}

.aboutmain .top .right li a {
    display: block;
    box-sizing: border-box;
    height: 2rem;
    font-size: 0.4rem;
    /* font-family: "PINGFANG CU"; */
    color: #222;
}

.aboutmain .top .right .active a {
    border-top: 4px solid #f48b21;
    line-height: 1.8rem;
}

.aboutmain .top .right .active a {
    color: #f48b21 !important;
}

.aboutmain .main {
    width: 100%;
    margin-bottom: 5rem;
}

.aboutmain .main .left {
    box-sizing: border-box;
    width: 18.75%;
    float: left;
    text-align: center;
}

.aboutmain .main .left li {
    padding-top: 1.375rem;
    padding-bottom: 1rem;
}

.aboutmain .main .left li img {
    width: 0.775rem;
}

.aboutmain .main .left li .num {
    margin-top: 0.5rem;
    font-size: 1.5rem;
    color: #d42c2f;
    /* font-family: "BEBAS___"; */
}
.aboutmain .main .left li .num span{
    margin-top: 0.5rem;
    font-size: 1.5rem;
    color: #d42c2f;
    /* font-family: "BEBAS___"; */
}
.aboutmain .main .left li  span.span2 {
    /* font-family: "PINGFANG HEAVY"; */
    font-size: 0.5rem;
    color: #d42c2f;
    display:none;
}
.aboutmain .main .left li:last-child  span.span2{
    display:inline-block;
}
.aboutmain .main .left li .tit {
    font-size: 0.4rem;
    /* font-family: "PINGFANG CU"; */
    padding-top: 0;
}

.w1155 {
    width: 28.875rem;
    margin: 0 auto;
}

.aboutmain .main .right {
    box-sizing: border-box;
    float: right;
    width: 81.25%;
    border-left: 1px solid #e5e5e5;
}

.aboutmain .main .right .tit {
    padding-top: 1.875rem;
    font-size: 1.2rem;
    /* font-family: "PINGFANG CU"; */
}

.aboutmain .main .right .tit span {
    font-size: 0.6rem;
    color: #d6d6d6
}

.aboutmain .main .right .txt {
    margin-top: 1rem;
    font-size: 0.375rem;
    /* font-family: "PINGFANG CG" !important; */
    color: #000000;
}

.aboutmain .main .right .txt p {
    margin-bottom: 1.25rem;
}

.ww1600 {
    width: 93%;
    margin: 0 auto;
}

.aboutmain .main .tit {
    padding-top: 1.725rem;
    font-size: 1.2rem;
    /* font-family: "PINGFANG CU"; */
}

.aboutmain .main .tit span {
    font-size: 0.6rem;
    color: #d6d6d6;
    /* font-family: "DIN-Bold"; */
}

.aboutmain .main .ww1600 img {
    float: right;
    width: 90%;
}

.list {
    margin-top: 1.5rem;
}

.list li {
    height: 3.5rem;
    border-bottom: 1px solid #dedede;
    transition: all .3s;
    position: relative;
}

.list .year {
    float: left;
    font-size: 1.2rem;
    /* font-family: "DIN-Regular"; */
    line-height: 3.5rem;
    transition: all .3s;
}
.list .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 3.5rem;
    float: left;
    font-size: 0.5rem;
    /* font-family: "PINGFANG CG"; */
    line-height: .5rem;
    transition: all .3s;
}

.aboutmain .main .right img {
    width: 100%;
    min-width:100%;
}

.w1600 {
    width: 93%;
    margin: 0 auto;
    /* height: 100% */
}

.f-left {
    float: left;
}

.conlist {
    width: 70%;
    float: right;
    border-left: 1px solid #e5e5e5;
}

.conlist li {
    width: 33%;
    float: left;
}

.conlist li:nth-child(4) {
    width: 66%;
    border-right: 1px solid #e5e5e5;
}

.conlist li:nth-child(2),
.conlist li:nth-child(3) {
    border-left: 1px solid #e5e5e5;
}

.conlist li:nth-child(4),
.conlist li:nth-child(5) {
    border-top: 1px solid #e5e5e5;
}

.w90 {
    display:block;
    width: 85%;
    margin: 0 auto;
}

.cangehight {
    margin-bottom: 0 !important;
    border-right: 1px solid #e5e5e5;
}

.cangehight .tit {
    width: 25%;
    margin-left: 1.45rem
}

.conlist li .conlist-tit {
    padding-top: 1.675rem;
    font-size: 0.6rem;
    /* font-family: "PINGFANG CG"; */
}

.conlist li .conlist-txt {
    font-size: 0.75rem;
    margin-bottom: 0.8rem;
     /* font-family: "PingFangSCMedium"; */
}

.conlist li span {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
    display: block;
    width: 0.2rem;
    height: 0.06rem;
    background-color: #000;

}

.conlist li img {
    padding-bottom: 1.75rem;
}

.conlist li:nth-child(4) .conlist-txt {
    font-size: 0.6rem;
    /* font-family: "PingFangSCMedium"; */
}
.newtit{
    width:100%;
    background-color:#fff;
    padding-top:2.875rem;
    padding-bottom:1.5rem;
}
.newtit .newtit-left{
    width:60%;
    float: left;
}
.newtit .newtit-left .tit{
    font-size: 0.9rem;
    font-weight: 500;
    line-height:1;
    color:#333;
    padding-top: 1rem;
}
.newtit .newtit-left .line{
    width:0.55rem;
    height:2px;
    background-color:#333;
    margin:1.0rem 0;
}
.newtit .newtit-left .txt{
    font-size: 0.45rem;
    color:#222222;
    /* font-family: "PingFangSCMedium"; */
    margin-bottom:1.15rem;
}
.newtit .newtit-left .number{
    color:#d42c2f;
    display:inline-block;
    margin-right: 2rem;
}
.newtit .newtit-left .number .num{
    font-size: 1.5rem;
    /* font-family: "BEBAS___"; */
    display:inline-block;
}
.newtit .newtit-left .number .p1{
    font-size: .5rem;
    /* font-family: "PingFangSCMedium"; */
    display:inline-block;
}
.newtit .newtit-left .link{
    font-size: 0.4rem;
    margin-top:2.5rem;
    color:#111111;
}
.newtit .newtit-left .link a{
    color:#111111;
    line-height:0.75rem;
}
.newtit .newtit-left .link a em{
    font-style: normal;
    color:#f48b21;
}
.newtit .newtit-right{
    width:40%;
    float: left;
}
.newtit .newtit-right img{
    width:100%;
    height:17.25rem;
}
.serlist li img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.serlist li:nth-child(even) .serimg{
    float: right;
}
.serlist li:nth-child(even) .serlist-left{
    float: left;
}
.fr {
    float: right;
}

.fl {
    float: left;
}

.serlist {
    margin-top: 0;
}

.serlist li {
    height: 11.225rem;
    overflow: hidden;
}

.serlist .serimg {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.serlist li .serlist-left {
    position: relative;
    width: 50%;
    height: 100%;
    border-top: 1px solid #e5e5e5;
}

.w725 {
    width: 75.5%;
    margin: 0 auto;
}

.serlist-txt {

    font-size: 0.375rem;
    /* font-family: "PINGFANG CU"; */
    line-height: 2;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    height: auto;
}
.serlist-txt p img{
    display:none !important;
}
.serlist-tit {
    margin-top: 0.625rem;
    font-size: 0.9rem;
    /* font-family: "PINGFANG CU"; */
    line-height: 2;
}

.serlist-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.75rem;
    border-top: 1px solid #e5e5e5;
}

.serlist-btn a {
    font-size: 0.4rem;
    /* font-family: "DIN-Bold"; */
    color: #222;
    float: left;
    line-height: 1.75rem;
}

.serlist-btn img {
    position: absolute;
    top: 50%;
    height: 0.36rem !important;
    transform: translateY(-50%);
    width: 0.15rem !important;
    margin-left: 6px;
}

.serlist-item {
    margin-top: 0.5rem;
    font-size: 0.6rem;
    /* font-family: "PINGFANG CU"; */
}

.serlist-item img {
    width: 0.9rem !important;
    height: 0.9rem;
    margin-right: 0.5rem;
}

.news-box {
    width: 100%;
}

.news-box li {
    float: left;
    width: 30%;
    margin-top: 1.5rem;
    height:8.125rem;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    transition: all .8s;
    position: relative;
}

.news-box ul li:nth-child(2),
.news-box ul li:nth-child(5),
.news-box ul li:nth-child(8) {
    margin-left: 5%;
    margin-right: 5%;
}

.news-year {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.4rem;
    /* font-family: "PINGFANG CG"; */
    color: #000;
}

.news-tit {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.55rem;
    /* font-family: "PINGFANG CG"; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000;
}

.news-txt {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.4rem;
    /* font-family: "PINGFANG CG"; */
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-btn {
    position: absolute;
    display: block;
    width: 3.0rem;
    height: 1.375rem;
    font-size: 0.4rem;
    line-height: 1.375rem;
    /* font-family: "DIN-Bold"; */
    color: #222;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 1.25rem;
    bottom:0.75rem;
    transition: all .8s;
}

.news-btn span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0.1rem;
    display: inline-block;
    width: 0.21rem;
    height: 0.4rem;
    transition: all .8s;
    background-image: url(/bocstatic/web/img/right.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.page {
    width: 100%;
    margin-top: 2.5rem;
    text-align: center;
}

.page a {
    display: inline-block;
    zoom: 1;
    float: left;
    width: 1.675rem;
    text-align: center;
    height: 1.675rem;
    line-height: 1.675rem;
    transition: all .3s;
    color: #222;
    font-size: 0.6rem;
    margin-left: 0.75rem;
    /* font-family: "DIN-Regular"; */
}

.page .active {
    color: #f48b21;
}

.page a[rel=prev],
.page a[rel=next] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page a[rel=prev] {
    background-image: url('/bocstatic/web/img/pageleft.png');
}

.page a[rel=next] {
    background-image: url('/bocstatic/web/img/pagehright.png');
}

.investor-search {
    width: 8.75rem;
    height: 1.375rem;
    border: 1px solid #e5e5e5;
    border-radius: 1.25rem;
    margin-top: 1.725rem;
    position: relative;
}

.investor-search .search-text {
    position: absolute;
    width: 71.5%;
    left: 0.8rem;
    height: 100%;
    font-size: 0.45rem;
    /* font-family: "PINGFANG CU"; */
    color: #000;
}
.investor-search .investor-form{
    width:100%;
    height:100%;
    position: relative;
}
.investor-search  .search-sub{
    display: inline-block;
    position: absolute;
    width: 0.575rem;
    height: 0.575rem;
    background-color: #fff;
    background-image: url('/bocstatic/web/img/search2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
}
.investor-btnbox{
    float: left;
}
.investor-btn {
    display: inline-block;
    height: 1.375rem;
    width: 4.0rem;
    margin-top: 1.725rem;
    border: 1px solid #e5e5e5;
    border-radius: 1.25rem;
    text-align: center;
    line-height: 1.375rem;
    margin-right: 0.25rem;
    font-size: 0.45rem;
    /* font-family: "PINGFANG CU"; */
    color: #222;
    transition: all 0.4s;
}

.investor-btn2 {
    display: inline-block;
    height: 1.375rem;
    width: 4.0rem;
    margin-top: 1.725rem;
    border: 1px solid #e5e5e5;
    border-radius: 1.25rem;
    text-align: center;
    line-height: 1.375rem;
    margin-right: 0.25rem;
    font-size: 0.45rem;
    /* font-family: "PINGFANG CU"; */
    color: #222;
    transition: all 0.4s;
}

.investor-top .active {
    background-color: #f48b21;
    color: #fff;
}

.investor-list li {
    float: left;
    width: 30%;
    margin-top: 1.5rem;
    box-sizing: border-box;
    transition: all .8s;
}

.investor-list ul li:nth-child(2),
.investor-list ul li:nth-child(5) {
    margin-left: 5%;
    margin-right: 5%;
}

.list-img {
    width: 100%;
    overflow: hidden;
}

.list-img img {
    width: 100% !important;
    transition: all 0.8s;
}

.investor-list .list-year {
    color:#222;
    margin-top: 0.75rem;
    font-size: 0.45rem;
    /* font-family: "DIN-Regular"; */
}

.investor-list .list-tit {
    margin-top: 0.35rem;
    font-size: 0.65rem;
    color:#222;
    /* font-family: "PINGFANG CG"; */
}

.inv-btn {
    margin-top: 0.75rem;
}

.inv-btn a {
    float: left;
    font-size: 0.4rem;
    /* font-family: "DIN-Bold"; */
    color: #222;
    transition: all 0.4s;
}

.inv-btn1 {
    opacity: 1;
    width: 0.15rem !important;
    margin-left: 6px;
    margin-top: 5px;
    float: left !important;
}

.inv-btn2 {
    opacity: 0;
    width: 0.15rem !important;
    margin-top: 5px;
    float: left !important;
}

.report-list {
    margin-top: 2.25rem;
}

.report-list li {
    cursor: pointer;
    height: 4.25rem;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    transition: all .4s;
    position: relative;
}

.report-list li .ww1600 {
    display:block;
    position: relative;
    height: 100%;
}

.report-list li:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.report-list .report-img1 {
    width: 2.4rem !important;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1;
}

.report-list .report-img2 {
    width: 2.4rem !important;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
}

.report-year {
    font-size: 0.6rem;
    color:#222;
    /* font-family: "DIN-Regular"; */
    transition: all .4s;
}

.report-main {
    position: absolute;
    left: 4.025rem;
    width: 70%;
    top: 50%;
    transform: translateY(-50%);
}

.report-txt {
    font-size: 0.55rem;
    /* font-family: "PINGFANG CG"; */
    color: #000;
    transition: all .4s;
}

.report-btn .report-btnbox {
    float: left;
    font-size: 0.4rem;
    /* font-family: "DIN-Bold"; */
    transition: all 0.4s;
}

.report-btn {
    position: absolute;
    top: 50%;
    color: #222;
    right: 12px;
    transform: translateY(-50%);
}

.report-btn1 {
    position: absolute;
    width: 0.15rem !important;
    margin-left: 6px;
    top: 50%;
    transform: translateY(-50%);
    float: left !important;
    opacity: 1;
}

.report-btn2 {
    position: absolute;
    width: 0.15rem !important;
    margin-left: 6px;
    top: 50%;
    transform: translateY(-50%);
    float: left !important;
    opacity: 0;
}

.notice-year {
    float: left;
    font-size: 0.6rem;
    /* font-family: "DIN-Regular"; */
    line-height: 4.25rem;
    margin-left: 1.0rem;
    margin-right: 1.0rem;
    color:#222;
}

.notice-txt {
    color:#222;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 6.75rem;
    transform: translateY(-50%);
    font-size: 0.55rem;
    /* font-family: "PINGFANG CG"; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-line {
    left: 4.75rem;
    display: block;
    width: 0.05rem;
    height: 0.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e5e5e5;
}

.sector {
    width: 8.75rem;
    height: 1.375rem;
    border: 1px solid #e5e5e5;
    border-radius: 1.25rem;
    margin-top: 1.725rem;
    position: relative;
    margin-right: 0.5rem;
}

.sector .item {
    cursor: pointer;
    position: absolute;
    width: 82%;
    left: 0.8rem;
    height: 100%;
}

.sector .item a {
    font-size: 0.45rem;
    /* font-family: "DIN-Bold"; */
    color: #222;
}

.sector .select {
    position: relative;
}

.sector .select .sector-tit {
    display: block;
    width: 100%;
    height: 1.375rem;
    line-height: 1.375rem;
    box-sizing: border-box;
    font-size: .4rem;
    color: #666;
    background-repeat: no-repeat;
    background-position: 90% center;
    background-image: url('/bocstatic/web/img/pos-select-arrow.png');
}

.sector .select .sub {
    display: none;
    position: absolute;
    left: 0;
    top: 1.375rem;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-height: 4.8rem;
    overflow: auto;
}

.sector .select .sub a {
    display: block;
    height: 1.2rem;
    line-height: 1.2rem;
    padding: 0 .75rem;
    color: #666;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    font-size: .4rem;
    box-sizing: border-box;
    transition: all .2s;
}

.on {
    z-index: 3;
}
.cleartop{
    position: relative;
    width:100%;
    height:2.5rem
}
.product-main{
    width: 89.5%;
    margin: 0 auto;
}
.aboutmain .top.pro-top{
    position: relative;
    background-color: #fff;
    width: 100%;
    top: 0;
    height: 2rem;
    z-index: 50;
    border-bottom: 1px solid #e5e5e5;
}
.product-main .content{
    width:100%;
    position: relative;
    padding:1.75rem 0;
}
.pro-tit{
    width:100%;
    text-align: center;
    font-size: 1.2rem;
    color:#222222;
    /* font-family: "PINGFANG CU"; */
    line-height:1;
}
.pro-table{
    margin-top:1.25rem;
    width:100%;
    text-align: center;
}
.pro-table a{
    display:inline-block;
    padding:0 0.8rem;
    text-align: center;
    font-size: 0.5rem;
    /* font-family: "PINGFANG CG"; */
    color:#222222;
    line-height:1.25rem;
}
.pro-table a.active{
    border: 1px solid #f48b21;
    color:#f48b21;
    border-radius:25px;
}
.pro-list{
    width:100%;
    position: relative;
    margin-top:2.0rem;
}
.pro-list a{
    display:inline-block;
    width:21%;
    height:13.5rem;
    border:1px solid #eee;
    margin:0;
    margin-right: 4.333%;
    vertical-align: top;
    margin-bottom:1.875rem;
}
.pro-list a:nth-child(4n){
    margin-right: 0;
}
.pro-list a .img{
    width:100%;
    height:60%;
    overflow-y: hidden;
    text-align: center;
    border-bottom:1px solid #eee;
}
.pro-list a .img img{
    width:70%;
    margin:auto;
    margin-top:1rem;
    transition: all 0.8s;
}
.pro-list a .txt{
    padding:1rem 1rem 0;
    box-sizing:border-box;
    font-size: 0.375rem;
    /* font-family: "PINGFANG CG"; */
    color:#222222;
    line-height:0.75rem;
    height:5.2rem;
    overflow-y: auto;
}
.pro-list a .txt::-webkit-scrollbar {
    width: 0px;
    height: 2px;
}
.pro-list a .txt::-webkit-scrollbar-thumb {
    background: #f48b21;
    /* border-radius: 4px; */
}
.pro-list a .txt p:first-child{
    font-size: 0.5rem;
    /* font-family: "PINGFANG CU"; */
    margin-bottom:.2rem;
}
.all{
    width: 100%;
    text-align: center;
}
.allbtn{
    position: relative;
    display: inline-block;
    width: 4.0rem;
    height: 1.375rem;
    font-size: 0.4rem;
    line-height: 1.375rem;
    /* font-family: "DIN-Bold"; */
    color: #222;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 1.25rem;
    margin-bottom: 0rem;
    transition: all .8s;
}
.fixedc{
    position:fixed;
    width:6.375rem;
    height:2.575rem;
    right:-0.25rem;
    top:50%;
    margin-top:-1.25rem;
    background-image: url(/bocstatic/web/img/fx1.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
}
.activity-list {
    margin-top: 2.25rem;
}

.activity-list li {
    cursor: pointer;
    height: 4.25rem;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    transition: all .6s;
    position: relative;
}

.activity-list li .ww1600 {
    position: relative;
    height: 100%;
    display:block;
    color: #222;
}

.activity-list li:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.activity-year {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.4rem;
    /* font-family: "PINGFANG CG"; */
}

.activity-year .p1 {
    font-size: 1.2rem;
    /* font-family: "DIN-Bold"; */
}

.activity-txt {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 3.8rem;
    transform: translateY(-50%);

}

.activity-txt .p1 {
    font-size: 0.6rem;
    /* font-family: "PINGFANG CG"; */
}

.activity-txt .p2 {
    margin-top: 0.4rem;
    font-size: 0.4rem;
    /* font-family: "PINGFANG CG"; */
    color: #666666;
}

.activity-btn {
    width: 3.0rem;
    height: 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    line-height: 1.5rem;
    transition: all 0.4s;
}

.activity-btn1 {
    position: absolute;
    width: 0.15rem !important;
    float: left !important;
    top: 50%;
    right:0.7rem;
    opacity: 1;
    transform: translateY(-50%);
    margin-left: 0.2rem;
}
.activity-btn2 {
    position: absolute;
    width: 0.15rem !important;
    float: left !important;
    opacity: 0;
    top: 50%;
    right:0.7rem;
    transform: translateY(-50%);
    margin-left: 0.2rem;
}

.activity-btn .activity-btntxt {
    font-size: 0.4rem;
    /* font-family: "DIN-Bold"; */
}

.mo-img {
    display: none;
}
.result-box{
    padding: 5rem 0 2rem 0;
}
.result-box .result-tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #666;
}
.result-box .sub-nav{
    border-bottom: 1px solid #e5e5e5;
    margin-top: .5rem;
}
.result-box .sub-nav .swiper-slide{
margin-right: 1.75rem;
}
.result-box .sub-nav .swiper-slide a:after{
    display: none;
}
.result-box .sub-nav .swiper-slide.cur a{
    font-weight: normal;
}
.result-box .result-list{
    margin-top: 1.25rem;
}
.result-box .pro-list .row{
    margin: 0 -.35rem;
}
.result-box .pro-list .item{
    box-sizing: border-box;
    padding: 0 .35rem;
    margin-bottom: .7rem;
}
.result-box .pro-list .con-box{
    display: block;
}
.result-box .pro-list .img{
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.result-box .pro-list img{
    width: 100%;
}
.result-box .pro-list .text{
    margin-top: .4rem;
}
.result-box .pro-list .tit{
    font-size: .45rem;
    line-height: .55rem;
    color: #333;
    transition: all .2s;
}
.result-box .pro-list .more{
    font-size: .3rem;
    line-height: .4rem;
    color: #666;
    margin-top: .25rem;
}
.result-box .news-lists .row{
    margin: 0 -.75rem;
}
.result-box .news-lists .news-item{
    padding: 0 .75rem;
    box-sizing: border-box;
}
.result-box .news-lists .con-box{
    display: block;
    padding: .5rem 0 .5rem .75rem;
    position: relative;
    font-size: .35rem;
    line-height: .4rem;
    color: #666;
    border-bottom: 1px dotted #ddd;
    transition: all .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.result-box .news-lists .con-box:before{
    content: "";
    position: absolute;
    left: .25rem;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #888888;
    border-radius: 100%;
    transform: translateY(-50%);
    transition: all .2s;
}


.search-nav{
    overflow: hidden;
}
.search-nav .swiper-slide{
    width: auto;
    margin-right: 2.5rem;
}
.search-nav .swiper-slide:last-child{
    margin-right: 0;
}
.search-nav .swiper-slide a{
    display: block;
    font-size: .35rem;
    line-height: 1.5rem;
    color: #555;
    transition: all .3s;
}
.search-nav .swiper-slide a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #f48b21;
    transition: all .3s;
    
}
.search-nav .swiper-slide a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.search-nav .swiper-slide.cur a{
     color: #f48b21;
}
.search-nav .swiper-slide.cur a:before{
    width: 100%;
}

.result-box .search-nav{
    border-bottom: 1px solid #e5e5e5;
    margin-top: .5rem;
}
.result-box .search-nav .swiper-slide{
    margin-right: 1.75rem;
}
.result-box .search-nav .swiper-slide a:after{
    display: none;
}
.result-box .search-nav .swiper-slide.cur a{
    font-weight: normal;
    background-color: #fff;
}
.result-box .page{
    margin-top: 1.25rem;
}
.view{
    padding: 0 5%;
}
@media (max-width: 1680px) {
}

@media (max-width: 1366px) {
    header .header-main .nav {
        width: 64% !important;
    }

    .w1155 {
        width: 90%;
        margin: 0 auto;
    }
    .pro-list a .txt{
        padding:.5rem;
    }
    .aboutmain .main .right img {
        width: 100%;
        min-width:100%
    }

    .serlist-tit {
        margin-top: 0.2rem;
    }
    .serlist-txt{
         display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
    }
    .aboutmain .main .tit {
        font-size: 1rem;
    }
    .pagenum {
    width: 2.125rem;
    height: 0.325rem;
    }
    footer .right li {
    line-height: 2;
    }

}<!--耗时1753883739.7329秒-->