/* 大熊科技 -- 棹辉  --  内页  ---  样式表 */

/* TIME:2021-2-2 | author: Hefengyu */

/* 内页通用 */
.inpage {
    padding-left: 9%;
}

.banner {
    position: relative;
}

.banner > img {
    width: 100%;
    display: block;
}

.banner .world-group {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0, -50%);
}

.banner .world-group .top {
    display: flex;
    align-items: center;
}

.banner .world-group h3 {
    font-size: 48px;
    line-height: 1;
    color: #189bda;
    font-weight: bold;
    text-transform: uppercase;
}

.banner .world-group .line {
    width: 80px;
    height: 1px;
    background: #189bda;
    margin: 0 15px;
}

.banner .world-group h4 {
    font-size: 28px;
    line-height: 1;
    color: #fff;
}

.banner .tab {
    display: flex;
    margin-top: 40px;
}

.banner .tab a {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-right: 10px;
    text-align: center;
}

.banner .tab a > div {
    border: 1px solid #fff;
    padding: 2px;
}

.banner .tab a > div > div {
    border: 1px solid #fff;
    width: 160px;
    line-height: 2;
}

.banner .tab a.active {
    color: #189BDA;
}

.banner .tab a.active > div {
    border: 1px solid #189BDA;
}

.banner .tab a.active > div > div {
    border: 1px solid #189BDA;
}

.copyright-f {
    display: flex;
    justify-content: space-between;
    background: #f0f0f0;
    color: #666666;
    font-size: 14px;
    line-height: 1;
    padding: 1.5% 15%;
}

.copyright-f a {
    color: #666;
}

.copyright-f a:hover {
    color: #189bda;
}

.ym {
    text-align: center;
    padding: 0 15%;
}

.ym a {
    font-size: 14px;
    color: #333;
    padding: 0 15px;
    line-height: 40px;
    border: 1px solid #aaa;
    display: inline-block;
    margin: 0 5px;
}

.ym a.active {
    color: #189BDA;
    border: 1px solid #189BDA;
}

/* 按钮 */
.common_big_circle {
    width: 1px;
    height: 1px;
    position: fixed;
    z-index: 9999;
}

