@font-face {
    font-family: "Poppins-Regular";
    src: url("../font/Poppins-Black.ttf"),
    url("../font/Poppins-BlackItalic.ttf"),
    url("../font/Poppins-Bold.ttf"),
    url("../font/Poppins-BoldItalic.ttf"),
    url("../font/Poppins-ExtraBold.ttf"),
    url("../font/Poppins-ExtraBoldItalic.ttf"),
    url("../font/Poppins-ExtraLight.ttf"),
    url("../font/Poppins-ExtraLightItalic.ttf"),
    url("../font/Poppins-Italic.ttf"),
    url("../font/Poppins-LightItalic.ttf"),
    url("../font/Poppins-Medium.ttf"),
    url("../font/Poppins-MediumItalic.ttf"),
    url("../font/Poppins-SemiBold.ttf"),
    url("../font/Poppins-Thin.ttf"),
    url("../font/Poppins-ThinItalic.ttf"),
    url("../font/Poppins-SemiBoldItalic.ttf"),
    url("../font/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../font/Poppins-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../font/Poppins-ExtraBold.ttf");
    font-weight: 1000;
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../font/Poppins-LightItalic.ttf"),
    url("../font/Poppins-Italic.ttf");
    font-style: italic;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
button,
textarea,
img {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    display: block;
    outline: none;
    border: none;
}

@media (max-width: 768px) {

    html,
    body,
    ul,
    li,
    ol,
    dl,
    dd,
    dt,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    fieldset,
    legend,
    input,
    button,
    textarea,
    img {
        font-size: 14px;
    }
}

body {
    width: 100%;
    overflow-x: hidden;
}

pre {
    padding: unset;
    margin: unset;
    font-size: unset;
    line-height: unset;
    color: unset;
    word-break: unset;
    word-wrap: unset;
    background-color: unset;
    border: none;
    border-radius: unset;
    white-space: pre-wrap;
    font-family: var(--themefont);
}

input,
input::placeholder,
textarea,
textarea::placeholder {
    font-family: var(--themefont);
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

.flex {
    display: flex;
    align-items: center;
}

.align-start {
    display: flex;
    align-items: flex-start;
}

.align-end {
    display: flex;
    align-items: flex-end;
}

.align-center {
    display: flex;
    align-items: center;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.flex-around {
    display: flex;
    justify-content: space-around;
}

.flex-column {
    display: flex;
    flex-direction: column;
}
.swiper-button-prev,
.swiper-button-next {
    /* background: url(../img/banner-arrow.svg) no-repeat 100%; */
    fill: var(--themecolor);
    opacity: .8;
}


.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
}

@media (max-width: 768px) {

    .swiper-button-prev,
    .swiper-button-next {
        width: 17px;
    }
}

.morebtn {
    color: #fff;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid var(--themecolor);
    cursor: pointer;
    font-size: 1rem;
    display: inline-block;
    background: var(--themecolor);
}
.morebtn:hover{
    background: none;
    color: var(--themecolor);
}
.morebtn-l {
    color: var(--themecolor);
    height: 43px;
    line-height: 43px;
    padding: 0 27px;
    border: 1px solid var(--themecolor);
    cursor: pointer;
    border-radius: 6px;
    background: transparent;
}

.morebtn-s {
    color: #fff;
    height: 43px;
    line-height: 43px;
    padding: 0 27px;
    border: 1px solid var(--themecolor);
    cursor: pointer;
    border-radius: 6px;
    background: var(--themecolor);
}


.fixtxtrows {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* detail media strat */

.detailcon {
    line-height: 36px;
    font-size: 1rem;
}
.detailcon img,
.detailcon iframe,
.detailcon embed {
    max-width: 100% ;
    margin: auto;
}
.detailcon img{
    margin: initial;
}
.detailcon table {
    border-color: #DEDEDE;
}

.detailcon ul li {
    list-style: inside;
    display: list-item;
}

.detailcon ol li {
    list-style: auto;
    list-style-position: inside;
    display: list-item;
}

@media (max-width: 768px) {
    .detailcon {
        width: 100%;
		font-size: 1.125rem;
    }

    .detailcon img,
    .detailcon iframe,
    .detailcon embed {
        width: 100% !important;
        height: 360px !important;
    }
    .detailcon img{
        height: auto !important;
    }

}

/* detail media end */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
        margin: auto;
    }
}

@media (max-width: 1150px) {
    .container {
        padding: 0 15px;
        box-sizing: border-box;
    }
}
.col-md5{
    width: 25%;
}
.col-md3{
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.col-md4{
    width: 25%;
}
.col-md6{
    width: 50%;
}
.col-md12{
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.row{
    margin-left: -15px;
    margin-right: -15px;
}
.clear{
    clear: both;
}
/* base end */
body{
    padding-top: 182px;
}
.header-top{
    height: 100px;
    background: #fff;
}
#head {
    width: 100%;
position: fixed;
background: #fff;
left: 0;
top: 0;
z-index: 999999;
}
.headermb {
    display: none;
}
.header-top-ul img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.header-top-ul li{
    line-height: 100px;
    margin: 0 10px;
}
.header-top-ul li a, .header-top-ul ul{
    color: #ababab;
}
.header-top-ul li a:hover{
    color: #e83421;
}
.toplang {
    border-left: 1px solid #fff;
    position: relative;
    margin-right: 43px;
}
.toplang img{
    margin-left: 10px;
}
.langlist {
    display: none;
    position: absolute;
    top: 40px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(65, 65, 65, 0.17);
    border-radius: 6px;
    text-align: center;
    padding: 10px 24px;
    box-sizing: border-box;
    z-index: 9;
    color: #333;
    left: 0;
}
.toplang .langlist a {
    display: block;
    padding: 10px 0;
}
.toplang .langlist a:hover {
    color: var(--themecolor);
}
.headerpc {
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #d2d2d2;
}
.headerpc .navigate>ul>li {
    margin-right: 43px;
    position: relative;
    line-height: 80px;
}
.headerpc .navigate ul li:hover>a,
.headerpc .navigate .navactive {
    color: var(--themecolor);
}
.headerpc .navigate>ul>li>a {
    display: block;
    height: 100%;
}
.headerpc .navigate>ul>li .searchicon img {
    margin-top: 0.125rem;
}
.headerpc .navigate .searchform {
    width: 223px;
    height: 32px;
    position: relative;
}
.headerpc .navigate .searchform input,
.searchformmb input {
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #878787;
    font-size: 14px;
    padding: 0 0 6px;
}
.headerpc .navigate .searchform input::placeholder,
.searchformmb input::placeholder {
    color: #ABABAB;
    font-size: 14px;
}
.headerpc .navigate .searchform button {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0;
    bottom: 10px;
    background: none;
}
.headerpc .navigate>ul>li{
    position: relative;
}
.down{
    position: absolute;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
    padding: 35px 25px 20px 25px;
    top: 80px;
    left: 0;
    display: none;
    z-index: 22;
	height: auto !important; 
}
.headerpc .navigate li .down a{
    margin-left: 0;
    font-size: 1rem;
    display: block;
    margin-bottom: 20px;
    line-height: initial;
    white-space: nowrap;
    transition: all .4s;
}
.headerpc .navigate li .down a:hover{
    color: var(--themecolor);
    transform: translateX(10px);
}
.down-f a{
    padding-right: 20px;
}
.down-s a{
    padding-left: 20px;
}
.down-s{
    border-left: 1px solid #eaeaea;
    display: none;
}


@media (max-width: 768px) {
    body {
        padding-top: 90px;
    }
}
.banner img{
    width: 100%;
}
/* header end */
.banner .idxswprev img, .banner .idxswnext img{
    width: auto;
}
.idxswprev, .idxswnext{
    background: none;
    width: 40px;
    height: 40px;

}
.idxswprev{
    left: 50px;
}
.idxswnext{
    right: 50px;
}

.igelgoog{
    background: #f5f5f5;
    position: relative;
}
.igelgoog>img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.igelgoog-con{
    padding: 85px 250px 100px 0;
    font-size: 1.875rem;
    color: #666666;
    line-height: 50px;
}
.iabout{
    padding: 70px 0 50px 0;
}
.common-tit{
    font-size: 2.375rem;
    margin-bottom: 30px;
}
.iabout-left, .iabout-right{
    width: 50%;
}
.iabout-left img{
    width: 100%;
}
.iabout-right{
    padding-left: 30px;
}
.iabout-right p{
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 30px;
}
.i-about{
    padding: 70px 0 50px 0;
}
.isolu-l {
    width: 79%;
    margin-right: 2%;
    position: relative;
    background: linear-gradient(to right, #000, transparent);
    display: none;
}
.isolu-l img{
    width: 100%;
}
.isolu-r{
    width: 19%;
	height: 498px;
	overflow: auto;
}
.isolu-l-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #000, transparent);
}
.isolu-l-con{
    padding: 75px 40% 0 60px;
}
.isolu-l-con h3{
    font-size: 1.875rem;
    color: #fff;
    line-height: 2.5rem;
    margin-bottom: 30px;
}
.isolu-l-con p{
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #fff;
    margin-bottom: 30px;
}
.isolu-r-con{
    margin-bottom: 15px;
}
.isolu-r-con>img{
    width: 100%;
}
.isolu-r-con{
    position: relative;
}
.isolu-r-p img{
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
}
.isolu-r-p{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 1.25rem;
}
.isolu-r-p:hover{
    background: linear-gradient(to top, #479a43 0%, transparent 50%);
}
.ipro-top-con{
    width: 20%;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}
.ipro-p{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}
.ipro-top{
    margin-bottom: 30px;
}
.ipro-con{
    width: 31.6%;
    box-shadow: 0 0 20px -10px #000;
    margin-bottom: 30px;
}
.ipro-con img, .inews-con img{
    width: 100%;
}
.ipro-btm .ipro-con:nth-child(2), .ipro-btm .ipro-con:nth-child(5), .ipro-btm .ipro-con:nth-child(8), .ipro-btm .ipro-con:nth-child(11),
.inews-main .inews-con:nth-child(5), .inews-main .inews-con:nth-child(8), .inews-main .inews-con:nth-child(11),
.inews-main .inews-con:nth-child(2){
    margin-left: 30px;
    margin-right: 30px;
}
.ipro-con-btm, .inews-con-btm{
    padding: 30px 20px 20px 20px;
}
.ipro-con-btm h3{
    font-size: 1.125rem;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 30px;
}
.ipro-con-btm h3:hover, .inews-con-btm h3:hover{
    color: #e83421;
}
.ipro-con-btm .morebtn, .inews-con-btm .morebtn{
    width: 140px;
    height: 40px;
    line-height: 40px;
}
.inews, .ipro, .icus{
    padding-top: 20px;
}
.inews-con{
    width: 31.6%;
    margin-bottom: 30px;
}
.inews-con-btm{
    background: #f5f5f5;
}
.inews-date{
    font-size: 14px;
    color: #999999;
}
.inews-con-btm h3{
    font-size: 1.125rem;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin: 15px 0;
}
.inews-con-btm p{
    font-size: 1rem;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    color: #666666;
    margin-bottom: 30px;
}

.icus h3{
    text-align: center;
}
.icus img{
    width: 100%;
}
#icus2{
    margin: 30px 0;
}
.icus{
    padding-bottom: 100px;
}
footer{
    background: #333333;
    padding-top: 70px;
}
.logo-foot, .foot-pro, .foot-solu, .foot-contact{
    width: 21%;
    padding: 0 2%;
}

.logo-foot{
    color: #c8c8c8;
    font-size: 0.875rem;
    line-height: 24px;
}
.logo-foot img{
    margin-bottom: 30px;
}
footer h3{
    font-size: 0.875rem;
    color: #fff;
    margin-bottom: 35px;
}
footer li a, footer li{
    font-size: 0.875rem;
    color: #c8c8c8;
}
footer li a:hover{
    color: var(--themecolor);
}
footer li{
    margin-bottom: 20px;
}
footer li img{
    display: inline-block;
    margin-right: 15px;
    width: 14px;
}
.foot-btm{
    text-align: center;
    height: 75px;
    line-height: 75px;
    border-top: 1px solid #bebebe;
    color: #fff;
    font-size: 1rem;
    margin-top: 60px;
}
.foot-link{
    padding-top: 20px;
}
.foot-link img{
    display: inline-block;
    margin-right: 10px;
}
.breadnav a, .breadnav li{
    font-size: 0.875rem;
    color: #999999;
    font-style: italic;
}
.breadnav {
    padding: 26px 0;
}
.breadnav a:hover{
    color: #e83421;
}
.page{
    text-align: center;
    padding: 40px 0 98px 0;
    width: 100%;
}
.page li{
    display: inline-block;
    
    background: #f0f0f0;
    font-size: 0.9375rem;
    margin: 0 5px;
}
.page li a, .page li span{
	padding: 10px 15px;
	display: block;
}

.page li.active, .page li:hover{
    background: var(--themecolor);
}
.page li.active a, .page li:hover a, .page li.active span{
    color: #fff;
}
.product-detail-top h1{
    font-size: 1.875rem;
    margin-bottom: 30px;
}
.product-detail-top{
    margin-bottom: 50px;
}
.product-detail-top img{
	width: 100%;
}
#prodetail .swiper-slide{
    opacity: 0.4;
}
#prodetail .swiper-slide-active{
    opacity: 1;
}
.prodetailprev, .prodetailnext{
    color: var(--themecolor);
    font-size: 30px;
   /* font-family: simsun; */
    font-weight: bold;
}
.prodetailprev{
    left: 32%;
}
.prodetailnext{
    right: 30.5%;
}
.prodetail-nav{
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}
.prodetail-nav-main{
	height: 63px;
}
.prodetail-nav-fix{
	    position: fixed;
	    width: 1200px;
	    background: #fff;
	    z-index: 999;
		top: 182px;
}
.prodetail-nav li a{
    font-size: 0.875rem;
    color: #666666;
    margin: 0 20px;
}
.prodetail-nav li a:hover{
    color: var(--themecolor);
}
.prodetail-btm{
    padding: 20px 0 0 0;
}

