@charset "utf-8";
			/* CSS Document */
			body{
				font-size:14px;
				font-weight:normal;
				color:#0a0a0a;
				line-height:1.5;
				font-family: "微软雅黑";
			}
			*{
				margin:0;
				padding:0;
			}
			img{
				border:0;
			}
			ul,li{
				list-style:none;
			}
			a{
				color:#0a0a0a;
				text-decoration:none;
				transition: all 0.6s;
			}
			a:hover{
				color:#2186f8;
				text-decoration: none;
			}
			table{ 
				margin: auto;
			}
			.Box {position: relative;}
			.Box .content {
				width:1200px; 
				float: left; 
				
			}
			.Box .Box_con {position: relative;}
			.Box .Box_con .btnl {position: absolute;}
			.Box .Box_con .btn {
				display: block;
				width:35px;
				height: 66px;
				position: absolute;
				top: calc(50% - 33px);
				cursor: pointer;
			}
			.Box .Box_con .btnl {
				background: url(../img/zj.png) no-repeat center;
				left:0px; 
				z-index:12;
			}
			.Box .Box_con .btnr {
				background: url(../img/yj.png) no-repeat center;
				right:0px; 
				z-index:12;
			}
			.Box .Box_con .btnl:hover {
				background: url(../img/zj.png) no-repeat center;
			}
			.Box .Box_con .btnr:hover {background: url(../img/yj.png) no-repeat center;}
			.Box .Box_con .conbox {
				position: relative;
				overflow: hidden; 
				width: 1130px;
				margin-left: 35px;
				margin-right: 35px;
			}
			.Box .Box_con .conbox ul {position: relative;list-style: none;}
			.Box .Box_con .conbox ul li{ 
				width:346px; 
				height:475px; 
				float:left; 
				position:relative;
				margin-right: 15px;
				margin-left: 15px;
				box-shadow: 1px 5px 5px rgba(0,0,0,0.2);
				margin-bottom: 5px;
				margin-top: 55px;
				transition: all 0.6s;
			}
			.Box .Box_con .conbox ul li .pro01{ 
				width:100%; 
				float:left; 
				display:block;
			}
			.Box .Box_con .conbox ul li .pro01 div{ 
				height:246px; 
				text-align:center;
			}
			.Box .Box_con .conbox ul li .pro01 div span{ 
				height:100%; 
				display:inline-block; 
				vertical-align:middle;
			}
			.Box .Box_con .conbox ul li .pro01 div img{ 
				height:246px; 
				width:100%; 
				vertical-align:middle;
			}
			.Box .Box_con .conbox ul li .pro02{ 
				width:100%; 
				float:left;
				margin-top: 10px;
			}
			.Box .Box_con .conbox ul li .pro02 dl dt{
				font-size: 18px;
				font-weight: bold;
				line-height: 60px;
				background-image: url(../img/hx03.png);
				background-position: bottom left;
				background-repeat: no-repeat;
				margin-left: 25px;
				margin-right: 25px;
			}
			.Box .Box_con .conbox ul li .pro02 dl dd{
				font-size: 14px;
				line-height: 24px;
				margin-left: 25px;
				margin-right: 25px;
				margin-top: 15px;
			}
			.Box .Box_con .conbox ul li:hover{
				margin-top: 90px;
				background-color: #174f3a;
			}
			.Box .Box_con .conbox ul li:hover .pro02 dl dt{
				color: #FFFFFF;
				background-image: url(../img/hx03.png);
				background-position: bottom left;
				background-repeat: repeat-x;
			}
			.Box .Box_con .conbox ul li:hover .pro02 dl dt a{color: #FFFFFF;}
			.Box .Box_con .conbox ul li:hover .pro02 dl dd{
				color: #FFFFFF;
			}
			
			.Box .BoxSwitch {
				margin-top: 30px;
				text-align: center; 
				height: 50px; 
				display:none;
			}
			.Box .BoxSwitch span {
				display: inline-block;
				*display: inline;
				*zoom: 1;
				vertical-align: middle;
				width: 133.33px;
				height: 50px;
				background: #ccc;
				cursor: pointer; 
				line-height:50px; 
				float:left;
			}
			.Box .BoxSwitch span.cur {background: red;}