@charset "utf-8";

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
	display: block
}

*, :before, :after {
	box-sizing: border-box;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0
}

img {
	border: 0;
	display: block;
	max-width: 100%;
}

ul, dl, li, dt, dd {
	list-style: none;
}

body, html {
	width: 100%;
	height: 100%;
	min-width: 1200px;
}

body {
	font-family: "Microsoft YaHei";
	color: #212121;
	background: #fff;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	overflow-x: hidden;
}

a {
	font-size: 14px;
	text-decoration: none;
	transition: ease .65s;
}

.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}/*IE/7/6*/h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

input, textarea, select {
	outline: none;
	font-family: "Microsoft YaHei";
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	resize: none;
	overflow: hidden;
}

select::-ms-expand {
	display: none;
}

pre {
	font: "Microsoft YaHei";
	white-space: pre-wrap;
	word-wrap: break-word;
}

i {
	font-style: normal;
}

.left {
	float: left;
}

.right {
	float: right;
}

.noscript {
	position: fixed;
	left: 0px;
	top: 0px;
	background: #ddd;
	color: red;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

em {
	font-style: normal;
}

.lh-flex {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}/*响应式*/.container {
	margin: auto;
	position: relative;
	z-index: 3;
	max-width: 1240px;
	width: 100%;
	padding: 0 20px;
}/*分享*/#bsWXBox {
	box-sizing: initial;
}

#bsBox {
	box-sizing: initial;
}/*header*/.header {
	width: 100%;
	background: #fff;
	height: 150px;
	position: relative;
	left: 0;
	top: 0;
	z-index: 200;
}

