.line-wrap {
    width: 300px;
    margin: 0 auto;
}

.circle-load-rect-svg {
    margin: 10px 10px -15px 10px;
}

.g-rect-path {
    fill: none;
    stroke-width: 10;
    stroke: #d3dce6;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.g-rect-fill {
    fill: none;
    stroke-width: 2px;
    stroke: #3152a0;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-dasharray: 0, 1370;
    stroke-dashoffset: 0;
    animation: lineMove 2s;
    animation-fill-mode: forwards;
}

@keyframes lineMove {
    0% {
        stroke-dasharray: 0, 1350;
    }

    100% {
        stroke-dasharray: 1350, 1350;
    }
}


.spinner {
    width: 100%;
    height: 3px;
    margin-top: -36px;
    margin-bottom: 33px;


}


@media (max-width: 1283px) {
    .spinner {
        width: 100%;
        height: 3px;
        margin-top: -36px;
        margin-bottom: 33px;

    }
}

.spinner>div {
    background-color: #40868a;
    height: 3px;
    width: 1px;
    position: relative;
    display: inline-block;
    -webkit-animation: stretchdelay 2s;
    animation: stretchdelay 2s;
    animation-fill-mode: forwards;

}

@media (min-width: 1540px){
    @-webkit-keyframes stretchdelay {
        0% {
            left: 1px;
            width: 1%;
            height: 3px;
        }

        60% {
            left: 1px;
            width: 100%;
            height: 3px;
        }

        /*100% {left:1610px; width:20%;height:3px;}*/
        100% {
            left: 1584px;
            width: 20%;
            height: 3px;
        }

        /*  100%{left:1400px;width:30%;height:3px;}*/
    }
    @keyframes stretchdelay {
        0% {
            left: 1px;
            width: 1%;
            height: 3px;
        }

        60% {
            left: 1px;
            width: 100%;
            height: 3px;
        }

        /*100% {left:1610px; width:20%;height:3px;}*/
        100% {
            left: 1584px;
            width: 20%;
            height: 3px;
        }

        /*  100%{left:1400px;width:30%;height:3px;}*/
    }

}

@media (min-width: 1283px) and (max-width:1540px){
    @-webkit-keyframes stretchdelay {
        0% {
            left: 1px;
            width: 1%;
            height: 3px;
        }

        60% {
            left: 1px;
            width: 100%;
            height: 3px;
        }

        /*100% {left:1610px; width:20%;height:3px;}*/
        100% {
            left: 1170px;
            width: 30%;
            height: 3px;
        }

        /*  100%{left:1400px;width:30%;height:3px;}*/
    }
    @keyframes stretchdelay {
        0% {
            left: 1px;
            width: 1%;
            height: 3px;
        }

        60% {
            left: 1px;
            width: 100%;
            height: 3px;
        }

        /*100% {left:1610px; width:20%;height:3px;}*/
        100% {
            left: 1170px;
            width: 30%;
            height: 3px;
        }

        /*  100%{left:1400px;width:30%;height:3px;}*/
    }

}


@media (max-width:1283px) {
    @-webkit-keyframes stretchdelay {
        0% {
            left: 1px;
            width: 1%;
            height: 3px;
        }

        60% {
            left: 1px;
            width: 100%;
            height: 3px;
        }

        /*100% {left:1610px; width:20%;height:3px;}*/
        100% {
            left: 900px;
            width: 30%;
            height: 3px;
        }

        /*  100%{left:1400px;width:30%;height:3px;}*/
    }
    @keyframes stretchdelay {
        0% {
            left: 1px;
            width: 1%;
            height: 3px;
        }

        60% {
            left: 1px;
            width: 100%;
            height: 3px;
        }

        /*100% {left:1610px; width:20%;height:3px;}*/
        100% {
            left: 900px;
            width: 30%;
            height: 3px;
        }

        /*  100%{left:1400px;width:30%;height:3px;}*/
    }
}



@media (min-width: 1283px) {

    .spinner2 {
        width: 3px;
        height: 268px;
        float: right;
        margin-top: -268px;
        margin-right: -5px;
    }



}

@media (max-width: 1283px) {
    .spinner2 {
        width: 3px;
        height: 268px;
        float: right;
        margin-top: -268px;
        margin-right: -5px;
    }

}

.spinner2>div {
    background-color: #40868a;
    height: 1px;
    width: 3px;
    position: relative;
;
    display: inline-block;
    -webkit-animation: stretchdelay2 1.5s;
    animation: stretchdelay2 1.5s;
    animation-fill-mode: forwards;

}

@media (min-width: 0px){
    @-webkit-keyframes stretchdelay2 {

        /*  0%  {top:0;width:3px;height:0%;}
      100% { top:0;width:3px;height:100%; }*/
        /*    0%  {top:0;width:3px;height:0%;top:0;bottom:100px;}
      60% { top:0;width:3px;height:100%; top:0;bottom:100px;}
      100% { top:0;width:3px;height:70%; top:79px;bottom:0;}*/
        0% {
            top: 0;
            width: 3px;
            height: 0%;
            top: 0;
            bottom: 0;
        }

        60% {
            top: 0;
            width: 3px;
            height: 100%;
            top: 0;
            bottom: 0;
        }

        100% {
            top: 0;
            width: 3px;
            height: 32%;
            top: 182px;
            bottom: 0;
        }
    }


    @keyframes stretchdelay2 {

        /*  0%  {top:0;width:3px;height:0%;}
      100% { top:0;width:3px;height:100%; }*/
        /*    0%  {top:0;width:3px;height:0%;top:0;bottom:100px;}
      60% { top:0;width:3px;height:100%; top:0;bottom:100px;}
      100% { top:0;width:3px;height:70%; top:79px;bottom:0;}*/
        0% {
            top: 0;
            width: 3px;
            height: 0%;
            top: 0;
            bottom: 0;
        }

        60% {
            top: 0;
            width: 3px;
            height: 100%;
            top: 0;
            bottom: 0;
        }

        100% {
            top: 0;
            width: 3px;
            height: 32%;
            top: 182px;
            bottom: 0;
        }
    }
}
@media(min-width:1540px){
    .company-title-label {
        color: #fff0;
        font-size: 40px;
        text-transform: inherit;
        max-width: 800px;
        font-weight: 600;
        line-height: 1.22;
        margin-top: 363px;
        float: right;
        text-shadow: 1px 3px 7px #285bd4;
        margin-right: -248px;
        -webkit-animation: bas 2s;
        animation: bas 2s;
        animation-fill-mode: forwards;
    }
}
@media(min-width: 1283px) and (max-width:1539px) {
    .company-title-label {
        color: #fff0;
        font-size: 40px;
        text-transform: inherit;
        max-width: 800px;
        font-weight: 600;
        line-height: 1.22;
        margin-top: 363px;
        float: right;
        text-shadow: 1px 3px 7px #285bd4;
        margin-right: 4px;
        -webkit-animation: bas 2s;
        animation: bas 2s;
        animation-fill-mode: forwards;
    }
}

@media(max-width: 1283px) {
    .company-title-label {
        color: #fff0;
        font-size: 32px;
        text-transform: inherit;
        max-width: 800px;
        font-weight: 600;
        line-height: 1.22;
        margin-top: 372px;
        float: right;
        text-shadow: 1px 3px 7px #285bd4;
        margin-right: 4px;
        -webkit-animation: bas 2s;
        animation: bas 2s;
        animation-fill-mode: forwards;
    }

}

@-webkit-keyframes bas {
    0% {
        color: #fff0;
        text-shadow: 1px 3px 7px #285bd400;
    }

    60% {
        color: #fff0;
        text-shadow: 1px 3px 7px #1f1f25;
    }

    100% {
        color: #fff;
        text-shadow: 1px 3px 7px #1f1f25;
    }
}
@keyframes bas {
    0% {
        color: #fff0;
        text-shadow: 1px 3px 7px #285bd400;
    }

    60% {
        color: #fff0;
        text-shadow: 1px 3px 7px #1f1f25;
    }

    100% {
        color: #fff;
        text-shadow: 1px 3px 7px #1f1f25;
    }
}

