﻿@charset "UTF-8";


/*内页通用样式*/
.bg-color {
	background-color: #008759; /* 背景主色 */
}
.bg-color2 {
	background-color: transparent; /* 背景辅助颜色 */
}

.text-color {
	color: #333333; /* 字体主色 */
} 
.text-color2 {
	color: #808080; /* 字体辅助颜色 */
}
.text-color3 {
	color: #555;
}
.w1200 {
	width: 1200px;  /* 内页版心宽度 */
	margin: 0 auto;
}
/*内页通用样式 end*/

.inside-box {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*内页左边*/
.inside-left {
	width: 20%;
	text-align: center;
	
}
.inside-l-list {
	color: #fff;
}
.inside-ll-title {
    padding: 30px 0px 20px;
}
.inside-ll-h4 {
	font-size: 20px;
}
.inside-ll-em {
	font-size: 14px;
}
.inside-ll-content {

}
.inside-ll-content .inside-ll-item {
	border-bottom: 1px dashed #bfbfbf;
	height: 50px;
    line-height: 50px;
	color: #000;
	list-style-type: none;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
.inside-ll-content .inside-ll-item:last-child {
	border-bottom: 1px solid #bfbfbf;
}
.inside-ll-content .inside-ll-item > a {
	font-size: 14px;
	display: block;
	width: 100%;
	height: 100%;
}
.inside-ll-content .inside-ll-item:hover {
	background-color: #008759;
	color: #fff;
	border-bottom: 1px solid #bfbfbf;
}
.inside-l-contact {
	margin-top: 25px;
	border: 1px solid #dfdfdf;
}
.inside-lc-title {
	padding: 30px 0px 20px;
	color: #fff;
	text-align: left;
}
.inside-lc-item {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px dashed #dfdfdf;
	text-align: left;
}
.inside-lc-item.inside-lc-address {
	height: auto;
	line-height: 25px;
	padding: 9px 0px;
	border-bottom: 0px;
}
/*内页左边 end*/


/*内页右边*/
.inside-right {
	width: 78%;
}
.inside-location-box {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #eaeaea;
    padding: 0px 0px 10px;
	margin-bottom: 20px;
}
.inside-rl-title {
	font-size: 20px;
    color: #1f1f1f;
    display: block;
}
.inside-rl-location {
	font-size: 14px;
}


.inside-r-list {
	padding: 0 0 30px 0;
}
.inside-r-list p span{
	font-size: 15px!important;
}
.irlib-title {
	height: 30px;
	line-height: 30px;
}
.inside-rl-item {
	width: 294px;
	height: 221px;
	float: left;
	margin-right: 25px;
	list-style: none;
	margin-bottom: 25px;
	position: relative;
}
.inside-rl-item:first-child{
	padding-top: 0;
}
.inside-rl-item a {
	font-size: 16px;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.inside-rli-time {
	font-size: 14px;
}
.irlib-content {
	font-size: 14px;
	line-height: 170%;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.inside-r-page {
	margin-top: 20px;
}

/*内页右边 end*/


/*新闻详情 继承内页左右样式*/
.inside-r-box {
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px dashed #dfdfdf;
	margin-bottom: 10px;
}
.inside-r-title {
	font-size: 18px;
}
.inside-r-em {
	display: block;
	font-size: 12px;
    color: #ababab;
    height: 24px;
    line-height: 24px;
    margin: 10px 0px;
}
.inside-news-img{
	text-align: center;
}
/*NEWS*/
.mynews{ width: 100%; height: auto; overflow: hidden;}
.mynews ul li{ width: 84%; height: 160px; background: #F9F9F9; margin-bottom: 15px; padding: 25px 110px 0 30px; position: relative;}
.mynews ul li span{ width: 45px; height: 185px; display: block; position: absolute; right: 0; top: 0; background: #CBCBCB; text-align: center; color: #FFF; font-size: 15px; line-height: 185px;}
.mynews ul li h4{ font-size: 16px; line-height: 40px; color: #3C3C3C; font-weight: 600;}
.mynews ul li h5{ font-size: 12px;  color: #A2A2A2;margin: 12px 0px;}
.mynews ul li h6{ font-size: 14px;  color: #9C9C9C;}
.mynews ul li:hover{ background: #0DA39A;opacity: 0.8;}
.mynews ul li:hover span{ background: #085450;opacity: 1;}
.mynews ul li:hover h4,.mynews ul li:hover h5,.mynews ul li:hover h6{ color: #FFF;}
/*新闻详情 end*/


/*产品列表 继承内页左右样式*/
.inside-prorl-item:nth-child(3n){
	margin-right: 0;
}
/*产品列表 end*/


/*产品详情 继承内页左右样式*/

/*产品详情 end*/


/*留言*/
.inside-ny-message {
    /*padding-top: 30px;*/
}
.inside-ny-message .inside-ny-item {
    height: 30px;
    margin-bottom: 20px;
}
.inside-ny-name {
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    padding-right: 10px;
    font-family: initial;
}
.inside-ny-inp {
    width: 300px;
    height: 28px;
    padding-left: 5px;
    border: #ccc 1px solid;
}
.inside-ny-inp[type=text]:focus {
    border: 1px solid #ccc;
}
.inside-ny-message .inside-ny-text {
    height: auto;
}
.inside-ny-area {
    width: 400px;
    height: 110px;
    padding: 5px;
    border: #ccc 1px solid;
}
.inside-ny-code .inside-ny-inp {
    width: 100px;
}
.inside-nyc-img {
    margin-left: 10px;
    width: 64px;
    height: 30px;
    cursor: pointer;
}
.inside-ny-btn {
    padding-left: 110px;
}
.inside-ny-btn input {
    width: 100px;
    height: 35px;
    background: #ddd;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 5px;
    border: 0;
}
.inside-ny-btn input[type=submit] {
    background: #0DA39A;
    color: #fff;
}
.inside-ny-btn input[type=button] {

}
.inside-ny-btn input[type=button]:hover {
    background: #f60;
    color: #fff;
}
.inside-ny-hint {
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    color: red;
}
/*留言 end*/

div.jogger{padding:2px;margin:7px;font-family:"lucida sans unicode", "lucida grande", lucidagrande, "lucida sans", geneva, verdana, sans-serif;text-align:center; margin-top:20px;}
div.jogger a{padding:0.5em 0.64em 0.43em 0.64em;margin:2px;color:#fff;background-color:#0DA39A;text-decoration:none;}
div.jogger a:hover{padding:0.5em 0.64em 0.43em 0.64em;margin:2px;color:#fff;background-color:#de1818;}
div.jogger a:active{padding:0.5em 0.64em 0.43em 0.64em;margin:2px;color:#fff;background-color:#de1818;}
div.jogger span.current{padding:0.5em 0.64em 0.43em 0.64em;margin:2px 6px 2px 2px;color:#fff;background-color:#c51616; font-weight:bold;}
div.jogger span.disabled{display:none;}
div.jogger li{list-style:none; float:left;}
.sidebar-linkway{
	width: 202px;
	padding-bottom: 30px;
	background: #ffffff;
	border: 1px solid #cccccc;
	height: 322px;
	overflow: hidden;
	padding:0 20px;
	position: relative;
}
.sidebar-linkway-top{
	background-color:#0DA39A;
	color:#fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 8px 0;
}
.inside-lc-box{
	margin-top: 70px;
}
.inside-r-prev_next li,.inside-r-prev_next div{line-height:40px;}
.link_way li {
    padding-bottom: 10px;
}
.link_way {
    list-style: none;
    padding: 30px 0 0px 18px;
}