#main {
	padding-bottom: 150px;
}

#left_list li {
	width: 237px;
	height: 51px;
	background: url(../images/product_2.png) no-repeat 16px center;
	background-color: #f0f0f0;
	transition: 500ms;
	margin-top: 5px;
}

#left_list li a {
	width: 100%;
	height: 51px;
	line-height: 20px;
	display: block;
	padding-left: 33px;
	color: #4c4c4c;
	box-sizing: border-box;
	font-family: helv;
	font-size: 18px;
}

#left_list li a span {
	position: relative;
	word-break: break-all;
	text-transform: capitalize;
	line-height: 20px;
	width: 200px;
	display: block;
	min-height: 20px;
	top: 50%;
	transform: translateY(-50%);
}

#left_list li.active,
#left_list li:hover {
	background: url(../images/product_1.png) no-repeat 10px center;
	background-color: #00a6f4;
}

#left_list li.active a,
#left_list li:hover a {
	color: #fff
}

.t_title {
	top: -59px;
	height: 59px;
	line-height: 59px;
	color: #fff;
	background: #00A6F4;
	width: 205px;
	padding-left: 32px;
	text-transform: uppercase;
	font-size: 24px;
}

.brt {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.right_cont {
	width: 909px;
}

.position {
	margin-top: 15px;
}

.position p {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ccc;
	font-family: helbd;
}

.position .fl {
	font-size: 24px;
}

.position i {
	width: 15px;
	height: 13px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/home.png) no-repeat;
	position: relative;
	top: 16px;
	margin-right: 3px;
}

.position a {
	color: #666
}

.position a:hover {
	color: #00A6F4
}

.text {
	margin-top: 20px;
}

.text p {
	line-height: 30px;
	word-break: break-all;
	font-family: arial;
}

.line {
	width: 46px;
	height: 2px;
	background: #00A6F4;
	margin: 15px 0 20px;
}

.list ul {
	width: 100%;
}

.list li {
	width: 292px;
	height: 225px;
	margin: 10px 10px 0 0;
	position: relative;
	overflow: hidden;
}

.list li a {
	cursor: pointer;
}

.list li img {
	width: 292px;
	height: 225px;
}

.list .info {
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: 600ms;
}

.list .info .bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
	line-height: 40px;
	background: #00A6F4;
	opacity: .6;
	filter: alpha(opacity=60);
	z-index: 0;
	display: block;
}

.list .info p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

.list .info p img {
	width: 42px;
	height: 42px;
	display: none;
	margin-top: 65px;
}

.list li:hover .info {
	height: 100%;
}

.list li:hover .info p img {
	display: block;
	margin: 65px auto 35px;
}

.list li:hover .info .bg {
	height: 100%;
}

.text_cont {
	display: none;
}

.swiper-container {
	width: 1000px;
	min-height: 350px;
	overflow: hidden;
	position: relative;
	left: -10px;
	margin-top: 60px;
}

.swiper-container li {
	width: 270px;
	height: 380px;
	overflow: hidden;
	margin-right: 42px;
	margin-bottom: 80px;
	padding: 10px 5px;
}

.swiper-container .slide-title {
	height: 205px;
	background: #f9f9f9;
	box-sizing: border-box;
	padding: 15px;
	overflow: hidden;
}

.swiper-container .slide-title>p {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	display: block;
}

.swiper-container .title {
	width: 210px;
	display: inline-block;
	word-break: break-all;
	font-size: 18px;
	color: #4c4c4c;
	text-transform: uppercase;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.solu_cont {
	margin-top: 10px;
	line-height: 24px;
	font-family: arial;
	word-break: break-all;
}

.swiper-container .more,
.swiper-container .more2 {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	background: url(../images/solu_btn.png) no-repeat center center;
	transition: 600ms;
}

.swiper-container .slide-title p {
	position: relative;
	font-family: arial;
	height: 41px
}

.swiper-container .more2 {
	background: url(../images/solu_btn2.png) no-repeat center center;
	background-color: #00a6f4;
	border-radius: 50%;
	right: -50px
}

.swiper-container .more {
	transition: 300ms;
}

.swiper-container li:hover .more {
	right: -50px;
	opacity: 0;
}

.swiper-container li:hover .more2 {
	right: 0;
	display: block;
}

.swiper-container .slide-img,
.swiper-container .slide-title {
	transition: 300ms;
	overflow: hidden;
}

.swiper-container li:hover .slide-img,
.swiper-container li:hover .slide-title {
	box-shadow: 0 0 10px rgba(204, 204, 204, .75);
}

.swiper-container .swiper-pagination {
	width: 100%;
	text-align: center;
}

.swiper-container .swiper-pagination span {
	border: 0;
	background: #00a6f4;
	transition: 500ms;
	margin: 0 5px;
}

.swiper-container .swiper-active-switch {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .55);
}


