.all-box {
    width: 1400px;
    margin: 0 auto;
}

/* .menu>li {
    color: #333;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.menu {
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.menu li:hover {
    color: #172a88;
}

.menu li:hover .border-line {
    display: block;
    animation: line 1s ease;
    -webkit-animation: line 1s ease;
} */

@keyframes line {
    from {
        width: 0px;
    }
    to {
        width: 60px;
    }
}

@-webkit-keyframes line {
    from {
        width: 0px;
    }
    to {
        width: 60px;
    }
}


/* .menu ul {
    display: none;
    position: absolute;
    top: 70px;
    left: 10%;
    transform: translate(-10%, 0);
    z-index: 9;
    font-size: 14px;
    transition: all .5s ease 0s;
    background-color: #fff;
    box-shadow: inset 0px 1px 0px 0px #e5e5e5;
    overflow: hidden;
}

header {
    position: fixed;
    z-index: 100;
} */

.m140 {
    margin-top: 140px;
}


/* .menu ul li {
    display: block;
    line-height: 40px;
    position: relative;
    text-align: left;
    min-width: 200px;
    max-width: 320px;
    font-family: Regular;
    transition: height .2s ease;
}

.menu>li::after {
    content: '';
    width: 100px;
    height: 54px;
    background-color: transparent;
    position: absolute;
    top: 18px;
    left: 0;
} */


/* .menu ul li>a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    padding: 5px 15px;
    white-space: nowrap;
    font-family: Regular;
}

.menu ul li:hover a {
    color: #172a88;
} */


/* .menu li:hover ul {
    display: block !important;
    animation: myfirst 2s;
    -webkit-animation: myfirst 2s;
}

.menu li span {
    display: inline-block;
    position: relative;
    font-family: Regular;
} */


/* .menu .border-line {
    width: 60px;
    height: 4px;
    background: #172a88;
    position: absolute;
    left: 50%;
    top: 66px;
    transform: translate(-50%);
    display: none;
} */


/* .active-menu .border-line {
    display: block;
} */

