.pro-detail-box2 ul li p{
    min-height: 172px;
}
.pro-detail-box2 ul li:nth-child(3), .pro-detail-box2 ul li:nth-child(4){
	margin-bottom: 40px;
}
a{
    text-decoration: none;
    color: inherit; 
}
a:hover {
    text-decoration: none;
    color: inherit;
  }
  
  a:visited {
    text-decoration: none;
    /* color: inherit; */
  }
  
  a:focus {
    outline: none; 
    -moz-outline: none; 
  }
  input,
textarea{
  border: none;
  outline: none; 
  resize: none; 
  background: transparent;
}
.cases-detail-email{
    display: none;
}

.in-pro-ul li a img {

  max-height: 122px;
}
.telegram{
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    float: left;
}

.whatsapp img{
    width: 30px;
}







/* form */
.form_title{
padding: 120px 80px;
text-align: center;
}
.form_title p{
margin-top: 30px;
}

.cases-list-pro{
    display: none;
}
.w1200{
    max-width: 1200px;
    width: 100% !important;
}


.form-container{
background-color: #dedede;
padding-bottom: 100px;
}

.form-container i{
display: block;
height: 200px;
background-color: #00a884;
}
.form-container .container{
display: flex;
margin-top: -130px;
}
.sidebar {
width: 30%;
background-color: #fff;
display: flex;
flex-direction: column;
border-right: 1px solid #ddd;
}
.sidebar-header {
padding: 15px;
background-color: #ffffff;
display: flex;
justify-content: space-between;
align-items: center;
}
.sidebar-header span {
height: 40px;
line-height: 40px;
font-size: 20px;
font-weight: bold;
}
.chat-list {
flex: 1;
overflow-y: auto;
}
.chat-item {
padding: 15px;
display: flex;
align-items: center;
border-bottom: 1px solid #f0f0f0;
cursor: pointer;
}
.chat-item:nth-of-type(1){
background-color: #F0F2F5;
}
.chat-item img {
width: 40px;
height: 40px;
border-radius: 50%;
margin-right: 15px;
}
.chat-item .chat-info {
flex: 1;
}
.chat-item .chat-info h4 {
margin: 0;
font-size: 16px;
color: #000;
font-weight: normal;
}
.chat-item .chat-info p {
margin: 0;
color: #888;
font-size: 14px;
}
.form .main {
width: 70%;
background-color: #efeae2;
background-repeat: repeat;
display: flex;
flex-direction: column;
}
.form .main form {
display: flex;
flex-direction: column;
background: url(/static/images/form-b.png);
flex: 1;
}
.main-header {
background-color: #ffffff;
padding: 15px;
display: flex;
align-items: center;
}
.main-header img {
width: 40px;
height: 40px;
border-radius: 50%;
margin-right: 15px;
}
.main-header h4 {
margin: 0;
font-size: 16px;
font-weight: normal;
}
.chat-input {
display: flex;
padding: 10px 15px;
border-top: 1px solid #ccc;
background-color: #f0f0f0;
}
.chat-input input {
flex: 1;
padding: 10px 15px;
border-radius: 5px;
border: none;
outline: none;
font-size: 14px;
}
.chat-input button {
margin-left: 10px;
padding: 10px 20px;
border: none;
border-radius: 5px;
background-color: #00a884;
color: white;
cursor: pointer;
}
.messages {
flex: 1;
padding: 20px;
overflow-y: auto;
display: flex;
flex-direction: column;
}
.message {
border-radius: 7px;
margin-bottom: 20px;
display: flex;
}
.message.sent {
background-color: #dcf8c6;
align-self: flex-end;
}
.message.received > div {
background-color: #fff;
align-self: flex-start;
display: flex;
align-items: center;
position: relative;
padding: 10px 15px;
}
.message.received img {
width: 40px;
height: 40px;
border-radius: 50%;
margin-right: 15px;
}
.message.received input[type="radio"]{
width: 14px;
height: 14px;
margin-right: 6px;
}
.message.received input {
background: #ffffff;
border-radius: 5px;
border: 1px solid #dddddd;
width: 100%;
position: relative;
height: 50px;
padding: 5px 10px;
font-size: 16px;
}
.message.received span {
background-color: #00a884;
border-radius: 5px;
position: absolute;
color: #ffffff;
right: 20px;
    display: none;
height: 40px;
line-height: 40px;
top: 0;
bottom: 0;
margin: auto;
width: 230px;
text-align: center;
}
.message.received input:focus {
border-color: #dddddd;
outline: none;
}


.messages .msg-box{
width: 80%;
}
.messages .input-box{
width: 60%;
}
.messages .radio-box{
width: 86%;
}
.message.received .label-box{
display: flex;
flex-wrap: wrap;
margin-top: 10px;
}
.message.received .label-box label{
width: 210px;
border-bottom: 1px solid #dddddd;
margin-right: 40px;
padding: 10px 0;

}
.message.received > div.radio-box{
display: block;
}