.common_big_circle span {
    width: 200vw;
    height: 200vw;
    background: rgba(26, 170, 240, 1);
    border-radius: 50%;
    position: absolute;
    top: -100vw;
    left: -100vw;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.common_big_circle.active span {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.csec {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    white-space: normal;
}

.drag_a_p {
    width: 188px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

.drag_a_p:before {
    content: '';
    width: 133px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 18px;
    top: 35px;
}

.drag_a_p .s_circle {
    width: 18px;
    height: 18px;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 26px;
    cursor: pointer;
}

.drag_a_p .b_circle {
    width: 70px;
    height: 70px;
    border: 1px dashed #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.drag_a_p .b_circle:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.drag_a_p .b_circle:after {
    content: '';
    width: 8px;
    height: 8px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}

.drag_a_p.mt1 {
    margin-top: 5vh;
}

.drag_a_p.ml0 {
    margin-left: 0;
}

.drag_tip {
    width: 188px;
    margin: 0 auto;
    text-align: center;
}

.drag_tip img {
    display: block;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    -webkit-transition: all 1s 0.8s ease;
    transition: all 1s 0.8s ease;
}

.drag_tip span {
    display: block;
    font-size: 15px;
    color: #222;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.5s 1.8s ease;
    transition: all 0.5s 1.8s ease;
}

.drag_tip.is-show img {
    margin-left: 146px;
}

.drag_tip.is-show span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* 关于我们 */
.about .group1 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    position: relative;
}

.about .group1 .left {
    width: 40%;
}

.about .group1 .left img {
    position: absolute;
    bottom: 0;
    left: 15%;
}

.about .group1 .right {
    width: 60%;
    padding: 6% 15% 6% 8%;
}

.about .group1 .bottom {
    width: 100%;
}

.about .group1 .right .text {
    font-size: 26px;
    line-height: 1.6;
    color: #333;
}

.about .group1 .right .line {
    background: #189bda;
    width: 50px;
    height: 3px;
    margin: 50px 0 60px 0;
}

.about .group1 .right h4 {
    font-size: 36px;
    line-height: 1;
    color: #333;
}

.about .group1 .right .text-p {
    font-size: 15px;
    line-height: 2;
    color: #333;
    margin-top: 40px;
}

.about .group1 .bottom img {
    display: block;
    width: 100%;
}

.about .group2 {
    display: flex;
    justify-content: space-between;
    padding: 0 15%;
}

.about .group2 .left {
    width: 40%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.about .group2 .left h3 {
    font-weight: bold;
    color: #189bda;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    margin-left: -10px;
}

.about .group2 .left h4 {
    font-size: 18px;
    color: #111;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 35px;
}

.about .group2 .left .item {
    font-size: 16px;
    color: #333;
    line-height: 2.2;
}

.about .group2 .left .item font {
    color: #189bda;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.about .group2 .right {
    width: 60%;
    padding: 8% 0;
}

.about .group2 .right img {
    width: 100%;
    display: block;
}


/* 解决方案 */

.solution .group1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 8% 15% 4% 15%;
}

.solution .group1 .left {
    width: 48%;
}

.solution .group1 .left img {
    width: 100%;
    display: block;
}

.solution .group1 .right {
    width: 52%;
}

.solution .group1 .right > img {
    display: block;
    float: right;
    margin-bottom: 40px;
    margin-right: 40px;
}

.solution .group1 .right .view-world {
    background: url(../images/so-01.jpg) no-repeat center;
    background-size: cover;
    padding: 14% 15% 14% 8%;
    color: #fff;
}

.solution .group1 .right .view-world h4 {
    font-size: 38px;
    line-height: 1.3;
}

.solution .group1 .right .view-world h6 {
    font-size: 18px;
    line-height: 1;
    margin: 20px 0 25px 0;
    text-transform: uppercase;
}

.solution .group1 .right .view-world .text {
    font-size: 14px;
    line-height: 2;
}

.solution .group2 {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    padding: 0 13% 0 13%;
}


.solution .group2 .item {
    width: 30%;
    margin: 1.2%;
    position: relative;
    padding-bottom: 16%;
}

.solution .group2 .item img {
    width: 100%;
    display: block;
}

.solution .group2 .item .world {
    background: #fff;
    padding: 25px 0;
    border-bottom: 2px solid #eeeeee;
    transition: all ease 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.gai218 .group2 {
    padding: 0 15% 8%;
    justify-content: flex-start;
}

.gai218 .group2 .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
}

.gai218 .group2 .item:nth-child(3n) {
    margin-right: 0;
}

.gai218 .group2 .item:nth-child(3) ~ div {
    margin-top: 35px;
}

.solution .group2 .item h6 {
    color: #999;
    font-size: 16px;
    line-height: 1;
}

.solution .group2 .item h4 {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    margin: 20px 0 40px 0;
    transition: all ease 0.5s;
}

.solution .group2 .item .btn {
    font-size: 16px;
    line-height: 1;
    color: #333;
    text-transform: uppercase;
}

.solution .group2 .item .btn i {
    display: inline-block;
    margin-left: 15px;
}

.solution .group2 .item:hover .world {
    padding: 30px;
    background: url(../images/so-03.jpg) no-repeat center;
    border-bottom: 2px solid #189BDA;
    background-size: cover;
}

.solution .group2 .item:hover h4 {
    margin: 20px 0 100px 0;
    text-decoration: underline;
}

.solution .ym {
    margin: 3% 0 6% 0;
}

.solution-show {
    padding: 8% 15%;
}

.solution-show .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.solution-show .top .left {
    width: 80%;
}

.solution-show .top h4 {
    font-size: 32px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 20px;
}

.solution-show .top h6 {
    font-size: 18px;
    color: #999999;
    line-height: 1;
}

.solution-show .top .right a {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.solution-show .top .right i {
    font-size: 30px;
    font-weight: 300;
    color: #189BDA;
    display: inline-block;
    margin-right: 15px;
}

.commens-show .cont {
    font-size: 14px;
    line-height: 2;
    color: #333;
}
.commens-show .cont table,.commens-show .cont table tr,.commens-show .cont table td{
    border: 1px solid #000;
    border-collapse:collapse;

}
.commens-show .cont table tr td{
    padding: 10px 15px;
}

.commens-show .cont img {
    max-width: 100%;
}

.commens-show .bottom {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.commens-show .bottom a {
    padding: 2% 0;
    transition: all ease 0.5s;
}

.commens-show .bottom a:nth-child(2n-1) {
    display: flex;
    align-items: center;
    width: 40%;
}

.commens-show .bottom a:nth-child(1) {
    padding-left: 40px;
}

.commens-show .bottom a:nth-child(2n-1) i {
    transform: rotate(90deg);
    display: block;
    font-weight: bold;
    color: #189bda;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.commens-show .bottom a:nth-child(2n-1) > div {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-left: 30px;
}

.commens-show .bottom a:nth-child(2n-1) > div > div {
    font-size: 16px;
    color: #333;
}

.commens-show .bottom a:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #189BDA;
    width: 20%;
}

.commens-show .bottom a:nth-child(2) i {
    font-size: 30px;
}

.commens-show .bottom a:nth-child(3) {
    flex-flow: row-reverse;
    padding-right: 40px;
    text-align: right;
}

.commens-show .bottom a:nth-child(3) > div {
    margin-right: 30px;
}

.commens-show .bottom a:nth-child(3) i {
    transform: rotate(270deg);
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.commens-show .bottom a:hover {
    background: #189BDA;
}

.commens-show .bottom a:nth-child(2n-1):hover i,
.commens-show .bottom a:nth-child(2n-1):hover > div,
.commens-show .bottom a:nth-child(2n-1):hover > div > div {
    color: #fff;
}

.commens-show .bottom a:nth-child(2n-1):hover i {
    border-top: 1px solid #fff;
}

.commens-show .bottom a:nth-child(2n):hover i {
    color: #fff;
}

/* 服务与支持 */

.service .group {
    padding: 8% 15%;
    background-image: url(../images/ser-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.service .tab-til span {
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #3ab279;
    text-align: center;
    line-height: 60px;
    border: 3px solid #3ab279;
    cursor: pointer;
    position: absolute;
}

.service .tab-til span:nth-child(2) {
    background: #06dcd4;
    border: 3px solid #06dcd4;
}

.service .tab-til span:nth-child(3) {
    background: #189bda;
    border: 3px solid #189bda;
}

.service .tab-til span:nth-child(4) {
    background: #03439a;
    border: 3px solid #03439a;
}

.service .tab-til span:nth-child(5) {
    background: #52d5f6;
    border: 3px solid #52d5f6;
}

.service .tab-til span:nth-child(6) {
    background: #22c54c;
    border: 3px solid #22c54c;
}

.service .tab-til span:nth-child(7) {
    background: #28aea0;
    border: 3px solid #28aea0;
}

.service .tab-til span:nth-child(8) {
    background: #3a8eff;
    border: 3px solid #3a8eff;
}


.service .tab-til span i {
    font-size: 30px;
    color: #fff;
}

.service .tab-til span.current {
    background: none;
}

.service .tab-til span:nth-child(1) {
    top: 42%;
    left: 35%;
}

.service .tab-til span:nth-child(2) {
    top: 12%;
    left: 33%;
}

.service .tab-til span:nth-child(3) {
    top: 24%;
    left: 65%;
}

.service .tab-til span:nth-child(4) {
    top: 15%;
    left: 54%;
}

.service .tab-til span:nth-child(5) {
    top: 20%;
    left: 20%;
}

.service .tab-til span:nth-child(6) {
    top: 52%;
    left: 58%;
}

.service .tab-til span:nth-child(7) {
    top: 40%;
    left: 75.5%;
}

.service .tab-til span:nth-child(8) {
    top: 62%;
    left: 21%;
}

.service .tab-til span:nth-child(1).current i {
    color: #3ab279;
}

.service .tab-til span:nth-child(2).current i {
    color: #06dcd4;
}

.service .tab-til span:nth-child(3).current i {
    color: #189bda;
}

.service .tab-til span:nth-child(4).current i {
    color: #03439a;
}

.service .tab-til span:nth-child(5).current i {
    color: #52d5f6;
}

.service .tab-til span:nth-child(6).current i {
    color: #22c54c;
}

.service .tab-til span:nth-child(7).current i {
    color: #28aea0;
}

.service .tab-til span:nth-child(8).current i {
    color: #3a8eff;
}

.service .tab-til span:nth-child(2n) {
    animation: service infinite ease 2s;
}

.service .tab-til span:nth-child(2n-1) {
    animation: service1 infinite ease 2s;
}

.service .item {
    width: 55%;
    margin: 32% auto 0 auto;
    text-align: center;
}

.service .item h4 {
    font-size: 36px;
    font-weight: bold;
    color: #189BDA;
    line-height: 1;
    margin-bottom: 30px;
}

.service .item .text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

@keyframes service {
    0% {
        margin-top: 0px;
    }
    50% {
        margin-top: 10px;
    }
    100% {
        margin-top: 0px;
    }
}

@keyframes service1 {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 10px;
    }
    100% {
        margin-left: 0px;
    }
}

/* 产品中心 */
.product {
    padding: 0 15% 6% 15%;
}

.product .group {
    position: relative;
    padding-top: 8%;
}

.product .group .til {
    background: url(../images/til-bg.jpg) no-repeat center;
    background-size: cover;
    border-left: 4px solid #189bda;
    padding: 0 5%;
    margin-bottom: 60px;
    position: relative;
}

.product .group .til h4 {
    font-size: 22px;
    line-height: 75px;
    color: #333;
}

.product .group .swiper-slide a {
    display: block;
    background: #f6f6f6;
    padding: 60px 45px;
    transition: all ease 0.5s;
}

.product .group .swiper-slide h4 {
    font-size: 24px;
    color: #000;
    line-height: 1;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product .group .swiper-slide h6 {
    font-size: 14px;
    color: #333333;
    line-height: 1;
    display: inline-block;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    position: relative;
}
.product .group .swiper-slide h6:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0;
}

.product .group .swiper-slide h6 > div {
    display: flex;
    align-items: center;
}

.product .group .swiper-slide h6 i {
    display: none;
    font-size: 14px;
}

.product .group .swiper-slide img {
    display: block;
    margin: 60px auto 0 auto;
    max-width: 90%;
}

.product .group .swiper-slide:hover a {
    background: url(../images/pro-bg.jpg) no-repeat center;
    background-size: cover;
}

.product .group .swiper-slide:hover h4,
.product .group .swiper-slide:hover h6 {
    color: #fff;
}

.product .group .swiper-slide:hover h6:after {
    opacity: 1;
}

.product .group .swiper-slide:hover h6 i {
    display: block;
    margin-left: 20px;
}

.product .group .swiper-button-next,
.product .group .swiper-button-prev,
.solution-bom .group .swiper-button-next,
.solution-bom .group .swiper-button-prev {
    background: none;
    width: 36px;
    height: 36px;
    line-height: 34px;
    background: #189BDA;
    text-align: center;
    top: 12.2%;
    border: 1px solid #189BDA;
    transition: .4s;
    color: #fff;
}


.product .group .swiper-button-next i,
.product .group .swiper-button-prev i,
.solution-bom .group .swiper-button-next i,
.solution-bom .group .swiper-button-prev i {
    font-size: 20px;
    /*line-height: 28px;*/
    display: block;
}

.product .group .swiper-button-next,
.solution-bom .group .swiper-button-next {
    right: 4%;
}

.product .group .swiper-button-next {
    right: 4%;
    top: 50%;
    margin-top: 0 !important;
    transform: translateY(-50%);
    z-index: 10;
}

.product .group .swiper-button-prev,
.solution-bom .group .swiper-button-prev {
    left: initial;
    right: 8%;
}

.product .group .swiper-button-prev {
    left: initial;
    right: calc(4% + 51px);
    top: 50%;
    margin-top: 0 !important;
    transform: translateY(-50%);
    z-index: 10;
}

.product .group .swiper-button-prev i,
.solution-bom .group .swiper-button-prev i {
    transform: rotate(180deg);
}

.product .group .swiper-button-next.swiper-button-disabled,
.product .group .swiper-button-prev.swiper-button-disabled,
.solution-bom .group .swiper-button-next.swiper-button-disabled,
.solution-bom .group .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: #fff;
    color: #189BDA;
}
.product .group .swiper-button-next:hover,
.product .group .swiper-button-prev:hover,
.solution-bom .group .swiper-button-next:hover,
.solution-bom .group .swiper-button-prev:hover {
    background: #189BDA;
}

.product .group .swiper-button-next:hover i,
.product .group .swiper-button-prev:hover i,
.solution-bom .group .swiper-button-next:hover i,
.solution-bom .group .swiper-button-prev:hover i {
    background: rgba(0, 0, 0, 0);
    color: #fff;
}

/* 产品详情 */
.product-show {
    padding: 8% 15%;
}

.product-show .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.product-show .top .left {
    width: 50%;
}

.product-show .top .right {
    width: 50%;
    padding-left: 5%;
}

.product-show .top .img-view {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #f6f6f6;
    position: relative;
}

.product-show .top .img-view img {
    position: absolute;
    top: 50%;
    right: -10%;
    width: 270px;
    transform: translate(0, -50%);
    display: block;
}

.product-show .top .til {
    border-left: 1px solid #189BDA;
    padding-left: 40px;
}

.product-show .top .til h4 {
    font-size: 32px;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
}

.product-show .top .til h6 {
    font-size: 24px;
    color: #333;
    line-height: 1;
}

.product-show .top .text {
    margin: 40px 0 30px 0;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}

.product-show .top .text-b {
    color: #333;
    font-size: 16px;
    line-height: 2.4;
}

.solution-bom .group {
    position: relative;
    padding-top: 8%;
}

.solution-bom .group .til {
    margin-bottom: 50px;
}

.solution-bom .group .til h4 {
    font-size: 32px;
    color: #000;
    line-height: 1;
}

.solution-bom .swiper-slide {
    padding-bottom: 16%;
}

.solution-bom .swiper-slide img {
    width: 100%;
    display: block;
}

.solution-bom .swiper-slide .world {
    background: #fff;
    padding: 25px 0;
    border-bottom: 2px solid #eeeeee;
    transition: all ease 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.solution-bom .swiper-slide h6 {
    color: #999;
    font-size: 16px;
    line-height: 1;
}

.solution-bom .swiper-slide h4 {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    margin: 20px 0 40px 0;
    transition: all ease 0.5s;
}

.solution-bom .swiper-slide .btn {
    font-size: 16px;
    line-height: 1;
    color: #333;
    text-transform: uppercase;
}

.solution-bom .swiper-slide .btn i {
    display: inline-block;
    margin-left: 15px;
}

.solution-bom .swiper-slide:hover .world {
    padding: 30px;
    background: url(../images/so-03.jpg) no-repeat center;
    border-bottom: 2px solid #189BDA;
    background-size: cover;
}

.solution-bom .swiper-slide:hover h4 {
    margin: 20px 0 100px 0;
    text-decoration: underline;
}

.solution-bom .group .swiper-button-next {
    right: 0;
    top: 15.2%;
}

.solution-bom .group .swiper-button-prev {
    top: 15.2%;
    left: initial;
    right: 4%;
}


/* ----------------------------1680px------------------------- */
@media screen and (max-width: 1680px) {

}


/* ----------------------------1440px------------------------- */
@media screen and (max-width: 1440px) {
    .product .group .swiper-slide a {
        padding: 40px;
    }

    .product .group .swiper-button-prev {
        right: 9%;
    }

    .product .group .swiper-slide h4 {
        font-size: 20px;
    }

    .product .group .swiper-slide h6 {
        font-size: 16px;
    }

    .product-show .top .img-view {
        width: 360px;
        height: 360px;
    }

    .solution-bom .swiper-slide h4 {
        font-size: 16px;
    }

    .solution-bom .swiper-slide h6 {
        font-size: 13px;
    }

    .solution-bom .swiper-slide .btn {
        font-size: 15px;
    }

    .solution-bom .group .swiper-button-prev {
        right: 5%;
    }

    .service .item {
        margin-top: 55%;
    }

    .solution .group2 .item h4 {
        font-size: 16px;
    }

    .solution .group2 .item h6 {
        font-size: 13px;
    }

    .solution .group2 .item .btn {
        font-size: 15px;
    }

    .solution .group2 .item:hover h4 {
        margin-bottom: 60px;
    }

    .solution .group1 .right .view-world h4 {
        font-size: 32px;
    }

    .solution .group1 .right .view-world {
        padding: 12% 8%;
    }

    .solution .group1 .right > img {
        width: 60px;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .about .group1 .left img {
        left: 5%;
    }
}


/* ----------------------------1200px------------------------- */
@media screen and (max-width: 1200px) {
    body {
        padding: 50px 0;
    }

    .inpage {
        padding-left: 0;
    }

    .banner .world-group {
        left: 6%;
    }

    .about .group1 .left img {
        left: 0;
    }

    .about .group1 .right {
        padding-right: 6%;
    }

    .about .group2 {
        padding: 0 6%;
    }

    .copyright-f {
        padding: 1.5% 6%;
    }

    .product {
        padding: 0 6% 6% 6%;
    }

    .product-show {
        padding: 6%;
    }

    .service .group {
        padding: 6%;
    }

    .service .item {
        margin-top: 42%;
        width: 60%;
    }

    .solution .group1 {
        padding: 8% 6% 4% 6%;
    }

    .solution .group2 {
        padding: 0 4%;
    }

    .gai218 .group2 {
        padding: 0 6% 4%;
    }

    .ym {
        padding: 0 6%;
    }

    .solution-show {
        padding: 8% 6%;
    }
}


/* ----------------------------992px------------------------- */
@media screen and (max-width: 992px) {
    .banner .world-group h3 {
        font-size: 40px;
    }

    .banner .world-group h4 {
        font-size: 24px;
    }

    .about .group1 .left img {
        width: 360px;
    }

    .about .group1 .right .text,
    .about .group1 .right .line {
        display: none;
    }

    .about .group2 .left,
    .about .group2 .right {
        width: 50%;
    }

    .about .group2 .left h4 {
        margin-bottom: 15px;
    }

    .product {
        padding: 0 5% 6% 5%;
    }

    .product .group .swiper-slide img {
        margin-top: 30px;
    }

    .product .group .swiper-button-prev, .solution-bom .group .swiper-button-prev {
        right: 10%;
    }

    .product-show .top .img-view {
        width: 280px;
        height: 280px;
    }

    .product-show .top .img-view img {
        width: 80%;
    }

    .solution-bom .group .swiper-button-next,
    .solution-bom .group .swiper-button-prev {
        top: 16%;
    }

    .solution-bom .group .swiper-button-prev {
        right: 8%;
    }

    .solution-bom .swiper-slide h4 {
        margin-bottom: 20px;
    }

    .solution-bom .swiper-slide:hover .world {
        padding: 20px;
    }

    .solution-bom .swiper-slide:hover h4 {
        margin: 20px 0;
    }

    .solution .group2 .item h4 {
        margin-bottom: 20px;
    }

    .solution .group2 .item:hover .world {
        padding: 20px;
    }

    .solution .group2 .item:hover h4 {
        margin: 20px 0;
    }

    .service .group {
        background-position: top center;
    }

    .service .item {
        margin-top: 60%;
        width: 80%;
    }

    .service .tab-til span:nth-child(1) {
        top: 37%;
        left: 24%;
    }

    .service .tab-til span:nth-child(2) {
        top: 3%;
        left: 32%;
    }

    .service .tab-til span:nth-child(3) {
        left: 80%;
    }

    .service .tab-til span:nth-child(4) {
        top: 9%;
        left: 55%;
    }

    .service .tab-til span:nth-child(5) {
        top: 20%;
        left: 10%;
    }

    .service .tab-til span:nth-child(6) {
        top: 50%;
        left: 57%;
    }

    .service .tab-til span:nth-child(7) {
        top: 48%;
        left: 78.5%;
    }

    .service .tab-til span:nth-child(8) {
        top: 56%;
        left: 22%;
    }

    .banner .tab {
        flex-flow: wrap;
    }

    .banner .tab a {
        margin-bottom: 10px;
    }

    .solution .group1 .right .view-world h6,
    .solution .group1 .right > img {
        display: none;
    }

    .solution .group1 .right .view-world h4 {
        margin-bottom: 20px;
    }
}


/* ----------------------------767px------------------------- */
@media screen and (max-width: 767px) {
    .banner .world-group h3 {
        font-size: 20px;
    }

    .banner .world-group .line {
        width: 30px;
        margin: 0 5px;
    }

    .banner .world-group h4 {
        font-size: 16px;
    }

    .about .group1 .left {
        width: 100%;
        display: none;
    }

    .about .group1 .right {
        width: 100%;
        padding: 40px 5% 20px 5%;
    }

    .about .group1 .right .text-p {
        font-size: 14px;
        margin-top: 15px;
    }

    .about .group1 .right h4 {
        font-size: 28px;
    }

    .about .group1 .bottom {
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .about .group1 .bottom img {
        height: 100px;
        width: auto;
        display: block;
    }

    .about .group2 {
        flex-flow: wrap;
        padding: 40px 5%;
    }

    .about .group2 .left, .about .group2 .right {
        width: 100%;
    }

    .about .group2 .right {
        padding-bottom: 0;
    }

    .about .group2 .left {
        text-align: center;
    }

    .about .group2 .left h3 {
        font-size: 20px;
    }

    .about .group2 .left h4 {
        font-size: 16px;
    }

    .about .group2 .left .item {
        font-size: 14px;
    }

    .copyright-f {
        padding: 5%;
        flex-flow: wrap;
        font-size: 13px;
        line-height: 1.5;
    }

    .copyright-f .left,
    .copyright-f .right {
        width: 100%;
    }

    .banner .world-group {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .banner .tab {
        display: none;
        /* position: absolute;
        top: 100px;
        left: -25.5vw;
        width: 100vw;
        margin: 0;
        padding: 0 15px;
        display: flex;
        flex-flow: wrap; */
    }

    /* .banner .tab a{
        width: 48%;
        color: #888;
        margin: 1%;
    }
    .banner .tab a>div{
        border: 1px solid #ddd;
    }
    .banner .tab a>div>div{
        width: auto;
        border: 1px solid #ddd;
    } */
    .product {
        padding: 0 15px 40px 15px;
    }

    .product .group .til {
        margin-bottom: 20px;
    }

    .product .group .til h4 {
        line-height: 50px;
        font-size: 18px;
    }

    .product .group .swiper-button-next,
    .product .group .swiper-button-prev,
    .solution-bom .group .swiper-button-next,
    .solution-bom .group .swiper-button-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 11.5%;
    }

    .product .group .swiper-button-next i,
    .product .group .swiper-button-prev i,
    .solution-bom .group .swiper-button-next i,
    .solution-bom .group .swiper-button-prev i {
        font-size: 16px;
    }

    .product .group .swiper-button-prev {
        right: 14%;
    }

    .product .group .swiper-button-prev i,
    .solution-bom .group .swiper-button-prev i {
        margin-top: -1px;
    }

    .product .group .swiper-slide a {
        padding: 25px;
    }

    .product .group .swiper-slide h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .product .group .swiper-slide h6 > div {
        font-size: 14px;
    }

    .product .group .swiper-slide img {
        margin-top: 10px;
    }

    .product-show {
        padding: 40px 15px;
    }

    .product-show .top {
        flex-flow: wrap;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .product-show .top .left,
    .product-show .top .right {
        width: 100%;
    }

    .product-show .top .img-view {
        margin: 0 auto;
    }

    .product-show .top .img-view img {
        right: initial;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
    }

    .product-show .top .right {
        margin-top: 20px;
        padding-left: 0;
    }

    .product-show .top .til {
        padding-left: 20px;
    }

    .product-show .top .til h4 {
        font-size: 24px;
    }

    .product-show .top .til h6 {
        font-size: 18px;
    }

    .product-show .top .text {
        font-size: 14px;
        margin: 15px 0;
    }

    .product-show .top .text-b {
        font-size: 14px;
        line-height: 1.5;
    }

    .commens-show .cont h4 {
        font-size: 24px !important;
    }

    .commens-show .bottom {
        margin-top: 20px;
        flex-flow: wrap;
        position: relative;
        padding: 15px 0;
    }

    .commens-show .bottom a {
        width: 100% !important;
        text-align: left !important;
        padding: 0 !important;
    }

    .commens-show .bottom a > div {
        width: 100%;
    }

    .commens-show .bottom a > div > div {
        display: inline-block;
        font-size: 14px !important;
    }

    .commens-show .bottom a:nth-child(2n-1) {
        max-width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .commens-show .bottom a:nth-child(2n-1) i {
        display: none;
    }

    .commens-show .bottom a:nth-child(2n-1) > div {
        margin: 0;
    }

    .commens-show .bottom a:nth-child(2) {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        width: auto !important;
    }

    .solution-bom .group .til {
        margin-bottom: 20px;
    }

    .solution-bom .group .til h4 {
        font-size: 24px;
    }

    .solution-bom .swiper-slide .world {
        padding-bottom: 0;
        padding-top: 15px;
    }

    .solution-bom .swiper-slide h4 {
        font-size: 14px;
        margin: 10px 0;
    }

    .solution-bom .swiper-slide .btn {
        display: none;
    }

    .solution-bom .swiper-slide:hover .world {
        padding: 15px;
    }

    .solution-bom .swiper-slide:hover .world h4 {
        margin-bottom: 10px;
    }

    .solution-bom .group .swiper-button-next,
    .solution-bom .group .swiper-button-prev {
        top: 14%;
    }

    .solution-bom .group .swiper-button-prev {
        right: 10%;
    }

    .service .group {
        padding: 40px 15px;
    }

    .service .item {
        width: 100%;
    }

    .service .item h4 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .service .item .text {
        font-size: 14px;
        line-height: 2;
    }

    .service .tab-til span {
        width: 48px;
        height: 48px;
        line-height: 42px;
    }

    .service .tab-til span i {
        font-size: 24px;
    }
    .service .group{
        background-position: top 20px center;
    }
    .service .tab-til span:nth-child(2n),.service .tab-til span:nth-child(2n-1){
        animation: service infinite ease 0s;
    }

    .solution .group2 .item .world {
        padding-bottom: 0;
        padding-top: 15px;
    }

    .solution .group2 .item h4 {
        font-size: 14px;
        margin: 10px 0;
    }

    .solution .group2 .item .btn {
        display: none;
    }

    .solution .group2 .item:hover .world {
        padding: 15px;
    }

    .solution .group2 .item:hover .world h4 {
        margin-bottom: 10px;
    }

    .solution .group1 {
        padding: 40px 15px 20px 15px;
        flex-flow: wrap;
    }

    .solution .group1 .left,
    .solution .group1 .right {
        width: 100%;
    }

    .solution .group1 .right .view-world {
        padding: 25px;
    }

    .solution .group1 .right .view-world h4 {
        font-size: 28px;
    }

    .solution .group1 .right .view-world .text {
        line-height: 1.5;
    }

    .solution .group1 .right .view-world a {
        color: #fff;
        display: block;
        margin-top: 15px;
        text-transform: uppercase;
    }

    .solution .group2 {
        padding: 0 8px;
        justify-content: space-between;
    }

    .solution .group2 .item {
        width: 47%;
        margin: 1.5%;
    }

    .gai218 .group2 .item {
        width: calc((100% - 15px) / 2);
        margin: 0 15px 0 0;
    }

    .gai218 .group2 .item:nth-child(2n) {
        margin-right: 0;
    }

    .gai218 .group2 .item:nth-child(2) ~ div {
        margin-top: 15px;
    }

    .gai218 .group2 {
        padding: 0 15px 20px 15px;
        flex-flow: wrap;
    }

    .ym {
        padding: 0 15px;
    }

    .ym a {
        margin: 0 2px;
        line-height: 32px;
        padding: 0 5px;
        font-size: 13px;
    }

    .solution-show .top {
        flex-flow: wrap;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .solution-show .top .left,
    .solution-show .top .right {
        width: 100%;
    }

    .solution-show .top h4 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .solution-show .top h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .solution-show .top .right a {
        font-size: 14px;
    }

    .solution-show .top .right i {
        font-size: 18px;
        margin-right: 10px;
    }

}


/* ----------------------------380px------------------------- */
@media screen and (max-width: 450px) {
    .service .tab-til span:nth-child(1) {
        top: 5%;
        left: 20%;
    }
    .service .tab-til span:nth-child(2) {
        top: 15%;
        left: 10%;
    }
    .service .tab-til span:nth-child(3) {
        top: 28%;
        left: 10%;
    }
    .service .tab-til span:nth-child(4) {
        top: 38.5%;
        left: 20%;
    }
    .service .tab-til span:nth-child(5) {
        top: 5%;
        left: 67.5%;
    }
    .service .tab-til span:nth-child(6) {
        top: 15%;
        left: 77.5%;
    }
    .service .tab-til span:nth-child(7) {
        top: 28%;
        left: 77.5%;
    }
    .service .tab-til span:nth-child(8) {
        top: 38.5%;
        left: 67.5%;
    }
}


/* ----------------------------330px------------------------- */
@media screen and (max-width: 330px) {
    .product .group .swiper-button-prev,
    .solution-bom .group .swiper-button-prev {
        right: 16%;
    }

}