/*详情页的CSS开始*/

.art_cont h4 {
	margin: 30px 0px 0px;
	/*width:100%;
	height:114px;*/
	/*overflow: hidden;*/
}

.art_cont h4 span {
	/*width: 164px;
	height: 47px;*/
/*	display: inline-block;
	line-height: 47px;
	background: #f0f0f0;
	text-align: center;
	text-transform: uppercase;
	margin-right: 15px;
	float: left;
	margin-bottom: 10px;
	color: #4c4c4c*/
	vertical-align: middle;
	display: inline-block;
	line-height:15px;
	
}
.art_cont a{
	width: 164px;
	height: 47px;
	display: inline-block;
	line-height: 47px;
	background: #f0f0f0;
	text-align: center;
	text-transform: uppercase;
	margin-right: 15px;
	float: left;
	margin-bottom: 10px;
	color: #4c4c4c;
	
}



.art_cont h4 a:hover,
.art_cont h4 a.active {
	background: #00A6F4;
	color: #fff;
	
}

.art_cont .info img {
	width: 392px;
	height: 251px;
	transition: 600ms;
}

.art_cont .info img:hover {
	transform: scale(1.1);
}

.art_cont .info .fr {
	width: 485px
}

.art_cont .info p {
	line-height: 30px;
}

.art_cont .info h5 {
	color: #00a6f4;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.pro_cont {
	margin-bottom: 50px;
}

.pro_cont>.fl {
	width: 392px;
	height: 251px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.info table {
	width: 904px;
	box-sizing: border-box;
	border-right: 1px solid #d9d9d9;
	margin-bottom: 50px;
}

.info table td,
.info table th {
	background: #fafafa;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-size: 16px;
	font-family: arial;
}

.info table th {
	font-weight: normal;
}

.tb_t {
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: url(../images/pro_t.png) no-repeat;
}

.tb_t span {
	width: 180px;
	height: auto;
	line-height: 20px;
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 16px;
	font-family: arial;
	text-transform: uppercase;
}

.tb1 {
	text-indent: 30px;
}

.tb1 th:first-child {
	text-align: left;
	text-indent: 30px;
}

.tb1 td:first-child,
.tb2 td,
.tb3 td,
.tb4 td {
	color: #808080
}

.tb1 .td3 {
	text-indent: 0;
	text-align: center;
}

.tb2 td,
.tb2 th,
.tb3 td,
.tb3 th,
.tb4 td,
.tb4 th {
	height: 40px;
	text-align: left;
	text-indent: 20px;
	box-sizing: border-box;
}

.tb3 td,
.tb3 th,
.tb4 td,
.tb4 th {
	text-indent: 40px;
}

.tb4 td:first-child {
	color: #4c4c4c
}

.swiper-pagination {
	text-align: center;
	width: 1000px
}

.swiper-pagination span {
	border: 0;
	background: #00a6f4;
	transition: 500ms;
	margin: 0 5px;
}

.swiper-active-switch {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .55);
}

.swiper-pagination .swiper-active-switch {
	border: 2px solid #91d9fa;
}

.swiper-pagination span {
	width: 11px;
	height: 11px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
	margin-left: 5px;
}

.swiper-container .slide-img>a,
.swiper-container .slide-img img {
	height: 171px;
	display: inline-block;
	overflow: hidden;
	transition: 600ms;
	box-sizing: border-box;
}

.swiper-container .swiper-slide li:hover img {
	transform: scale(1.1);
}

.reveal{
	 width:880px;
	 height:50px;
	 padding-bottom: 50px;
	 padding-top:10px;
	 
}
.reveal p{
	float:right;
	cursor: pointer;
	width: 164px;
    height: 47px;
    position: relative;
  /*  display: inline-block;*/
    line-height: 47px;
    background: #f0f0f0;
    text-align: center;
    text-transform: uppercase;
    margin-right: 15px;
    float: right;
    margin-bottom: 10px;
    color: #4c4c4c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top:-67px;
    left: 15px;
    
}
/*.position p .fr{
	font-size:13px;
}*/