.feat-tit{
    font-size: 1.875rem;
    margin-bottom: 30px;
}
.tech{
    margin: 40px 0;
}
.message{
    padding: 50px;
    background: #f5f5f5;
	margin-bottom: 30px;
}
.message-tit{
    text-align: center;
}
.messform input{
    width: 100%;
    background: none;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.messform textarea{
    width: 100%;
    background: none;
    border-bottom: 1px solid #dfdfdf;
    height: 100px;
}
.messform button{
    width: 320px;
    height: 50px;
    background: var(--themecolor);
    color: #fff;
    border-radius: 5px;
    margin: auto;
    margin-top: 50px;
	border: 1px solid var(--themecolor);
}
.messform button:hover{
	background: none;
	color: var(--themecolor);
}
.faq{
    padding: 0px 0 50px 0;
}
.newslist-date{
    font-size: 0.875rem;
    color: #999999;
}
.newslist-r h3{
    font-size: 1.125rem;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin: 20px 0;
}
.newslist-con img{
    width: 30%;
    margin-right: 30px;
}
.newslist-r p{
    font-size: 1rem;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #666666;
    margin-bottom: 26px;
}
.newslist, .newsdetail, .case, .contact, .service, .about, .solution , .solutionlist{
    padding-top: 30px;
}
.newslist-con {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}
.newsdetail-top h1{
    font-size: 2.375rem;
}

.newsdetail-btm{
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}
.newsdetail-btm p{
    font-size: 0.875rem;
    color: #333333;
}
.newsdetail-btm p span{
    margin-right: 50px;
}
.newsdetail-btm li{
    margin-right: 15px;
    font-size: 0.875rem;
    color: #333333;
}

.newsdetail-page{
    padding: 30px 0 60px 0;
    border-top: 1px solid #dcdcdc;
    margin-top: 30px;
}
.newsdetail-page li{
    font-size: 1.125rem;
    margin-bottom: 20px;
}
.newsdetail-page li a:hover{
    color: var(--themecolor);
}
.contact-message{
    background: none;
}

.contact-top p{
    font-size: 1rem;
    margin-bottom: 30px;
}
.contact-top li{
    margin-bottom: 20px;
    font-size: 1rem;
}
.contact-top li img{
    display: inline-block;
    margin-right: 20px;
    width: 20px;
    vertical-align: middle;
}
.contact-top li a:hover{
    color: var(--themecolor);
}
.contact-top{
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 50px;
}
.lost img{
    max-width: 100%;
    margin: auto;
}
.lost{
    text-align: center;
}
.lost p{
    font-size: 1.25rem;
    margin: 50px 0;
}
.lost-a a{
    display: inline-block;
    width: 240px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 5px;
margin: 0 10px;
}
.lost-a a:hover{
    color: #fff;
    background:var(--themecolor) ;
    border: 1px solid var(--themecolor);
}
.searchno h3{
    font-size: 1.875rem;
}
.searchno p{
    font-size: 1.125rem;
    margin: 20px 0 60px 0;
}
.searchno p a{
    color: var(--themecolor);
}
.service-con{
    width: 32.2%;
    margin-bottom: 30px;
}
.service-con img{
    width: 100%;
}
.service-con:nth-child(2),.service-con:nth-child(5){
    margin-left: 20px;
    margin-right: 20px;
}
.service-con h3{
    font-size: 1.25rem;
    margin: 20px 0;
}
.service-con h3:hover{
	color: var(--themecolor);
}
.service-con p{
    font-size: 1rem;
    line-height: 24px;
}
.service{
    padding-bottom: 70px;
}
.service-detail{
    padding: 30px 0 100px 0;
}
.about-top-l p{
    font-size: 1.125rem;
    line-height: 30px;
    margin-bottom: 30px;
}
.about-top-l{
    width: 50%;
    margin-right: 2%;
}
.about-top-r{
    width: 48%;
}
.about-top-r img, .about-top-r iframe{
    max-width: 100%;
}
.about-top-l dl{
    width: 50%;
    margin-bottom: 30px;
}
.about-top-l dl dt{
    font-size: 2.375rem;
}
.about-top-l dl dt img{
    display: inline-block;
    margin-right: 20px;
}
.about-top-l dl dd{
    font-size: 1.125rem;
}
.about-top-btm img{
    width: 25%;
}
.about-top-btm img:nth-child(2){
    margin: 0 30px;
}
.about-top-btm img:nth-child(3){
    margin-right: 30px;
}
.about-top-p{
    font-size: 1.125rem;
    line-height: 30px;
    margin: 30px 0;
}
.about-mid-con dl{
    width: 33%;
    background: #f5f5f5;
    border-radius: 15px;
    height: 340px;
    text-align: center;
}
.about-mid-con dl:nth-child(2){
    margin-left: 30px;
    margin-right: 30px;
}
.about-mid-con dl img{
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
}
.about-mid-con dl dt{
    font-size: 1.875rem;
    margin-bottom: 20px;
}
.about-mid-con dl dd{
    font-size: 1.125rem;
    line-height: 30px;
    padding: 0 30px;
}
.about-cus{
    margin-top: 50px;
}
.about-cus p{
    font-size: 1rem;
    color: #666666;
    line-height: 24px;
    margin-bottom: 30px;
}
.about-w{
    padding-top: 50px;
}
.about-w-con{
    width: 31.5%;
}
.about-w-con:nth-child(2){
    margin: 0 30px;
}
.about-w-con img{
    width: 100%;
}
.about-w-con h3{
    font-size: 1.25rem;
    margin: 20px 0;
}
.about-w-con p{
    font-size: 1rem;
    line-height: 26px;
    color: #666666;
}
.about{
    padding-bottom: 80px;
}
.soludetail-top-l{
    width: 48%;
    margin-right: 4%;
}
.soludetail-top-l h1, .solution-main-l h3{
    font-size: 1.875rem;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.soludetail-top-l div, .solution-main-l p{
    font-size: 1.125rem;
    color: #666666;
    line-height: 30px;
}
.soludetail-top-r{
    width: 48%;
}
.soludetail-top-r img{
    width: 100%;
}
.soludetail-top{
    margin-bottom: 50px;
}
#idsolu1 .ipro-con{
    width: 100%;
    margin: 0;
}
.soluprev{
    left: -80px;
}
.solunext{
    right: -80px;
}
.rela, .solu-news{
    position: relative;
}
#idsolunews .inews-con{
    margin: 0;
    width: 100%;
}
.solu-news{
    margin: 30px 0 50px 0;
}

