
.pcbox {
    display: block;
}

.mbox {
    display: none;
}

.pc768 {
    display: block;
}

.ft60 {
    font-size: 1.5rem;
}

.m768 {
    display: none;
}

.pd50 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.tc {
    text-align: center;
}

.news-top .news-01 .t01 {
    color: #383838;
}


/*icon字体*/

@font-face {
    font-family: 'icon/iconfont';
    src: url("../font/iconfont.eot");
    src: url("../font/iconfont.eot") format("embedded-opentype"), url("../font/iconfont.woff2") format("woff2"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("http://www.jing-guang.com/template/default/fonts/iconfont.svg#iconfont") format("svg");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.s-select {
    margin-top: 1.875rem;
    position: relative;
    display: inline-block;
}

.s-select a {
    display: block;
}

.s-select .select-bot {
    line-height: 55px;
    color: #000000;
    font-size: 16px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 55px;
    background: #cbcbcb;
    border-radius: 28px;
    display: none;
}

.s-select .select-top {
    position: relative;
    width: 260px;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 18px;
    padding-right: 45px;
    border-radius: 55px;
    z-index: 2;
    background: #0061ae;
    cursor: pointer;
}

.s-select .select-bot a:nth-child(n+2) .j {
    border-top: 1px solid #e8e8e8;
}

.s-select .select-bot a {
    color: #000000;
    padding: 0 20px;
    position: relative;
}

.s-select .select-bot a:after {
    position: absolute;
    width: 25px;
    height: 15px;
    content: "";
    background: url(../images/kj02.png) no-repeat center;
    background-size: 100%;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .5s ease-in-out;
}

.s-select .select-bot a:hover:after {
    background: url(../images/kj03.png) no-repeat center;
    background-size: 100%;
    transition: .5s ease-in-out;
}

.s-select .select-bot a:hover {
    color: #0061ae;
    transition: .5s ease-in-out;
}

.s-select .select-top:after {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/kj01.png) no-repeat center;
    background-size: 100%;
    content: "";
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}


/*pagination */

.pagination {
    font-size: 0;
    text-align: center;
}

.pagination a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
    font-family: Arial;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    margin: 0 3px;
    transition: .5s ease-in-out;
}

.pagination a:hover,
.pagination a.active {
    color: #fff;
    background: #4f398b;
    transition: .5s ease-in-out;
}

.pagination .prev,
.pagination .next {
    position: relative;
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pagination .prev:before {
    content: "\e608";
}

.pagination .next:before {
    content: "\e671";
}

.ttop {
    position: fixed;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #666;
    border-radius: 50%;
    right: 1.25rem;
    bottom: 2.25rem;
    display: none;
    cursor: pointer;
    background-image: url(../images/ttop.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    transition: .5s ease-in-out;
}

.ttop:hover {
    background-color: #0068b7;
    transition: .5s ease-in-out;
}


/*新闻详情*/

.news-details-bot {
    margin-top: 1.5rem;
}

.news-details-bot a {
    display: block;
    color: #666;
}

.news-details-bot .left-prev a {
    font-size: 15px;
    line-height: 25px;
    transition: .5s ease-in-out;
    height: 25px;
    overflow: hidden;
}

.news-details-bot .left-prev a:hover {
    color: #260b70;
    transition: .5s ease-in-out;
}

.news-details-bot .back {
    font-size: 14px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    transition: .5s ease-in-out;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    position: relative;
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #343434;
}

.news-details-bot .back:before {
    content: "\e625";
}

.news-details-bot .back:hover {
    background: #260b70;
    color: #fff;
    transition: .5s ease-in-out;
}

.news-details-bot .left-prev {
    width: calc(100% - 230px);
}

.search-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #f5f5f5;
    display: none;
    z-index: 20;
}

.search-alert {
    position: fixed;
    z-index: 100;
    background-color: #222;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.search-alert input::-webkit-input-placeholder {
    color: #fff !important;
}

.search-alert input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff !important;
}

.search-alert input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
}

.search-alert input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.search-alert .cent-form {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.search-alert .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 38px;
    right: 2.6%;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: url(../images/i301.png) no-repeat center;
    background-size: 100%;
}

.search-alert .cent-form:before {
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: 0;
    height: 17px;
    width: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/ico01.png) no-repeat center;
    background-size: 95%;
    content: "";
}

