html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption,
tbody,
tfoot,
thead,
header,
section,
footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: none;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-family: "微雅软黑", "Microsoft Yahei", "宋体";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	background: #fff;
}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
span,
font {
	margin: 0;
	padding: 0;
}


/*通用代码*/

.wrap {
	width: 1250px;
	height: 100%;
	margin: 0 auto;
}

.cls {
	clear: both;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}


/*顶部*/

.iheader {
	position: relative;
}

.iheader .itop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999999;
}

.iheader .itop .ilogo {
	float: left;
	height: 40px;
	line-height: 40px;
	padding-left: 90px;
	background: url(../img/ilogo.png) left no-repeat / 70px 40px;
	font-size: 25px;
	color: #fff;
	margin-top: 30px;
}

.iheader .itop .inav {
	float: right;
}

.iheader .itop .inav ul li {
	float: left;
	width: 120px;
	text-align: center;
}

.iheader .itop .inav ul li>a {
	display: block;
	height: 100px;
	line-height: 100px;
	color: #fff;
	font-size: 13px;
}

.iheader .itop .inav ul li:hover>a {
	background: rgba(0, 0, 0, 0.6);
	color: #acc8a5;
}

.iheader .itop .inav ul li dl {
	display: none;
}

.iheader .itop .inav ul li:hover dl {
	display: block;
}
.iheader .itop .inav ul li:nth-of-type(4) dl{
	display: none !important;
}
.iheader .itop .inav ul li dl dd>a {
	display: block;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.iheader .itop .inav ul li dl dd>a:hover {
	background: rgba(0, 0, 0, 0.6);
	color: #74956c;
}


/*关于*/

.iabout {
	margin-top: 80px;
	height: 600px;
}

.iabout .iabout-l {
	float: left;
	width: 550px;
}

.iabout .iabout-l img {
	display: block;
	width: 550px;
	height: 160px;
	margin-top: 50px;
}

.iabout .iabout-l h5 {
	font-size: 35px;
	line-height: 100px;
}

.iabout .iabout-l p {
	font-size: 16px;
	color: #666;
	line-height: 2;
}

.iabout .iabout-l span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #74956c;
	text-align: right;
	margin-top: 40px;
}

.iabout .iabout-r {
	float: right;
	width: 630px;
	height: 600px;
	background: url(../img/iabout-bg02.png) center no-repeat;
}

.iabout .iabout-r h5 {
	font-size: 42px;
	margin-top: 80px;
	margin-bottom: 50px;
}

.iabout .iabout-r h5 span {
	font-weight: bold;
	color: #74956c;
}

.iabout .iabout-r p {
	font-size: 16px;
	line-height: 2;
	color: #666;
}

.iabout .iabout-r a {
	display: block;
	width: 155px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 60px;
	color: #74956c;
	font-size: 16px;
	border: 1px solid #74956c;
}

.iabout .iabout-r a:hover {
	background: #74956c;
	color: #fff;
}


/*新闻*/

.inews {
	margin-top: 80px;
	margin-bottom: 80px;
}

.inews .inews-title h5 {
	font-size: 38px;
	color: #74956c;
}

.inews .inews-title h5 span {
	font-size: 25px;
	color: #aaa;
}

.inews .inews-b {
	margin-top: 40px;
}

.inews .inews-b ul li {
	float: left;
	width: 290px;
	margin-right: 30px;
}

.inews .inews-b ul li:nth-of-type(4n) {
	margin-right: 0;
}

.inews .inews-b ul li img {
	display: block;
	width: 100%;
}

.inews .inews-b ul li span {
	display: block;
	font-size: 18px;
	line-height: 40px;
	margin-top: 10px;
}

.inews .inews-b ul li p {
	font-size: 14px;
	line-height: 1.7;
	color: #666;
}

.inews>.wrap>a {
	display: block;
	float: right;
	width: 155px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 60px;
	color: #74956c;
	font-size: 16px;
	border: 1px solid #74956c;
}