.faq li{
    line-height: 75px;
    background: #f5f5f5;
    position: relative;
    margin-bottom: 10px;
}
.faq li span{
    padding-left: 20px;
    font-size: 1.125rem;
}
.faq-img {
    position: absolute;
    right: 30px;
    top: 20px;
}
.faq-img img:last-child{
    display: none;
}

.faq li p{
    line-height: 26px;
    font-size: 1rem;
    color: #666666;
    padding: 25px 0 25px 20px;
    border-top: 3px solid var(--themecolor);
    display: none;
}
.faq-img-down img:last-child{
    display: block;
}
.faq-img-down img:first-child{
    display: none;
}
.faq-img-down{
    top: 40px;
}
.soludetail, .product-detail{
    padding-bottom: 70px;
}
.solution-main-l p{
    margin-bottom: 30px;
}
.solution-main-l{
    width: 46%;
    margin-right: 3%;
}
.solution-main-r{
    width: 51%;
}
.solution-main-r img{
    width: 100%;
}
.solution-main:nth-child(2n){
    flex-direction: row-reverse;
}
.solution-main{
    margin-bottom: 60px;
}
.solution-main:nth-child(2n) .solution-main-l{
    margin-left: 3%;
    margin-right: 0;
    text-align: right;
}
.solutionlist-top h3{
    font-size: 2.375rem;
}
.solutionlist-top p{
    font-size: 1rem;
    color: #666666;
    line-height: 24px;
    margin: 30px 0;
}
.solutionlist-con{
    width: 100%;
}
.solutionlist-con .isolu-l-con{
    padding-right: 50%;
}
.solulist-lun{
    position: relative;
    margin-top: 20px;
}
.solutionlist-main{
    margin-bottom: 60px;
}
.solutionlist-main .ipro-con{
    box-shadow: none;
    width: 100%;
}
.solutionlist-main .isolu-l{
    display: block;
}

