@-webkit-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@-moz-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@-o-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

.brand_box {
    background: #e9e9e9
}

.brand_img .img_box:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.brand_info {
    border-left: none
}

.brand_info .flex_justify_between {
    padding-right: 40px
}

.brand_info h1 {
    padding: 0 0 0 40px
}

.brand_info h1 b {
    font-size: 36px
}

.brand_info h1 span {
    font-size: 24px
}

.brand_info p {
    border-top: 1px solid #cccccc;
    font-size: 16px;
    margin: 5px 40px 20px;
    line-height: 1.5;
    padding: 20px 0 0;
    color: #3f3f3f
}

.brand_info h2 {
    font-size: 30px;
    color: #333333;
    padding: 0 40px;
    font-weight: bold
}

.quality_list>div {
    margin-bottom: 30px
}

.quality_list>div>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    --transition: transform 0.5s linear;
    --transition: transform 0.5s linear;
    --transition: transform 0.5s linear
}

.quality_info {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #eeeeee;
    padding: 60px 25px 0
}

.quality_info h3 {
    font-weight: bold;
    margin: 0;
    color: #282828
}

.quality_info>h4 {
    margin: 8px 0 40px;
    color: #b2b2b2
}

.quality_info p {
    font-size: 18px;
    line-height: 30px;
    color: #b2b2b2
}

.quality_infos>div {
    left: auto;
    right: 0
}

.strength_box {
    position: relative;
    background: url("../images/index//strength_bg.png") repeat
}

.strength_box .title_box h1,
.strength_box .title_box h5 {
    color: #fff
}

.strength_cont h3 {
    font-size: 36px;
    line-height: 40px;
    color: #ffffff;
    margin: 0
}

.strength_cont h3 span {
    margin: 0 5px;
    font-size: 18px
}

.strength_cont h4 {
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    margin: 0
}

.strength_cont p {
    margin-top: 30px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.07)
}

.strength_title {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 70px
}

.strength_img_box {
    width: 100%
}

.technology_list {
    padding-bottom: 50px
}

.technology_list .technology_item {
    border: 1px dashed #757575;
    text-align: center
}

.technology_list .technology_item h1 {
    font-size: 26px;
    color: #3a3a3a;
    position: relative;
    font-weight: bold
}

.technology_list .technology_item h1::after {
    display: block;
    content: "";
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: -5px;
    height: 2px;
    background: #e9e9e9
}

.technology_list .technology_item h5 {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 20px
}

.technology_list .technology_item p {
    font-size: 14px;
    color: #888888
}

.technology_list .technology_item:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.technology_list .technology_item .img_box {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 1px solid #757575
}

.monopoly_box .title_box {
    background: transparent
}

.monopoly_swiper .swiper-slide .img_box:nth-child(1) {
    margin-bottom: 10px
}

.monopoly_left a {
    display: block;
    width: 100%;
    height: 100%
}

.monopoly_left:hover .monopoly_icon {
    animation: shake 1.5s linear;
    -webkit-animation: shake 1.5s linear;
    -ms-animation: shake 1.5s linear;
    -o-animation: shake 1.5s linear;
    -moz-animation: shake 1.5s linear
}

.monopoly_left p {
    font-size: 16px;
    color: #282828;
    line-height: 26px
}

.monopoly_icon {
    margin-top: 20px;
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    background: url("../images/index/monopoly_icon.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.news_box .title_box {
    margin-bottom: 30px
}

.news_list {
    padding-bottom: 50px
}

.news_list li a {
    display: block;
    font-size: 18px;
    padding: 0 15px;
    color: #888888;
    position: relative
}

.news_list li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    content: '/';
    font-weight: normal
}

.news_list li.active a,
.news_list li:hover a {
    color: #282828;
    font-weight: bold
}

.news_swiper {
    position: relative
}

.news_info h4 {
    font-size: 18px;
    color: #666666
}

.news_info h3 {
    font-size: 24px;
    color: #282828;
    margin: 30px 0
}

.news_info p {
    font-size: 14px;
    color: #666666
}

