@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: "微软雅黑";
	font-size: 15px;
	min-width: 1400px;
	color: #333;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
}

input,
textarea {
	outline: none;
}

a {
	color: #565656;
	text-decoration: none;
}

a:hover {
	color: #098b97;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mainb {
	width: 1400px;
	margin: 0 auto;
}

.paddt30 {
	padding-top: 30px;
}

.paddt3b2 {
	padding: 30px 0 20px;
}

.overfw {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m_botf {
	display: none;
}


/*****************************************/


/*头部*/

.headbox {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	z-index: 999;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}

.hlogo {
	width: 280px;
	height: 80px;
}

.hlogo img {
	width: 100%;
}

.head_lan {}

.head_lan li {
	float: left;
	height: 80px;
	line-height: 80px;
	position: relative;
	cursor: pointer;
}

.toptel {
	line-height: 20px;
	background: url(../img/btel1.png) no-repeat left 15px;
	padding-left: 60px;
	box-sizing: border-box;
	padding-top: 15px;
}

.head_lan .toptel {
	line-height: 20px;
}

.toptel h3 {
	color: #FFC107;
	font-size: 22px;
	padding-top: 10px;
}

.toptel span {}

.head_lan li i {
	margin-right: 15px;
}

.head_lan li i img {
	margin-bottom: -13px;
	margin-right: 10px;
}

.head_lan li .tqrbox {
	position: absolute;
	top: 80px;
	width: 120px;
	height: 120px;
	left: 0;
	z-index: 999;
	display: none;
}

.head_lan li .tqrbox img {
	width: 100%;
}

.head_lan li:hover .tqrbox {
	display: block;
	transition: .6s;
}

#navbox,
#navbox ul,
#navbox ul li,
#navbox ul li a,
#navbox #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#navbox:after,
#navbox > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#navbox #menu-button {
	display: none;
}

#navbox {
	width: 60%;
	font-family: 'Open Sans', sans-serif;
	height: 80px;
	line-height: 80px;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #098b97;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#navbox > ul > li {
	float: left;
}

#navbox.align-center > ul {
	font-size: 0;
	text-align: center;
}

#navbox.align-center > ul > li {
	display: inline-block;
	float: none;
}

#navbox.align-right > ul > li {
	float: right;
}

#navbox ul li {
	width: 12.5%;
	height: 80px;
	line-height: 80px;
	text-align: center;
}

#navbox > ul > li > a {
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#navbox > ul > li:hover > a,
#navbox > ul > li.active > a {
	color: #098b97;
}

#navbox > ul > li.nav_er {
	z-index: 999;
}

#navbox > ul > li.nav_er > a {}

#navbox > ul > li.nav_er > a::after {
	position: absolute;
	top: 36px;
	right: 0;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#navbox > ul > li.nav_er:hover > a::after {
	border-color: #098b97;
}

#navbox ul ul {
	position: absolute;
	left: -9999px;
}

#navbox li:hover > ul {
	left: auto;
}

#navbox.align-right li:hover > ul {
	right: 0;
}

#navbox ul ul ul {
	margin-left: 100%;
	top: 0;
}

#navbox.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#navbox ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	text-align: left;
}

#navbox ul li:hover > ul > li {
	height: 42px;
}

#navbox ul ul li a {
	height: 42px;
	line-height: 42px;
	padding-left: 10px;
	border-bottom: 1px dashed #595656;
	box-sizing: border-box;
	width: 180px;
	font-size: 16px;
	background: #333333;
	text-decoration: none;
	color: #dddddd;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#navbox ul ul li:hover > a,
#navbox ul ul li a:hover {
	color: #ffffff;
	background: #098b97;
	padding-left: 5px;
	transition: .3s;
}

#navbox ul ul li.nav_er > a::after {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#navbox.align-right ul ul li.nav_er > a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

#navbox ul ul li.nav_er:hover > a::after {
	border-color: #ffffff;
}


/*yzhbaner*/

.yzhbaner {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 600px;
	margin-top: 80px;
}

.yzhbaner .bd {
	height: 600px;
	z-index: 0;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.ban_btn {
	display: none;
}

.ban_btn a {
	opacity: 0.65;
}

.ban_btn a:hover {
	opacity: 1;
}

.ban_btn a.prev {
	position: absolute;
	z-index: 1;
	left: 20px;
	background: none;
	top: 45%;
	display: block;
	width: 50px;
	height: 100px;
	background: url(../img/arrow.png) 0px 0px no-repeat;
	margin: 0 auto;
}

.ban_btn a.next {
	position: absolute;
	z-index: 1;
	display: block;
	right: 20px;
	background: none;
	top: 45%;
	display: block;
	width: 50px;
	height: 100px;
	background: url(../img/arrow.png) -50px 0px no-repeat;
	margin: 0 auto;
}

.yzhbaner:hover .ban_btn {
	display: block;
	transition: .3s;
}

.ban_btn a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: .3s;
}

.yzhbaner .hd {
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 5;
	left: 50%;
	font-size: 0;
	line-height: 0;
	height: 0px;
	margin-left: -50px;
	height: 14px;
	overflow: hidden;
}

.yzhbaner .hd li {
	display: inline-block;
	cursor: pointer;
	width: 13px;
	height: 13px;
	margin: 0 10px;
	_margin: 0 3px;
	border-radius: 50%;
	border: 3px solid #ffc107;
	box-sizing: border-box;
	background: #fff;
}

.yzhbaner .hd li:hover,
.yzhbaner .hd .on {
	border-radius: 50%;
	background: #098b97;
	transition: .6s;
}


/*生产线解决方案*/

.hsolo_box {
	overflow: hidden;
	position: relative;
	background:#ffffff url(../img/hprobg.png);
}
.hsolo_box .htitle em{display:none;font-style:normal;}
.hsolo_con {
	overflow: hidden;
	padding-top: 30px !important;
}

.hsolo_con dl {
	width: 48%;
	margin: 0 8px;
	float: left;
	height: 252px;
	overflow: hidden;
}

.hsolo_con dl dt {
	float: left;
	width: 50%;
	height: 252px;
	overflow: hidden;
}

.hsolo_con dl dt img {
	padding: 10px;
	box-sizing: border-box;
	background: #098b97;
	width: 100%;
	display: block;
	height: 100%;
}

