* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

p {
    font-size: 14px;
    margin: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

img {
    width: 100%;
    display: block;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.container::before,
.container::after {
    display: none;
}

body,
html {
    background: #fff;
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    font-family: "微软雅黑", microsoft yahei;

}


/*导航*/
.navbar {
    transition: 1s;
    left: 0;
    right: 0;
    position: fixed;
    margin-bottom: 0;
    z-index: 9999;
    border-radius: 0;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.nav-top{
    background: #fff;
}
.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 5%;
}

.in-logo{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.navbar-brand {
    width: 80px;
    height: auto;
    padding: 5px 0;
    text-align: center;
}

.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.navbar-nav>li{
    padding: 0 10px;
    position: relative;
}
.navbar-nav>li>a {
    color: #333;
    transition: .5s;
    font-size: 17px;
    padding: 35px 20px;
    display: inline-block;
    font-weight: bold;
}
.navbar-nav>li:hover>a{
    color: #00a2ea;
}
.navbar-nav>li.active>a{
    color: #00a2ea;
}
.in-search{
    margin: 30px 40px 30px 0;
}
.in-search i{
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.in-language{
    position: relative;
    padding: 0 10px;
    margin: 30px 0;
    border: solid 1px #000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.in-language-img{
    width: 15px;
    padding: 0 ;
    margin-right: 10px;
}
.in-language>p{
    font-size: 16px;
    color: #000;
    padding: 2px 0;
    
    cursor: pointer;
}
.in-ianguage-nav{
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    border-bottom: 1px solid #000;
    display: none;
}
.in-ianguage-nav>a{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 5px 15px;
}
.in-ianguage-nav>a:hover{
    background: #00a2ea;
    color: #fff;
}
.navbar>div>i {
    display: none;
}







/* banner */
.carousel{
    padding-top: 90px;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span {
    font-size: 60px;
    color: #fff;

}





/* in-about */
.in-about{
    padding: 80px 0;
}
.in-about>.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.in-ab-left{
    width: 48%;
}
.in-ab-left>h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 0;
}
.in-ab-left>h3>hr{
    width: 10px;
    height: 10px;
    border: solid 2px #4abbe3;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.in-ab-left>h1{
    font-size: 22px;
    color: #000;
    padding-left: 30px;
    margin: 0 0 60px;
}
.in-ab-left>h4{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-left: -10px;
    margin-bottom: 40px;
}
.in-ab-left>p{
    font-size: 16px;
    color: #999;
    line-height: 30px;
    text-align: justify;
}
.in-ab-left>a{
    display: inline-block;
    padding: 5px 30px;
    font-size: 16px;
    color: #fff;
    border: solid 2px transparent;
    background: #4abbe3;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 50px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-ab-left>a:hover{
    border: solid 2px #4abbe3;
    background: transparent;
    color: #000;
}





.title{
    text-align: center;
}
.title>h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.title>h3>hr{
    width: 10px;
    height: 10px;
    border: solid 2px #4abbe3;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.title>p{
    font-size: 16px;
    color: #000;
}


/* product */
.in-product{
    padding: 80px 0;
    background: url(../img/pro-bg.jpg) no-repeat center;
}




.marketing {
    overflow: hidden;
    margin: 15px 5%;
}

.marketing-title {
    text-align: center;
    font-size: 32px;
    color: #FFF;
    padding-top: 91px;
    margin-bottom: 15px;
}

.marketing-text {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #888888;
}

.click_a {
    width: 94px;
    height: 42px;
    margin: 0 auto;
    padding-top: 65px;
}

.hover_L {
    float: left;
}

.click_a a {
    display: block;
    width: 42px;
    height: 42px;
    overflow: hidden;
}

.hover_R {
    float: right;
}

.click_a img {
    display: block;
    float: left;
}

.click_a a:hover img {
    margin-top: -42px;
}

.mark-main {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.click_con {
    width: 100%;
    padding: 90px 0 40px;
    overflow: hidden;
    margin-left: -133px;
}

.system_list {
    width: 20%;
    
    position: relative;
    margin: 0 5px;
    float: left;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.system_list_tit {
    padding: 34px 30px;
    border-bottom: 1px solid #ededed;
}

.system_list_tit span {
    display: block;
    overflow: hidden;
}

.system_list_tit span em {
    display: block;
    width: 4px;
    height: 20px;
    background: #ff9900;
    float: left;
    margin-right: 10px;
}

.system_list_tit span strong {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 20px;
    color: #333;
}

.system_list_tit p {
    display: block;
    font-size: 12px;
    color: #999;
    padding-top: 12px;
}

.system_list_con {
    margin: 0 20px;
    
}
.in-product-pic{
    padding-bottom: 20px;
}
.mark-main-p{
    /* position: absolute; */
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 40px;
}

.mark-main-p>p{
    font-size: 16px;
    color: #000;
}
.mark-img{
    position: relative;
    /* background: #fff; */
}
.mark-yz{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    height: 100%;
    line-height: 40px;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mark-yz i{
    font-size: 30px;
    color: #fff;
}
.system_list:hover  .mark-yz{
    opacity: 1;
}



.mark-main-list {
    overflow: hidden;
    margin-bottom: 30px;
}

.mark-main-list span {
    display: block;
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.mark-main-list p {
    display: block;
    overflow: hidden;
    padding: 4px 0;
}

.mark-main-list span img {
    width: 100%;
}

.mark-main-list p em {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-style: normal;
}

.mark-main-list p strong {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #888;
}

.layer-mask {
    width: 100%;
    height: 416px;
    opacity: 0.3;
    transition: all 1s;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.click_con .new_cur .layer-mask {
    opacity: 0;
}

.click_con .new_cur {
    z-index: 10;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
}






/* in-case */
.in-case{
    padding: 80px 0;
}
.in-case ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.in-case ul>li{
    width: 25%;
    border-left: 1px solid #ccc;
    padding: 0 20px;
}
.in-case ul>li:nth-of-type(2n+1){
    margin-bottom: 80px;
}
.in-case ul>li:nth-of-type(2n){
    margin-top: 80px;
}
.in-case ul>li>span{
    font-size: 20px;
    color: #000;
}
.in-case ul>li>h3{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 15px 0;
}
.in-case ul>li>p{
    font-size: 14px;
    color: #000;
    line-height: 26px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.in-case ul>li>img{
    margin-top: 40px;
}









.in-fg{
    background: url(../img/fg.jpg) no-repeat center;
    padding: 120px 0;
    text-align: center;
}
.in-fg h3{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.in-fg p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.in-fg a{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.in-fg a>i{
    font-size: 20px;
    border: solid 2px transparent;
    background: #4abbe3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    padding: 9px 11px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-fg a:hover>i{
    border: solid 2px #4abbe3;
    background: transparent;
}
.in-fg a>span{
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
}


/* in-manufacture */
.in-manufacture{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: url(../img/manu-bg.jpg) no-repeat center;
    margin: 80px 0;
}

.in-manu-left{
    width: 50%;
    padding: 90px 0;
}
.in-manu-left .title1{
    text-align: left;
    padding-left: 200px;
}
.in-manu-left .title1>h3{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 0;
}
.in-manu-left .title1>h3>hr{
    width: 10px;
    height: 10px;
    border: solid 2px #4abbe3;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.in-manu-left .title1>p{
    font-size: 16px;
    color: #fff;
}

.in-manu-left>ul{
    margin-top: 40px;
}
.in-manu-left>ul>li{
    margin: 50px 0;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 20px 80px 20px 200px;
    z-index: 2;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-manu-left>ul>li.manu-cut{
    background: #000;
}

.in-manu-left>ul>li>span{
    display: none;
}

.in-manu-left>ul>li.manu-cut>span{
    position: absolute;
    left: 110px;
    top: 50px;
    font-size: 18px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0 6px;
    margin: 20px 0;
    display: block;
}
.in-manu-left>ul>li>hr{
    width: 2px;
    height: 40px;
    background: #eee;
    margin: 0;
}
.in-manu-left>ul>li>small{
    font-size: 14px;
    color: #fff;
}
.in-manu-con{
    width: 92%;
    padding-left: 20px;
}
.in-manu-con>h4{
    font-size: 18px;
    color: #fff;
    margin: 0;
}
.in-manu-con>h5{
    font-size: 16px;
    color: #fff;
    margin: 10px 0 20px;
}
.in-manu-con>p{
    visibility: hidden;
    font-size: 16px;
}
.in-manu-left>ul>li.manu-cut>.in-manu-con>p{
    font-size: 16px;
    color: #fff;
    visibility: visible;
}
.in-manu-img{
    width: 50%;
}







/* application */
.in-application{
    margin: 120px 0;
}

.w-imgText {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 20px #e2e2e2;
    margin: 80px 0;
}

.w-imgText ul,
.w-imgText li {
    list-style: none;
    padding: 0;
    margin: 0
}

.w-imgText .item {
    position: relative
}

.w-imgText .item>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.w-imgText .img-count-in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    *height: 100%
}

.w-imgText .textB {
    line-height: 1.7
}

.w-imgText .textB .bg_x {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.w-imgText .text_x {
    position: relative;
    z-index: 1
}

.w-imgText .igt_page {
    text-align: center;
    display: none;
    z-index: 5
}

.w-imgText .igt_page .swiper-pagination-bullet {
    border-radius: 0;
    -webkit-border-radius: 0;
    width: 1em;
    height: 5px;
    background: #999;
    opacity: .5
}

.w-imgText .igt_page .swiper-pagination-bullet-active {
    background: #f80;
    opacity: 1
}

.w-imgText5 {
    position: relative
}

.w-imgText5 .img {
    width: 50%;
    position: relative;
    overflow: hidden
}

.w-imgText5 .img .imgSize {
    height: 540px;
}

.w-imgText5 .img img {
    width: 100% !important;
    transition: transform .5s;
    -webkit-transition: transform .5s;
}

.w-imgText5 li:hover .img img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02)
}

.w-imgText5 .textB {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 100px 5% 50px;
    color: #fff
}

.w-imgText5 .textB .text_x {
    top: 40%;
    top: 0\9;
    *top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-height: 70%;
}

:root .w-imgText5 .textB .text_x {
    top: 40%
}
:root .w-imgText5 .textB .text_x p{
    color: #333;
    font-size: 16px;
    margin-right: 100px;
}
.w-imgText5 .textB .bg_x {
    background: #fff;
}

.w-imgText5 .text_x .tt_h>span{
    font-size: 160px;
    line-height: 20px;
    position: relative;
    color: #ddd;
    font-weight: bold;
    margin-left: -20px;
}
.w-imgText5 .text_x span{
    font-size: 16px;
    color: #aaa;

}
.w-imgText5 .text_x h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 40px 0 20px;
}
.w-imgText5 .text_x a{
    display: inline-block;
    padding: 5px 30px;
    font-size: 16px;
    color: #000;
    border-bottom: solid 1px #f57e0a;
    margin-top: 50px;
}
.w-imgText5 .igt_btn {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 92%;
}

.w-imgText5 .igt_btn .igt_prev,
.w-imgText5 .igt_btn .igt_next {
    position: absolute;
    cursor: pointer;
    top: -40px;
    width: 32px;
    height: 32px;
    border: 1px solid #bbb;
    border-color: rgba(230, 230, 230, .5);
    background: #fff;
}
.w-imgText5 .igt_btn .igt_next{
    top: -72px;
}
.w-imgText5 .igt_btn .igt_prev:hover,
.w-imgText5 .igt_btn .igt_next:hover {
    color: #fff
}

.w-imgText5 .igt_btn .igt_prev {
    left: 0;
    background: #f57e0a;
}

.w-imgText5 .igt_btn .igt_next {
    right: 0
}

.w-imgText5 .igt_btn .igt_prev:before,
.w-imgText5 .igt_btn .igt_next:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    text-align: center;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -5px
}

.w-imgText5 .igt_btn .igt_prev:before {
    background: url(../img/next2.png) no-repeat center
}

.w-imgText5 .igt_btn .igt_next:before {
    background: url(../img/prev2.png) no-repeat center
}

.w-imgText5 .igt_btn .igt_prev:hover,
.w-imgText5 .igt_btn .igt_next:hover {
    border-color: #85367f;
}

@media(max-width:1200px) {
    .title {
        padding-left: 15px
    }
}

@media(max-width:860px) {
    .w-imgText .igt_page {
        display: block
    }

    .w-imgText .igt_btn {
        display: none
    }

  

    .w-imgText5 .img {
        width: 100%;
        float: none
    }

    .w-imgText5 .textB {
        position: relative;
        left: 0;
        padding: 1.2em 4% 1.5em
    }

    .w-imgText5 .igt_btn {
        width: auto;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -60px
    }

    .w-imgText5 .textB .text_x {
        top: 0;
        transform: none;
        -webkit-transform: none
    }

    :root .w-imgText5 .textB .text_x {
        top: 0
    }
}

@media(max-width:767px) {
    

    .w-imgText5 .img .imgSize {
        height: 240px;
        padding-bottom: 50%
    }
}

@media(max-width:640px) {
    .w-imgText .igt_page .swiper-pagination-bullet {
        height: 2px
    }
}




/* in-news */
.in-news{
    padding: 80px 0;
}
.in-news ul{
    margin-top: 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-news ul>li{
    width: 32%;
    margin: 10px 0;
}
.in-news-text{
    padding: 20px 15px 60px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-news ul>li:hover .in-news-text{
    background: #f6f4f5;
}
.in-news-text>h3{
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin: 0 0 15px;
}
.in-news-text>p{
    font-size: 16px;
    color: #999;
}

.in-news-icon{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    background: #f6f4f5;
    padding: 20px 30px;
}
.in-news-icon>span{
    color: #999;
    font-size: 16px;
    
}
.in-news-icon>i{
    border: solid 2px #4abbe3;
    background: transparent;
    font-size: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #4abbe3;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    padding: 4px 6px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-news ul>li:hover .in-news-icon>i{
    border: solid 2px transparent;
    background: #4abbe3;
    color: #fff;
}







/* footer */
.in-footer{
    background: url(../img/foot-bg.jpg) repeat center;
}
.in-foot-top{
    border-bottom: 1px solid #494949;
}
.in-foot-top ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0;
}
.in-foot-top ul>li{
    width: 33.333333%;
    border-right: solid 1px #494949;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
}
.in-foot-top ul>li:last-of-type{
    border-right: none;
}
.in-foot-top ul>li:hover{
    background: #494949;
}
.in-foot-top ul>li img{
    width: 20px;
    margin: 0 auto;
}
.in-foot-top ul>li p{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}


/* footer */
.in-foot-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 60px 0;
}
.in-foot-nav{
    width: 14%;
}
.in-foot-title {
    position: relative;
}
.in-foot-title h3{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
}
.in-foot-title hr{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 0;
}
.in-foot-nav ul{
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-foot-nav ul>li{
    width: 100%;
    border-bottom: 1px solid #999;
    margin: 10px 0;
    color: #fff;
    padding: 5px 0;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
.in-foot-nav ul>li i{
    font-size: 16px;
    padding-right: 5px;
}
.in-foot-ewm{
    width: 120px;
}
.in-foot-ewm p{
    font-size: 16px;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}




.in-foot{
    width: 100%;
    z-index: 999;
}
.in-foot>.container{
    border-top: 1px solid #494949;
}
.in-foot p{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 20px 0;
}
.in-foot p>span{
    font-size: 16px;
    color: #fff;
}
.in-foot p>a{
    font-size: 16px;
    color: #fff;
}

@media all and (max-width:1440px) and (min-width:968px) {
    .in-manu-left{
        padding: 90px 0 30px;
    }
    .in-manu-left .title1{
        padding-left: 60px;
    }
    .in-manu-left>ul>li{
        padding: 20px 60px;
        margin: 0;
    }
    .in-manu-left>ul>li.manu-cut>span{
        left: 20px;
    }
    .in-manu-left>h3{
        margin: 0 50px;
    }
    .in-manu-con>h5{
        margin: 2px 0;
    }
    .w-imgText5 .textB{
        padding: 100px 5%;
    }
    .w-imgText5 .img .imgSize{
        height: 400px;
    }
}
@media all and (max-width:768px) {
    .navbar>div>i{
        display: block;
        font-size: 30px;
        color: #000;
        padding-top: 30px;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 90px;
        background: #fff;
        margin: 0;
        width: 100%;
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        display: inline-block;
        width: 100%;
        padding: 15px 20px;
    }
    .in-language{
        margin: 30px 30px;
    }
    .in-ianguage-nav{
        top: 30px;
        display: block;
    }
    .in-ianguage-nav>a{
        padding: 5px 5px;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 1px);
    }
    .in-about{
        padding: 20px 0;
    }
    .in-ab-left,.in-ab-img{
        width: 100%;
        margin: 3px 0;
    }
    .system_list{
        width: 330px !important;
        
    }
    .title{
        padding: 0 15px;
    }
    .in-case ul>li{
        width: 100%;
        border-left: none;
    }
    .in-case ul>li:nth-of-type(2n+1){
        margin-bottom: 0;
    }
    .in-case ul>li:nth-of-type(2n){
        margin-top: 0;
    }
    .in-manufacture{
        margin: 0;
    }
    .in-manu-left .title1{
        padding: 0 15px;
    }
    .in-manu-left{
        width: 100%;
        padding: 30px 0 0;
    }
    .in-manu-left>h3{
        margin: 0 15px;
    }
    .in-manu-img{
        width: 100%;
    }
    .in-manu-left>ul{
        margin-top: 10px;
        
    }
    .in-manu-left>ul>li{
        padding: 20px 15px;
        margin: 0;
    }
    .in-manu-left>ul>li.manu-cut>span{
        left: 15px;
        top: 60px;
    }
    .in-manu-con>p{
        display: -webkit-box;
        -webkit-line-clamp: 2; /* 限制文本为2行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .in-manu-left>ul>li.manu-cut>.in-manu-con>p{
        display: -webkit-box;
        -webkit-line-clamp: 2; /* 限制文本为2行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .in-application{
        margin: 50px 0;
    }
    .w-imgText5 .text_x .tt_h>span{
        font-size: 110px;
        margin: 0;
    }
    .w-imgText{
        margin-bottom: 50px;
    }
    :root .w-imgText5 .textB .text_x p{
        margin-right: 0;
    }
    .in-news ul>li{
        width: 100%;
    }
    .in-foot-top ul>li{
        width: 100%;
        border-right: none;
    }
    .in-foot-nav{
        width: 47%;
        margin: 10px 0;
    }
    .in-foot-nav ul>li{
        display: -webkit-box;
        -webkit-line-clamp: 1; /* 限制文本为2行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .in-foot-ewm{
        width: 48%;
    }
}