.news_next,
.news_prev {
    display: block;
    width: 17px;
    height: 33px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.news_next {
    right: 0;
    background: url("../images/index/next_icon.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.news_next:hover {
    background: url("../images/index/next_active_icon.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.news_prev {
    left: 0;
    background: url("../images/index/prev_icon.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.news_prev:hover {
    background: url("../images/index/prev_active_icon.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.service_box {
    max-width: 1600px;
    margin: 0 auto
}

.service_cont>div {
    width: 50%;
    position: relative
}

.service_info {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.service_info h2 {
    margin-top: 0;
    color: #fff;
    font-size: 40px;
    white-space: nowrap
}

.service_info h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 0
}

.service_info_1::after {
    background: url("../images/index/service_icon_1.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.service_info_2::after {
    background: url("../images/index/service_icon_2.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.vr_box .img_box::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7)
}

.vr_box .img_box::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 150px;
    height: 142px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: url("../images/index/vr_icon.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

@media screen and (min-width: 1200px) {
    .service_info {
        padding-left: 180px
    }
    .service_info::after {
        display: block;
        content: "";
        position: absolute;
        left: 70px;
        top: 0;
        z-index: 2;
        width: 88px;
        height: 85px
    }
    .brand_info p {
        font-size: 18px;
        padding-top: 30px
    }
}

@media screen and (min-width: 1600px) {
    .monopoly_left {
        padding: 60px 80px 40px 250px !important
    }
}

@media screen and (min-width: 1800px) {
    .strength_box::after {
        display: block;
        content: "";
        position: absolute;
        width: 400px;
        height: 368px;
        top: 300px;
        left: 0;
        background: url("../images/index/strength_icon_1.png") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
}

@media screen and (min-width: 768px) {
    .brand_box {
        padding: 75px 0
    }
    .brand_box .page_container {
        flex-wrap: nowrap
    }
    .brand_box .page_container>div {
        width: 50%
    }
    .brand_box .brand_info {
        border: 1px solid #cccccc
    }
    .brand_box h1 {
        height: 75px;
        background: url("../images//index/brand_title.png") no-repeat 20px center
    }
    .technology_list .technology_item {
        width: 30%;
        margin: 0 1.65% 30px;
        padding: 15px
    }
    .technology_list .technology_item:nth-child(odd) {
        background: #414141;
        border: 1px solid #414141
    }
    .technology_list .technology_item:nth-child(odd) h1 {
        color: #fff
    }
    .technology_list .technology_item:nth-child(odd) h1::after {
        background: #6b6b6b
    }
    .technology_list .technology_item:nth-child(odd) h5 {
        color: #fff
    }
    .monopoly_left {
        min-height: 500px;
        padding: 60px 80px 40px 80px;
        width: 40%;
        background: #dedede url("../images/index/monopoly_left_bg.png") no-repeat right bottom
    }
    .monopoly_left .title_box {
        text-align: left
    }
    .monopoly_left p {
        position: relative
    }
    .monopoly_left p::after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        bottom: -200px;
        width: 2px;
        height: 100px;
        background: #e77818
    }
    .monopoly_right {
        width: 60%;
        background: #f2f2f2;
        /* padding: 40px 30px */
    }
    .monopoly_swiper .swiper-slide {
        width: 20vw
    }
    .monopoly_swiper .img_box::after {
        opacity: 1;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: rgba(0, 0, 0, 0.6);
        transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -webkit-transition: opacity 0.5s linear;
        -ms-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear
    }
    .monopoly_swiper .img_box:hover::after {
        opacity: 0
    }
    .news_box {
        padding-bottom: 70px
    }
    .news_swiper {
        padding: 0 60px
    }
    .vr_box {
        padding-top: 60px
    }
    .vr_box .img_box:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2)
    }
    .service_cont .img_box:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2)
    }
    .quality_list a:hover {
        -moz-box-shadow: 0 0 2px #f8f8f8;
        -webkit-box-shadow: 0 0 2px #f8f8f8;
        box-shadow: 0 0 2px #f8f8f8;
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px)
    }
    .quality_list a:hover h3 {
        color: #e67715
    }
    .quality_img_3_xs {
        display: none
    }
    .strength_box .title_box {
        background: url("../images/index//titles_bg.png") no-repeat center center
    }
    .strength_cont {
        padding: 0 60px
    }
    .strength_right {
        padding-top: 180px
    }
    .strength_img_box {
        padding: 40px 0 80px
    }
    .strength_img_box div {
        width: 66.6%
    }
    .strength_img_box div:nth-child(2) {
        width: 33.3%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end
    }
    .brand_box {
        overflow: hidden
    }
    .brand_img {
        position: relative
    }
    .brand_img:hover .brand_img_cont>div {
        opacity: 1
    }
    .brand_img:hover .brand_img_cont>div::before,
    .brand_img:hover .brand_img_cont>div::after {
        width: 100%;
        height: 100%;
        transition: width .3s .3s linear, height .3s linear
    }
    .brand_img_cont {
        position: absolute;
        left: 10px;
        top: 10px;
        bottom: 10px;
        right: 10px;
        z-index: 10;
        background: rgba(0, 0, 0, 0.5)
    }
    .brand_img_cont::before {
        content: "";
        position: absolute;
        left: -10px;
        top: -10px;
        bottom: -10px;
        right: -10px;
        z-index: 1;
        background: rgba(0, 0, 0, 0.5)
    }
    .brand_img_cont h4 {
        position: relative;
        z-index: 12
    }
    .brand_img_cont>div {
        width: 100%;
        height: 100%;
        opacity: 0
    }
    .brand_img_cont>div::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        width: 0px;
        height: 0px;
        z-index: 11;
        box-sizing: border-box;
        border-top: 2px solid #92908f;
        border-right: 2px solid #92908f;
        transition: width .3s .3s linear, height .3s linear
    }
    .brand_img_cont>div::after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        z-index: 11;
        box-sizing: border-box;
        border-bottom: 2px solid #92908f;
        border-left: 2px solid #92908f;
        transition: width .3s .3s linear, height .3s linear
    }
    .brand_img_cont h4 {
        font-size: 30px;
        color: #fff;
        font-weight: bold
    }
    .service_cont,
    .strength_cont,
    .brand_cont,
    .quality_list {
        overflow: hidden
    }
    .brand_img,
    .strength_left,
    .service_cont>div:nth-child(1),
    .monopoly_left {
        transform: translateX(-110%);
        -webkit-transform: translateX(-110%);
        -moz-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        -o-transform: translateX(-110%)
    }
    .brand_info,
    .strength_right,
    .service_cont>div:nth-child(2),
    .monopoly_right {
        transform: translateX(110%);
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%)
    }
    .quality_list>div:nth-child(1),
    .quality_list>div:nth-child(3),
    .quality_list>div:nth-child(6) {
        transform: translateX(-110%);
        -webkit-transform: translateX(-110%);
        -moz-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        -o-transform: translateX(-110%)
    }
    .quality_list>div:nth-child(2),
    .quality_list>div:nth-child(4),
    .quality_list>div:nth-child(7) {
        transform: translateX(110%);
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%)
    }
    .brand_img,
    .brand_info,
    .quality_list>div,
    .strength_left,
    .strength_right,
    .service_cont>div:nth-child(1),
    .service_cont>div:nth-child(2),
    .monopoly_left,
    .monopoly_right {
        transition: transform 1s linear;
        -moz-transition: transform 1s linear;
        -webkit-transition: transform 1s linear;
        -ms-transition: transform 1s linear;
        -o-transition: transform 1s linear
    }
    .fadeToggle .brand_img,
    .fadeToggle .brand_info,
    .fadeToggle .quality_list>div,
    .fadeToggle .strength_left,
    .fadeToggle .strength_right,
    .fadeToggle .service_cont>div:nth-child(1),
    .fadeToggle .service_cont>div:nth-child(2),
    .fadeToggle .monopoly_left,
    .fadeToggle .monopoly_right {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0)
    }
}

