@charset "utf-8";
/* CSS Document */
body {
	background: #fff;
}
/*==============================banner==========================*/

#banner {
	height: 330px;
	border: 1px #ccc solid;
}
#banner .inner {
	width: 1200px;
}
#banner .left {
	width: 260px;
	height: 330px;
	background: #f4f1f7 url(../images/nyicon.png) no-repeat center 130px;
}
#banner .left h3 {
	text-align: center;
	font-size: 22px;
	color: #333;
	margin-top: 60px;
}
#banner .left span {
	display: block;
	text-align: center;
	color: #999;
	line-height: 40px;
}
#banner .right {
	width: 910px;
	height: 330px;
}
/*===============================main===============================*/
#main {
	padding-bottom: 100px;
	background: url(../images/nybg.png) no-repeat center bottom;
}
#main .inner {
	width: 1200px;
}
.fl {
	background: url(../images/dashed.png) no-repeat center center;
	text-align: center;
	margin-top: 38px;
	font-size: 14px;
}
.fl ul {
	background: #fff;
	border: 1px #ccc dashed;
	display: inline-block;
	padding: 12px 25px;
}
.fl ul {
 *display:inline;
}
.fl ul li {
	display: inline-block;
	margin: 0 5px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background: #616161;
}
.fl ul li {
 *display:inline;
}
.fl ul li a {
	display: block;
	color: #fff;
}
.fl ul li.on {
	background: #2bae5a;
}
.xfl {
	margin-top: 20px;
	font-size: 14px;
}
.xfl ul {
	padding: 0 50px;
}
.xfl ul li {
	display: inline-block;
	margin: 0 8px 8px;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	border: 1px #ccc solid;
}
.xfl ul li {
 *display:inline;
}
.xfl ul li a {
	display: block;
	color: #666;
}
.xfl ul li.on {
	border: 1px #2bae5a solid;
}
.xfl ul li.on a {
	color: #2bae5a;
}
.maintop {
	height: 49px;
	padding-top: 27px;
	border-bottom: 1px #eaeaea dashed;
	line-height: 30px;
	margin-bottom: 40px;
}
.maintop h4 {
	float: left;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/h4icon.png) no-repeat left center;
	padding-left: 18px;
}
.maintop li {
	display: inline-block;
	background: url(../images/line.png) no-repeat right center;
	padding: 0 15px;
}
.maintop li {
 *display:inline;
}
.maintop li a {
	color: #999;
}
#main .content li {
	width: 540px;
	height: 144px;
	float: left;
	margin: 0 0 25px 40px;
}
#main .content li a {
	display: block;
	width: 490px;
	height: 80px;
	padding: 30px 25px;
	background: #f8f7fa;
	border-bottom: 4px #eaeaea solid;
	position: relative;
	cursor: pointer;
}
#main .content li .left {
	width: 65px;
	padding-top: 24px;
	background: url(../images/dateicon-02.png) no-repeat left top;
}
#main .content li .left .date {
	font-size: 24px;
	color: #bab9bb;
	line-height: 40px;
}
#main .content li .left .year {
	color: #bab9bb;
}
#main .content li .right {
	width: 420px;
}
#main .content li .right h5 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin-bottom: 15px;
}
#main .content li .right div {
	color: #999;
	line-height: 24px;
}
#main .content li a .green {
	position: absolute;
	top: 0;
	left: 0;
	width: 540px;
	height: 140px;
	background: url(../images/green.png) repeat-x left top;
	border-bottom: 4px #10883b solid;
	z-index: 0;
	display: none;
}
#main .content li a .text {
	position: absolute;
	top: 30px;
	left: 25px;
	width: 490px;
	height: 80px;
	z-index: 1;
}
#main .content li a.on .left {
	background: url(../images/dateicon.png) no-repeat left top;
}
#main .content li a.on .left .date {
	color: #97d1a8;
}
#main .content li a.on .left .year {
	color: #97d1a8;
}
#main .content li a.on .right h5 {
	color: #fff;
}
#main .content li a.on .right div {
	color: #97d1a8;
}
/*==================================products================================*/

