body {
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 300;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.tm-white a {
    color: #fff;
}

a:hover, a:visited {
    color: #3aba70 !important;
}

/* start h1 group */
h1 {
    margin-top: 0;
    margin-bottom: 25px;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
}

/* end h1 group */
p {
    line-height: 1.6em;
}

/* img */
img {
    max-width: 100%;
    height: auto;
}

.p-relative {
    position: relative;
}

.mt100 {
    margin-top: 100px;
}

.mt50 {
    margin-top: 50px;
}

/* img */

/* overlay */
.overlay {
    width: 100%;
    height: 100%;
    padding-top: 250px;
}

.overplay-line {
    width: 60px;
    height: 3px;
    background-color: #3aba70;
    margin: 0 auto;
}

/* over lay */

/* start page container */
@media (min-width: 768px) {
    .container {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

/* end page container */

/* start preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    /*justify-content: center;*/
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #3aba70;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* end preloader */
.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/* start navigation */
.navbar-default {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0 !important;
}

.navbar-default .navbar-brand {
    color: #3aba70;
    font-size: 20px;
    font-weight: bold;
    height: 70px;
    line-height: 40px;
    padding-left: 50px;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/LOGO.png") no-repeat left;
    background-position: 20px;
}

.navbar-default .nav li a {
    color: #4c4c4c;
    font-size: 16px;
    height: 70px;
    line-height: 40px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current {
    color: #3aba70;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #3aba70;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}

/*首页*/
#home {
    background: url('/web/20220114091341im_/https://fbo0421.cn/images/banner1.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    margin-top: 70px;
    text-align: center;
    width: 100%;
    min-height: 600px;
    height: 753px;
    border-bottom: 4px solid #64e9b0;
}

/*#home p {*/
/*font-weight: 400;*/
/*line-height: 2em;*/
/*}*/

#home img {
    display: inline-block;
    margin-top: 30px;
}

#home .overlay {
    overflow: hidden;
}

#home .overlay h2 {
    display: block;
    font-size: 120px;
    font-weight: 500;
    letter-spacing: 0.3em;
    overflow: hidden;
}

#home .overlay p.top-title {
    float: right;
    margin-right: 80px;
    font-size: 24px;
    letter-spacing: 5px;
}

#home .overlay p.top-title > b {
    font-size: 32px;
    color: #46e88a;
    font-weight: normal;
    letter-spacing: 3px;
    margin-right: 20px;
}

/* end home */

/* start 技术方案 */
#technical {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

#technical .fa {
    color: #3aba70;
    font-size: 60px;
}

#technical h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 40px auto 20px;
}

#technical .technical-wrap {
    -moz-box-shadow: 0px 0px 8px rgba(154, 194, 170, .22);
    -webkit-box-shadow: 0px 0px 8px rgba(154, 194, 170, .22);
    box-shadow: 0px 0px 8px rgba(154, 194, 170, .22);
    padding: 60px 40px;
}

#technical .t-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

#technical .container > b {
    display: block;
    margin: 50px auto 20px;
    font-size: 32px;
    font-weight: 600;
}

#technical .container > p {
    font-size: 18px;
    color: #4d4d4d;
}

#technical .container > .overplay-line {
    margin: 30px auto 50px;
}

/* end 技术方案 */

/* start operation */
#operation {
    background-color: #fafafa;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

#operation .fa {
    color: #3aba70;
    font-size: 60px;
}

#operation h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
}

#operation .operation-wrap {
    padding: 60px 20px;
}

#operation .t-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
}

#operation .container > b {
    display: block;
    margin: 50px auto 20px;
    font-size: 32px;
    font-weight: 600;
}

#operation .container > p {
    font-size: 18px;
    color: #4d4d4d;
}

#operation .container > .overplay-line {
    margin-top: 30px;
}

/* end operation */
#succeed .s-box {
    margin: 0;
    padding: 0;
}

#succeed .s-box img {
    width: 100%;
}

/* start purpose */
#purpose {
    padding-top: 80px;
    padding-bottom: 80px;
}

#purpose .container > p {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
}

#purpose .container > p.english-word {
    color: #4c4c4c;
    font-weight: 300;
    letter-spacing: 2px;
    font-family: Kalinga;
}