.search-alert .close:before {
    font-size: 30px;
    top: 0;
    left: 0;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-alert .cent-form {
    position: absolute;
    width: 94.8%;
    left: 2.6%;
    top: 50%;
    height: 80px;
    margin-top: -63px;
    border-bottom: 1px solid #515151;
}

.search-alert .cent-form:before {
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: 0;
    height: 50px;
    top: 50%;
    margin-top: -35px;
}

.search-alert .cent-form .tex {
    border: none;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    color: #f3b907;
    background: none;
    padding-left: 80px;
    padding-right: 140px;
    text-align: left;
}

.search-alert .cent-form .sub-butn {
    border: none;
    height: 60px;
    font-size: 32px;
    line-height: 60px;
    color: #fff;
    text-align: right;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    text-align: center;
}

.search-alert {
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .3s .5s;
    transition: transform .3s .5s;
}

.search-alert.active {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}

.search-alert.active .cent-form {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .5s .3s;
    transition: all .5s .3s;
}

.news-detailsbox {
    font-size: 18px;
    line-height: 2;
    padding-top: 2.125rem;
    padding-bottom: 2.5rem;
}

.news-detailsbox .detailsbox-tit {
    text-align: center;
    font-size: 0;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #e3e3e3;
}

.news-detailsbox .detailsbox-tit .tit {
    width: 690px;
    font-size: .75rem;
    margin: 0 auto;
    line-height: 1.125rem;
    color: #000000;
}

.news-detailsbox .detailsbox-tit .time {
    font-size: 14px;
    line-height: 1;
    position: relative;
    padding-left: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0.4rem;
}

.news-detailsbox .detailsbox-tit .time:after {
    width: 16px;
    height: 16px;
    content: "";
    background: url(../images/a1.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.news-detailsbox .detailsbox-center {
    padding-top: 1.125rem;
    padding-bottom: 1.625rem;
    border-bottom: 1px solid #e3e3e3;
}

.news-detailsbox .detailsbox-center .span {
    text-align: center;
    font-size: 16px;
    color: #666666;
    text-transform: uppercase;
}

.news-detailsbox .dc-right {
    position: relative;
}

.news-detailsbox .dc-right .rf {
    padding: 1.25rem 0.925rem 1.5rem 1.125rem;
    width: 375px;
    position: absolute;
    right: 0;
    top: 2rem;
    background: #fff;
}

.news-detailsbox .dc-right .itbox {
    padding-top: 0.75rem;
    border-top: 1px solid #ececec;
    margin-top: 0.625rem;
}

.news-detailsbox .dc-right .tit {
    font-size: 24px;
    line-height: 1;
    color: #000000;
}

.news-detailsbox .dc-right .li {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    transition: .5s ease-in-out;
    padding-left: 30px;
    position: relative;
    display: block;
}

.news-detailsbox .dc-right .li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #cccccc;
    border-radius: 50%;
    left: 0;
    top: 10px;
    transition: .5s ease-in-out;
}

.news-detailsbox .dc-right .li:hover {
    transition: .5s ease-in-out;
}

.news-detailsbox .dc-right .li:hover:before {
    background: #260b70;
    transition: .5s ease-in-out;
}

.news-detailsbox .dc-right .li:nth-child(n+2) {
    margin-top: 0.375rem;
}

.news-detailsbox .dc-left {
    width: 950px;
}

.scr-bar {
    overflow-y: auto;
}

.scr-bar::-webkit-scrollbar {
    width: 4px;
}

.scr-bar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.scr-bar::-webkit-scrollbar-thumb {
    background-color: #88bd7a;
}

.scr-bar::-webkit-scrollbar-thumb:window-inactive {
    background-color: #88bd7a;
}

.scr-bar::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #88bd7a;
}

.prodetails-tit .tit {
    color: #2f2f2f;
}

.prodetails-01 .images img {
    width: 100%;
}

input,
select,
textarea {
    border: none;
    outline: none;
    background: none;
}

select {
    -webkit-appearance: none;
    background: url(../images/a5.png) no-repeat 90%;
    background: transparent\0;
}

textarea {
    resize: none;
}

.fa {
    background: #fafafa;
}

@media screen and (max-width: 1024px) {
    .pcbox {
        display: none;
    }
    .mbox {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .bodyactives2 .pcheader {
        height: auto!important;
    }
    .s-select {
        margin-top: .4rem;
    }
    .ft60 {
        font-size: .6rem;
    }
    .s-select .select-bot {
        line-height: .8rem;
        font-size: .2rem;
        padding-bottom: .8rem;
        border-radius: .5rem;
    }
    .s-select .select-bot a:after {
        width: .3rem;
        height: .2rem;
        right: .2rem;
    }
    .s-select .select-bot a {
        padding: 0 .2rem;
    }
    .s-select .select-top:after {
        width: .3rem;
        height: .3rem;
        right: .2rem;
    }
    .s-select .select-top {
        width: 4rem;
        height: .8rem;
        line-height: .8rem;
        padding-left: .2rem;
        font-size: .24rem;
        padding-right: .6rem;
        border-radius: .8rem;
    }
    .pc768 {
        display: none;
    }
    .m768 {
        display: block;
    }
    .pagination a {
        font-size: .2rem;
        line-height: .6rem;
        height: .6rem;
        width: .6rem;
        margin: 0 .05rem;
    }
    .pd50 {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
    .search-alert .cent-form .tex {
        font-size: 14px;
        height: .8rem;
        line-height: .8rem;
        padding-left: .6rem;
        padding-right: 1.4rem;
    }
    .search-alert .cent-form {
        height: .9rem;
        margin-top: -.65rem;
    }
    .search-alert .cent-form .sub-butn {
        height: .6rem;
        font-size: .32rem;
        line-height: .6rem;
        width: 1.4rem;
    }
}

@font-face {
    font-family: 'beba';
    src: url("http://www.jing-guang.com/template/fonts/bebas.eot");
    src: url("http://www.jing-guang.com/template/default/css/fonts/BEBAS.eot") format("embedded-opentype"), url("../font/bebas.woff") format("woff"), url("../font/bebas.ttf") format("truetype"), url("http://www.jing-guang.com/template/default/fonts/bebas.svg#bebas") format("svg");
}

@font-face {
    font-family: 'apercu';
    src: url("http://www.jing-guang.com/template/fonts/apercu_bold.eot");
    src: url("http://www.jing-guang.com/template/default/css/fonts/APERCU_BOLD.eot") format("embedded-opentype"), url("../font/apercu_bold.woff") format("woff"), url("../font/apercu_bold.ttf") format("truetype"), url("http://www.jing-guang.com/template/default/fonts/apercu_bold.svg#bebas") format("svg");
}

@font-face {
    font-family: 'myriadpro';
    src: url("http://www.jing-guang.com/template/fonts/myriadpro-regular.eot");
    src: url("http://www.jing-guang.com/template/default/css/fonts/MYRIADPRO-REGULAR.eot") format("embedded-opentype"), url("../font/myriadpro-regular.woff") format("woff"), url("../font/myriadpro-regular.ttf") format("truetype"), url("http://www.jing-guang.com/template/default/fonts/myriadpro-regular.svg#bebas") format("svg");
}

.welcome-banner .paginations .span span {
    /*text-transform: capitalize;*/
}

.video-fixed .cha {
    width: 40px;
    height: 40px;
    background: url(../images/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

.video-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 130;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.video-fixed .videoboxs .box {
    height: 100%;
}

.video-fixed .videoboxs {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    background: #000;
    /*padding: 30px;*/
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .video-fixed .videoboxs {
        width: 100%;
        height: 80%;
        bottom: 0;
        margin: auto;
    }
    .video-fixed .cha {
        right: 10px;
        top: -35px;
    }
}

.secwen {
    opacity: 0;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    transition: opacity 0.8s linear 0.1s, -webkit-filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.8s linear 0.1s, filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.8s linear 0.1s, filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.secwen.animate {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.secwen.atop {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.secwen.atop.animate {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.secwen.aleft {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}

.secwen.aleft.animate {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.secwen.aright {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
}

.secwen.aright.animate {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.animate.add1 {
    transition-delay: .1s;
}

.animate.add2 {
    transition-delay: .2s;
}

.animate.add3 {
    transition-delay: .3s;
}

.animate.add4 {
    transition-delay: .4s;
}

.animate.add5 {
    transition-delay: .5s;
}

.animate.add6 {
    transition-delay: .6s;
}

.animate.add7 {
    transition-delay: .7s;
}

.animate.add8 {
    transition-delay: .8s;
}

.animate.add9 {
    transition-delay: .9s;
}

.animate.add10 {
    transition-delay: 1.0s;
}

.animate.add11 {
    transition-delay: 1.1s;
}

.wel-banner .words br {
    display: none;
}

img {
    max-width: 100%;
}

.beba {
    font-family: "beba";
}

.welcome-introduction .images .video-more {
    display: none;
}

.pd90 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.m-header .sub-menu .sec-list a {
    text-transform: capitalize;
}

.welcome-banner .swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.welcome-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    border: 2px solid #ffffff;
    opacity: 1;
    margin: 0 .15rem;
}

.welcome-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /*background:$colors;*/
    background: transparent;
    border-color: #0061ae;
}

.welcome-swiper .buts {
    font-size: 0;
}

.welcome-swiper .swiper-button-prev,
.welcome-swiper .swiper-button-next {
    position: static;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 88px;
    height: 40px;
    border: 1px solid #d9d9d9;
    vertical-align: middle;
    transition: .5s ease-in-out;
}

.welcome-swiper .swiper-button-prev:hover,
.welcome-swiper .swiper-button-next:hover {
    transition: .5s ease-in-out;
}

.welcome-swiper .swiper-button-prev {
    background: url(../images/prev.png) no-repeat center;
}

.welcome-swiper .swiper-button-prev:hover {
    background: url(../images/prev-pr.png) #0061ae no-repeat center;
}

.welcome-swiper .swiper-button-next {
    background: url(../images/next.png) no-repeat center;
}

.welcome-swiper .swiper-button-next:hover {
    background: url(../images/next-ne.png) #0061ae no-repeat center;
}

.ft50 {
    font-size: 1.25rem;
}


/*touch-acion:  pan-y ;*/

body {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
}

.welcome-banner .images {
    height: 22.5rem;
}

.welcome-banner {
    position: relative;
}

.welcome-banner .spannum {
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    left: 1.25rem;
    padding-left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    font-weight: bold;
    line-height: 15px;
}

.welcome-banner .spannum:after {
    width: 0.75rem;
    height: 2px;
    background: #ffffff;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.welcome-banner .paginations {
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.5rem;
    z-index: 5;
    font-size: 0;
    cursor: pointer;
    text-align: center;
}

.welcome-banner .paginations .span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #ffffff;
    width: 25%;
    line-height: 1;
    position: relative;
}

.welcome-banner .paginations .span:nth-child(1) {
    width: 0%;
}

.welcome-banner .paginations .span:nth-child(1) span {
    right: auto;
    left: -100px;
}

.welcome-banner .paginations .span.active:before {
    background: transparent;
    border-color: #009bfb;
    width: 15px;
    height: 15px;
    transition: .5s ease;
    right: -18px;
    bottom: -5px;
}

.welcome-banner .paginations .span span {
    position: absolute;
    top: -40px;
    right: -50%;
    margin-right: 25%;
    line-height: 1;
    width: 200px;
    text-align: center;
    padding-bottom: 40px;
}

.welcome-banner .paginations .span:after {
    content: "";
    width: calc(100% - 22px);
    height: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.43);
    right: 0;
    bottom: 0;
    transition: .5s ease;
}

.welcome-banner .paginations .span:before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    right: -15px;
    bottom: -3px;
    transition: .5s ease;
}

.bocweb-header {
    line-height: 80px;
}

.welcome-products .products-top {
    background: #f4f4f4;
    padding: .8rem 0;
    padding-left: 2.2rem;
    padding-right: 2.7rem;
    line-height: 53px;
    position: relative;
    z-index: 2;
}

.pro-botcon.welcome-products .products-top {
    padding: .5rem 0;
    padding-left: 2.2rem;
    padding-right: 2.7rem;
}

.pro-botcon.welcome-products .selects-box .input {
    height: 45px;
}

.welcome-products .products-top .products-tit {
    font-size: 0.65rem;
    color: #2c2c2c;
    text-transform: uppercase;
}

.welcome-products .products-top .products-tit span {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

.welcome-products .selects-box {
    font-size: 0;
}

.welcome-products .selects-box .input {
    display: inline-block;
    vertical-align: middle;
    width: 9.35rem;
    height: 53px;
    font-size: 16px;
    position: relative;
}

.welcome-products .selects-box .input .spa {
    position: absolute;
    right: -2.125rem;
    text-align: center;
    width: 2.125rem;
    top: 0;
    font-family: Arial;
}

.welcome-products .selects-box .input:nth-child(n+2) {
    margin-left: 2.125rem;
}

.welcome-products .selects-box .input.submit {
    width: 2.575rem;
    margin-left: 0.875rem;
}

.welcome-products .selects-box .input.submit input {
    background-color: #0061ae;
    width: 100%;
    height: 100%;
    background-image: url(../images/sear.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -999px;
    overflow: hidden;
    display: block;
}

.welcome-products .selects-box .select,
.welcome-products .selects-box select {
    width: 100%;
    height: 100%;
    background: #e0e0e0;
    padding-left: .75rem;
    position: relative;
}

.welcome-products .selects-box .selecttop {
    position: relative;
    color: #000;
}

.welcome-products .selects-box .selecttop:after {
    right: 25px;
    width: 13px;
    height: 7px;
    background: url(../images/sel.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
}

.welcome-products .selects-box .selectbot {
    line-height: 35px;
    font-size: 14px;
    max-height: 175px;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 53px;
    width: 100%;
    display: none;
    z-index: 3;
}

.welcome-products .selects-box .selectbot .i {
    background: #fff;
    padding-left: .75rem;
    transition: .5s ease-in-out;
}

.welcome-products .selects-box .selectbot .i:hover {
    transition: .5s ease-in-out;
    color: #ffffff;
    background: #0061ae;
}

.ft24 {
    font-size: .6rem;
}

.products-bot {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.products-bot .b-tit {
    padding: 0 1rem;
    padding-right: 0;
    position: relative;
    padding-bottom: 1.125rem;
}

.products-bot .b-tit .b-fl {
    color: #3a3a3a;
    line-height: 1.2;
}

.welcome-strategicl .words .tit-en,
.welcome-servers .tit,
.products-bot .b-tit .b-fl,
.welcome-introduction .words .tit-en {
    font-weight: bold;
}

.products-bot .b-tit .swiper-pagination {
    display: inline-block;
    position: static;
    margin: 0;
    width: auto;
    vertical-align: middle;
}

.products-bot .b-tit .page {
    text-align: right;
    font-size: 16px;
    font-family: Arial;
    color: #8b8888;
    line-height: 1;
    margin-bottom: 1rem;
}

.products-bot .b-tit .nums {
    display: inline-block;
    vertical-align: middle;
    margin-left: .75rem;
}

.products-bot .items {
    position: relative;
    display: block;
    padding-top: 96px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 99%;
}

.products-bot .items .images {
    position: relative;
}

.products-bot .items .images:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    content: "";
    background: url(../images/bg.png) no-repeat bottom;
    background-size: cover;
    opacity: 0;
    transition: .5s ease-in-out;
}

.products-bot .items:hover .images:after {
    opacity: 1;
    transition: .5s ease-in-out;
}

.products-bot .items:hover .words-01 {
    background: transparent;
    transition: .5s ease-in-out;
}

.products-bot .items:hover .words-01 .line {
    background: #0061ae;
    transition: .5s ease-in-out;
}

.products-bot .items:hover .words-01 .en {
    color: #0061ae;
    transition: .5s ease-in-out;
}

.products-bot .items:hover .words-01 .img img {
    transition: .5s ease-in-out;
}

.products-bot .items:hover .words-01 .img .i0 {
    opacity: 0;
}

.products-bot .items:hover .words-01 .img .i1 {
    opacity: 1;
}

.products-bot .items:hover .words-02 {
    opacity: 1;
    padding-bottom: 1.375rem;
    transition: .5s ease-in-out;
}

.products-bot .items .words {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: .5s ease-in-out;
}

.products-bot .items .words-01 {
    top: 0;
    background: #f6f6f6;
    padding: 0.8rem 0.5rem;
    /*min-height: 5rem;*/
}

.products-bot .items .words-01 .tit {
    width: calc(100% - 1.25rem);
}

.products-bot .items .words-01 .line {
    width: 16px;
    height: 2px;
    background: #000c16;
    transition: .5s ease-in-out;
}

.products-bot .items .words-01 .en {
    line-height: 1;
    color: #000000;
    line-height: 1.2;
    margin-top: .2rem;
    transition: .5s ease-in-out;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.products-bot .items .words-01 .img {
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
}

.products-bot .items .words-01 .img img {
    transition: .5s ease-in-out;
}

.products-bot .items .words-01 .img .i1 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.products-bot .items .words-02 {
    bottom: 0;
    padding: 0 1.5rem;
    opacity: 0;
}

.products-bot .items .words-02 .t {
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    color: #ffffff;
}

.bocweb-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

.welcome-introduction {
    background: #eeeeee;
}

.welcome-introduction .words,
.welcome-introduction .images {
    height: 16.5rem;
}

.welcome-introduction .words {
    width: 45%;
    padding: 3.625rem 3.375rem 3rem 3.375rem;
}

.welcome-introduction .words .tit-en {
    color: #222222;
    line-height: 1.2;
}

.welcome-introduction .words .tit-p {
    font-size: .47rem;
    line-height: .8rem;
    color: #666666;
    /*height: 1.8rem;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
    font-family: Arial;
    /*font-weight: bold;*/
}

.welcome-introduction .words .items {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.welcome-introduction .words .video-more {
    margin-bottom: 1.25rem;
}

.welcome-introduction .images {
    width: 55%;
}

.welcome-introduction .list {
    width: 23.25rem;
    height: 6rem;
    display: none;
}

.welcome-introduction .list .items {
    width: 33.33%;
    background: #ffffff;
    float: left;
    height: 100%;
    position: relative;
    z-index: 3;
    padding: 1rem 1.25rem;
}

.welcome-introduction .list .items:nth-child(n+2) {
    border-left: 1px solid #dddddd;
}

.welcome-introduction .list .items .p {
    font-size: 0.4rem;
    line-height: 1.2;
    font-weight: bold;
    color: #222;
}

.welcome-introduction .list .items .img {
    width: 1.25rem;
    height: 1.25rem;
}

.welcome-introduction .list .items .num {
    font-size: 1.15rem;
    color: #222222;
    line-height: 1;
    margin-top: .75rem;
    margin-bottom: .25rem;
}

.welcome-introduction .list .items .num sup {
    font-size: 90%;
    /*font-size: 0.45rem;*/
    margin-left: 3%;
}

.welcome-introduction .list .items:nth-child(1) .num sup {
    top: 30%;
    font-size: 50%;
}

.video-more {
    position: relative;
    line-height: 50px;
    color: #222222;
    font-size: 16px;
    padding-left: 50px;
    display: inline-block;
    cursor: pointer;
    transition: .5s ease-in-out;
    font-weight: bold;
}

.video-more:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/vide.png) no-repeat center;
    background-size: 100%;
    transition: .5s ease-in-out;
}

.video-more:hover {
    color: #0061ae;
    transition: .5s ease-in-out;
}

.video-more:hover:after {
    background: url(../images/vido.png) no-repeat center;
    background-size: 100%;
    transition: .5s ease-in-out;
}

.welcome-products .selects-box .selectbot .i {
    cursor: pointer;
}

.welcome-servers {
    padding-left: 3.375rem;
    padding-right: 2.625rem;
    /*  padding-top: 3.75rem;
  padding-bottom: 3.375rem;*/
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.welcome-servers .list {
    font-size: 0;
    text-align: center;
    margin-top: 1.5rem;
}

.welcome-servers .list .p {
    line-height: 28px;
    font-size: 16px;
}

.welcome-servers .tit {
    line-height: 1.2;
    color: #3a3a3a;
}

.welcome-servers .txt-en {
    font-size: 16px;
    line-height: 1.2;
    margin-top: .75rem;
    color: #222;
}

.welcome-servers .items {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 2.5%;
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    /*margin-left: 12%;*/
}

.welcome-servers .items:nth-child(4n+1) {
    margin-left: 0;
}

.welcome-servers .items:hover {
    color: #0061ae;
}

.welcome-servers .items:hover .img {
    transition: .5s ease-in-out;
    background: #0061ae;
}

.welcome-servers .items:hover .img img {
    transition: .5s ease-in-out;
}

.welcome-servers .items:hover .img .i1 {
    opacity: 1;
}

.welcome-servers .items:hover .img .i0 {
    opacity: 0;
}

.welcome-servers .items:hover .t {
    color: #0061ae;
    transition: .5s ease-in-out;
}

.welcome-servers .items .t {
    font-size: .5rem;
    color: #363636;
    margin-top: 0.625rem;
    transition: .5s ease-in-out;
    margin-bottom: 0.45rem;
    font-weight: bold;
}

.welcome-servers .items .img {
    position: relative;
    border: 1px solid #0061ae;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    transition: .5s ease-in-out;
}

.welcome-servers .items .img img {
    transition: .5s ease-in-out;
}

.welcome-servers .items .img .i1 {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}


/* .bocweb-header .bocweb-logo img {
    height: 100%;
} */

.bocweb-header .nav-li {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-family: "apercu";
}

.bocweb-header .nav-li a {
    color: #ffffff;
}

.bocweb-header .nav-li .nav-bot {
    line-height: 2;
    display: none;
}

.bocweb-header .nav-li .nav-bot a {
    font-size: 16px;
}

.bocweb-header .bocweb-logo {
    width: 400px;
    /* height: 50px; */
}

.bocweb-header .nav-sousuo {
    color: #ffffff;
    font-family: Arial;
    font-size: 0;
}

.bocweb-header .nav-sousuo .lang {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-left: .75rem;
    padding-left: 0.625rem;
    position: relative;
}

.bocweb-header .nav-sousuo .lang:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 0.875rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
}

.bocweb-header .nav-sousuo .span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    line-height: 25px;
    position: relative;
    margin-top: -2px;
    font-weight: bold;
}

.bocweb-header .nav-sousuo .span:hover .span-bot {
    transition: .5s ease-in-out;
    opacity: 1;
}

.bocweb-header .nav-sousuo .span-top {
    position: relative;
    padding-right: 16px;
}

.bocweb-header .nav-sousuo .span-top:after {
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 7px;
    height: 4px;
    background: url(../images/v.png) no-repeat center;
    background-size: 100%;
}

.bocweb-header .nav-sousuo .span-bot {
    line-height: 2;
    opacity: 0;
    transition: .5s ease-in-out;
    position: absolute;
    left: 0;
    top: 25px;
}

.bocweb-header .nav-sousuo .span-bot a {
    color: #ffffff;
}

.bocweb-header .nav-sousuo .span-bot a:hover {
    color: #0061ae;
}

.bocweb-header .nav-sousuo .ser {
    width: 20px;
    height: 20px;
    background: url(../images/sear.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.bocweb-header .header {
    padding-left: 1.25rem;
    padding-right: 0.875rem;
}

.bocweb-header .bocweb-nav {
    /* margin-left: 1.75rem; */
    padding-left: 0.875rem;
    position: relative;
}

.bocweb-header .bocweb-nav .nav-top {
    margin: 0 0.7rem;
}

.bocweb-header .bocweb-nav a {
    transition: .5s ease-in-out;
}

.bocweb-header .bocweb-nav a:hover,
.bocweb-header .bocweb-nav a.active {
    transition: .5s ease-in-out;
    color: #0061ae;
}

.bodyactives .bocweb-header .bocweb-nav a:hover,
.bodyactives .bocweb-header .bocweb-nav a.active {
    color: rgba(255, 255, 255, .5);
}

.bocweb-header .bocweb-nav:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

header.active {
    height: 95px;
    background: #0061ae;
}

.bocweb-footer {
    background: #313131;
    font-size: 14px;
    font-family: Arial;
}

.bocweb-footer a {
    color: rgba(201, 201, 201, 0.6);
}

.bocweb-footer .txt a {
    color: #ffffff;
}

.bocweb-footer .itembox-bot .p .p1 {
    color: #ffffff;
    text-transform: uppercase;
}

.bocweb-footer .bocweb-footer-top {
    padding: 0 3rem;
    padding-top: 2.25rem;
    padding-bottom: 1.7rem;
}

.bocweb-footer .bocweb-footer-top .itembox {
    font-size: 0;
}

.bocweb-footer .itembox-bot .icon {
    max-width: 60%;
    min-width: 400px
}

.bocweb-footer .bocweb-footer-top .items {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    /*width: 13%;*/
    width: 15%;
    margin-left: 3.5%;
}

.bocweb-footer .bocweb-footer-top .items:nth-child(6),
.bocweb-footer .bocweb-footer-top .items:nth-child(4) {
    width: 10%;
}

.bocweb-footer .bocweb-footer-top .items:nth-child(6n+1) {
    margin-left: 0;
}

.bocweb-footer .bocweb-footer-top .items .items-bot {
    line-height: 25px;
}

.bocweb-footer .bocweb-footer-top .items .items-top {
    font-size: 20px;
    color: #ffffff;
    font-family: "beba";
    display: block;
    line-height: 1.2;
    margin-bottom: .75rem;
}

.bocweb-footer .bocweb-footer-top .items .li {
    display: block;
    transition: .5s ease-in-out;
}

.bocweb-footer .bocweb-footer-top .items .li:hover {
    transition: .5s ease-in-out;
    color: #ffffff;
}

.bocweb-footer .bocweb-footer-bot {
    padding: 0 3rem;
    color: #ffffff;
    height: 70px;
    line-height: 70px;
    background: #1b1b1b;
}

.bocweb-footer .itembox-bot {
    padding-top: 1.625rem;
}

.bocweb-footer .itembox-bot .img {
    width: 115px;
    height: 125px;
    overflow: hidden;
}

.bocweb-footer .itembox-bot .icon,
{
    max-width: 60%;
}

.bocweb-footer .itembox-bot .but {
    max-width: 40%;
}

.bocweb-footer .itembox-bot .p {
    color: #b8b8b8;
    margin-top: .75rem;
    line-height: 24px;
}

.bocweb-footer .itembox-bot .but .fx {
    font-size: 0;
    text-align: right;
}

.bocweb-footer .itembox-bot .but .span {
    text-align: right;
    line-height: 1;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0.625rem;
}

.bocweb-footer .itembox-bot .but .i {
    padding: 0;
    margin: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.23);
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    transition: .5s ease-in-out;
}

.bocweb-footer .itembox-bot .but .i:hover {
    transition: .5s ease-in-out;
    background-color: #0061ae;
}

.bocweb-footer .itembox-bot .but .i:nth-child(n+2) {
    margin-left: 0.2rem;
}

.bocweb-footer .itembox-bot .but .i1 {
    background: url(../images/j.png) no-repeat center;
}

.bocweb-footer .itembox-bot .but .i2 {
    background: url(../images/j0.png) no-repeat center;
}

.bocweb-footer .itembox-bot .but .i5 {
    background: url(../images/wx.png) no-repeat center;
}

.bocweb-footer .itembox-bot .but .i3 {
    background: url(../images/j1.png) no-repeat center;
}

.bocweb-footer .itembox-bot .but .i4 {
    background: url(../images/j2.png) no-repeat center;
}

.welcome-introduction .list .items .num {
    position: relative;
    line-height: 1;
}

.welcome-introduction .list .items .num sup {
    position: absolute;
    top: 40%;
}

.welcome-strategicl .words .numbox .items .num sup {
    font-size: 100%;
    margin-left: 5%;
}

.welcome-products .selects-box .selecttop:after {
    transition: .5s ease-in-out;
}

.welcome-products .selects-box .select.active .selecttop:after {
    transition: .5s ease-in-out;
    transform: rotate(180deg);
}

.viewmore {
    display: block;
    border: 1px solid #ffffff;
    height: 1.75rem;
    width: 6.5rem;
    font-size: 0.45rem;
    color: #ffffff;
    text-align: center;
    line-height: 1.75rem;
    transition: .5s ease-in-out;
}

.viewmore:hover {
    color: #ffffff;
    transition: .5s ease-in-out;
    color: #0061ae;
    background: #fff;
}

.welcome-strategicl {
    background: url(../images/bgs.jpg) no-repeat center;
    background-size: cover;
    min-height: 22.5rem;
}

.welcome-strategicl .strategicl {
    position: relative;
    overflow: hidden;
}

.welcome-strategicl .viewmore {
    /*margin-top: 2.5rem;*/
}

.welcome-strategicl .map-center .i {
    position: absolute;
    left: 0;
    top: 0;
}

.welcome-strategicl .map-center .i.i1 {
    position: static;
}

.welcome-strategicl .map-words .li {
    position: absolute;
    width: 0.875rem;
    height: 1.125rem;
    z-index: 16;
}

.welcome-strategicl .map-words .li .li-bot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.875rem;
    padding-left: 20px;
    opacity: 0;
    transition: .5s ease-in-out;
    visibility: hidden;
    z-index: -100;
}

.welcome-strategicl .map-words .li.active .li-bot {
    opacity: 1;
    padding-left: 50px;
    transition: .5s ease-in-out;
    visibility: visible;
    z-index: 2;
}

.welcome-strategicl .map-words .li .li-top {
    width: 100%;
    height: 100%;
    background: url(../images/vs.png) no-repeat center;
    background-size: 100%;
}

.welcome-strategicl .map-words .li1 {
    top: 5.5rem;
    left: 7.375rem;
    transition-delay: 1.4s;
}

.welcome-strategicl .map-words .li2 {
    top: 6.25rem;
    right: 7.25rem;
    transition-delay: 1.6s;
}

.welcome-strategicl .map-words .li3 {
    top: 8.75rem;
    right: 6.75rem;
    transition-delay: 1.8s;
}

.welcome-strategicl .map-words .li-bot {
    position: absolute;
}

.welcome-strategicl .map-words .li-bot:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 16px;
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/vs0.png) no-repeat center;
    background-size: 100%;
}

.welcome-strategicl .map-words .li-bot .ibox {
    width: 7.5rem;
    max-height: 5rem;
    overflow-y: auto;
    background: rgba(14, 96, 155, 0.5);
    transition: .5s ease-in-out;
    color: #ffffff;
    padding: .75rem;
    font-size: 14px;
    position: relative;
}

.welcome-strategicl .map-words .li-bot .ib-01 {
    color: rgba(255, 255, 255, 0.5);
}

.welcome-strategicl .map-words .li-bot .p2,
.welcome-strategicl .map-words .li-bot .p1 {
    line-height: 1.5;
}

.welcome-strategicl .map-words .li-bot .ib-02 {
    color: #ffcb03;
    margin-top: .5rem;
}

.welcome-strategicl .map-words .li-bot .ib-01,
.welcome-strategicl .map-words .li-bot .ib-02 {
    line-height: 1;
    margin-bottom: 5px;
}

.welcome-strategicl.active .images .k2.animate .i {
    transition-delay: 0.1s !important;
}

.welcome-strategicl .images {
    position: absolute;
    top: 3.375rem;
    right: 2.5rem;
    width: 33.625rem;
    height: 17.125rem;
    top: 3.25rem;
    right: 2.625rem;
}

.welcome-strategicl .images img {
    transition: .5s ease-in-out;
}

.welcome-strategicl .images .ig {
    position: absolute;
    left: 0;
    top: 0;
}

.welcome-strategicl .images .k1 .i {
    opacity: 0;
}

.welcome-strategicl .images .k1 .i.active {
    opacity: 1;
    transition: .5s ease-in-out;
}

.welcome-strategicl .images .k2 .i {
    opacity: 0;
}

.welcome-strategicl .images .k2 .i.active {
    opacity: 0 !important;
    transition: .5s ease-in-out;
    transition-delay: 0.1s !important;
}

.welcome-strategicl .images .k2.animate .i {
    opacity: 1;
    transition: .8s ease-in-out;
}

.welcome-strategicl .images .k2.animate .i.i1 {
    transition-delay: .8s;
}

.welcome-strategicl .images .k2.animate .i.i2 {
    transition-delay: 1s;
}

.welcome-strategicl .images .k2.animate .i.i3 {
    transition-delay: 1.2s;
}

.welcome-strategicl .images .k2.animate .i.i4 {
    transition-delay: 1.4s;
}

.welcome-strategicl .images .k2.animate .i.i5 {
    transition-delay: 1.6s;
}

.welcome-strategicl .words {
    padding: 3.75rem 3.375rem;
    color: #ffffff;
}

.welcome-strategicl .words .tit-p {
    /*width: 13.5rem;*/
    /*width: 12.25rem;*/
    font-size: .45rem;
    line-height: .6rem;
    /*height: 4.2rem;*/
    /*display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;*/
    overflow: hidden;
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}

.welcome-strategicl .words .numbox {
    font-size: 0;
    line-height: 1.2;
}

.welcome-strategicl .words .numbox .items {
    display: inline-block;
    font-size: .5rem;
    width: 28%;
}

.welcome-strategicl .words .numbox .items:nth-child(n+2) {
    margin-left: .75rem;
}

.welcome-strategicl .words .numbox .items .p {
    margin-top: 0.4rem;
}

.welcome-strategicl .words .numbox .items .num {
    line-height: 1;
    position: relative;
}

.welcome-strategicl .words .numbox .items .num sup {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.2;
}

.welcome-strategicl .words .tit-en {
    line-height: 1.2;
}

.welcome-strategicl .words {
    position: relative;
    z-index: 10;
    max-height: 100%;
    overflow-y: auto;
}

.welcome-strategicl .images .ig.mapimg {
    z-index: 15;
}

.welcome-introduction .words .tit-p {
    /*font-family: "myriadpro";*/
}

area {
    outline: none;
}


/*.welcome-strategicl .images .ig.k2 {
  .i{
    opacity: 0;
    transition: .5s ease-in-out;
    &.animate{
      opacity: 1;
       transition: .5s ease-in-out;
      &.i1{
        transition-delay: .1s;
      }
      &.i2{
        transition-delay: .2s;
      }
      &.i3{
        transition-delay: .3s;
      }
      &.i4{
        transition-delay: .4s;
      }
      &.i5{
        transition-delay: .5s;
      }
      &.i6{
        transition-delay: .6s;
      }

    }

  }
}*/

.m-header {
    height: 45px;
    width: 100%;
    position: absolute;
    /*position: absolute;*/
    width: 100%;
}

.bodyactives2 .m-header {
    position: relative;
}

.m-header.cur {
    position: absolute;
}

.m-header .w-header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #5f636e;
}

.m-header .w-header {
    position: relative;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    z-index: 24;
    height: 45px;
}

.m-header .welcome-a {
    float: left;
    width: 200px;
    height: 100%;
    line-height: 45px;
    position: relative;
}

.m-header .welcome-a img {
    max-height: 100%;
    /*height: 100%;*/
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.m-header .search-cover {
    float: right;
    width: 35px;
    height: 48px;
    display: block;
    line-height: 48px;
}

.m-header .search-cover img {
    width: 100%;
    vertical-align: middle;
}

.m-header .uio {
    float: right;
    height: 100%;
    width: 65px;
}

.m-header .search-bg {
    position: fixed;
    left: 0;
    top: 48px;
    width: 100%;
    height: 150px;
    z-index: 10;
    background: #ffffff;
    display: none;
}

.m-header .subsearch {
    padding-right: 15px;
    border-right: 1px solid #d2d2d2;
    box-sizing: border-box;
}

.m-header .subsearch .sp {
    width: 35px;
    height: 35px;
    background-size: 80%;
}

.m-header .subsearch img {
    height: 100%;
}

.m-header .search-bg .m-close-search {
    display: block;
    width: 10px;
    height: 10px;
    background-size: 100% auto;
    position: fixed;
    right: 4%;
    top: 10px;
    cursor: pointer;
    z-index: 11;
}

.m-header .search-bg .m-search-box {
    width: 92%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    position: absolute;
    left: 3%;
    top: 48px;
    height: 40px;
    z-index: 11;
}

.m-header .search-bg .m-search-box .tex {
    border: none;
    font-size: 12px;
    color: #a7a7a7;
    height: 41px;
    padding-left: 5px;
    box-sizing: border-box;
    width: 60%;
    background: none;
}

.m-header .search-bg .m-search-box .search-btn {
    border: none;
    width: 30px;
    height: 30px;
    background-size: 100%;
    margin-top: 6px;
}

.m-header .btn-na {
    margin-right: 15px;
}

.m-header .nav-btn {
    position: absolute;
    right: 25px;
    top: 50%;
    width: 31px;
    height: 24px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -15px;
}

.m-header .nav-btn .line {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    border-radius: 2px;
}

.m-header .nav-btn .line1 {
    top: 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}

.m-header .nav-btn .line2 {
    top: 11px;
}

.m-header .nav-btn .line3 {
    bottom: 0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}

.bocweb-footer .bocweb-footer-bot br {
    display: none;
}

.m-header .nav-btn.active {
    -webkit-animation: rotate 0.3s linear 0s;
    animation: rotate 0.3s linear 0s;
}

.m-header .nav-btn.hover .line {
    left: 6px;
}

.icon-sousuo {
    cursor: pointer;
    text-align: center;
    width: 80px;
    border-left: 1px solid #e1e1e1;
    margin-left: 105px;
    font-size: 20px;
}

.icon-sousuo:hover {
    color: #059ea0;
}

body.ovh .m-header .w-header {
    background: #0061ae;
}

.m-header .sub-menu {
    width: 100%;
    /*height: calc(100% - 45px);*/
    height: 100%;
    padding: 60px 0 0;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    /*background-color: white;*/
    background-color: #0061ae;
    z-index: 15;
    overflow-y: auto;
}

.m-header .sub-menu li .sub-tit {
    padding: 0 3%;
    box-sizing: border-box;
}

.m-header .sub-menu li .sub-tit .tu-box {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    position: relative;
}

.m-header .sub-menu li .sub-tit .tu-box .imgbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    bottom: 0;
    margin: auto;
}

.m-header .sub-menu li .sub-tit.on .tu-box {
    border-bottom-color: transparent;
}

.m-header .sub-menu li a {
    display: block;
}

.m-header .sub-menu .tit {
    display: block;
    width: 100%;
    padding: 10px 3%;
    box-sizing: border-box;
    line-height: 33px;
    color: #fff;
    position: relative;
    font-size: 15px;
    line-height: 20px;
}

.m-header .sub-menu .tit a {
    color: #fff;
}

.m-header .sub-menu .tit1 {
    display: block;
    width: 100%;
    line-height: 33px;
    color: #fff;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    box-sizing: border-box;
}

.m-header .sub-menu .sub-tit.on.on .btn-v {
    background: url(../images/img6.png) center center no-repeat;
    background-size: 100%;
}

.m-header .sub-menu .btn-v {
    display: inline-block;
    height: 20px;
    width: 20px;
    float: right;
    margin-right: 16px;
    margin-top: 0;
    background: url(../images/img5.png) center center no-repeat;
    background-size: 100%;
}

.m-header .sub-menu .sub-tit1.on {
    background-color: #ff0001;
    color: #fff;
}

.m-header .sub-menu .sub-tit.on:after {
    background-size: 100% auto;
}

.m-header .sub-menu .sec-list {
    line-height: 28px;
    padding: 1px 1.5%;
    display: none;
}

.m-header .sub-menu .tit {
    text-transform: capitalize;
}

.m-header .sub-menu .sec-list a {
    background-size: 8px auto;
    line-height: 2;
    font-size: 13px;
    box-sizing: border-box;
}

.m-header .sub-menu .sec-list a:nth-child(1) {
    border-top: none;
}

.m-header .sub-menu .sec-list a {
    padding-left: 21px;
    color: #fff;
    display: block;
}

.welcome-introduction .images {
    position: relative;
}

.welcome-introduction .images .video-more {
    color: #ffffff;
    position: absolute;
    left: .5rem;
    bottom: .55rem;
}

.welcome-introduction .images .video-more:after {
    background: url(../images/vides.png) no-repeat center;
    background-size: 100%;
}

.m-header .w-header .inj {
    line-height: 25px;
    height: 25px;
    margin-top: 10px;
    color: #ffffff;
}

.m-header .w-header .inj a {
    color: #ffffff;
    font-size: 14px;
}

.m-header .w-header .inj.en {
    margin-left: 25px;
}

.m-header .w-header .ser {
    width: 25px;
    height: 25px;
    background: url(../images/ser.png) no-repeat center;
    background-size: 100%;
}

img.w100 {
    width: 100%;
}

.products-bot .items .words-02 .t {
    position: relative;
}

.products-bot .items .words-02 .t:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 12px;
    background: url(../images/s.png) no-repeat center;
    background-size: 100%;
    right: 0;
    top: .2rem;
}

.bocweb-header .nav-li .nav-bot {
    width: 175px;
    position: absolute;
    top: 81px;
    text-align: center;
    padding: 12px 0;
    background: rgba(255, 255, 255, .65);
}

.bocweb-header .nav-li .nav-bot a {
    line-height: 1.5;
    /*padding: 10px 0;*/
    padding: 10px 20px;
    border-bottom: 1px solid #d1d1d1;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
}

.bocweb-header .nav-li .nav-bot a.active,
.bocweb-header .nav-li .nav-bot a:hover {
    color: #0061ae;
    border-bottom: 1px solid #0061ae;
}

.bocweb-header .nav-li {
    position: relative;
}

.nav3{
    position: absolute;
    left: 175px;
    width: 175px;
    padding: 12px 0;
    top: -12px;
    text-align: center;
    background: rgba(255, 255, 255, .65);
    display: none;
}
.nav3 a{
    padding: 10px 20px;
}
.nav2{position: relative;}
.nav2:hover .nav3{display: block;}



.king img {
    opacity: 0;
    transition: .5s ease-in-out;
}

.animate.king img {
    transition: .5s ease-in-out;
    opacity: 1;
    transition-delay: .3s;
}

.welcome-strategicl.active .images .animate.king .i {
    transition-delay: 0.1s !important;
}

.welcome-strategicl.active .images .animate.king .i.active {
    transition-delay: 0.1s !important;
}

@media screen and (max-width: 1900px) {
    .welcome-products .selects-box .input {
        width: 9rem;
    }
}

@media screen and (max-width: 1850px) {
    .welcome-strategicl .images {
        width: 28rem;
    }
    .welcome-strategicl .map-words .li1 {
        top: 4.5rem;
        left: 6.175rem;
    }
    .welcome-strategicl .map-words .li2 {
        top: 5.25rem;
        right: 5.8rem;
    }
    .welcome-strategicl .map-words .li3 {
        top: 7rem;
        right: 5.55rem;
    }
}

@media screen and (max-width: 1800px) {
    .welcome-products .selects-box .input {
        width: 8rem;
    }
}

@media screen and (max-width: 1700px) {
    .welcome-products .selects-box .input {
        width: 7.65rem;
    }
    .technology-box .items .words .p {
        padding-right: 5%;
    }
    .about-top .wen {
        /*font-weight: bold;*/
    }
}

@media screen and (max-width: 1679px) {
    .welcome-products .selects-box .input {
        width: 9rem;
    }
}

@media screen and (max-width: 1595px) {
    .welcome-products .selects-box .input {
        width: 8rem;
    }
}

@media screen and (max-width: 1550px) {
    .welcome-products .selects-box .input {
        /*width: 8.5rem;*/
    }
    .welcome-strategicl .words {
        padding: 2rem 3rem;
    }
}

@media screen and (max-width: 1460px) {
    .welcome-introduction .words .tit-p {
        font-size: .4rem;
    }
    .system-box .numlist .numbox {
        font-size: .3rem;
    }
    .welcome-strategicl .words .numbox .items .num sup {
        font-size: 70%;
    }
    /*.welcome-strategicl .words .tit-p {
        height: 4.55rem;
    }*/
    .system-box .items2 .li .words {
        padding: 2rem;
        padding-top: 2rem;
    }
    .welcome-products .products-top .products-tit {
        width: 120px;
    }
    .welcome-products .selects-box .selectbot .i {
        padding-left: .5rem;
    }
    .welcome-servers .items {
        font-size: 12px;
    }
    .welcome-servers .items .t {
        font-size: 16px;
    }
    .bocweb-header .bocweb-nav .nav-top {
        margin: 0 .5rem;
    }
    .products-inputs {
        max-width: calc(100% - 120px);
    }
    .welcome-products .selects-box .input {
        /*width: 9rem;*/
    }
    .welcome-products .selects-box .input .spa {
        right: -1.75rem;
        width: 1.75rem;
    }
    .welcome-products .selects-box .input:nth-child(n+2) {
        margin-left: 1.75rem;
    }
    .welcome-products .selects-box .input.submit {
        width: 2.25rem;
        margin-left: 0.625rem;
    }
    .welcome-products .selects-box .select,
    .welcome-products .selects-box select {
        padding-left: .5rem;
    }
    .welcome-servers .items .img {
        width: 3rem;
        height: 3rem;
    }
    .welcome-strategicl .words {
        padding: 2.8rem 2.3rem;
    }
    /*.welcome-strategicl .words .tit-p {
        width: 10rem;
        font-size: .4rem;
    }*/
    .welcome-strategicl .images {
        width: 70%;
        height: auto;
    }
    .welcome-strategicl {
        min-height: 20rem;
    }
    .welcome-servers {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 3rem;
        padding-bottom: 2.6rem;
    }
    .welcome-strategicl .viewmore {
        margin-top: 2rem;
    }
    .bocweb-footer .itembox-bot .img {
        width: 2.875rem;
        height: auto;
    }
    .bocweb-footer .itembox-bot .but .i {
        width: 1.125rem;
        height: 1.125rem;
    }
    .welcome-strategicl .map-words .li-bot .ibox {
        font-size: 12px;
    }
    .welcome-banner .paginations .span span {
        width: 5rem;
        font-size: 15px;
        right: -54%;
    }
    .welcome-banner .paginations .span:nth-child(1) span {
        left: -2.5rem;
    }
    .welcome-strategicl .map-words .li1 {
        top: 31%;
        left: 22%;
    }
    .welcome-strategicl .map-words .li2 {
        top: 35%;
        right: 21%;
    }
    .welcome-strategicl .map-words .li3 {
        top: 47%;
        right: 19%;
    }
    .system-box .items2 .li .words .p {
        padding-right: 5%;
    }
    .welcome-introduction .words {
        padding-left: 2rem;
    }
}

@media screen and (max-width: 1350px) {
    .welcome-products .selects-box .input {
        width: 8rem;
    }
}

@media screen and (max-width: 1250px) {
    .welcome-products .selects-box .input {
        width: 7rem;
    }
    .bocweb-header .nav-sousuo .lang {
        font-size: 12px;
    }
    .bocweb-header .nav-sousuo .ser {
        width: 15px;
        height: 15px;
    }
    .bocweb-header .bocweb-nav .nav-top {
        margin: 0 .3rem;
    }
}

@media screen and (max-width: 1190px) {
    .welcome-products .selects-box .input {
        font-size: 14px;
    }
    .bocweb-header .bocweb-nav {
        margin-left: 1.5rem;
    }
    .bocweb-header .nav-li {
        font-size: 16px;
    }
    .welcome-products .products-top {
        line-height: 45px;
    }
    .bocweb-header .nav-sousuo .lang {
        margin-left: .4rem;
        padding-left: .3rem;
    }
    .welcome-products .selects-box .input {
        height: 45px;
        /*width: 6.5rem;*/
    }
    .welcome-products .selects-box .input.submit {
        margin-left: .1rem;
        width: 2rem;
    }
    .bocweb-footer {
        font-size: 12px;
    }
    .bocweb-footer .bocweb-footer-top {
        padding: 0 1rem;
        padding-top: 2rem;
        padding-bottom: 1.2rem;
    }
    .bocweb-footer .bocweb-footer-bot {
        padding: 0 1rem;
        height: auto;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .pd90 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .welcome-products .selects-box .selectbot {
        top: 45px;
    }
}

@media screen and (min-width: 1024px) {
    .bocweb-footer .itembox-bot .but .i5 {
        position: relative;
    }
    .bocweb-footer .itembox-bot .but .i5 img {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -110px;
        max-width: none;
        left: -50px;
        transition: .5s ease-in-out;
        opacity: 0;
    }
    .bocweb-footer .itembox-bot .but .i5:hover img {
        opacity: 1;
        transition: .5s ease-in-out;
    }
}

@media screen and (max-width: 1024px) {
    .welcome-strategicl .images {
        width: 100%!important;
    }
    .system-box .items2 .li .words .p {
        padding-right: 0;
    }
    .bocweb-footer .itembox-bot .but .i5 {
        position: relative;
    }
    .bocweb-footer .itembox-bot .but .i5 img {
        position: absolute;
        width: 1.4rem;
        height: 1.4rem;
        top: -1.5rem;
        max-width: none;
        left: -.7rem;
        transition: .5s ease-in-out;
        opacity: 0;
    }
    .bocweb-footer .itembox-bot .but .i5.active img {
        opacity: 1;
        transition: .5s ease-in-out;
    }
    .m-header .w-header.fixed {}
    .welcome-strategicl .words {
        width: 100%;
        float: none;
        display: block;
    }
    .welcome-strategicl .images {
        width: 100%;
        position: relative;
        float: none;
        top: auto;
        left: auto;
        right: auto;
    }
    .bocweb-footer .bocweb-footer-top .items .items-top {
        font-size: 16px;
    }
    .bocweb-footer .bocweb-footer-top .items {
        font-size: 12px;
    }
    .products-inputs {
        width: 100%;
        max-width: 100%;
        margin-top: .45rem;
    }
    .welcome-banner .paginations .span span {
        width: 100%;
        height: 100%;
        text-indent: -999px;
        overflow: hidden;
        padding: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .welcome-banner .paginations .span {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .welcome-banner .paginations .span:before {
        right: 0;
        top: 0;
    }
    .welcome-products .selects-box .input .spa {
        display: none;
    }
    .welcome-products .selects-box .input {
        width: 28%;
    }
    .welcome-products .selects-box .input:nth-child(n+2) {
        margin-left: 2%;
    }
    .welcome-products .selects-box .input.submit {
        width: 8%;
        margin-left: 2%;
    }
    .products-bot .b-tit .page {
        font-size: 14px;
    }
    .products-bot {
        padding-top: 1.35rem;
        padding-bottom: 2.625rem;
    }
    .welcome-products .products-top {
        padding: 0.675rem 0;
        padding-left: 1.32rem;
        padding-right: 1.62rem;
    }
    .products-bot .items .words-02 {
        padding: 0 1rem;
    }
    .welcome-introduction .words {
        width: 100%;
    }
    .welcome-introduction .images {
        width: 100%;
    }
    .welcome-servers .items {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 4%;
    }
    .welcome-servers .items:nth-child(4n+1) {
        margin-left: 4%;
    }
    .welcome-servers .items:nth-child(2n+1) {
        margin-left: 0;
    }
    .welcome-strategicl .map-words .li .li-bot {
        display: none;
    }
    .bocweb-footer .bocweb-footer-bot {
        height: auto;
        line-height: 1.5;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .bocweb-footer .bocweb-footer-bot .tit,
    .bocweb-footer .bocweb-footer-bot .txt {
        width: 100%;
    }
    .bocweb-footer .bocweb-footer-top .items {
        width: 100%;
        position: relative;
        margin-left: 0;
    }
    .bocweb-footer .bocweb-footer-top .items.active .items-top:after {
        background: url(../images/vs1.png) no-repeat center;
        background-size: 100%;
        transition: .5s ease;
    }
    .bocweb-footer .bocweb-footer-top .items .items-top {
        margin-bottom: 0;
        line-height: 40px;
        position: relative;
    }
    .bocweb-footer .bocweb-footer-top .items .items-top:after {
        position: absolute;
        content: "";
        width: 24px;
        height: 14px;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: url(../images/vs2.png) no-repeat center;
        background-size: 100%;
        transition: .5s ease;
    }
    .bocweb-footer .bocweb-footer-top .items a.items-top:after {
        display: none;
    }
    .bocweb-footer .bocweb-footer-top .items .items-bot {
        line-height: 2;
        padding: 15px 0;
        width: 100%;
        left: 0;
        display: none;
        padding-left: 2%;
    }
    .technology-box .items .words .p {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .video-fixed .cha {
        width: .6rem;
        height: .6rem;
    }
    .welcome-servers .items {
        padding: 0 1%;
    }
    .pro-botcon.welcome-products .products-top {
        padding: .6rem .5rem;
    }
    .pro-botcon.welcome-products .selects-box .input {
        height: .7rem;
        line-height: .7rem;
    }
    .welcome-introduction .images .video-more {
        display: block;
    }
    .welcome-banner .spannum {
        display: none;
    }
    .products-bot .items .images:after {
        opacity: 1;
    }
    .video-more:after {
        width: .4rem;
        height: .4rem;
    }
    .video-more {
        font-size: .24rem;
        padding-left: .5rem;
    }
    .welcome-products .products-top {
        padding: .6rem .5rem;
    }
    .welcome-products .selects-box .selectbot {
        font-size: .2rem;
        line-height: .4rem;
    }
    .welcome-products .selects-box .selectbot .i {
        padding-left: .3rem;
    }
    .welcome-banner .paginations {
        bottom: .6rem;
    }
    .bocweb-footer .bocweb-footer-top .items .items-top:after {
        width: .25rem;
        height: .15rem;
    }
    .welcome-products .products-top .products-tit {
        font-size: .3rem;
        width: 100%;
        line-height: 1.2;
    }
    .welcome-products .products-top .products-tit br {
        display: none;
    }
    .welcome-products .selects-box .select,
    .welcome-products .selects-box select {
        padding-left: .2rem;
    }
    .welcome-products .selects-box .input {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: .3rem;
        font-size: .2rem;
    }
    .welcome-products .selects-box .input.submit {
        width: 100%;
        margin-bottom: .1rem;
    }
    .welcome-products .selects-box .input.submit input {
        width: 45%;
        margin: 0 auto;
    }
    .products-bot img {
        width: 100%;
    }
    .welcome-products .products-top {
        line-height: .7rem;
    }
    .welcome-products .selects-box .input {
        height: .7rem;
    }
    .pd90 {
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .products-bot .b-tit .b-fl {
        /*width: 100%;*/
        font-size: .5rem;
    }
    .products-bot .b-tit .page {
        margin-bottom: .4rem;
        display: none;
    }
    .products-bot .b-tit .b-fr {
        /*display: none;*/
    }
    .products-bot .b-tit {
        padding: 0;
        padding-bottom: .5rem;
    }
    .products-bot .items .words-01 {
        padding: 15px 10px;
    }
    .products-bot .items .words-01 .en {
        font-size: 16px;
        margin-top: .25rem;
    }
    .products-bot .items .words-01 .img {
        width: .5rem;
        height: .5rem;
        display: none;
    }
    .products-bot .items .words-01 .tit {
        width: 100%;
    }
    .products-bot .items .words-01 {
        /*min-height: 2rem;*/
    }
    .products-bot .items .words-02 {
        opacity: 1;
    }
    .products-bot .items .words-02 {
        padding: 0 .4rem;
        padding-bottom: 0.55rem;
    }
    .products-bot .items:hover .words-02 {
        padding-bottom: 0.55rem;
    }
    .products-bot .items .words-02 .t {
        padding-bottom: .25rem;
    }
    .products-bot {
        padding-top: 0.6rem;
        padding-bottom: .6rem;
        /*padding-right: 0;*/
    }
    .ft50 {
        font-size: .5rem;
    }
    .welcome-introduction .words .video-more {
        display: none;
    }
    .welcome-introduction .words .tit-p {
        font-size: 16px;
        line-height: 30px;
        /*height: 90px;*/
        margin-top: .35rem;
        margin-bottom: .6rem;
    }
    .welcome-introduction .words,
    .welcome-introduction .images {
        height: 6.3rem;
    }
    .welcome-introduction .list {
        width: 100%;
        height: auto;
    }
    .welcome-introduction .list .items {
        padding: 0;
        text-align: center;
    }
    .bocweb-footer .bocweb-footer-top .items {
        font-size: .24rem;
    }
    .m-header .w-header .ser {
        width: 20px;
        height: 20px;
        display: none;
    }
    .bocweb-footer .bocweb-footer-top .items .items-top {
        font-size: .26rem;
        line-height: .6rem;
    }
    .welcome-introduction .words {
        padding: .5rem .5rem .5rem .5rem;
        height: auto;
        background: #FFF;
    }
    .welcome-introduction .list .items .num {
        font-size: .46rem;
        margin-top: .3rem;
        margin-bottom: .1rem;
    }
    .welcome-introduction .list .items .num sup {
        font-size: .22rem;
    }
    .welcome-introduction .list .items .img {
        width: .8rem;
        height: .8rem;
        display: inline-block;
    }
    .welcome-introduction .list .items:nth-child(n+2) {
        border-left: none;
    }
    .welcome-introduction .list .items .p {
        font-size: .2rem;
    }
    .welcome-strategicl .map-words .li {
        width: .35rem;
        height: .45rem;
    }
    .welcome-servers {
        padding: .6rem .5rem;
    }
    .welcome-servers .txt-en {
        font-size: .2rem;
        margin-top: .25rem;
    }
    .welcome-servers .items .img {
        width: 1.2rem;
        height: 1.2rem;
    }
    .welcome-servers .items .t {
        font-size: .26rem;
        margin-top: .3rem;
        margin-bottom: .1rem;
        line-height: .4rem;
        height: .8rem;
        overflow: hidden;
    }
    .welcome-servers .items {
        font-size: .2rem;
    }
    .welcome-servers .list {
        margin-top: .6rem;
    }
    .welcome-strategicl .words {
        padding: .5rem;
    }
    .welcome-strategicl .words .tit-p {
        width: 100%;
    }
    .welcome-strategicl .viewmore {
        margin-top: .6rem;
    }
    .welcome-strategicl {
        min-height: 0;
    }
    .viewmore {
        height: .7rem;
        line-height: .7rem;
        min-width: 2.6rem;
        width: auto;
        display: inline-block;
        font-size: 16px;
        padding: 0 .15rem;
    }
    .welcome-strategicl .words .numbox .items {
        font-size: .2rem;
        width: 33.33%;
        padding-right: .15rem;
        vertical-align: top;
    }
    .welcome-strategicl .words .numbox .items:nth-child(n+2) {
        margin-left: 0;
    }
    .welcome-strategicl .words .tit-p {
        font-size: .2rem;
        line-height: .3rem;
        /*height: 1.2rem;*/
        height: auto;
        display: block;
        overflow: auto;
        margin-top: .3rem;
        margin-bottom: .35rem;
    }
    .welcome-strategicl .words .numbox .items .p {
        margin-top: .2rem;
    }
    .bocweb-footer .bocweb-footer-top {
        padding: .5rem;
    }
    .bocweb-footer .itembox-bot .but .i {
        width: .45rem;
        height: .45rem;
    }
    .bocweb-footer .itembox-bot .img {
        width: 1rem;
    }
    .bocweb-footer .itembox-bot .icon,
    .bocweb-footer .itembox-bot .but {
        max-width: 100%;
        width: 100%;
    }
    .bocweb-footer .bocweb-footer-top .items .items-bot {
        font-size: .2rem;
        padding: .15rem 0;
    }
    .bocweb-footer .itembox-bot .but .span {
        text-align: left;
        margin-bottom: .35rem;
        font-size: .26rem;
    }
    .bocweb-footer .itembox-bot .p {
        margin-top: .25rem;
        line-height: 1.5;
        font-size: .24rem;
    }
    .bocweb-footer .itembox-bot .icon {
        margin-bottom: .65rem;
    }
    .bocweb-footer .itembox-bot {
        padding-top: .5rem;
    }
    .bocweb-footer .bocweb-footer-bot {
        padding: .45rem .5rem;
        font-size: .22rem;
        line-height: 1.5;
    }
    .bocweb-footer .itembox-bot .but .i {
        background-size: 40%;
    }
    .welcome-banner .swiper-pagination .swiper-pagination-bullet {
        width: .15rem;
        height: .15rem;
        margin: 0 .1rem;
    }
}


/*# sourceMappingURL=style.css.map */

.energy-images-list {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
}

.energy-images-list img {
    width: 100%;
}

.energy-images-list .items {
    display: block;
    transform: scale3d(0.75, 0.75, 1);
}

.energy-images-list .items img {
    transition: .5s ease-in-out;
}

.energy-images-list .items .imgs {
    overflow: hidden;
}

.energy-images-list .items .spans {
    line-height: 2.75rem;
    height: 2.75rem;
    font-size: 1rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    padding-left: .75rem;
    padding-right: 1.875rem;
    font-weight: bold;
}

.energy-images-list .swiper-slide-active .items .spans {
    font-size: .8rem;
}

.energy-images-list .items .spans:before {
    position: absolute;
    content: "";
    width: 1.125rem;
    height: 0.75rem;
    right: 1.25rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/i1.png) no-repeat center;
    background-size: 100%;
}

.energy-images-list .swiper-slide {
    opacity: 0;
    position: relative;
    z-index: -10;
}

.energy-images-list .swiper-slide:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
}

.energy-images-list .swiper-slide:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}

.energy-images-list .swiper-slide-active,
.energy-images-list .swiper-slide-prev,
.energy-images-list .swiper-slide-next {
    opacity: 1;
    z-index: 1;
}

.energy-images-list .swiper-slide-active:after {
    display: none;
}

.energy-images-list .swiper-slide-active .items .spans {
    color: #fff;
    background: #0068b7;
}

.energy-images-list .swiper-slide-active .items .spans:before {
    background: url(../images/i0.png) no-repeat center;
    background-size: 100%;
}

.energy-pagination.welcome-banner .swiper-pagination {
    position: static;
    width: 100%;
    line-height: 1;
    margin-top: 1.375rem;
}

.energy-pagination.welcome-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet {
    border: 1px solid #b5b5b5;
}

.energy-pagination.welcome-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.2rem;
    background: #0068b7;
    border-color: #0068b7;
    border-radius: 10px;
}

.download-btn.return-btn i {
    background: url(../images/i2.png) no-repeat center;
    background-size: 100%;
}

.t-btns {
    font-size: 0;
}

.t-btns .download-btn {
    background-color: #b3b3b3;
    margin: 0 .5rem;
}

.t-btns .download-btn:hover {
    background-color: #0074c1;
}

.energydetails-tit {
    font-size: .55rem;
    text-align: center;
    font-weight: bold;
    color: #3a3a3a;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.energydetails-lists {
    text-align: center;
    font-size: 0;
}

.energydetails-lists .items {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: .5rem;
    color: #999999;
    margin-bottom: 2rem;
    border-left: 1px solid #eaeaea;
    line-height: 1.2;
}

.energydetails-lists .items:nth-child(3n+1) {
    border-left: 0;
}

.energydetails-lists .items .imgs {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 auto;
}

.energydetails-lists .items .tits {
    margin-top: .4rem;
    margin-bottom: .3rem;
}

.energydetails-lists .items .txts {
    color: #0068b7;
}

.anniuprev,
.anniunext {
    width: 1.5rem!important;
    height: 1.5rem!important;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    transition: .5s ease-in-out;
}

.anniuprev:hover,
.anniunext:hover {
    border-color: #0068b7;
    transition: .5s ease-in-out;
}

.anniuprev {
    background: url(../images/i10.png) no-repeat center!important;
    background-size: 100%;
}

.anniuprev:hover {
    background: url(../images/i11.png) #0068b7 no-repeat center!important;
    background-size: 100%;
}

.anniunext {
    background: url(../images/i12.png) no-repeat center!important;
    background-size: 100%;
}

.anniunext:hover {
    background: url(../images/i13.png) #0068b7 no-repeat center!important;
    background-size: 100%;
}

.consenergydetails {
    position: relative;
}

.consenergydetails:before {
    position: absolute;
    content: "";
    width: 21.675rem;
    height: 11.375rem;
    right: 0;
    top: 2rem;
    background: url(../images/i3.jpg) no-repeat center;
    background-size: 100%;
    z-index: 0;
}

.consenergydetails .cons {
    position: relative;
    z-index: 1;
}

.consenergydetails .prodetails-01 .words {
    padding-left: 2.25rem;
}

.consenergydetails .prodetails-01 .images {
    padding-left: 2.875rem;
}

.consenergydetails .prodetails-01 .words,
.consenergydetails .prodetails-01 .images {
    width: 50%;
}

.w1360 {
    width: 80%;
    margin: 0 auto;
    max-width: 1360px;
}

.energy-technology .entc-tit {
    text-align: center;
    font-size: 1.125rem;
    color: #2f2f2f;
    margin-bottom: 1.625rem;
    line-height: 1;
}

.entc-01 {
    padding-top: 2.125rem;
    padding-bottom: 2.25rem;
}

.entc-01 .li {
    min-height: 8.75rem;
    position: relative;
    border: 1px solid #dedede;
}

.entc-01 .li:nth-child(n+2) {
    margin-top: .75rem;
}

.entc-01 .imgs {
    width: 10rem;
}

.entc-01 .words {
    width: calc(100% - 10rem);
    position: absolute;
    border-left: 1px solid #dedede;
    height: 100%;
    padding: 2.5rem;
    padding-right: 3.25rem;
}

.entc-01 .words .box {
    height: 4.2rem;
    overflow-y: auto;
    font-size: .45rem;
    color: #666666;
    line-height: .6rem;
    padding-right: 1.75rem;
}

.entc-01 .words .box::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.entc-01 .words .box::-webkit-scrollbar-track {
    background: #ebebeb;
}

.entc-02 {
    position: relative;
}

.entc-02 .words {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    left: 0;
    top: 0;
    padding-top: 3.625rem;
    padding-bottom: 2.25rem;
    overflow: hidden;
}

.entc-02 .words .wen {
    font-size: 0;
}

.entc-02 .words .wen .img,
.entc-02 .words .wen .text {
    display: inline-block;
    font-size: .45rem;
    vertical-align: top;
}

.entc-02 .words .img {
    width: 10.5rem;
    height: 7.875rem;
    margin-left: 2.25rem;
}

.entc-02 .words .text {
    width: calc(100% - 12.75rem);
    padding-left: 1.875rem;
    padding-right: 3.375rem;
    padding-top: 1.25rem;
}

.entc-03 .lists .li .imgs {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
}

.entc-text {
    font-size: .45rem;
    line-height: 1.34;
    color: #666666;
    text-align: center;
}

.entc-03 {
    padding-top: 2.375rem;
    padding-bottom: 2.75rem;
}

.entc-03 .lists {
    margin-top: 2.25rem;
    text-align: center;
    font-size: 0;
}

.entc-03 .lists .li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    font-size: .45rem;
    font-weight: bold;
    color: #0074c1;
    line-height: .6rem;
    padding: 0 1.5rem;
}

.entc-03 .lists .li:nth-child(n+2) {
    border-left: 1px solid #e0e0e0;
}

.entc-03 .lists .li .span {
    height: 1.2rem;
    margin-top: .6rem;
}

.entc-04 {
    background: url(../images/i20.png) repeat left top;
    padding-top: 1.875rem;
    padding-bottom: 2.25rem;
}

.entc-04 .lists {
    margin-top: 1.25rem;
    position: relative;
}

.entc-04 .itemsbox .items {
    position: absolute;
    font-size: .4rem;
    font-weight: bold;
    color: #666666;
    text-align: center;
    transition: .5s ease-in-out;
    line-height: .6rem;
    width: 4rem;
}

.entc-04 .itemsbox .items .span {
    margin-bottom: .5rem;
    text-transform: capitalize;
}

.entc-04 .itemsbox .items:hover {
    transition: .5s ease-in-out;
    color: #0074c1;
}

.entc-04 .itemsbox .items:hover img {
    transition: .5s ease-in-out;
}

.entc-04 .itemsbox .items:hover .imgs .i1 {
    opacity: 1;
}

.entc-04 .itemsbox .items:hover .imgs .i0 {
    opacity: 0;
}

.entc-04 .itemsbox .items:hover .imgs {
    transition: .5s ease-in-out;
    background-color: #0074c1;
}

.entc-04 .itemsbox .items .imgs {
    background: #fff;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    transition: .5s ease-in-out;
    vertical-align: top;
}

.entc-04 .itemsbox .items .imgs img {
    transition: .5s ease-in-out;
    display: block;
}

.entc-04 .itemsbox .items .imgs .i1 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.entc-04 .itemsbox .items.items2,
.entc-04 .itemsbox .items.items1 {
    top: 0;
}

.entc-04 .itemsbox .items.items1,
.entc-04 .itemsbox .items.items3,
.entc-04 .itemsbox .items.items5 {
    left: 2.25rem;
}

.entc-04 .itemsbox .items.items2,
.entc-04 .itemsbox .items.items4,
.entc-04 .itemsbox .items.items6 {
    right: 2.25rem;
}

.entc-04 .itemsbox .items.items3,
.entc-04 .itemsbox .items.items4 {
    top: 6.5rem;
}

.entc-04 .itemsbox .items.items5,
.entc-04 .itemsbox .items.items6 {
    top: 12rem;
}

.entc-04 .images {
    width: 16.75rem;
    height: 16.5rem;
    margin: 0 auto;
}

.entc-04 .images img {
    width: 100%;
}

@media screen and (max-width: 1190px) {
    .entc-02 .words {
        padding-top: 2rem;
    }
    .entc-02 .words .img {
        margin-left: 0;
    }
    .entc-02 .words .text {
        padding: 1rem;
    }
    .entc-01 .words {
        padding: 1rem;
    }
}

@media screen and (max-width: 1023px) {
    .w1360 {
        width: 90%;
    }
    .entc-04 .itemsbox {
        font-size: 0;
        margin-top: 30px;
    }
    .entc-04 .itemsbox .items {
        position: static;
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        margin-bottom: 20px;
    }
    .entc-03 .lists .li {
        padding: 0 .5rem;
    }
    .entc-02 .words .img {
        width: 8rem;
    }
    .entc-02 .words .text {
        width: calc(100% - 8rem);
        line-height: 1.5;
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .entc-04 {
        padding-top: .6rem;
        padding-bottom: 1rem;
    }
    .entc-04 .itemsbox .items .imgs {
        width: 1rem;
        height: 1rem;
    }
    .entc-04 .lists {
        margin-top: .5rem;
    }
    .entc-01 {
        padding-top: 0.85rem;
        padding-bottom: 0.9rem;
    }
    .entc-01 img {
        width: 100%;
    }
    .entc-01 .li {
        min-height: 3.5rem;
    }
    .entc-01 .li:nth-child(n+2) {
        margin-top: .3rem;
    }
    .entc-01 .imgs {
        width: 100%;
    }
    .entc-01 .words {
        width: 100%;
        position: static;
        border-left: 1px solid transparent;
        border-top: 1px solid #dedede;
        height: auto;
        padding: .5rem;
    }
    .entc-01 .words .box {
        height: auto;
        overflow-y: hidden;
        font-size: .24rem;
        line-height: 1.5;
        padding-right: 0;
    }
    .energy-technology .entc-tit {
        font-size: .45rem;
        margin-bottom: .65rem;
    }
    .entc-03 .lists {
        margin-top: 1rem;
    }
    .entc-04 .itemsbox .items {
        font-size: .2rem;
        line-height: .3rem;
    }
    .entc-04 .itemsbox .items .span {
        margin-bottom: .2rem;
        height: .6rem;
    }
    .entc-03 .lists .li {
        width: 32%;
        margin-bottom: .25rem;
    }
    .entc-04 .itemsbox .items {
        margin-bottom: .4rem;
    }
    .entc-03 .lists .li .imgs {
        width: .6rem;
        height: .6rem;
    }
    .entc-03 .lists .li .span {
        font-size: .24rem;
        line-height: .3rem;
        height: .9rem;
        margin-top: .24rem;
    }
    .entc-04 .images {
        height: auto;
        width: 80%;
    }
    .entc-02 .words {
        padding-top: .5rem;
        padding-bottom: .4rem;
        position: static;
        color: #666;
    }
    .entc-02 .words .wen .img,
    .entc-02 .words .wen .text {
        font-size: .24rem;
    }
    .entc-02 .words .img {
        width: 100%;
        height: auto;
    }
    .entc-02 .words .text {
        width: 100%;
        padding: .3rem;
    }
    .entc-03 {
        padding-top: .25rem;
        padding-bottom: .4rem;
    }
    .entc-text {
        font-size: .24rem;
        line-height: 1.5;
    }
    .consenergydetails:before {
        display: none;
    }
    .consenergydetails .prodetails-01 .words {
        padding-left: 0;
    }
    .consenergydetails .prodetails-01 .images {
        padding-left: 0;
    }
    .consenergydetails .prodetails-01 .words,
    .consenergydetails .prodetails-01 .images {
        width: 100%;
    }
    .energydetails-lists .items {
        width: 50%;
    }
    .energydetails-lists .items {
        font-size: .24rem;
        margin-bottom: .8rem;
    }
    .energydetails-lists .items .imgs {
        width: .5rem;
        height: .5rem;
    }
    .energydetails-lists .items .tits {
        margin-top: .16rem;
        margin-bottom: .12rem;
    }
    .energydetails-lists .items {
        border-left: 1px solid #eaeaea;
    }
    .energydetails-lists .items:nth-child(3n+1) {
        border-left: 1px solid #eaeaea;
    }
    .energydetails-lists .items:nth-child(2n+1) {
        border-left: 1px solid transparent;
    }
    .anniuprev,
    .anniunext {
        width: .6rem!important;
        height: .6rem!important;
    }
    .energydetails-tit {
        font-size: .3rem;
        margin-bottom: .5rem;
    }
    .cons-swiper .swiper-pagination .swiper-pagination-bullet {
        width: .2rem;
        height: .2rem;
        margin: 0 2px;
        border-radius: 50%;
    }
    .t-btns .download-btn {
        margin: 0 .2rem;
    }
    .energy-images-list {
        padding-top: 0.6rem;
        padding-bottom: .5rem;
    }
    .energy-images-list .items {
        transform: scale3d(1, 1, 1);
    }
    .energy-images-list .items .spans {
        line-height: 1.1rem;
        height: 1.1rem;
        font-size: .26rem;
        padding-left: .3rem;
        padding-right: 0.75rem;
    }
    .energy-images-list .swiper-slide-active .items .spans {
        font-size: .24rem;
    }
    .energy-images-list .items .spans:before {
        width: 0.45rem;
        height: 0.3rem;
        right: .5rem;
    }
    .energy-pagination.welcome-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 0.15rem;
        border-radius: .15rem;
    }
    .energy-pagination.welcome-banner .swiper-pagination {
        margin-top: 0.55rem;
    }
}

.page1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page1 a {
    display: block;
    margin: 0 5px;
    text-align: center;
    color: #333;
    min-width: 40px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    transition: .35s;
}

.page1 a.page-num-current {
    background-color: #0061ae;
    border-color: #0061ae;
    color: #fff;
}

.page1 a:hover,
.page1 a.active {
    background-color: #0061ae;
    border-color: #0061ae;
    color: #fff;
}

.piclist ul {
    margin: 0 -15px;
    overflow: hidden;
}

.piclist ul li {
    padding: 0 15px;
    width: 25%;
    margin-bottom: 30px;
    float: left;
}

.piclist ul li a {
    display: block;
}

.piclist ul li a .img {
    overflow: hidden;
    border: 1px solid #ddd;
}

.piclist ul li a .img img {
    transition: .35s;
}

.piclist ul li a p {
    text-align: center;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

.piclist ul li a:hover img {
    transform: scale(1.1);
}

.piclist ul li a:hover p {
    color: #0061ae;
}

.index_newsitem a {
    color: #fff;
}

.index_newsitem a .img {
    overflow: hidden;
}

.index_newsitem a .img img {
    transition: .35s;
}

.index_newsitem a:hover img {
    transform: scale(1.1);
}

.index_newsitem a h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}

.index_newsitem a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
    word-break: break-all;
    font-size: 16px;
}

.index_next {
    background: url(../images/next-ne.png) no-repeat center;
    height: 1.75rem;
    width: 5rem;
    border: 1px solid #ffffff;
    transition: .35s;
}

.index_next:hover {
    background: url(../images/next.png) #fff no-repeat center;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 767px) {
    .index_next {
        width: 2.6rem;
        margin-top: .6rem;
        height: .7rem;
    }
    .products-bot .items {
        padding-top: 57px;
    }
    .welcome-servers .list .p {
        font-size: 14px;
        line-height: 24px;
    }
    .bocweb-footer .bocweb-footer-top .items:nth-child(6),
    .bocweb-footer .bocweb-footer-top .items:nth-child(4) {
        width: 100%;
    }
    .bocweb-footer .itembox-bot .p {
        font-size: 16px;
    }
    .bocweb-footer .itembox-bot {
        display: none;
    }
    .bocweb-footer .bocweb-footer-top .items .li {
        font-size: 14px;
    }
    .piclist ul {
        margin: 0 -10px;
    }
    .piclist ul li {
        padding: 0 10px;
        margin-bottom: 15px;
    }
}