.lh_logo {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.logo {
	float: left;
	padding: 20px 0px;
	width: 400px;
}

.logo img {
	display: block;
}

.search {
	float: left;
	margin: 30px 0px 0px 100px;
	overflow: hidden;
}

.search .txt {
	width: 240px;
	float: left;
	line-height: 40px;
	height: 40px;
	border: 1px solid #ea7605;
	background: none;
	text-indent: 10px;
}

.search .but {
	width: 80px;
	height: 40px;
	float: left;
	cursor: pointer;
	border: none;
	background: #ea7605;
	color: #FFF;
}

.lh_toptell {
	float: right;
	margin-top: 25px;
	padding-left: 54px;
	background: url(../images/phone.png) no-repeat;
}

.lh_toptell h3 {
	font-size: 15px;
	line-height: 20px;
	color: #36352b;
}

.lh_toptell p {
	font-size: 23px;
	line-height: 30px;
	color: #ea7605;
	font-weight: bold;
	font-family: "arial";
	font-style: italic;
}

.lh-nav {
	width: 100%;
	height: 50px;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
}

.lh-nav-item {
	width: 1200px;
	margin: auto;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.lh-nav-item li {
	float: left;
	line-height: 50px;
	height: 50px;
	transition: ease-in-out .35s;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
	text-align: center;
}

.lh-nav-item li a {
	color: #333;
	font-size: 16px;
	text-align: center;
	display: block;
	overflow: hidden;
}

.lh-nav-item li a:hover, .lh-nav-item li a.on {
	background: #ea7605;
}

.lh-nav-item li a span {
	transition: ease .35s;
}

.lh-nav-item li a:hover span, .lh-nav-item li a.on span {
	color: #fff;
}

.lh-nav-item li dl {
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #f7f7f7;
	visibility: hidden;
	opacity: 0;
	transition: ease .45s;
	transform: translateY(20px);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.lh-nav-item li dl dd {
	display: block;
	height: 40px;
}

.lh-nav-item li dl dd a {
	width: 100%;
	padding: 0px;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	transition: all 0.2s ease-in-out 0s;
}

.lh-nav-item li dl dd a:hover {
	color: #ea7605;
	background: #f9f9f9;
	text-indent: 3px;
}

.lh-nav-item li:hover dl {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}/*banner*/.lh-cont-a {
	position: relative;
}

.lh-banner {
	height: 500px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

.lh-banner .bd {
	position: relative;
}

.lh-banner .bd li a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center!important;
}

.lh-banner-btn a {
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,.5);
	text-align: center;
	line-height: 50px;
	color: #fff;
	margin-top: -25px;
}

.lh-banner:hover .lh-banner-btn a {
	opacity: 1;
	visibility: visible;
}

.lh-banner-btn a:hover {
	background: #000;
}

.lh-banner-btn a i {
	font-size: 20px;
}

.lh-banner-btn a.prev {
	left: 50px;
}

.lh-banner-btn a.next {
	right: 50px;
}

.banner_round .swiper-pagination-bullet-active {
	background: #ea7605;
}

.banner_round .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}/*首页*/.lookup_box {
	height: 220px;
	background: #f5f5f5;
}

.lookup_box ul {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.lookup_box ul li {
	float: left;
	width: 290px;
	height: 150px;
	background: #fff;
	margin-right: 10px;
	margin-top: 35px;
	overflow: hidden;
}

.lookup_box ul li:hover {
	margin-top: 25px;
	transition: all 0.6s ease;
}

.lookup_box ul li h1 {
	float: left;
	font-size: 20px;
	color: #222;
	width: 180px;
	line-height: 44px;
	padding: 30px 0px 0px 20px;
}

.lookup_box ul li h1 span {
	font-size: 12px;
	display: block;
	line-height: 20px;
}

.lookup_box ul li div {
	float: right;
	width: 88px;
	height: 88px;
	border: 1px solid #aaa;
	border-radius: 100%;
	margin: 30px 20px 0px 0px;
}

.lookup_box ul li div img {
	width: auto;
	height: 50px;
	margin: 19px auto;
}

.all_title {
	width: 1200px;
	margin: auto;
	padding: 60px 0px 30px 0px;
}

.all_title h1 {
	font-size: 31px;
	color: #222;
	text-align: center;
	line-height: 40px;
}

.all_title p {
	font-size: 14px;
	color: #222;
	line-height: 2;
	text-align: center;
}

.case_listitle {
	overflow: hidden;
	display: table;
	margin: auto;
}

.case_listitle li {
	float: left;
	margin: 0px 5px 5px 0px;
}

.case_listitle li a {
	color: #222;
	display: block;
	border-radius: 5px;
	font-size: 15px;
	line-height: 30px;
	padding: 0px 20px;
	border: 1px solid #aaa;
}

.case_listitle li:hover a {
	color: #fff;
	background: #ea7605;
	border: 1px solid #ea7605;
}

.case_listitle .case_allmore a {
	color: #fff;
	background: #ea7605;
	border: 1px solid #ea7605;
}

.case_center {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-top: 30px;
}

.case_center li {
	float: left;
	width: 295px;
	margin: 0px 5px 5px 0px;
	height: 225px;
	background: #eee;
	overflow: hidden;
	position: relative;
}

.case_center li:nth-child(1) {
	height: 455px;
}

.case_center li img {
	max-width: 100%;
	height: 213px;
	transition: all 0.3s ease-out;
	text-align: center;
	margin: 8px auto;
}

.case_center li:hover img {
	transform: scale(1.2);
}

.case_center li:nth-child(1) img {
	height: 455px;
	width: auto;
}

.case_center li h1 {
	position: absolute;
	bottom: 10px;
	left: 5%;
	width: 90%;
	background: rgba(0,0,0,0.4);
	line-height: 30px;
	border-radius: 20px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.team_bg {
	height: 350px;
	background: url(../images/team.jpg) no-repeat;
	background-position: top center;
}

.team_center {
	width: 1200px;
	margin: auto;
	height: 350px;
}

.team_center .team_img {
	width: 240px!important;
}

.team_center .team_img div {
	width: 140px;
	height: 140px;
	margin: 75px 50px 0px 50px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}

.team_center .team_img div img {
	width: 100%;
	height: auto;
	min-height: 140px;
	display: block;
}

.team_center .team_img div h1 {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	text-align: center;
	border-radius: 20px;
	transition: all 0.6s;
}

.team_center .team_img div:hover h1 {
	background: #ea7605;
}

.team_center .swiper-slide-active div {
	width: 368px;
	height: 350px;
	margin: 0px;
	border-radius: 0;
	overflow: visible;
	position: relative;
}

.team_center .swiper-slide-active div img {
	position: absolute;
	width: 444px;
	height: 350px;
	left: -64px;
	display: block;
}

.team_center .swiper-slide-active div h1 {
	font-size: 16px;
	line-height: 30px;
	left: -64px;
}

.team_center .swiper-slide-prev div {
	margin: 75px 100px 0px 0px;
}

.team_center .swiper-slide-next div {
	margin: 75px 0px 0px 100px;
}

.team_center .swiper-button-next {
	bottom: 0px;
	top: inherit;
	right: 385px;
	background-color: #222;
	background-size: 20px 20px;
	height: 47px;
}

.team_center .swiper-button-prev {
	bottom: 0px;
	top: inherit;
	left: 385px;
	background-color: #222;
	background-size: 20px 20px;
	height: 47px;
}

.site_box {
	width: 1200px;
	margin: auto;
}

.site_center {
	overflow: hidden;
}

.site_center li {
	float: left;
	width: 240px;
	height: 470px;
	overflow: hidden;
	position: relative;
}

.site_center li div {
	width: 240px;
	height: 350px;
	overflow: hidden;
	position: absolute;
}

.site_center li:nth-child(even) div {
	bottom: 0px;
}

.site_center li:nth-child(odd) div {
	top: 0px;
}

.site_center li div img {
	height: 350px;
	width: auto;
	min-width: 240px;
	transition: ease 0.4s;
}

.site_center li:hover img {
	transform: scale(1.2);
}

.site_center li p {
	position: absolute;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	width: 240px;
	color: #222;
	transition: ease 0.4s;
}

.site_center li:nth-child(even) p {
	top: 30px;
}

.site_center li:nth-child(odd) p {
	bottom: 30px;
}

.site_center li:nth-child(even):hover p {
	top: 40px;
}

.site_center li:nth-child(odd):hover p {
	bottom: 40px;
}

.site_center li p span {
	display: block;
	font-size: 14px;
	position: relative;
}

.site_center li p span::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;
	border-top: 2px solid #333333;
	width: 20px;
	margin-left: -10px;
}

.quality_box {
	margin-top: 70px;
	height: 380px;
	background: url(../images/bg_2.jpg)no-repeat;
	background-position: center;
}

.quality_box ul {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.us_center {
	width: 100%;
	line-height: 2;
	font-size: 16px;
	margin-top: 60px;
}

.us_center h1 {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.us_center h2 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.us_center p {
	font-size: 15px;
	color: #fff;
	line-height: 2;
	padding-top: 30px;
}

.us_center a {
	display: inherit;
}

.quality_center {
	float: right;
	width: 700px;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.quality_center h1 {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 30px;
	position: relative;
}

.quality_center h1::before {
	content: "";
	position: absolute;
	width: 250px;
	height: 1px;
	background: #fff;
	top: 15px;
	right: 0px;
}

.quality_center h1::after {
	content: "";
	position: absolute;
	width: 250px;
	height: 1px;
	background: #fff;
	top: 15px;
	left: 0px;
}

.quality_center div {
	float: left;
	font-size: 17px;
	padding-top: 50px;
	color: #fff;
	margin: 0px 50px 20px 50px;
}

.quality_center div:nth-child(2) {
	background: url(../images/serve_1.png) no-repeat;
	background-size: 40px 40px;
	background-position: top center;
}

.quality_center div:nth-child(3) {
	background: url(../images/serve_2.png) no-repeat;
	background-size: 40px 40px;
	background-position: top center;
}

.quality_center div:nth-child(4) {
	background: url(../images/serve_3.png) no-repeat;
	background-size: 40px 40px;
	background-position: top center;
}

.quality_center div:nth-child(5) {
	background: url(../images/serve_4.png) no-repeat;
	background-size: 40px 40px;
	background-position: top center;
}

.quality_center div:nth-child(6) {
	background: url(../images/serve_5.png) no-repeat;
	background-size: 40px 40px;
	background-position: top center;
}

.quality_center div:nth-child(7) {
	background: url(../images/serve_6.png) no-repeat;
	background-size: 40px 40px;
	background-position: top center;
}

.quality_center div:nth-child(8) {
	background: url(../images/serve_7.png) no-repeat;
	background-size: 40px 40px;
	background-position: top center;
}

.news_box {
	margin-bottom: 50px;
}

.news_center {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-top: 30px;
}

.news_center li {
	width: 580px;
	height: 110px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
	transition: all .3s;
}

.news_center li:hover {
	box-shadow: 0 0 20px #efefef;
}

.news_center li img {
	width: 200px;
	float: left;
	display: block;
}

.news_center li div {
	float: right;
	width: 360px;
	padding: 0px 10px;
}

.news_center li div h1 {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	transition: all .3s;
}

.news_center li:hover h1 {
	color: #ea7605;
}

.news_center li span {
	display: block;
	color: #9d9d9d;
	font-size: 14px;
	margin: 6px 0 10px;
}

.news_center li p {
	line-height: 22px;
	color: #9d9d9d;
	font-size: 14px;
	overflow: hidden;
}

.footer {
	background-color: #363533;
}

.footer-content {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.footer-link {
	width: 428px;
	padding: 20px 0 0;
	float: left;
}

.footer-link a {
	margin: 0 13px 36px 0;
	display: block;
	float: left;
	font-size: 16px;
	color: #aaa;
	text-decoration: underline;
}

.footer-qr {
	width: 356px;
	text-align: center;
	font-size: 16px;
	color: #6f6e67;
	line-height: 36px;
	float: left;
}

.footer-qr img {
	width: 108px;
	height: 108px;
	display: block;
	margin: auto;
}

.f-hot {
	width: 350px;
	float: right;
}

.f-hot-bar {
	margin: 0 0 25px;
	overflow: hidden;
}

.f-hot-bar img {
	float: left;
	width: 46px;
	height: 46px;
	margin: 0 14px 0 0;
}

.f-hot-bar h3 {
	font-size: 18px;
	color: #6f6e67;
}

.f-hot-bar em {
	font-family: arial;
	font-size: 20px;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	margin: 0 18px 0 0;
}

.f-hot-info {
	font-size: 14px;
	color: #6f6e67;
}

.copyright {
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 14px;
	background-color: #292929;
	line-height: 40px;
	color: #6f6e67;
}

.copyright a {
	color: #6f6e67;
}/********.fixtool*********/.toolbar {
	width: 130px;
	position: fixed;
	right: 0;
	top: 460px;
	z-index: 999;
}

.toolbar dd {
	width: 130px;
	height: 55px;
	margin-bottom: 0;
	position: relative;
}

.toolbar dd a {
	color: #fff;
	width: 130px;
	height: 55px;
	display: block;
	cursor: pointer;
	text-align: center;
	background: url(../images/rightfixicon.png) no-repeat -36px 0;
	line-height: 45px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}

.toolbar dd a span {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
	vertical-align: middle;
	margin-right: 5px;
}

.toolbar dd a:hover {
	background-position: -168px 0;
}

.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -45px;
	background: #555;
	display: none;
}

.toolbar .pop-code {
	width: 130px;
	padding: 15px 15px 0;
}

.toolbar .pop-code img {
	width: 100px;
	height: 100px;
	display: block;
}

.toolbar .pop-code h3 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap;
}

.toolbar .zxzx span {
	background-position: 0 4px;
}

.toolbar .lf span {
	background-position: 0 -33px;
}

.toolbar .bj span {
	background-position: 0 -65px;
}

.toolbar .code span {
	background-position: 0 -33px;
}

.toolbar .top {
	width: 130px;
	height: 45px;
	background: #888;
}

.toolbar .top span {
	background-position: 0 -127px;
}

.toolbar .top:hover {
	background: #555;
}

.toolbar .side_tel {
	position: absolute;
	right: 0;
	top: 0;
	background: #555;
	height: 45px;
	line-height: 45px;
	color: #fff;
	width: 0;
	text-align: center;
}/*单页、详情页css*/.article_add {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
}

.crumbNav {
	display: table;
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 60px;
	padding-left: 25px;
	background: url(../images/location.png) no-repeat;
	background-position: left 18px;
}

.crumbNav a {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

.crumbNav a:hover {
	color: #ea7605;
}

.list_art {
	display: table;
	float: right;
	max-width: 900px;
}

.list_art li {
	float: left;
	overflow: hidden;
}

.list_art a {
	display: block;
	float: left;
	font-size: 14px;
	margin: 10px 20px;
	line-height: 40px;
	color: #666;
}

.list_art a:hover {
	color: #ea7605;
}

.article_box {
	width: 1200px;
	margin: auto;
	padding-bottom: 50px;
	padding-top: 30px;
	overflow: hidden;
}

.article_title {
	display: table;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}

.article_title h1 {
	font-size: 30px;
	color: #222;
	text-align: center;
	font-weight: normal;
}

.article_detail {
	font-size: 24px;
	color: #222;
	text-align: center;
	padding-bottom: 20px;
}

#com_center {
	overflow: hidden;
	font-size: 16px;
	line-height: 35px;
}

#com_center img {
	text-align: center;
	margin: 0px auto;
}

#contact_center {
	font-size: 14px;
	line-height: 26px;
	height: 320px;
	width: 280px;
	padding: 20px;
	float: left;
	border: 2px solid #d2d2d2;
	margin-right: 16px;
}

.list_center {
	overflow: hidden;
	padding-top: 30px;
}

.list_center li {
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-bottom: 30px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.list_center div.juiosll {
	width: 280px;
	height: 300px;
	text-align: center;
	margin: 0px auto;
	vertical-align: middle;
	overflow: hidden;
	border-bottom: none;
	border: 1px solid #f8f8f8
}

.lis_pic {
	transition: all 0.4s;
	text-align: center;
	margin: 0px auto;
}

.list_center li:hover .lis_pic {
	transform: scale(1.1);
}

.housing {
	height: 280px;
	max-width: 380px;
	margin: auto;
}

.list_center h1 {
	width: 280px;
	font-weight: normal;
	font-size: 14px;
	color: #666;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
/*一行显示*/
	overflow: hidden;
/*超出部分隐藏*/
	text-overflow: ellipsis;
/*用...代替超出部分*/
	background: #f8f8f8;
}

.list_center li:hover h1 {
	color: #fff;
	background: #ea7605
}

.detail_img {
	max-width: 90%;
	width: auto;
	height: auto;
	margin: auto;
	display: block;
	margin-top: 20px;
}

.article_box h3 {
	display: table;
	line-height: 40px;
	margin-top: 40px;
	font-size: 16px;
	text-indent: 40px;
	font-weight: normal;
}

#product_pic {
	width: 100%;
	padding: 20px 0px 0px 40px;
	font-size: 14px;
	line-height: 24px;
}

.flip_article {
	padding-top: 30px;
	display: table;
	margin: auto;
}

.flip_article a {
	color: #aaa;
}

.flip_article a:hover {
	color: #ea7605;
}

.new_listpage {
	width: 100%;
	background: #f8f8f8;
	overflow: hidden;
	padding: 5px 0px;
	margin-bottom: 10px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	border-bottom: 1px solid #f8f8f8;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.new_listpage:hover {
	border-bottom: 1px solid #aaa;
}

.new_listpage a {
	display: block;
}

.new_listpage h1 {
	width: 80%;
	margin: 0px;
	padding: 0px;
	color: #555;
	font-weight: bold;
	font-size: 16px;
	float: left;
	text-indent: 20px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new_listpage span {
	font-size: 14px;
	color: #999;
	float: right;
	line-height: 40px;
	padding-right: 20px;
}

.new_listpage p {
	font-size: 15px;
	margin: 0px;
	float: left;
	padding: 0px 20px 10px 20px;
	line-height: 22px;
	color: #999;
}/*在线留言*/.guestbook {
	width: 60%;
	margin: auto;
}

.reply_guestbook {
	width: 60%;
	margin: auto;
	font-size: 14px;
	margin-top: 50px;
	color: #333;
}

.guestbook #truename {
	height: 34px;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
	padding: 0px;
}

.guestbook #telephone {
	height: 34px;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}

.guestbook #email {
	height: 34px;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}

