@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-Regular.ttf");
}

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;
	padding-top: 144px;
}

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;
}


@media (max-width: 768px) {

	.swiper-button-prev,
	.swiper-button-next {
		width: 17px;
	}
}

.morebtn {
	color: #e83421;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #e83421;
	cursor: pointer;
	font-size: 1rem;
	border-radius: 50px;
	display: inline-block;
}

.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);
}

.morebtn-l * {
	/* color: #fff; */
	color: var(--themecolor);
}

.catebtn:hover,
.catebtn-active,
.morebtn:hover,
.morebtn:active,
.morebtn-l:hover {
	color: #fff !important;
	border: 1px solid var(--themecolor) !important;
	background-color: var(--themecolor) !important;
}

.morebtn-l:hover * {
	color: #fff !important;
}
.fixtxtrows {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

/* detail media strat */

.detailcon {
	line-height: 26px; 
	font-size: 1rem;
}
.detailcon a{
	color: var(--themecolor);
}
	.detailcon img,
	.detailcon iframe,
	.detailcon embed {
		max-width: 100% ;
		margin: 15px 0;
	}

.detailcon table {
	border-color: #DEDEDE;
}

.detailcon ul li {
	list-style: disc;
	list-style-position: inside;
	display: list-item;
}

.detailcon ol li {
	display: list-item;
	list-style: auto;
	list-style-position: inside;
}

@media (max-width: 768px) {
	.detailcon {
		width: 100%;
	}

	.detailcon img,
	.detailcon iframe,
	.detailcon embed {
		width: 100% !important;
		height: 100% !important;
	}
}

/* detail media end */
@media (min-width: 1400px) {
	.container {
		width: 1400px;
		margin: auto;
	}
}
@media only screen and (min-width:1200px) and (max-width:1400px){
	.container{
		width: 1200px;
		margin: auto;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0 15px;
		box-sizing: border-box;
	}
}

/* base end */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 144px;
	background: #fff;
	z-index: 22;
	border-bottom: 1px solid #ccc;
}
.logo{
	padding-top: 30px;
}
.logo span{
	height: 60px;
	display: inline-block;
	width: 260px;
	border-left: 1px solid #000;
	color: #000;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 3px;
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.head-r{
	padding-top: 20px;
}
.head-r-t li{
	margin-left: 2.1875rem;
	font-size: 1rem;
}
.head-r-t{
	margin-bottom: 30px;
}
.head-r-b li a{
	font-size: 1.125rem;
	color: #000;
	margin-left: 70px;
}
.top-link a{
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 1px solid #333;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
}
.top-link a:hover{
	background: var(--themecolor);
	border-color: var(--themecolor);
}
.top-link a img{
	display: inline-block;
}
.top-tel img, .top-search img, .top-lang img{
	margin-left: 10px;
}
.top-search img:nth-child(2), .top-lang img:nth-child(3){
	display: none;
}
.top-search:hover, .top-tel a:hover, .top-lang:hover span, .lang-a a:hover{
	color: var(--themecolor);
}
.top-search:hover>img:nth-child(2), .top-lang:hover img:nth-child(3){
	display: block;
}
.top-search:hover>img:nth-child(1), .top-lang:hover img:nth-child(2){
	display: none;
}
.tel-inq a{
	width: 160px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: var(--themecolor);
	display: block;
	border-radius: 50px;
	font-size: 1.125rem;
}
.head-r-b li.active a, .head-r-b li a:hover{
	color: var(--themecolor);
}
.top-search, .top-lang{
	position: relative;
}
.top-search form{
	position: absolute;
	right: -10px;
	display: none;
}
.top-search form input{
	width: 360px;
	height: 50px;
	border: 1px solid #cccccc;
	border-radius: 50px;
	padding-left: 20px;
}
.top-search form button{
	border: none;
	background: none;
	position: absolute;
	right: 20px;
	top: 10px;
}
.lang-a{
	position: absolute;
	width: 130px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	padding: 20px 0 0 15px;
	left: -30px;
	top: 40px;
	border-radius: 5px;
	display: none;
	z-index: 2;
}
.lang-a a{
	display: block;
	margin-bottom: 15px;
}
.head-r-b li{
	position: relative;
}
.down{
	position: absolute;
	background: #fff;
	width: 335px;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
	padding: 35px 0 20px 25px;
	top: 40px;
	left: 35px;
	display: none;
}
.head-r-b li .down a{
	margin-left: 0;
	font-size: 1rem;
	display: block;
	margin-bottom: 20px;
	transition: all .5s; 
}
.head-r-b li .down a:hover{
	transform: translateX(20px);
}
.idxswprev{
	left: 60px;
}
.idxswnext{
	right: 60px;
}
.idxswpage .swiper-pagination-bullet-active, #idxservsw .swiper-pagination-bullet-active{
	background: var(--themecolor);
}
.idxswpage .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
}
.iabout{
	padding: 85px 0 75px 0;
	text-align: center;
}
.iabout p{
	font-size: 1.875rem;
	color: #666666;
	width: 1050px;
	margin: auto;
}
.iabout h3{
	font-size: 3.125rem;
	font-weight: bold;
	color: var(--themecolor);
	margin: 30px 0;
}
.iabout span{
	font-size: 1.875rem;
	color: #000;
	display: block;
	margin-bottom: 30px;
}
.ipro{
	background: #f5f5f5;
	padding: 55px 0 68px 0;
	position: relative;
}
.ipro::after{
	content: '';
	width: 0;
	height: 0;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 30px solid #f5f5f5;
	position: absolute;
	bottom: -30px;
	left: 50%;
}
.ipro-l, .ipro-r, .iprob-l, .iprob-r{
	width: 50%;
}
.ipro-l li{
	list-style: disc;
	list-style-position: inside;
	display: list-item;
}
.ipro-r img{
	width: 100%;
	border-radius: 40px;
	height: auto;
}
.ipro-r {
	padding-left: 40px;
}
.ipro-l h3{
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.ipro-l-con1 {
	font-size: 1.125rem;
	line-height: 30px;
}
.ipro-l-con2{
	font-size: 1.25rem;
	line-height: 30px;
	margin: 20px 0;
}
.ipro-l-con3 {
	font-size: 1rem;
	line-height: 30px;
	font-style: italic;
	color: #666;
	padding-left: 30px;
	border-left: 2px solid var(--themecolor);
}
span.more{
	display: block;
	width: 200px;
	height: 56px;
	border-radius: 56px;
	text-align: center;
	line-height: 56px;
	border: 1px solid var(--themecolor);
	font-size: 1.25rem;
	margin-top: 40px;
}
span.more:hover{
	background: var(--themecolor);
}
.iprob-l{
	padding-right: 40px;
}
.iprob{
	padding: 57px 0;
}
.iprob-l iframe, .iprob-l embed{
	width: 100%;
	height: 400px;
}
.iprob-r h3{
	font-size: 1.25rem;
	color: #000;
	margin: 15px 0;
}
.iprob-r ul li{
	position: relative;
	text-indent: 20px;
	font-size: 1rem;
	color: #666666;
	line-height: 30px;
}
.iprob-r ul li::before{
	content: '';
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: var(--themecolor);
	position: absolute;
	left: 0;
	top: 10px;
}
.icus{
	background: #f5f5f5;
	padding: 55px 0;
}
.icus-tit, .iblog-tit{
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 30px;
}
#idxservsw{
	padding-bottom: 60px;
}
.iblog{
	padding: 55px 0;
}
.iblog-tit{
	text-align: left;
}
.iblog-con{
	width: 50%;
	margin-bottom: 25px;
}
.iblog-l, .iblog-r{
	width: 50%;
}
.iblog-l img{
	width: 100%;
	border-radius: 10px;
	height: auto;
}
.iblog-r{
	padding: 25px 25px 0 25px;
}
.iblog-r h3{
	font-size: 1.5rem;
}
.iblog-r h3:hover{
	color: var(--themecolor);
}
footer{
	background: #f5f5f5;
	padding: 57px 0;
}
.foot-form{
	width: 50%;
}
.foot-pro, .foot-contact{
	width: 25%;
}
.foot-tit{
	font-size: 1.25rem;
	margin-bottom: 25px;
}
.foot-pro .foot-tit a{
	font-size: 1.25rem;
	color: #333;
	margin-bottom: 30px;
}
.foot-form form{
	padding-right: 38px;
	position: relative;
}
.foot-form form img{
	    right: 40px !important;
	    bottom: 65px !important;
		top: auto !important;
		left: auto !important;
}
.foot-form input, .foot-form textarea{
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-left: 20px;
	
}
.foot-form input{
	width: 48%;
	height: 40px;
}
.foot-form textarea{
	width: 100%;
	height: 118px;
	padding-top: 10px;
}
.foot-form button{
	width: 100%;
	height: 50px;
	background: var(--themecolor);
	border-radius: 50px;
	margin-top: 10px;
}
.foot-form button:hover{
	color: #000;
}
.foot-pro a{
	font-size: 0.875rem;
	color: #666666;
	display: block;
	margin-bottom: 10px;
	padding-right: 45px;
}
.foot-pro a:hover, .foot-ul li a:hover{
	color: var(--themecolor);
}
.foot-pro  li a{
	font-size: 1.25rem;
	color: #333;
}
.foot-pro{
	padding-left: 50px;
}
.foot-ul img{
	display: inline-block;
	margin-right: 15px;
}
.foot-ul li{
	margin-bottom: 20px;
}
.foot-ul li a{
	font-size: 0.875rem;
	color: #666666;
}
.foot-link li{
	margin-left: 0;
}
.foot-btm{
	height: 78px;
	text-align: center;
	background: #f5f5f5;
	line-height: 78px;
	border-top: 1px solid #cccccc;
	color: #999999;
}
.son-banner{
	position: relative;
}
.sbanne-con{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 60px;
}
.sbanne-con h3{
	font-size: 3.125rem;
}
.sbanne-con span{
	font-size: 1.875rem;
	color: var(--themecolor);
}
.sbanne-con p{
	font-size: 1.25rem;
	width: 50%;
	margin: 20px 0 30px 0;
}
.sbanne-con ol li{
	font-size: 0.875rem;
	color: #666666;
}
.sbanne-con ol{
	margin-left: -10px;
}
.sbanne-con ol li a{
	margin:  0 10px;
}
.sbanne-con ol li a:hover{
	color: var(--themecolor);
}
.product{
	padding-top: 60px;
}
.col-md5{
	width: 20%;
}
.col-md3{
	width: 33.333%;
}
.col-md4{
	width: 25%;
}
.col-md6{
	width: 50%;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.pro-con{
	padding: 0 15px;
}
.pro-con img{
	width: 100%;
	border-radius: 20px;
}
.pro-btm{
	padding: 26px 20px 36px 20px;
}
.pro-btm h3{
	font-size: 1.25rem;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
}
.pro-btm p{
	font-size: 1rem;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	margin: 20px 0 40px 0;
}
.pro-con:hover h3{
	color: var(--themecolor);
}
.page{
	text-align: center;
	padding: 40px 0 98px 0;
}
.page li{
	display: inline-block;
	padding: 10px 15px;
	background: #f0f0f0;
	font-size: 0.9375rem;
	margin: 0 5px;
}
.page li.active, .page li:hover{
	background: var(--themecolor);
}
.page li.active a, .page li:hover a{
	color: #fff;
}

.pros-t-l, .pros-t-r{
	width: 50%;
	position: relative;
}
.pros-t-l img{
	width: 100%;
}
.gallery-top{
	margin-bottom: 30px;
	border-radius: 40px;
	overflow: hidden;
}
.gallery-top iframe, .gallery-top embed{
	width: 100%;
	height: 700px;
}
.gallery-thumbs iframe, .gallery-thumbs embed{
	width: 100%;
	height: 160px;
}
.gallery-thumbs .swiper-slide{
	
	overflow: hidden;
}
.sbtn1, .sbtn2{
	background: none;
	font-size: 1.875rem;
	top: auto;
	bottom: 35px;
}
.sbtn1{
	left: -30px;
}
.sbtn2{
	right: -30px;
}
.gallery-thumbs .swiper-slide{
	border: 1px solid #fff;
}
.gallery-thumbs .swiper-slide:hover{
	border: 1px solid var(--themecolor);
}
.chat a{
	display: inline-block;
	padding: 0 35px;
	line-height: 60px;
	height: 60px;
	border-radius: 60px;
	border: 1px solid var(--themecolor);
	color: #333;
	font-size: 1.25rem;
	margin-right: 30px;
}
.chat a:hover{
	background: var(--themecolor);
}
.pros-t-r{
	padding-left: 70px;
}
.pros-t-r h1{
	font-size: 2.5rem;
	margin-bottom: 40px;
	margin-top: 40px;
}
.pros-des{
	font-size: 1rem;
	line-height: 26px;
	margin-bottom: 95px;
}
.pros-des img{
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.prosingle-top{
	margin-bottom: 60px;
}
.feat{
	padding: 55px 0;
	background: #f5f5f5;
}
.feat-tit{
	font-size: 1.875rem;
	margin-bottom: 20px;
}
.feat-bgnone{
	background: none;
}

.proform-l, .proform-r{
	width: 50%;
}
.proform input, .proform textarea{
	height: 50px;
	border: 1px solid #8c8c8c;
	border-radius: 10px;
	background: none;
	width: 98%;
	padding-left: 10px;
	margin-bottom: 20px
}
.proform textarea{
	height: 265px;
}
#codeinput{
	width: 100%;
}
.proform-code{
	position: relative;
	width: 30%;

}
.proform-code img{
	position: absolute;
	top: 2px !important;
	right: 20px;
	left: auto !important;
}

.proform button{
	width: 300px;
	height: 50px;
	background: none;
	border-radius: 50px;
	border: 1px solid var(--themecolor);
	color: var(--themecolor);
	font-size: 1.125rem;
	text-transform: uppercase;
	cursor: pointer;

}
.proform button:hover{
	box-shadow: 0 0 20px -10px var(--themecolor);
}
.pros-sbanner{
	position: initial;
	padding: 30px 0;
}
.solution-main{
	width: 52%;
	padding-left: 70px;
}
.solution-tit{
	margin: 0px 0 50px 0;
	font-size: 1.875rem;
	position: relative;
}
.solution-tit::before{
	content: '';
	height: 30px;
	width: 30px;
	background: var(--themecolor);
	display: block;
	position: absolute;
	left: -70px;
	top: 8px;
}
.solution-r h3{
	font-size: 1.25rem;
	margin-top: 20px;
}
.solution-l img{
	border-radius: 10px;
	width: 220px;
	margin-right: 40px;
}
.solution-con{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}
.solution-con:last-child{
	border: none;
	margin-bottom: 0;
}
.solution{
	position: relative;
	padding-top: 120px;
	padding: 120px 0 90px 0;
}
.solution>img{
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
}
.solus-img{
	background: #f5f5f5;
	padding: 50px 0;
}
.solus-img img{
	width: 100%;
}
.solus-top .ipro-l h3, .solus-top .ipro-l h1{
	font-size: 1.875rem;
}
.ipro-l p{
	line-height: 28px;
}

.solus-adv dl{
	width: 25%;
	padding: 0 15px;
	text-align: center;
}
.solus-adv-tit{
	font-size: 1.875rem;
	margin: 50px 0;
}
.solus-adv dl img{
	margin: auto;
	margin-bottom: 26px;
}
.solus-adv dl dt{
	font-size: 1.25rem;
	margin-bottom: 10px;
}
.solus-adv dl dd{
	color: #666666;
	line-height: 30px;
	font-style: italic;
}
.solus-adv{
	margin-bottom: 50px;
}
.solus-adv .flex{
	align-items: flex-start;
}
.solus-ex{
	background: #f5f5f5;
}
.solus-ex-tit{
	font-size: 1.875rem;
}
.solus-ex-tit p{
	font-size: 1.125rem;
	line-height: 30px;
	margin: 30px 0;
}
.solus-ex .iblog-r{
	padding-top: 0;
}
.solus-ex .iblog-r p{
	font-size: 1rem;
	color: #666666;
	line-height: 26px;
	height: 104px;
}
.solus-ex .iblog-r h3{
	font-size: 1.25rem;
	margin-bottom: 10px;
}
.solus-ex .iblog-r .more{
	margin-top: 30px;
}
.solus-form {
	background: none;
}
.solus-rela{
	padding-top: 0;
}
.news .pro-btm h3{
	height: 60px;
}
.pro-btm p{
	height: 90px;
	margin-bottom: 0px;
}
.pro-btm .more{
	margin-top: 20px;
}
.newsingle-tit{
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 40px;
}
.newsingle-tit h1{
	font-size: 1.875rem;
}
.newsingle-tit span{
	font-size: 0.875rem;
	margin: 24px 0 40px 0;
	display: block;
}
.newsingle-link div{
	font-weight: bold;
	margin-right: 20px;
}
.newsingle-link{
	padding: 35px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #dcdcdc;
}
.newsingle-link li a{
	background: var(--themecolor);
	border-color: var(--themecolor);
}
.newsingle-page li, .newsingle-page li a {
	color: #666666;
}
.newsingle-page li a:hover{
	 color: var(--themecolor);
 }
.newsingle-page li {
	margin-bottom: 20px; 
}
.newsingle-page {
	margin-bottom: 80px;
}
.ipro .container, .iprob .container{
	position: relative;
}
.proprev, .pronext, .idxswprev, .idxswnext{
	background: none;
	width: 70px;
	height: 70px;
	background: #dcdcdc;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	font-size: 40px;
	color: #fff;
	font-family: simsun;
}
.idxswprev, .idxswnext{
	opacity: .4;
}
.proprev{
	left: -120px;
}
.pronext{
	right: -120px;
}
.idxswprev:hover, .idxswnext:hover, .proprev:hover, .pronext:hover{
	opacity: 1;
	background: var(--themecolor);
}
.about-top h3, .about-val-r h3, .about-his h3, .about-team h3{
	font-size: 1.875rem;
	margin-bottom: 30px;
}
.about-top p{
	font-size: 1.25rem;
	margin-bottom: 60px;
}
.about-top {
	padding-top: 60px;
}
.about-val img{
	width: 440px;
}
.about-val-r{
	padding-left: 60px;
	padding-right: 120px;
}
.about-val-r p{
	font-size: 1.25rem;
	color: #666666;
	margin-bottom: 30px;
}
.about-val-r p span{
	color: #333;
}
.about-main{
	box-shadow: 10px 0 10px #ececec;
	border-radius: 20px;
}
.about-his{
	padding: 54px 0;
}
.about-his img{
	width: 600px;
	border-radius: 20px;
}
.about-his-con{
	font-size: 1.25rem;
	line-height: 40px;
	padding-right: 20px;
}
.about-team{
	background: #f5f5f5;
	padding: 54px 0;
}
.about-team img{
	width: 100%;
	border-radius: 20px;
	height: auto;
}
.about-team-con{
	font-size: 1.25rem;
	line-height: 40px;
	margin-bottom: 20px;
}
.about-btm{
	background: none;
}
.about-btm .icus-tit{
	font-size: 1.85rem;
	text-align: left;
}
.about-btm img{
	border: 1px solid #fafafa;
	border-radius: 5px;
}
.service-his-l{
	padding-left: 40px;
}
.service-btm{
	margin-top: 50px;
	margin-bottom: 60px;
}
.service-his{
	padding-top: 0;
}
.service-btm img{
	width: 240px;
	border-radius: 20px;
}
.service-btm h3{
	font-size: 1.25rem;
	margin-bottom: 20px;
}
.service-btm .container>h3{
	font-size: 1.875rem;
}
.ser-r{
	padding-left: 40px;
}
.ser-r p, .ser-r li{
	font-size: 1.25rem;
	line-height: 40px;
	color: #666666;
}
.ser-con{
	margin-bottom: 30px;
}
.ser-r li{
	display: list-item;
	list-style: disc;
	list-style-position: inside;
	color: var(--themecolor);
}
.ser-r li span{
	color: #666666;
}
.contact{
	padding-top: 60px;
	padding-bottom: 90px;
}
.contact-l, .contact-r{
	width: 50%;
}
.contact-l h3{
	font-size: 1.875rem;
	margin-bottom: 30px;
}
.contact-l p{
	font-size: 1.25rem;
	color: #666666;
	margin-bottom: 30px;
}
.contact-l li{
	margin-bottom: 30px;
	font-size: 1.25rem;
}
.contact-l li a{
	color: #666666;
}
.contact-r .proform-l, .contact-r .proform-r{
	width: 100%;
}
.contact-r .proform-r textarea{
	width: 100%;
}
.contact-r .flex{
	display: block;
}
.contact-r .proform-code{
	width: 70%;
}
.contact-l{
	padding-right: 100px;
}
.lost img{
	margin: auto;
	margin-top: 50px;
	margin-bottom: 30px;
	width: 400px;
}
.lost {
	text-align: center;
}
.lost p{
	font-size: 1.25rem;
	line-height: 40px;
}
.lost a{
	display: inline-block;
	width: 240px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 60px;
	border: 1px solid #333333;
	margin: 0 20px;
	margin-top: 40px;
	margin-bottom: 140px;
}
.lost a:hover{
	border-color: var(--themecolor);
	background: var(--themecolor);
}
.searchno-form{
	background: none;
}
.searchno{
	padding: 90px;
	text-align: center;
}
.searchno p{
	font-size: 1.875rem;
	margin-bottom: 30px;
}
.searchno form{
	position: relative;
}
.searchno input{
	width: 890px;
	height: 60px;
	border: 1px solid #dcdcdc;
	padding-left: 15px;
}
.searchno button{
	width: 140px;
	height: 60px;
	background-color: var(--themecolor);
	border-bottom-right-radius: 60px;
	border-top-right-radius: 60px;
	line-height: 60px;
}
.searchno button img{
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
}
.banner img{
	width: 100%;
	height: auto;
}
.icus img{
	width: 100%;
	height: auto;
}
.headermb{
	display: none;
}
.proform-l, .proform-r{
	position: relative;
}
#p1, #p2, #p3, #tp1, #tp2, #tp3{
	position: absolute;
}
#tp1{
	top: 40px;
}
#tp2{
	top: 175px;
}
#tp3{
	top: 235px;
}
#p1{
	top: 48px;
}
#p2{
	top: 260px;
	
}
#p3{
	top: 45px;
}
@media screen and (max-width: 1100px) {
	.foot-form form img{
		right: 7px !important;
		    bottom: 85px !important;
			    width: 150px;
	}
	#code-new{
		width: 56%;
	}
	.container{
		margin: 0 15px;
	}
	.service-btm{
		margin-top: 0;
	}
	.contact-r .proform-code{
		width: 100%;
	}
	body{
		padding-top: 90px;
	}
	header{
		display: none;
	}
	.headermb {
		display: flex;
		height: 90px;
		padding: 0 4%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		background: #fff;
		width: 92%;
	}
	.logo{
		padding-top: 0;
	}
	.headermb .headermbc {
		width: 100%;
	}
	
	.headermb .headermbc .logo {
		width: 20%;
	}
	
	.headermb .headermbc .logo img {
		width: 100%;
	}
	
	.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 {
		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: auto;
		height: 50px;
		border: 1px solid #333;
		border-radius: 50px;
		padding-left: 25px;
		margin: 0 10px;
	}
	.h-search{
		position: relative;
	}
	
	.h-search button{
		position: absolute;
		right: 20px;
		top: 10px;
		background: none;
	}
	.proprev, .pronext, .idxswprev, .idxswnext{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 0.9375rem;
	}
	.idxswprev{
		left: 3%;
	}
	.idxswnext{
		right: 3%;
	}
	.iabout p{
		width: 100%;
	}
	.iabout{
		padding-top: 50px;
	}
	.iabout h3{
		font-size: 2.5rem;
	}
	.ipro-l, .ipro-r, .iprob-l, .iprob-r{
		width: 100%;
	}
	.ipro-main, .iprob-main, .iblog-con, footer .container, .sbanne-con ol, .about-main,
	.about-his-main, .contact-main, .prosingle-top .container, .ser-con, .solus-adv .flex{
		flex-wrap: wrap;
	}
	.ipro-r{
		padding-left: 0;
		margin-top: 20px;
	}
	.iprob-l{
		padding-right: 0;
	}
	.icus-tit, .iblog-tit{
		font-size: 1.875rem;
	}
	.iblog-con, .foot-form, .foot-pro, .foot-contact{
		width: 100%;
	}
	.iblog-l, .iblog-r{
		width: 100%;
	}
	.foot-pro{
		padding-left: 0;
		margin: 20px 0;
	}
	footer{
		padding: 30px 0;
	}
	.iblog-r{
		padding-left: 0;
		padding-right: 0;
	}
	.proprev{
		left: 10px;
	}
	.pronext{
		right: 10px;
	}
	.lost img{
		width: 100%;
		margin-top: 50px;
	}
	.lost a{
		margin-bottom: 30px;
	}
	.sbanne-con p{
		width: 100%;
	}
	.sbanne-con{
		padding-top: 30px;
	}
	.sbanne-con h3{
		font-size: 1.875rem;
	}
	.sbanne-con span{
		font-size: 1.25rem;
	}
	.sbanne-con p{
		font-size: 1rem;
	}
	.son-banner img{
		width: 450%;
	}
	.son-banner{
		overflow: hidden;
	}
	.about-top{
		padding-top: 30px;
	}
	.about-top p{
		margin-bottom: 30px;
	}
	.about-val img, .about-his img, .contact-l, .contact-r, .pros-t-l, .pros-t-r,
	.proform-l, .proform-r, .proform textarea {
		width: 100%;
	}
	.about-val-r{
		padding: 0;
		margin-top: 20px;
	}
	.contact-l{
		padding-right: 0;
	}
	.product .col-md3{
		width: 50%;
	}
	.pro-btm{
		padding: 0;
	}
	 .product span.more{
		display: none;
	}
	.pro-con{
		margin-bottom: 30px;
		padding: 0 5px;
	}
	.pro-btm h3{
		font-size: 1rem;
	}
	.news .pro-btm h3{
		margin-top: 10px;
		font-size: 1rem;
		line-height: 24px;
		height: 72px;
		font-weight: bold;
	}
	.pro-btm p{
		font-size: 0.875rem;
		line-height: 20px;
		height: 80px;
		margin-top: 10px;
	}
	
	.page li:first-child, .page li:last-child{
		display: none;
	}
	.newsingle-tit h1, .pros-t-r h1{
		font-size: 1.875rem;
	}
	.gallery-top iframe, .gallery-top embed{
		height: 380px;
	}
	.gallery-thumbs iframe, .gallery-thumbs embed{
		height: 90px;
	}
	.pros-t-r{
		padding-left: 0;
	}
	.pros-t-r h1{
		margin-bottom: 20px;
	}
	.pros-des{
		margin-bottom: 30px;
	}
	.chat a{
		margin-bottom: 20px;
	}
	.prosingle-top{
		margin-bottom: 30px;
	}
	.tech-con{
		overflow: auto;
	}
	.proform-code {
	    width: 100%;
	}
	.proform .flex{
		display: block;
	}
	.pro-btm .more{
		display: none;
	}
	.feat .col-md3{
		width: 50%;
	}
	.searchno{
		padding: 0;
	}
	.searchno input{
		width: 60%;
	}
	.solution>img{
		display: none;
	}
	.solution-main{
		width: 100%;
		padding-left: 0;
	}
	.solution-r span.more, .solus-ex .iblog-r .more{
		display: none;
	}
	.solus-ex .iblog-r .more{
		display: block;
		margin-top: 0;
	}
	#LRdiv0 img{
		width: 150px !important;
	}
	.solus-ex .iblog-r p{
		height: auto;
	}
	.solution-l img{
		width: 150px;
		margin-right: 20px;
	}
	.solution{
		padding: 40px 0;
	}
	.service-his-l{
		padding-left: 0;
	}
	.ser-r{
		padding-left: 0;
		margin-top: 20px;
	}
	.solus-adv dl{
		width: 100%;
		margin-top: 30px;
	}
	.solus-ex .iblog-r h3{
		margin-top: 20px;
	}
}
@media only screen and (min-width:769px) and (max-width:1100px){
	.headermb .headermbc .logo img{
		width: 50%;
	}
	.gallery-top iframe, .gallery-top embed{
		height: 863px;
	}
	.gallery-thumbs iframe, .gallery-thumbs embed{
		height: 220px;
	}
}