﻿
.container {
	margin: 0 auto;
	width: 1200px;
}

/*prolist*/
.prolist {
	width: 100%;
	overflow: hidden;
}
.prolist .list {
	width: 100%;
}
.prolist .item {
	width: 290px;
	float: left;
	margin: 0 20px 30px 0;
	position: relative;
	background: #fff;
	transition: all ease 300ms;
	overflow: hidden;
}
.prolist .item a {
	display: block;
	padding: 3px;
	border: 1px solid #e5e5e5;
}
.prolist .item img {
	width: 100%;
	
	display: block;
}
.prolist .item h3 {
	padding: 0 6px;
	height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #383838;
	line-height: 60px;
	overflow: hidden;
	transition: all ease 300ms;
}
.prolist .item:hover a {
	background: #06a3e8;
	border-color: #06a3e8;
}
.prolist .item:hover h3 {
	color: #fff;
}



.cpright {
	width: 930px;
	float: right;
	margin-top: 26px;
}
.cprightpt {
	width: 960px;
	padding: 0 20px;
	background: #fff;
	float: right;
	padding-bottom: 20px;
}

/*产品展示*/
.cpzx {
	overflow: hidden;
	width: 100%;
	background: rgba(6, 163, 232, 0.05);
	padding-bottom: 20px;
}
.cpzx h3 {
	width: 100%;
	height: 27px;
	margin: 0 auto;
	text-align: center;
	margin-top: 35px;
	padding-bottom: 5px;
}
.cpzx h3 a {
	color: #227ecb;
}
.cpzx .nlist .expmenu {
	height: 416px;
	border: 1px solid #E0E0E0;
	border-top: 0;
	overflow: hidden;
}
.nlist {
	float: left;
	width: 240px;
	margin-top: 26px;
}
.nlist h4 {
	color: #FFF;
	text-decoration: none;
	color: #FFFFFF;
}
.nlist .nt {
	font-weight: normal;
	padding: 18px 0;
	padding-left: 20px;
	background: #d82019 url(../images/hhbg.png) no-repeat 195px center;
	font-size: 20px;
	color: #FFFFFF;
}
.nlist .nt a {
	color: #FFFFFF;
}
.TabTitle2 ul.expmenu {
	padding: 10px;
	padding-bottom: 0;
	background: #fff;
	border: 1px solid #E0E0E0;
	border-top: 0;
}
.TabTitle2 ul.expmenu li div.header {
	background: #d82019 url(../images/flbj.png) left center no-repeat;
	color: #FFF;
	width: 218px;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.TabTitle2 ul.expmenu li div.header a {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	padding-left: 35px;
	text-decoration: none;
	color: #FFF;
}
.TabTitle2 ul.expmenu li div.header .arrow {
	display: block;
	width: 28px;
	height: 30px;
	background: no-repeat center;
	float: right;
	overflow: hidden;
	cursor: pointer;
}
.TabTitle2 ul.expmenu li:hover div.header, .TabTitle2 ul.expmenu li.on div.header {
	background-color: #d82019;
}
.TabTitle2 ul.expmenu li .menu {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.TabTitle2 ul.expmenu li .menu li {
	overflow: hidden;
	width: 190px;
	margin-left: 15px;
	background: url(../images/news_line.jpg) bottom repeat-x;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.TabTitle2 ul.expmenu li .menu li a {
	width: 190px;
	display: block;
	padding-left: 20px;
	float: left;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	color: #06a3e8;
}
.TabTitle2 ul.expmenu li .menu li:hover, .TabTitle2 ul.expmenu li .menu li.on {
	background-color: #dfdfdf;
	text-decoration: none;
}