.inews>.wrap>a:hover {
	background: #74956c;
	color: #fff;
}


/*页脚*/

.footer {
	padding: 40px 0;
	background: #74956c;
}

.footer .ft01 {
	float: left;
}

.footer .ft01 .ft-logo {
	height: 40px;
	line-height: 40px;
	padding-left: 90px;
	background: url(../img/ilogo.png) left no-repeat / 70px 40px;
	font-size: 30px;
	color: #fff;
	margin-top: 30px;
}

.footer .ft01 .ft-nav {
	margin-top: 30px;
}

.footer .ft01 .ft-nav ul li {
	float: left;
	font-size: 15px;
}

.footer .ft01 .ft-nav ul li:after {
	display: block;
	content: "|";
	float: left;
	margin: 0 20px;
	color: #fff;
}

.footer .ft01 .ft-nav ul li:last-of-type:after {
	display: none;
}

.footer .ft01 .ft-nav ul li a {
	float: left;
	color: #fff;
}
.footer .ft02{
	float: left;
	margin-left: 150px;
}
.footer .ft02 p{
	color: #fff;
	font-size: 13px;
	line-height: 2;
}
.footer .ft-ewm{
	float: left;
	margin-top: 10px;
	margin-left: 150px;
}
.footer .ft-ewm img{
	display: block;
	width: 120px;
	height: 120px;
}
/*内页顶部背景*/

.ny-about-bg {
	width: 100%;
	height: 340px;
	background: url(../img/ny-about.jpg) center no-repeat;
	background-size: cover;
}


/*内页*/

.content {
	margin-top: 40px;
	margin-bottom: 100px;
	color: #666;
	font-size: 15px;
	line-height: 1.8;
}

.content .content-t {
	height: 50px;
	line-height: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.content .content-t h5 {
	float: left;
	font-size: 42px;
	color: #333;
}

.content .content-t .pos {
	float: right;
	margin-top: 15px;
	font-size: 13px;
}
.content .content-txt{
	width: 400px;
	float: left;
}
.content .content-map{
	width: 800px;
	float: right;
}

/*内页寿力*/

.content .about-sl {
	margin-top: 60px;
}

.content .about-sl h5 {
	height: 50px;
	line-height: 50px;
	font-size: 42px;
	color: #333;
	margin-bottom: 40px;
}

.content .about-sl .about-sl-row {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
}

.content .about-sl .about-sl-row h6 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #74956c;
}

.content .about-sl .about-sl-row dd em {
	font-size: 68px;
	color: #74956c;
	line-height: 1;
}

.content .about-sl .about-sl-row dd span {
	font-size: 20px;
	line-height: 1;
}

.content .about-sl .about-sl-row i {
	display: block;
	width: 100px;
	height: 90px;
	background: url(../img/about-01.png) center no-repeat;
	background-size: 100% 100%;
	margin: 35px 0 0 55px;
}

.content .about-sl .about-row02 {
	padding-right: 80px;
}

.content .about-sl .about-row02 img {
	display: block;
	margin: 40px 0 0 70px;
}

.content .about-sl .about-row03 {
	padding: 0 0 0 70px;
}


/*寿力页面*/

.pro-sl-t {
	height: 100px;
	width: 100%;
	background: #333;
}

.pro-sl-b .pro-sl-list {
	padding: 65px 0;
}

.pro-sl-b .pro-sl-list:nth-of-type(1) {
	background: url(../img/bf1.jpg) center no-repeat;
	background-size: cover;
}

.pro-sl-b .pro-sl-list:nth-of-type(2) {
	background: url(../img/bf2.jpg) center no-repeat;
	background-size: cover;
}

.pro-sl-b .pro-sl-list:nth-of-type(3) {
	background: url(../img/bf3.jpg) center no-repeat;
	background-size: cover;
}

.pro-sl-b .pro-sl-list img {
	display: block;
	width: 513px;
	float: left;
}

.pro-sl-b .pro-sl-list:nth-of-type(2n) img {
	float: right;
}

