@charset "utf-8";
			/* CSS Document */
			@font-face{
				font-family:'youyuan';
				src:url('../font/youyuan.TTF');
			}
			body{
				font-size:16px;
				font-weight:normal;
				color:#333333;
				line-height:1.5;
				font-family:'youyuan';
			}
			*{
				margin:0;
				padding:0;
			}
			img{
				border:0;
			}
			ul,li{
				list-style:none;
			}
			a{
				color:#333333;
				text-decoration:none;
				transition: all 0.6s;
			}
			a:hover{
				color:#095fb7;
				text-decoration: underline;
			}
			table{ 
				margin: auto;
			}
			.Box {position: relative;}
			.Box .content {
				width:1200px; 
				float: left; 
				
			}
			.Box .Box_con {position: relative;}
			.Box .Box_con .btnl_1 {position: absolute;}
			.Box .Box_con .btn {
				display: block;
				width:40px;
				height: 40px;
				position: absolute;
				top: calc(50% - 5px);
				cursor: pointer;
			}
			.Box .Box_con .btnl_1 {
				background: url(../img/zj.jpg) no-repeat center;
				left:-60px; 
				z-index:12;
			}
			.Box .Box_con .btnr_1 {
				background: url(../img/yj.jpg) no-repeat center;
				right:-44px; 
				z-index:12;
			}
			.Box .Box_con .btnl_1:hover {
				background: url(../img/zj.jpg) no-repeat center;
			}
			.Box .Box_con .btnr_1:hover {background: url(../img/yj.jpg) no-repeat center;}
			.Box .Box_con .conbox {
				position: relative;
				overflow: hidden; 
				width:100%;
			}
			.Box .Box_con .conbox ul {position: relative;list-style: none;overflow: hidden;}
			.Box .Box_con .conbox ul li{ 
				width:362px; 
				height:420px; 
				float:left; 
				position:relative;
				transition: all 0.6s;
				padding: 10px;
				border: 1px solid #DDDDDD;
				background-color: #FFFFFF;
				margin-right: 16px;
				margin-top: 30px;
			}
			.Box .Box_con .conbox ul li .pro01{ 
				width:100%; 
				float:left; 
				display:block;
				position: relative;
			}
			.Box .Box_con .conbox ul li .pro01 div img{
		
			width:100%;
			max-width:362px;
			max-height:240px;
			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;
				
				line-height: 30px;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
				word-break: break-all;
				margin-top: 10px;
				font-family:"黑体";
			}
			.Box .Box_con .conbox ul li .pro02 dl dd{
				font-size: 16px;
				line-height: 24px;
				margin-top: 15px;
				color: #666666;
			}
			.Box .Box_con .conbox ul li:hover{
				border: 1px solid #0173bc;
			}
			
			.Box .BoxSwitch_1 {
				margin-top: 30px;
				text-align: center; 
				height: 50px; 
				display:none;
			}
			.Box .BoxSwitch_1 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_1 span.cur {background: red;}