#purpose .row1-left, #purpose .row1-center, #purpose .row1-right {
    height: 253px;
    padding: 10px;
}

#purpose .row2-left, #purpose .row2-right {
    height: 403px;
    padding: 10px;
}

.row1-left-box, .row1-center-box, .row1-right-box, .row2-left-box, .row2-right-box {
    position: relative;
    width: 100%;
    height: 100%;
}

#purpose .row1-left-box {
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/product_1_bg.png") no-repeat;
    background-size: cover;
}

#purpose .row1-right-box {
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/product_2.png") no-repeat;
    background-size: cover;
}

#purpose .row1-center-box {
    background: #19be5e;
    font-size: 32px;
    color: #fff;
    line-height: 253px;
    text-align: center;
    overflow: hidden;
}

#product .ovrly a {
    color: #fff!important;
}

#product .ovrly a:visited, #product .ovrly a:hover {
    color: #fff!important;
}

#purpose .row2-left-box {
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/product_3_bg.png") no-repeat;
    background-size: cover;
}

#purpose .row2-right-box {
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/product_4_bg.png") no-repeat;
    background-size: cover;
}

#purpose .row2-right-box .row2-right-content > span {
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/product_point.png") no-repeat;
}

#purpose .center-content {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
}

#purpose .row1-right-content {
    width: 140px;
    height: 120px;
    padding-top: 85px;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/product_icon.png") no-repeat top;
}

#purpose .row2-left-content {
    width: 200px;
    height: 160px;
    padding-top: 100px;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/product_2_iccon.png") no-repeat top;
}

#purpose .row2-right-content {
    width: 550px;
    height: 180px;
    text-align: left;
    font-size: 16px;
}

#purpose .p-center {
    color: #fff;
}

#purpose .p-center .pc-left {
    float: left;
    width: 52%;
    height: 547px;
    padding: 65px 65px 65px 65px;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/bg_green_01.jpg") no-repeat;
    background-size: 100% 100%;
}

#purpose .p-center .pc-left h3 {
    font-size: 36px;
    font-weight: normal;
}

#purpose .p-center .pc-left > span {
    display: block;
    width: 40px;
    height: 3px;
    margin: 10px 0;
    background-color: white;
}

#purpose .p-center .pc-left > p {
    font-size: 22px;
    text-indent: 2em;
}

#purpose .p-center .pc-right {
    position: relative;
    float: right;
    width: 48%;
    height: 547px;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/bg_green_02.jpg") no-repeat;
    background-size: 100% 100%;
}

#purpose .p-center .pc-right .pc-div1 {
    position: absolute;
    left: -40px;
    top: 10%;
    width: 100%;
    height: 98px;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/yyzz.png") no-repeat left;
}

#purpose .p-center .pc-right .pc-div2 {
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -49px;
    width: 100%;
    height: 98px;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/yyms.png") no-repeat left;
}

#purpose .p-center .pc-right .pc-div3 {
    position: absolute;
    left: -40px;
    bottom: 10%;
    width: 100%;
    height: 98px;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/yyte.png") no-repeat left;
}

#purpose .p-center .pc-right p {
    position: absolute;
    left: 52px;
    top: 50%;
    margin-top: 10px;
    font-size: 18px;
}

#purpose .p-center .pc-right p > i {
    display: inline-block;
    width: 14px;
    height: 10px;
    margin: 0 10px;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/arrow_right.png") no-repeat;
}

.o-purpose {
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/Operations_center.png") no-repeat;
    width: 388px !important;
}

.o-server {
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/Operating_content.png") no-repeat;
    width: 382px !important;;
}

.o-advantages {
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/Operating_advantages.png") no-repeat;
    width: 471px !important;
}

.o-product {
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/OUR_products.png") no-repeat;
    width: 290px !important;
}

.o-success {
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/Successful_cases.png") no-repeat;
    width: 377px !important;
}

.o-partner {
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/Our_partners.png") no-repeat;
    width: 284px !important;
}

.row2-right-content > span {
    display: block;
    width: 38px;
    height: 13px;
    margin-bottom: 15px;
}

.english-word {
    margin-bottom: 70px;
}

.english-word span {
    margin-top: 15px !important;
}