.hsolo_con dl dd {
	width: 50%;
	float: right;
	padding: 20px;
	box-sizing: border-box;
	background: #098b97;
	height: 100%;
}

.hsolo_con dl dd h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff;
}

.hsolo_con dl dd p {
	height: 69px;
	overflow: hidden;
	margin: 10px 0 15px;
	color: #dedede;
	line-height: 1.6;
}

.hsolo_con dl dd span {
	color: #f6f6f6;
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #f8f8f8;
	text-align: center;
	margin-bottom: 30px;
}
.hsolo_con dl dd h4{color:#f6f6f6;}
.hoso_btn {
	text-align: center;
	margin-top: 50px;
}

.hoso_btn a {
	display: inline-block;
	width: 150px;
	height: 39px;
	line-height: 39px;
	border-radius: 20px;
	color: #fff;
	background: #098b97;
	margin: 0 20px;
}

.hoso_btn a:hover {
	background: #FFC107;
	transition: .3s;
}

.hsolo_box .hd {
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 90px;
}

.hsolo_box .hd ul {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.hsolo_box .hd ul li {
	display: inline-block;
	width: 35px;
	height: 10px;
	overflow: hidden;
	margin: 0 10px;
	text-indent: -999px;
	cursor: pointer;
	background: #ddd;
	border-radius: 5px;
}

.hsolo_box .hd ul li.on {
	background: #098b97;
}

.hsolo_con dl:hover h3,
.hsolo_con dl:hover p,
.hsolo_con dl:hover h4 {
	color: #fff;
	transition: .3s;
}

.hsolo_con dl:hover dd {
	background: #098b97;
	transition: .3s;
}

.hsolo_con dl:hover img {
	transform: scale(1.1);
	transition: .6s;
}

.hsolo_con dl:hover span {
	background: #ffc107;
	border: 1px solid #fff;
	border-radius: 25px;
	transition: .3s;
}


/*产品展示*/

.hpro_box {
	background: #f5f5f5 url(../img/hpro22.jpg) no-repeat center top;
}

.hpro_cate {
	text-align: center;
}

.hpro_cate li {
	display: inline-block;
	width: 11%;
	height: 40px;
	line-height: 40px;
	background: #098b97;
	border-radius: 5px;
	border: 1px solid #098b97;
}

.hpro_cate li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

.hpro_cate li:hover {
	background: none;
	transition: .3s;
}

.hpro_cate li:hover a {
	color: #098b97;
}

.hpro_con dl {
	width: 24.2%;
	width: 24%\9;
	margin: 0 1% 1% 0;
	float: left;
	overflow: hidden;
	position: relative;
	height:271px;
	background: rgba(255, 255, 255, 0.56);
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.hpro_con dl:nth-child(4n) {
	margin-right: 0;
}

.hpro_con .hpro_img {
	width: 100%;
	height: 241px;
	overflow: hidden;
}

.hpro_con .hpro_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.hpro_con .hpro_info {
	position: absolute;
	bottom: -37%;
	left: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 0 10px 15px;
	box-sizing: border-box;
	width: 100%;
	
}

.hpro_con .hpro_info h3 {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hpro_con .hpro_info p {
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
	margin-bottom: 10px;
}

.hpro_con .hpro_info span {
	background: #FFC107;
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
}

.hpro_con dl:hover .hpro_info {
	bottom: 0;
	transition: .6s;
}

.hpro_con dl:hover img {
	transform: scale(1.1);
	transition: .6s;
}


/*广告*/

.hadvbox {
	height: 150px;
	color: #fff;
	background: #098b97 url(../img/bgtop.png) no-repeat center top;
	overflow: hidden;
	padding: 20px 0 10px;
	box-sizing: border-box;
}

.hadvbox .mainb {
	/* background: url(../img/hadv.png) no-repeat center top; */
	background: url(../img/hadv.png) no-repeat 65% top;
}

.hadvbox p {
	margin-top: 10px;
}

.hadvbox a {
	color: #fff;
	background: #FFC107;
	border-radius: 15px;
	display: block;
	margin-top: 15px;
	width: 150px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.hadvbox a:hover {
	color: #666;
	background: #fff;
	transition: .3s;
}

.hadvbox .toptel span {
	color: #fff;
}

.hadvbox .toptel h3 {
	font-size: 30px;
}


/*案例展示*/

.hcasbox {
	position: relative;
	overflow: hidden;
	background: url(../img/hcasebg.jpg);
}

.hcatebox {
	text-align: center;
}

.hcatebox li {
	display: inline-block;
	width: 150px;
	border-radius: 25px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #098b97;
	border-left: 3px solid #FFC107;
}

.hcatebox li a {
	color: #098b97;
	display: block;
	border-radius: 25px;
}

.hcatebox li.on a {
	color: #fff;
	background: #098b97;
}

.hcatecon li {
	float: left;
	width: 32.2%;
	margin: 0 8px;
	border: 1px solid #eee;
	position: relative;
	border-radius:0 0 10px 10px;
}

/* .hcatecon li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 3px;
	height: 1px;
	background: transparent;
}

.hcatecon li:hover:after {
	width: 100%;
	transition: 1s;
	background: #098b97;
} */

.hcatecon li .hcasc_tit {
	padding: 15px;
	box-sizing: border-box;
	background: #098b97;
	border-top: 1px solid #FFC107;
}

.hcatecon li .hcasc_tit h3 {
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

.hcatecon li .hcasc_tit h3:after {
	content: "";
	position: absolute;
}

.hcatecon li .hcasc_tit p {
	color: #e3e3e3;
}

.hcatecon li .hcasc_img {
	width: 100%;
	height: 345px;
	overflow: hidden;
	position: relative;
	text-align: center;
	border-radius:0 0 10px 10px;
}

.hcatecon li .hcasc_img img {
	width: 100%;
	height: 100%;
	display: block;
	padding: 3px;
	box-sizing: border-box;
	background: #ffc107;
	border-bottom: 10px solid #098b97;
}

.hcatecon li:hover img {
	transform: scale(1.1);
	transition: 1s;
}

.hcatecon li .hcasc_img span {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px;
	color: #fff;
	background: rgba(9, 139, 151, 0.79);
}

.hcatecon li .hcasc_img span i {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-size: 20px;
}

.hcatecon li .hcasc_img span em {
	display: block;
	margin: 10px auto;
	width: 30px;
	height: 2px;
	background: #fff;
}

.hcatecon li:hover span {
	background: rgb(9, 139, 151);
	transition: .3s;
}

.hcatecon li:hover .hcasc_tit {
	background: #098b97;
	transition: .3s;
}

.hcatecon li:hover .hcasc_tit h3,
.hcatecon li:hover .hcasc_tit p {
	color: #fff;
	transition: .3s;
}

.hcasbox .hcatecon {
	position: relative;
}

.hcasbox .hcas_left,
.hcasbox .hcas_right {
	position: absolute;
	left: 5px;
	top: 40%;
	display: block;
	width: 30px;
	height: 94px;
	line-height: 94px;
	border: 1px solid #ddd;
	background: rgba(244, 244, 244, 0.52);
	z-index: 99;
	text-align: center;
}

.hcasbox .hcas_right {
	left: auto;
	right: 5px;
	background: rgba(244, 244, 244, 0.52);
}

.hcasbox .hcas_left:hover,
.hcasbox .hcas_right:hover {
	color: #fff;
	border-color: #098b97;
	background: #098b97;
	transition: .3s;
}


/*关于我们*/

.haboutbox {
	background: url(../img/habbg.jpg) no-repeat center top;
}

.haboutbox .hab_img {
	width: 45%;
	border: 10px solid #eee;
	box-sizing: border-box;
	margin-top: 30px;
	height: 457px;
	position: relative;
}

.haboutbox .hab_img:before,
.haboutbox .hab_img:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 80px;
}

.haboutbox .hab_img:before {
	right: -10px;
	top: -10px;
	background: #FFC107;
}

.haboutbox .hab_img:after {
	left: -10px;
	bottom: -10px;
	background: #098b97;
}

.haboutbox .hab_img img {
	width: 100%;
	display: block;
	height: 100%;
	position: relative;
	z-index: 1;
}

.haboutbox .hab_con {
	width: 52%;
	margin-top: 30px;
}

.haboutbox .hab_con h2 {
	color: #098b97;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.haboutbox .hab_con p {
	line-height: 1.8;
	overflow: hidden;
}

.hab_more {
	display: inline-block;
	width: 150px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #098b97;
	border: 1px solid #098b97;
	margin-top: 20px;
	border-radius: 2px;
	box-sizing: border-box;
}

.hab_more:hover {
	color: #098b97;
	background: none;
	transition: .3s;
}

.haboutbox .hab_con ul {
	margin-top: 30px;
}

.haboutbox .hab_con ul li {
	float: left;
	width: 24.2%;
	margin-right: 1%;
	text-align: center;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.6);
	padding: 10px;
}

.haboutbox .hab_con ul li a {
	display: block;
}

.haboutbox .hab_con ul li img {
	width: 42px;
	height: 42px;
}

.haboutbox .hab_con ul li:nth-child(4n) {
	border-right: 0;
	margin-right: 0;
}

.haboutbox .hab_con ul li:hover img {
	transform: rotate(360deg);
	transition: .6s;
}

.haboutbox .hab_con ul li:hover {
	background: #fff;
	transition: .3s;
}


/*新闻资讯*/

.htitle {
	text-align: center;
}

.htitle h2 {
	font-size: 36px;
	letter-spacing: 2px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.htitle h2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -1px;
	width: 120px;
	height: 2px;
	background: #098b97;
}

.htitle h2:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2.5px;
	margin: auto;
	width: 35px;
	height: 5px;
	/* border-radius: 50%; */
	background: #FFC107;
}

.htitle h2 i {
	font-style: normal;
	color: #098b97;
}

.htitle p {
	color: #777;
	font-size: 16px;
	padding-top: 5px;
}

.hnewbox {
	background: #f8f8f8;
}

.hnewbox .htitle {
	margin-bottom: 30px;
}

.img_left {
	width: 40%;
	vertical-align: top;
	/* padding-bottom: 10px; */
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	/* padding-bottom: 15px; */
	border-bottom: 2px solid #ffc107;
}

.img_left .hnel_img {
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 365px;
}

.img_left .hnel_img img {
	height: 100%;
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    background: #098b97;
}

.img_left .hnew_info {
	padding: 0 10px 10px 10px;
	background: #098b97;
}

.img_left .hnewl_tit {
	font-size: 16px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0;
	color: #e2e2e2;
	padding: 20px 0 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.img_left .hnewl_tit a{color:#fff;}
.hnew_sp{color:#fff;}
.img_left:hover .hnewl_tit a {
	color: #ffc107;
}

.img_left .hnewl_txt {
	height: 40px;
	margin-bottom: 10px
}

.img_left p {
	font-weight: 400;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0;
	color: #e1e1e1;
	height: 40px;
	overflow: hidden;
}

.img_left .hnew_time {
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0;
	color: #098b97;
}

.img_left .hnew_time .hnli_date {
	font-weight: 400;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0;
	color: #999;
	float: right;
	background: url(../img/time.png) no-repeat left center;
	padding-left: 20px;
}

.img_left .hnew_time .hn_sline {
	margin: 0 10px;
	color: #ccc;
	font-size: 14px;
	position: relative;
	width: 1px;
	height: 11px;
	display: inline-block
}

.hnewbox .hnem_btn {
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.hnem_btn.more_btn {
	width: 198px;
	height: 78px;
	line-height: 78px;
	background-color: transparent;
	border: 1px solid #098b97;
	-o-border-image: linear-gradient(to right, #666 0, #098b97 100%) 10 10;
	border-image: linear-gradient(to right, #666 0, #098b97 100%) 10 10;
	color: #098b97;
	transition: all 0s;
}

.hnem_btn {
	width: 200px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	position: relative;
	transition: .5s;
	background-color: #32beff;
	color: #fff;
	border-radius: 1px;
	font-size: 20px;
	cursor: pointer;
	margin-top: 30px;
}

.hnewbox .hnem_btn:hover {
	color: #fff;
	background: #098b97;
	transition: .3s;
}

.list {
	text-align: left;
	width: 58%;
}

.list dl {margin-bottom: 12px;}

.list dl dt {
	float: left;
	width: 30%;
	height: 162px;
	overflow: hidden;
	border: 2px solid #098b97;
	box-sizing: border-box;
}

.list dl dt img {
	width: 100%;
	height: 100%;
	display: block;
}

.list dl dd {
	float: right;
	width: 68%;
}

.list dl dd h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list dl dd span {
	display: block;
	margin: 10px 0;
	color: #999;
	background: url(../img/time.png) no-repeat left center;
	padding-left: 20px;
}

.list dl dd p {
	line-height: 1.6;
	height: 52px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #777;
}

.list dl dd .hnem_btn {
	margin-top: 0;
	width: 150px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
}

.list .hnel_li {
	border-bottom: 1px dashed #e6e4e7;
	height: 45px;
	line-height: 45px;
	clear: both;
	position: relative;
}

.list .hnel_li:before {
	content: "";
	position: absolute;
	left: -2.5px;
	top: 20px;
	width: 6px;
	height: 6px;
	background: #FFC107;
}

.list .hnel_li .hnli_tit {
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	letter-spacing: 0;
	border-left: 1px solid #e1e1e1;
	padding-left: 6px;
	box-sizing: border-box;
	width: 78%;
	float: left;
}

.list .hnel_li .hnli_tit a {
	    color: #666;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list .hnel_li .hnew_time {
	width: 20%;
	float: right;
	text-align: right;
}

.list .hnel_li .hnew_time .hnli_date {
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0;
	color: #ccc;
}

.hnewbox .hnem_btn {
	width: 200px;
	height: 42px;
	line-height: 42px;
	font-size: 16px
}

.hnewbox .img_left:hover img,
.hnewbox .img_right .hne_r_top .hne_r_img:hover img,
.hnewbox .img_right .hnew_bot .hne_r_img:hover img {
	transform: scale(1.1);
	transition: 1s;
}

.list .hnel_li:hover .hnli_tit a {
	color: #098b97;
}


/*底部*/

.hfootbox {
	border-top: 6px solid #FFC107;
	padding: 20px 0;
	width: 100%;
	color: #fff;
	padding-bottom: 20px;
	background: #333;
}

.hlianxi p {
	color: #fff;
	line-height: 35px;
	font-size: 16px;
}

.hlianxi p i {
	padding-right: 5px;
}

.hbotit {
	color: #fff;
	font-size: 26px;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.hbotit:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 60px;
	height: 3px;
	background: #fff;
	margin: 10px 0;
}

.hfootbox .hfootc_top {
	padding-top: 60px;
}

.hfootbox .bfot_lx {
	width: 390px;
}

.hfootbox .b_tel {
	width: 300px;
	line-height: 28px;
}

.hfootbox .b_tel img {
	display: block;
	margin: 0 auto 8px;
	max-width: 100%;
	max-height: 60%;
}

.hfootbox .b_tel .b_tel_1 {
	color: #fff;
}

.hfootbox .b_tel .b_tel_2 {
	font-size: 30px;
	color: #ffc107;
	padding: 8px 0 18px;
}

.hfootbox ul {
	width: 60%;
}

.hfootbox ul li {
	float: left;
	width: 15%;
	display: block;
	list-style: none;
	font-size: 16px;
	line-height: 32px;
	text-indent: 30px;
	overflow: hidden;
	border-right: 1px solid #444;
}

.hfootbox ul li:first-child {
	padding-left: 0px;
}

.hfootbox ul li a {
	color: #fff;
	display: block;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
}

.hfootbox ul li a:hover {
	color: #ffc107;
}

.hfootbox ul li .bnav_down {
	padding-top: 10px;
}

.hfootbox ul li .bnav_down a {
	display: block;
	line-height: 26px;
	color:#a7a5a5;
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	position:relative;
}
.hfootbox ul li .bnav_down a:before{content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 8px;
    height: 8px;
    border: 1px solid #696969;
    box-sizing: border-box;
    border-radius: 10px;}
.hfootbox ul li .bnav_down a:hover {
	color: #098b97;
}

.bqrbox {
	width: 120px;
	text-align: center;
}

.bqrbox img {
	width: 100%;
}

.bqrbox p {
	margin-top: 10px;
}

.yqlink {
	border-top: 1px solid #444;
	margin-top: 20px;
	padding-top: 20px;
}

.yqlink h2 {
	font-size: 20px;
	color: #999;
	border-left: 3px solid #FFC107;
	padding-left: 10px;
	float:left;
}

.yqlink ul {
	width: 100%;
}

.yqlink ul li {
	width: auto;
	padding: 0 10px;
	border: 0;
}

.yqlink ul li a {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #888;
}

.hfoot_bot {
	padding: 10px 0;
	background: #222;
}


/*内页开始*/

.ibanner {
	height: 260px;
	padding: 30px 0 0;
	box-sizing: border-box;
	margin-top: 80px;
	background-repeat: no-repeat;
	background-position: center top;
}

.ban1 {
	background-image: url(../img/ban1.jpg);
}

.ibanner h2 {
	font-size: 32px;
}

.ibanner em {
	display: block;
	width: 30px;
	height: 5px;
	background: #098b97;
	margin: 20px 0;
}

.ibanner p {
	color: #777;
}
.ibanner a{display:inline-block;}

.ban_ly {
	display: block;
	width: 135px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 20px;
	background: none;
	margin-top: 25px;
}

.iban_btn {
	color: #098b97;
	border: 1px solid #098b97;
	background: -webkit-linear-gradient(left, #098b97, #098b97) no-repeat;
	background: linear-gradient(to right, #098b97, #098b97) no-repeat;
	background-size: 0% 100%;

}

.iban_btn:hover {
	background-size: 100% 100%;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.inmain {
	padding-bottom: 20px;
}

.ibread {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #ddd;
}

.ibread h4 {
	float: left;
	font-size: 24px;
	font-weight: 300;
	color: #666;
}

.ibread p {
	float: right;
	color: #8a8a8a;
	background: url(../img/br1.png) no-repeat left center;
	padding-left: 20px;
}

.ibread p a {
	color: #8a8a8a;
}

.ibread p a:hover {
	color: #098b97;
}

.ierbox {
	text-align: center;
}

.ierbox li {
	display: inline-block;
	margin: 0 5px 5px 0;
	width: 11.8%;
}

.ierbox li a {
	margin-top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.ierbox li .iban_btn {
	color: #666;
	border-color: #888;
}

.ierbox li:hover .iban_btn {
	color: #fff;
}

.icontxt {
	font-size: 15px;
	color: #777;
	line-height: 1.8;
}

.icontxt img {
	max-width: 100%;
	height: auto;
}


/*放大镜*/

.rebox {
	cursor: pointer;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000 !important;
	-webkit-filter: none !important;
	background: rgb(0, 0, 0);
	/* IE Fallback (Solid Colour) */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
	background: rgba(0, 0, 0, 0.7);
}

.rebox * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.rebox-contents {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 90%;
	height: 90%;
}

.rebox-contents .rebox-content {
	border: 5px solid #fff;
	box-shadow: 0 0 20px #000;
	border-radius: 1px;
	max-width: 100%;
	max-height: 100%;
}

.rebox-loading {
	width: 31px;
	height: 31px;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 48%;
	left: 50%;
}

.rebox-caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
}

.rebox-caption p {
	margin: 0 auto;
	max-width: 70%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.rebox-button {
	position: absolute;
	z-index: 9999;
	min-width: 40px;
	color: #098b97;
	height: 40px;
	line-height: 40px;
	background: #eee;
	opacity: 0.4;
	text-decoration: none;
	font-size: 24px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.rebox-button:hover,
.rebox-button:focus {
	opacity: 1;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

.rebox-close {
	right: 10px;
	top: 10px;
}

.rebox-next {
	right: 10px;
	top: 48%;
}

.rebox-prev {
	left: 10px;
	top: 48%;
}

.rebox-loading {
	left: 50%;
	top: 48%;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 2000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 2000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 2000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.ihonbox a {
	display: block;
	width: 24.2%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #eee;
	height: 254px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.ihonbox a:nth-child(4n) {
	margin-right: 0;
}

.ihonbox .ihon_pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ihonbox .ihon_pic img {
	width: 100%;
	height: 100%;
}

.ihonbox .ihon_pic:hover img {
	transform: scale(1.1);
	transition: 1s;
}

.ihonbox a p {
	text-align: center;
	line-height: 45px;
	color: #fff;
	position: absolute;
	transform: skewX(180px);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	padding: 100px 0;
	box-sizing: border-box;
}

.ihonbox a:hover p {
	opacity: 1;
	transition: .6s;
}


/*页码*/

.page {
	width: 100%;
	text-align: center;
	min-height: 30px;
}

.page .pagebox {
	text-align: center;
}

.pagebox span {
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40px;
	line-height: 30px;
	display: inline-block;
	color: #7c7c7c;
	border-radius: 5px;
}

.pagebox span a {
	color: #7c7c7c;
	width: 100%;
	display: block;
}

.pagebox .pagebox_num_nonce {
	color: #fff;
	background: #098b97;
	border: 1px solid #098b97;
}

.pagebox .pagebox_pre,
.pagebox .pagebox_next_nolink,
.pagebox .pagebox_pre_nolink,
.pagebox .pagebox_next {
	width: 90px !important;
}


/*留言*/

input {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
}

button {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
}

textarea {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
	resize: none;
}

.ilycon_img {
	width: 45%;
	padding-top: 15px;
}

.ily_form {
	width: 53%;
}

.ilycon_li {
	height: 66px;
	width: 100%;
	position: relative;
	margin-bottom: 14px;
	padding: 20px 0;
	border-bottom: 1px solid #434343;
	box-sizing: border-box;
	overflow: hidden;
}

.ilycon_li:nth-child(4) {
	height: 100px;
}

.ilycon_li input {
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 14px;
	line-height: 26px;
	color: #949494;
}

.ilycon_li textarea {
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 14px;
	line-height: 26px;
	color: #949494;
	font-family: "微软雅黑";
}

.ilycli_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.ilycon_li img {
	position: absolute;
	top: 30%;
	bottom: 0;
	right: 0;
	margin: auto;
}

.ilycon_btn {
	width: 218px;
	height: 39px;
	background: #098b97;
    border-left: 2px solid #ffc107;
    border-right: 2px solid #ffc107;
	border-radius: 22px;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-top: 30px;
}

.ilycon_sub {
	font-size: 14px;
	line-height: 39px;
	color: #fff;
}

.ilycon_btn:hover {
	opacity: 0.8;
	transition: 0.6s;
}


/*产品列表*/
.iproli_con .hpro_con dl{height:286px;border: 1px solid #eee; box-sizing: border-box;}
.iproli_con dl h4 {
	height: 45px;
	line-height: 45px;
	background: #eee;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.iproli_con .hpro_con .hpro_info {
	bottom: -100%;
}

.iproli_con .hpro_con .hpro_img {
	height: 241px;
}


/*图片新闻*/

.inewtop .img_left {
	width: 31.6%;
	margin: 0 1% 1% 0;
}

.inewtop .img_left:nth-child(3n) {
	margin-right: 0;
}

.inewtop .img_left .hnel_img {
	height: 331px;
}

.inewtop .img_left:hover img {
	transform: scale(1.1);
	transition: .6S;
}

.inewpic_con .list {
	width: 100%;
}
.section .list dl dt{border:0;}
.inewpic_con .list dl dt{border:0;}
.inewpic_con .list dl {
	border: 1px solid #ddd;
	width: 48%;
	margin: 1%;
	float: left;
	box-sizing: border-box;
}

.inewpic_con .list dl img {
	display: block;
}

.inewpic_con .list dl dd {
	padding: 10px;
	box-sizing: border-box;
}

.inewpic_con .list dl dd span {
	margin: 5px 0;
}

.inewpic_con .list dl:hover img {
	transform: scale(1.1);
	transition: .6s;
}

.inewpic_con .list dl:hover dd h3 {
	color: #098b97;
}


/*案例列表*/

.icase_con li {
	width: 24.2%;
	margin: 0 1% 1% 0;
	float: left;
}

.icase_con li:nth-child(4n) {
	margin-right: 0;
}

.icase_con li .icas_img {
	width: 100%;
	height: 254px;
	overflow: hidden;
	position: relative;
}

.icase_con li .icas_img img {
	width: 100%;
	height:100%;
}

.ica_panl {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(9, 139, 151, 0.64) url(../img/icason.png) no-repeat center center;
}

.icase_con li:hover .ica_panl {
	top: 0;
	transition: .6s;
}

.icase_con li h3 {
	color: #777;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.icase_con li h3:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 3px;
	height: 1px;
	background: transparent;
}

.icase_con li:hover h3:after {
	width: 100%;
	background: #098b97;
	transition: .6s;
}

.icase_con li:hover h3 {
	color: #098b97;
}

.icase_con li p {
	color: #999;
	height: 45px;
	line-height: 1.6;
	overflow: hidden;
}

.inwlic_l {
	width: 100%;
}

.inwlic_l .list {
	width: 100%;
}

.idecon_l {
	width: 65%;
}

.ide_relr {
	width: 32%;
}

.ide_tit h2 {
	font-size: 26px;
}

.ide_tit p {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin: 15px 0;
}

.ide_tit p span {
	color: #888;
	padding-right: 35px;
}

.zhaiyao {
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	color: #999;
	background: #f9f9f9;
	margin-bottom: 15px;
}

.zhaiyao p {
	margin-top: 5px;
	height: 68px;
	line-height:1.6;
	overflow: hidden;
}

.updown {
	margin-top: 15px;
}

.updown p {
	clear: both;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #ddd;
}

.updown span,
.updown a {
	display: block;
	float: left;
}

.updown span {
	color: #777;
	font-weight: bold;
}

.updown a {
	padding-left: 2%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	    width: 80%;
}

.updown p:hover a {
	color: #098b97;
}

.updown p:hover {
	border-bottom: 1px solid #098b97;
	transition: .3s;
}

.ide_relr {
	padding: 20px;
	box-sizing: border-box;
	background: #f9f9f9;
	border-radius: 5px;
}

.reltbox {
 background: #f6f6f6;
	border-right: 0;
	height: 46px;
	line-height: 46px;
	margin-bottom: 15px;
}

.reltbox span {
	display: block;
	width: 40%;
	text-align: center;
	float: left;
	color: #666;
	/* background: #098b97; */
	border-left: 2px solid #FFC107;
	padding-left: 10px;
	box-sizing: border-box;
}

.reltbox a {
	float: right;
	font-weight: normal;
	font-size: 18px;
}

.relpros {
	padding-top: 20px;
}

.relpros li {
	width: 48%;
	margin: 1%;
	float: left;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.relpros li .relp_img {
	width: 100%;
	height: 146px;
	overflow: hidden;
}

.relpros li .relp_img img {
	width: 100%;
	    height: 100%;
    display: block;
}

.relpros li p {
	text-align: center;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.relpros li:hover img {
	transform: scale(1.1);
	transition: .6s;
}


/*产品放大镜样式*/

div.zoomDiv {
	width: 200px;
	height: 200px;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomDiv img {
	width: auto;
	max-width: none;
}

div.zoomMask {
	cursor: crosshair;
	background: #000;
	border: 1px solid #fff;
	filter: alpha(opacity=15);
	-webkit-opacity: .15;
	-moz-opacity: .15;
	-ms-opacity: .15;
	-o-opacity: .15;
	opacity: .15;
	position: absolute;
	z-index: 1;
}

#preview img {
	max-width: none;
	height: auto !important;
	display: block;
}

.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #ffffff/*url(zoom.png) 50% center no-repeat*/
	;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
.ipro_jj{width: 720px;padding: 15px;box-sizing: border-box;background: #f9f9f9;}
.ipro_jj h2{color: #098b97;font-size: 26px;border-bottom: 1px solid #ddd;padding-bottom: 10px;margin-bottom: 20px;}
.ipro_jj p{color: #888;line-height: 1.6;margin-bottom: 10px;background: #fff;border-radius: 5px;padding: 5px;box-sizing: border-box;max-height: 178px;overflow: hidden;}
.ipro_jj a{display: block;width: 180px;height: 36px;line-height: 36px;color:#fff;background: #098b97;border-radius: 5px;border: 1px solid #098b97;text-align: center;margin-top: 45px;}
.ipro_jj a:hover{color: #098b97;background: none;}
.ipro_ccn{position: relative;padding-top: 60px;}
.ipro_ccn .reltbox{margin-bottom: 20px;}
.ipro_ccn .reltbox span{width: auto;}
.section {border-bottom: 5px solid #eee;padding: 50px 0 10px;}
.section p:last-child {	margin-bottom: 0;}
.section-wrapper {margin-top: -50px;padding-top: 20px;}
.section-wrapper:first-child .section {padding-top: 100px;}
#nav {background: #098b97;left: 0;list-style: none;overflow: hidden;padding-top: 9px;position: absolute;right: 0;text-align: left;top: 30px;}
#nav li {display: inline-block;margin-bottom: 0;margin-left: 20px;}
#nav a {background: #098b97;color: #fff;display: block;padding: 10px 25px;font-size: 18px;}
#nav a:hover {background: none;	color: #dedede;}
#nav .current a {background: #fff;color: #6c6d6d;}
.ipro_ccn .ilycon{padding:50px 0 0;}
.ipro_ccn .icontxt{padding-top: 85px;}
.ipro_tabfix a{padding: 0 25px !important;}
.ipro_tabfix {
	position: fixed !important;
	top: 0 !important;
	z-index: 9999999;
	width: 100%;
	left: 0;
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center !important;
	background-color: #098b97;
}




@media screen and (max-width: 959px) {
	html,
	body {
		min-width: 660px;
		max-width: 660px;
		margin: auto;
	}
	.mainb {
		width: 98%;
	}
	.headbox {
		max-width: 660px;
		right: 0;
		margin: auto;
		height: 50px;
	}
	#navbox {
		width: 75%;
		height: 50px;
		line-height: 50px;
	}
	#navbox ul li {
		line-height: 50px;
	}
	#navbox ul {
		background: rgba(44, 44, 44, 0.9);
	}
	.head_lan {
		display: none;
	}
	.hlogo {
		width: 25%;
		height: auto;
	}
	#navbox ul {
		width: 100%;
		display: none;
	}
	#navbox.align-center > ul,
	#navbox.align-right ul ul {
		text-align: left;
	}
	#navbox ul li,
	#navbox ul ul li,
	#navbox ul li:hover > ul > li {
		width: 100%;
		height: auto;
	}
	#navbox ul li a,
	#navbox ul ul li a {
		width: 100%;
		color: #fff;
	}
	#navbox > ul > li:hover > a,
	#navbox > ul > li.active > a {
		color: #fff;
	}
	#navbox > ul > li,
	#navbox.align-center > ul > li,
	#navbox.align-right > ul > li {
		float: none;
		display: block;
	}
	#navbox ul ul li a {
		font-size: 16px;
		color: #fff;
		background: none;
	}
	#navbox ul ul li:hover > a,
	#navbox ul ul li a:hover {
		color: #fff;
	}
	#navbox ul ul ul li a {
		padding-left: 40px;
	}
	#navbox ul ul,
	#navbox ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0;
	}
	#navbox > ul > li.nav_er > a::after,
	#navbox ul ul li.nav_er > a::after {
		display: none;
	}
	#menu-line {
		display: none;
	}
	#navbox #menu-button {
		display: block;
		color: #000000;
		cursor: pointer;
		font-size: 0;
		text-transform: uppercase;
	}
	#navbox #menu-button::after {
		content: '';
		position: absolute;
		top: 15px;
		right: 20px;
		display: block;
		width: 25px;
		height: 2px;
		background: #000000;
	}
	#navbox #menu-button::before {
		content: '';
		position: absolute;
		top: 22px;
		right: 20px;
		display: block;
		width: 25px;
		height: 5px;
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
	}
	#navbox .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.15);
		height: 52px;
		width: 52px;
		cursor: pointer;
	}
	#navbox .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #fff;
		z-index: 99;
	}
	#navbox .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #fff;
		z-index: 99;
	}
	#navbox .submenu-button.submenu-opened:after {
		display: none;
	}
	.yzhbaner {
		margin-top: 50px;
	}
	.yzhbaner .bd {
		left: 0;
		margin-left: 0;
	}
	.yzhbaner,
	.yzhbaner .bd,
	.yzhbaner .bd li img {
		width: 100% !important;
		height: 223px;
	}
	.ban_btn {
		display: none !important;
	}
	.htitle h2 {
		font-size: 22px;
	}
	.htitle p {
		font-size: 15px;
	}
	.hsolo_con dl dd {
		padding: 10px;
	}
	.hsolo_con dl dd h3 {
		font-size: 16px;
	}
	.hsolo_con dl dd p {
		display: none;
	}
	.hsolo_con dl dd span {
		height: 28px;
		line-height: 28px;
		margin: 10px 0;
	}
	.hsolo_con dl,
	.hsolo_con dl dt {
		height: 116px;
	}
	.hoso_btn a {
		height: 35px;
		line-height: 35px;
	}
	.hpro_cate li {
		display: inline;
		float: left;
		width: 31.3%;
		margin: 1%;
		box-sizing: border-box;
	}
	.hpro_con dl {
		width: 48%;
		margin: 1%;
	}
	.hpro_con .hpro_info p,
	.hpro_con .hpro_info span {
		display: none;
	}
	.hpro_con .hpro_info {
		position: relative;
		padding: 0;
		text-align: center;
		bottom:30%;
	}
	.hpro_con dl{height:286px;}
	.hpro_con .hpro_info h3 {
		font-size: 16px;
		font-weight: normal;
	}
	.hpro_con .hpro_img {
		height: 221px;
	}
	.iproli_con .hpro_con .hpro_img{height:221px;}
	.hadvbox {
		display: none;
	}
	.haboutbox .hab_img,
	.haboutbox .hab_con {
		width: 100%;
		height: auto;
	}
	.haboutbox {
		background: #f6f6f6;
	}
	.haboutbox .hab_con h2 {
		font-size: 20px;
	}
	.hcatecon li .hcasc_img {
		height: 156px;
	}
	.hnewbox .img_left {
		width: 100%;
	}
	.hnewbox .img_left .hnel_img {
		height: auto;
	}
	.hnewbox .list {
		width: 100%;
		margin-top: 20px;
	}
	.hnewbox .list dl dd span {
		margin: 5px 0;
	}
	.hnewbox .list dl dd p {
		margin-bottom: 10px;
	}
	.hnewbox .list dl dd .hnem_btn {
		height: 30px;
		line-height: 30px;
	}
	.hfootbox ul {
		display: none;
	}
	.ibanner .mainb {
		display: none;
	}
	.ibanner {
		background-size: 100%;
		margin-top: 50px;
		height: 90px;
	}
	.ibread h4 {
		font-size: 22px;
	}
	.ierbox li .iban_btn {
		display: block;
	}
	.ierbox li {
		width: 31.3%;
		margin: 1%;
		display: inline;
		float: left;
	}
	.ihonbox a {
		width: 48%;
		margin: 1%;
		height: 236px;
	}
	.ihonbox a:nth-child(4n) {
		margin-right: 1%;
	}
	.rebox-contents {
		top: 30%;
	}
	.ilycon_img {
		display: none;
	}
	.ily_form {
		width: 100%;
	}
	.iproli_con p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
	}
	.iproli_con .hpro_con .hpro_info {
		display: none;
	}
	.inewtop {
		display: none;
	}
	.inewpic_con .list dl {
		width: 100%;
		margin: 1% auto;
	}
	.inewpic_con .list dl dt {
		width: 35%;
		height: 169px;
	}
	.inewpic_con .list dl dd {
		width: 63%;
	}
	.icase_con li {
		width: 48%;
		margin: 1%;
	}
	.icase_con li:nth-child(4n) {
		margin-right: 0;
	}
	.icase_con li .icas_img {
		height: 232px;
	}
	.ide_relr {
		display: none;
	}
	.idecon_l {
		width: 100%;
	}
	.ide_tit h2 {
		font-size: 22px;
	}
	div.zoomMask{display: none !important;}
	.iprode_top .iprode_img,.inpro_img{width: 100%;}
	.jqzoom{float: none;width: 100%;}
	#preview img{width: 100%;}
	.ipro_jj{width: 100%;margin-top: 20px;}
	.ipro_jj a{margin-top: 25px;}
	.section{padding: 0;}
	.ipro_ccn{padding-top: 120px;}
	.ipro_ccn .reltbox{font-size: 18px;margin-top: 30px;}
	.ipro_ccn .ilycon{padding: 20px 0;}
	#nav a{font-size: 16px;}
	
	.ipro_tabfix{height: auto !important;
    line-height: 50px !important;}
	.hsolo_con dl dd h4{font-weight:normal;font-size:14px;}
	.hfootbox{background-image:none;}
	.hfoot_bot a{float:none;}
	.yzhbaner .hd{bottom:10px;}
	
}

@media screen and (max-width:640px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
	}
	.paddt30 {
		padding-top: 15px;
	}
	.paddt3b2 {
		padding: 15px 0 10px;
	}
	.yzhbaner,
	.yzhbaner .bd,
	.yzhbaner .bd li img {
		width:100% !important;
		height: 126px;
	}
	
	.hsolo_con dl {
		width: 96%;
	}
	.hsolo_con dl dd p {
		display: block;
		height: 46px;
		margin: 2px 0 10px;
		line-height:1.6;
	}
	.hsolo_con dl dd {
		padding: 5px;
	}
	.hsolo_con dl dd span {
		display: none;
	}
	.hoso_btn,
	.hoso_btn a {
		display: none;
	}
	.hsolo_box .hd {
		bottom: 15px;
	}
	.hsolo_con {
		margin-bottom: 30px !important;
	}
	.hpro_cate li {
		height: 36px;
		line-height: 36px;
		font-size: 15px;
		width:23%;
		
	}
	.hpro_con .hpro_img {
		height: 124px;
	}
	.habmore a {
		display: none;
	}
	.habmore a:first-child {
		display: block;
	}
	.haboutbox .hab_con ul {
		
	}
	.haboutbox .hab_con ul li{width:48%;margin:1%;border-right:none;}
	.haboutbox .hab_con p {
		color: #666;
		height: 130px;
	}
	.haboutbox .hab_con ul li p{height:auto;}
	.hcatebox li {
		width: 31.3%;
		margin: 1%;
		display: inline;
		float: left;
		box-sizing: border-box;
	}
	.hcatecon li {
		width: 350px;
	}
	.hcatecon li .hcasc_img {
		height: 260px;
	}
	.hnew_sp {
		display: none;
	}
	.hnewbox .list dl dd .hnem_btn {
		display: none;
	}
	.hnewbox .list dl dd span {
		margin: 0;
	}
	.hfootbox {
		display: none;
	}
	.hfoot_bot {
		margin-bottom: 54px;
	}
	.hfoot_bot a {
		float: none;
	}
	.m_botf {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		height: 55px;
		background: #098b97;
		border-top: 1px solid #098b97;
		z-index: 9999;
		display: block;
		max-width: 660px;
		margin: auto;
	}
	.m_botf li {
		float: left;
		width: 25%;
		box-sizing: border-box;
		border-left: 1px solid #fff;
	}
	.m_botf li:first-child {
		border-left: 0;
	}
	.m_botf li a {
		display: block;
		height: 45px;
		color: #fff;
		padding-top: 9px;
		text-align: center;
	}
	.m_botf li a img {
		margin: 0 auto;
		width: 20px;
		height: 19px;
	}
	.m_botf li a span {
		display: block;
		height: 20px;
		line-height: 20px;
	}
	.hlogo {
		width: 39%;
	}
	#navbox {
		width: 61%;
	}
	.headbox{border-top: 1px solid #098b97;}
	.hlogo img {
		padding-top: 4px;
	}
	.ibanner {
		height: 50px;
	}
	.ban_ly{height:32px;line-height:32px;}
	.ibread h4 {
		font-size: 18px;
	}
	.ihonbox a {
		height: 136px;
	}
	.ihonbox a p {
		padding: 35px 0;
	}
	.rebox-contents {
		top: 48%;
	}
	.rebox-close {
		top: 35px;
	}
	.iproli_con .hpro_con .hpro_img {
		height: 124px;
	}

	.iproli_con .hpro_con dl{height:171px;}
	.inewpic_con .list dl dt {
		width: 100%;
		height: auto;
	}
	.inewpic_con .list dl dd {
		width: 100%;
	}
	.icase_con li .icas_img {
		height: 132px;
	}
	.icase_con li p {
		display: none;
	}
	.icase_con li h3 {
		font-size: 15px;
		font-weight: normal;
		height: 36px;
		line-height: 36px;
	}
	.ide_tit h2 {
		font-size: 18px;
	}
	.ide_tit p span {
		padding-right: 10px;
	}
		#nav a{margin-bottom: 5px;}
	.ipro_ccn .reltbox{font-size: 16px;}
	.hpro_con dl{height:164px;}
	.hpro_con .hpro_info h3{font-size:15px;}
	.list dl dt{height:90px;}
	.list .hnel_li .hnli_tit{width:68%;}
	.list .hnel_li .hnew_time{width:auto;font-size:12px;}
	.img_left .hnewl_tit{padding-top:10px;}
	#nav li{
		display: inline;
    margin-bottom: 0;
    float: left;
    margin: auto;
    width: 20%;
	}
	.ipro_tabfix a{padding:0 !important;}
	.hsolo_con dl dt{float:none;width:100%;height:235px;}
	.hsolo_con dl dd{width:100%;}
	.hsolo_con dl{height:auto;margin-bottom:10px;}
	.hsolo_box .htitle em{display: inline-block;padding:0 3px;}
	.htitle h2{margin-bottom:3px;}
	.hsolo_con dl dt img,.img_left .hnel_img img{padding:0;}
	.img_left .hnew_info{background:#f1f1f1;}
	.img_left .hnew_time .hnli_date{float:none;}
	.img_left .hnewl_tit a {color: #098b97;}
.img_left p{color: #909090;}



}

@media screen and (max-width:360px) {
	.hcatecon li {
		width: 335px;
	}
}

@media screen and (max-width:350px) {
	.hcatecon li {
		width: 325px;
	}
}

@media screen and (max-width:340px) {
	.hcatecon li {
		width: 315px;
	}
}

@media screen and (max-width:330px) {
	.hcatecon li {
		width: 305px;
	}
	.yzhbaner .bd li img,.yzhbaner .bd {
    transform: translateX(-43%);
}
}

@media screen and (max-width:320px) {
	.hcatecon li {
		width: 295px;
	}
}

@media screen and (max-width:310px) {
	.hcatecon li {
		width: 285px;
	}
}