.svg-border-animation {
    position: absolute;
    width: 320px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover-text {
    position: absolute;
    line-height: 60px;
    width: 320px;
    top: 0;
    color: #333;
    font-size: 28px;
    text-align: center;
    cursor: pointer;
}

.shape {
    fill: transparent;
    stroke-width: 4px;
    stroke: #333;
    stroke-dasharray: 160 520;
    stroke-dashoffset: -460;
}

.svg-border-animation:hover .hover-text {
    transition: 0.5s;
    color: #3F51B5;
}

.svg-border-animation:hover .shape {
    -webkit-animation: draw 0.5s linear forwards;
    animation: draw 0.5s linear forwards;
}

@keyframes draw {
    0% {
        stroke-dasharray: 160 520;
        stroke-dashoffset: -460;
        stroke-width: 4px;
    }

    100% {
        stroke-dasharray: 760;
        stroke-dashoffset: 0;
        stroke-width: 2px;
        stroke: #3F51B5;
    }
}

.label-home-acompany {
    /* display: inline-block; */
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 21px;
    vertical-align: middle;
    color: #444;
    margin-right: 18px;
    margin-top: 6px;
}

.box-home-ac {
    width: 2px;
    height: 10px;
    background-color: #444;
}

.connect-name {
    display: inline-block;
    width: 48%;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(211, 216, 241, 0.3686274509803922);
    filter:alpha(opacity=36);
    background-image: none;
    border: 0px solid #fff;
    border-radius: 4px;
    margin: 3% 0px 10px 2%;
    /* margin: 10px 10px 10px 10px; */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    /* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.connect-phone {
    display: inline-block;
    width: 48%;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(211, 216, 241, 0.3686274509803922);
    filter:alpha(opacity=36);
    background-image: none;
    border: 0px solid #fff;
    border-radius: 4px;
    margin: 1% 0px 10px 1%;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    /* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.connect-mail {

    /* display: inline-block; */
    width: 98%;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    background-color: rgba(211, 216, 241, 0.3686274509803922);
    filter:alpha(opacity=36);
    color: #555;
    background-color: #d3d8f15e;
    background-image: none;
    border: 0px solid #fff;
    border-radius: 4px;
    margin: 11px 10px 11px 2%;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    /* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.connect-message {
    /* display: inline-block; */
    width: 98%;
    height: 243px;
    padding: 6px 12px;
    font-size: 14px;
    /* line-height: 11.428571; */
    color: #555;
    background-color: rgba(211, 216, 241, 0.3686274509803922);
    filter:alpha(opacity=36);
    background-image: none;
    border: 0px solid #fff;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 2%;
    margin-bottom: 11px;
    /* margin: 10px 22px 10px 10px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    /* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.label-connect-tc {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 25px;
    color: #1b46a7;
    margin-left: 7px;
}

.label-connect-tc2 {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 25px;
}

.label-connect-company1 {
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 17px;
    /* margin: 22px auto; */
    margin-top: 10px;
    /* vertical-align: middle; */
    margin-left: 17px;
}

.label-connect-companyfs {
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 17px;
    /* margin: 22px auto; */
    margin-top: 10px;
    /* vertical-align: middle; */
    margin-left: 17px;
}

.label-connect-tel {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    /* margin: 22px auto; */
    margin-top: 12px;
    /* vertical-align: middle; */
    margin-left: -15px;
}

.label-connect-mail {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    /* margin: 22px auto; */
    margin-top: 3px;
    /* vertical-align: middle; */
    margin-left: -15px;
}

.label-connect-address {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    /* margin: 22px auto; */
    margin-top: 2px;
    /* vertical-align: middle; */
    margin-left: -15px;
}

.img-connect-tel {
    width: 27px;
    height: 27px;
    float: right;
    margin: 8px 5px 0px 12px;
}

.img-connect-mail {
    width: 27px;
    height: 27px;
    float: right;
    margin: 1px 5px 0px 12px;
    /* margin-left: 14px; */
    /* margin-top: 25px; */
}

.img-connect-address {
    width: 27px;
    height: 27px;
    float: right;
    margin: 0px 5px 0px 12px;
    /* margin-left: 14px; */
    /* margin-top: 25px; */
}

.connect-modal-body {
    position: relative;
    padding: 2px 15px 0px 15px;
}

.connect-companysy {
    width: 100%;
    margin-top: 10px;
    border-radius: 0px;
    /* border-bottom: 1px solid #e5e5e5; */
    border: 1px solid #e5e5e5;
    width: 95%;
    height: 198px;
}

.connect-companyfs {
    width: 100%;
    margin-top: 21px;
    border-radius: 0px;
    /* border-bottom: 1px solid #e5e5e5; */
    border: 1px solid #e5e5e5;
    width: 95%;
    height: 173px;
}

.label-connect-fstel {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    /* margin: 22px auto; */
    margin-top: 12px;
    /* vertical-align: middle; */
    margin-left: -15px;
}

.label-connect-fsmail {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    /* margin: 22px auto; */
    margin-top: 3px;
    /* vertical-align: middle; */
    margin-left: -15px;
}

.label-connect-fsaddress {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    /* margin: 22px auto; */
    margin-top: 5px;
    /* vertical-align: middle; */
    margin-left: -15px;
}

.img-connect-fstel {
    width: 27px;
    height: 27px;
    float: right;
    margin: 8px 5px 0px 12px;
}

.img-connect-fsmail {
    width: 27px;
    height: 27px;
    float: right;
    margin: 1px 5px 0px 12px;
    /* margin-left: 14px; */
    /* margin-top: 25px; */
}

.img-connect-fsaddress {
    width: 27px;
    height: 27px;
    float: right;
    margin: 2px 5px 0px 12px;
    /* margin-left: 14px; */
    /* margin-top: 25px; */
}

.btn-connect-send {
    color: #fff;
    /* background-color: #337ab7; */
    background-color: #243a72;
    border-color: #ffffff;
    display: inline-block;
    padding: 6px 62px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right: 14px;
}

.btn-connect-send:hover {
    color: #fff;
    background-color: #4bd4f6;
}

.btn-connect-send:active {
    color: #fff;
    background-color: #243a72;
}

.connect-file {
    float: left;
    width: 98%;
    margin-bottom: 0px;
    margin-left: 14px;
}

.connect-modal-footer {
    padding: 3px 15px 10px 15px;
    text-align: right;
    /* border-top: 1px solid #e5e5e5; */
}

.box-connect-title {
    width: 3px;
    height: 25px;
    background-color: #1b46a7;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    margin-left: 6px;
}

.btn-default-connect {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-right: 8px;
    float: right;
}

.label-company-cnt {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 3px;
    font-weight: 300;
    color: #151414;
    font-size: 16px;
    float: right;
}

.label-company-cnc {
    display: inline-block;
    max-width: 100%;
    margin-top: 3px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #151414;
    font-size: 16px;
    float: left;
    text-align: left;
}

.row-company-show {
    margin: 30px 0 5px 0;
}

.row-company-show1 {
    margin: 18px 0 0px 0;
}

.box-company-round {
    float: left;
    width: 1px;
    height: 25px;
    background-color: #40868a;
    border-radius: 100px;
    display: inline-block;
    margin-left: 24px;
    vertical-align: middle;
}

.img-company-contract {
    width: 315px;
    height: 181px;
    margin-top: 29px;
    margin-left: 242px;
}

.box-company-kj1 {
    width: 10px;
    height: 2px;
    background-color: #3e417d;
}

.box-company-kj2 {
    width: 2px;
    height: 10px;
    background-color: #3e417d;
}

.fg-company {
    height: 77px;
}

/*.fg-product{
    height:77px;
}
*/
.label-recruit-zp {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 21px;
    float: left;

}

.label-recruit-xz {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 21px;
    float: right;

    color: #40868a;
}

.label-recruit-yq {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 16px;
    float: left;
}

.container-recruit {
    margin-left: 35px;
    margin-right: 35px;
}

.box-recruit-yq {
    width: 2px;
    height: 19px;
    background-color: #959595;
    display: inline-block;
    position: relative;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 1px;
}

.label-recruit-bz {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px;
    float: left;
    border: 1px solid #40868a;
    margin: 1px 1px 1px 1px;
    color: #40868a;
    padding: 0 2px 0 2px;
}

.box-recruit-zwinf {
    width: 10px;
    height: 10px;
    background-color: #285bd4;
    background-color: #ffa200;
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 8px;
    margin-left: -2px;
    border-radius: 100px;

}

.label-recruit-zwinf {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 17px;
    font-weight: 300;
    font-size: 16px;
    float: left;
    text-align: left;
    word-break: break-all;
}

.main-timeline {
    width: 100%;
    /*  margin: 20px auto;*/
    position: relative;
}
@media (max-width: 1282px){
    .main-timeline {
        width: 100%;
        /* margin: 20px auto; */
        position: relative;
        margin-left: -42px;
    }
}
@media (min-width: 1283px) {
    .main-timeline:before {
        /*            content: "";
            display: block;
            width: 2px;
            height: 100%;
            background: rgb(62, 65, 125);
            margin: 0 0 0 -1px;
            position: absolute;
            top: 0;
            left: 97%;*/
        content: "";
        display: block;
        width: 2px;
        height: 97%;
        background: #767d7d;
        margin: 0 0 0 17px;
        position: absolute;
        top: 0;
        left: 6%;

    }
}

@media (max-width: 1283px) {
    .main-timeline:before {

        content: "";
        display: block;
        width: 2px;
        height: 97%;
        background: #767d7d;
        margin: 0 0 0 16px;
        position: absolute;
        top: 0;
        left: 8.5%;

    }
}

.main-timeline .timeline {
    width: 400px;
    margin-bottom: 31px;
    position: relative;
}
@media (max-width: 1282px){
    .main-timeline .timeline {
        width: 400px;
        margin-bottom: 35px;
        position: relative;
    }
}
.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both;
}

.main-timeline .timeline-content {
    width: 64%;
    float: left;
    /*margin: 5px 0 0 -10px;*/
    margin: 5px 0 0 111px;
    border-radius: 6px;
}
@media(max-width: 1282px){
    .main-timeline .timeline-content {
        width: 62%;
        float: left;
        /* margin: 5px 0 0 -10px; */
        margin: 12px 0 0 104px;
        border-radius: 6px;
    }
}
.main-timeline .date {
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #f9f9f9;
    padding: 9px 0;
    /* margin: 0 0 0 69px; */
    margin: 0 0 0 -48%;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #767d7d;
    border: 0px solid #767d7d;
    box-shadow: 0 0 0 2px #767d7d;
    float: right;
}
@media (max-width: 1282px){
    .main-timeline .date {
        display: block;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background: #f9f9f9;
        padding: 9px 0;
        /* margin: 0 0 0 69px; */
        margin: 0 0 0 -48%;
        position: absolute;
        top: 0;
        left: 50%;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        color: #767d7d;
        border: 0px solid #767d7d;
        box-shadow: 0 0 0 2px #767d7d;
        float: right;
    }
}
.main-timeline .date span {
    display: block;
    text-align: center;
}