.guestbook .neirong {
	height: 100px;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}

.guestbook .bm_xiangmu {
	height: 34;
	line-height: 34px;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}

.guestbook #captcha {
	width: 73%;
	height: 34px;
	padding-left: 10px;
	line-height: 34px;
	color: #777;
	font-size: 14px;
	border: 1px solid #ddd;
	margin: 0px 14px 14px 0px;
	float: left;
}

.guestbook .anniu {
	height: 34px;
	width: 100%;
	background: #aaa;
	font-size: 16px;
	color: #fff;
	border: none;
	cursor: pointer;
}

.guestbook .anniu:hover {
	background: #ea7605;
}

/*招聘*/
.recruit_box {
	margin-top: 20px;
	border-collapse: collapse;
}

.recruit_txt {
	background: #f2f2f2;
}

.recruit_txt th {
	padding: 10px;
	min-width: 140px;
	font-size: 15px;
	font-weight: normal;
}

.recruit_box td {
	padding: 16px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 22px;
	border-top: 1px solid #eee;
}/*翻页代码*/.pages {
	text-align: center;
	font-size: small;
	margin-top: 20px;
}

.pages a {
	background-color: #f3f3f5;
	display: inline-block;
	padding: 2px 6px;
	color: #222;
}

.pages a:hover {
	text-decoration: none;
	color: #ea7605;
}

.pages .current {
	background-color: #ea7605;
	display: inline-block;
	padding: 2px 6px;
	color: #fff;
}/*置顶css*/.box_top {
	position: fixed;
	right: 4px;
	bottom: 10px;
	width: 40px;
	text-align: center;
	padding-top: 20px;
	border-radius: 10%;
	background-color: #000;
	overflow: hidden;
	cursor: pointer;
	-moz-box-shadow: 0px 0px 1px #555;
	-webkit-box-shadow: 0px 0px 1px #555;
	box-shadow: 0px 0px 1px #555;
	z-index: 999;
}

.box_top:hover:before {
	top: 50%
}

.box_top:hover .box_htmltop {
	visibility: hidden;
}

.box_top:before {
	position: absolute;
	top: -50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: '回到顶部';
	font-size: 14px;
	width: 40px;
	color: #fff;
}

.box_htmltop {
	visibility: visible;
	display: inline-block;
	height: 14px;
	width: 14px;
	border: 3px solid black;
	border-color: white transparent transparent white;
	transform: rotate(45deg);
}