@charset "utf-8";


.in-title{}
.in-title h2{
	color: #08a68a;
    font-size: 36px;
    font-weight: bold;
}
.in-title h2 span{
	color: #333;
}
.in-title p{
	color: #666;
	font-size: 14px;
}







/* 关于我们 */
.inabout{
	margin: 45px 0;
}
.inab{
	position: relative;
}
.inab-lf{
	float: left;
	width: 670px;
	padding-right: 20px;
}
.inab-lf video{
	width: 100%;
	outline:none;
}
.inab-rg{}
.inab-rg h2{
	color: #08a68a;
	font-size: 60px;
	font-weight: bold;
}
.inab-rg h2 span{
	color: #333;
	margin-left: 15px;
}
.inab-rg ul{
	overflow: hidden;
	margin: 10px 0;
}

.inab-rg ul li{
	float: left;
	color: #333;
	font-size: 16px;
	margin: 5px 15px;
	margin-left: 0;
	padding: 0px 18px;
	border-radius: 30px;
	background-color: #e8e8e8;
}
.inab-rg ul li i{
	color: #08a68a;
	font-size: 30px;
	margin-right: 8px;
	vertical-align: middle;
}

.inab-rg p{
	color: #333;
	font-size: 14px;
	height: 104px;
	line-height: 26px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.inab-rg a{
	position: absolute;
	bottom: 10px;
	right: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 6px 30px;
	background-color: rgba(8,166,138,.85);
	transition: all 0.33s;
}
.inab-rg a:hover{
	border-radius: 30px;
	background-color: rgba(8,166,138,1);
}


/* 热门产品 */
.inhot{
	margin: 70px 0 0;
	padding: 20px 0;
	position: relative;
	background-color: rgba(8,166,138,.15);
	border-bottom: 3px solid #08A68A;
}
.inho{}
.inho h2{
	position: absolute;
    top: -70px;
    left: 50%;
    z-index: 2;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    width: 420px;
    height: 60px;
    line-height: 60px;
    margin-left: -210px;
    border-radius: 30px;
    text-align: center;
    background-color: #08a68a;
}
.inho-nr{
	width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 15px;
    padding-bottom: 70px;
	margin-top: 20px;
}
.inho-lis{
	width: 200%;
    position: relative;
    left: 0;
}
.inho-lis:after{
	content: "";
	display: block;
	clear: both;
}
.inho-lis li{
	width: 25%;
    float: left;
    padding: 0 10px;
}
.inho-lis li a{
	display: block;
	position: relative;
    padding: 5px 10px;
	z-index: 3;
	transition: all 0.33s;
}
.inho-lis li a:before{
	content: "";
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: -1;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(255,255,255,1);
	transition: all 0.33s;
}
.inho-lis li a:hover:before{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 0;
	border: 1px solid #08A68A;
}
.inho-lis li a:after{
	content: "";
	display: block;
	clear: both;
}
.inho-lis-img{
	float: left;
	width: 200px;
	padding: 5px;
	margin-right: 10px;
	position: relative;
}

.inho-lis-img img{
	width: 100%;
}
.inho-lis-title{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.inho-lis li a:hover .inho-lis-title{
	color: #08A68A;
}
.inho-lis-p{
	color: #888;
	font-size: 14px;
	height: 72px;
	line-height: 18px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	transition: all 0.33s;
}
.inho-lis li a:hover .inho-lis-p{
	color: #333;
}
.inho-lis-more{
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 20px;
	margin-top: 15px;
	margin-right: 15px;
	background-color: rgba(8,166,138,.85);
	transition: all 0.33s;
}
.inho-lis li a:hover .inho-lis-more{
	border-radius: 30px;
	background-color: rgba(8,166,138,1);
}

.inho-a{
	position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -100px;
    z-index: 3;
    width: 200px;
    text-align: center;
}
.inho-a a{
	display: inline-block;
	padding: 0px 25px;
    margin: 0 5px;
	background-color: rgba(8,166,138,0.85);
	transition: all 0.33s;
}
.inho-a-lf{
	border-radius: 30px 0 0 30px;
}
.inho-a-rg{
	border-radius: 0 30px 30px 0;
}
.inho-a a:hover{
	background-color: rgba(8,166,138,1);
}

.inho-a a i{
	color: #fff;
	font-size: 26px;
}


/* 产品中心 */
.inproduct{
	padding: 30px 0;
	background-color: #e8e8e8;
}
.inpr{}



.inpr-nr{
	margin: 20px 0;
}

.inpr-nr-text{
	background-color: #fff;
	margin-bottom: 20px;
}
.inpr-nr-text:after{
	content: "";
	display: block;
	clear: both;
}
.inpr-nr-text li{
	float: left;
	width: 25%;
}
.inpr-nr-text li a{
	display: block;
	color: #08A68A;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	height: 45px;
	line-height: 45px;
	transition: all 0.33s;
}
.inpr-nr-text li.pr a{
	color: #fff;
	background-color: #08A68A;
}

.inpr-nr-uls{
	margin: 10px 0;
}
.inpr-nr-lis{
	display: none;
	margin-left: -15px;
	margin-right: -15px;
}
.inpr-nr-lis:first-of-type{
	display: block;
}
.inpr-nr-lis:after{
	content: "";
	display: block;
	clear: both;
}
.inpr-nr-lis li{
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 20px;
}
.inpr-nr-lis li a{
	display: block;
	padding-bottom: 15px;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,1);
	transition: all 0.33s;
}
.inpr-nr-lis li a:hover{
	border: 1px solid #08a689;
	box-shadow: 0 5px 15px rgba(3,3,3,0.15);
}
.inpr-nr-lis li a div{
	padding: 3px;
	margin-bottom: 10px;
	position: relative;
}

.inpr-nr-lis li a div i{
	opacity: 0;
	color: #fff;
    font-size: 60px;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    padding-top: 20%;
    text-align: center;
    background-color: rgba(8, 166, 137, 0.8);
    transition: all 0.33s;
}
.inpr-nr-lis li a:hover div i{
	opacity: 1;
}
.inpr-nr-lis li a div img{
	width: 100%;
}
.inpr-nr-lis li a p{
	color: #333;
	font-size: 14px;
	height: 48px;
	line-height: 24px;
	padding: 0 10px;
	text-align: center;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.33s;
}
.inpr-nr-lis li a:hover p{
	color: #08A689;
}

.inpr-nr-a{
	text-align: center;
}
.inpr-nr-a a{
	display: inline-block;
	text-align: center;
	margin: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 50px;
	border: 1px solid #08A689;
	background-color: rgba(8, 166, 137, 0.8);
	transition: all 0.33s;
}
.inpr-nr-a a:hover{
	color: #fff;
	padding: 8px 80px;
	border-radius: 30px;
	background-color: rgba(8, 166, 137, 1);
}



/* 应用领域 */
.inApplication{
	margin: 30px 0;
}
.inap{}

.inap-nr{
	margin: 0 -15px;
}
.inap-nr:after{
	content: "";
	display: block;
	clear: both;
}
.inap-nr li{
	float: left;
	width: 20%;
	padding: 20px 15px;
}
.inap-nr li a{
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.33s;
}
.inap-nr li a img{
	width: 100%;
}
.inap-nr li a div{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	text-align: center;
	background-color: rgba(3,3,3,.8);
	transition: all 0.5s;
}
.inap-nr li a:hover div{
	top: 0;
	background-color: rgba(8, 166, 137, 0.8);
}
.inap-nr li a div h4{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.inap-nr li a div p{
	color: #fff;
	font-size: 14px;
	height: 200px;
	line-height: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	display: none;
	transition: all 0.1s;
}
.inap-nr li a:hover div p{
	display: -webkit-box;
}


/* 新闻中心 */
.inNews{
	padding: 30px 0;
	background-color: #e8e8e8;
}
.inne{}

.inne-nr{
	margin: 20px -15px;
}
.inne-nr:after{
	content: "";
	display: block;
	clear: both;
}

.inne-gs{
	float: left;
	width: 55%;
	padding: 0 15px;
	position: relative;
}
.inne-gs-lis{}
.inne-gs-lis li{
	display: none;
}
.inne-gs-lis li:first-of-type{
	display: block;
}
.inne-gs-lis li a{
	display: block;
	position: relative;
}
.inne-gs-lis li a img{
	width: 100%;
}
.inne-gs-lis li a p{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: rgba(3,3,3,.6);
}
.pointer{}
.pointer span{
	position: absolute;
    top: 50%;
    display: none;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
}
.pointer .l{
	left: 15px;
}
.pointer .r{
	right: 15px;
}


.inne-hy{
	float: left;
	width: 45%;
	padding: 0 15px;
	position: relative;
}
.inne-hy li{
	margin-bottom: 20px;
}
.inne-hy li a{
	display: block;
	position: relative;
	padding: 10px 20px 15px;
	border: 1px solid rgba(255,255,255,.8);
	background-color: rgba(255,255,255,.8);
	transition: all 0.33s;
}
.inne-hy li a:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -7px;
	z-index: 3;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-top: -7px;
	background-color: #ccc;
	transition: all 0.33s;
}
.inne-hy li.hy a{
	border: 1px solid rgba(8, 166, 137,1);
	background-color: rgba(255,255,255,1);
	/* box-shadow: 0 5px 1px rgba(3,3,3,0.15); */
}
.inne-hy li.hy a:before{
	background-color: rgba(8, 166, 137,1);
}
.inne-hy li a h4{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-right: 100px;
	transition: all 0.33s;
}
.inne-hy li.hy a h4{
	color: #08A689;
}
.inne-hy li a h4 span{
	position: absolute;
	right: 0;
	color: #999;
	font-size: 16px;
	font-weight: 300;
}
.inne-hy li a p{
	color: #666;
	font-size: 14px;
	height: 44px;
	line-height: 22px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.33s;
}
.inne-hy li.hy a p{
	color: #333;
}
.inne-hy li a>span{
	display: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 15px;
	border-radius: 30px;
	background-color: rgba(8, 166, 137, 1);
	transition: all 0.33s;
}
.inne-hy li.hy a>span{
	margin-top: 8px;
	display: inline-block;
}


/* 全球客户 */
.inCustomer{
	padding: 30px 0;
	background: url(../images/cu-bg.png) no-repeat;
	background-position: bottom center;
}
.incu{}
.incu-nr{}
.incu-nr-img{
	width: 100%;
	padding: 20px 0;
}
.incu-nr-img img{
	width: 100%;
}

.incu-nr-qy{
	padding: 20px;
}
.incu-nr-qy:after{
	content: "";
	display: block;
	clear: both;
}
.incu-nr-qy li{
	float: left;
	width: 14.2%;
	padding: 15px;
}
.incu-nr-qy li a{
	display: block;
	border: 1px solid #ccc;
	transition: all 0.33s;
}
.incu-nr-qy li a:hover{
	border-color: #08A689;
}
.incu-nr-qy li a img{
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: all 0.33s;
}
.incu-nr-qy li a:hover img{
	filter: none;
}









@media only screen and (max-width: 1200px) and (min-width: 992px) {
.inho-lis-img {
    width: 170px;
}
.inho-lis li a:before {
    width: 120px;
    height: 120px;
}
.inap-nr li a div {
    top: 183px;
    padding: 8px;
}

.incu-nr-qy li {
    padding: 10px;
}



	
}




@media only screen and (max-width: 991px) and (min-width: 768px) {
.inho-lis li {
    width: 50%;
}
.inpr-nr-lis li {
    width: 50%;
}
.inap-nr li {
    width: 33.3%;
}
.inap-nr li:nth-of-type(4){
	margin-left: 17%;
}
.inap-nr li a div {
    top: 255px;
}
.inne-gs {
    width: 100%;
    max-width: 600px;
	margin-bottom: 30px;
}
.inne-hy {
    width: 100%;
}
.incu-nr-qy li {
    width: 19.7%;
    padding: 10px;
}





	
}



@media only screen and (max-width: 767px) {
.inab-lf {
    width: 100%;
    max-width: 650px;
    padding-right: 0;
	margin-bottom: 20px;
}
.inab-rg h2 {
    font-size: 46px;
}
.inab-rg ul li i {
    font-size: 24px;
}
.inab-rg a {
    position: relative;
    bottom: 0;
    right: 0;
    display: inline-block;
    margin-top: 15px;
}
.inho h2 {
    font-size: 28px;
    width: 300px;
    margin-left: -150px;
}
.inho-lis li {
    width: 50%;
}
.inho-lis-img {
    float: left;
    width: 150px;
    padding: 5px;
    margin-right: 10px;
    position: relative;
}
.inho-lis li a:before {
    width: 100px;
    height: 100px;
}
.inpr-nr-lis li {
    width: 50%;
}

.inap-nr li {
    width: 50%;
}
.inap-nr li a div {
	top: auto;
    bottom: -211px;
	padding: 10px;
}
.inap-nr li a div h4 {
    font-size: 14px;
}
.inap-nr li a div p {
    font-size: 12px;
}
.inap-nr li:last-of-type{
	margin-left: 25%;
}
.inne-gs {
    width: 100%;
    max-width: 600px;
	margin-bottom: 30px;
}
.inne-hy {
    width: 100%;
}
.incu-nr-qy li {
    float: left;
    width: 33.3%;
    padding: 10px;
}



	
}


@media only screen and (max-width: 420px) {
.in-title h2 {
    font-size: 26px;
}
.inpr-nr-text {
    text-align: center;
}
.inpr-nr-text li {
    float: none;
    width: auto;
    display: inline-block;
}
.inpr-nr-text li a {
    font-size: 16px;
    padding: 0 15px;
}
.inpr-nr-a a {
    font-size: 16px;
}

.inab-rg h2 {
    font-size: 38px;
}
.inho h2 {
    font-size: 24px;
}
.inho-lis-img {
    float: none;
    width: 200px;
    margin-right: 0;
}
.inho-lis li a:before {
    width: 150px;
    height: 150px;
}
.inho-lis-more {
    margin-bottom: 8px;
}
.inpr-nr-lis li a div i {
    font-size: 50px;
    padding-top: 10%;
}
.inne-gs-lis li a p {
    font-size: 16px;
}
.inne-hy li a h4 {
    font-size: 16px;
}
.inne-hy li a h4 span {
    font-size: 14px;
}






	
}