.main-timeline .day,
.main-timeline .year {
    font-size: 16px;
    margin-top: -4px;
}
@media (max-width: 1282px){
    .main-timeline .day,
    .main-timeline .year {
        font-size: 15px;
        margin-top: -4px;
    }
}
.main-timeline .month {
    font-size: 19px;
    margin-top: 2px;
    font-weight: 400;

}
@media (max-width: 1282px){
    .main-timeline .month {
        font-size: 17px;
        margin-top: 1px;
        font-weight: 400;

    }
}
.main-timeline .title {
    padding: 15px;
    margin: 0;
    font-size: 17px;
    color: #337073;
    /*color: #456679;*/
    text-transform: uppercase;
    letter-spacing: -1px;
    border-radius: 6px 6px 6px 6px;
    position: relative;
    /* border: 3px solid #3e417d; */
    /*                padding: 15px;
                margin: 0;
                font-size: 17px;
                color: #3e417d;
                text-transform: uppercase;
                letter-spacing: -1px;
                border-radius: 6px 6px 6px 6px;
                position: relative;
                border: 3px solid #3e417d;*/
}
@media (max-width: 1282px){
    .main-timeline .title {
        padding: 11px;
        margin: 0;
        font-size: 16px;
        color: #337073;
        /*color: #456679;*/
        text-transform: uppercase;
        letter-spacing: -1px;
        border-radius: 6px 6px 6px 6px;
        position: relative;
        /* border: 3px solid #3e417d; */
        /*                padding: 15px;
                    margin: 0;
                    font-size: 17px;
                    color: #3e417d;
                    text-transform: uppercase;
                    letter-spacing: -1px;
                    border-radius: 6px 6px 6px 6px;
                    position: relative;
                    border: 3px solid #3e417d;*/
    }
}
.main-timeline .title:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 18px;
    right: 270px;
    transform: rotate(-45deg);

    /*         border-bottom: 3px solid #3e417d;
            border-right:3px solid #3e417d;;*/
}
@media (max-width: 1282px){
    .main-timeline .title:after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 13px;
        right: 260px;
        transform: rotate(-45deg);

        /*         border-bottom: 3px solid #3e417d;
                border-right:3px solid #3e417d;;*/
    }
}
.main-timeline .description {
    padding: 15px;
    margin: 0;
    font-size: 14px;
    color: #656565;
    background: #fff;
    border-radius: 0 0 6px 6px;
}

.main-timeline .timeline:nth-child(2n+2) .timeline-content {
    /*   float: right;*/
    /* margin-left: 10px;*/
    margin-left: 111px;
    float: left;
}

/*      .title,
        .title:after{
            background: #b4e0f9;
        }*/
.main-timeline .timeline:nth-child(n) .title,
.main-timeline .timeline:nth-child(n) .title:after {
    background: #b4e0f900;
    border: 1px solid #40868a;
    /*            background: #92abb900;
    border: 1px solid;*/
}

.main-timeline .timeline:nth-child(2n) .title,
.main-timeline .timeline:nth-child(2n) .title:after {
    background: #64afb3;
    color: #ffffff;
    border: 0px solid;
}
@media (max-width: 1282px){
    .main-timeline .timeline:nth-child(2n+2) .timeline-content {
        /*   float: right;*/
        /* margin-left: 10px;*/
        margin-left: 103px;
        float: left;
    }
}
/*
        .main-timeline .timeline:nth-child(3) .title,
        .main-timeline .timeline:nth-child(3) .title:after{
            background: #58b25e;
        }
        .main-timeline .timeline:nth-child(4) .title,
        .main-timeline .timeline:nth-child(4) .title:after{
            background: #eab715;
        }*/
@media only screen and (max-width: 990px) {
    .main-timeline {
        width: 100%;
    }
}


@media only screen and (max-width: 480px) {

    .main-timeline:before,
    .main-timeline .date {
        left: 12%;
    }

    .main-timeline .timeline-content {
        width: 75%;
    }

    .main-timeline .date {
        width: 60px;
        height: 60px;
        margin-left: -30px;
    }

    .main-timeline .month {
        font-size: 14px;
    }
}

.time-container {
    width: 90%;
}

@media (min-width: 1283px) {
    .row-company-cultrue {
        text-align: left;
        margin: -206px 10px 10px 28px
    }
}

@media (max-width: 1283px) {
    .row-company-cultrue {
        text-align: left;
        margin: -175px 10px 10px 28px;
    }
}

.row-company-mission {
    text-align: left;
    margin: -181px 10px 11px 28px;
}

.row-company-missionwt {
    text-align: left;
    margin: 21px 30px 10px 34%;
}
@media (max-width: 1282px){
    .row-company-missionwt {
        text-align: left;
        margin: 21px 0px 10px 34%;
    }
}
.label-company-cultruet {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 27px;
    margin-top: -49px;
    margin-left: 59px;
}

.label-company-cultruet1 {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 27px;
    margin-top: -41px;
    margin-left: 14px;
}

.label-company-cultruec {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 27px;
    margin-left: 24px;
}

.label-company-cultruec2 {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 27px;
    margin-left: 24px;
}
@media (max-width: 1282px){
    .label-company-cultruec2 {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 300;
        font-size: 24px;
        margin-left: 24px;
        margin-top: 13px;
    }
}
.label-company-mission2 {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 19px;
    margin-left: 16px;
}

.label-company-mission3 {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 19px;
    margin-left: 18px;
}
@media (max-width: 1282px){
    .label-company-mission2 {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 300;
        font-size: 17px;
        margin-left: 8px;
    }

    .label-company-mission3 {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 300;
        font-size: 17px;
        margin-left: 12px;
        position:absolute;
    }
}
.label-company-sense2 {
    display: inline;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 22px;
    font-family: 隶书;
    margin-left: 18px;

}
@media (max-width: 1282px){
    .label-company-sense2 {
        display: inline;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 300;
        font-size: 21px;
        font-family: 隶书;
        margin-left: 18px;

    }
}
.label-company-sense3 {
    display: inline;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 22px;
    font-family: 隶书;
    margin-left: 18px;
    /* float: left; */
    float: left;
    margin-top: 5px;
}
@media (max-width: 1282px){
    .label-company-sense3 {
        display: inline;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 300;
        font-size: 21px;
        font-family: 隶书;
        margin-left: 18px;
        /* float: left; */
        float: left;
        margin-top: 5px;
    }
}
.label-company-sense4 {
    display: inline;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 22px;
    font-family: 隶书;
    margin-left: 18px;
    float: right;
    /* float: left; */
}
@media (max-width: 1282px){
    .label-company-sense4 {
        display: inline;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 300;
        font-size: 21px;
        font-family: 隶书;
        margin-left: 18px;
        float: right;
        /* float: left; */
    }
}
.label-company-worth {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 19px;
    margin-left: 18px;
}
@media (max-width: 1282px){
    .label-company-worth {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 300;
        font-size: 17px;
        margin-left: 2px;
    }
}
.label-company-future {
    display: block;
    color: #505050;
    max-width: 100%;
    margin-bottom: 3px;
    font-weight: 300;
    font-size: 27px;
    margin-top: 4px;
    /* margin-left: 59px; */
    /* text-align: center; */
}

.btn-language-ch {
    background: #285bd400;
    border: 2px solid #ffffff;
    width: 71px;
    height: 29px;
    white-space: nowrap;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    float: right;
    margin-top: -55px;
    margin-right: 45px;
}

.btn-language-jp {
    background: #e2e2e2a1;
    border: 2px solid #2d797d;
    width: 71px;
    height: 29px;
    white-space: nowrap;
    text-align: center;
    color: #2d797d;
    font-size: 14px;
    float: right;
    margin-top: -55px;
    margin-right: 45px;
    display: none;
}

.box-company-showfg {
    width: 200px;
    height: 1px;
    background-color: #000000;
}

.label-company-cub {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 45px;
    color: #b9b8b8;
    margin-top: -57px;
    margin-left: 10px;
}

.label-company-sense {
    display: block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 22px;
    text-align: left;
    font-family: 隶书;
    /* margin-top: 12px; */
    /* margin-left: 59px; */
}
@media (max-width: 1282px){
    .label-company-sense {
        display: block;
        max-width: 100%;
        margin-bottom: 0px;
        font-weight: 300;
        font-size: 21px;
        text-align: left;
        font-family: 隶书;
        /* margin-top: 12px; */
        /* margin-left: 59px; */
    }
}
.box-qi {
    width: 2px;
    height: 44px;
    background-color: #40868a;
}

@media (min-width:1283px) {
    .box-company-fg1 {
        margin-top: 37px;
        width: 335px;
        height: 1px;
        background-color: #40868a;
    }
}

@media (max-width: 1283px) {
    .box-company-fg1 {
        margin-top: 37px;
        width: 271px;
        height: 1px;
        background-color: #40868a;
    }
}

@media (min-width: 1283px) {
    .box-company-fg2 {
        width: 602px;
        height: 1px;
        background-color: #40868a;
        transform: rotate(56deg);
        margin-left: 202px;
        margin-top: 249px;
    }
}

@media (max-width: 1283px) {
    .box-company-fg2 {
        width: 507px;
        height: 1px;
        background-color: #40868a;
        transform: rotate(56deg);
        margin-left: 159px;
        margin-top: 210px;
    }
}

@media (min-width: 1283px) {
    .box-company-fg3 {
        margin-top: 60px;
        width: 635px;
        height: 1px;
        background-color: #40868a;
    }
}

@media (max-width: 1283px) {
    .box-company-fg3 {
        margin-top: 60px;
        width: 536px;
        height: 1px;
        background-color: #40868a;
    }
}

@media (min-width: 1283px) {
    .box-company-fg4 {
        width: 529px;
        height: 1px;
        background-color: #40868a;
        transform: rotate(56deg);
        margin-left: 518px;
        margin-top: 218px;
    }
}

@media (max-width: 1283px) {
    .box-company-fg4 {
        width: 509px;
        height: 1px;
        background-color: #40868a;
        transform: rotate(56deg);
        margin-left: 423px;
        margin-top: 210px;
    }
}