.solutionlist-wap .solutionlist-main:nth-child(2n) .isolu-l-bg{
    background: linear-gradient(to left, #000, transparent);

}

.solutionlist-wap .solutionlist-main:nth-child(2n) .isolu-l-con{
    padding: 120px 60px 0 50%;
    text-align: right;
}
.messform p{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 1rem;
    color: #828282;
}
.messform p input{
    display: inline;
}
.messform p input{
    width: 50px;
}

.messform {
    position: relative;
}
.messform .layui-form-checkbox>div{
	white-space: initial;
}
#p1, #p2, #p3, #p4, #p5{
    color: red;
    position: absolute;
    left: 15px;
    top:30px;
}

#p3{
    top: 100px;
}
.lost-a a:first-child{
		background: var(--themecolor);
		color: #fff;
		border: 1px solid var(--themecolor);
	}
	.top{
		position: fixed;
		bottom: 100px;
		right: 50px;
		z-index: 9999999;
	}
	.top img{
		width: 50px;
	}

@media screen and (max-width: 1150px) {
	.idxswnext{
		right: 14px;
	}
	.idxswprev{
		left: 14px;
	}
	.isolu-r{
		height: auto;
	}
	.lost p{
		margin: 20px 0;
	}
	.lost img{
		width: 60%;
	}
	.prodetailprev{
	    left: 10%;
	}
	.prodetailnext{
	    right: 10.5%;
	}
	.page li{
		margin-bottom: 10px;
	}
	#solu-news .btn1, #solu-news .btn2{
		display: none;
	}
	.about, .contact{
		padding-top: 0;
	}
	.solution-main-l p{
		margin-bottom: 15px;
	}
	.btnp1, .btnn1, .btnp2, .btnn2, .btnp3, .btnn3, .btnp4, .btnn4{
		display: none;
	}
	.breadnav ol {
		flex-wrap: wrap;
	}
	.ipro-con-btm h3, .inews-con-btm h3{
		height: 67.5px;
	}
	.ipro-con-btm h3, .inews-con-btm h3{
		line-height: 22.5px;
	}
	.ipro-con-btm, .inews-con-btm{
		padding: 10px;
	}
	.isolu-r-p img{
		margin-left: 10px;
		margin-right: 10px;
		width: 35px;
	}
	.solunext{
		right: 50px;
	}
	.soluprev{
		left: 50px;
	}
	