.pro-sl-b .pro-sl-list dl {
	float: right;
	width: 600px;
}

.pro-sl-b .pro-sl-list:nth-of-type(2n) dl {
	float: left;
}

.pro-sl-b .pro-sl-list dl dt {
	font-size: 32px;
	margin: 30px 0;
	color: #fff;
}

.pro-sl-b .pro-sl-list:nth-of-type(2) dl dt {
	color: #333;
}

.pro-sl-b .pro-sl-list dl dd {
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}

.pro-sl-b .pro-sl-list:nth-of-type(2) dl dd {
	color: #666;
}

.pro-sl-b .pro-sl-list dl a {
	display: block;
	width: 152px;
	height: 54px;
	color: #74956c;
	line-height: 54px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #74956c;
	margin-top: 50px;
}

.pro-sl-b .pro-sl-list dl a:hover {
	background: #74956c;
	color: #fff;
}


/*ban*/

.fullSlide {
	width: 100%;
	position: relative;
	height: 500px;
	background: #000;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 500px;
	overflow: hidden;
	text-align: center;
	background-size: cover;
	background-position: center;
}

.fullSlide .bd li a {
	display: block;
	height: 500px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 25px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background: #74956c;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 0;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../img/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}

.fullSlide .next {
	left: auto;
	right: 0;
	background-position: -6px -137px;
}


/*寿力*/

.pro-sl-nav {
	margin-bottom: 50px;
}

.pro-sl-nav ul li {
	float: left;
	margin-right: 20px;
}

.pro-sl-nav ul li a {
	display: block;
	width: 220px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #ddd;
	font-size: 16px;
}

.pro-sl-nav ul li a:hover {
	border: 1px solid #74956c;
	background: #74956c;
	color: #fff;
}

.pro-sl-nav ul .on a {
	border: 1px solid #74956c;
	background: #74956c;
	color: #fff;
}

.pro-sl-list ul li {
	float: left;
	width: 275px;
	margin-right: 50px;
	margin-bottom: 30px;
}

.pro-sl-list ul li:nth-of-type(4n) {
	margin-right: 0;
}

.pro-sl-list ul li p {
	width: 275px;
	font-size: 17px;
	border-top: 2px solid #565656;
	border-bottom: 1px solid #565656;
	height: 54px;
	line-height: 54px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro-sl-list ul li:hover p {
	border-color: #74956c;
	color: #74956c;
}

.pro-sl-list ul li i {
	display: block;
	width: 275px;
	height: 275px;
	background-repeat: no-repeat;
	background-size: 65%;
	background-position: center center;
}

.pro-sl-list02 {
	float: left;
	width: 925px;
}

.pro-sl-list02>h5 {
	line-height: 1;
	font-size: 42px;
	margin: 40px 0 30px 0;
	color: #74956c;
}

.pro-sl-list02>h5:first-of-type {
	margin-top: 0;
}

.pro-sl-list02 ul li {
	float: left;
	width: 275px;
	margin-right: 50px;
	margin-bottom: 30px;
}

.pro-sl-list02 ul li:nth-of-type(3n) {
	margin-right: 0;
}

.pro-sl-list02 ul li p {
	width: 275px;
	font-size: 17px;
	border-top: 2px solid #565656;
	border-bottom: 1px solid #565656;
	height: 54px;
	line-height: 54px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro-sl-list02 ul li:hover p {
	border-color: #74956c;
	color: #74956c;
}

.pro-sl-list02 ul li i {
	display: block;
    width: 275px;
    height: 275px;
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center center;
}

.pro-sl-nav02 {
	float: right;
	width: 250px;
	margin-top: -20px;
}

.pro-sl-nav02 ul li>a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	color: #333;
	border-bottom: 1px solid #ddd;
	background: url(../img/jt01.png) center right no-repeat;
}

.pro-sl-nav02 ul li>a:hover {
	color: #74956c;
}

.pro-sl-nav02 ul li dl {
	margin: 20px 0;
}

.pro-sl-nav02 ul li dl dd>a {
	display: block;
	height: 37px;
	line-height: 37px;
}

.pro-sl-nav02 ul li dl dd>a:hover {
	color: #74956c;
}

.pro-sl-nr-t {
	padding: 130px 0;
	background: url(../img/bg-pro.gif) center no-repeat / cover;
	font-size: 0;
}

.pro-sl-nr-t .pro-sl-nr-t-img {
	display: inline-block;
	float: none;
	width: 50%;
	vertical-align: middle;
	text-align: center;
}

.pro-sl-nr-t .pro-sl-nr-t-img img {
	max-width: 100%;
}

.pro-sl-nr-t .pro-sl-nr-t-txt {
	display: inline-block;
	float: none;
	width: 50%;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 50px;
}

.pro-sl-nr-t .pro-sl-nr-t-txt h3 {
	font-size: 48px;
	color: #fff;
	margin-bottom: 30px;
}

.pro-sl-nr-t .pro-sl-nr-t-txt p {
	font-size: 16px;
	color: #fff;
	line-height: 2;
}

.pro-sl-nr-b {
	margin-bottom: 150px;
}

.pro-sl-nr-b .pro-sl-nr-content {
	font-size: 15px;
}

.pro-sl-nr-b .pro-sl-nr-content h5 {
	font-size: 24px;
	color: #74956c;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-top: 50px;
	margin-bottom: 20px;
}

.pro-sl-nr-b .pro-sl-nr-content i {
	float: left;
	width: 27px;
	height: 25px;
	background: url(../img/sl-download.png) left no-repeat / 27px 25px;
}

.pro-sl-nr-b .pro-sl-nr-content .sl-download {
	float: left;
	height: 25px;
	line-height: 25px;
	margin-left: 15px;
}

.pro-sl-nr-b .pro-sl-nr-content .sl-download:hover {
	color: #74956c;
	text-decoration: underline;
}


/*纽曼泰克*/

.nm-ban {
	width: 100%;
	height: 500px;
	background: url(../img/nm-ban.jpg) center no-repeat;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.nm-ban h5 {
	font-size: 35px;
	font-weight: bold;
	margin-top: 170px;
}

.nm-ban p {
	width: 800px;
	font-size: 18px;
	margin: 30px auto 0 auto;
	line-height: 2;
}

.nm-ban a {
	display: block;
	width: 200px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 16px;
	margin: 30px auto 0;
	border-radius: 5px;
}

.nm-ban a:hover {
	background: #fff;
	color: #0073aa;
}

.pro-nm-list h5 {
	width: 400px;
	font-size: 28px;
	color: #fff;
	height: 80px;
	line-height: 80px;
	font-weight: bold;
	background: #0078ae;
	padding-left: 50px;
	margin-bottom: 40px;
}

.pro-nm-list ul li {
	float: left;
	width: 400px;
	height: 300px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-right: 25px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.pro-nm-list ul li:nth-of-type(3n) {
	margin-right: 0;
}

.pro-nm-list ul li img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.pro-nm-list ul li dl {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	bottom: 0;
	z-index: 99999;
	background: rgba(0, 120, 174, 0.9);
	border-left: 10px solid #0078ae;
	padding: 12px;
}

.pro-nm-list ul li dl dt {
	font-size: 18px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
}

.pro-nm-list ul li dl dd {
	font-size: 16px;
	line-height: 1.5;
	font-style: italic;
	color: #fff;
	padding-top: 0;
	opacity: 0;
	max-height: 0;
	transition: max-height 0.3s linear, opacity 0.3s linear, padding-top 0.2s linear;
	-o-transition: max-height 0.3s linear, opacity 0.3s linear, padding-top 0.2s linear;
	-ms-transition: max-height 0.3s linear, opacity 0.3s linear, padding-top 0.2s linear;
	-moz-transition: max-height 0.3s linear, opacity 0.3s linear, padding-top 0.2s linear;
	-webkit-transition: max-height 0.3s linear, opacity 0.3s linear, padding-top 0.2s linear;
}

.pro-nm-list ul li:hover dl dd {
	opacity: 1;
	max-height: 150px;
	padding-top: 11px;
}

.pro-nm-nr-t {
	padding: 80px 0 0;
	background: #fff;
	font-size: 0;
}

.pro-nm-nr-t .pro-nm-nr-t-img {
	display: inline-block;
	float: none;
	width: 50%;
	vertical-align: middle;
	text-align: center;
}

.pro-nm-nr-t .pro-nm-nr-t-img img {
	max-width: 100%;
}

.pro-nm-nr-t .pro-nm-nr-t-txt {
	display: inline-block;
	float: none;
	width: 50%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 40px 50px;
	background: #0078ae;
}

.pro-nm-nr-t .pro-nm-nr-t-txt h3 {
	font-size: 48px;
	color: #fff;
	margin-bottom: 30px;
	font-style: italic;
}

.pro-nm-nr-t .pro-nm-nr-t-txt p {
	font-size: 16px;
	color: #fff;
	line-height: 2;
	font-style: italic;
}

.pro-nm-nr-b {
	font-size: 15px;
	margin-bottom: 150px;
}

.pro-nm-nr-b h5 {
	font-size: 24px;
	color: #74956c;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-top: 50px;
	margin-bottom: 20px;
}
.pro-nm-nr-b img{
	display: block;
	max-width: 100%;
}

/*气体能源*/
.pro-qtny-bg{
	width: 100%;
	height: 500px;
	background: url(../img/qtny-ban01.jpg) center no-repeat;
}

.pro-qtny-list{
	width: 100%;
	overflow: hidden;
}
.pro-qtny-list .pro-qtny-list-img{
	width: 530px;
	height: 400px;
	text-align: center;
	float: left;
}
.pro-qtny-list:nth-of-type(2n) .pro-qtny-list-img{
	float: right;
}
.qtny-bg01{
	background: url(../img/qtny-bg01.png) center no-repeat / 100% 100%;
}
.qtny-bg02{
	background: url(../img/qtny-bg02.png) center no-repeat / 100% 100%;
}
.qtny-bg03{
	background: url(../img/qtny-bg03.png) center no-repeat / 100% 100%;
}
.qtny-bg04{
	background: url(../img/qtny-bg04.png) center no-repeat / 100% 100%;
}

.pro-qtny-list .pro-qtny-list-img i{
	display: block;
	width: 60px;
	height: 60px;
	margin: 70px auto 15px;
}
.qtny-icon01{
	background: url(../img/qtny-icon01.png) center no-repeat / 100% 100%;
}
.qtny-icon02{
	background: url(../img/qtny-icon02.png) center no-repeat / 100% 100%;
}
.qtny-icon03{
	background: url(../img/qtny-icon03.png) center no-repeat / 100% 100%;
}
.qtny-icon04{
	background: url(../img/qtny-icon04.png) center no-repeat / 100% 100%;
}
.pro-qtny-list .pro-qtny-list-img span{
	font-size: 24px;
	color: #000;
}
.pro-qtny-list .pro-qtny-list-txt{
	float: right;
	width: 700px;
}
.pro-qtny-list:nth-of-type(2n) .pro-qtny-list-txt{
	float: left;
}
.pro-qtny-list .pro-qtny-list-txt p{
	font-size: 18px;
	line-height: 60px;
	color: #000;
}

.pro-qtny-list .pro-qtny-list-txt li{
	list-style: disc;
	line-height: 30px;
}
.pro-qtny-list .pro-qtny-list-txt img{
	display: block;
	max-width: 100%;
	margin-top: 30px;
}

/*行业*/
.hy-bg{
	width: 100%;
	height: 340px;
	background: url(../img/hy-bg.jpg) center no-repeat;
	background-size: cover;
}
.hy-list{
	margin-top: 25px;
}
.hy-list:first-of-type{
	margin-top: 0;
}
.hy-list-nav{
	float: left;
	width: 260px;
}
.hy-list-nav h5{
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: #74956c;
}
.hy-list-nav ul{
	width: 100%;
}
.hy-list-nav ul li{
	padding-left: 40px;
	height: 50px;
	line-height: 50px;
	background: #f0f0f0;
	margin-top: 5px;
	position: relative;
}
.hy-list-nav ul li:hover{
	color: #74956c;
}
.hy-list-nav ul li:after{
	content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hy-list-nav ul li:hover:after{
	border-color: #74956c;
}
.hy-list-nav ul li a{
	display: block;
}

.hy-list-nav ul .on{
	color: #74956c
}
.hy-list-nav ul .on:after{
	border-color: #74956c;
}
.hy-list-box{
	float: right;
	width: 920px;
}
.hy-list-box ul li{
	box-sizing: border-box;
	width: 920px;
	height: 250px;
	border: 1px solid #ddd;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 25px;
}
.hy-list-box ul li:hover{
	border-color: #74956c;
}
.hy-list-box ul li img{
	float: left;
	display: block;
	width: 348px;
	height: 208px;
}
.hy-list-box ul li dl{
	float: right;
	display: block;
	width: 500px;
}
.hy-list-box ul li dl dt{
	font-size: 20px;
	color: #000;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.hy-list-box ul li dl dd{
	height: 80px;
	font-size: 15px;
	overflow: hidden;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.hy-list-box ul li dl span{
	display: block;
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #74956c;
	color: #fff;
	margin-top: 20px;
}

/*新闻内容*/
.news-nr-l{
	float: left;
	width: 880px;
}
.news-nr-l h5{
	font-size: 30px;
	line-height: 1.5;
	color: #74956c;
}
.news-nr-l .news-nr-txt{
	height: 50px;
	line-height: 50px;
	background: #e5e5e5;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 50px;
	
}
.news-nr-r{
	float: right;
	width: 300px;
}
.news-nr-r h5{
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	background: #74956c;
	font-size: 24px;
	color: #fff;
}
.news-nr-r ul li{
	border-bottom: 1px dashed #ddd;
	line-height: 1.5;
	padding: 18px 0;
}
.news-nr-r ul li:hover{
	color: #74956c;
}

.news-bg {
	width: 100%;
	height: 340px;
	background: url(../img/news-bg.jpg) no-repeat;
	background-size: cover;
}

.news-list ul li{
	float: left;
	width: 285px;
	margin-right: 26px;
	background: #f0f0f0;
}
.news-list ul li:hover{
	background: #74956c;
}
.news-list ul li:nth-of-type(4n){
	margin-right: 0;
}
.news-list ul li a{
	display: block;
	padding: 40px 30px;
}
.news-list ul li a h5{
	font-size: 20px;
	line-height: 1.5;
}
.news-list ul li a img{
	display: block;
	width: 225px;
	height: 140px;
	margin-top: 15px;
}
.news-list ul li a p{
	font-size: 15px;
	line-height: 2;
	margin-top: 15px;
}
.news-list ul li a span{
	display: block;
	font-size: 15px;
	color: #000;
	margin-top: 40px;
}
.news-list ul li:hover h5,
.news-list ul li:hover p,
.news-list ul li:hover span{
	color: #fff;
}
.news-page{
	margin-top: 80px;
}

/*服务*/
.service-bg{
	width: 100%;
	height: 340px;
	background: url(../img/service.jpg) no-repeat;
	background-size: cover;
}
.service-pjby h5{
	font-size: 42px;
    margin-bottom: 50px;
    color: #333;
}
.service-pjby img{
	float: left;
	display: block;
}
.service-pjby .service-list-txt{
	float: right;
	width: 800px;
}
.service-pjby .service-list-txt span{
	display: block;
	font-size: 32px;
	color: #74956c;
    margin-bottom: 20px;
    margin-top: 20px;
}

.service-pjby .service-list-txt p{
	font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.service-pjby .service-list-txt p a{
	color: #333;
}
