@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: 16.666667%;
	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 {

    /*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;
	border-bottom: 1px dashed #bfbfbf;
}
.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;
	line-height: 50px;
	width: 100%;
	height: 100%;
	border-bottom: 1px dashed #bfbfbf;
}
/*.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;
}
.inside-lc-item {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #dfdfdf;
}
.inside-lc-item.inside-lc-address {
	height: auto;
	line-height: 25px;
	padding: 15px;
}
/*内页左边 end*/


/*内页右边*/
.inside-right {
	width: 79.5834%;
}
.inside-location-box {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #eaeaea;
    padding: 30px 0px 10px;
	margin-bottom: 30px;
}
.inside-rl-title {
	font-size: 20px;
    color: #1f1f1f;
    display: block;
}
.inside-rl-location {
	font-size: 12px;
}


.inside-r-list {
	padding: 0 0 30px 0;
}
.irlib-title {
	height: 30px;
	line-height: 30px;
}
.inside-rl-item {
	padding: 15px 0;
	border-bottom: 1px dashed #ddd;
}
.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;
}
.inside-r-title {
	font-size: 18px;
}
.inside-r-em {
	display: block;
	font-size: 12px;
    color: #ababab;
    height: 24px;
    line-height: 24px;
    margin: 10px 0px;
}
/*新闻详情 end*/


/*产品列表 继承内页左右样式*/
.inside-prorl-item {
	float: left;
	margin-right: 41px;
	padding-bottom: 15px;
	position: relative;
}
/*.inside-prorl-item img {
	max-width: 955px;
}*/
.inside-rn-content img {
	max-width: 955px;
}
.inside-prorl-item:nth-child(3n){
	margin-right: 0;
}
.inside-prorl-item > .inside-prorl-item-img {
	display: block;
	width: 290px;
	height: 215px;
	position: relative;
	overflow: hidden;
}
.inside-prorl-img {
	width: 100%;
	height: 100%;
	display: block;
/*	max-width: 290px;
	max-height: 215px;*/
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translateY(-50%) translateX(-50%);
	-moz-transform:translateY(-50%) translateX(-50%);
	transform:translateY(-50%) translateX(-50%);
}
.inside-prorl-title {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	padding: 10px 0;
	text-align: center;
}
/*产品列表 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: #00a46c;
    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*/