.english-word .bg-image {
    position: absolute;
    top: -120px;
    left: 50%;
    margin-left: -88px;
    z-index: -1;
}

.english-word span {
    display: block;
    width: 271px;
    margin: 0 auto;
    height: 25px;
}

/* end purpose */
/* start server */
#server {
    width: 100%;
    height: 880px;
    text-align: center;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/server_bg.jpg") no-repeat;
}

#server .container > p {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
}

#server .container > p.english-word {
    font-weight: 300;
    letter-spacing: 2px;
    font-family: Kalinga;
}

#server .container .server-icon {
    width: 1156px;
    height: 485px;
    margin-top: 80px;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/server_icon.png");
    display: block;
}

#server .container .server-phone {
    width: 100%;
    height: 485px;
    margin-top: 80px;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/server_phone.png") no-repeat;
    background-size: 100%;
    display: none;
}

/* end server */

/* product succeed */
#product {
    padding-top: 80px;
    /*padding-bottom: 80px;*/
}

#product .container > p {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
}

#product .container > p.english-word {
    font-weight: 300;
    letter-spacing: 2px;
    font-family: Kalinga;

}

#product .p-box {
    text-align: center;
    border: 1px solid #ececec;
    padding: 50px 0;
}

#product .p-box .normal > span {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

#product .p-box .normal > p {
    font-size: 16px;
    margin-top: 30px;
}

#product .p-box .p-box-icon {
    width: 140px;
    height: 150px;
    margin: 0 auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px rgba(154, 194, 170, .2);
    -webkit-box-shadow: 0px 0px 8px rgba(154, 194, 170, .2);
    box-shadow: 0px 0px 8px rgba(154, 194, 170, .2);
}

#product .p-box .pi-yky {
    background-image: url("/web/20220114091341im_/https://fbo0421.cn/images/p_1.png");
}

#product .p-box .pi-ts {
    background-image: url("/web/20220114091341im_/https://fbo0421.cn/images/p_2.png");
}

#product .p-box .pi-yyx {
    background-image: url("/web/20220114091341im_/https://fbo0421.cn/images/p_3.png");
}

#product .p-box .pi-swzj {
    background-image: url("/web/20220114091341im_/https://fbo0421.cn/images/p_4.png");
}

#product .p-box .pi-safe {
    background-image: url("/web/20220114091341im_/https://fbo0421.cn/images/p_5.png");
}

#product .p-box .pi-yd {
    background-image: url("/web/20220114091341im_/https://fbo0421.cn/images/p_6_new.png");
}

#product .p-box .pi-more {
    width: 140px;
    height: 150px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url("/web/20220114091341im_/https://fbo0421.cn/images/p_6.png");
}

/* end product */
/* start succeed */
#succeed {
    padding-top: 50px;
    /*padding-bottom: 80px;*/
}

#succeed .container > p {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
}

#succeed .container > p.english-word {
    font-weight: 300;
    letter-spacing: 2px;
    font-family: Kalinga;

}

/* end succeed */
/* start partner */
#partner {
    padding-top: 80px;
    padding-bottom: 80px;
}

#partner .container > p {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
}

#partner .container > p.english-word {
    font-weight: 300;
    letter-spacing: 2px;
    font-family: Kalinga;

}

/* end succeed */

/* start goodness */
#goodness {
    padding-top: 80px;
    padding-bottom: 80px;
}

#goodness .container > p {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
}

#goodness .good-div {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    text-align: center;
}

#goodness .good-div1 {
    height: 160px;
}

#goodness .good-div2 {
    height: 182px;
}

#goodness .good-div3 {
    height: 238px;
}

#goodness .good-div4 {
    height: 160px;
}

#goodness .g-left {
    color: #fff;
    font-size: 28px;
    line-height: normal;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Chrome, and Opera */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

#goodness .g-right {
    text-align: left;
    font-size: 18px;
    line-height: 32px;
    padding: 33px 0 0 50px;
}