#main .product li {
	width: 287px;
	height: 354px;
	float: left;
	margin: 0 6px 20px;
}
 
#main .product .img {
	width: 285px;
	height: 302px;
	border: 1px #ccc solid;
}
#main .product li span {
	display: block;
	text-align: center;
	line-height: 50px;
}
#main .product li a:hover .img {
	border: 1px #2bae5a solid;
}
#main .product.ewm li {
	width: 260px;
	height:310px;
	float: left;
	margin: 0 20px 20px;
}
#main .product.ewm .img {
	width: 260px;
	height: 260px;
	border: 1px #ccc solid;
}
/*===================================service=================================*/
#main .service li {
	width: 335px;
	height: 450px;
	position: relative;
	float: left;
	margin: 0 0 50px 40px;
}
#main .service li a {
	display: block;
	color: #333;
	width: 315px;
	height: 428px;
	margin: auto;
	text-align: center;
	background: #f4f5f7 url(../images/serviceicon-02.png) no-repeat center 133px;
}
#main .service li .text {
	position: absolute;
	top: 310px;
	left: 0;
	padding: 0 10px;
	text-align: center;
	width: 315px;
}
#main .service li .text h5 {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
}
#main .service li .text span {
	display: block;
	font-size: 14px;
}
#main .service li .icon {
	width: 41px;
	height: 41px;
	background: url(../images/jticon-02.png) no-repeat center center;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
