.phone-show{display: none !important;}
.pc-show{display: block !important;}
header {
	width: 100%;
	height: 111px;
	position: fixed;
	top: 28px;
	left: 0;
	z-index: 100;
}
header .header_logo {
	display: block;
	width: 400px;
	height: 70px;
	line-height: 70px;
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: -742px;
	transition: all 0.5s;
}
header .header_logo img {
	display: block;
	width: 100%;
}
.header_menu {
	height: 45px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -362px;
	transition: all 0.5s;
}
.header_menu ul {
	width: 100%;
	height: 45px;
}
.header_menu ul li {
	list-style: none;
	float: left;
	width: auto;
	height: 40px;
	display: block;
    padding: 0 3px;
    margin: 0 0 0 2px;
    line-height: 40px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #00a4a5;
    letter-spacing: 0.1rem;
    position: relative;
    text-align: center;
    letter-spacing: 0;
	
}
.header_menu ul li h4 {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	padding: 0 5px;
    /*height: 40px;
    line-height: 40px;*/
}
.header_menu ul li h4 a {
	color: #333333;
}
.header_menu ul li:hover{text-decoration: none;background: #00a4a5;}
.header_menu ul li:hover h4 a {
	color: #fff;
	text-decoration: none;
}
.header_menu ul li.menuNow h4 a {
	color: #00a4a5;
}
.header_menu ul li:last-of-type {
	margin: 0;
}
.header_menu ul li .header-two {
	width: 150px;
	overflow: hidden;
	background-image: url(../img/menuBg.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: 43px;
	left: 50%;
	margin-left: -70px;
	padding: 30px 11px 14px;
	display: none;
	text-align: center;
}
.header_menu ul li .header-two p {
	width: 100%;
	overflow: hidden;
	line-height: 31px;
	font-size: 14px;
	position: relative;
	border-bottom: 1px dashed #cccccc;
}
.header_menu ul li .header-two p a {
	color: #ffffff;
}
.header_menu ul li .header-two p:hover a {
	font-weight: bold;
}
header .header_right {
	display: block;
	width: 115px;
	height: 45px;
	line-height: 45px;
	position: absolute;
	right: 90px;
	top: 27px;
	transition: all 0.5s;
}
header .header_right .header-en {
	width: 72px;
	height: 45px;
	overflow: hidden;
	float: left;
}
header .header_right .header-en a {
	display: block;
	width: 22px;
	height: 26px;
	float: left;
	font-size: 14px;
	line-height: 26px;
	font-family: arial;
	color: #bebebe;
	margin: 10px 7px;
	position: relative;
	overflow: hidden;
}
header .header_right .header-en a.active {
	font-weight: bold;
	color: #00a4a5;
}
header .header_right .header-en a.active:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #00a4a5;
	position: absolute;
	left: 0;
	bottom: 0;
}
header .header_right .header_search {
	float: right;
	margin-left: 25px;
	position: relative;
}
header .header_right .header_search span {
	font-size: 18px;
	color: #bebebe;
	cursor: pointer;
}
header .header_right .header_search input {
	display: block;
	width: 240px;
	height: 44px;
	overflow: hidden;
	position: absolute;
	display: none;
}
header .header_menuIcon {
	width: 100px;
	height: 44px;
	line-height: 44px;
	float: right;
	font-size: 24px;
	color: #00a4a5;
	margin: 15px 15px 15px 0;
}
header .header_menuIcon span {
	display: block;
	width: 48px;
	height: 44px;
	line-height: 42px;
	float: left;
}
header .header_menuIcon .header_menuImg {
	width: 33px;
	height: 44px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
header .header_menuIcon .header_menuImg img {
	position: absolute;
	top: 50%;
	margin-top: -7.5px;
}
header .header_menuIcon .header_menuImg img:nth-of-type(2) {
	display: none;
}
.header_click .header_menuIcon {
	color: #004098 !important;
}
.header_click .header_menuIcon .header_menuImg img:nth-of-type(1) {
	display: block;
}
.header_click .header_menuIcon .header_menuImg img:nth-of-type(2) {
	display: none;
}
@media only screen and (max-width: 1299px) {
	header {
		background-image: url(../img/headBg2.png);
		background-position: 0px 0px;
		background-repeat: no-repeat;
		transition: all 0.5s;
	}
	header.header_roll,header.header_click,header.header-search {
		height: 85px;
		top: 0px;
		background-color: #ffffff;
		box-shadow: 2.8px 2.8px 3px rgba(6,0,1,0.13);
	}
	header .header_logo {
	    width: 330px;
	    left: 0;
	    top: 28px;
	    margin-left: 8px;
	}
	header .header_right {
		right: 175px;
	}
	header .header_menuIcon {
		display: block;
		position: relative;
		z-index: 110;
		margin: 30px 35px 15px 0;
	}
	header.header_roll .header_logo,header.header_click .header_logo,header.header-search .header_logo {
	    top: 18px;
	}
	header.header_roll .header_right,header.header_click .header_right,header.header-search .header_right {
	    top: 18px;
	}
	header.header_roll .header_menuIcon,header.header_click .header_menuIcon,header.header-search .header_menuIcon {
	    margin: 18px 35px 15px 0;
	}
	header .header_menu {
		width: 100%;
		height: calc(100% - 85px);
		height: -moz-calc(100% - 85px);
		height: -webkit-calc(100% - 85px);
		overflow: hidden;
		background-color: #f0f0f0;
		position: fixed;
		top: 85px;
		left: -100%;
		margin: 0;
		padding: 35px 100px 0;
		z-index: 100;
		transition: all 1s;
	}
	header.header_click .header_menu  {
		left: 0;
	}
	header .header_menu ul {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	header .header_menu ul li {
		float: none;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: justify;
	}
	header .header_menu ul li h4 {
	    font-size: 28px;
	    line-height: 50px;
		text-align: justify;
		position: relative;
	}
	header .header_menu ul li h4:after {
		content: '';
		width: 30px;
		height: 30px;
		overflow: hidden;
		position: absolute;
		top: 10px;
		right: 0px;
		background-image: url(../img/mr1.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 10px;
		transition: all 0.5s;
	}
	header .header_menu ul li:nth-of-type(1) h4:after,.header_menu ul li:nth-of-type(8) h4:after {
		display: none;
	}
	header .header_menu ul li.active h4:after {
		transform: rotate(90deg);
		background-image: url(../img/mr2.png);
	}
	header .header_menu ul li .header-two {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding: 10px 25px;
		background: transparent;
		text-align: left;
	}
	header .header_menu ul li .header-two p {
	    line-height: 41px;
	    font-size: 24px;
	   	border: none;
	}
	header .header_menu ul li .header-two p a {
		color: #333333;
	}
	header .search-sm {
		width: 100%;
		height: calc(100% - 85px);
		height: -moz-calc(100% - 85px);
		height: -webkit-calc(100% - 85px);
		overflow: hidden;
    	background-color: #f0f0f0;
    	position: fixed;
    	top: 85px;
    	left: 0;
    	z-index: 200;
    	display: none;
	}
	header .search-sm .container {
		height: 100%;
	}
	header .search-sm .search-input {
		width: 100%;
		height: 62px;
		position: relative;
		top: 50%;
		margin: -31px 0 0;
	}
	header .search-sm .search-input input {
		border: none;
		width: calc(100% - 55px);
		width: -moz-calc(100% - 55px);
		width: -webkit-calc(100% - 55px);
		height: 60px;
		font-size: 18px;
		background-color: transparent;
		border-bottom: 2px solid #004098;
	}
	header .search-sm .search-input span {
		font-size: 28px;
		color: #004098;
		position: absolute;
		right: 10px;
		top: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.pc-show{display: none !important;}
	.phone-show{display: block !important;}
	header .header_right {
		width: 150px;
	    right: 160px;
	    top: 30px;
	}
	header .header_right .header-en {
		width: 120px;
	}
	header .header_right .header-en a {
		color: #666666;
		font-size: 24px;
		width: 45px;
		line-height: 44px;
    	height: 46px;
    	margin: 0px 15px 0 0;
    	text-align: center;
	}
	header .header_right .header_search {
		height: 44px;
		margin: 0 0 10px;
	}
	header .header_right .header_search span {
	    color: #666666 !important;
	    line-height: 44px;
	    font-size: 28px;
	}
}
@media only screen and (max-width: 767px) {
	header {
		height: 65px;
		top:0;
		background: rgba(255,255,255,.95);
		/*background-image: url(../img/headBg3.png);*/
	}
	header.header_roll,header.header_click,header.header-search  {
	    height: 60px;
	    top: 0px;
	    background-color: #ffffff;
	}
	header .header_logo {
		width: 260px;
		height: 26px;
	    top: 15px;
	    margin-left:8px;
	}
	header.header_roll .header_logo, header.header_click .header_logo ,header.header-search .header_logo {
	    top: 15px;
	}
	header .header_right {
		width: 90px;
	    height: auto;
	    line-height: 34px;
	    margin: 0;
	    right: 30px;
	    top: 15px;
	}
	header.header_roll .header_right, header.header_click .header_right,header.header-search .header_right {
		top: 15px;
	}
	header .header_right .header-en {
		width: 70px;
		height: 30px;
	}
	header .header_right .header_search {
		height: 34px;
	}
	header .header_right .header_search span {
	    line-height: 30px;
	    font-size: 18px;
	}
	header .header_right .header-en a {
	    font-size: 14px;
	    width: 25px;
	    line-height: 28px;
	    height: 30px;
	    margin: 0px 10px 0 0
	}
	header .header_menuIcon {
		width: 30px;
	    margin: 8px 15px 8px 0;
	    font-size: 16px;
	}
	header.header_roll .header_menuIcon, header.header_click .header_menuIcon,header.header-search .header_menuIcon {
	    margin: 8px 15px 8px 0;
	}
	header .header_menuIcon .header_menuImg {
		width: 22px;
		margin-left: 5px;
	}
	header .header_menuIcon .header_menuImg img {
		width: 22px;
		margin-top: -5px;
	}
	header .header_menuIcon span {
	    display: block;
	    width: 32px;
	    height: 44px;
	    line-height: 42px;
	    float: left;
	}
	header .header_menu {
		height: calc(100% - 60px);
    	height: -moz-calc(100% - 60px);
    	height: -webkit-calc(100% - 60px);
		padding: 30px 30px 0;
		top: 60px;
	}
	header .header_menu ul li h4 {
	    font-size: 24px;
	    line-height: 45px;
	}
	header .header_menu ul li h4:after {
	    width: 15px;
	    height: 15px;
	    top: 15px;
	    background-size: 5px;
	}
	header .header_menu ul li .header-two {
	    padding: 0px 15px;
	}
	header .header_menu ul li .header-two p {
	    line-height: 30px;
	    font-size: 16px;
	}
	header .search-sm {
		height: calc(100% - 60px);
		height: -moz-calc(100% - 60px);
		height: -webkit-calc(100% - 60px);
    	top: 60px;
	}
	header .search-sm .search-input {
		height: 52px;
		margin: -76px 0 0;
	}
	header .search-sm .search-input input {
		width: calc(100% - 45px);
		width: -moz-calc(100% - 45px);
		width: -webkit-calc(100% - 45px);
		height: 50px;
		font-size: 16px;
	}
	header .search-sm .search-input span {
		font-size: 24px;
		top: 11px;
	}
}
@media only screen and (min-width: 1300px) {
	header {
		background-image: url(../img/headBg2.png);
		background-position: 0px 0px;
		background-repeat: no-repeat;
		transition: all 0.5s;
	}
	header .header_logo {
		left: 0px;
		margin-left: 8px;
		width: 350px;
		top:20px;
	}
	header .header_right {
	    right: 30px;
	}
	header .header_menu {
	    width: 730px;
	    top:35px;
    	margin-left: -220px;
	}
	header .header_menu ul li {
		margin-right: 10px;
	}
	header .header_menu ul li h4{
		font-size: 14px;
	}
	.menu_en{width: 1000px !important;margin-left: -250px !important;}
	header .header_menuIcon {
		display: none;
	}
	header.header_roll {
		height: 85px;
		top: 0px;
		background-color: #ffffff;
		box-shadow: 2.8px 2.8px 3px rgba(6,0,1,0.13);
	}
	header.header_roll .header_logo {
	    top: 18px;
	}
	header.header_roll .header_menu {
	    top: 20px;
	}
	header.header_roll .header_right {
		top: 17px;
	}
	header .header_right .header_search {
		width: 30px;
    	margin-left: 13px;
    	height: 45px;
	}
	header .header_right .header_search span {
		display: block;
		width: 30px;
		text-align: right;
		line-height: 43px;
	}
	header .header_right .header_search input {
		background-color: #ffffff;
		padding: 0 10px;
		left: -240px;
		z-index: 10;
		border: 2px solid #acacac;
		border-radius: 5px;
	}
	header .header_right .header_search:hover input {
		display: block;
	}
	header .search-sm {
		display: none;
	}
}
@media only screen and (min-width: 1450px) {
	header {
		background-image: url(../img/headBg1.png);
		background-position: 0px 0px;
	}
	header .header_logo {
		left: 0px;
		margin-left: 8px;
		width: 375px;
	}
	header .header_menu {
	    width: 800px;
    	margin-left: -250px;
	}
	header .header_menu ul li {
		/*margin-right: 30px;*/
	}
	.menu_en{width: 1000px !important;margin-left: -320px !important;}
	.menu_en ul li{
		margin-right: 20px !important;
	}
	header .header_right {
	    right: 90px;
	}
	.head_en{right:0 !important;}
}
@media only screen and (min-width: 1600px) {
	header {
		background-image: url(../img/headBg.png);
		background-position: 50% 0px;
	}
	header .header_logo {
		left: 50%;
		margin-left: -842px;
	}
	header .header_menu {
	    width: 970px;
    	margin-left: -300px;
    	margin-top: -8px;
    	top:42px;
	}
	.menu_en{width: 1200px !important;}
	header .header_menu ul li {
	    margin-right: 10px;
	   
	}
	header .header_menu ul li h4{font-size: 16px;padding: 0 15px;font-weight: normal;letter-spacing:0;}
	.menu_en ul li{
		margin-right: 10px !important;
	}
	.menu_en ul li h4{font-size: 16px !important;}
	
}



.w-header, .w-admin-header, .body-login .w-admin-header{
	background: #fff;
	box-shadow:1px 1px 2px #999;
}
.mainPart{
	background: #fff;
	width: 100%;
	height: auto;
}
	.mainContent{
		width: auto;
		max-width: 1200px;
		margin:30px auto;
		overflow-x: hidden;
		overflow-y: auto;
	}
	
.mainContent h3{
	font-weight: 400;
	color: #333;
	text-align: center;
}
.mainContent h4{
	text-align: center;
	font-weight: 400;
	color: #999;
	font-size: 16px;
	margin-bottom: 40px;
}
/*产品左侧菜单*/
.in-nav {
	height: auto;
	float: left;
	width: 18%;
	padding-bottom: 30px;
}
.in-nav dl {
	width: 179px;
	height: auto;
	overflow: hidden;
	box-shadow: 0px 0px 6px 3px #eee;
	margin-left: 10px;
}
.in-nav dt {
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	border-bottom: #ddd 1px solid;
}
.in-nav dd {
	border-bottom: #ddd 1px solid;
	line-height: 40px;
	text-align: center;
}
.in-nav dd a {
	text-align: center;
	font-size: 14px;
}
.in-nav dd:hover, .in-nav dd.active, .in-nav dt.active {
	background: #00A4A5;
	color: #fff;
}
.in-nav dd:hover a, .in-nav dd.active a {
	color: #fff;
}

.product-right{
	float: left;
	width: 80%;
	max-width: 1000px;
	height: auto;
}

.bread-top{
	border-left: 2px #FF8F20 solid;
	height: 30px;
	width: 950px;
	padding-left: 5px;
	line-height: 30px;
	background: #F5F5F5;
}
.productList{
	width: 950px;
	height: auto;
	float: left;
	margin: 30px 0 20px 0;
}

/*产品*/
.in-prolist {
	padding: 10px 0 37px 35px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.in-prolist table {
	width: 100%!important;
	border: 1px #ccc solid!important;
	padding: 0!important;
}

.prlistbox {
	float: left;
	width: 29.5%;
	border: 1px solid #ddd;
	padding: 6px;
	height: auto;
	overflow: hidden;
	margin-right: 17px;
	margin-bottom: 20px;
	text-align: center;
}
.prlistbox:nth-child(3n+0) {
	margin-right: 0;
}
.prlistbox .prlistimg {
	max-width: 100%;
	max-height: auto;
	transition: all 300ms ease 0s;
}
.prlistbox .prlistimg img {
	width: 100%!important;
	height: auto!important;
}
.prlistbox:hover {
	border-color: #00a4a5;
}
.prlistbox:hover a {
	color: #00a4a5;
}
.prlistbox .prlistname {
	width: 100%;
	line-height: 28px;
	text-align: center;
top:;
	left: 0px;
	color: #111;
	font-size: 14px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prlistbox:hover .prlistname {
	color: #00a4a5;
}
.prolist-pic {
	text-align: left;
	float: left;
}
.prolist-pic img {
	width: 450px;
	height: auto;
	margin: 0 auto;
	border: #f1f1f1 1px solid;

}
.in-prolist-info {
	clear: both;
	padding: 10px;
	text-align: justify;
}
.in-prolist-info table {
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right-width: 0!important;
	border-bottom-width: 0!important;
	width: 100%!important;
	background: #fff!important;
	jerry: expression(cellSpacing="0");
	border-collapse: separate;
	border-spacing: 0px;
}
.in-prolist-info table td, .in-prolist-info table th {
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-left-width: 0!important;
	border-top-width: 0!important;
	padding: 5px 3px 5px 3px;
	background: #fff!important;
}

.sample-item{
	float: left;
	margin-left: 20px;
	width: 50%;
	height: auto;
}

 @media (max-width:960px) {
 	
.in-prolist-info {
	width: auto;
	margin-right: 10px;
	padding: 10px 0;
	padding-right: 5px;
}
.in-prolist-info table{
	border:#ccc 1px solid;
	border-width:1px 0 1px 1px ;
	width:99.5%!important;
 }
.in-prolist-info td,.in-prolist-info th{
	border:#ccc 1px solid; 
	border-width:1px 1px 0 0;
	padding:0;
	word-wrap:break-word; 
	word-break:break-all;
	width:auto!important;
	text-align:center!important;
}
.in-prolist-info img{
	width: 95%;
}


 	.productList{
	width: 100%;
	overflow-x: auto;
}
.in-prolist {
	padding: 5px!important;
}
.prlistbox {
	float: left;
	width: 47%;
	border: 1px solid #ccc;
	padding: 10px 0;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
}
.prlistbox:nth-child(odd) {
	margin: 0 10px 0 3px;
}
.prlistbox:nth-child(even) {
	margin-right: 0;
}
.prlistbox .prlistimg {
	width: 100%;
	max-width: 100%;
	max-height: auto;
	transition: all 300ms ease 0s;
}
.prlistbox .prlistimg img {
	width: 100%!important;
	height: auto!important;
}
.prlistbox .prlistname {
	width: 100%;
}
.prolist-pic img {
	width: 95%;
	max-width: 95%;
	margin: 0 auto;
}
.in-con .w1200 {
	width: 90%!important;
	margin: 0 auto;
}
.in-con .w1200 p img {
	width: 100%;
	max-width: 100%;
}
.about-info {
	margin-bottom: 30px;
	overflow: hidden;
}
.honor-list ul li, .in-prolist1 ul li {
	width: 43%!important;
	margin: 0 10px 15px 0!important;
}
.sample-item{
	margin-left: 5px;
	width: 95%;
	margin-top: 15px;
}

.bread-top{
	height: auto;
	width: 98%;
}
}




.page{
	text-align: center;
	padding-top: 15px;
	line-height: 23px;
	margin: 10px auto 20px;
	clear: both;
	overflow: hidden;
	color: #999;
}
.page a {
	color: #000;
}
.page a:hover, .page b {
	color: #00A4A5;
}
.page-next {
	margin-top: 30px;
	border-top: #ddd 1px solid;
}
.page-next2 {
	margin-top: 10px;
}

/*荣誉资质*/
.honor-list {
	margin-left: 39px;
}
.honor-list li {
	width: 257px!important;
	float: left;
	padding: 2px;
	margin: 0 15px 20px;
	text-align: center;
	height: auto;
	overflow: hidden;
	list-style: none;
}
.honor-list li img {
	width: 250px!important;
	height: auto;
	display: block;
}
.honor-list li .pro-t {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: none;
} /*  列表标题隐藏 */
.fancybox-opened .fancybox-title {
	display: none;
}/* 点击放大后的隐藏 */


/*新闻*/
.news-list li {
	line-height: 45px;
	height: 45px;
	width: 96%;
	display: block;
	border-bottom: #ccc 1px dotted;
	font-size: 16px;
}
.news-list li a {
	display: block;
	float: left;
	font-size: 16px;
	width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-list li span {
	display: block;
	float: right;
	text-align: right;
	font-size: 12px;
	color: #999;
	width: 15%;
}
.news-list h2 {
	font-size: 25px;
	height: auto;
	min-height: 30px;
	text-align: center;
	margin: 20px 35px 0;
	overflow: hidden;
}
.news-list .info {
	background: #f5f5f5;
	font-size: 14px;
	padding: 5px;
	color: #999;
	text-align: center;
	margin: 15px 20px;
}
.news-list .info_conbox {
	font-size: 15px;
	line-height: 27px;
	padding: 10px 20px 20px;
}
.news-list .info_conbox div:nth-child(1) {
	margin-bottom: 20px;
	border-bottom: #f1f1f1 1px solid;
}

.centerContent input{
	height: 30px;
	padding-left: 5px;
	border: 1px #ccc solid !important;
}
.centerContent textarea{
	border: 1px #ccc solid !important;
}

@media (max-width:1000px){
	.product-right{
		width: 100%;
		margin: auto 10px;
		}
	.page{
	text-align: left;
}
/*产品左侧菜单*/
.in-nav {
	height: auto;
	float: left;
	width: auto;
}
.in-nav dl {
	width:auto;
	height: auto;
	overflow: auto;
	box-shadow:none;
	margin-left: 10px;
}
.in-nav dt {
display: none;
}
.in-nav dd {
	border: 1px solid #ccc;
	float: left;
	line-height: 40px;
	text-align: center;
	margin:5px;
	padding-left:8px;
	padding-right:8px;
}
.mainContent h4{

	margin-bottom: 20px;
}

}

/*联系我们*/
.map-iframe{
	float: left; margin-right: 20px; width: 45%;
}

.address-part{
 float: left; width: 50%;
}
.liuyan{
	clear: both; width: 100%; float: left;  line-height:35px; height:35px; margin:30px 0 5px; background:#eaeaea; text-indent:5px;
}

@media (max-width:960px){
.map-iframe{
 margin-right: 0; width: 100%;
}
.address-part{
 width: 100%;
}
.liuyan{
	display: none;
}
.liuyan-table{
	display: none;
}
}