﻿* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1100px;
	font-family: "微软雅黑";
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

.top {
	width: 100%;
	height: 36px;
	background: #eeeeee;
}

.top_main {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.top_main p {
	display: block;
	float: left;
	line-height: 36px;
	font-size: 13px;
	color: #333;
}

.top ul {
	float: right;
}

.top ul li {
	float: left;
	position: relative;
	margin-left: 5px;
}

.top_main a {
	font-size: 13px;
	color: #333;
	float: left;
	line-height: 36px;
	margin-left: 6px;
}

.top ul li:after {
	content: "";
	background:url(../image/top_after.png);
	width: 1px;
	height: 14px;
	top: 11px;
	margin-left: 4px;
	position: absolute;
}

.top ul li:last-child:after {
	width: 0;
	height: 0;
}
/**/
.header {
	width: 100%;
	height: auto;
}

.head {
	width: 1100px;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
}

.head .left {
	float: left;
	height: 120px;
}

.head .left img {
	display: block;
	margin-top: 16px;
}

.head .right {
	float: right;
	height: 110px;
	background: url(../image/header_tel.png)no-repeat left;
}
.head .right p{
	display: block;
	font-size: 34px;
	color: #f29c9f;
	margin-top: 40px;
	margin-left: 80px;
}
/**/
.nav{
	width: 100%;
	height: 50px;
	background: #fbc5c3;
}
.nav ul{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 137px;
	height: 100%;
}
.nav ul li a{
	display: block;
	color: #000;
	text-align: center;
	line-height: 50px;
	transition: all .7s;
}
.nav ul li a:hover{
	background: #f29c9f;
	color: #fff;
}
/**/
.banner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.b_slider {
	width: 100%;
}

.b_slider ul li {
	top: 0;
	float: left;
}

.banner ul li img {
	display: block;
	width: 100%;
	float: left;
}

.banner .hd {
	height: 20px;
	width: 115px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -40px;
	z-index: 1;
}

.banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner .hd ul li {
	float: left;
	list-style: none;
	margin-right: 20px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #fff;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
}

.banner .hd ul li.on {
	background: #fff;
}

.banner .bd {
	position: relative;
	height: 100%;
	width: 100%;
}

.banner .bd li {
	zoom: 1;
	vertical-align: middle;
}

.banner .bd img {
	width: 100%;
	display: block;
}

.banner .prev,
.banner .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -3%;
	display: block;
	width: 32px;
	height: 40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.banner .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.banner .next {
	font-size: 58px;
	color: #fff;
}

.banner .prev {
	font-size: 58px;
	color: #fff;
}

.banner .prev:hover,
.banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.banner .prevStop {
	display: none;
}

.banner .nextStop {
	display: none;
}
/**/
.service{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
}
.service .title{
	width: 250px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.service .title span{
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #2a2a2a;
	text-align: center;
	margin-bottom: 5px;
}
.service .title p{
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #a9a9a9;
	text-align: center;
}
.service .title:before{
	content: "";
	background: url(../image/ser_before.png);
	width: 224px;
	height: 1px;
	position: absolute;
	bottom: 15px;
	right: 260px;
}
.service .title:after{
	content: "";
	background: url(../image/ser_before.png);
	width: 224px;
	height: 1px;
	position: absolute;
	bottom: 15px;
	left: 260px;
}
.service .infom{
	width: 100%;
	height: 298px;
	margin-top: 20px;
}
.service .infom ul li{
	float: left;
	width:211px;
	height: 296px;
	margin-right: 8px;
	border: 1px solid #a9a9a9;
	overflow: hidden;
	text-overflow: ellipsis;
}
.service .infom ul li:last-child{
	margin: 0;
}
.service .infom ul li .photo{
	float: left;
	margin-left: 41px;
	margin-top: 15px;
}
.service .infom ul li .photo img{
	display: block;
	width: 124px;
	height: 124px;
	margin: 0 auto;
}
.service .infom ul li .intro{
	float: left;
}
.service .infom ul li .intro b{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-top: 5px;
	text-align: center;
}
.service .infom ul li .intro span{
	display: block;
	font-size: 14px;
	color: #3a3a3a;
	text-align: center;
}
.service .infom ul li .intro p{
	display: block;
	font-size: 15px;
	color: #666;
	text-align: center;
	line-height: 22px;
	padding: 8px;
}
/**/
.about_box{
	width: 100%;
	height: auto;
	margin-top: 30px;
	background: #f29c9f;
	padding-bottom: 20px;
}
.about{
	width:1100px;
	height: auto;
	margin: 0 auto;
}
.about .title{
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
}
.about .title span{
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
}
.about .title p{
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.about .title:before{
	content: "";
	background:url(../image/ab_before.png);
	width: 224px;
	height: 1px;
	position: absolute;
	bottom: 15px;
	right: 260px;
}
.about .title:after{
	content: "";
	background:url(../image/ab_before.png);
	width: 224px;
	height: 1px;
	position: absolute;
	bottom: 15px;
	left: 260px;
}
.about_box .main{
	width: 100%;
	height: 430px;
}
.about_pic{
	float: left;
	margin-top: 30px;
	position: relative;
	
}
.about_pic:after{
	content: "";
	background:url(../image/about_after.png);
	width: 500px;
	height: 50px;
	bottom: -30px;
	position: absolute;
}
.about_pic img{
	display: block;
	width: 500px;
	height: 372px;
	border: 1px solid #fff;
}
.main .right{
	float: right;
	width: 560px;
	margin-top: 50px;
}
.main .right .tit span{
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.main .right .infom{
	width: 550px;
	height: 245px;
	margin-top: 10px;
	overflow: hidden;
}
.main .right .infom p{
	font-size: 15px;
	color: #fff;
	line-height: 22px; text-indent:2em;
}
.main .right .more{
	width: 140px;
	height: 40px;
	background: #fff;
	border-radius: 5px;
	margin-top: 20px;
}
.main .right .more a{
	display: block;
	font-size: 16px;
	color: #784d4f;
	text-align: center;
	line-height: 40px;
}
/**/
.envi{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
}
.envi .title{
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
}
.envi .title span{
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #2a2a2a;
	text-align: center;
	margin-bottom: 5px;
}
.envi .title p{
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #a9a9a9;
	text-align: center;
}
.envi .title:before{
	content: "";
	background:url(../image/ser_before.png);
	width: 224px;
	height: 1px;
	position: absolute;
	bottom: 15px;
	right: 260px;
}
.envi .title:after{
	content: "";
	background:url(../image/ser_before.png);
	width: 224px;
	height: 1px;
	position: absolute;
	bottom: 15px;
	left: 260px;
}
.envi .main{
	width:100%;
	height: 470px;
	margin-top: 20px;
}
.envi .main ul li{
	float: left;
	width: 267px;
	height: 235px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.envi .main ul li:nth-child(4n){
	margin-right: 0;
}
.envi .main ul li img{
	display: block;
	width: 267px;
	height: 200px;
}
.envi .main ul li a{
	display: block;
	font-size: 15px;
	color: #222;
	width: 100%;
	height: 35px;
	text-align: center;
	line-height: 35px;
}
/**/
.news_center{
	width: 1100px;
	height: 662px;
	margin: 0 auto;
	margin-top: 30px;
}
.news_center .title{
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
}
.news_center .title span{
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #2a2a2a;
	text-align: center;
	margin-bottom: 5px;
}
.news_center .title p{
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #a9a9a9;
	text-align: center;
}
.news_center .title:before{
	content: "";
	background:url(../image/ser_before.png);
	width: 224px;
	height: 1px;
	position: absolute;
	bottom: 15px;
	right: 260px;
}
.news_center .title:after{
	content: "";
	background:url(../image/ser_before.png);
	width: 224px;
	height: 1px;
	position: absolute;
	bottom: 15px;
	left: 260px;
}
.news_center .left{
	width: 660px;
	height: 540px;
	float: left;
	margin-top: 20px;
}
.news_center .left ul li{
	width:660px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
}
.news_center ul li:hover{
	 -webkit-box-shadow:4px 4px 20px #999;
}
.time{
	width: 78px;
	height: 100px;
	background: #fbc5c3;
	float: left;
}
.time b{
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	width: 78px;
	margin-top: 15px;
	text-align: center;
}
.time p{
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.news_center .left .info{
	width: 566px;
	height: 84px;
	padding: 8px;
	float: left;
	background: #eee;
	overflow: hidden;
}
.news_center .left .info span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	margin-top: 10px;
}
.news_center .left .info p{
	display: block;
	font-size: 13px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	line-height: 23px;
}
.news_center .right{
	float: right;
	margin-top: 20px;
	overflow: hidden;
}
.news_center .right img{
	display: block;
	width: 422px;
	height: 540px;
}
/**/
.life{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}
.life .title{
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
}
.life .title span{
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #2a2a2a;
	text-align: center;
	margin-bottom: 5px;
}
.life .title p{
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #a9a9a9;
	text-align: center;
}
.life .title:before{
	content: "";
	background:url(../image/ser_before.png);
	width: 224px;
	height: 1px;
	position: absolute;
	bottom: 15px;
	right: 260px;
}
.life .title:after{
	content: "";
	background:url(../image/ser_before.png);
	width: 224px;
	height: 1px;
	position: absolute;
	bottom: 15px;
	left: 260px;
}
.life .main{
	height: 291px;
	margin-top: 20px;
}
.life .main ul li{
	float: left;
	margin-right: 20px;
	position: relative;
}
.life .main ul li:last-child{
	margin-right: 0;
}
.life .main ul li img{
	display: block;
	width: 352px;
	height: 282px;
}
.life .main ul li p{
	display: block;
	font-size: 15px;
	color: #fff;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	position: absolute;
	transition: all .5s;
}
.life .main ul li a:hover p{
	background: #f29c9f;
}
.picScroll-left{
	position: relative;
}
.main .hd{
    position: absolute;
    bottom: -35px;
    left: 35%;
}
.picScroll-left ul .on{
	background: #f29c9f;
}
.main .hd ul li{
	width: 75px;
	height: 5px;
	float: left;
	margin-right: 10px;
	border: 1px solid #eee;
	cursor: pointer;
	text-indent: -9999px;
}
/**/
.footer{
	width: 100%;
	height: 275px;
	margin-top: 65px;
	background: #fbc5c3;
	float:left;
}
.foot{
	width: 1100px;
	margin: 0 auto;
}
.footer .left{
	float: left;
	width: 330px;
	position: relative;
}
.footer .left:after{
	content: "";
	background: url(../image/footer_after.png);
	width: 1px;
	height: 208px;
	position: absolute;
	right: -30px;
	top: 25px;
}
.footer .left .contact{
	background: url(../image/footer_tel.png)no-repeat left top;
	margin-top: 20px;
}
.footer .left .contact p{
	display: block;
	font-size: 15px;
	color: #000;
	padding-top: 7px;
	margin-left: 35px;
}
.footer .left .contact span{
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
}
.footer .left .contact a{
	display: block;
	width: 215px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	background: #000;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
}
.footer .left .link{
	width: 330px;
	margin-top: 10px;
}
.footer .left .link ul li{
	float: left;
	margin-right: 10px;
}
.footer .left .link span{
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.footer .left .link a{
	font-size: 16px;
	color: #000;
	line-height: 25px;
}
.footer .middle{
	float: left;
	margin-left: 70px;
	margin-top: 45px;
	position: relative;
}
.footer .middle img{
	display: block;
	width:144px;
	height: 144px;
}
.footer .middle:after{
	content: "";
	background: url(../image/footer_after.png);
	width: 1px;
	height: 208px;
	position: absolute;
	right: -45px;
	top: -18px;
}
.footer .right{
	width: 460px;
	height: 255px;
	float: right;
	margin-top: 23px;
	overflow: hidden;
}
.footer .right span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer .right p{
	font-size: 14px;
	color: #000;
	line-height: 22px;
}
/**/
.copy{
	width: 100%;
	height: 30px;
	background: #f29c9f;
	float:left;
}
.copy .main{
	width: 600px;
	height: 100%;
	margin: 0 auto;
	float:center;
}
.copy .main p{
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.copy .main a{
	font-size: 14px;
	color: #000;
	line-height: 30px;
}


.container{ width:1100px; margin:20px auto; }
.con_left{ width:240px; float:left; margin-right:20px; margin-bottom:50px; margin-top:-20px;}
.con_right{ width:840px; float:left; margin-bottom:30px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:230px; padding-left:10px; height:40px;line-height:40px; color:#f29c9f; font-size:18px; background:#e9e9e9; font-weight:bold; border-bottom:1px solid #ccc;  position:relative;}
.in_prokind span{ position:absolute; right:12px; top:0px; font-size:13px;}
.in_prokind span a:link{ color:#f29c9f;}
.in_prokind span a:visited{ color:#f29c9f;}
.in_prokind span a:hover{ color:#000;}
.in_casetit{ width:98%; padding-left:2%; height:57px;  line-height:57px;font-size:21px; font-weight:bold; color:#333; text-align:left; position:relative; border-bottom:#f29c9f 1px solid;}
.position{ position:absolute; right:5px; top:10px; font-size:14px; font-weight:normal;}
.position a:link{ color:#333;}
.position a:visited{ color:#333;}
.position a:hover{ color:#f29c9f;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:89%; padding-left:2%; font-size:13px; height:32px; line-height:32px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(../image/n_ico2.jpg) no-repeat 5px; padding-left:15px;}
.in_contact{width:100%; margin-top:10px; float:left; color:#333; border-top:#f29c9f 2px solid;}
.in_contact p{ width:230px; font-size:14px; line-height:24px; padding-left:5px; padding-right:5px;}
.in_contactmid{ background:#f0f0f0;padding-bottom:10px;border-bottom:#e9e9e9 2px solid;  }
.in_contactmid h3{line-height:28px; font-size:16px;padding-left:5px;color:#1b242d;}
.in_contactmid img{ margin-top:10px; width:100%;}
.clear{ clear:both;}
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product{ width:100%; margin:0px auto;}
.main_right_product ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:280px; height:240px;  float:left; margin-top:10px; margin-right:5px;  }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:260px; height:200px; padding:5px;border:#eee 1px solid; box-shadow:1px 1px 5px #f29c9f;}
.main_right_product ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover{ color:#f29c9f; text-decoration:none;}
.product_con{ width:100%;} 
.product_con img,.productimg img{ text-align:center; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont ul li{ height:42px; line-height:42px; border-bottom:#CCC 1px dotted; font-size:13px;  background:url(../image/n_ico2.jpg) no-repeat 5px; padding-left:25px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}
.index_newscont ul li a:link,.ul_news li a:link{ color:#3e3e3e;;}
.index_newscont ul li a:visited,.ul_news li a:visited{ color:#3e3e3e;}
.index_newscont ul li a:hover,.ul_news li a:hover{ color:#f29c9f;}
.nav ul li.current {background: #f29c9f;}
.nav ul li.current a{ color:#fff;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}
.index_newscont .newscontent a{color:#000;}


.listmenu .tit{
	width: 240px;
	height: 60px;
	background:#f29c9f url(../image/mmore.png) no-repeat 15px;
}
.listmenu .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
}
 .listmenu{
	float: left;
	width: 240px;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
 .listmenu ul li{
	width: 100%;
	height: 40px;
	background: #eeeeee;
	line-height: 40px;
	text-indent: 30px;
	margin-bottom: 2px;
	border-radius: 3px;
	margin-top:10px;

}
.listmenu ul li a{
	color:#1a1a1a;
	font-size: 15px;
}
.listmenu ul li:hover{
	background: #f29c9f;
}
.listmenu ul li.m_hover{
	background: #f29c9f;
}
.listmenu ul li:hover a,.product .listmenu ul li.m_hover a{
	color:#fff;
}
.listmenu  .tel img{
	display: block;
}

/*分页*/
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:center; float:left; margin-top:10px; margin-bottom:10px;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px; border-radius:3px;}
.thisclass{ background:#f29c9f; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#f29c9f; text-decoration:none;}
.footer .right .info a{ color:#FFF;}

/*留言*/
.message{width:100%; height:600px; /*background:#eee;*/ margin-left:50px;}
.message  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
.message p{font-size:15px; color:#999; text-align:center;}
   
 .message_left{float:left;width:40%;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
.message_right{float:left;width:90%;height:24px;line-height:24px;background-color:#eee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}
   
   .area_message{float:left;width:90%;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}
   
   .sub_message{float:left; width:92%;height:40px;line-height:40px;background-color:#f29c9f;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}