#goodness .good-div1 .g-left {
    width: 14%;
    background: -webkit-linear-gradient(left bottom, #608bf7, #93c8fb);
    background: linear-gradient(left bottom, #608bf7, #93c8fb);
}

#goodness .good-div2 .g-left {
    width: 14%;
    background: -webkit-linear-gradient(left bottom, #a375f6, #d49df3);
    background: linear-gradient(left bottom, #a375f6, #d49df3);
}

#goodness .good-div3 .g-left {
    width: 14%;
    background: -webkit-linear-gradient(left bottom, #f2b658, #f5d570);
    background: linear-gradient(left bottom, #f2b658, #f5d570);
}

#goodness .good-div4 .g-left {
    width: 14%;
    background: -webkit-linear-gradient(left bottom, #5bc869, #87e498);
    background: linear-gradient(left bottom, #5bc869, #87e498);
}

#goodness .good-div1 .g-right {
    width: 86%;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/yyys_bg1.jpg") no-repeat right #edf0f4;
    background-size: auto 100%;
}

#goodness .good-div2 .g-right {
    width: 86%;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/yyys_bg3.jpg") no-repeat right #f1edf4;
    background-size: auto 100%;
}

#goodness .good-div3 .g-right {
    width: 86%;
    display: flex;
    flex-direction: row;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/yyys_bg4.jpg") no-repeat right #f4f3ed;
    background-size: auto 100%;
}

#goodness .good-div3 .g-right div {
    width: 32.5%;
    border-right: 1px dashed #d4d3ce;
    padding-left: 50px;
}

#goodness .good-div4 .g-right {
    width: 86%;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/yyys_bg2.jpg") no-repeat right #edf4f0;
    background-size: auto 100%;
}

#myCarousel .carousel-indicators .active {
    width: 100px;
    height: 4px;
    margin: 0;
    background-color: #19be5e;
}

#myCarousel .carousel-indicators li {
    display: inline-block;
    width: 100px;
    height: 4px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background: #f0f0f0;
    border-radius: 0;
    border: 0;
}

#myCarousel .carousel-indicators {
    bottom: auto;
    top: -80px;
}

/* end goodness */
/*======================================== 遮罩层 ========================================*/
.dtl24 {
    position: relative;
    overflow: hidden;
}

.dtl24 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dtl24 .dtl {
    background: #3aba70;

    position: absolute;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dtl24 .dtl h3,
.dtl24 .dtl p,
.dtl24 .dtl a {
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
}

.dtl24 .dtl h3 {
    top: -100px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 0 5px;
}

.dtl24 .dtl p {
    top: 100px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-indent: 2em;
    padding: 5px;
}

.dtl24 .dtl span {
    display: block;
    width: 20px;
    margin: 0 auto;
    height: 2px;
    background: #fff;
}

.dtl24 .dtl a {
    top: 100px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #fff;
    float: right;
    font-size: 13px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
}

.dtl24 .dtl a:hover {
    background: #e6e6e6;
    border: 1px solid #adadad;
}

.dtl24:hover .dtl h3,
.dtl24:hover .dtl p,
.dtl24:hover .dtl a {
    top: 0;
    opacity: 1;
}

.dtl24:hover .dtl {
    visibility: visible;
    opacity: 1;
}

/*----------------------------*/

.cptn12 {
    position: relative;
    overflow: hidden;
}

.cptn12 .normal {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cptn12 .ovrly {
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    text-align: left;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

.cptn12 .ovrly .cptn {
    background: rgba(25, 190, 94, 1);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    overflow: hidden;
    padding: 20px;
}

.cptn12 .ovrly .cptn .fa {
    float: right;
    -wibkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    margin-top: 30px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    padding: 5px 15px;
}

.cptn12 .ovrly .cptn .fa:hover {
    background: #05903f;
}

.cptn12 .ovrly .cptn h3 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 1em;
    font-size: 32px;
    font-weight: bold;
}

.cptn12 .ovrly .cptn span {
    display: block;
    width: 50px;
    height: 4px;
    background: #fff;
    margin-left: 30px;
    margin-top: 20px;
}

.cptn12 .ovrly .cptn ul {
    color: #fff;
    font-size: 14px;
}

.cptn12 .ovrly .cptn ul li {
    margin-top: 25px;
}

.cptn12:hover .ovrly {
    left: 0;
}

/*======================================== 遮罩层 end ========================================*/
/* start footer */
footer {
    height: 770px;
    background: #23282c;
    color: #fff;
    font-size: 18px;
}

footer h4 {
    font-size: 32px;
}

footer .text-indent {
    text-indent: 2em;
}

footer p.about-us {
    margin-top: 50px;
}

footer .f-pos {
    margin-top: 50px;
    padding-left: 30px;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/footer/loc.png") no-repeat left;
}

footer .f-tel {
    padding-left: 30px;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/footer/phone.png") no-repeat left;
}

footer .f-email {
    padding-left: 30px;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/footer/email.png") no-repeat left;
}

footer .ewm {
    float: right;
    width: 169px;
    height: 200px;
    padding-top: 180px;
    text-align: center;
    background: url("/web/20220114091341im_/https://fbo0421.cn/images/footer/ewm.png") no-repeat top;
}

footer .ewm img {
    margin-right: 10px;
    margin-top: -2px;
}

footer #honor {
    width: 90%;
    margin: 20px auto;
    background: #23282c;
}

footer #honor img {
    width: 105px;
    height: 148px;
}