.in-pro-ul > li:nth-child(-n + 3){
    display: none;
}

.sns-list ul {
padding: 0 20px;
padding-bottom: 80px;
margin-top: 20px;

}
.sns-list li {
border: 1px solid #dddddd;
display: flex;
height: 50px;
align-items: center;
margin-bottom: 20px;
padding: 10px;
}
.sns-list li > div {
padding: 5px;
border-radius: 5px;
margin-right: 10px;
}
.sns-list li:nth-of-type(1) > div {
background-color: #0866ff;
}
.sns-list li:nth-of-type(2) > div {
background-color: #25d366;
}
.sns-list li:nth-of-type(3) > div {
background-color: #8484ff;
}
.sns-list li:nth-of-type(4) > div {
background-color: #2a2ae6;
}
.sns-list > p {
margin-left: 20px;
font-size: 20px;
font-family: semibold;
}
.message.received > div::before {
content: "";
position: absolute;
top: -5px;
left: -5px;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 10px 0;
border-color: transparent #ffffff transparent transparent;
transform: rotate(270deg);
}
.form .container{
max-width: 1200px;
position: relative;
z-index: 2;
border: 1px solid #DDDDDD;
margin: 0 auto;
display: flex;
}
.form{
/* background: #DEDEDE; */
margin-top: 40px;

position: relative;
padding: 70px 0 0;
}
.form::after{
position: absolute;
top: 0;
left: 0;
width: 100%;
content: '';
height: 200px;
z-index: 1;
background: #00A884;
}