.quality_infos {
    left: 50% !important
}

@media (min-width: 768px) and (max-width: 1200px) {
    .quality_info p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }
    .quality_info .more_btn {
        display: none
    }
    .service_info {
        padding-left: 120px
    }
    .service_info h2 {
        font-size: 30px
    }
    .service_info h3 {
        font-size: 22px
    }
    .service_info::after {
        display: block;
        content: "";
        position: absolute;
        left: 40px;
        top: 0;
        z-index: 2;
        width: 60px;
        height: 58px
    }
    .monopoly_left {
        padding: 0px 50px 40px 50px !important
    }
    .monopoly_left .title_box h5 {
        font-size: 12px
    }
    .monopoly_left p::after {
        display: none
    }
    .vr_box {
        padding-top: 40px
    }
    .vr_box .img_box::after {
        width: 100px;
        height: 95px
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .brand_box h1 {
        background: transparent;
        line-height: 40px;
        height: 40px
    }
    .brand_box h1 b {
        font-size: 24px
    }
    .brand_box h1 span {
        font-size: 18px
    }
    .brand_box p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }
    .quality_info>h4 {
        margin: 8px 0 20px
    }
    .quality_info p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical
    }
    .strength_right {
        padding-top: 80px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .strength_cont {
        padding: 0 40px
    }
    .strength_cont h3 {
        font-size: 30px
    }
    .strength_cont h3 span {
        font-size: 16px
    }
    .strength_cont h4 {
        font-size: 16px
    }
    .strength_cont p {
        margin-top: 26px
    }
    .strength_right {
        padding-top: 120px
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .brand_box h1 {
        margin: 10px 0 5px
    }
    .brand_box h2 {
        font-size: 26px
    }
    .brand_box p {
        font-size: 14px
    }
}

@media screen and (max-width: 992px) {
    .strength_cont h3 {
        font-size: 28px;
        line-height: 34px
    }
    .strength_cont h3 span {
        font-size: 14px
    }
    .strength_cont h4 {
        font-size: 14px;
        line-height: 34px
    }
    .strength_cont p {
        margin: 10px 0;
        font-size: 10px
    }
    .strength_cont .strength_title {
        max-width: 60%;
        margin: 20px 0
    }
}

@media screen and (max-width: 768px) {
    .brand_box {
        padding-bottom: 40px
    }
    .brand_box .page_container>div {
        width: 100%
    }
    .brand_box h1 {
        margin: 15px 0
    }
    .brand_box h1 span {
        display: none
    }
    .brand_box p {
        margin-top: 0;
        padding: 15px 0
    }
    .quality_list>div {
        padding: 0 5px;
        margin-bottom: 10px
    }
    .quality_info {
        padding: 50px 10px 0
    }
    .quality_info h3 {
        font-size: 15px
    }
    .quality_info h4 {
        margin-top: 15px
    }
    .quality_info p {
        margin-top: 15px;
        font-size: 14px;
        line-height: 20px
    }
    .quality_info .more_btn {
        display: none
    }
    .technology_list .technology_item {
        width: 47%;
        padding: 10px;
        margin: 0 1.5% 15px
    }
    .technology_list .technology_item h1 {
        font-size: 18px
    }
    .technology_list .technology_item h5 {
        font-size: 10px
    }
    .technology_list .technology_item p {
        font-size: 10px;
        color: #888888
    }
    .monopoly_left {
        background: #dedede;
        padding: 0 20px 20px
    }
    .monopoly_left p {
        text-align: center
    }
    .monopoly_icon {
        margin: 0 auto
    }
    .monopoly_right {
        padding: 20px 15px;
        background: #f2f2f2
    }
    .monopoly_swiper .swiper-slide {
        width: 30%
    }
    .monopoly_swiper .swiper-slide img:nth-child(1) {
        margin-bottom: 10px
    }
    .news_swiper {
        padding: 0 15px
    }
    .news_next,
    .news_prev {
        display: none
    }
    .news_info h4 {
        font-size: 14px
    }
    .news_info h3 {
        font-size: 18px;
        margin: 10px 0
    }
    .news_info p {
        font-size: 10px
    }
    .technology_list {
        padding-bottom: 30px
    }
    .news_list {
        padding-bottom: 30px
    }
    .news_list li a {
        font-size: 14px
    }
    .detail_btn {
        margin-top: 20px
    }
    .service_info {
        padding-left: 60px
    }
    .service_info h2 {
        font-size: 16px
    }
    .service_info h3 {
        font-size: 12px;
        margin-top: 10px
    }
    .service_info::after {
        display: block;
        content: "";
        position: absolute;
        left: 20px;
        top: 0;
        z-index: 2;
        width: 30px;
        height: 29px
    }
    .vr_box {
        padding-top: 30px
    }
    .vr_box .img_box::after {
        width: 60px;
        height: 57px
    }
    .quality_img_3_sm {
        display: none
    }
    .strength_box {
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #171717), color-stop(100%, #252526));
        background: -moz-linear-gradient(right, #171717 0%, #252526 100%);
        background: -webkit-linear-gradient(left, #171717 0%, #252526 100%);
        background: -o-linear-gradient(right, #171717 0%, #252526 100%);
        background: -ms-linear-gradient(right, #171717 0%, #252526 100%);
        background: linear-gradient(to right, #171717, #252526);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#252526',GradientType=1)"
    }
    .strength_right {
        padding-top: 0
    }
    .strength_img_box {
        padding: 15px
    }
    .strength_img_box>div:nth-child(2) {
        max-width: 50%;
        margin: 0 auto
    }
    .brand_img_cont {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .strength_cont {
        padding: 0
    }
    .strength_cont .strength_title {
        margin-top: 40px
    }
}