@keyframes myfirst {
    from {
        opacity: 0.6;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes myfirst {
    from {
        opacity: 0.6;
    }
    to {
        opacity: 1;
    }
}


/* .menu li a {
    color: #333;
} */

.active-menu>span {
    color: #172a88;
    /*font-family: Regular;*/
}

.active-menu>a {
    color: #172a88 !important;
    position: relative;
    padding-bottom: 10px;
    border-bottom-width: 2px;
    /*font-family: Regular;*/
}


/* .header-menu {
    width: 100vw;
    padding: 0 175px 0 260px;
    height: 100px;
    background-color: #fff;
} */


/*  */
footer{
    padding: 50px 0 60px 0;
}
.quote {
    font-size: 12px;
    /*font-family: Light2;*/
}

/*.Medium {*/
/*    font-family: Medium2;*/
/*}*/

/*.Light {*/
/*    font-family: Light2;*/
/*}*/

/*.ExtraLight {*/
/*    font-family: ExtraLight;*/
/*}*/

/*.ExtraBold {*/
/*    font-family: ExtraBold;*/
/*}*/

/*.Thin {*/
/*    font-family: Thin2;*/
/*}*/

/*.SemiBold {*/
/*    font-family: SemiBold;*/
/*}*/

/*.Regular {*/
/*    font-family: Regular;*/
/*}*/

/*.Black {*/
/*    font-family: Black2;*/
/*}*/

/*.Bold,*/
/*.MonBO {*/
/*    font-family: Bold2;*/
/*}*/

/*.Regular {*/
/*    font-family: Regular;*/
/*}*/

/*.ExtraBold {*/
/*    font-family: ExtraBold;*/
/*}*/

.mt20 {
    margin-top: 20px;
}

.fw {
    color: #FFFFFF;
}

.font44 {
    font-size: 44px;
    margin-bottom: 3%;
}

.indexDiv3 .txt {
    width: 60%;
}

.mt10 {
    margin-top: 10px;
}

.fc {
    color: #CCCCCC;
}

.font20 {
    font-size: 20px;
}

.mt70 {
    margin-top: 70px;
}

.relative {
    position: relative;
}

.mt10 {
    margin-top: 10px;
}

.font28 {
    font-size: 28px;
}

.font20 {
    font-size: 20px;
}

.s-i p {
    /*font-family: Regular;*/
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 20px;
}

.w62 {
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 2%;
}

.briocean {
    /*width: 1051px;*/
    /*height: 143px;*/
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 0px;
    color: #333;
    text-align: center;
    margin: 80px 0 30px 0;
    font-weight: bold;
}

.briocean span {
    /*font-family: Bold2;*/
}

.c-6c {
    color: #172a88;
}

.briocean-text {
    /*width: 1189px;*/
    /*height: 79px;*/
    /*font-family: Regular;*/
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #555555;
    text-align: center;
    margin-bottom: 60px;
}

.about-box {
    width: 460px;
    height: 345px;
    margin-bottom: 30px;
    position: relative;
}

.about-1 {
    background-image: url(about1.png);
    background-size: cover;
}

.about-2 {
    background-image: url(about2.png);
    background-size: cover;
}

.about-3 {
    background-image: url(about3.png);
    background-size: cover;
}

.about-4 {
    background-image: url(about4.png);
    background-size: cover;
}

.about-5 {
    background-image: url(about5.png);
    background-size: cover;
}

.about-6 {
    background-image: url(about6.png);
    background-size: cover;
}

.medical {
    width: 460px;
    height: 345px;
    /*font-family: Bold2;*/
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(51, 51, 51, 0.5);
    line-height: 345px;
}

.img-all {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-hover {
    width: 440px;
    height: 325px;
    background-color: #172a88;
    margin: 10px;
    position: absolute;
    transition: all 0.5s;
}

.about-hover-text {
    height: 90%;
    /*font-family: Regular;*/
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0 35px 0 20px;
    overflow: hidden;
    margin-top: 30px;
    transition: all 0.5s;
}

.about-hover,
.about-box:hover .medical {
    display: none;
}

.about-box:hover .about-hover {
    display: block;
    transition: all 0.5s;
}

.meet-title {
    width: 752px;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 30px;
}

.meet-text {
    /*width: 1197px;*/
    height: 135px;
    /*font-family: Regular;*/
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #555555;
    text-align: center;
    margin-bottom: 80px;
}

.b-f7 {
    background-color: #f7f7f5;
    width: 100%;
}

.leader {
    /*font-family: Bold2;*/
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    padding: 80px 0 60px 0;
}

.meet-video {
    position: relative;
    width: 640px;
    height: 360px;
    background-color: #000000;
}

.meet-video video,
.people-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meet-video-text {
    width: 700px;
    /*font-family: Regular;*/
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0vw;
    color: #333333;
    margin-bottom: 20px;
}

.p80 {
    padding-bottom: 80px;
}

.people-video {
    width: 1000px;
    height: 563px;
    background-color: #000000;
    position: relative;
    margin: 0 auto;
}

.video-mc img,
.people-video img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-mc {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
}

.videoPlay,
.videoPlay2 {
    display: none;
}

.spotlight-box {
    width: 380px;
    height: 360px;
    overflow: hidden;
}

.spotlight-box img {
    /* width: 100%;
    height: 100%;
    object-fit: contain; */
    width: 380px;
    height: 240px;
    object-fit: contain;
    overflow: hidden;
    transition: all 0.5s;
}

.spotlight-box p {
    width: 100%;
    height: 120px;
    background-color: #fff;
    /* width: 16vw;
    height: 4vw; */
    /*font-family: Regular;*/
    text-decoration: underline;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0vw;
    color: #000000;
    padding: 20px 35px;
    text-align: center;
}

.spotlight-box:hover p {
    color: #172a88;
    text-decoration: none;
}

.spotlight-box:hover img {
    transform: scale(1.1);
}

.ser-title {
    width: 1151px;
    height: 54px;
    /*font-family: Regular;*/
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    padding: 80px 0;
}

.distribution,
.distribution-right {
    width: 100%;
    /*font-family: Bold2;*/
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 0px;
    color: #333333;
    border-bottom: 1px solid #cccccc;
    margin-top: 80px;
    position: relative;
    margin-bottom: 30px;
}

.distribution-right {
    text-align: right;
}

.distribution::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 201px;
    height: 4px;
    background-color: #172a88;
    content: ' ';
}

.distribution-right::after {
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 201px;
    height: 4px;
    background-color: #172a88;
    content: ' ';
}

.ser-text {
    display: inline-block;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    /* margin-left: 40px; */
}

.ser-text-box {
    width: 511px;
}

.ser-text-box img {
    position: absolute;
    /* top: 25px; */
    margin-right: 140px;
}

.ser-text-box img+span {
    margin-left: 40px;
}

.ser-img-box {
    width: 800px;
    /*height: 281px;*/
}

.submit-box {
    width: 260px;
    height: 50px;
    background-color: #172a88;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    margin-top: 40px;
    transition: all 0.5s;
}

.submit-box:hover {
    background-image: linear-gradient(90deg, #172a88 0%, #7586dc 100%);
}

.ser-text-box-right {
    text-align: right;
}

.ser-text-box-right .submit-box {
    position: absolute;
    right: 0;
}

.m30 {
    margin-bottom: 30px;
}

.m80 {
    margin: 80px 0;
}

.detailes-title {
    /*width: 1180px;*/
    /*height: 143px;*/
    /*font-family: Bold2;*/
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.ser-detaile-imgs {
    width: 750px;
    /*height: 280px;*/
    background-color: #172a88;
}

.ser-detaile-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ser-detaile-content {
    width: 575px;
    /* height: 16.2vw; */
    /*height: 310px;*/
    /*font-family: Bold2;*/
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0vw;
    overflow: hidden;
}

.c333 {
    color: #333;
}

.c555 {
    color: #555555;
}

.support-title {
    /*width: 506px;*/
    /*height: 40px;*/
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    margin-bottom: 50px;
}

.support-content {
    width: 30vw;
    /*height: 91px;*/
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    /*margin-right: 11vw;*/
}
.support-content p {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.support-content p span {
    text-align: center;
    margin-top: 3%;
}
.support-content p img{
    margin-right: 20px;
}
.wh-bg {
    width: 100vw;
    height: 93vh;
    padding-top: 80px;
    margin-top: 140px;
}

.bullet-box {
    width: 700px;
    /* height: 20vw; */
    background-color: #ffffff;
    padding: 60px;
    margin: 0 auto;
    position: relative;
}

.bullet-title {
    width: 478px;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    height: 55px;
}

.ok {
    width: 200px;
    height: 36px;
    background-color: #172a88;
    border-radius: 18px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.bullet-text {
    margin: 55px 0 40px 0;
    width: 575px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 30px;
}

.mc-box {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
}

.submit-rfq-box {
    width: 600px;
    /* height: 345px; */
    background-color: #ffffff;
    border-radius: 20px;
    background-image: url(tc.png);
    background-size: cover;
    margin: 0 auto;
    margin-top: 10%;
    padding-left: 50px;
    position: relative;
    padding-bottom: 55px;
}

.submit-title {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 0px;
    padding-top: 120px;
    padding-bottom: 20px;
}

.line {
    margin-top: -20px;
}

.submit-text {
    width: 370px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    margin-top: 20px;
}

.cuo {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
    color: #fff;
}
.phone-block{
    display: none;
}
@media screen and (max-width:992px){
    .distribution, .distribution-right {
        margin-top: 0px;
    }
    .phone-block{
        display: block;
    }
    .phone-none{
        display: none;
    }
    .ser-text-box-right .submit-box{
        position: inherit;
        margin-left: 100%;
    transform: translate(-100%);
    }
    .detailes-title{
        line-height: 24px;
        font-size: 22px;
    }
    .m80{
        margin: 30px 0;
    }
    .ser-detaile-content {
        font-size: 20px;
        line-height: 26px;
        height: inherit;
        margin-top: 30px;
    }
    .p80{
        padding-bottom: 40px;
    }
    .support-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .flex-flex{
        flex-wrap: wrap;
    }
    .support-content {
        font-size: 18px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 20px;
       
    }
    .support-content img {
        margin-bottom: 10px;
    }
    .bullet-box {
        width: 90vw;
        padding: 20px;
    }
    .bullet-title{
        height: inherit;
        margin-top: 8px;
        line-height: 30px;
    }
    .bullet-text {
        width: 100%;
        margin: 25px 0 40px 0;
        line-height: 24px;
    }
    .wh-bg{
        margin-top: 78px;
    }
    .briocean-text {
        font-size: 16px;
    }
    .briocean {
        font-size: 30px;
        line-height: 36px;
        margin:40px 0 30px 0;
    }
    .medical{
        width: 100%;
    }
    .about-hover{
        width: 93%;
    }
    .indexDiv5 .content{
        width: 100% !important;
    }
    





}
@media screen and (min-width: 768px) and (max-width:1400px){
    .w62{
        width: 90%;
    }
    .ser-img-box{
        width: 30vw;
    }
    .ser-text-box{
        width: 28vw;
    }
    .about-box {
        width: 29vw;
    }
    .about-hover{
        width: 27vw;
    }
    .medical{
        width: 100%;
    }

    
}
    