
* {
    padding: 0;
    margin: 0;
}


* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 13px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, table, caption, tbody, tfoot, thead, tr, th, td, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0px;
    border: 0;
    outline: none;
}

UL {
    list-style-type: none;
    list-style-image: none;
}

OL {
    list-style-type: none;
    list-style-image: none;
}

LI {
    list-style-type: none;
    list-style-image: none;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:link, a:visited {
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: none;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.marFl10{
    margin-left: 10px;
}
.marFr10{
    margin-right: 10px;
}
.bg-color{
    background: #f9f9f9;
}
.pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.img00 {
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.bocweb-header-m .bocweb-logo {
    width: 200px;
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
    transition: all 0.8s;
}

.bocweb-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.bocweb-header-m {
    top: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    left: 0;
    z-index: 99;
    position: fixed;
    background: #fff;
    width: 100%;
    height: 60px;
    transition: all 0.8s;
}

.bocweb-header-m .bocweb-header {
    display: flex;
    justify-content: space-between;
}

.bocweb-header-m .bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=10);
    cursor: pointer;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform 0.6s;
}

.bocweb-header-m .menu-box {
    background: #1961ac;
    z-index: 9999;
    right: 0;
}

.bocweb-header-m .bocweb-menu {
    width: 25px;
    margin: 0 auto;
    cursor: pointer;
}

.bocweb-header-m .bocweb-menu .line {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 2px;
    transition: transform 0.3s ease, top 0.3s ease, width 0.3s ease, opacity 0.3s, background 0.3s;
    transform-origin: center center;
    background: #fff;
}

.bocweb-header-m .bocweb-menu .line:nth-child(2) {
    margin: 6px 0;
}

.bocweb-header-m.ishow {
    /* transform: translateX(-80.55%); */
}

.bocweb-header-m.ishow .bg {
    transform: scaleX(1);
}

.bocweb-header-m.ishow .bocweb-nav li .link {
    transform: translateX(0px);
    opacity: 1
}

.bocweb-header-m.ishow .bocweb-nav li .hider.ishow {
    transform: translateX(-101%)
}

.bocweb-header-m.ishow .bocweb-nav li .hider.ishow .sub-link .text {
    transform: translateX(0px);
    opacity: 1
}

.bocweb-header-m.ishow .menu-box {
    right: 0;
    /* width: 19.45%; */
}

.bocweb-header-m.ishow .bocweb-menu .line:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
    opacity: 0.8;
}

.bocweb-header-m.ishow .bocweb-menu .line:nth-child(2) {
    opacity: 0;
    width: 0
}

.bocweb-header-m.ishow .bocweb-menu .line:nth-child(3) {
    top: -8px;
    transform: rotate(-45deg);
    opacity: 0.8;
}


.bocweb-header-m .bocweb-nav li {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.bocweb-header-m .bocweb-nav li .menu-nav {
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
}

.bocweb-header-m .bocweb-nav li .hide {
    position: absolute;
    top: 0;
    left: 101%;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all 0.8s;
}

.bocweb-header-m .bocweb-nav li .link {
    position: relative;
    line-height: 50px;
    color: #222;
    font-size: 14px;
    width: 90%;
    transition: all 0.6s;
    opacity: 0;
}

.bocweb-header-m .bocweb-nav li .cur {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #999;
    text-align: center;
    vertical-align: top;
    font-size: 20px;
    transition: all .5s ease;
}

.bocweb-header-m .bocweb-nav li .hider {
    display: none;
    background: #f9f9f9;
}

.bocweb-header-m.ishow .bocweb-nav li .hider.ishow {
    transform: translateX(-101%);
}

.bocweb-header-m .bocweb-nav li .conter {

}

.bocweb-header-m .bocweb-nav li .back {
    display: block;
    width: 10%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: top;
    font-size: 1rem;
    transition: all .5s ease;
    transform: rotateZ(180deg);
}

.bocweb-header-m .bocweb-nav li .hider .sub-link {
    display: block;
    line-height: 4;
    margin-left: 10%;
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
    color: #666;
    text-align: left;
}

.bocweb-header-m .bocweb-nav li .jtRote {
    transform: rotateZ(90deg);
}

.bocweb-header-m .bocweb-nav li .hider a:last-child {
    border: none;
}

.bocweb-header-m.ishow {
    transform: translateX(-80.55%);
}

.bocweb-header-m.ishow {
    transform: translateX(-80.55%);
}

.bocweb-header-m .menu-box {
    padding: 21px 10px;
    transition: all 0.6s;
}

.bocweb-header-m .bocweb-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -80.55%;
    z-index: 99;
    overflow-y: auto;
    width: 80.55%;
    height: 100vh;
    background-color: #fff;
}