.box-company-fg5 {
    margin-top: 60px;
    width: 335px;
    height: 1px;
    background-color: #40868a;
    float: right;
    margin-right: -410px;
}

.box-company-fg6 {
    width: 239px;
    height: 1px;
    background-color: #40868a;
    transform: rotate(130deg);
    margin-left: 742px;
    margin-top: 161px;
}

.box-company-mission {
    display: inline-block;
    margin-top: -2px;
    width: 9px;
    height: 9px;
    margin-left: 5%;
    background-color: #40868a;
    border-radius: 100px;
    margin-bottom: 4px;

}

.box-company-mission2 {
    display: inline-block;
    margin-top: -2px;
    width: 9px;
    height: 9px;
    margin-left: 9.4%;
    background-color: #40868a;
    border-radius: 100px;
    margin-bottom: 4px;

}

.box-company-sense {
    display: inline;
    margin-top: 13px;
    width: 5px;
    height: 5px;
    /* margin-left: 7%; */
    background-color: #40868a;
    border-radius: 100px;
    margin-bottom: 4px;
    float: left;
    margin-left: 17px;

}

.box-company-sense2 {
    display: inline;
    margin-top: 18px;
    width: 5px;
    height: 5px;
    /* margin-left: 7%; */
    background-color: #40868a;
    border-radius: 100px;
    margin-bottom: 4px;
    float: left;
    margin-left: 17px;

}

.row-company-missionc {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 20px;
}

.row-company-missions {
    margin-top: 8px;
}

.row-company-missionw {
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 14px;
}
@media (max-width: 1282px) {
    .row-company-missionw {
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 21px;
    }
}
@media (max-width: 1280px) {
    .box-company-mission {
        display: inline-block;
        margin-top: -2px;
        width: 9px;
        height: 9px;
        margin-left: 2%;
        background-color: #40868a;
        border-radius: 100px;
        margin-bottom: 4px;

    }

    .box-company-mission2 {
        display: inline-block;
        margin-top: -2px;
        width: 9px;
        height: 9px;
        margin-left: 7.6%;
        background-color: #40868a;
        border-radius: 100px;
        margin-bottom: 4px;

    }


}

.home-up {
    display: inline-block;
    text-align: center;
    /* margin: 0 90px 0 90px; */
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    width: 340px;
    padding: 0px 45px;
    min-height: 191px;
    margin-top: -7px;

}

.height-271 {
    min-height: 271px;
}

.home-up:hover {
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px)
}

.box-home-title {
    width: 2px;
    height: 64%;
    background-color: #cad0d1;
    display: inline-block;
    /* padding: 22px 25px 23px 13px; */
    position: absolute;
    /*bottom: 69px;*/
    border-radius: 10px;
    top: 51px;
}

.label-home-11 {
    display: block;
    max-width: 100%;
    /* font-weight: 700; */
    font-weight: 300;
    font-size: 26px;
    color: #40868a;
    /* margin-top: 19px; */
    margin-bottom: 0px;

}


.box-company-worth {
    width: 62%;
    min-height: 206px;
    background-color: rgba(251, 251, 251, 0.65);
    filter: alpha(opacity=65);
    box-shadow: 0px 0px 16px #969393;
    margin-top: 32px;
    padding: 11px 30px 10px 24px;
    text-align: left;
}



@media (max-width: 1283px) {
    .box-company-worth {
        width: 92%;
        min-height: 191px;
        background-color: rgba(251, 251, 251, 0.65);
        filter: alpha(opacity=65);
        box-shadow: 0px 0px 16px #969393;
        margin-top: 16px;
        padding: 17px 34px 16px 31px;
        text-align: left;
        margin-left: 30px;

    }

}

.box-company-future {
    width: 227px;
    height: 2px;
    background-color: #40868a;
    /* text-align: center; */
    /* margin-top: 2px; */
    /* margin: 3px auto; */
}

@media (min-width: 1281px) {
    .box-company-future-bg {
        width: 1920px;
        height: 206px;
        background-color: #cccccc;
        display: flex;
        margin-left: -20%;
        margin-right: -20%;
        /* margin-top: 43px; */

    }
}

@media (max-width: 1280px) {
    .box-company-future-bg {
        width: 1380px;
        height: 206px;
        background-color: #cccccc;
        display: flex;
        margin-left: -20%;
        margin-right: -20%;
        /* margin-top: 43px; */

    }
}

.label-company-servicet1 {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 100;
    font-size: 30px;

    color: #306365;
    margin-top: 21px;
}

.label-company-servicet2 {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 21px;

    margin-top: -5px;
    /* font-family: 黑体; */
    color: #77a3a5;
}

.label-company-strengtht1 {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 100;
    font-size: 30px;
    color: #585858;
    margin-top: 39px;
}

.label-company-strengtht2 {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 21px;
    margin-top: -5px;
    /* font-family: 黑体; */
    color: #9e9e9e;
}

.row-company-service {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
}

.row-company-servicec {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
}

.label-compant-servicec {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 21px;
    margin-left: 10px;
    margin-top: -5px;
    /* margin-right: 80px; */
    /* margin-right: 80px; */
    /* font-family: 黑体; */
    color: #29595a;
}

