@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, tr, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ul, ul li, input, dl, dd {
	padding:0;
	margin:0;
	list-style-type:none;
}
img, a img {
	border:0;
	margin:0;
	padding:0;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
a {
	text-decoration:none;
	color:#444;
	-moz-transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
/* HTY Common Atom*/
.clear {
	background:none;
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clear-fix:after {
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.c_b {
	clear:both;
}
textarea {
	resize:none;
	overflow:auto;
}
/*■■■■■■■■　基本设定　■■■■■■■■*/
body {
	font-family:"微软雅黑";
	font-size:13px;
	color:#535353;
	overflow-x:hidden;
	margin:0 auto;
}
.theme_color {
	background:#00706b;
}
/*-----------------  ■ common -------------------*/
.main {
	width:1120px;
	margin:0 auto;
	position:relative;
}
/*-----------------  ■ header -------------------*/
.header {
	width:100%;
	height:72px;
	background-color:#fff;
}
.header .main {
	width:1004px;
	margin:0 auto;
}
.header .logo {
	float:left;
}
.header .tel {
	float:right;
	background-image:url(../images/index_icon03.png);
	background-position:0 center;
	background-repeat:no-repeat;
	height:72px;
	line-height:72px;
	padding-left:22px;
	font-size:14px;
	color:#aaa;
	margin-left:60px;
}
.header .tel div {
	float:left;
}
.header .tel div.num {
	font-size:26px;
	color:#ff7304;
	padding-left:10px;
	line-height: 30px;
	padding-top:8px;
}
.header .share_b {
	float:right;
	margin-top:17px;
}
/*********nav*********/
.g_nav {
	height:40px;
	width:100%;
	position:relative;
	background-color:#00706a;
}
.g_nav01 {
	width:1004px;
	margin:0 auto;
}
.g_nav01 ul li {
	text-align:center;
	height:40px;
	position:relative;
	width:111px;
	float:left;
}
.g_nav01 a {
	display:block;
	color:#fff;
	font-size:16px;
	position:relative;
	height:40px;
	line-height:40px;
	text-align:center;
}
.g_nav01 ul li.now, .g_nav01 ul li:hover {
	background-color:#005955;
}
.g_nav01 a.now div {
	width:65px;
	height:3px;
	background-color:#fff;
	position:absolute;
	top:25px;
}
.g_nav01 a span {
	font-size:13px;
	color:#baa58c;
}
.g_nav01 ul li .nav_tan {
	display:none;
	width:150%;
	position:absolute;
	left:-20px;
	top:40px;
	padding:5px 0 10px 0;
	background-color:#00706b;
	opacity:0.95;
	z-index:100;
}
.g_nav01 ul li:hover .nav_tan {
	display:block;
}
.g_nav01 ul li .nav_tan a {
	width:90%;
	margin:0 auto;
	line-height:30px;
	height:30px;
	font-size:13px;
}
/*********footer*********/
.footer {
	width:100%;
	clear:both;
	background-color:#535456;
}
.footer .t_linkb {
	height:296px;
	width:1044px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
.footer .t_linkb .cola {
	float:left;
	width:209px;
	border-right:1px solid #666;
	height:100%;
	padding-left:20px;
}
.footer .t_linkb .cola .linka {
	font-size:16px;
	color:#fff;
	line-height:16px;
	float:left;
	clear:both;
	margin-top:35px;
	padding-bottom:5px;
}
.footer .t_linkb .cola .linkb {
	font-size:13px;
	line-height:12px;
	color:#999;
	margin-top:15px;
	float:left;
	clear:both;
}
.footer a:hover {
	opacity:0.6;
}
.footer .t_linkb .colb {
	float:left;
	width:295px;
	padding-left:20px;
	height:100%;
}
.footer .t_linkb .colb .title {
	font-size:16px;
	color:#fff;
	line-height:16px;
	float:left;
	clear:both;
	margin-top:35px;
	padding-bottom:5px;
}
.footer .t_linkb .colb .msg_b {
	clear:both;
	font-size:13px;
	color:#999;
	line-height:24px;
	padding-top:10px;
}
.footer .t_linkb .code_img {
	clear:both;
	padding-top:10px;
}
.footer .t_linkb .code_img img {
	display:block;
}
.footer .t_linkb .code_img div {
	font-size:13px;
	line-height:12px;
	color:#999;
	padding-top:10px;
}
.footer .t_linkb .share_b {
	clear:both;
	padding-top:20px;
}
.footer .t_linkb .share_b .icon {
	width:25px;
	height:20px;
	background-image:url(../images/share_icon.png);
	float:left;
	margin-top:3px;
	margin-right:25px;
}
.fri_link {
	height:30px;
	line-height:30px;
	color:#fff;
	margin-top:10px;
	padding:0px 20px;
}
.fri_link a {
	color:#fff;
	margin-right:15px;
}
.footer .manager_info {
	line-height:57px;
	text-align:center;
	color:#999;
}
.footer .manager_info a {
	color:#999;
}
.footer .manager_info span+span {
	padding-left:20px;
}
.footer .map_link {
	background-image:url(../images/index_icon07.png);
	background-repeat:no-repeat;
	padding-left:25px;
}
.wl {
	width:1004px;
	margin:0 auto;
	position:relative;
}
.pl_20 {
	padding-left:20px;
}
/*首页产品中心*/
.pro_bg {
	width:100%;
	margin:0 auto;
	height:171px;
	background-size:cover;
}
.pro_b {
	width:1004px;
	height:100%;
	margin:0 auto;
	background-image:url(../images/index_bg02.png);
	background-repeat:no-repeat;
	background-position:center;
}
.pro_b .title_b {
	text-align:center;
	float:left;
	width:115px;
}
.pro_b .title_b .zh {
	font-size:28px;
	line-height:28px;
	color:#999;
	padding-top:48px;
}
.pro_b .title_b .zh span {
	color:#00706b;
}
.pro_b .title_b .en {
	font-size:18px;
	line-height:18px;
	color:#ccc;
	padding-top:20px;
}
.pro_b ul {
	float:left;
	padding-top:30px;
	padding-left:125px;
}
.pro_b li {
	float:left;
	width:110px;
	height:112px;
	border-radius:100%;
	overflow:hidden;
}
.pro_b li+li {
	margin-left:20px;
}
.pro_b li a {
	display:block;
	width:100%;
	height:100%;
}
.pro_b li a div {
	font-size:16px;
	line-height:12px;
	color:#999;
	padding-top:70px;
	text-align:center;

}
.pro_imgsbg {
	width:100%;
	height:495px;
	background-color:#f5f5f5;
	clear:both;
}
.pro_imgsbg .itema {
	width:491px;
	height:435px;
	padding-top:20px;
	float:left;
	/*border-left:1px solid #00706b;*/
	margin-top:20px;
	background-color:#fff;
}
.pro_imgsbg .itema .img_b {
	width:452px;
	height:339px;
	background-repeat:no-repeat;
	background-position:center;
	margin:0 auto;
	background-size:auto 100%;
}
.pro_imgsbg .itema .title {
	font-size:20px;
	line-height:20px;
	color:#666;
	text-align:center;
	padding-top:15px;
}
.pro_imgsbg .itema .intro {
	font-size:14px;
	line-height:14px;
	color:#999;
	text-align:center;
	padding-top:10px;
}
.pro_imgsbg .itema:hover .title {
	color:#ff7304;
}
.pro_imgsbg .r_b {
	float:left;
	width:512px;
}
.pro_imgsbg .itemb {
	width:235px;
	height:198px;
	padding-top:20px;
	float:left;
	margin-top:20px;
	margin-left:20px;
	background-color:#fff;
}
.pro_imgsbg .itemb .img_b {
	width:195px;
	height:146px;
	background-repeat:no-repeat;
	background-position:center;
	margin:0 auto;
	background-size:auto 100%;
}
.pro_imgsbg .itemb .title {
	font-size:14px;
	line-height:14px;
	color:#666;
	text-align:center;
	padding-top:15px;
}
.pro_imgsbg .itemb:hover .title {
	color:#ff7304;
}
/*行业资讯*/
.newsb_b {
	width:100%;
	margin:0 auto;
	height:450px;
	background-color:#fff;
}
.newsb_b .title_b {
	width:1004px;
	height:107px;
	margin:0 auto;
	margin-top:24px;
	background-image:url(../images/index_bg01.png);
	background-repeat:no-repeat;
	background-position:center;
}
.newsb_b .title_b .zh {
	font-size:28px;
	line-height:28px;
	color:#999;
	padding-top:16px;
	text-align:center;
}
.newsb_b .title_b .zh span {
	color:#00706b;
}
.newsb_b .title_b .en {
	font-size:18px;
	line-height:18px;
	color:#ccc;
	padding-top:15px;
	text-align:center;
}
.newsb_b .l_b {
	float:left;
	width:492px;
}
.newsb_b .l_b .itema {
	float:left;
	width:236px;
	text-align:left;
}
.newsb_b .l_b .itema+.itema {
	margin-left:20px;
}
.newsb_b .l_b .itema .img_b {
	width:236px;
	height:177px;
	background-repeat:no-repeat;
	background-position:center;
	margin:0 auto;
	background-size:auto 100%;
}
.newsb_b .l_b .itema .title {
	font-size:16px;
	line-height:16px;
	color:#999;
	padding-top:15px;
}
.newsb_b .l_b .itema .intro {
	font-size:13px;
	line-height:22px;
	color:#999;
	padding-top:10px;
}
.newsb_b .l_b .itema:hover .title {
	color:#ff7304;
}
.newsb_b .r_b {
	float:left;
	width:492px;
	padding-left:20px;
}
.newsb_b .r_b .itemb {
	text-align:left;
	display:block;
	height:100px;
}
.newsb_b .r_b .itemb .time {
	width:68px;
	height:68px;
	border:1px solid #eee;
	float:left;
	font-family:arial;
	margin-top:15px;
}
.newsb_b .r_b .itemb .time .day {
	font-size:34px;
	line-height:34px;
	text-align:center;
	color:#00706b;
	padding-top:15px;
}
.newsb_b .r_b .itemb .time .year {
	font-size:13px;
	text-align:center;
	line-height:12px;
	color:#ccc;
	padding-top:8px;
}
.newsb_b .r_b .itemb .info_b {
	width:407px;
	padding-left:15px;
	height:100px;
	float:left;
}
.newsb_b .r_b .itemb .info_b .title {
	font-size:16px;
	line-height:16px;
	color:#757575;
	padding-top:18px;
}
.newsb_b .r_b .itemb .info_b .intro {
	font-size:13px;
	line-height:22px;
	color:#999;
	padding-top:10px;
}
.newsb_b .r_b .itemb:hover .time {
	background-color:#ff7304;
	border-color:#ff7304;
}
.newsb_b .r_b .itemb:hover .time .day, .newsb_b .r_b .itemb:hover .time .year {
	color:#fff;
}
.newsb_b .r_b .itemb:hover .info_b {
	background-color:#f5f5f5;
}
.newsb_b .r_b .itemb:hover .info_b .title {
	color:#ff7304;
}
/*首页关于我们*/
.iabout_bg {
	width:100%;
	height:576px;
	background-color:#f5f5f5;
	padding-top:24px;
}
.iabout_bg .title_b {
	width:1004px;
	height:107px;
	margin:0 auto;
	background-image:url(../images/index_bg01.png);
	background-repeat:no-repeat;
	background-position:center;
}
.iabout_bg .title_b .zh {
	font-size:28px;
	line-height:28px;
	color:#999;
	padding-top:16px;
	text-align:center;
}
.iabout_bg .title_b .zh span {
	color:#00706b;
}
.iabout_bg .title_b .en {
	font-size:18px;
	line-height:18px;
	color:#ccc;
	padding-top:15px;
	text-align:center;
}
.iabout_b .img_b {
	float:left;
	height:419px;
	width:318px;
	background-repeat:no-repeat;
	background-position:center;
}
.iabout_b .info_b {
	float:left;
	width:656px;
	padding-left:30px;
	text-align:left;
	padding-top:120px;
}
.iabout_b .info_b .title {
	font-size:28px;
	line-height:28px;
	color:#00706b;
}
.iabout_b .info_b .intro {
	font-size:13px;
	line-height:22px;
	color:#999;
	padding-top:25px;
}
.iabout_b .info_b .look_more {
	width:171px;
	height:36px;
	border:1px solid #00706b;
	display:block;
	font-size:14px;
	line-height:36px;
	text-align:center;
	color:#00706b;
	margin-top:25px;
}
/*首页联系我们*/
.icontact {
	width:100%;
	height:481px;
	background-color:#00706b;
}
.icontact .allmap {
	width:492px;
	height:300px;
	float:left;
}
.icontact .title_b {
	width:1004px;
	height:107px;
	margin:0 auto;
	background-image:url(../images/index_bg03.png);
	background-repeat:no-repeat;
	background-position:center;
}
.icontact .title_b .zh {
	font-size:28px;
	line-height:28px;
	color:#fff;
	padding-top:16px;
	text-align:center;
}
.icontact .title_b .zh span {
	color:#fff;
}
.map {
	float:left;
}
.icontact .title_b .en {
	font-size:18px;
	line-height:18px;
	color:#fff;
	padding-top:15px;
	text-align:center;
}
.icontact .rinfo_b {
	width:472px;
	float:left;
	padding-left:40px;
	padding-top:50px;
}
.icontact .rinfo_b .tel_b {
	height:70px;
	border-bottom:1px dashed #6adba9;
	background-image:url(../images/index_icon04.png);
	background-repeat:no-repeat;
	background-position:10px 0;
	line-height:39px;
	font-size:16px;
	color:#fff;
	padding-left:65px;
}
.icontact .rinfo_b .addr_b {
	height:76px;
	border-bottom:1px dashed #6adba9;
	background-image:url(../images/index_icon05.png);
	background-repeat:no-repeat;
	background-position:10px 18px;
	line-height:76px;
	font-size:16px;
	color:#fff;
	padding-left:65px;
}
.icontact .rinfo_b .email_b {
	height:71px;
	border-bottom:1px dashed #6adba9;
	background-image:url(../images/index_icon06.png);
	background-repeat:no-repeat;
	background-position:10px 21px;
	line-height:71px;
	font-size:16px;
	color:#fff;
	padding-left:65px;
}
/*联系我们+服务之星*/
.contact_b {
	float:left;
	width:260px;
}
.contact_b .tel_b .name {
	font-size:14px;
	line-height:14px;
	color:#999;
	padding-top:20px;
}
.contact_b .tel_b .num {
	font-size:30px;
	line-height:30px;
	color:#00beaf;
	padding-top:15px;
	font-family:arial;
}
.contact_b .allmap {
	width:258px;
	height:256px;
	border:1px solid #ddd;
	margin-top:12px;
}
/*分页样式*/
.pages {
	margin:0 auto;
	text-align:center;
	font-size:14px;
	padding:10px 0px 20px 0px;
}
.pages a:hover {
	color:#38302e;
}
.pages span {
	font-size:14px;
	padding:0px;
	margin:0px;
	display:inline-block;
	text-align:center;
	height:26px;
	line-height:26px;
	background:#FFF;
	border: 1px solid #d8d8d8;
	margin:0 3px;
	color: #707070;
	padding:0 8px;
}
.pages a {
	font-size:14px;
	padding:0px;
	margin:0px;
	display:inline-block;
	text-align:center;
	height:26px;
	line-height:26px;
	background:#FFF;
	border: 1px solid #d8d8d8;
	margin:0 3px;
	padding:0 8px;
	color: #707070;
}
.pages nolink {
	font-size:14px;
	padding:0px;
}
/*icontent*/
/*-----首页 banner-----*/
.slideBox {
	width:100%;
	height:400px;
	overflow:hidden;
	position:relative;
}
.slideBox .hd {
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:15px;
	width:100%;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
flo/at:left;
	text-align:center;
	width:100%;
}
.slideBox .hd ul li {
fl/oat:left;
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 6px;
	border-radius:6px;
	text-align:center;
	background:#737373;
	cursor:pointer;
	font-size:0;
}
.slideBox .hd ul li.on {
	background:#00706b;
	color:#fff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
	height:500px;
}
.slideBox .bd li a {
	display:block;
	height:400px;
}
.slideBox .bd img {
	width:1903px;
	height:400px;
	display:block;
}
.slideBox .prev, .slideBox .next {
	display:none;
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-30px;
	width:30px;
	height:60px;
}
.slideBox .next {
	left:auto;
	right:3%;
}
.slideBox .prev:hover, .slideBox .next:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .7;
}
.slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}
/*分页样式*/
.pglist {
	padding: 20px 0 20px;
	width: 100%;
	text-align: center;
}
.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
font-/weight: bold;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .page-num-current {
	display: inline-block;
	color: #fff;
	background: #00706b;
	border-color: #00706b;
}
/*gbook start*/
.form-group {
	width:90%;
 margin:0px auto .5rem auto;
}
label {
	display: inline-block;
 margin-bottom: .5rem;
	font-weight:bold;
}
.form-control {
	display: block;
 height: calc(1.5em + .75rem + 2px);
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
 border-radius: .25rem;
 transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.row {
	display: flex;
}
.btn {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
	border:none;
	height:35px;
	width:100px;
}
input {
	width:50%;
}
textarea {
	overflow: auto;
	resize: vertical;
	height: auto;
	width:100%;
}
/*gbook end*/
a.pg-color:hover {
	color:#000;
	font-weight:bold;
}
/* 内页右侧头部 */
.content_com_title {
	border-bottom:1px solid #ddd;
	position:relative;
	height:52px;
	margin:0 20px 15px 20px;
}
.content_com_title h2 {
	float:left;
	font-size:18px;
	line-height:18px;
	border-bottom:2px solid #00706b;
	padding-bottom:9px;
	padding-left:10px;
	color:#333;
	margin-top:24px;
	padding-right: 10px;
}
.bread {
	float:right;
	line-height:12px;
	color:#999;
	padding-top:30px;
}
.bread a {
	color:#999;
}
.bread a:hover {
	color:#1ec97f;
}
/*-------------------------------  ■ 内页---------------------------------*/
body {
	margin:0 auto;
	background-color:#f5f5f5;
}
.product02 {
	float:left;
	width:840px;
	margin-left:20px;
	background-color:#fff;
}
.product03 {
	width:1080px;
	box-sizing:border-box;
	background:#fff;
	min-height:633px;
}
.product {
	width:1080px;
	margin:30px auto 0px auto;
	position:relative;
}
.cont_left {
	float:left;
	width:220px;
}
/*公共内页左侧left-nav*/
.product01 {
	float:left;
	background-color:#fff;
	width:100%;
}
.product01 .head_b {
	height:52px;
	background-color:#00706b;
	background-image:url(../images/cont_icon01.png);
	background-repeat:no-repeat;
	background-position:36px 5px;
	padding-left:95px;
	font-size:20px;
	line-height:52px;
	color:#fff;
}
.product01 ul {
	border:1px solid #ddd;
	border-top:none;
}
.product01 li {
	width:218px;
	margin:0 auto;
	font-size:16px;
	line-height:49px;
}
.product01 li+li {
	border-top:1px dashed #ddd;
}
.product01 li ul {
	border:none;
}
.product01 li ul li {
	border-top:1px dashed #ddd;
}
.product01 li ul li a {
	padding-left:20px;
	font-size:14px;
	background:none;
	font-weight:normal;
	color:#999;
}
.product01 li ul li a:hover {
	color:#999;
	background-image:none;
}
.product01 li a {
	display:block;
	padding-left:10px;
	color:#999;
	background-image:url(../images/index_type02.png);
	background-repeat:no-repeat;
	background-position:190px 18px;
}
.product01 li a:hover {
	color:#00706b;
	background-image:url(../images/index_type02h.png);
}
.sidenav ul li {
	min-height:48px;
	display:block;
	line-height:55px;
	font-size:16px;
	border-bottom:1px dashed #6e3b14;
}
.sidenav ul li a.sidenava {
	display:block;
	color:#fff6d5;
}
.sidenav ul li a.sidenava p {
	color:#fff6d5;
	padding-left:32px;
}
.sidenav ul li a.sidenava.cu p {
	font-weight:bold;
	color:#fff;
	padding-left:32px;
}
.sidenav ul li dl {
	width:200px;
	height:auto;
	display:none;
	font-size:12px;
	background:#ddd;
}
.sidenav ul li dl dd {
	width:200px;
	height:38px;
}
.sidenav ul li dl dd a {
	display:block;
	width:180px;
	height:38px;
	padding:0 10px;
}
.sidenav ul li dl dd a span {
	display:block;
	height:37px;
	line-height:37px;
	color:#333;
	padding-left:40px;
}
.sidenav ul li dl dd a:hover span {
	color:#539310;
}
.sidenav ul li dl dd a.on {
}
.sidenav ul li dl dd a.on span {
	color:#539310;
}
/*左侧新增联系我们*/
.lcontact_b {
	margin-top:20px;
	float:left;
	width:220px;
	background-color:#fff;
}
.lcontact_b .head_b {
	height:52px;
	background-color:#00706b;
	background-image:url(../images/cont_icon02.png);
	background-repeat:no-repeat;
	background-position:36px 5px;
	padding-left:95px;
	font-size:20px;
	line-height:52px;
	color:#fff;
}
.lcontact_b .tel_b {
	height:83px;
	border-bottom:1px dashed #ddd;
	margin:0 20px;
}
.lcontact_b .tel_b .title {
	line-height:12px;
	color:#999;
	padding-top:14px;
}
.lcontact_b .tel_b .num {
	font-size:20px;
	line-height:20px;
	color:#00706b;
	padding-top:4px;
}
.lcontact_b .fax_b {
	height:42px;
	border-bottom:1px dashed #ddd;
	margin:0 20px;
	line-height:42px;
	color:#999;
	padding-left:2px;
}
.lcontact_b .addr_b {
	margin:0 20px;
	line-height:22px;
	color:#999;
	padding-left:2px;
	padding:10px 0;
}
.page {
	width:100%;
	margin:10px auto;
	overflow: hidden;
	position: relative;
}
.page p {
	width:100%;
	height:28px;
	font:13px/28px "microsoft yahei";
	color:#1d1d1d;
	overflow: hidden;
}
.page p a {
	color:#1d1d1d
}
.back {
	font:14px/39px "microsoft yahei";
	color:#fff;
	width:138px;
	margin:0 auto;
	border-radius:4px;
	display:block;
	text-align:center;
}
/* 产品 */
.product3, .product8, .product8 li {
	width:100%;
	height:auto;
	overflow:hidden;
}
.product3 li {
	padding:10px;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.product02 .product3 li img {
	display: inline-block;
	vertical-align:middle;
}
.product03 .product3 li img {
	display: inline-block;
	height:209px;
	max-width:100%;
}
.product3 li>p {
	width:100%;
	margin:0 auto;
	text-align:center;
	font:14px/40px "microsoft yahei";
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.product3 li>div>a {
	display:block;
}
.product3 li>div>p, .prod-zoom {
	position:absolute;
	width:53px;
	height:53px;
	left:50%;
	top:50%;
	margin:-26px 0 0 -26px;
	cursor: pointer;
	z-index:1;
	top:-100%;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
	transition:all 0.5s ease-in-out 0s;
}
.product3 li>div:hover p, .prod8-left:hover p {
	top:50%;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
.news1 {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:12px auto;
}
.news1 li {
	width:100%;
	padding:5px 0;
	height:35px;
	font:14px/35px "microsoft yahei";
	color:#737373;/* background:#fff; */
	border-bottom:1px dashed #dddddd;
}
.news1 li a {
	float:left;
	margin-left:12px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.news1 li span {
	float:right;
	margin-right:12px;
}
/* 详细页 */
.content {
	margin:0 20px;
	font-size:14px;
}
.view {
	line-height:30px;
	border-bottom:1px dashed #ccc;
	padding:0 0 20px;
	margin-bottom:20px;
}
.view-title {
	width:100%;
	text-align:center;
	font:20px/36px "microsoft yahei";
	color:#333;
	padding:14px 0 0
}
.view-date {
	width:100%;
	text-align:center;
	font:12px/24px "microsoft yahei";
	color:#999;
}
.view-date span {
	margin:0 7px;
}
.view-share {
	width:140px;
	margin:15px auto;
}
.view-back {
	display:block;
	width:100px;
	height:30px;
	margin:10px auto;
	text-align:center;
	font:14px/30px "microsoft yahei";
}
.view h1 {
	width:100%;
	font:20px/30px "microsoft yahei";
	color:#343434;
}
.view img {
	max-width: 100%;
	display:inline
}
.view div {
	font-size:14px;
}
.info {
	color:#666;
	position:absolute;
	display:none;
	line-height:34px;
	float:right;
}
.dec {
	bottom: -8px;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 10px;
	width: 17px;
}
.dec s {
	font-family: simsun;
	font-size: 16px;
	height: 19px;
	left: 0;
	line-height: 21px;
	position: absolute;
	text-decoration: none;
	top: -9px;
	width: 17px;
}
.search01 {
	width:400px;
	height:40px;
	background-color:#fff;
	border-radius:15px;
	margin:20px auto 40px auto;
	border:1px solid #ccc;
}
.search02 {
	float:left;
	width:150px;
}
.option {
	width: 170px;
	border: none;
	height: 40px;
	float: right;

}
.search02 input.search03 {
	width:200px;
	font-size:13px;
	color:#333;
	height:40px;
	line-height:40px;
	margin-left:15px;
	border:none;
	outline:none;
	float:left;
}
.search04 {
	width:18px;
	height:40px;
	float:right;
	background-image:url(../images/index_icon02.png);
	border:none;
	background-repeat:no-repeat;
	background-position:center;
	outline:none;
	background-color:#fff;
	cursor:pointer;
	margin-right:15px;
}
.viewlist {
	border:2px #00706a solid;
	width:760px;
	margin:0 auto;
	border-radius:5px;
	padding:40px 0px;
}
.logobj {
	width:100%;
	height:46px;
	line-height:46px;
	background-color:#00706a;
	position:relative;
}
.logobj img {
	position:absolute;
	top:-20px;
	left:330px;
}
.veixins {
	height:100px;
	padding:20px 40px 20px 40px;
}
.name1 {
	font-size: 32px;
	color: #00706a;
	line-height: 35px;
	height: 35px;
	margin:20px 0px 0px 0px;
	text-align:center;
}
.com {
	padding: 10px 0;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
}
.viewcon {
	padding:0px 30px;
	background:url(../images/bj.png) center top repeat-y;
}
.titlei {
	margin-left: 30px;
	padding:10px 0px;
	font-size:18px;
	font-weight: bold;
	color: #00706a;
}
.detaiInf {
	margin-left: 140px;
}
.item {
	margin: 5px 0;
	font-size: 14px;
	color: #707070;
}
.item em {
	font-weight: bold;
	font-style: normal;
}
.item span {
	line-height: 30px;
	word-break: break-all;
}
.dynamic ul li {
	margin:10px 15px;
	float:left;
}
.dynamic ul li img {
	float:left;
	margin-top: 25px;
}
.dynamic_con {
	float:left;
	padding:5px 15px;
	width:581px;
}
.dynamic_con p {
	font-size:16px;
	margin-bottom:10px;
	height:25px;
}
.dynamic_con p a {
	float:left;
	font-weight:bold;
}
.dynamic_con p span {
	float:right;
}
.dynamic_con div {
	line-height:24px;
}