.bocweb-header .fr {
    display: flex;
}
.language{
    /*line-height: 60px;*/
    padding-right:4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.language a{
    display: inline-block;
    color: #666;
    font-size: 10px;
}
.language-box {
    width: 100%;
    height: auto;
    display: none;
    overflow: visible;
    top: 60px;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #eee;
    background: #fff;
}
.language-box ul li{
    line-height: 2.5;
    position: relative;
    padding-left: 15px;
}
.language-box ul li::before {
    content: "";
    position: absolute;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #999;
    left: 0;
    top: 35%;
}
.language-box ul li:first-child{
    border-bottom: 1px solid #eeeeee;
}
.search {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 40px;
    background: #f9f9f9;
}

.search .icon-sousuo {
    font-size: 20px;
    color: #1961ac;
}
.search-box {
    width: 100%;
    height: auto;
    display: none;
    overflow: visible;
    top: 60px;
    left: 0;
    margin: 0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #eee;
    background: #fff;
}
.search-con{
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-box input{
    border: 1px solid #eee;
    background: #fff;
    padding: 0 5px;
    line-height: 35px;
    flex: 0 0 80%;
    max-width: 80%;
}
.search-box .bnt{
    background: #1961ac;
    color: #fff;
    border: 1px solid #1961ac;
    line-height: 35px;
    padding: 0 15px;
}
.idx-banner {
    margin-top: 60px;
}
.banner-img-div{
}

.idx-banner img {
    width: 100%;
    display: block;
}

.idx-banner .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.idx-banner .swiper-slide-active .cover {
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.idx-banner .swiper-slide-active img {
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.idx-banner .swiper-pagination-bullet {
    border: 2px solid #fff;
    border-radius: 15px;
    width: 15px;
    cursor: pointer;
    height: 15px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 5px;
    overflow: hidden;
    text-indent: -100%;
    opacity: 1;
    background: 0;
}

.idx-banner .swiper-pagination-bullet-active {
    background: #fff;
}


.con {
    padding: 0 15px;
}

.new-box {
    margin: 20px 0;
}

.new-box .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.new-box .title span {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.new-box .title a {
    color: #999;
}

.new-box .swiper-pagination {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1;
}

.new-box .swiper-pagination-bullet {
    flex: 1;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 15px 0;
    background: #eee;
    color: #333;
    opacity: 1;
    font-size: 14px;
}

.new-box .swiper-pagination-bullet-active {
    background: #1961ac;
    color: #fff;
}

.new-item .top {
    display: flex;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.new-item .top .pic {
    overflow: hidden;
    background: #fff;
    width: 40%;
}

.new-item .top .img00 {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.new-item .top img {
    width: 100%;
    display: block;
    transition: 600ms;
    -webkit-transition: 600ms;
    -ms-transition: 600ms;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
}

.new-item .fr {
    width: 60%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-item .fr .tit {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-item .fr .txt {
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-item .fr .other {
    display: flex;
    color: #666;
    font-size: 12px;
    justify-content: space-between;
}

.new-item .fr .other a {
    color: #999;
}

.new-list li a {
    display: flex;
    line-height: 2.5;
    color: #333333;
    font-size: 13px;
    justify-content: space-between;
}

.new-list li .tit {
    width: 70%;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;

}

.new-list li .tit::before {
    content: "";
    position: absolute;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #999;
    left: 0;
    top: 35%;
}

.new-list li .time {
    color: #999999;
}


.business-box {
    background: #f9f9f9;
    padding: 15px 15px 25px 15px;
}

.business-box .title {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    margin-bottom: 10px;
}

.business-box .title span {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.business-box .title .swiper-button {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 70px;
    z-index: 1;
}

.business-box .title .swiper-button .swiper {
    position: static;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    left: 0;
    right: 0;
    margin: 0;
    display: flex;
    align-items: center; /*笔直居中*/
    justify-content: center; /*水平居中*/
}

.business-box .title .swiper-button .iconfont {
    font-size: 26px;
    color: #999;
}

.business-box .list {
    position: relative;
}

.business-box .list .pic {
    overflow: hidden;
    background: #fff;
}

.business-box .list .img00 {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.business-box .list img {
    width: 100%;
    display: block;
    transition: 600ms;
    -webkit-transition: 600ms;
    -ms-transition: 600ms;
    height: 100% !important;
    object-fit: cover;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
}

.business-box .list .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    align-items: center; /*笔直居中*/
    justify-content: center; /*水平居中*/
}

.business-box .list .mask .iconfont {
    color: #fff;
    font-size: 26px;
}

.business-box .list .mask p {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}

.business-box .list .mask .xg-p{
    position: absolute;
    left:0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    width: 100%;
    padding:4px 8px;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/

}

.about-box {
    margin-top: 20px;
}

.about-box .about {
    padding: 30px 20px;
    background-image: url("/app/img/about_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.about-box .about .tit {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 15px;
}

.about-box .about .txt {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: justify;
    text-indent: 2em;
}

.about-box .about .more {
    background: #1961ac;
    color: #fff;
    height:30px;
    width: 90px;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.about-box .about .more span {*/
    /*display: inline-block;*/
    /*line-height: 30px;*/
    /*margin-top: -4px;*/
    /*padding-right: 5px;*/
/*}*/
.about-box .about .more i{
    padding-left:5px;
}

.other-box {
    margin-top: 15px;
}

.other-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5px;
}

.other-box ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
}

.other-box ul li a {
    position: relative;
    display: block;
}

.other-box li img {
    width: 100%;
    display: block;
}

.other-box li .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 20px;
    display: flex;
    align-items: center; /*笔直居中*/
    justify-content: flex-end;
}

.other-box li .mask span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.xg-other-box-p{
    width: 100%;
    padding:4px 8px;
    background: #f9f9f9;
}
.xg-other-box-p p{

    font-size: 12px;
    color:#999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.footer {
    padding: 30px 15px;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
}
.footer-fl .more{
    border: 1px solid #eee;
    background: #fff;
    color: #666;
    padding: 8px 25px;
    font-size: 14px;
    display: inline-block;
}
.footer-fl .endiv{
    padding: 15px 25px;
    font-size: 14px;
    display: inline-block;
}
.footer-fl .more span{
    margin-right: 10px;
}
.footer-fl .more .iconfont{
    color: #666;
    font-size: 12px;
}
.footer-fl .copyright{
    font-size: 12px;
    margin-top: 10px;
    color: #666;
}
.footer-fr {
    display: flex;
    padding-left: 10px;
    flex-direction: column;
    align-items: center; /*笔直居中*/
    justify-content: center; /*水平居中*/
}
.footer.ishow {
    transform: translateX(-80.55%);
}
.footer-fr p {
    width: 100px;
    margin-top: 5px;
    font-size: 12px;
}
.footer-fr img{
    width: 100px;
}
.group-box {
    overflow-y: auto;
    height: calc(100vh - 60px);
    background-color: #fff;
    padding: 20px;
}
.group-box li{
    line-height: 2;
}
.group-box li a{
    color: #666;
}
.layer-manualclose .close{
    width: 20px;
    cursor: pointer;
}

.layer-manualclose .close .line{
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 2px;
    transition: transform 0.3s ease, top 0.3s ease, width 0.3s ease, opacity 0.3s, background 0.3s;
    transform-origin: center center;
    background: #333;
}
.layer-manualclose .close .line:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
    opacity: 0.8;
}
.layer-manualclose .close .line:nth-child(2) {
    width: 0;
    opacity: 0;
    margin: 6px 0;
}
.layer-manualclose .close .line:nth-child(3) {
    top: -8px;
    transform: rotate(-45deg);
    opacity: 0.8;
}
.layer-manualclose .box-con{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eee;
    padding: 0 20px;
    line-height: 60px;
}
.layer-manualclose .box-con .tit{
    font-size: 16px;
    color: #333333;
}<!--耗时1762272279.964秒-->