@font-face {
	font-family: "HPSimplified";
		src: url("../font/HPSIMPLIFIED_RG.TTF"),
		url("../font/HPSIMPLIFIED_BD.TTF"),
		url("../font/HPSIMPLIFIED_BDIT.TTF"),
		url("../font/HPSIMPLIFIED_IT.TTF"),
		url("../font/HPSIMPLIFIED_LT.TTF"),
		url("../font/HPSIMPLIFIED_LTIT.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;
	font-family: 'HPSimplified';
	list-style: none;
	border: none;
	outline: none;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font-weight: 400;
	font-size: 16px;
}

body {
	width: 100%;
	font-size: 16px;
}

input,
input::placeholder,
textarea,
textarea::placeholder {
	font-family: 'HPSimplified';
}

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:'HPSimplified' ;
}

a,
a:hover {
	color: #000;
	text-decoration: none;
}

@media screen and (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: 16px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.svgicon {
	fill: #00c874;
	fill-rule: evenodd;
}

.flex {
	display: flex;
	align-items: center;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.align-center {
	align-items: center;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-start {
	justify-content: flex-start;
}

.flex-center {
	justify-content: center;
}

.flex-end {
	justify-content: flex-end;
}

.flex-between {
	justify-content: space-between;
}

.flex-around {
	justify-content: space-around;
}

.flex-column {
	flex-direction: column;
}

@media (min-width: 1460px) {
	.container {
		width: 1400px;
		margin: auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1460px) {
	.container {
		width: 1200px;
		margin: auto;
	}
}
.fixtxtrows {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

header{
	height: 110px;
	border-bottom: 1px solid #f0f0f0;
}
.menu li a{
	font-size: 1.125rem;
	line-height: 110px;
	display: block;
	padding: 0 35px;
}
.menu li a:hover{
	color: #00c874;
}
.menu li{
	position: relative;
}
.sdown{
	position: absolute;
	width: 600px;
	top: 140px;
	background: #fff;
	border-radius: 40px;
	padding: 50px 30px;
	left:  -250px;
	display: none;
}
.sdown:before{
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -30px;
	width: 0;
  height: 0;
  border-left: 10px solid transparent;  
  border-right: 10px solid transparent;  
  border-bottom: 20px solid #fff; 
}
.sdown li{
	display: inline-block;
	width: 49.5%;
	line-height: 35px;
	margin-bottom: 20px;
}
.sdown li img{
	vertical-align: middle;
	margin-right: 15px;
}
.menu li .sdown li a{
	display: inline;
	line-height: 35px;
	padding: 0;
}
.sdown-tit{
	padding-bottom: 15px;
	margin-bottom: 28px;
	border-bottom: 1px solid #bebebe;
	font-size: 1.125rem;
}
.h-map{
	position: relative;
}
.h-map ul{
	position: absolute;
	background-color: #fff;
	width: 120px;
	box-shadow: 0px 0px 38px 0px #eeeeee;
	border-radius: 5px;
	z-index: 22;
	left: -45px;
	top: 30px;
	display: none;
}
.h-map ul li a{
	display: block;
	line-height: 40px;
	text-align: center; 
	border-bottom: 1px solid #f0f0f0;
	color: #666666;
}
.h-search input{
	width: 340px;
	height: 50px;
	border: 1px solid #333;
	border-radius: 50px;
	padding-left: 25px;
}
.h-search{
	position: relative;
}

.h-search button{
	position: absolute;
	right: 20px;
	top: 10px;
	overflow: hidden;
	height: 26px;
	width: 26px;
}
.h-search img{
	position: absolute;
	top: 0;
	left: 0;
	filter: drop-shadow(26px 0px 0 #00c874)  
}
.padding-common{
	padding: 0 40px;
}
.banner img{
	width: 100%;
	border-radius: 40px;
}
.iabout, .iser{
	padding: 80px 0;
	background: url(../img/bg.png);
}
.iabout-right, .iabout-left{
	width: 50%;
}
.iabout-right{
	padding-left: 80px;
}
.iabout-right img{
	width: 100%;
	border-radius: 40px;
}
.iabout-left h3{
	font-size: 2.5rem;
}
.iabout-left p{
	font-size: 1rem;
	line-height: 2.5rem;
	margin: 38px 0 60px 0;
	color: #666666;
}
.iabout-left a, .isolu-con span, .icus a, .iser a, .solus-btm-l a, .news-con span{
	display: block;
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #00c874;
	border: 1px solid #00c874;
	border-radius: 60px;
	font-size: 1.25rem;
}
.iabout-left a:hover, .isolu-con span:hover, .icus a:hover, .iser a:hover, .solus-btm-l a:hover, .news-con span:hover{
	background: #00c874;
	color: #fff;
}
.iabout-left dl{
	margin-top: 40px;
	display: inline-block;
	width: 32%;
}
.iabout-left dl dd{
	color: #666666;
	font-size: 1.25rem;
}
.iabout-left dl dd span{
	font-size: 3.125rem;
	display: block;
	color: #333333;
	font-weight: bold;
	margin: 5px 0;
}
.isolu{
	background: url(../img/bg.png);
}
.isolu-bg{
	background: rgba(0, 200, 116, .1);
	padding: 80px 0;
	border-radius: 40px;
}
.isolu-tit{
	font-size: 2.5rem;
	margin-bottom: 45px;
}
.isolu-con img{
	width: 100%;
	border-radius: 40px;
}
.isolu-con h3{
	font-size: 1.25rem;
	margin: 38px 0 20px 0;
}
.isolu-con h3:hover{
	color: #00c874;
}
.isolu-con p{
	font-size: 0.875rem;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #666666;
	margin-bottom: 35px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.isolu-main{
	position: relative;
}
.btn11, .btn22, .btn33, .btn44{
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 3.125rem;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	background: #000;
	font-family: simsun;
	opacity: .1;
}
.btn11, .btn22{
	top: 30%;
}
.isolu-con img:hover, .inews-con img:hover{
	transition: all .5s;
	transform: scale(1.03,1.03);
}
.btn11{
	left: -130px;
}
.btn22{
	right: -130px;
}
.isolu{
	padding-bottom: 40px;
}
.icus{
	height: 440px;
	background: url(../img/iser-bg.jpg) no-repeat center;
	position: relative;
	text-align: center;
	ba
}
.icus::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	left: 0;
	top: 0;
}
.icus .container{
	position: relative;
	z-index: 2;
}
.icus h3{
	padding: 100px 0 35px 0;
	font-size: 2.5rem;
	color: #fff;	
}
.icus p{
	font-size: 1.25rem;
	color: #fff;
	line-height: 40px;
	margin-bottom: 57px;
}
.icus a, .iser a{
	margin: auto;
}
.iser-tit{
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 70px;
}
.iser-main dl{
	width: 25%;
	text-align: center;
	margin-bottom: 60px;
}
.iser-main dl img{
	margin-bottom: 40px;
	height: 80px;
}
.iser-main dl dd{
	font-size: 1.25rem;
	color: #666666;
	padding: 0 20px;
}
.iser-main dl dd span{
	display: block;
	font-size: 1.875rem;
	color: #333;
	margin-bottom: 34px;
}
.ipar{
	background: url(../img/bg.png);
}
.ipar img{
	width: 100%;
}
.ipar .sw4{
	padding-bottom: 50px;
}
.ipar-bg{
	background: #f5f5f5;
	border-radius: 40px;
	padding: 74px 0 56px 0;
}
.ipar-tit{
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 58px;
}
.inews{
	background: url(../img/inews-bg.jpg) no-repeat bottom;
}
.inews-bg{
	background: url(../img/bg.png);
	padding: 80px 0 100px 0;
}
.inews-tit{
	margin-bottom: 44px;
}
.inews-tit span{
	font-size: 2.5rem;
}
.inews-tit ul li{
	display: inline-block;
	font-size: 0.875rem;
	padding: 15px 36px;
	border: 1px solid #333;
	border-radius: 50px;
	margin-left: 48px;
	cursor: pointer;
}
.inews-tit ul li:hover, .inews-tit ul li.active{
	color: #fff;
	border-color: #00c874;
	background: #00c874;
}
.inews-ov-none{
	display: none;
}
.inews-con{
	width: 33.33%;
	padding: 0 20px;
}
.inews-con img{
	width: 100%;
}
.inews-main{
	margin: 0 -20px;
}
.inews-btm{
	padding: 20px 20px 33px 20px;
	background: #fff;
}
.inews-con a{
	display: block;
	box-shadow: 0 10px 20px #ccc;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}
.inews-btm h3{
	font-size: 1.25rem;
	line-height: 26px;
	    height: 52px;
	    overflow: hidden;
}
.inews-btm h3:hover{
	color: #00c874;
}

.inews-btm p{
	font-size: 0.875rem;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	margin: 20px 0 30px 0;
}
.inews-btm span{
	font-size: 0.875rem;
	color: #333;
}
.inews-btm span:hover{
	color: #00c874;
}
footer{
	background: #333;
	padding: 65px 0 0 0;
}
.foot-tit{
	font-size: 1.25rem;
	color: #fff;
	margin-bottom: 28px;
}
.foot-logo{
	width: 33%;
}
.foot-solu{
	width: 25%;
}
.foot-contact{
	width: 28%;
}
.foot-social{
	width: 14%;
}
.foot-logo img{
	width: 120px;
	margin: 13px 0 37px 97px;
}
.foot-logo ul{
	width: 60%;
	text-align: center;
	margin-left: 26px;
}
.foot-logo ul li{
	display: inline-block;
	margin: 0 10px 20px 10px;
}
.foot-logo ul li a{
	color: #fff;
	font-size: 0.875rem;
}
.foot-solu li, .foot-contact li, .foot-social li, .foot-solu li a, .foot-contact li a, .foot-social li a{
	font-size: 0.875rem;
	color: #a0a0a0;
}
.foot-solu li, .foot-contact li, .foot-social li{
	margin-bottom: 13px;
	line-height: 30px;
}
.foot-solu li img, .foot-contact li img, .foot-social li img{
	vertical-align: middle;
	margin-right: 10px;
}
footer ul li a:hover{
	color: #00c874;
}
.foot-btm{
	margin-top: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	
	color: #fff;
	border-top: 1px solid #fff;
}
.banner-son{
	background: url(../img/bg.png);
}
.banner-main{
	height: 500px;
	border-radius: 40px;
	overflow: hidden;
}
.banner-solu {
	background: url(../img/solu-banner.jpg) no-repeat center;
}
.banner-con h3{
	font-size: 3.125rem;
	color: #fff;
	padding: 150px 0 35px 0;
}
.banner-con p{
	font-size: 1.25rem;
	line-height: 35px;
	color: #fff;
	width: 530px;
}
.banner-main .container{
	position: relative;
	height: 100%;
}
.breadnav {
	position: absolute;
	bottom: 54px;
	left: 0;
}
.breadnav li{
	display: inline-block;
	color: #fff;
}
.breadnav ol{
	margin-left: -20px;
}
.breadnav li a{
	font-size: 1.25rem;
	color: #fff;
	margin: 0 20px;
}
.solu-wrap{
	background: url(../img/bg.png);
	padding: 50px 0;
	position: relative;
}
.solu-wrap>img{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.solu-main{
	height: 600px;
	border-radius: 40px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.solu-main::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	opacity: .9;
}
.solu-bg1{
	background: url(../img/sol1.jpg) no-repeat center;
}
.solu-bg2{
	background: url(../img/sol2.jpg) no-repeat center;
}
.solu-bg3{
	background: url(../img/sol3.jpg) no-repeat center;
}
.solu-bg4{
	background: url(../img/sol4.jpg) no-repeat center;
}
.solu-bg5{
	background: url(../img/sol5.jpg) no-repeat center;
}
.solu-bg6{
	background: url(../img/sol6.jpg) no-repeat center;
}
.solu-main .container{
	position: relative;
	z-index: 2;
}
.solu-tit{
	padding: 70px 0 50px 0;
	font-size: 2.5rem;
}
.solu-tit img{
	width: 28px;
	margin-right: 20px;
}
.solu-btm{
	background: #fff;
	padding: 28px 20px;
	border-radius: 20px;
	text-align: center;
}
.solu-btm h3{
	font-size: 1.125rem;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
.solu-con img{
	width: 100%;
	margin-bottom: 40px;
}
.solu-con:hover img{
	transition: all .5s;
	transform: scale(1.1,1.1);
}
.solu-con:hover .solu-btm{
	background: #00c874;
}
.solu-con:hover h3{
	color: #fff;
}
.banner-son{
	position: relative;
}
.banner-soludetail{
	margin: 0 40px;
	height: 500px;
	overflow: hidden;
	border-radius: 40px;
}
.banner-son>img{
	height: 100%;
	border-radius: 40px;
	
}
.banner-solu2{
	/* background: url('../img/solu-banner2.jpg') no-repeat center; */
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: linear-gradient(to right, #444, transparent);

}

.solusingle{
	background: url('../img/bg.png');
}
.solus-top h1{
	font-size: 2.5rem;
	text-align: center;
	padding: 78px 0 60px 0;
}
.solus-t{
	flex-wrap: wrap;
}
.solu-tl, .solu-tr{
	width: 100%;
}
.solu-tl{
	padding-right: 60px;
	font-size: 1.25rem;
	line-height: 35px;
}
.solu-tl p{
	font-size: 1rem;
}
.solu-tr img{
	width: 100%;
	border-radius: 20px;
}
.solus-m dl{
	text-align: center;
	width: 20%;
}
.solus-m dl img{
	width: 95%;
	margin-bottom: 30px;
}
.solus-m{
	margin: 50px 0;
}
.solus-m dl dd{
	font-size: 1.25rem;
}
.solus-br, .solus-bl{
	width: 50%;
}
.solus-br img{
	width:  100%;
}
.solus-br{
	padding-left: 50px;
}
.solus-br h3{
	font-size: 1.875rem;
	margin-bottom: 34px;
}
.solus-br p{
	font-size: 1rem;
	line-height: 35px;
}
.solus-bl iframe, .solus-bl embed{
	width: 100% !important;
	height: 500px !important;
	display: block;
	border-radius: 40px;
}
.solus-b{
	margin-bottom: 35px;
}
.solus-btm{
	background: rgba(0, 200, 116, 0.06);
	border-radius: 40px;
	padding: 80px 0 1px 0;
}
.solus-btm-tit{
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 57px;
}
.solus-btm-l, .solus-btm-r{
	width: 50%;
	padding-left: 60px;
}
.solus-btm-r img{
	width: 100%;
	border-radius: 20px;
}
.solus-btm-l h2{
	font-size: 1.875rem;
}
.solus-btm-l p{
	font-size: 1rem;
	line-height: 35px;
	margin: 50px 0;
}
.solus-btm-l{
	position: relative;
}
.solus-btm-l::before{
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #00c874;
	left: 0;
}
.solus-btm-con{
	margin-bottom: 80px;
}
.common-bg{
	background: url('../img/inews-bg.png') no-repeat bottom ;
	background-size: 100%;
}
.common-imgbg{
	background: url('../img/bg.png');
}
.form-tit{
	font-size: 2.5rem;
	text-align: center;
	padding: 78px 0 40px 0;
}
.form-con input{
	height: 52px;
	width: 48.5%;
	border: 1px solid #8c8c8c;
	border-radius: 10px;
	padding-left: 20px;
	margin-bottom: 22px;
}
.form-con textarea{
	width: 100%;
	border: 1px solid #8c8c8c;
	border-radius: 10px;
	padding-left: 20px;
	margin-bottom: 22px;
	padding-top: 10px;
}
.form-con button{
	width: 280px;
	height: 52px;
	background: #00c874;
	color: #fff;
	font-size: 1.125rem;
	display: block;
	border-radius: 52px;
}
.form-con button:hover{
	box-shadow: 0 0 20px -10px #00c874;
}
.form-common{
	padding-bottom: 80px;
}
.form-con{
	position: relative;
}
.form-con img{
	position: absolute;
	left: 34%;
	bottom: 25px;
}
.banner-pro {
	background: url('../img/pro-banner.jpg') no-repeat center;
}
.product{
	background: url('../img/bg.png');
	padding-top: 80px;
}
.aside{
	width: 340px;
	margin-right: 60px;
	background: rgba(0, 200, 116, .1);
	border-radius: 20px;
	padding: 34px 20px 0 20px;
}
.prolist{
	width: 1000px;
}
.aside h3{
	font-size: 1.25rem;
	position: relative;
	padding-left: 36px;
}
.aside h3::before{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #00c874;
	left: 0;
	top: 3px;
}
.aside ul li{
	padding: 25px 0;
	border-bottom: 1px solid #999;
	position: relative;
	padding-right: 20px;
}
.aside ul li:last-child{
	border: none;
}
.aside ul li img{
	position: absolute;
	right: 5px;
	top: 30px;
}
.pro-con{
	background: #fff;
	border-radius: 20px;
	padding: 20px 20px 30px 20px;
	box-shadow: 0 0 30px -10px #ccc;
}
.pro-con h3{
	margin: 20px 0;
	font-size: 1.125rem;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
}
.pro-con h3:hover{
	color: #00c874;
}
.pro-con img{
	width: 100%;
}
.pro-con span{
	display: block;
	width: 120px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #00c874;
	border: 1px solid #00c874;
	border-radius: 38px;
	font-size: 0.875rem;
}
.pro-con span:hover{
	background: #00c874;
	color: #fff;
}
.pro-col{
	width: 30.3%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.prolist-row{
	margin: 0 -15px;
}
.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 10px;
}
.page li.active, .page li:hover{
	background: #00c874;
}
.page li.active a, .page li:hover a, .page li.active span, .page li:hover span{
	color: #fff;
}
.lost{
	border-top: 1px solid #c8c8c8;
}
.lost-con {
	text-align: center;
	padding: 80px 0 0 0;
}
.lost-con p{
	font-size: 1.25rem;
	line-height: 35px;
	padding-top: 80px;
}
.lost-con p span{
	color: #00c874;
}
.searchno{
	text-align: center;
	padding-top: 76px;
}
.searchno h3{
	font-size: 2.5rem;
}
.searchno .h-search input{
	width: 890px;
	
}
.h-search input:focus{
	border-color:#00c874;
}
.searchno .h-search{
	margin: 60px 0 40px 0;
}
.searchno-btm{
	width: 890px;
	border-radius: 20px;
	background: rgba(0, 200, 116, .1);
	padding: 40px;
	margin: auto;
}
.searchno-btm p{
	font-size: 1.125rem;
	text-align: left;
	line-height: 35px;
}
.searchno-btm img{
	margin-right: 20px;
}
.coantact-top{
	padding: 80px 0 75px 0;
}
.coantact-top dl{
	width: 33.3%;
}
.coantact-top dl img{
	margin-right: 24px;
}
.coantact-top dl  dd{
	font-size: 1.25rem;
	line-height: 34px;
}
.contact-midbg{
	background: rgba(0, 200, 116, .1);
	border-radius: 40px;
	padding: 56px 0 76px 0;
}
.contact-mid ul li{
	font-size: 1.25rem;
	position: relative;
	margin-top: 30px;
	padding-left: 30px;
}
.contact-mid ul li::before{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: 0;
	position: absolute;
	top: 5px;
	background: #00c874;
}
.banner-contact{
	background: url('../img/contact-banner.jpg') no-repeat center;
}
.banner-news{
	background: url('../img/news-banner.jpg') no-repeat center;
}
.news{
	padding-top: 80px;
}
.new-top .inews-tit ul li{
	margin-left: 0;
	margin-right: 48px;
}
.new-top .inews-tit ul li:hover a{
	color: #fff;
}
.news-time{
	font-size: 0.875rem;
	color: #666666;
}
.news-time i{
	font-style: initial;
	margin: 0 10px;
}
.news-con{
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
}
.news-con h3{
	font-weight: bold;
	margin: 17px 0 12px 0;
}
.news-con p{
	font-size: 0.875rem;
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 30px;
}
.news-con span{
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 0.875rem;
}
.news-btm{
	padding: 20px 0 40px 0;
}
.newssingle{
	padding-top: 80px;
}
.newssingle-top h1{
	text-align: center;
	font-size: 1.875rem;
	margin-bottom: 20px;
}
.newssingle-top ul {
	text-align: center;
}
.newssingle-top ul li{
	display: inline-block;
	font-size: 0.875rem;
	line-height: 20px;
	margin: 0 18px;
}
.newssingle-top ul li img{
	vertical-align: middle;
	margin-left: 10px;
}
.newssingle-top{
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px;
}
.newss-con{
	
	margin-bottom: 40px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 36px;
	color: #666666;
}
.newssingle-page{
	padding-bottom: 120px;
}
.newssingle-page li{
	margin-bottom: 24px;
}
.pros-t-l, .pros-t-r{
	width: 50%;
	position: relative;
}
.pros-t-l img{
	width: 100%;
}
.gallery-top{
	box-shadow: 0 0 30px #ccc;
	margin-bottom: 30px;
}
.gallery-top, .gallery-thumbs .swiper-slide{
	border-radius: 20px;
	overflow: hidden;
}
.prosingle-top{
	padding-top: 80px;
}
.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 #00c874;
}
.chat a{
	display: inline-block;
	width: 200px;
	text-align: center;
	line-height: 60px;
	height: 60px;
	border-radius: 60px;
	border: 1px solid #00c874;
	color: #00c874;
	font-size: 1.25rem;
	margin-left: 30px;
}
.chat a:hover{
	background: #00c874;
	color: #fff;
}
.pros-t-r{
	padding-left: 70px;
}
.pros-t-r h1{
	font-size: 2.5rem;
	margin-bottom: 40px;
}
.pros-t-r p{
	font-size: 1rem;
	line-height: 30px;
	margin-bottom: 95px;
	height: 150px;
}
.feat-tit{
	padding: 60px 0 37px 0;
	font-size: 2.5rem;
}
.feat-tit h2{
	font-size: 2.5rem;
}
.feat-tit img{
	margin-right: 15px;
}
.feat-con{
	line-height: 36px;
}
.feat-con p, .adv-con p{
	font-size: 1rem;
	
}
.adv-con{
	line-height: 36px;
	font-size: 16px;
}
.pros-v embed, .pros-v iframe{
	display: block;	
	margin: auto;
	width: 100%;
	height: 600px;
}
.adv-con ul li{
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
}
.adv-con ul li::before{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #00c874;
	left: 0;
	top: 4px;
}
.pros-v iframe{
	width: 100% !important;
}
.banner-about{
	background: url('../img/about-banner.jpg') no-repeat center;
}
.about1-bg{
	background: rgba(0, 200, 116, .1);
	border-radius: 40px;
	padding-bottom: 80px;
}
.about1-mian{
	padding-bottom: 120px;
}
.about1-conl, .about1-conr{
	width: 50%;
}
.about1-tit{
	padding: 80px 0 63px 0;
	font-size: 2.5rem;
}
.about1-conl h3{
	font-size: 2.5rem;
	color: #00c874;
	margin-bottom: 40px;
}
.about1-conl p{
	font-size: 1rem;
	line-height: 40px;
	color: #666666;
	height: 120px;
}
.about1-conl{
	border-top: 2px solid #333;
	padding: 46px 0;
	position: relative;
	text-align: right;
	padding-right: 30px;
	margin-left: -40px;
}
.about1-conl:before{
	content: '';
	position: absolute;
	top: -2px;
	height: 2px;
	background: #333;
	width: 60px;
	right: -60px;
}
.about1-conl::after{
	content: '';
	position: absolute;
	top: -6px;
	right: -70px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #333;
}
.about1-conr{
	text-align: center;
	position: relative;
}
.about1-conr::before{
	content: '';
	position: absolute;
	height: 300px;
	width: 20px;
	left: -10px;
	top: -17px;
	background: #999999;
}
.about1-conr img{
	border-radius: 20px;
}
.about1-conr span{
	font-size: 50px;
	color: #999;
	position: absolute;
	left: -10px;
	top: 40%;
	font-weight: bold;
	transform: rotate(90deg);
}
.about1-con2 .about1-conl{
	text-align: left;
	padding-left: 120px;
}
.about1-con2 .about1-conl::before{
	left: 0px;
}
.about1-con2 .about1-conl::after{
	left: 0px;
}
.about1-con2 .about1-conr::before{
	right: -55px;
	left: auto;
}
.about1-con2 .about1-conr span{
	right: -50px;
	left: auto;
}
.about2-top{
	padding-top: 80px;
}
.about2-tl, .about2-tr{
	width: 48%;
	height: 300px;
	border: 1px solid #00c874;
	text-align: center;
	border-radius: 20px;
	background: #fff;
}
.about2-tl:hover, .about2-tr:hover{
	background: #00c874;
}
.about2-tl:hover h3, .about2-tr:hover p, .about2-tl:hover p, .about2-tr:hover h3{
	color: #fff;
}
.about2-top h3{
	font-size: 2.5rem;
	padding: 90px 0 0 0;
}
.about2-top h3::after{
	content: '';
	display: block;
	margin: 26px auto;
	height: 2px;
	width: 80px;
	background: #00c874;
}
.about2-tl:hover h3::after, .about2-tr:hover h3::after{
	background: #fff;
}
.about2-top p{
	font-size: 1.25rem;
	color: #666666;
}
.about2-bg, .about3-top-con{
	background: rgba(0, 200, 116, .1);
	border-radius: 40px;
}
.about2-btm h3{
	text-align: center;
	font-size: 2.5rem;
	padding: 56px 0;
}
.about2-btm{
	padding-top: 60px;
	padding-bottom: 120px;
}
.about2-btm-con{
	text-align: center;
}
.about2-btm-con dl{
	height: 237px;
	width: 22%;
	margin: 0 1%;
	background: #fff;
	display: inline-block;
	border-radius: 20px;
	margin-bottom: 20px;
	border: 1px solid #00c874;
}
.about2-btm-con dl:hover{
	background: #00c874;
}
.about2-btm-con dl:hover dd{
	color: #fff;
}

.about2-btm-con dl img{
	margin: 44px 0;
}
.about2-btm-con dl dd{
	font-size: 1.25rem;
}
.about2-bg{
	padding-bottom: 60px;
}
.about3{
	padding-top: 80px;
}
.about3-top-con{
	height: 400px;
	width: 60%;
	position: relative;
	padding: 140px 0 0 50px;
}
.about3-top .container{
	position: relative;
}
.about3-top img{
	position: absolute;
	right: 0;
	top: 35px;
	border-radius: 40px;
}
.about3-top-con h3{
	font-size: 2.5rem;
	margin-bottom: 37px;
}
.about3-top-con p{
	width: 600px;
	font-size: 1rem;
	line-height: 40px;
	color: #666666;
}
.about3-mid img{
	width: 100%;
	border-radius: 20px;
}
.about3-mid {
	padding: 30px 0 0px 0;
}
.sw6{
	padding-bottom: 70px;
}
.about3-btm-conl, .about3-btm-conr{
	width: 50%;
}
.about3-btm-conl h3{
	font-size: 2.5rem;
	margin: 36px 0 40px 0;
}
.about3-btm-conl p{
	font-size: 1rem;
	color: #666666;
	line-height: 40px;
}
.about3-btm-conr{
	text-align: right;
}
.about3-btm-conl, .about3-btm-conr2{
	text-align: left;
}
.about3-btm-con{
	margin-bottom: 35px;
}
.about3-btm{
	padding: 80px 0;
}
.searchno .h-search {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}


.banner, .banner-son, .lost{
		margin-top: 110px;
	}
#head {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
}

.headermb{
	display: none;
}
.gallery-top-about{
	box-shadow: none;
}

.lost{
	padding-bottom: 60px;
}

.banner-m{
	display: none;
}
#LRdiv0 img, #swtColse{
	display: none;
}
.banner-bg{
	height: 500px;
	background: linear-gradient(to right, #444, transparent);
}

@media screen and (max-width: 1100px) {
	
	.banner-bg, .banner-soludetail{
		height: auto;
	}
	#LRdiv0 img, #swtColse{
		display: none;
	}
	.banner-m{
		display: block;
		margin-top: 70px;
	}
	.banner-m img{
		width: 100%;
	}
	.banner{
		display: none;
	}
	.banner-soludetail{
		margin-left: 0;
		margin-top: 0;
	}
	
	
	body{
		overflow-x: hidden;
	}
	.banner-son>img{
		width: 380%;
		transform: translateX(-35%);
	}
	.container{
		padding: 0 15px;
	}
	.newss-con img,  .adv-con img{
		width: 100% !important;
		height: auto !important;
	}
	.feat-con  img{
		width: 100% !important;
		height: auto !important;
	}
	.newss-con iframe, .newss-con embed, .feat-con iframe, .feat-con embed, .adv-con iframe, .adv-con embed{
		width: 100% !important;
		
	}
	.pros-v embed, .pros-v iframe{
		height: 350px !important;
	}
	.searchm input{
		width: 92%;
	}
	.h-search button{
		right: 30px;
	}
	.banner, .banner-son, .lost{
		margin-top: 70px;
	}
	.banner-main{
		height: auto;
		border-radius: 0;
		
	}
	.banner-bg{
		padding-bottom: 30px;
	}
	
	.banner-soludetail .banner-main{
		height: 100%;
	}
	.banner-con h3{
		padding-top: 70px;
	}
	.banner-con p{
		width: 100%;
	}
	.breadnav{
		position: initial;
		margin-top: 20px;
	}
	.headerpc, .aside, .sbtn2, .sbtn1{
		display: none;
	}
	
	.banner{
		padding: 0;
	}
	.iabout .container, .foot-main, .prosingle-top .container, .coantact-top, .solus-t, 
	.solus-b, .solus-btm-con, .about1-con, .about1-con2 , .about3-btm-con{
		flex-wrap: wrap;
	}
	.iabout-right, .iabout-left{
		width: 100%;
	}
	.iabout-right{
		padding-left: 0;
	}
	.padding-common{
		padding: 0;
	}
	.foot-logo ul, .foot-solu, .foot-social{
		display: none;
	}
	.foot-contact{
		width: 100%;
	}
	.iabout{
		padding: 40px 0;
	}
	.iabout-left p{
		margin: 30px 0;
	}
	.iabout-right img{
		margin-top: 30px;
	}
	.isolu-bg, .ipar-bg{
		border-radius: 0;
	}
	.solu-main .btn22, .solu-main .btn11{
		top: 50%;
	}
	.solu-main .btn22{
		right: 10px;
	}
	.solu-main .btn11{
		left: 10px;
	}
	.icus h3{
		padding: 15px 0;
	}
	.icus p{
		margin-bottom: 30px;
	}
	.iser-main{
		flex-wrap: wrap;
	}
	.iser-main dl{
		width: 50%;
	}
	.iser-main dl dd span{
		font-size: 1.3rem;
	}
	.inews-tit ul li{
		padding: 15px 20px;
		margin-left: 10px;
	}
	.inews-bg{
		padding: 40px 0;
	}
	.foot-logo img{
		margin-left: 0;
	}
	.prolist{
		width: 100%;
	}
	.prolist-row{
		margin: 0;
	}
	.pro-col{
		padding:0;
		width: 50%;
	}
	
	.pros-t-l, .pros-t-r{
		width: 100%;
	}
	.pros-t-r{
		padding-left: 0;
	}
	.chat a{
		width: 40%;
		margin-left: 0;
		margin-right: 10px;
	}
	.form-con input{
		width: 100%;
	}
	.form-con img{
		left: auto;
		right: 0;
		bottom: 90px;
		width: 130px;
	}
	.inews-ov{
		padding-bottom: 30px;
	}
	.news-btm{
		margin-top: -30px;
	}
	.lost-con img{
		width: 100%;
	}
	.searchno .h-search input{
		width: 100%;
	}
	.searchno-btm{
		width: 60%;
	}	
	.contact-midbg img{
		width: 100%;
	}
	.coantact-top dl{
		width: 100%;
		margin-bottom: 20px;
	}
	.contact-midbg{
		border-radius: 0;
	}
	.solu-btm{
		padding: 10px;
	}
	.solu-main{
		height: auto;
		padding-bottom: 50px;
		border-radius: 0;
	}
	.solu-tl, .solu-tr, .solus-br, .solus-bl, .solus-btm-l, .solus-btm-r, 
	.about1-conl, .about1-conr, .about3-btm-conl, .about3-btm-conr2, .about3-btm-conl, .about3-btm-conr{
		width: 100%;
	}
	.solu-tl{
		padding-right: 0;
	}
	.solus-br{
		padding-left: 0;
	}
	.about1-conr img{
		width: 60%;
	}
	.about1-conl{
		margin-left: 0;
		text-align: left;
	}
	.about1-conl p{
		height: auto;
	}
	.about1-conl:before{
		right: 0;
	}
	.about1-conl::after{
		right: 0;
	}
	.about1-con2 .about1-conl{
		padding-left: 0;
	}
	.about1-conr::before{
		left: 0;
		top: 0;
		height: 200px;
	}
	.about1-con2 .about1-conr::before{
		display: none;
	}
	.about1-con2 .about1-conr span{
		right: -10px;
	}
	.about3-top-con, .about3-top-con p{
		width: 95%;
	}
	.about3-top-con{
		height: auto;
	}
	.about3-top img{
		position: initial;
		width: 100%;
		margin-top: 30px;
	}
	.about3-btm{
		padding: 30px 0;
	}
	.coantact-top, .form-tit{
		padding: 40px 0;
	}
	.about3-top-con{
		padding: 20px;
		border-radius: 0;
	}
	.about3-btm-conr img{
		width: 100%;
	}
	.about2-btm-con dl{
		width: 43%;
	}
	.pros-t-r p{
		height: auto;
		margin-bottom: 30px;
	}
	.pros-t-r h1{
		font-size: 2rem;
	}
	
	
	
	
	
	
	.headermb {
		display: flex;
		height: 70px;
		padding: 0 4%;
		position: relative;
	}
	
	.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;
	}
	
	.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: 70px;
		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;
	}
	
	.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;
	}
	.solus-btm-l p{
		margin: 30px 0;
	}
	 .solus-btm-l a{
		 margin-bottom: 30px;
	 }
	 .solu-tl p, .solus-br p, .solus-btm-l p, .feat-con p, .adv-con p, .newss-con p , .newss-con li, .iabout-left p, .about1-conl p, .about3-top-con p, .about3-btm-conl p, .pros-t-r p{
		 font-size: 1.125rem;
	 }
	 .banner-con h3{
	 	padding-top: 30px;
		font-size: 2.125rem;
		padding-bottom: 20px;
	 }
.solus-m dl dd{
	height: 60px;
}
.iabout-left dl dd span{
	font-size: 2.125rem;
}
.btn22{
	right: 10px;
	opacity: .5;
}
.btn11{
	left: 10px;
	opacity: .5;
}
.isolu-bg, .iser, .ipar-bg, .solu-tit, .about1-tit{
	padding: 40px 0;
}
.iabout-left h3, .isolu-tit, .icus h3, .iser-tit, 
.ipar-tit, .inews-tit span, .solu-tit, .feat-tit h2, .about1-conl h3, 
.about2-btm h3, .about2-top h3, .about3-top-con h3{
	font-size: 2rem;
}
.icus{
	height: auto;
	background-size: cover;
	padding: 30px 0;
}
.iser-main dl dd{
	padding: 0;
}
.iser-tit, .iser-main dl, .ipar-tit{
	margin-bottom: 40px;
}
.inews-main, .inews-tit{
	flex-wrap: wrap;
}
.inews-con{
	width: 100%;
	margin-bottom: 20px;
}
.inews-tit ul{
	margin-top: 20px;
}
footer{
	padding-top: 40px;
}

.pros-t-r h1{
	margin: 30px 0;
}

.feat-tit{
	padding: 30px 0;
}
.new-top .inews-tit ul li{
	margin-right: 10px;
}
.news, .newssingle{
	padding-top: 40px;
}
.newssingle-top ul li{
	margin-bottom: 15px;
}
.newssingle-top{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.newssingle-page{
	padding-bottom: 60px;
}

.about1-conr span{
	top: 20%;
	font-size: 44px;
}
.about2-top h3, .about2-top{
	padding-top: 40px;
}

.about2-bg{
	border-radius: 0;
}
.about2-tl, .about2-tr{
	height: auto;
	padding-bottom: 40px;
}
.about2-btm h3{
	padding: 30px 0;
}
.about2-btm{
	margin-top: 30px;
}
.banner-soludetail{
	margin: 70px 0 0 0;
}

.banner-soludetail .banner-main{
	padding-bottom: 0;
}
.solus-top h1{
	padding: 40px 0;
	font-size: 1.8rem;
}
.solus-m{
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
}
.solus-m dl{
	width: 33%;
}
.searchno .h-search{
	width: 100%;
}
.solus-bl{
	margin-bottom: 20px;
}
.solus-b{
	margin-bottom: 0;
}
.solus-btm-con{
	margin-bottom: 40px;
}
.solus-btm-tit{
	margin-bottom: 30px;
}
.solus-btm{
	padding: 40px 0 1px 0;
}

}

@media screen and (min-width: 768px) and (max-width: 1100px) {
	.headermb{
		height: 110px;
	}
	.banner-m, .banner-son, .lost{
		margin-top: 110px;
	}
}



.contactfix {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 22;
	transform: translateX(220px);
}

.contactfix ul li {
	line-height: 40px;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
	padding-right: 10px;
	margin-bottom: 10px;
	transition: all .5s;
	
	cursor: pointer;
	display: flex;
	align-items: center;
}

.contactfix ul li:hover {
	transform: translateX(-220px);
	background-color: #eeeeee;
}

.contactfix ul li:nth-child(4) img{
	display: block;
}

.contactfix ul li:last-child:hover , .contactfix ul li:nth-child(4):hover{
	transform: translateX(0px);
	background: none;
}

.contactfix ul li .flex p {
	color: #333;
	margin: 0 10px;
}



.contactfix ul li a {
	color: #333;
	display: inline-block;
}

.contactfix .swt {
	padding-left: 160px;
}

.form-common form{
	position: relative;
	z-index: 22;
}



@media screen and (max-width: 1100px) {
	.contactfix ul li{
			display: none;
		}
		.contactfix ul li:nth-child(4){
			display: block;
		}
		.contactfix{
			transform:translateX(0);
		}
}