/* message */
.message1{
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding:   60px  0;
    justify-content: center;
    position: relative;
    background: url(/static/images/message1.webp) no-repeat;
    
}
.message1 > img{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.message1 > div{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    z-index: 2;
}

.message1 form{

}

.message1 form > span{
    font-weight: 900;
    font-size: 26px;
    color: #333333;
}

.message1 form > p{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    padding:  20px 0 50px;
}

.message1 form > ul{
    display: flex;
    width: 100%;
    max-width: 940px;
    flex-wrap: wrap;
}
.message1 form > ul > li{
    position: relative;
    max-width: 300px;
    width: 100%;
    height: 50px;
    display: flex;
    box-sizing: border-box;
    padding-left: 20px;
    margin-right: 20px;
    padding-right: 20px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
    border: 1px solid #efefef;
    background: #FFFFFF;
}

.message1 form > ul > li:nth-child(3),
.message1 form > ul > li:nth-child(6){
    margin-right: 0;
}
.message1 form > ul > li:nth-child(6){
    background: transparent;
    border: 1px solid transparent;
    padding-left: 0;
}
.message1 form > ul > li input{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}
.message1 form > ul > li input::-webkit-input-placeholder{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}
.message1 form > ul > li div{
    display: flex;
    position: absolute;
    left: 20px;
}
.message1 form > ul > li div span{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}
.message1 form > ul > li div sup{
    color: red;
}
.message1 form > ul > li > ul{
    position: absolute;
    top: 50px;
    display: none;
    background: #fff;
    left: 0;
    z-index: 9;
    width: 100%;
}
.message1 form > ul > li > ul li{
    width: 100%;
    height: 50px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-bottom: 1px solid #efefef;
    color: #666666;
}
.message1 form > ul > li > ul li:hover{
    background: #666;
    color: #fff;
}

.message1 form > ul > li canvas{
    border: 1px solid #efefef;
    background: #fff;
}

.message1 form > input{
    width: 220px;
    height: 60px;
    background: #246ACE;
    font-weight: bold;
    font-size: 16px;
    color: #FFFEFE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
/* product */
.product1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product1 > ul{
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product1 > ul > li{
    width: 100%;
    display: flex;
    align-items: center;

}

.product1 > ul > li > h3{
    font-weight: 900;
    font-size: 26px;
    margin: 60px 0;
    color: #31333C;
}

.product1 > ul > div{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
	/* width: calc(25% - 12px); */
    max-width: 270px;
    box-sizing: border-box;
    background: #F9F9F9;
}
.product1 > ul > div:hover{
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}

.product1 > ul > div:last-child:nth-child(4n) {
    margin-right: calc(24% + 7% / 4);
}
.product1 > ul > div:last-child:nth-child(4n - 1) {
    margin-right: calc(48% + 11% / 3);
}
.product1 > ul > div > a:first-child:hover h4{
    color: #246ACE;
}
.product1 > ul > div > a:first-child{
    box-sizing: border-box;
    padding: 40px 25px;
}
.product1 > ul > div > a:first-child h4{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    height: 36px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-bottom: 20px;
    color: #333333;
}
.product1 > ul > div > a:first-child > ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product1 > ul > div > a:first-child > ul > li{
  
}
.product1 > ul > div > a:first-child > ul > li:first-child{
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    height: 153px;
    justify-content: center;
}
.product1 > ul > div > a:first-child > ul > li img{
    max-width:200px ;
}
.product1 > ul > div > a:first-child > ul > li:nth-child(2),
.product1 > ul > div > a:first-child > ul > li:nth-child(3){
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    width: calc(50% - 1px);
    background: #fff;
    flex-wrap: wrap;
    padding: 10px;
    box-sizing: border-box;
}
.product1 > ul > div > a:first-child > ul > li span{
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: #246ACE;
}
.product1 > ul > div > a:first-child > ul > li p{
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    width: 100%;
    color: #999999;
}
.product1 > ul > div > a:last-child{
    font-weight: 400;
    font-size: 14px;
    color: #246ACE;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto 40px;
    border: 1px solid #246ACE;
}
.product1 > ul > div > a:last-child:hover{
    background: #246ACE;
    color: #fff;
}

/* cta1 */
.cta1{
    background: url(/static/images/cta11.webp) no-repeat;
    width: 100%;
    display: flex;
    background-size: 100% 100%;
    justify-content: center;
    padding: 55px 0;
    box-sizing: border-box;
    margin: 40px 0 20px;
}
.cta1 > div{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta1 > div > div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 76%;
}
.cta1 > div > div span{
    font-weight: 900;
    font-size: 30px;
    color: #222222;
    margin-bottom: 20px;
}
.cta1 > div > div p{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}
.cta1 > div > span{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 60px;
    background: linear-gradient(90deg, #22188B, #0F1547);
}


.in-cases-ul li{
    margin-top: 40px;
}
.in-application-ul li{
    margin-bottom: 45px;
}
.in-pj{
    margin-top: 75px;
}

.in-title{
    margin-bottom: 40px;
}
/* cta2 */
.cta2{
    background: url(/static/images/cta2.png) no-repeat;
    width: 100%;
  
    background-size: 100% 100%;
    text-align: center;
    padding: 40px 0;
    box-sizing: border-box;

}

.cta2 > p{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 34px;
    color: #FFFFFF;
}
.cta2 > div{
    justify-content: center;
    display: flex;
}

.cta2 > div a:first-child{
    width: 284px;
    height: 56px;
    background: #FFFFFF;
    font-weight: 400;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #256CD0;
}
.cta2 > div a:last-child{
    width: 284px;
    height: 56px;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    color: #256CD0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* aboout_index */
.aboout_index{
    position: relative;
    width: 100%;
    display: flex;
    background-size: 100% 100%;
    justify-content: center;
    padding: 120px 0 60px;
    box-sizing: border-box;
    margin: 0px 0 0px;
    background: #FAFAFA;
    margin-bottom: 120px;
}
.aboout_index > img{
    position: absolute;
    left: 0;
    top: 95px;
    width: 100%;
    z-index: 1;
}
.aboout_index > div{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 2;
}

.aboout_index > div > span{
    font-weight: bold;
    font-size: 26px;
    color: #333333;
}
.aboout_index > div > p{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 40px 0 100px;
    width: 68%;
    line-height: 1.5;
}
.aboout_index > div > div{
    width: 100%;
    margin-bottom: 60px;
}
.aboout_index > div > div > span{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 50px;
    color: #256CD0;
}
.aboout_index > div > div > p{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.m{
    display: none !important;
}
.pc{
    display: block ;
}


.pro-detail-box4{
    display: none;
}






@media screen and (max-width:1700px){




}
@media screen and (max-width:1400px){
/* product_item */
.product_gallery img{
    width: 100%;
}

}
@media screen and (max-width:1200px){


    .head nav{
        margin-left: 0;
    }

}


@media screen and (max-width:960px){
    .application-detail-box1-rt{
        width: 100%;
    }
    .nav-main li{
        margin-right: 20px;
    }
    .part-nav-ul{
        width: 100%;
    }


}


/* m */
@media screen and (max-width:767px){

    .m{
        display: flex !important;
    }
    .pc{
        display: none !important;
    }
    .sidebar{
        display: none;
      }
.main{
width: 100%;
}
.form_title{
padding: 50px 15px  0;
text-align: left;
}
.form_title p{
margin-top: 20px;
}
.form::after{
display: none;
}
.form{
padding: 0 15px  0;
margin-top: 20px;
background: transparent;
}
.message.received .label-box label{
margin-right: 0;
}
.form .container{
    border: 1px solid transparent;
}
.message.received span{
font-size: 12px;
padding: 5px;
    position: static;
width: 100%;
  margin-top:10px;
height: 20px;
line-height: 20px;
}
.messages .input-box{
width: 100%;
   flex-wrap: wrap;
}
.chat-input input{
padding: 0 ;
font-size: 12px;
}
.chat-input button{
padding: 10px 5px;
font-size: 11px;
}
.message.received input{
height: 30px;
}
.form .container::after{
content: '';
width: 100%;
position: absolute;
top: -10px;
left: 0;
height: 80px;
background: url(/static/images/form-top.png) no-repeat;
background-size: 100% 100%;
}
.form .container::before{
content: '';
width: 100%;
position: absolute;
bottom: -55px;
left: 0;
height: 55px;
background: url(/static/images/form-down.png) no-repeat;
background-size: 100% 100%;
}
.in-pro-ul{
    display: flex;
    flex-wrap: wrap;
    margin:0 10px 0 ;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0 0 25px;
}
.in-pro-ul li{
    width: 50%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* position: inherit; */
}
.in-pro-ul li a img{
    width: 80px;
    margin-top: 0px;
}
.in-pro-ul li h2{
    /* text-align: center; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: static;
    transform: translateX(0);
}
.in-pro-ul li a{
    font-weight: 400;
    margin-top: 5px;
    font-size: 12px;
      display: flex ;
  height:auto;
    justify-content: center;
    color: #1F2129;
}
  .in-pro-ul li h2 a{
  height:36px;}
.w1200,
.in-cases-text,
.in-cases-ul li{
    width: 100%;
}
.head nav{
    display: none;
    position: fixed;
    top: 65px;
    background: #F7F8FC;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
}
.nav-main li{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #efefef;
}
.product1 > ul > div{
    width: calc(50% - 5px);
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    margin-right: 0 !important;
}
.product1 > ul > li > h3{
    margin: 20px 0 20px;
    font-weight: bold;
    font-size: 17px;
    color: #333333;
}
.in-cases-ul li{
    display: flex;
}
.product1 > ul > div > a:first-child > ul > li img{
    width: 100%;
}
.in-cases-ul li img{
    height: auto ;
    width: 100%;
    border-radius: 5px;
    max-width: 275px;
}
.cebian{
    display: none;
}
.form .main{
    width: 100%;
}
.nav-main li a{
    line-height: 40px;
    color: #333;
    font-weight: bold;
}
.product1 > ul > div > a:last-child{
    display: none;
}
.product1 > ul > div > a:first-child > ul > li:first-child{
    height: 115px;
}





header,
body{
    background: #F7F8FC;
}
.head {
    display: flex;
    align-items: center;
    padding:  0 10px;
    box-sizing: border-box;
    box-shadow: 0px 3px 16px 0px rgba(128, 138, 155, 0.13);
    justify-content: space-between;
}

.logo img{
    width: 100px;
}
.menu_m img{
    width: 20px;
}
.menu_m{
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.menu_m::after{
    position: absolute;
    top: calc(50% - 9px);
    left: -15px;
    width: 1px;
    height: 18px;
    background: #828CA0;
    border-radius: 1px;
    content: '';
}
.whatsapp{
    order: 0;
    height: 65px;
}
.logo{
    order: 1;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toolBar{
    order: 1;
    display: flex;
    align-items: center;
    /* margin-right: -10px; */
    justify-content: center;
}
header .toolBar>div{
    margin-left: 0;
}
.whatsapp img{
    width: 30px;
}

.language > div{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}
.language img{
    margin-left: 5px;
}
.sub-lang{
    padding: 30px 10px  0  10px;
    top: 40px;
}
.product1 > ul > div > a:first-child{
    padding: 0;
}




/* swiper */
.mySwiper_banner{
    box-sizing: border-box;
    width: calc(100% - 20px);
    margin: 90px auto 0;
    border-radius: 5px;
    overflow: hidden;
    /* padding:  0 10px; */
}

.swiper-backface-hidden .swiper-slide{
    height: 165px;

}
.swiper-backface-hidden .swiper-slide img{
    height: 165px;
    width: 100%;
}
.mySwiper_banner .swiper-pagination{
    justify-content:flex-end;
    width: calc(100% - 12px) !important;
}
.mySwiper_banner .swiper-pagination-bullet-active{
    width: 12px !important;
    border-radius: 50px;
    background: #fff;
    opacity: 1 !important;
}
.mySwiper_banner .swiper-pagination-bullet{
    background: #fff;
    opacity: 0.5;
}
.mySwiper_banner .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    margin: 0 2.5px !important;
}
/* banenr_downn */
.banenr_downn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 10px;
    
}
.banenr_downn a{
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: center;
    flex-wrap: wrap;
}
.banenr_downn a img{
    width: 40px;
}
.banenr_downn a span{
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    margin-top: 10px;
    justify-content: center;
}
/* product */

.product1 > ul{
    margin: 0 10px;
}

.product1 > ul > div > a:first-child > ul > li:nth-child(2), .product1 > ul > div > a:first-child > ul > li:nth-child(3){
    justify-content: start;
    width: 100%;
    padding:5px 0;
    flex-wrap: nowrap;
}
.product1 > ul > div > a:first-child > ul > li span{
    text-align: left;
    order: 1;
    font-size: 12px;
}
.product1 > ul > div > a:first-child > ul > li p{
    text-align: left;
    font-size: 11px;
}

.product1 > ul > div > a:first-child h4{
    margin-bottom: 0;
}

.cta3{
    background: url(/static/images/cta3-b.png) no-repeat;
    background-size: 100% 100%;
    padding:  25px 0;
    margin: 20px 0 10px;
}
.cta3 > div{
    text-align: center;
}
.cta3 > div > div{
    font-weight: 400;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 1;
}
.cta3 > div span{
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    max-width: 170px;
    padding: 7.5px 5px;
    margin: 20px auto 0;
    border: 1px solid #FAFAFA;
}
.form-m{
    font-weight: bold;
    font-size: 17px;
    color: #222222;
    padding: 0 10px;
    margin-top: 20px;
    box-sizing: border-box;
}
.in-cases .in-cases-ul .clearfix:first-child{
    flex-wrap: wrap;
    box-sizing: border-box;
}
.in-cases .in-cases-ul .clearfix:first-child div:first-child{
    width: 100%;
}
.in-cases .in-cases-ul .clearfix:first-child div:first-child img{
    width: 100%;
    max-width: 100%;
}

.in-cases .in-cases-ul .clearfix:first-child div:last-child{
    width: 100%;

}

.in-cases .in-cases-ul .clearfix:first-child div:last-child .more-icon{
    display: none;
}
.in-cases{
    padding: 0 10px;
    margin: 80px auto 40px;
    border-radius: 5px;
    box-sizing: border-box;
}
.in-cases .in-cases-ul .clearfix{
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
.in-title{
    margin-bottom: 0;
}
.title-l a{
    font-weight: bold;
    font-size: 17px;
    font-style: normal;
    color: #222222;
}
.in-cases .in-cases-text{
    background: #fff;
}
.regular-r{
    display: none;
    
}
.in-cases-ul li{
    margin-top: 10px;
}
.in-cases-text{
    height: auto;
}

.in-cases-text{
    padding: 15px 10px;
}

.in-cases .fl{
    display: flex;
    align-items: center;

}
.in-cases .fl a{
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
}
/* solution */
.solution1{
    display: block !important;
    padding-left: 10px;
}
.solution1 > p{
    font-weight: bold;
    font-size: 17px;
    color: #222222;
    margin-bottom: 20px;
}

.solution1 .swiper-slide{
    max-width: 130px;
    height: 170px;
    background: #FFFFFF;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    align-content: space-between;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.solution1 .swiper-slide > i{
    width: 40px;
    height: 40px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
.solution1 .swiper-slide > b{
    font-weight: bold;
    font-size: 14px;
    word-break: break-all;
    display: flex;
    width: 100%;
    align-items: center;

    color: #31333C;
}
.solution1 .swiper-slide > span{
    width: 20px;
    height: 2.5px;
    display: block;
    background: #CCCCCC;
    border-radius: 3px;
}
.solution1 .iconfont{
    color: #246ACE;
} 




.cta4{
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
    margin: 10px auto;
    box-sizing: border-box;
    height: 45px;
    background: #246ACE;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 45px;
}

.cta4 img{
    width: 35px;
    margin-right: 15px;
    margin-left: 5px;
}


/* aboutm */
.aboutm{
    display: block !important;
    margin-top: 50px;
}
.aboutm > img{
    width: 100%;
    z-index: -1;
    position: relative;
}
.aboutm > div{
    width: calc(100% - 20px);
    margin:-20px auto 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 7px;
    padding: 50px 15px;
}

.aboutm > div > span{
    font-weight: bold;
    font-size: 17px;
    display: flex;
    margin-bottom: 25px;
    color: #000000;
}
.aboutm > div > p{
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 1.5;
}
.aboutm > div > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aboutm > div > ul li{
    width: calc(50% - 7.5px);
    margin-top: 35px;
}
.aboutm > div > ul li span{
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
    height: 150px;
    background: #FAFAFA;
    border-radius: 7px;
    color: #246ACE;
}
.aboutm > div > ul li  p{
    font-weight: 400;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #333333;
}
.aboutm > div > ul li span p:last-child{
    margin-top: 5px;
}
/* footerm */
.footerm{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
}
.footerm > img{
    width: 100%;
}
.footerm > div{
    width: 100%;
    padding: 40px 0 30px;
    background: #246ACE;
}
.footerm > div p:first-child{
    font-weight: bold;
    font-size: 17px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.footerm > div p{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.footerm > div span{
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.footerm > div a{
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.footerm > ul{
    display: flex;
    margin:35px auto 0;
    width: calc(100% - 80px);
    justify-content: space-between;
}
.footerm > ul li{
    
}
.footerm > ul li a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.footerm > ul li:nth-child(1) a{
    background: #3C5A99;
}
.footerm > ul li:nth-child(2) a{
    background: #1DA1F3;
}
.footerm > ul li:nth-child(3) a{
    background: #0077B5;
}
.footerm > ul li:nth-child(4) a{
    background: #5181B8;
}
.footerm > ul li:nth-child(5) a{
    background: #FF011D;
}
.footerm > ul li a i{
    color: #fff;
}
.footerm > span{
    width: 100px;
    height: 1px;
    margin: 30px auto;
    display: flex;

    background: #246ACE;
}
.footerm > p{
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    margin-bottom: 40px;
    display: flex;
    width: 100%;
    justify-content: center;
}
/* product */
.pro-list-nav-ul{
    flex-wrap: wrap;
    margin: 0 10px 20px;
    justify-content: space-between;
}

.pro_banner{
    margin-top:65px ;
}
.bread{
    padding: 0 15px ;
    box-sizing: border-box;
}
.breadcrumb li a,
.breadcrumb>li,
.bread .chat{
    font-size: 12px;
}
.pro-list-nav-ul li{
    width: calc(50% - 5px);
    background: #fff;
    margin-top: 10px;
    margin-right: 0;
}
  .pro-list-nav-ul li:last-child{
  width:100%;}
.in-cases-text .more-icon{
    right: 0;
    bottom: 10px;
    width: 40px !important;
}
.pro-list-nav-ul li a{
    padding: 10px;

}
.pro-list-nav-boxs-ul li{
    width: calc(50% - 5px);
    margin-right:  0;
    height: auto;
    margin-bottom: 10px;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}
.pro-list-nav-boxs-ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: space-between;
}
.pro-list-nav-boxs-ul li .chat{
    margin-top: 10px;
}

.pro-list-nav-boxs-ul li h2 a{
    font-size: 14px;
    height: auto;
    margin-bottom: 5px;
}
.pro-list-nav-boxs-ul li p span:last-child{
    float: left;
}
.pro-list-nav-boxs-ul li p span{
    width: 100%;
    padding: 5px;
}
.pro-list-nav-boxs-ul::after,
.in-application-ul::after{
    content: none;
}
.pro-list-cases{
    margin-top: 20px;
}
.cases-list-boxs{
    padding: 0 10px;
}
.cases-list-boxs .in-cases-text{
    background: #fff;
}
.cases-list-boxs .in-cases-ul{
    display: flex;
    flex-wrap: wrap;
}

.cases-list-boxs .in-cases-ul li{
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    margin-top: 0;
}

.cases-list-boxs li > a{

    display: flex;
    align-items: center;
 
}

/* solutions */
.application-list{
    margin-bottom: 0;
    margin-top: 20px;
}
.in-application-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:  0 10px;
}
.in-application-ul li{
    width: calc(50% - 5px);
    margin-right: 0;
    background: #fff;
    margin-bottom: 10px !important;
}
.in-application-ul li a img{
    width: 100%;
}
.in-application-text{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0;
}
.in-application-text h3 a{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 14px;
}
.in-application-text span{
    display: none;
}

/* about */
.faq-detail-related{
    flex-wrap: wrap;
    box-sizing: border-box;
}
.faq-case, .faq-app{
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.faq-case-ul a span{
    width: 100%;
}
.about-js-cont1{
    padding: 0 10px;
}
.about-title h2{
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 0;
}
.about-title{
    display: flex;
    align-items: center;
}

.about-js-cont p{
    font-size: 14px;
    line-height: 1.5;
}
.about-js-img img{
    width: 100%;
}
.about-js-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px;
}
.about-js-ul li{
    width: 50%;
    margin-bottom: 10px;
}
.about-js-ul li p{
    line-height: 1.5;
    font-size: 12px;
}
.about-js-ul li i{
    margin-bottom: 10px;
}
.about-js-ul2 li b{
    margin-bottom: 10px;
}

.about-js-cont2{
    margin-bottom: 10px;
    padding: 0 10px;
    margin-top: 20px;
}

.about-js-cont{
    margin: 10px 0;
}
.faq-detail-related{
    padding: 0 15px;
    margin-bottom: 10px;
}
.faq-detail-related .part-inner{
    margin-bottom: 10px;
}
.faq-case-ul li{
    background: #fff;
    padding: 15px;
}
/* contact */
.contact-cont1-ul2 li img,
.contact-cont1-ul2 li{
    width: 100%;
}
.contact-cont1-ul{
    flex-wrap: wrap;
    padding:  0 10px;
    margin-bottom: 0;
    justify-content: space-between;
}
.contact-cont1-ul li{
    width: calc(50% - 5px);
    margin-bottom: 10px;
    height: auto;
}
.contact-cont1-ul li i{
    margin-top: 10px;
}
.contact-cont1{
    margin: 10px auto;
}
.contact-cont1-ul li b{
    margin: 10px auto;
}
.contact-cont1-ul li span{
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.contact-cont1-ul2{
    padding:  0 10px;
    margin-top: 10px;
}
.contact-cont1-ul2 li{
    background: #fff;
    margin-bottom: 10px;
}
.contact-cont1-ul2-text{
    background: #fff;
    padding: 15px;
}
.contact-cont1-ul2-text h2{
    font-size: 15px;
}
.contact-cont1-ul2-text span{
    font-size: 12px;
}
.contact-cont2{
    padding:  0 10px;
}
.contact-cont2 h2{
    margin-bottom: 20px;
    font-size: 16px;
}
.contact-cont2-ul {
    flex-wrap: wrap;
    padding:  0 10px;
    box-sizing: border-box;
    justify-content: space-between;
}
.contact-cont2-ul li{
    width: calc(50% - 5px);
}
.contact-cont2{
    box-sizing: border-box;
}

.contact-cont2-ul li i{
    width: 50px;
    height: 50px;
}

.contact-cont2-ul li h3{
    font-size: 14px;
    margin: 10px 0;
}
.contact-cont2-ul li p{
    font-size: 12px;
    line-height: 1.5;
}
.contact-cont2-ul li .chat{
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 10px auto 20px;
}
.contact-cont2-ul{
    margin-bottom: 0;
}


.pro-detail-box2 ul li{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.pro-detail-box2 ul li p{
    box-sizing: border-box;
    padding: 15px;
}
.pro-detail-box2 ul li:nth-child(3), .pro-detail-box2 ul li:nth-child(4){
    margin-bottom: 10px;
}
.part-nav-ul{
    flex-wrap: wrap;

}
.pro-detail-nav{
    position: static !important;
    line-height: 1.5;
}

.pro-detail-wrap-l{
    width: 100%;
}

.detail_banner{
    padding-top: 65px;
    height: 485px;
}
.pro-detail-wrap-r h1{
    padding: 10px;
    font-size: 12px;
    box-sizing: border-box;
    margin: 10px 0;
}

.pro-detail-wrap-r{
    width: 100%;
}
.pro-detail-wrap-ul li span{
    font-size: 11px;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
}
.pro-detail-wrap-ul li{
    font-size: 12px;
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pro-detail-wrap-ul{
    padding:  0 10px;
}

.pro-detail-btn{
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.part-nav-ul{
    padding:  10px;
    box-sizing: border-box;
}
.part-nav-ul li{
    width: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 30px;
}
.part-nav-ul li a{
    padding: 0;
    font-size: 12px;
    
}
.pro-detail-nav-wrap .chat{
    display: none;
}
.scroll-nav{
    box-sizing: border-box;
    padding:  0 10px;
    margin: 0;
}

.pro-detail-box1 {
    margin: 10px 0;
}

.part h2{
    font-size: 16px;
    margin-bottom: 10px;
}
.part p{
    font-size: 14px ;
    line-height: 1.5;
}

.pro-detail-box2 ul li h3{
    font-size: 16px;
    line-height: 30px;
    height: 30px;


}
.product_gallery ul li{
    margin-bottom: -5px;
    
}
.pro-detail-box3{
    margin-top: 10px;
    margin-bottom: 0;
}

#part_6{
    margin: 10px 0 ;
    padding: 0;
}

.pro-detail-box5 .in-cases-ul li:nth-child(1), .pro-detail-box5 .in-cases-ul li:nth-child(2){
    margin-bottom: 0;
}


.pro-detail-bottom-ul{
    flex-wrap: wrap;
}

.pro-detail-bottom-ul li{
    width: 50%;
    box-sizing: border-box;
    height: auto;
    padding: 15px;
}

.pro-detail-bottom h2{
    font-size: 16px;
    margin-bottom: 10px;
}
.pro-detail-bottom-ul li h3{
    font-size: 14px;
    margin: 10px 0;
}
.pro-detail-bottom p{
    line-height: 1.5;
}

.pro-detail-bottom{
    margin-bottom: 10px;
}
/* cases-item */
.cases-detail-box2-img, .cases-detail-box2-text{
    width: 100%;
    height: auto;
}
.pro-detail-bottom{
    padding: 0 10px;
    box-sizing: border-box;
}

.cases-detail-box1{
    padding: 0 10px;
    box-sizing: border-box;
}

.cases-detail-box1 h1{
    font-size: 16px;
    margin: 10px 0;
}

.cases-detail-par{
    padding: 0;
    border: 0 solid #000;
}
.cases-detail-par-ul li{
    margin-bottom: 10px;
}
.cases-detail-par-ul li h2{
    font-size: 14px;
}

.application-detail-box3{
    margin: 10px 0;
}
.application-detail-box3 h2{
    padding:   10px;
}
.cases-detail-box2{
    padding:  0 10px;
    box-sizing: border-box;
    margin: 10px 0 ;
}

.cases-detail-box2-img, .cases-detail-box2-text{
    padding: 0 0;
}

.cases-detail-box2-text i{
    font-size: 20px;
}

.cases-detail-box2-text h2{
    text-align: center;
    margin-top: 10px;
}
.cases-detail-box2-text p, .cases-detail-box3-war p{
    font-size: 14px;
    line-height: 1.5;
}
.cases-detail-box3{
    box-sizing: border-box;
    padding:  0 10px;
}

.cases-detail-box3-war h2{
    font-size: 16px;
    margin-bottom: 10px;
}
.cases-detail-box3-war{
    margin-bottom: 20px;
}

/* about */
.about-tech-ul li video,
.about-tech-ul li{
    width: 100%;
}
.about-tech{
    padding:  0 10px;
    box-sizing: border-box;
}
.about-tech-ul li{
    margin-bottom: 10px !important;
}
.about-tech-ul li h2{
    font-size: 16px;
    height: auto;
    margin-bottom: 10px;
}
.about-tech-ul li p{
    font-size: 14px;
    line-height: 1.5;
    height: auto;
    margin: 0 auto 10px;
}
.scrollbar,
.about-tech-ul img{
    width: 100%;
}
.about-pz-cont2{
    margin: 10px 0;
    padding:  0 10px;
    box-sizing: border-box;
}
.pz-cont-title h2{
    font-size: 16px;
}
.pz-cont-title p{
    font-size: 14px;
    line-height: 1.5;
}
.about-pz-cont2 .iframe{
    margin-top: 10px;
}
.about-zs{
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.about-pz-cont3 #horizontal .example3 .sly{
    height: 400px;
}
#horizontal .slyWrap{
    margin-top: 20px;
}

.about-tech .pz-cont-title, .about-gy .pz-cont-title{
    margin-bottom: 20px;
}
.about-gy{
    padding: 0 10px;
    box-sizing: border-box;
    margin: 10px 0;
}

.fullSlide .bd li{
    flex-wrap: wrap;
}

.about-gy-text{
    width: 100%;
    height: auto;
    padding: 15px;
}
.about-gy-img{
    display: none;
}
.about-gy-text h3{
    font-size: 16px;
    margin-bottom: 10px;
}
.about-gy-text p{
    font-size: 14px;
    line-height: 1.5;
}
.fullSlide .prev{
    left: 15px;
    bottom: 15px;
} 
.fullSlide .next{
    right: 15px;
    bottom: 15px;
}

.ser-map{
    display: none;
}
.ser-yun-img img{
    width: 100%;
}

.ser-cont2-ul,
.ser-cont1-ul{
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.service-cont1{
    padding:  0 10px;
    box-sizing: border-box;
}
.ser-cont1-ul-li2,
.ser-cont1-ul-li3{
    width: 100%;
    margin-top: 10px;
}
.ser-title h2{
    font-size: 16px;
    margin-bottom: 10px;
}

.service-cont2{
    padding: 0 10px;
    margin: 10px auto;
    box-sizing: border-box;
}
.ser-cont2-ul li{
    width: 50%;
    height: auto;
    padding: 15px;
}
.ser-cont1-ul li a .vr-title{
    font-size: 15px;
}
.ser-yun{
    height: auto;
    margin: 10px 0;
    padding:  0 10px;
    box-sizing: border-box;
}


/* solutions */
.application-detail-box1{
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
    padding:  0 10px;
}
.application-detail-box1-rt{
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 0;
}
.a_detail_rt_l,
.application-detail-box1-lt{
    width: 100%;
}
.application-detail-box2 p{
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.application-detail-box2 p:first-child{
    margin-bottom: 10px;
}

.a_detail_rt_l p{
    font-size: 14px;
    line-height: 1.5;
}
.application-detail-box1-rt{
    padding:   15px;
    box-sizing: border-box;
}
.a_detail_rt_r .chat_t{
    background: #fff;
    color: #666666;
    margin-top: 0;
    width: 49%;
}
.a_detail_rt_r .chat_f{
    width: 49%;
    margin-top: 0 ;
}
.a_detail_rt_r {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;

}
.pro-detail-box5{
    margin-top: 20px;
}


.in-pro-ul > li:nth-child(-n + 3){
    display: flex;
}
.pro-detail-box2 ul li p{
    min-height: auto;
}

.telegram{
    margin-right: 0;
}

.logo{
    width: auto;
    margin-right: 20px;
}









}