@media (min-width: 1283px) {
    .container-service {
        /* width: 1170px; */
        width: 1282px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 1283px) {
    .container-service {
        /* width: 1170px; */
        width: 1282px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

.img-service {
    width: 20px;
    height: 20px;
    margin-bottom: 8px;
    margin-left: 0;
}

.box-company-service {
    width: 151px;
    height: 1px;
    background-color: #ffffff;
    margin: 10px auto;
    margin-top: 0px;
    margin-bottom: 15px;
}

.box-company-strengtht {
    width: 151px;
    height: 1px;
    background-color: #cccaca;
    margin: 10px auto;
    margin-top: 0px;
    margin-bottom: 15px;
}

.line-company-service {
    text-align: left;
    margin-top: 4px;
    margin-bottom: 4px;
}

.testemonial-service2 {

    width: 0;
    height: 0;
    border-top: 265px solid #68afb3;
    /* border-left: 0px solid transparent; */
    border-right: 505px solid transparent;
    margin-top: -265px;
}
@media (min-width: 1281px) {
    .testemonial-service3 {

        width: 0;
        height: 0;
        border-top: 265px solid #ffffff;
        /* border-left: 0px solid transparent; */
        border-right: 505px solid #5ba1a5;
        margin-top: -265px;
        float: right;
    }
}
@media (max-width: 1280px){
    .testemonial-service3 {

        width: 0;
        height: 0;
        border-top: 265px solid #ffffff;
        /* border-left: 0px solid transparent; */
        border-right: 505px solid #5ba1a5;
        margin-top: -265px;
        margin-left: 761px;
    }
}
.testemonial-service4 {
    width: 0;
    height: 0;
    border-top: 265px solid #c5e8e8;
    /* border-left: 0px solid transparent; */
    border-right: 1005px solid transparent;
    margin-top: -125px;
    margin-left: -285px;
}

@media (min-width: 1283px) {
    .testemonial-service5 {
        width: 0;
        height: 0;
        border-bottom: 0px solid #44a3a900;
        border-top: 685px solid #44a3a900;
        border-left: 128px solid #f7000000;
        border-right: 601px solid #c5e8e8;
        margin-top: -692px;
        margin-right: -283px;
        float: right;
    }

    .testemonial-service6 {
        width: 0;
        height: 0;
        border-bottom: 0px solid #44a3a9f5;
        border-top: 606px solid #44a3a900;
        border-left: 128px solid #ff353500;
        border-right: 601px solid #f9f9f9;
        margin-top: -613px;
        margin-right: -283px;
        float: right;
    }
}

@media (max-width: 1283px) {
    .testemonial-service5 {
        width: 0;
        height: 0;
        border-bottom: 0px solid #44a3a900;
        border-top: 685px solid #44a3a900;
        border-left: 86px solid #f7000000;
        border-right: 601px solid #c5e8e8;
        margin-top: -685px;
        margin-right: -283px;
        float: right;
    }

    .testemonial-service6 {
        width: 0;
        height: 0;
        border-bottom: 0px solid #44a3a9f5;
        border-top: 606px solid #44a3a900;
        border-left: 128px solid #ff353500;
        border-right: 601px solid #f9f9f9;
        margin-top: -606px;
        margin-right: -283px;
        float: right;
    }

}

.row-company-strength1 {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
}

.box-company-strength1 {
    position:relative;
    width: 27%;
    min-height: 484px;
    /* border: 3px solid #40868a; */
    background-color: rgba(192, 215, 216, 0.32941176470588235);
    filter:alpha(opacity=32);
    box-shadow: 0px 0px 16px #969393;
    margin-top: 38px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    display: inline-flex;
    margin: 15px 20px 0 20px;
    z-index:1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.box-company-strength11 {
    width: 90%;
    min-height: 479px;
    border: 3px solid #40868a;
    background-color: #f9f9f9;
    /* box-shadow: 0px 0px 16px #969393; */
    margin-top: 38px;
    padding: 27px 10px 16px 10px;
    text-align: left;
    display: inline-block;
    margin: 20px 20px 20px 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 1;
}
.box-company-strength11:hover {
    width: 90%;
    min-height: 479px;
    border: 3px solid #40868a;
    background-color: #f9f9f9;
    /* box-shadow: 0px 0px 16px #969393; */
    margin-top: 38px;
    padding: 27px 10px 16px 10px;
    text-align: left;
    display: inline-block;
    margin: 20px 20px 20px 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 1;
}

@media (max-width: 1283px) {
    .box-company-strength1 {
        width: 30%;
        min-height: 519px;
        /* border: 3px solid #40868a; */
        background-color: #c0d7d854;
        box-shadow: 0px 0px 16px #969393;
        margin-top: 38px;
        padding: 0px 0px 0px 0px;
        text-align: left;
        display: inline-flex;
        margin: 15px 14px 0 14px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
    }
}

.box-company-strength1:hover {
    background-color: #40868a;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    z-index:1;
}

.img-company-strength {
    width: 100px;
    height: 100px;
}

.label-company-strengthc1 {
    display: block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 22px;
    color: #3b7073;
    margin-top: 7px;
}

.box-company-strengthc {
    width: 72px;
    height: 3px;
    background-color: #40868a;
    margin: 10px auto;
    margin-top: 42px;
    margin-bottom: 27px;
}
.box-company-strengthc2 {
    width: 72px;
    height: 3px;
    background-color: #40868a;
    margin: 10px auto;
    margin-top: 42px;
    margin-bottom: 27px;
}
.box-company-strengthc3 {
    width: 72px;
    height: 3px;
    background-color: #40868a;
    margin: 10px auto;
    margin-top: 19px;
    margin-bottom: 27px;
}
@media  (max-width: 1282px){
    .box-company-strengthc {
        width: 72px;
        height: 3px;
        background-color: #40868a;
        margin: 10px auto;
        margin-top: 48px;
        margin-bottom: 29px;
    }
    .box-company-strengthc2 {
        width: 72px;
        height: 3px;
        background-color: #40868a;
        margin: 10px auto;
        margin-top: 19px;
        margin-bottom: 29px;
    }
    .box-company-strengthc3 {
        width: 72px;
        height: 3px;
        background-color: #40868a;
        margin: 10px auto;
        margin-top: 16px;
        margin-bottom: 29px;
    }
}
.label-company-strengthc11 {
    display: block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #909090;
    text-align: left;
    margin-top: 7px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
@media  (max-width: 1282px){
    .label-company-strengthc11 {
        display: block;
        max-width: 100%;
        margin-bottom: 0px;
        font-weight: 400;
        font-size: 15px;
        color: #909090;
        text-align: left;
        margin-top: 7px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
    }
}

.label-company-strengthc11:hover {
    display: block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #466769;
    margin-top: 7px;
}
@media (max-width: 1282px){
    .label-company-strengthc11:hover {
        display: block;
        max-width: 100%;
        margin-bottom: 0px;
        font-weight: 400;
        font-size: 15px;
        color: #466769;
        margin-top: 7px;
    }
}
.box-service-fg1 {
    height: 14px;
    width: 158px;
    transform: rotate(-45deg);
    background-color: #43b1b7;
    margin-top: -253px;
    margin-left: 376px;
    border-radius: 23px;
}

@media  (max-width: 1283px) {
    .box-service-fg1 {
        height: 14px;
        width: 158px;
        transform: rotate(-45deg);
        background-color: #43b1b7;
        margin-top: -253px;
        margin-left: 235px;
        border-radius: 23px;
    }
}

.box-service-fg2 {
    height: 14px;
    width: 158px;
    transform: rotate(45deg);
    background-color: #43b1b7;
    margin-top: -3px;
    margin-left: 776px;
    border-radius: 23px;
}

@media (max-width: 1283px) {
    .box-service-fg2 {
        height: 14px;
        width: 150px;
        transform: rotate(45deg);
        background-color: #43b1b7;
        margin-top: -3px;
        margin-left: 571px;
        border-radius: 23px;
    }
}

.box-service-fg3 {
    height: 14px;
    width: 558px;
    transform: rotate(-37deg);
    background-color: #43b1b7;
    margin-top: -146px;
    margin-left: 1123px;
    border-radius: 23px;
}

@media (max-width: 1283px) {
    .box-service-fg3 {
        height: 14px;
        width: 558px;
        transform: rotate(-37deg);
        background-color: #43b1b7;
        margin-top: -146px;
        margin-left: 834px;
        border-radius: 23px;
    }
}

.box-service-fg4 {
    height: 14px;
    width: 558px;
    transform: rotate(37deg);
    background-color: #43b1b7;
    margin-top: 97px;
    margin-left: -370px;
    border-radius: 23px;
}

@media (max-width: 1283px) {
    .box-service-fg4 {
        height: 14px;
        width: 461px;
        transform: rotate(37deg);
        background-color: #43b1b7;
        margin-top: 97px;
        margin-left: -370px;
        border-radius: 23px;
    }
}

.box-strength-bottom {
    margin-top: 397px;
    width: 100%;
    height: 20px;
    background-color: #40868a;
    transform: rotate(-6deg);
    z-index: 1;
    margin-left: 10px;
}

.box-bg-bsi-iso9 {
    width: 50%;
    height: 951px;
    display: inline-flex;
    position: relative;
    background: -webkit-linear-gradient(left top, #e4e4e4, #f1f1f1);
    background: -o-linear-gradient(bottom right, #e4e4e4, #f1f1f1);
    background: -moz-linear-gradient(bottom right, #e4e4e4, #f1f1f1);
    background: linear-gradient(to bottom, #e4e4e4, #f1f1f1)
}

.box-bg-bsi-iso2 {
    width: 50%;
    height: 951px;
    display: inline-flex;
    position: absolute;
    right: 0;
    margin: 0px 0px 0px 0px;
    background: -webkit-linear-gradient(left top, #40868a, #62d6d6);
    background: -o-linear-gradient(bottom right, #40868a, #62d6d6);
    background: -moz-linear-gradient(bottom right, #40868a, #62d6d6);
    background: linear-gradient(to bottom, #40868a, #62d6d6);
}

.row-iso9 {
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 1282px) {
    .row-iso9 {
        margin-left: 3px;
        margin-right: 10px;
    }
}

@media (min-width: 1283px) {
    .container-iso9 {
        margin-left: auto;
        width: 597px;
        margin-right: auto;
        color: #777575;

    }
}

@media (max-width: 1282px) {
    .container-iso9 {
        margin-left: auto;
        width: 621px;
        margin-right: auto;
        color: #777575;

    }
}

.label-bsi-iso9t {
    display: block;
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 37px;

    margin-top: 36px;
    margin-left: 31px;
}
@media (max-width: 1282px){
    .label-bsi-iso9t {
        display: block;
        margin-bottom: 22px;
        font-weight: 400;
        font-size: 37px;
        margin-top: 36px;
        margin-left: 0px;
        text-align: center;
    }

}
.label-bsi-bsi {
    display: block;
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 37px;
    color: #ffffff;
    margin-top: 45px;
}

.box-iso9-01f {
    width: 96%;
    height: 1px;
    background-color: #969696;
    margin-top: -41px;
    margin-left: auto;
    margin-right: auto;
}

.box-iso9-02f {
    width: 100%;
    height: 1px;
    background-color: #969696;
    margin-top: -41px;
    margin-left: auto;
    margin-right: auto;
}

.box-iso9-03f {
    width: 100%;
    height: 1px;
    background-color: #969696;
    margin-top: -149px;
}

.box-iso9-01t {
    /* display: inline-block; */
    width: 563px;
    height: 79px;
    background: #cdcccc00;
    border: 1px solid #969696;
    padding: 6px 0px 6px 0px;
    margin-top: 30px;
    /* margin: 10px auto; */
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1282px){
    .box-iso9-01t {
        /* display: inline-block; */
        width: 510px;
        height: 79px;
        background: #cdcccc00;
        border: 1px solid #969696;
        padding: 6px 0px 6px 0px;
        margin-top: 30px;
        /* margin: 10px auto; */
        margin-left: auto;
        margin-right: auto;
    }
}

.label-bsi-iso901t {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 19px;
    padding: 0px 10px 0px 13px;
    /* color: #ffffff; */
    height: 71px;
    /* z-index: 1; */
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.label-bsi-iso901t:hover {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 19px;
    padding: 0px 10px 0px 23px;
    /* color: #ffffff;*/
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.box-iso9-01c {
    text-align: center;
    display: inline-block;
    width: 382px;
    height: 44px;
    background: #cdcccc00;
    border: 1px solid #96969600;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-left: 30px;

    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.box-iso9-01c:hover {
    text-align: center;
    display: inline-block;
    width: 382px;
    height: 44px;
    background: #cdcccc00;
    border: 1px solid #969696;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-left: 30px;

}

.label-bsi-iso901c {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    /* color: #ffffff; */
    padding: 10px 0px 0px 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}


.box-iso9-02t {
    /* display: inline-block; */
    width: 563px;
    min-height: 79px;
    background: #cdcccc00;
    border: 1px solid #969696;
    padding: 6px 8px 6px 8px;
    margin-top: 30px;
    /* margin: 10px auto; */
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1282px){
    .box-iso9-02t {
        /* display: inline-block; */
        width: 510px;
        min-height: 79px;
        background: #cdcccc00;
        border: 1px solid #969696;
        padding: 6px 8px 6px 8px;
        margin-top: 30px;
        /* margin: 10px auto; */
        margin-left: auto;
        margin-right: auto;
    }
}

.label-bsi-iso902t {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 19px;
    padding: 0px 10px 0px 2px;
    /* color: #ffffff;*/
    height: 71px;
    z-index: 1;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.label-bsi-iso902t:hover {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 19px;
    padding: 0px 10px 0px 12px;
    /* color: #ffffff;*/
    height: 71px;
    z-index: 1;
    position: relative;

}

.box-iso9-02c {
    text-align: center;
    display: inline-block;
    width: 445px;
    /* height: 44px; */
    background: #cdcccc00;
    border: 1px solid #96969600;
    padding: 10px 35px 10px 35px;
    margin-top: 50px;
    margin-left: 154px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.box-iso9-02c:hover {
    text-align: center;
    display: inline-block;
    width: 445px;
    /* height: 44px; */
    background: #cdcccc00;
    border: 1px solid #969696;
    padding: 10px 35px 10px 35px;
    margin-top: 50px;
    margin-left: 154px;

}

.label-bsi-iso902c {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    /* color: #ffffff; */
    padding: 10px 0px 10px 10px;
    /* position: relative; */
    /* z-index: 0; */


}




.box-iso9-03t {

    width: 563px;
    min-height: 189px;
    background: #cdcccc00;
    border: 1px solid #969696;
    padding: 6px 8px 6px 8px;
    margin-top: 30px;
    /* margin: 10px auto; */
    /* margin-left: 30px; */
    margin-left: auto;
    margin-right: auto;
}
@media  (max-width: 1282px){
    .box-iso9-03t {

        width: 510px;
        min-height: 189px;
        background: #cdcccc00;
        border: 1px solid #969696;
        padding: 6px 8px 6px 8px;
        margin-top: 30px;
        /* margin: 10px auto; */
        /* margin-left: 30px; */
        margin-left: auto;
        margin-right: auto;
    }
}
.label-bsi-iso903t {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 19px;
    padding: 0px 10px 0px 2px;
    /* color: #ffffff;*/
    height: 180px;
    z-index: 1;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;

}

.label-bsi-iso903t:hover {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 19px;
    padding: 0px 10px 0px 12px;
    /* color: #ffffff;*/
    height: 180px;
    z-index: 1;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;

}

.box-iso9-03c {
    text-align: left;
    display: inline-block;
    width: 446px;
    /* height: 44px; */
    background: #cdcccc00;
    border: 1px solid #96969600;
    padding: 10px 15px 10px 15px;
    margin-top: 66px;
    margin-left: 145px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.box-iso9-03c:hover {
    text-align: left;
    display: inline-block;
    width: 446px;
    /* height: 44px; */
    background: #cdcccc00;
    border: 1px solid #969696;
    padding: 10px 15px 10px 15px;
    margin-top: 66px;
    margin-left: 145px;
}

.label-bsi-iso903c {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 6px;

}

.box-iso9-round {
    width: 15px;
    height: 2px;
    background-color: #969696;
    display: inline-block;
    /* margin-right: 10px; */
    margin-bottom: 4px;
    margin-left: 7px;
    margin-top: 15px;
}

.box-iso2-round {
    width: 15px;
    height: 2px;
    background-color: #ffffff;
    display: inline-block;
    /* margin-right: 10px; */
    margin-bottom: 4px;
    margin-left: 7px;
    margin-top: 15px;
}

.fg-bsi-iso9-1 {
    width: 393px;
    display: block;
    height: 1px;
    background-color: #ffffff;
    transform: rotate(11deg);
    /* z-index: 2; */
    margin-left: 93px;
    margin-top: -332px;

}

.fg-bsi-iso9-2 {
    width: 367px;
    display: block;
    height: 1px;
    background-color: #ffffff;
    transform: rotate(-17deg);
    /* z-index: 2; */
    margin-left: 120px;
    margin-top: 108px;

}

.box-bsi-iso9-rz {
    position: absolute;
    width: 563px;
    height: 255px;
    background-color: #cbc9c900;
    border: 1px solid #969696;
    margin-top: 30px;
    margin-left: 18px;
    padding: 10px 20px 10px 20px;
    z-index: 1;
    /* color: #ffffff; */
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;

}

@media (max-width: 1282px) {
    .box-bsi-iso9-rz {
        position: absolute;
        width: 510px;
        height: 255px;
        background-color: #cbc9c900;
        border: 1px solid #969696;
        margin-top: 30px;
        margin-left: 52px;
        padding: 10px 20px 10px 20px;
        z-index: 1;
        /* color: #ffffff; */
        transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;

    }
}

.box-bsi-iso9-rz:hover {
    position: absolute;
    width: 563px;
    height: 255px;
    background-color: rgba(255, 255, 255, 0.68);
    filter:alpha(opacity=68);
    border: 1px solid #7f8080;
    margin-top: 30px;
    margin-left: 48px;
    padding: 10px 20px 10px 20px;
    z-index: 1;
    color: #828282;

}

@media (max-width: 1282px) {
    .box-bsi-iso9-rz:hover {
        position: absolute;
        width: 520px;
        height: 255px;
        background-color: rgba(255, 255, 255, 0.68);
        filter:alpha(opacity=68);
        border: 1px solid #7f8080;
        margin-top: 20px;
        margin-left: 46px;
        padding: 10px 20px 10px 20px;
        z-index: 1;
        color: #828282;

    }
}

.label-bsi-iso9-rzt {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    /* color: #ffffff;*/
    text-align: right;
}

.label-bsi-iso9-rzc {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    /*color: #ffffff;*/
    text-align: left;
}

.box-bsi-rz-fg {
    width: 90%;
    height: 1px;
    /*background-color: #ffffff;*/
    margin: auto;
    margin-top: 3px;
    margin-bottom: 3px;

}

.img-bsi-iso9 {
    width: 454px;
    height: 288px;
    position: absolute;
    margin-top: 242px;
    margin-left: 189px;
    border-radius: 4px;
    z-index: 0;
}

@media (min-width: 1283px) {
    .container-iso2 {
        margin-left: auto;
        width: 584px;
        margin-right: auto;
        color: #ffffff;

    }
}

@media (max-width: 1282px) {
    .container-iso2 {
        margin-left: auto;
        width: 621px;
        margin-right: auto;
        color: #ffffff;

    }
}

.box-iso2-01f {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin-top: -41px;
}

.box-iso2-03f {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin-top: -149px;
}

@media (min-width: 1283px) {
    .label-bsi-iso2t {
        display: block;
        margin-bottom: 22px;
        font-weight: 400;
        font-size: 37px;
        color: #ffffff;
        margin-top: 45px;
        margin-left: 20px;
    }
}

@media (max-width: 1282px) {
    .label-bsi-iso2t {
        display: block;
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 37px;
        color: #ffffff;
        margin-top: 45px;
        text-align: center;
        /* margin-left: 28px; */
    }
}

.row-iso2 {
    margin-left: 10px;
    margin-right: 10px;
}

.box-iso2-01c {
    text-align: center;
    display: inline-block;
    width: 445px;
    /* height: 44px; */
    background: #cdcccc00;
    border: 1px solid #ffffff00;
    padding: 10px 12px 10px 12px;
    margin-top: 24px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.box-iso2-01c:hover {
    text-align: center;
    display: inline-block;
    width: 445px;
    /* height: 44px; */
    background: #cdcccc00;
    border: 1px solid #ffffff;
    padding: 10px 12px 10px 12px;
    margin-top: 24px;
}

.box-iso2-01t {
    /* display: inline-block; */
    width: 567px;
    min-height: 79px;
    background: #cdcccc00;
    border: 1px solid #ffffff;
    padding: 6px 8px 0px 8px;
    margin-top: 22px;
    /* margin: 10px auto; */
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1282px){
    .box-iso2-01t {
        /* display: inline-block; */
        width: 510px;
        height: 79px;
        background: #cdcccc00;
        border: 1px solid #ffffff;
        padding: 6px 8px 6px 8px;
        margin-top: 20px;
        /* margin: 10px auto; */
        margin-left: auto;
        margin-right: auto;
    }
}
.label-bsi-iso201c {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.label-bsi-iso201t {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 19px;
    padding: 0px 10px 0px 2px;
    /* color: #ffffff; */
    height: 71px;
    z-index: 1;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.label-bsi-iso201t:hover {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 19px;
    padding: 0px 10px 0px 12px;
    /* color: #ffffff; */
    height: 71px;
    z-index: 1;
    position: relative;

}

.box-iso2-02c {
    text-align: center;
    display: inline-block;
    width: 445px;
    /* height: 44px; */
    background: #cdcccc00;
    border: 1px solid #ffffff00;
    padding: 10px 12px 10px 12px;
    margin-left: 139px;
    margin-top: 48px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.box-iso2-02c:hover {
    text-align: center;
    display: inline-block;
    width: 445px;
    /* height: 44px; */
    background: #cdcccc00;
    border: 1px solid #ffffff;
    padding: 10px 12px 10px 12px;
    margin-left: 139px;
    margin-top: 48px;
}

.box-iso2-02t {

    width: 567px;
    min-height: 79px;
    background: #cdcccc00;
    border: 1px solid #ffffff;
    padding: 6px 8px 0px 8px;
    margin-top: 30px;
    /* margin: 10px auto; */
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1282px){
    .box-iso2-02t {

        width: 510px;
        min-height: 99px;
        background: #cdcccc00;
        border: 1px solid #ffffff;
        padding: 6px 8px 6px 8px;
        margin-top: 30px;
        /* margin: 10px auto; */
        margin-left: auto;
        margin-right: auto;
    }
}
.label-bsi-iso202c {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    /* color: #ffffff; */
    padding: 10px 0px 10px 10px;
    /* position: relative; */
    /* z-index: 0; */
}

.label-bsi-iso202t {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 19px;
    padding: 0px 10px 0px 2px;
    /* color: #ffffff; */
    height: 71px;
    z-index: 1;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.label-bsi-iso202t:hover {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 19px;
    padding: 0px 10px 0px 12px;
    /* color: #ffffff; */
    height: 71px;
    z-index: 1;
    position: relative;

}

.box-iso2-03c {
    text-align: left;
    display: inline-block;
    width: 446px;
    /* height: 44px; */
    background: #cdcccc00;
    border: 1px solid #ffffff00;
    padding: 10px 15px 10px 15px;
    margin-top: 66px;

    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.box-iso2-03c:hover {
    text-align: left;
    display: inline-block;
    width: 446px;
    /* height: 44px; */
    background: #cdcccc00;
    border: 1px solid #ffffff;
    padding: 10px 15px 10px 15px;
    margin-top: 66px;

}

.label-bsi-iso203c {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 6px;
}

.box-iso2-03t {
    width: 567px;
    min-height: 166px;
    background: #cdcccc00;
    border: 1px solid #ffffff;
    padding: 6px 8px 6px 8px;
    margin-top: 30px;
    /* margin: 10px auto; */
    /* margin-left: 30px; */
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1282px){
    .box-iso2-03t {
        width: 510px;
        min-height: 189px;
        background: #cdcccc00;
        border: 1px solid #ffffff;
        padding: 6px 8px 6px 8px;
        margin-top: 30px;
        /* margin: 10px auto; */
        /* margin-left: 30px; */
        margin-left: auto;
        margin-right: auto;
    }
}
.label-bsi-iso203t {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 19px;
    padding: 0px 10px 0px 2px;
    /* color: #ffffff; */
    height: 180px;
    z-index: 1;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.label-bsi-iso203t:hover {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 19px;
    padding: 0px 10px 0px 12px;
    /* color: #ffffff; */
    height: 180px;
    z-index: 1;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.fg-bsi-iso2-1 {
    width: 358px;
    display: block;
    height: 1px;
    background-color: #ffffff;
    transform: rotate(-12deg);
    /* z-index: 2; */
    margin-left: 130px;
    margin-top: -335px;
}

.fg-bsi-iso2-2 {
    width: 374px;
    display: block;
    height: 1px;
    background-color: #ffffff;
    transform: rotate(20deg);
    /* z-index: 2; */
    margin-left: 122px;
    margin-top: 118px;
}

.box-bsi-iso2-rz {
    position: absolute;
    width: 567px;
    height: 255px;
    background-color: #cbc9c900;
    border: 1px solid #ffffff;
    margin-top: 30px;
    margin-left: 11px;
    padding: 16px 20px 16px 20px;
    z-index: 1;
    color: #ffffff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

@media (max-width: 1282px) {
    .box-bsi-iso2-rz {
        position: absolute;
        width: 510px;
        height: 255px;
        background-color: #cbc9c900;
        border: 1px solid #ffffff;
        margin-top: 30px;
        margin-left: 55px;
        padding: 16px 20px 16px 20px;
        z-index: 1;
        color: #ffffff;
        transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
    }
}

.box-bsi-iso2-rz:hover {
    position: absolute;
    width: 567px;
    height: 255px;
    background-color: rgba(255, 255, 255, 0.39);
    filter:alpha(opacity=39);
    border: 1px solid #40868a;
    margin-top: 30px;
    margin-left: -20px;
    padding: 16px 20px 16px 20px;
    z-index: 1;
    color: #40868a;

}

@media (max-width: 1282px) {
    .box-bsi-iso2-rz:hover {
        position: absolute;
        width: 520px;
        height: 255px;
        background-color: rgba(255, 255, 255, 0.39);
        filter:alpha(opacity=39);
        border: 1px solid #40868a;
        margin-top: 20px;
        margin-left: 50px;
        padding: 16px 20px 16px 20px;
        z-index: 1;
        color: #40868a;

    }
}

.box-iso9-bk {
    width: 100%;
    height: 100%;
    background-color: #ffffff00;
    border: 2px solid #5bc5c600;
    margin: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.box-iso9-bk:hover {
    width: 96%;
    height: 96%;
    background-color: #ffffff00;
    border: 2px solid #40868a;
    margin: auto;
}

.box-iso2-bk {
    width: 100%;
    height: 100%;
    background-color: #ffffff00;
    border: 2px solid #5bc5c600;
    margin: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.box-iso2-bk:hover {
    width: 96%;
    height: 96%;
    background-color: #ffffff00;
    border: 2px solid #ffffff;
    margin: auto;
}
@media (min-width:1281px) {
    .label-news-date-month {
        /*display: inline-block;
        max-width: 100%;
        font-weight:300;
        font-size: 34px;*/
        display: inline-block;
        max-width: 100%;
        margin-bottom: 0px;
        font-weight: 300;
        font-size: 31px;
        cursor:pointer;
    }
}
@media (max-width:1280px){
    .label-news-date-month {
        /*display: inline-block;
        max-width: 100%;
        font-weight:300;
        font-size: 34px;*/
        display: inline-block;
        max-width: 100%;
        margin-bottom: 0px;
        font-weight: 300;
        font-size: 26px;
        cursor:pointer;
    }
}
.label-news-date-year {
    display: inline-block;
    max-width: 100%;
    /* margin-bottom: 5px; */
    font-weight: 300;
    font-size: 18px;
    cursor:pointer;
    margin-left: 0px;
}
@media (min-width:1281px) {
    .label-news-title {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 300;
        font-size: 21px;
        vertical-align: middle;
        cursor:pointer;
    }
}
@media (max-width:1280px){
    .label-news-title {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 300;
        font-size: 17px;
        vertical-align: middle;
        cursor:pointer;
    }
}
@media (min-width: 1281px) {
    .img-news-title {
        width: 36px;
        float: right;
        margin-top: 5px;
        transform:rotate(-90deg);
        transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
    }
}
@media (max-width:1280px){
    .img-news-title {
        width:24px;
        float: right;
        margin-top: 5px;
        transform:rotate(-90deg);
        transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
    }
}
@media (min-width:1281px ) {
    .label-news-title-h1 {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 300;
        margin-left: 66px;
        margin-right: 10px;
    }
}
@media (max-width: 1280px){
    .label-news-title-h1 {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 300;
        margin-left: 14px;
        margin-right: 0px;
    }
}
.label-news-title-h2 {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    margin-left: 0px;

}

.news-bg-round1 {
    width: 1950px;
    height: 1950px;
    background-color: #40868a00;
    border: 2px solid #619da0;
    border-radius: 100%;
    margin-top: -809px;
    z-index: 0;
    position: absolute;
    margin-left: 326px;
}

.news-bg-round2 {
    width: 2600px;
    height: 2600px;
    background-color: #40868a00;
    border: 2px solid #619da0;
    border-radius: 100%;
    margin-top: -1831px;
    z-index: 0;
    position: absolute;
    margin-left: 200px;
}

.box-news-bk {
    width: 100%;
    min-height: 930px;
    background-color: #ffffff00;
    border: 2px solid #40868a00;
    margin: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.box-news-bk:hover {
    width: 96%;
    min-height: 930px;
    background-color: #ffffff00;
    border: 2px solid #40868a;
    margin: auto;
}

.box-company-title {
    width: 59px;
    height: 4px;
    margin-top: -10px;
    margin-left: 20px;
    background-color: #40868a;
    position: absolute;

}

.label-iso9001 {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.btn-connect-close {
    display: inline-block;
    padding: 6px 62px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-right: 1px;
    float: right;
}

.body {
    padding-right: 0px !important;
}

*.modal-open {
    overflow-y: scroll;
    padding-right: 0 !important;
}

.label-company-servicebg {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 21px;

    margin-top: -5px;
    /* font-family: 黑体; */
    color: #77a3a5;
}

.label-company-profile {
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 300;
    /* float: left; */
    position: relative;
    left: 0;
    margin-left: 12px;
    font-size: 21px;
    color: #8c8c8c;
    /* margin-top: 10px; */
}

.label-company-planning {
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 300;
    /* float: left; */
    position: relative;
    left: 0;
    margin-left: 3px;
    font-size: 21px;
    color: #8c8c8c;
    /* margin-top: 10px; */
}

.textalign-left {
    text-align: left;
}

.home-service {
    /*    width: 520px;
    height: 304px;
    background-color: #e4e4e4;
    margin: 10px auto;
       box-shadow: 10px 4px 40px #b1acac;*/
    width: 322px;
    height: 322px;
    background-color: #e4e4e442;
    margin: 60px auto;
    box-shadow: 10px 4px 40px #b1acac;
    border-radius: 100%;
    border: 5px solid #69c8ce;
}

.img-home-service1 {
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 0px 0px;
    margin-top: -1px;
    z-index: 0;
    position: relative;
}

.home-service-mb {
    width: 100%;
    height: 101px;
    background-color: #fff9f96e;
    z-index: 1;
    position: relative;
    margin-top: -100px;
    bottom: 0;
}

.label-home-lyt {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 9px;
    font-weight: 100;
    font-size: 39px;
    text-align: center;
    color: #000000;
}

.box-home-ly {
    margin: 8px auto;
    width: 61px;
    height: 2px;
    background-color: #66dfe6;
    margin-bottom: 31px;
}

.label-home-lytc {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 27px;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #6f6f6f;
}

.home-ly-round1 {
    width: 30px;
    height: 30px;
    background-color: #ffffff00;
    border: 1px solid #888888;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -281px;
    /* margin: 10px auto; */
    position: absolute;
    /* margin: 10px auto; */
    margin-left: 426px;

}

.home-ly-line1 {
    width: 393px;
    height: 1px;
    background-color: #afafaf;
    /* border: 1px solid #888888; */
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -267px;
    /* margin: 10px auto; */
    position: absolute;
    /* margin: 10px auto; */
    margin-left: 49px;
}

.home-ly-box1 {
    width: 370px;
    height: 46px;
    background-color: #afafaf00;
    border: 1px solid #88888800;
    /* border-radius: 100%; */
    margin-left: auto;
    margin-right: auto;
    margin-top: -443px;
    /* margin: 10px auto; */
    position: absolute;
    /* margin: 10px auto; */
    margin-left: 100px;
    color: #000000;
    padding: 6px 2px 2px 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;

}

@media (max-width: 1282px){
    .home-ly-box1 {
        width: 370px;
        height: 46px;
        background-color: #afafaf00;
        border: 1px solid #88888800;
        /* border-radius: 100%; */
        margin-left: auto;
        margin-right: auto;
        margin-top: -443px;
        /* margin: 10px auto; */
        position: absolute;
        /* margin: 10px auto; */
        margin-left: -80px;
        color: #000000;
        padding: 6px 2px 2px 2px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
    }
}

/*.home-ly-box1:hover{
    width: 390px;
    height: 46px;
    background-color: #afafaf00;
    border: 1px solid #888888;

    margin-left: auto;
    margin-right: auto;
   margin-top: -402px;

    position: absolute;

    margin-left: 64px;
    color: #000000;
    padding: 6px 2px 2px 2px;

}*/
.home-ly-label1 {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 20px;
}


.home-ly-round2 {
    width: 30px;
    height: 30px;
    background-color: #ffffff00;
    border: 1px solid #888888;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
    /* margin: 10px auto; */
    position: absolute;
    /* margin: 10px auto; */
    margin-left: 426px;

}

.home-ly-line2 {
    width: 393px;
    height: 1px;
    background-color: #afafaf;
    /* border: 1px solid #888888; */
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -76px;
    /* margin: 10px auto; */
    position: absolute;
    /* margin: 10px auto; */
    margin-left: 49px;
}

.home-ly-box2 {
    width: 435px;
    height: 46px;
    background-color: #afafaf00;
    border: 1px solid #88888800;
    /* border-radius: 100%; */
    margin-left: auto;
    margin-right: auto;
    margin-top: -105px;
    /* margin: 10px auto; */
    position: absolute;
    /* margin: 10px auto; */
    margin-left: 162px;
    color: #000000;
    padding: 6px 2px 2px 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;

}
@media  (max-width: 1282px){
    .home-ly-box2 {
        width: 435px;
        height: 46px;
        background-color: #afafaf00;
        border: 1px solid #88888800;
        /* border-radius: 100%; */
        margin-left: auto;
        margin-right: auto;
        margin-top: -105px;
        /* margin: 10px auto; */
        position: absolute;
        /* margin: 10px auto; */
        margin-left: -24px;
        color: #000000;
        padding: 6px 2px 2px 2px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
    }
}
/*.home-ly-box2:hover{
    width: 455px;
    height: 46px;
    background-color: #afafaf00;
    border: 1px solid #888888;

    margin-left: auto;
    margin-right: auto;
    margin-top: -63px;

    position: absolute;

    margin-left: 132px;
    color: #000000;
    padding: 6px 2px 2px 2px;

}*/
.home-ly-label2 {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 20px;
}

.home-ly-round3 {
    width: 30px;
    height: 30px;
    background-color: #ffffff00;
    border: 1px solid #888888;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -188px;
    /* margin: 10px auto; */
    position: absolute;
    /* margin: 10px auto; */
    margin-left: 846px;

}

.home-ly-line3 {
    width: 423px;
    height: 1px;
    background-color: #afafaf;
    /* border: 1px solid #888888; */
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -173px;
    /* margin: 10px auto; */
    position: absolute;
    /* margin: 10px auto; */
    margin-left: 861px;
}

.home-ly-box3 {
    width: 376px;
    height: 46px;
    background-color: #afafaf00;
    border: 1px solid #88888800;

    margin-left: auto;
    margin-right: auto;
    margin-top: -373px;

    position: absolute;

    margin-left: 887px;
    color: #000000;
    padding: 6px 2px 2px 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;

}
@media (max-width: 1282px){
    .home-ly-box3 {
        width: 376px;
        height: 46px;
        background-color: #afafaf00;
        border: 1px solid #88888800;
        margin-left: auto;
        margin-right: auto;
        margin-top: -373px;
        position: absolute;
        margin-left: 668px;
        color: #000000;
        padding: 6px 2px 2px 2px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
    }
}
/*.home-ly-box3:hover{
    width: 396px;
    height: 46px;
    background-color: #afafaf00;
    border: 1px solid #888888;

    margin-left: auto;
    margin-right: auto;
    margin-top: -332px;

    position: absolute;

    margin-left: 907px;
    color: #000000;
    padding: 6px 2px 2px 2px;

}*/
.home-ly-label3 {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 20px;
}

.label-ly-zx {
    fill: none;
    stroke: #2e9298;
    stroke-width: 2px;
}

.position-ly {
    position: relative;
    margin-top: -365px;
    margin-left: 63px;
}
@media (max-width: 1282px){
    .position-ly {
        position: relative;
        margin-top: -365px;
        margin-left: -104px;
    }
}
.stem-title-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 105px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    /* color: #000000; */
    text-align: left;
    list-style: none;
    background-color: rgba(77, 78, 84, 0.29);
    filter:alpha(opacity=29);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.stem-title-dropdown-li {
    position: relative;
    padding: 0px 12px 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.title-a {
    padding: 7px 0 7px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
}

.stem-title-dropdown a:before {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 105px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    /* color: #000000; */
    text-align: left;
    list-style: none;
    background-color: #4d4e541a;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.jump-bsi {
    position: absolute;
    margin-top: -78px;
}

.box-planning-fg {
    background-color: #f9f9f9;
    width: 100%;
    height: 96px;
}
@media(max-width:1282px){
    .box-planning-fg {
        background-color: #f9f9f9;
        width: 100%;
        height: 50px;
    }
}
.single-package-item img {
    cursor: pointer;
    transition: all 0.6s;
}

.single-package-item img:hover {
    transform: scale(1.1);
}

#toggle-button {
    display: none;
}

.button-label {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 25px;
    background-color: #fff;
    box-shadow: #888888 0px 0px 1px 0px inset;
    border-radius: 4px;
    overflow: hidden;
    float: right;
    margin-top: 9px;
    margin-right: 10px;
    border: 0px solid #c3c3c3;
    cursor:pointer;
}

.circle {
    position: absolute;
    top: 2px;
    left: 0;
    width: 19px;
    height: 20px;
    border-radius: 21%;
    box-shadow: #585858 0px 1px 6px -1px;
    background-color: #62d264;
    margin-left: 3px;
}

.button-label .text {
    line-height: 26px;
    font-size: 14px;
    text-shadow: 0 0 2px #ddd;
}

.on {
    color: #fff;
    display: none;
    text-indent: 4px;
    font-family: Yu Gothic;
    font-weight: 500;
}

.off {
    color: #226569;
    display: inline-block;
    text-indent: 30px;
    font-weight: 600;
}

.button-label .circle {
    left: 0;

    /*transition: all 0.3s;*/
}

#toggle-button:checked+label.button-label .circle {
    left: 46px;
    background-color: #f0f1db;
}

#toggle-button:checked+label.button-label .on {
    display: inline-block;
}

#toggle-button:checked+label.button-label .off {
    display: none;
}

#toggle-button:checked+label.button-label {
    background-color: #ff5d5d;
}
.ly-wl{
    width:1310px;
    height:400px;
}
@media (max-width: 1282px){
    .ly-wl{
        width:1157px;
        height:400px;
    }
}
.col-md-service-2{
    width: 18.666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float:left;
}

/*#product1 {*/
    /*background: url(../images/packages/product1.png);*/
    /*background-size: 375px 200px;*/
    /*width: 375px;*/
    /*height: 200px;*/
    /*!*border: 1px solid #40868a00;*!*/

    /*border: 3px solid #b7dcde;*/
/*}*/
/*#product1:hover{*/

    /*transition: all 0.6s;*/
    /*transform: scale(1.1);*/
    /*border-bottom:3px solid #40868a;*/
/*}*/
/*!*.product-img{*!*/
    /*!*width: 95%;*!*/
    /*!*height: 93%;*!*/
    /*!*border: 2px solid #40868a;*!*/
    /*!*!* margin-left: 15px; *!*!*/
    /*!*!* margin-top: 11px; *!*!*/
    /*!*margin: 7px auto;*!*/
/*!*}*!*/
/*#product2 {*/
    /*background: url(../images/packages/product2.png);*/
    /*background-size: 375px 200px;*/
    /*width: 375px;*/
    /*height: 200px;*/
    /*!*border: 1px solid #40868a00;*!*/
    /*border: 3px solid #b7dcde;*/
/*}*/
/*#product2:hover{*/
    /*transition: all 0.6s;*/
    /*transform: scale(1.1);*/
    /*border-bottom:3px solid #40868a;*/
/*}*/

/*#product3 {*/
    /*background: url(../images/packages/product3.png);*/
    /*background-size: 375px 200px;*/
    /*width: 375px;*/
    /*height: 200px;*/
    /*!*border: 1px solid #40868a00;*!*/
    /*border: 3px solid #b7dcde;*/
/*}*/
/*#product3:hover{*/
    /*transition: all 0.6s;*/
    /*transform: scale(1.1);*/
    /*border-bottom:3px solid #40868a;*/
/*}*/

/*#product4 {*/
    /*background: url(../images/packages/productx.jpg);*/
    /*background-size: 375px 200px;*/
    /*width: 375px;*/
    /*height: 200px;*/
    /*!*border: 1px solid #40868a00;*!*/
    /*border: 3px solid #b7dcde;*/
/*}*/
/*#product4:hover{*/
    /*transition: all 0.6s;*/
    /*transform: scale(1.1);*/
    /*border-bottom:3px solid #40868a;*/
/*}*/

.news-container{
    margin-left:15px;
}
.news-indent{
    text-indent: 2em;
}
.news-dated-fg{
    width:85px;
    display:inline-block;
}
.news-dated-fg2{
    width:132px;
    display:inline-block;
}

.product-height{
    min-height:299px;
}
@media(max-width:1281px){
    .product-height{
        min-height:410px;
    }
}

/*  新闻部分 -轮播图高度  */
.carousel-body {
    /*max-height: 320px;*/
    height: auto;
}

/* img 大小 固定宽度为910px */
.picture-img {
    width: 910px;
    /*height: 320px;*/
}