footer #honor .str_item {
    font-size: 0;
    line-height: 0
}

footer #honor img {
    opacity: 0.8
}

footer #honor a {
    margin-left: 10px;
}

footer #honor img:hover {
    opacity: 1
}

footer #honor .str_active {
    background: #fff;
}

#pic {
    position: absolute;
    z-index: 9999;
}

#pic1 {
    opacity: 1 !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 5px 5px 5px 5px hsla(0, 0%, 5%, 1.00) !important;
    box-shadow: 5px 5px 5px 0px hsla(0, 0%, 5%, 0.3) !important;
}

/* end footer */

@media screen and ( min-width: 1399px ) {
    .dtl24 .dtl h3 {
        font-size: 20px;
    }

    .dtl24 .dtl p {
        font-size: 16px;
    }

    .dtl24 .dtl h3 {
        margin: 0 0 10px;
    }
}

@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
    }

    #succeed .active {
        bottom: 0;
    }

    .succeed {
        margin-bottom: 20px;
    }

    #feature img, #download img {
        margin-top: 30px;
    }

    /*#purpose img {*/
    /*margin-bottom: 30px;*/
    /*}*/
}

@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }

    #feature, #succeed, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #contact .overlay {
        padding-top: 40px;
    }
}

@media screen and ( max-width: 450px ) {
    * {
        overflow-x: hidden;
    }

    #technical h3 {
        overflow: hidden;
    }

    .overlay {
        padding-top: 40%;
    }

    #home {
        background: url(/web/20220114091341im_/https://fbo0421.cn/images/banner2.jpg) no-repeat center center;
    }

    #home .overlay h2 {
        font-size: 40px;
        letter-spacing: 0.2em;
    }

    #home .overlay > p.top-title {
        float: none;
        text-align: center;
        font-size: 16px !important;
        letter-spacing: 5px;
        line-height: normal;
        margin: 10px 0 0;
        word-wrap: break-word;
    }

    #home .overlay p.top-title > b {
        display: block;
        font-size: 26px;
        margin: 15px 0 25px;
    }

    #home .overlay p.top-title > span {
        font-size: 16px;
    }

    #technical {
        padding: 0;
    }

    #technical .container > b {
        font-size: 25px;
    }

    #technical .container > p {
        font-size: 14px;
    }

    #operation .container > b {
        font-size: 25px;
    }

    #operation .container > p {
        font-size: 14px;
    }

    #operation h3 {
        font-size: 14px;
        overflow: hidden;
    }

    #operation .operation-wrap {
        padding: 20px 0;
    }

    #operation p {
        font-size: 12px;
    }

    .templatemo-box {
        margin-bottom: 0;
    }

    #purpose .container > p {
        font-size: 25px;
    }

    #purpose .row2-right-content {
        width: 100%;
    }

    #purpose img.center-content {
        width: 40%;
    }

    #purpose .row1-center-box, #purpose .center-content {
        font-size: 18px;
    }

    #purpose .xt-center {
        width: 100%;
        height: 220px;
        padding: 0 20px;
    }

    #purpose .xt-center p:first-child {
        font-size: 20px !important;
        margin-bottom: 0;
    }

    #purpose .xt-center > span {
        margin: 5px 0;
    }

    #purpose .xt-center p:last-child {
        font-size: 14px;
    }

    #server {
        background: url(/web/20220114091341im_/https://fbo0421.cn/images/server_bg_phone.jpg) no-repeat;
    }

    #server .container > p {
        font-size: 25px;
    }

    #server .container .server-icon {
        display: none;
    }

    #server .container .server-phone {
        display: block;
    }

    #goodness .goodness-wrap .word-introduce, #goodness .goodness-wrap .g-line {
        display: none;
    }

    #goodness .goodness-wrap {
        width: 100%;
        height: 400px;
        transform: scale(0.7);
        overflow-x: initial;
    }

    #goodness .goodness-wrap div {
        overflow-x: inherit;
    }

    #goodness {
        padding-top: 0;
        padding-bottom: 80px;
    }

    #goodness .container > p, #product .container > p, #succeed .container > p, #partner .container > p {
        font-size: 25px;
    }

    #goodness .g-right {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 10px;
    }

    #goodness .g-right > span {
        display: block;
        margin-bottom: 10px;
    }

    #goodness .g-right > span:last-child {
        margin-bottom: 0;
    }

    #goodness .g-left {
        width: 18% !important;
        font-size: 16px;
    }

    #goodness .g-right {
        width: 82% !important;
        font-size: 14px;
    }

    #goodness .good-div1, #goodness .good-div2, #goodness .good-div3, #goodness .good-div4 {
        height: auto;
    }

    #goodness .good-div1 .g-right {
        background: #edf0f4;
    }

    #goodness .good-div2 .g-right {
        background: #f1edf4;
    }

    #goodness .good-div3 .g-right {
        background: #f4f3ed;
    }

    #goodness .good-div4 .g-right {
        background: #edf4f0;
    }

    #goodness .good-div3 .g-right {
        display: flex;
        flex-direction: column;
    }

    #goodness .good-div3 .g-right div {
        width: 100%;
        border-right: 0;
        padding-left: 0;
    }

    #goodness .good-div3 .g-right span {
        display: block;
    }

    #product .p-box > .p-content li {
        overflow-x: initial;
    }

    #product .p-box > .p-content {
        width: auto;
        left: 100px;
        right: 10px;
        top: 30px;
    }

    #product .english-word span, #partner .english-word span {
        width: auto !important;
        max-width: 220px;
    }

    #succeed .english-word span {
        width: auto !important;
        max-width: 260px;
    }

    #partner {
        padding-top: 0;
    }

    #server {
        height: auto;
        padding-bottom: 0;
    }

    .english-word {
        overflow: visible;
    }

    .english-word span {
        width: 80% !important;
        background-size: 100%;
    }

    .english-word .bg-image {
        top: -75px !important;
        left: 50%;
        width: 110px;
        margin-left: -55px;
    }

    #purpose {
        padding-top: 0;
    }

    #purpose .p-center-mobile {
        width: 100%;
        height: auto;
        background: url("/web/20220114091341im_/https://fbo0421.cn/images/mobile_bg.jpg") no-repeat;
        background-size: 100% 100%;
        color: #fff;
        font-size: 14px;
    }

    #purpose .p-center-mobile .pcm-top {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        padding: 30px 10px;
        background-color: rgba(24, 173, 87, .9);
    }

    #purpose .p-center-mobile .pcm-top p {
        text-indent: 2em;
        margin: 0;
    }

    #purpose .p-center-mobile .rhomb-box {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        width: 14px;
        height: 14px;
        transform: rotate(45deg);
        background: #fff;
        border-radius: 2px;
        z-index: 99;
    }

    #purpose .p-center-mobile .pcm-bottom {
        position: relative;
        width: 100%;
        height: auto;
        padding: 10px;
        text-align: center;
        background-color: rgba(0, 0, 0, .7);
    }

    #purpose .p-center-mobile .pcm-bottom b {
        display: block;
        color: #17e46d;
        font-size: 16px;
        margin: 40px 0 5px;
    }

    #purpose .p-center-mobile .pcm-bottom span {
        display: inline-block;
        width: 10px;
        height: 7px;
        margin: 0 7px;
        background: url("/web/20220114091341im_/https://fbo0421.cn/images/arrow_right.png") no-repeat;
        background-size: 100%;
    }

    #myCarousel {
        overflow: visible;
    }

    #myCarousel .carousel-indicators .active {
        width: 50px;
        height: 3px;
    }

    #myCarousel .carousel-indicators li {
        width: 50px;
        height: 3px;
    }

    footer h4 {
        font-size: 20px;
    }

    footer p.about-us {
        margin-top: 20px;
    }

    footer .f-pos {
        margin-top: 30px;
    }

    .dtl24 .dtl span {
        display: none;
    }

    .dtl24 .dtl {
        padding: 10px;
    }

    .dtl24 .dtl h3 {
        margin: 0;
    }

    .dtl24 .dtl h3 {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .dtl24 .dtl p {
        top: 0;
        font-size: 10px;
        line-height: normal;
        padding: 0;
    }

    .cptn12 .ovrly .cptn ul li {
        overflow-x: initial;
    }

    footer {
        height: auto;
        font-size: 14px;
        padding-bottom: 30px;
    }

    footer * {
        overflow: hidden;
    }

    footer .bottom-ewm {
        background: url("/web/20220114091341im_/https://fbo0421.cn/images/ewm_bg.jpg") no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: row;
        padding: 10px;
        margin-bottom: 20px;
    }

    footer .bottom-ewm .be-left {
        padding-right: 20px;
    }

    footer .bottom-ewm .be-left > img {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -25px;
        width: 50px;
    }

}