#main .service li.on a {
	color: #fff;
	background: #1586c2 url(../images/serviceicon.png) no-repeat center center;
	box-shadow: 0 5px 10px #b5b3b4;
}
#main .service li.on a .icon {
	background: url(../images/jticon.png) no-repeat center center;
}
/*============================================contact======================================*/
#main .contact .map {
	position: relative;
}
#main .contact .map .maplogo {
	position: absolute;
	bottom: -54px;
	left: 50%;
	margin-left: -54px;
}
#main .contact .address {
	border-bottom: 1px #ccc dashed;
	padding: 80px 0 70px;
}
#main .contact .address .left {
	width: 420px;
	text-align: right;
	font-size: 24px;
	color: #333;
	line-height: 1.5em;
}
#main .contact .address .right {
	width: 730px;
}
#main .contact .message {
	padding-top: 35px;
}
#main .contact .message .left {
	width: 330px;
	padding-left: 85px;
}
#main .contact .message .left span {
	font-size: 16px;
	vertical-align: middle;
}
#main .contact .message .left div {
	border-bottom: 3px #333 solid;
	height: 50px;
	line-height: 50px;
	color: #666;
}
#main .contact .message .left div input {
	height: 48px;
	width: 270px;
	line-height: 48px;
	border: 0;
	background: none;
	vertical-align: middle;
	font-family: "微软雅黑";
	color: #666;
}
#main .contact .message .right {
	width: 670px;
	padding-right: 88px;
}
#main .contact .message .right span {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
#main .contact .message .right textarea {
	height: 130px;
	width: 654px;
	min-height: 130px;
	min-width: 654px;
	max-height: 130px;
	max-width: 654px;
	border: 3px #333 solid;
	font-family: "微软雅黑";
	padding: 5px;
	background: #fff;
	color: #666;
}
#main .contact .message .right .submit {
	width: 116px;
	height: 31px;
	border: 2px #ff6000 solid;
	margin-top: 20px;
	float: right;
	margin-bottom: 50px;
}
#main .contact .message .right .submit input {
	width: 116px;
	height: 31px;
	color: #ff6000;
	font-size: 16px;
	background: #fff;
	font-family: "微软雅黑";
	border: 0;
}
/*===================================productcontent===========================*/
#main.productcontent {
	border-top: 1px #ccc solid;
}
#main.productcontent .maintop {
	padding-top: 20px;
	border: 0;
	margin-bottom: 20px;
	height: auto;
}
.product_ny .h {
	border-top: 1px #ccc solid;
	text-align: center;
	padding-top: 35px;
	margin-bottom: 30px;
}
.product_ny .h span {
	vertical-align: middle;
}
.product_ny .h h4 {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5em;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	margin: 0 5px;
}
.product_ny .h h4 {
 *display:inline;
}
.product_ny .cptop {
	height: 535px;
}
.product_ny .cptop .left {
	width: 790px;
}
/* 本例子css */
.w3cFocus {
	width:790px;
	position: relative;
	height: 503px;
	padding: 10px 0;
	background: url(../images/cpbg.png) no-repeat 50px top;
}
.w3cFocus .prev{
	position: absolute;
	display: block;
	left:5px;
	top: 227px;
	width: 46px;
	height: 62px;
	background:url(../images/cpprev.png) no-repeat center center;
}
.w3cFocus .next{
	position: absolute;
	display: block;
	top: 227px;
	width: 46px;
	height: 62px;
	right:0px;
	background:url(../images/cpnext.png) no-repeat center center;
}
.w3cFocusIn {
	width: 630px;
	height: 503px;
	position: relative;
	margin: 0 auto;
}
.w3cFocusIn .bd li {
	vertical-align: middle;
}
.w3cFocusIn .bd li img {
	width: 630px;
	height: 490px;
	display: block;
}
.w3cFocusIn .hd {
	position: absolute;
	right:-510px;
	top:305px;
	z-index:2;
}
.w3cFocusIn .hd ul {
	vertical-align: middle;
	display: inline-block;
   *display:inline;
	overflow: hidden;
	zoom: 1;
}
.w3cFocusIn .hd ul li {
	position: relative;
	float: left;
	display: inline;
	margin-right:20px;
	cursor: pointer;
	border:1px #ccc solid;
	background:#fff;
	width:116px;
	height:80px;
}
.w3cFocusIn .hd ul li img {
	width:116px;
	height:80px;
	display:block;
}
.w3cFocusIn .hd ul li.on{
	border: 1px solid #2bae5a;
}
.product_ny .cptop .right {
	width: 395px;
	height:523px;
	position:relative;
}
.product_ny .cptop .right h3 {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5em;
	/*margin-top:10px;*/
}
.product_ny .cptop .right .xl {
	font-size: 18px;
	color: #2bae5a;
}
.product_ny .cptop .right .xh p {
	color: #999;
	margin-bottom:10px;
}
.product_ny .cptop .right .xh {
	margin-top: 40px;
}
.product_ny .cptop .right .sc_name {
	width:390px;	
	position:relative;
}
.product_ny .cptop .right .sc_name p {
	display:block;
	width:343px;
	height:52px;
	padding:0 35px 0 10px;
	line-height:52px;
	height:52px;
	overflow:hidden;
	text-align:center;
	color:#666;
	border:1px #ccc solid;	
	cursor:pointer;
	background:url(../images/sjx.png) no-repeat 362px center;
}
.product_ny .cptop .right .more_xh {
	position:absolute;
	top:54px;
	left:0;
	width:388px;
	border:1px #ccc solid;
	background:#fff;
	text-align:center;
	line-height:1.5em;
	z-index:3;	
	border-top:0;
}
.product_ny .cptop .right .more_xh li {
	padding:5px 10px;
}

.product_ny .cptop .right .lxfs {
	position:absolute;
	bottom:28px;
	padding-top:20px;
	left:0;	
	width:395px;
	border-top:1px #ccc solid;
}
.product_ny .cptop .right .lxfs a {
	text-decoration:underline;
	color:#000;	
}
.product_ny .cptop .right .lxfs .lxhm {
	padding-left:35px;
	background:url(../images/telicon.png) no-repeat left center;
	height:25px;
	line-height:25px;
	margin-top:10px;	
}

/*======================================about==========================*/
.about .maintop {
	margin-bottom:0;	
}
#content {
	min-height:500px;	
}
#content h4 {
	font-size:18px;
	color:#333;
	text-align:center;
	margin-bottom:20px;
}	
#content .text {
	padding:0 20px;	
}



















