﻿body {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
	font-size: 14px;
}
a {
	color: #333;
	text-decoration: none;
	transition: all .5s ease-in-out;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bodywidth {
	width: 1200px;
	margin: auto;
}
.top {
	clear: both;
	z-index: 100;
}
.top .logo {
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top .nav {
	width: 660px;
	padding-top: 45px;
	padding-left: 45px;
	z-index: 100;
}
.top .nav.animate5{
	z-index:100;
}
.top .nav ul li {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	width: 110px;
	text-align: center;
	position: relative;
	z-index: 100;
}
.top .nav ul li a {
	display: block;
	width: 110px;
	height: 40px;
}
.top .nav ul li a:hover {
	background: #E60012;
	color: white;
}
.top .nav ul ul {
	display: none;
	background: #E60012;
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 40px;
	width: 160px;
	z-index:100;
}
.top .nav ul ul li a {
	color: white;
	font-size: 14px;
	width: 160px;
}
.top .nav ul ul li a:hover {
	background: #D90010;
}
.top .search {
	width: 208px;
	height: 30px;
	background: url('seach.png') no-repeat center top;
	position: relative;
	margin-top: 50px;
}
.top .search select {
	display: block;
	border: 0px;
	top: 3px;
	color: #333333;
}
.top .search input {
	border: none;
	top: 3px;
	color: #333333;
	background: none;
}
.top .search .select1 {
	position: absolute;
	left: 6px;
	width: 80px;
	color: #BFC9A6;
}
.top .search .srhKey {
	position: absolute;
	left: 10px;
	width: 175px;
	color: #333;
	top: 0px;
	height: 28px;
	line-height: 28px;
}
.top .search .submit {
	position: absolute;
	left: 182px;
	top: 7px;
}
.top .search span {
	display: block;
	margin-top: 50px;
	color: #929191;
}
.banner {
	z-index: 1;
}
.banner.animate4{
	z-index: 1;	
}

/* 首页产品品牌图标 */

.cpiconindex {
	overflow: hidden;
	padding: 40px 0;
}
.cpiconindex ul{
	display: flex;
	justify-content: space-between;
}
.cpiconindex ul li {
	text-align: center;
}
.cpiconindex ul li .name {
	padding-top: 15px;
}
.cpiconindex ul li .name a {
	color: #858585;
}

.cpiconindex ul li .image{
	background-position: center center;
	background-repeat: no-repeat;
	width:140px;
	height:140px;
}
.cpiconindex ul li:nth-child(1) .image{
	background-image: url('cp5.png');
}
.cpiconindex ul li:nth-child(1):hover .image{
	background-image: url('cp5h.png');
}
.cpiconindex ul li:nth-child(2) .image{
	background-image: url('cp1.png');
	background-repeat: no-repeat;
}
.cpiconindex ul li:nth-child(2):hover .image{
	background-image: url('cp1h.png');
}
.cpiconindex ul li:nth-child(3) .image{
	background-image: url('cp2.png');
	background-repeat: no-repeat;
}
.cpiconindex ul li:nth-child(3):hover .image{
	background-image: url('cp2h.png');
}
.cpiconindex ul li:nth-child(4) .image{
	background-image: url('cp4.png');
	background-repeat: no-repeat;
}
.cpiconindex ul li:nth-child(4):hover .image{
	background-image: url('cp4h.png');
}



.cpzs1index {
	overflow: hidden;
	padding-bottom: 40px;
}
.cpzs1index .title {
	background: url('title.fw.png') no-repeat left top;
	height: 47px;
	line-height: 47px;
}
.cpzs1index .title span {
	display: inline-block;
	width: 200px;
	text-align: center;
	color: white;
	font-size: 20px;
}
.cpzs1index ul {
	overflow: hidden;
	position: relative;
	width: 1200px;
	height: 500px;
	margin-top: 30px;
}
.cpzs1index ul li{
	position:absolute;
	width:380px;
	height:230px;
	background:#F1F6F9;
}
.cpzs1index ul li .image{
	position:absolute;
	bottom:10px;
	right:10px;
}
.cpzs1index ul li .image img{
	width:252px;
	height:180px;
	border-radius: 10px;
}
.cpzs1index ul li .name{
	position:absolute;
	top:30px;
	left:20px;
	font-size:18px;
}
.cpzs1index ul li .name a{
	color:#E50012;	
}
.cpzs1index ul li .cont{
	position:absolute;
	top:60px;
	left:20px;
	overflow:hidden;
	padding:10px 0;
}
.cpzs1index ul li .cont a{
	color:#666;
	font-size:14px;
}
.cpzs1index ul li .more{
	position:absolute;
	bottom:40px;
	left:20px;
}
.cpzs1index ul li .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
.cpzs1index ul li:nth-child(1){
	left:0;
	top:0;
	width:380px;
	height:480px;
}
.cpzs1index ul li:nth-child(1) .image{
	text-align:center;
	left:0px;
	right:0px;
	top:100px;
}
.cpzs1index ul li:nth-child(1) .image img{
	width:340px;
	height:250px;
}
.cpzs1index ul li:nth-child(1) .name{
	font-size:18px;

	text-indent:30px;
}
.cpzs1index ul li:nth-child(1) .name a{
	color:#E50012;	
}
.cpzs1index ul li:nth-child(1) .cont{
	text-indent:30px;
	overflow:hidden;
	padding:10px 0;
}
.cpzs1index ul li:nth-child(1) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs1index ul li:nth-child(1) .more{
	padding-left:30px;		
}
.cpzs1index ul li:nth-child(1) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
.cpzs1index ul li:nth-child(2){
	left:410px;
	top:0;
}
.cpzs1index ul li:nth-child(3){
	left:820px;
	top:0;
}
.cpzs1index ul li:nth-child(4){
	left:410px;
	top:260px;
}
.cpzs1index ul li:nth-child(5){
	left:820px;
	top:260px;
}
.cpzs2index {
	overflow: hidden;
	padding: 20px 0;
}

.cpzs2index {
	overflow: hidden;
	padding-bottom: 40px;
}
.cpzs2index .title {
	background: url('title.fw.png') no-repeat left top;
	height: 47px;
	line-height: 47px;
}
.cpzs2index .title span {
	display: inline-block;
	width: 200px;
	text-align: center;
	color: white;
	font-size: 20px;
}
.cpzs2index ul {
	overflow: hidden;
	position: relative;
	width: 1200px;
	height: 480px;
	margin-top: 30px;
}
.cpzs2index ul li:nth-child(1){
	position:absolute;
	left:0;
	top:0;
	width:380px;
	height:480px;
	background:#F1F6F9;
}
.cpzs2index ul li:nth-child(1) .image{
	text-align:center;	
	width:380px;
	padding:50px 0 30px;
}
.cpzs2index ul li:nth-child(1) .image img{
	width:322px;
	height:267px;
}
.cpzs2index ul li:nth-child(1) .name{
	font-size:18px;

	text-indent:30px;
}
.cpzs2index ul li:nth-child(1) .name a{
	color:#E50012;	
}
.cpzs2index ul li:nth-child(1) .cont{
	text-indent:30px;
	overflow:hidden;
	padding:10px 0;
}
.cpzs2index ul li:nth-child(1) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs2index ul li:nth-child(1) .more{
	padding-left:30px;		
}
.cpzs2index ul li:nth-child(1) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
.cpzs2index ul li:nth-child(2){
	position:absolute;
	left:410px;
	top:0;
	width:380px;
	height:230px;
	background:#F1F6F9;
}
.cpzs2index ul li:nth-child(2) .image{
	position:absolute;
	bottom:10px;
	right:10px;
}
.cpzs2index ul li:nth-child(2) .image img{
	width:244px;
	height:160px;
}
.cpzs2index ul li:nth-child(2) .name{
	position:absolute;
	top:40px;
	left:20px;
	font-size:18px;
}
.cpzs2index ul li:nth-child(2) .name a{
	color:#E50012;	
}
.cpzs2index ul li:nth-child(2) .cont{
	position:absolute;
	top:60px;
	left:20px;
	overflow:hidden;
	padding:10px 0;
	width:160px;
	line-height:150%;
}
.cpzs2index ul li:nth-child(2) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs2index ul li:nth-child(2) .more{
	position:absolute;
	bottom:40px;
	left:20px;
}
.cpzs2index ul li:nth-child(2) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
.cpzs2index ul li:nth-child(3){
	position:absolute;
	left:820px;
	top:0;
	width:380px;
	height:230px;
	background:#F1F6F9;
}
.cpzs2index ul li:nth-child(3) .image{
	position:absolute;
	bottom:10px;
	right:10px;
}
.cpzs2index ul li:nth-child(3) .image img{
	width:244px;
	height:160px;
}
.cpzs2index ul li:nth-child(3) .name{
	position:absolute;
	top:40px;
	left:20px;
	font-size:18px;
}
.cpzs2index ul li:nth-child(3) .name a{
	color:#E50012;	
}
.cpzs2index ul li:nth-child(3) .cont{
	position:absolute;
	top:60px;
	left:20px;
	overflow:hidden;
	padding:10px 0;
}
.cpzs2index ul li:nth-child(3) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs2index ul li:nth-child(3) .more{
	position:absolute;
	bottom:40px;
	left:20px;
}
.cpzs2index ul li:nth-child(3) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
.cpzs2index ul li:nth-child(4){
	position:absolute;
	left:410px;
	top:260px;
	width:380px;
	height:230px;
	background:#F1F6F9;
}
.cpzs2index ul li:nth-child(4) .image{
	position:absolute;
	bottom:10px;
	right:10px;
}
.cpzs2index ul li:nth-child(4) .image img{
	width:228px;
	height:149px;
}
.cpzs2index ul li:nth-child(4) .name{
	position:absolute;
	top:40px;
	left:20px;
	font-size:18px;
}
.cpzs2index ul li:nth-child(4) .name a{
	color:#E50012;	
}
.cpzs2index ul li:nth-child(4) .cont{
	position:absolute;
	top:60px;
	left:20px;
	overflow:hidden;
	padding:10px 0;
	width:160px;
	line-height:140%;
}
.cpzs2index ul li:nth-child(4) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs2index ul li:nth-child(4) .more{
	position:absolute;
	bottom:40px;
	left:20px;
}
.cpzs2index ul li:nth-child(4) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
.cpzs2index ul li:nth-child(5){
	position:absolute;
	left:820px;
	top:260px;
	width:380px;
	height:230px;
	background:#F1F6F9;
}
.cpzs2index ul li:nth-child(5) .image{
	position:absolute;
	bottom:10px;
	right:10px;
}
.cpzs2index ul li:nth-child(5) .image img{
	width:223px;
	height:171px;
}
.cpzs2index ul li:nth-child(5) .name{
	position:absolute;
	top:40px;
	left:20px;
	font-size:18px;
}
.cpzs2index ul li:nth-child(5) .name a{
	color:#E50012;	
}
.cpzs2index ul li:nth-child(5) .cont{
	position:absolute;
	top:60px;
	left:20px;
	overflow:hidden;
	padding:10px 0;
	width:160px;
	line-height:150%;
}
.cpzs2index ul li:nth-child(5) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs2index ul li:nth-child(5) .more{
	position:absolute;
	bottom:40px;
	left:20px;
}
.cpzs2index ul li:nth-child(5) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
/***********/
.cpzs3index {
	overflow: hidden;
	padding-bottom: 40px;
}
.cpzs3index .title {
	background: url('title.fw.png') no-repeat left top;
	height: 47px;
	line-height: 47px;
}
.cpzs3index .title span {
	display: inline-block;
	width: 200px;
	text-align: center;
	color: white;
	font-size: 20px;
}
.cpzs3index ul {
	overflow: hidden;
	position: relative;
	width: 1200px;
	height: 480px;
	margin-top: 30px;
}
.cpzs3index ul li:nth-child(1){
	position:absolute;
	left:0;
	top:0;
	width:380px;
	height:480px;
	background:#F1F6F9;
}
.cpzs3index ul li:nth-child(1) .image{
	text-align:center;	
	width:380px;
	padding:50px 0 30px;
}
.cpzs3index ul li:nth-child(1) .image img{
	width:322px;
	height:267px;
}
.cpzs3index ul li:nth-child(1) .name{
	font-size:18px;

	text-indent:30px;
}
.cpzs3index ul li:nth-child(1) .name a{
	color:#E50012;	
}
.cpzs3index ul li:nth-child(1) .cont{
	text-indent:30px;
	overflow:hidden;
	padding:10px 0;
}
.cpzs3index ul li:nth-child(1) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs3index ul li:nth-child(1) .more{
	padding-left:30px;		
}
.cpzs3index ul li:nth-child(1) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
.cpzs3index ul li:nth-child(2){
	position:absolute;
	left:410px;
	top:0;
	width:380px;
	height:230px;
	background:#F1F6F9;
}
.cpzs3index ul li:nth-child(2) .image{
	position:absolute;
	bottom:10px;
	right:10px;
}
.cpzs3index ul li:nth-child(2) .image img{
	width:105px;
	height:191px;
}
.cpzs3index ul li:nth-child(2) .name{
	position:absolute;
	top:40px;
	left:20px;
	font-size:18px;
}
.cpzs3index ul li:nth-child(2) .name a{
	color:#E50012;	
}
.cpzs3index ul li:nth-child(2) .cont{
	position:absolute;
	top:60px;
	left:20px;
	overflow:hidden;
	padding:10px 0;
	width:160px;
	line-height:150%;
}
.cpzs3index ul li:nth-child(2) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs3index ul li:nth-child(2) .more{
	position:absolute;
	bottom:40px;
	left:20px;
}
.cpzs3index ul li:nth-child(2) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
.cpzs3index ul li:nth-child(3){
	position:absolute;
	left:820px;
	top:0;
	width:380px;
	height:230px;
	background:#F1F6F9;
}
.cpzs3index ul li:nth-child(3) .image{
	position:absolute;
	bottom:10px;
	right:10px;
}
.cpzs3index ul li:nth-child(3) .image img{
	width:149px;
	height:180px;
}
.cpzs3index ul li:nth-child(3) .name{
	position:absolute;
	top:40px;
	left:20px;
	font-size:18px;
}
.cpzs3index ul li:nth-child(3) .name a{
	color:#E50012;	
}
.cpzs3index ul li:nth-child(3) .cont{
	position:absolute;
	top:60px;
	left:20px;
	overflow:hidden;
	padding:10px 0;
	width:100px;
	line-height:140%;
}
.cpzs3index ul li:nth-child(3) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs3index ul li:nth-child(3) .more{
	position:absolute;
	bottom:40px;
	left:20px;
}
.cpzs3index ul li:nth-child(3) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
.cpzs3index ul li:nth-child(4){
	position:absolute;
	left:410px;
	top:260px;
	width:380px;
	height:230px;
	background:#F1F6F9;
}
.cpzs3index ul li:nth-child(4) .image{
	position:absolute;
	bottom:10px;
	right:10px;
}
.cpzs3index ul li:nth-child(4) .image img{
	width:186px;
	height:141px;
}
.cpzs3index ul li:nth-child(4) .name{
	position:absolute;
	top:40px;
	left:20px;
	font-size:18px;
}
.cpzs3index ul li:nth-child(4) .name a{
	color:#E50012;	
}
.cpzs3index ul li:nth-child(4) .cont{
	position:absolute;
	top:60px;
	left:20px;
	overflow:hidden;
	padding:10px 0;
	width:160px;
	line-height:140%;
}
.cpzs3index ul li:nth-child(4) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs3index ul li:nth-child(4) .more{
	position:absolute;
	bottom:40px;
	left:20px;
}
.cpzs3index ul li:nth-child(4) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
.cpzs3index ul li:nth-child(5){
	position:absolute;
	left:820px;
	top:260px;
	width:380px;
	height:230px;
	background:#F1F6F9;
}
.cpzs3index ul li:nth-child(5) .image{
	position:absolute;
	bottom:10px;
	right:10px;
}
.cpzs3index ul li:nth-child(5) .image img{
	width:177px;
	height:155px;
}
.cpzs3index ul li:nth-child(5) .name{
	position:absolute;
	top:40px;
	left:20px;
	font-size:18px;
}
.cpzs3index ul li:nth-child(5) .name a{
	color:#E50012;	
}
.cpzs3index ul li:nth-child(5) .cont{
	position:absolute;
	top:60px;
	left:20px;
	overflow:hidden;
	padding:10px 0;
	width:160px;
	line-height:150%;
	width:100px;
	line-height:140%;
}
.cpzs3index ul li:nth-child(5) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs3index ul li:nth-child(5) .more{
	position:absolute;
	bottom:40px;
	left:20px;
}
.cpzs3index ul li:nth-child(5) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
/***********/
.cpzs4index {
	overflow: hidden;
	padding-bottom: 40px;
}
.cpzs4index .title {
	background: url('title.fw.png') no-repeat left top;
	height: 47px;
	line-height: 47px;
}
.cpzs4index .title span {
	display: inline-block;
	width: 200px;
	text-align: center;
	color: white;
	font-size: 20px;
}
.cpzs4index ul {
	overflow: hidden;
	position: relative;
	width: 1200px;
	height: 480px;
	margin-top: 20px;
}
.cpzs4index ul li:nth-child(1){
	position:absolute;
	left:0;
	top:0;
	width:380px;
	height:480px;
	background:#F1F6F9;
}
.cpzs4index ul li:nth-child(1) .image{
	text-align:center;	
	width:380px;
	padding:30px 0 30px;
}
.cpzs4index ul li:nth-child(1) .image img{
	width:272px;
	height:299px;
}
.cpzs4index ul li:nth-child(1) .name{
	font-size:18px;

	text-indent:30px;
}
.cpzs4index ul li:nth-child(1) .name a{
	color:#E50012;	
}
.cpzs4index ul li:nth-child(1) .cont{
	text-indent:30px;
	overflow:hidden;
	padding:10px 0;
}
.cpzs4index ul li:nth-child(1) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs4index ul li:nth-child(1) .more{
	padding-left:30px;		
}
.cpzs4index ul li:nth-child(1) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
.cpzs4index ul li:nth-child(2){
	position:absolute;
	left:410px;
	top:0;
	width:380px;
	height:230px;
	background:#F1F6F9;
}
.cpzs4index ul li:nth-child(2) .image{
	position:absolute;
	bottom:40px;
	right:10px;
}
.cpzs4index ul li:nth-child(2) .image img{
	width:210px;
	height:84px;
}
.cpzs4index ul li:nth-child(2) .name{
	position:absolute;
	top:40px;
	left:20px;
	font-size:18px;
}
.cpzs4index ul li:nth-child(2) .name a{
	color:#E50012;	
}
.cpzs4index ul li:nth-child(2) .cont{
	position:absolute;
	top:60px;
	left:20px;
	overflow:hidden;
	padding:10px 0;
	width:160px;
	line-height:150%;
}
.cpzs4index ul li:nth-child(2) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs4index ul li:nth-child(2) .more{
	position:absolute;
	bottom:40px;
	left:20px;
}
.cpzs4index ul li:nth-child(2) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
.cpzs4index ul li:nth-child(3){
	position:absolute;
	left:820px;
	top:0;
	width:380px;
	height:230px;
	background:#F1F6F9;
}
.cpzs4index ul li:nth-child(3) .image{
	position:absolute;
	bottom:40px;
	right:10px;
}
.cpzs4index ul li:nth-child(3) .image img{
	width:206px;
	height:155px;
}
.cpzs4index ul li:nth-child(3) .name{
	position:absolute;
	top:40px;
	left:20px;
	font-size:18px;
}
.cpzs4index ul li:nth-child(3) .name a{
	color:#E50012;	
}
.cpzs4index ul li:nth-child(3) .cont{
	position:absolute;
	top:60px;
	left:20px;
	overflow:hidden;
	padding:10px 0;
	width:100px;
	line-height:140%;
}
.cpzs4index ul li:nth-child(3) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs4index ul li:nth-child(3) .more{
	position:absolute;
	bottom:40px;
	left:20px;
}
.cpzs4index ul li:nth-child(3) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
.cpzs4index ul li:nth-child(4){
	position:absolute;
	left:410px;
	top:260px;
	width:380px;
	height:230px;
	background:#F1F6F9;
}
.cpzs4index ul li:nth-child(4) .image{
	position:absolute;
	bottom:40px;
	right:10px;
}
.cpzs4index ul li:nth-child(4) .image img{
	width:182px;
	height:111px;
}
.cpzs4index ul li:nth-child(4) .name{
	position:absolute;
	top:40px;
	left:20px;
	font-size:18px;
}
.cpzs4index ul li:nth-child(4) .name a{
	color:#E50012;	
}
.cpzs4index ul li:nth-child(4) .cont{
	position:absolute;
	top:60px;
	left:20px;
	overflow:hidden;
	padding:10px 0;
	width:160px;
	line-height:140%;
}
.cpzs4index ul li:nth-child(4) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs4index ul li:nth-child(4) .more{
	position:absolute;
	bottom:40px;
	left:20px;
}
.cpzs4index ul li:nth-child(4) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
.cpzs4index ul li:nth-child(5){
	position:absolute;
	left:820px;
	top:260px;
	width:380px;
	height:230px;
	background:#F1F6F9;
}
.cpzs4index ul li:nth-child(5) .image{
	position:absolute;
	bottom:40px;
	right:10px;
}
.cpzs4index ul li:nth-child(5) .image img{
	width:185px;
	height:136px;
}
.cpzs4index ul li:nth-child(5) .name{
	position:absolute;
	top:40px;
	left:20px;
	font-size:18px;
}
.cpzs4index ul li:nth-child(5) .name a{
	color:#E50012;	
}
.cpzs4index ul li:nth-child(5) .cont{
	position:absolute;
	top:60px;
	left:20px;
	overflow:hidden;
	padding:10px 0;
	width:160px;
	line-height:150%;
	width:100px;
	line-height:140%;
}
.cpzs4index ul li:nth-child(5) .cont a{
	color:#666;
	font-size:14px;
}
.cpzs4index ul li:nth-child(5) .more{
	position:absolute;
	bottom:40px;
	left:20px;
}
.cpzs4index ul li:nth-child(5) .more a{
	background:#E60012;
	display:block;
	width:95px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:white;
	border-radius:5px;
}
.bottombanner {
	height: 285px;
	background: url('bottom.jpg') no-repeat center top;
}
.xwdtindex {
	overflow: hidden;
	padding: 20px 0;
}
.xwdtindex ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #CCC dotted;
}
.xwdtindex ul li .name {
	float: left;
	width: 75%;
}
.xwdtindex ul li .name a {
	color: #555;
}
.xwdtindex ul li .time {
	float: right;
	width: 25%;
	text-align: right;
	color: #999;
}
.cptjindex {
	overflow: hidden;
	padding: 20px 0;
}
.cptjindex ul {
	overflow: hidden;
}
.cptjindex ul li {
	float: left;
	width: 222px;
	height: 167px;
	margin-left: 22px;
}
.cptjindex ul li:first-child {
	margin: 0;
}
.cptjindex ul li img {
	width: 220px;
	height: 165px;
	border: 1px #CCC solid;
}
.botttomnav {
	overflow: hidden;
	padding: 20px 0;
}
.botttomnav ul {
	overflow: hidden;
}
.botttomnav ul li {
	float: left;
	width: 150px;
	height: 190px;
	padding-left: 200px;
	cursor: pointer;
}
.botttomnav ul li:first-child {
	padding: 0;
}
.botttomnav ul li .image {
	background: #EEEEEE;
	width: 150px;
	text-align: center;
	height: 150px;
	border-radius: 100%;
}
.botttomnav ul li:hover .image {
	background: #DDD;
}
.botttomnav ul li .image img {
	padding-top: 40px;
}
.botttomnav ul li:nth-child(4) .image img{
	padding:47px;
}
.botttomnav ul li .name {
	font-size: 16px;
	width: 150px;
	text-align: center;
	padding-top: 10px;
}
.nbanner {
	overflow: hidden;
	height: 488px;
	background: url('nbanner.jpg') no-repeat center top;
	clear: both;
	z-index: 1;
}
.neiyecont {
	overflow: hidden;
	padding: 30px 0;
}
.neiyecont1 {
	width: 240px;
}
.neiyecont1_1 {
	width: 240px;
	border: 1px #CCC solid;
}
.neiyecont1_1 .title {
	background: #E60012;
	height: 50px;
	line-height: 50px;
	color: white;
	font-size: 20px;
	text-indent: 20px;
}
.neiyecont1_1 ul {
	padding: 10px;
	overflow: hidden;
}
.neiyecont1_1 ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #CCC dotted;
}
.neiyecont1_1 ul ul {
	display: none;
	position: absolute;
	top: -10000px;
	left: -10000px;
}
.neiyecont1_2 {
	width: 240px;
	margin-top: 20px;
	border: 1px #CCC solid;
}
.neiyecont1_2 .title {
	background: #E60012;
	height: 50px;
	line-height: 50px;
	color: white;
	font-size: 20px;
	text-indent: 20px;
}
.neiyecont1_2 p {
	line-height: 200%;
	padding: 0 10px;
}
.neiyecont2 {
	width: 920px;
	overflow: hidden;
}
.neiyecont2_1 {
	font-size: 20px;
	border-bottom: 1px #CCC solid;
	padding: 20px 0;
	overflow: hidden;
}
.neiyecont2_2 {
	padding: 20px 0;
	overflow: hidden;
}
.bottom {
	overflow: hidden;
	padding: 30px 0;
	background: #2C2C2C;
}
.bottom .b1 {
	width: 250px;
}
.bottom .b1 ul li {
	font-size: 20px;
	color: #73726E;
}
.bottom .b1 ul li ul {
	padding-top: 10px;
}
.bottom .b1 ul li ul li {
	height: 30px;
	line-height: 30px;
}
.bottom .b1 ul li ul li a {
	color: #72726D;
	font-size: 14px;
}
.bottom .b1 ul li ul li a:hover {
	color: #CCC;
}
.bottom .b2 {
	width: 250px;
}
.bottom .b2 ul li {
	font-size: 20px;
	color: #73726E;
}
.bottom .b2 ul li ul {
	padding-top: 10px;
}
.bottom .b2 ul li ul li {
	height: 30px;
	line-height: 30px;
}
.bottom .b2 ul li ul li a {
	color: #72726D;
	font-size: 14px;
}
.bottom .b3 {
	width: 250px;
}
.bottom .b3 ul li {
	font-size: 20px;
	color: #73726E;
}
.bottom .b3 ul li ul {
	padding-top: 10px;
}
.bottom .b3 ul li ul li {
	height: 30px;
	line-height: 30px;
}
.bottom .b3 ul li ul li a {
	color: #72726D;
	font-size: 14px;
}
.bottom .b4 span {
	display: block;
	padding-top: 5px;
	color: #72726D;
	width: 109px;
	text-align: center;
}
.footer {
	overflow: hidden;
	border-top: 1px #424242 solid;
	background: #2C2C2C;
	height: 80px;
	line-height: 80px;
	color: #CCC;
}
.footer a {
	color: #CCC;
}
.neiyecp {
	overflow: hidden;
	padding: 20px 0;
}
.neiyecp .title {
	font-size: 20px;
	overflow: hidden;
	border-bottom: 1px #CCC dotted;
	padding: 20px 0;
	text-align: center;
}
.neiyecp .cp {
	overflow: hidden;
	padding: 10px 0;
}
.neiyecp .biaoge {
	overflow: hidden;
}
.neiyecp .biaoge table {
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
	width: 100%;
}
.neiyecp .biaoge table tr td {
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}
.neiyecp h3 {
	overflow: hidden;
	border-bottom: 3px #E60012 solid;
	margin-top: 10px;
}
.neiyecp h3 span {
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	font-size: 16px;
	background: #E60012;
}
.neiyecp h4 {
	overflow: hidden;
	font-size: 16px;
	color: #E60012;
}
.biaoge1 {
	overflow-x:scroll;
	width: 920px;	

}
.biaoge1 table {
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
	width:1600px;	

}
.biaoge1 table tr td {
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}

.biaoge{
	overflow:hidden;
}
.biaoge table {
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
	width:100%;	

}
.biaoge table tr td {
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}
.cp{
	overflow:hidden;
	padding:20px 0;
}
.cp ul li{
	float:left;	
	width:306px;
	height:260px;
}
.cp ul li img{
	width:270px;
	height:210px;	
	padding:4px;
	border:1px #CCC solid;
}

/* 产品详情页图片点击放大列表 */
.cpPiclist1{
	overflow:hidden;
	padding:20px 0;
}
.cpPiclist1 ul li{
	float:left;	
	width:306px;
	height:306px;
}
.cpPiclist1 ul li img{
	width:270px;
	height:270px;	
	padding:4px;
	border:1px #CCC solid;
}

.prodTable{
	border-collapse: collapse;
	width:100%;
}
.prodTable td,.prodTable th{
	border:1px solid #CCC;
	text-align: center;
	padding:2px;
}