.foot-contact{
	margin-top: 30px;
}
    .col-md3{
        width: 100%;
    }
    header{
        display: none !important;
    }
    .headermb {
        display: flex;
        height: 90px;
        padding: 0 4%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background: #fff;
        width: 92%;
        border-bottom: 1px solid #dedede;
    }
    .logo{
        padding-top: 0;
    }
    .headermb .headermbc {
        width: 100%;
    }

    .headermb .headermbc .logo {
        width: 25%;
    }

    .headermb .headermbc .logo img {
        width: 80%;
    }

    .headermb .icon-searchm,
    .headermb .navicon .icon-nav {
        width: 50px;
        height: 50px;
        overflow: hidden;
    }
    .icon-nav{
        border-radius: 50%;
        /* border: 1px solid var(--themecolor); */
    }
    .headermb .searchform {
        width: 100%;
        height: 60px;
        position: absolute;
        top: 70px;
        left: 0;
        display: none;
    }

    .headermb .searchform::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: ;
        filter: opacity(.7);
        z-index: -1;
    }

    .headermb .searchformmb {
        width: 100%;
        height: 100%;
        padding: 0 6%;
    }

    .headermb .searchformmb input {
        border-bottom: 1px solid #fff;
        margin: 0 7% 0 0;
        color: #fff;
        line-height: 34px;
        border-radius: unset;
        width: 100%;
    }

    .headermb .searchformmb input::placeholder {
        color: #fff;
    }

    .headermb .searchformmb button {
        width: auto;
        height: auto;
    }

    .headermb .navicon .navigatemb, .h-search form {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        padding-bottom: 20vh;
        display: none;
        background-color: #f5f5f5;
    }

    .headermb .navicon .navigatemb ul {
        flex-direction: column;
        background-color: #fafafa;
    }

    .headermb .navicon .navigatemb ul li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #dedede;
        padding: 0.875rem 1.875rem;
        flex-wrap: wrap;
    }

    .headermb .navicon .navigatemb ul li:last-of-type {
        border-bottom: none;
    }

    .headermb .navicon .navigatemb a {
        flex: 1;
        width: 100%;
    }

    .headermb .navicon .navigatemb .subnavicon {
        flex: .2;
        text-align: right;
    }

    .headermb .navicon .navigatemb .subnavicon img,
    .headermb .navicon .navigatemb .langmbicon {
        transition: all .3s;
    }
    .subnavicon img{
        display: inline-block;
    }
    .subnaviconimg {
        transform: rotate(180deg);
    }

    .headermb .navicon .navigatemb .subnavmb {
        width: 100%;
        display: none;
    }

    .headermb .navicon .navigatemb .subnavmb>div {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
        margin: 8px 0 0 20px;
        line-height: 1.875rem;
    }
    .headermb .navicon .navigatemb .blockmb {
        flex: 1;
        align-items: flex-start;
        background-color: #fafafa;
        margin-top: 1.25rem;
        padding: 0.875rem 1.875rem;
    }

    .h-search input{
        width: 92%;
        height: 50px;
        border: 1px solid #333;
        border-radius: 50px;
        padding-left: 25px;
        margin: 0 10px;
        margin-top: 20px;
    }


    .h-search button, .h-search a{
        position: absolute;
        right: 40px;
        top: 28px;
        background: none;
        border-left: 1px solid #ccc;
        padding-left: 20px;
    }
    .navicon img:nth-child(2) , .icon-searchm img:nth-child(2){
        display: none;
    }

    .iabout-left, .iabout-right{
        width: 100%;

    }
    .i-about .container{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .iabout-right{
        padding-left: 0;
        margin-bottom: 20px;
    }
    .isolu-l, .isolu-r{
        width: 100%;
    }
    .isolu-l{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .isolu .container{
        flex-wrap: wrap;
    }
    .isolu-l-con{
        padding: 30px !important;
    }
    .isolu-r-con{
        width: 46.5%;
        margin-bottom: 30px;
    }
    .isolu-r-con:nth-child(1), .isolu-r-con:nth-child(3){
        margin-right: 7%;
    }
    .isolu-r{
        display: flex;
        flex-wrap: wrap;
    }
    .isolu-l-con p{
        height: 76px;
        overflow: hidden;
		display: none;
    }
    .ipro-con{
        width: 46.5%;
    }

    .ipro-btm .ipro-con:nth-child(2), .ipro-btm .ipro-con:nth-child(5){
        margin-left: 0;
        margin-right: 0;
    }
    .ipro-btm .ipro-con:nth-child(2n-1){
        margin-right: 7%;
    }
    .ipro-btm .ipro-con{
        margin-bottom: 30px;
    }
    .ipro-top-con{
        width: 50% !important;
    }
    .ipro-top, .inews-main{
        flex-wrap: wrap;
    }
    .inews-con{
        width: 46.5%;
    }
    .inews-main .inews-con:nth-child(2){
        margin-right: 0;
		margin-left: 7%;
    }
    .inews-main .inews-con:nth-child(3){
        display: none;
    }
	
    .foot-pro, .foot-solu{
        display: none;
    }
    .logo-foot, .foot-contact{
        width: 100%;
    }
    footer .container, .about-top-con, .about-top-btm, .about-mid-con{
        flex-wrap: wrap;
    }
    .message{
        padding: 50px 0;

    }
    .messform input{
        width: 100%;

    }
	.messform .col-md3{
		width: 50%;
	}
    .messform input:nth-child(3), .messform input:nth-child(7){
        margin-left: 0;
        margin-right: 0;
    }
    /* .messform input:nth-child(2), .messform input:nth-child(5){
        margin-right: 0;
    }
    .messform input:nth-child(5), .messform input:nth-child(3){
        margin-left: 0;
        margin-right: 20px;
    } */
    .lost-a a{
        width: 38%;
    }
    .service-con{
        width: 100%;

    }
    .service-con:nth-child(2), .service-con:nth-child(5){
        margin-left: 0;
        margin-right: 0;
    }
    .about-top-l, .about-top-r{
        width: 100%;
    }
    .about-top-btm img{
        width: 45%;
        margin-top: 30px;
    }
    .about-top-btm img:nth-child(2){
        margin-right: 0;
        margin-top: 30px;
    }
    .about-mid-con dl{
        width: 100%;
    }
    .about-mid-con dl:nth-child(2){
        margin: 30px 0;
    }
    .about-cus img{
        width: 100%;
    }
    .about-w-con{
        width: 100%;
    }
    .about-w-con:nth-child(2){
        margin: 30px 0;
    }
    .newsdetail-top h1{
        font-size: 1.875rem;
    }
    .newsdetail-btm, .newslist-con{
        flex-wrap: wrap;
    }
    .newsdetail-btm p{
        margin-bottom: 20px;
    }
    .newslist-con img{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    /* .inews-con{
        width: 46%;
    } */
    .case .inews-main .inews-con:nth-child(3){
        display: block;
    }
    .case .inews-main .inews-con:nth-child(2n){
        margin-left: 7%;
    }
    .inews-main .inews-con:nth-child(5){
        margin-left: 0;
        margin-right: 0;
    }
    .inews-main .inews-con:nth-child(8){
        margin-right: 0;
    }
    .inews-main .inews-con:nth-child(11){
        margin-left: 0;
        margin-right: 0;
    }
    .prodetail-nav .morebtn{
        display: none;
    }
    .prodetail-nav li a{
        display: block;
        text-align: center;
    }
    .tech-con{
        overflow: auto;
    }
    .faq li span{
        padding-right: 60px;
        height: 50px;
        display: inline-block;
        overflow: hidden;
    }
    .ipro-btm .ipro-con:nth-child(8){
        margin-left: 0;
        margin-right: 0;
    }
    .ipro-btm .ipro-con:nth-child(11){
        margin-left: 0;
    }
    .soludetail-top-l, .soludetail-top-r{
        width: 100%;
    }
    .soludetail-top, .solution-main{
        flex-wrap: wrap;
    }
    .solution-main-l{
        margin-right: 0;
        width: 100%;
    }
    .solution-main-r{
        width: 100%;
    }
    .solution-main:nth-child(2n){
        flex-direction: initial;
    }
    .solution-main{
        flex-direction: column-reverse !important;
    }
    .solution-main:nth-child(2n) .solution-main-l{
        margin-left: 0;
        text-align: left;
    }
    .solution-main-r img{
        margin-bottom: 20px;
    }
    .solutionlist .solutionlist-con .isolu-l-con{
        padding-right: 0;
    }
	.prodetail-nav-fix{
		position: initial ;
	}
	#LRdiv0 img{
		width: 150px;
	}
}
@media screen and (max-width: 767px) {
	.ipro-con-btm .morebtn, .inews-con-btm .morebtn{
			width: 100%;
		}
		.isolu-l-con h3{
			
		}
		.prodetail-nav-main{
			overflow: auto;
		}
		.prodetail-nav{
			width: 1200px;
		}
		
}
@media screen and (min-width: 768px) and  (max-width: 1150px){
	.headermb .headermbc .logo img{
		width: 50%;
	}
}