/* iphone6 */
@media screen and ( max-width: 375px ) {
    #goodness .g-right {
        font-size: 13px;
    }
}

/* iphone5 */
@media screen and ( max-width: 330px ) {
    .navbar-default .navbar-brand {
        font-size: 18px;
    }

    .navbar-default .nav li a {
        font-size: 14px;
    }

    .navbar-nav > li > a {
        padding-top: 8px;
    }

    #home .overlay > p {
        font-size: 22px !important;
    }

    #home .overlay b {
        font-size: 40px;
    }

    #technical .container > b {
        font-size: 20px;
    }

    #operation .container > b {
        font-size: 20px;
    }

    #operation h3 {
        font-size: 12px;
    }

    #operation p {
        font-size: 10px;
    }

    #technical .t-img {
        width: 80px;
        height: 80px;
    }

    .overplay-line {
        width: 65px;
        height: 3px;
    }

    .o-advantages {
        width: 100% !important;
        background-size: 100%;
        transform: scale(0.8) !important;
    }

    #goodness .goodness-wrap {
        transform: scale(0.6);
    }

    #operation .t-img {
        width: 100px;
        height: 100px;
    }

    .o-success {
        width: 100% !important;
        background-size: 100%;
        transform: scale(0.8) !important;
    }

    .cptn12 .ovrly .cptn h3 {
        font-size: 20px;
    }
}
.cptn12 .ovrly .cptn  {
    position: relative;
}
.cptn12 .ovrly .cptn .cl-item-li li.item {
    margin-top: 5px;
    list-style-type:none;
}
.cptn12 .ovrly .cptn .cl-item-li li.item .h {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}
.cptn12 .ovrly .cptn .cl-item-li li.item .s {
    line-height: 25px;
    padding-right: 15px;
    font-size: 12px;
    background: url('/web/20220114091341im_/https://fbo0421.cn/images/list-icon-1.png') no-repeat right 1px;
    background-size: 10px;
    font-weight: 500;
}
.cptn12 .ovrly .cptn .cl-item-li li.item-ewm {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    list-style-type:none;
}
@media screen and (max-width: 450px){
    .cptn12 .ovrly .cptn {
        padding: 10px 10px 10px 0;
    }
}
.cptn12 .ovrly .cptn .cl-item-li .cl-fa {
    position: absolute;
    bottom: 120px;
    right: 0;
}
.img-cl-bottom {
    width: 100%;
    text-align: center;
}
.img-cl-bottom img {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}
/*
     FILE ARCHIVED ON 09:13:41 Jan 14, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:18:04 Feb 17, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.052
  cdx.remote: 0.09
  esindex: 0.008
  LoadShardBlock: 178.331 (6)
  PetaboxLoader3.datanode: 134.624 (7)
  load_resource: 163.337
  PetaboxLoader3.resolve: 115.382
*/