.slide {
	width: 100%;
	height: 680px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.slide .show {
	width: 100%;
	height: 680px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.slide .control {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}
.slide .control span {
	width: 14px;
	height: 14px;
	border-radius: 8px;
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
}
.slide .control span.general {
	background: #fff;
}
.slide .control span.focus {
	background: #44a5fe;
}
.point {
	width: 100%;
	padding: 20px 0 19px 0;
	border-bottom: 1px solid #cdcdcd;
	background: #eee;
}
.point .area {
	width: 1200px;
}
.point .area dl {
	width: 370px;
	margin: 0 30px 0 0;
	float: left;
}
.point .area dl dt {
	width: 180px;
	margin: 0 15px 0 0;
	float: left;
}
.point .area dl dt img {
	max-width: 180px;
	border: none;
}
.point .area dl dd {
	margin: 0;
}
.point .area dl dd a {
	color: #048AFF;
	text-decoration: none;
	font-size: 14px;
}
.point .area dl dd a span {
	color: #000;
}
.message {
	width: 340px;
	height: 440px;
	border-radius: 10px;
	position: absolute;
	left: 700px;
	top: 110px;
	z-index: 2;
	background: #fff;
}
.message ul {
	width: 100%;
	height: 350px;
	padding: 20px;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
}
.message ul li {
	list-style: none;
	padding-bottom: 10px;
	overflow: hidden;
}
.message ul li input[type=text] {
	background-color: #e5e5e5;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 4px;
	color: #999;
	font-size: 14px;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	line-height: 22px;
	padding: 4px;
}
.message ul li textarea {
	background-color: #e5e5e5;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 4px;
	color: #999;
	font-size: 14px;
	box-sizing: border-box;
	width: 100%;
	line-height: 22px;
	padding: 4px;
}
.message ul li select {
	background-color: #e5e5e5;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 4px;
	color: #999;
	font-size: 14px;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	line-height: 22px;
	padding: 4px;
}
.message ul li select option {
	background: #F2F2F2;
	border-radius: 3px;
	cursor: pointer;
	margin: 3px;
	padding: 4px 8px;
	text-shadow: none;
	color: #555;
}
.message ul li input[type=text]:focus, .message ul li textarea:focus, .message ul li select:focus {
	color: #555;
	background: #fff;
	border-color: rgba(82,168,236,0.8);
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6);
}
.message ul li input[type=submit] {
	width: 120px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	display: inline-block;
	font-size: 14px;
	background: #990100;
	float: none;
}
.message ul li input[type=submit]:hover {
	background: #bb3433;
}
.message .tel400 {
	width: 100%;
	height: 80px;
	line-height: 30px;
	padding: 10px 20px;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
	background: #fff;
	font-size: 14px;
	color: #666;
}
.message .tel400 .left {
	width: 60px;
	margin: 0 10px 0 0;
	float: left;
}
.message .tel400 .left img {
	border: none;
}
.message .tel400 .right {
	width: 230px;
	float: left;
}
.message .tel400 .right span {
	font-size: 18px;
	display: inline-block;
}
.product1 {
	margin: 50px 0;
}
.product1 h2 {
	height: 48px;
	line-height: 48px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #1c1c1c;
	font-size: 48px;
	font-weight: 400;
	text-align: center;
}
.product1 ul {
	width: 1200px;
	margin: 20px 0 0 0;
	padding: 0;
}
.product1 ul li {
	width: 570px;
	padding: 0;
	margin: 0 30px 0 0;
	list-style: none;
	text-align: left;
	float: left;
	padding-bottom:15px;
}
.product1 ul li a.img {
	width: 570px;
	height: 380px;
	display: block;
}
.product1 ul li a.img img {
	max-width: 570px;
	border: none;
}
.product1 ul li a.text {
	margin: 10px 0;
	color: #048AFF;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	display: block;
}
.product1 ul li span {
	font-size: 14px;
}
.product1 ul::after {
	clear: both;
}
.product1 .more {
	width: 100%;
	padding: 30px 0 40px 0;
	border-bottom: 1px solid #cacaca;
	text-align: center;
}
.product1 .more a {
	color: #048AFF;
	text-decoration: none;
}
.product1 .more a:hover {
	text-decoration: underline;
}
.product2 {
	margin: 50px 0;
}
.product2 h2 {
	height: 48px;
	line-height: 48px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #1c1c1c;
	font-size: 48px;
	font-weight: 400;
	text-align: center;
}
.product2 a.img {
	width: 560px;
	height: 375px;
	margin: 0 40px 0 0;
	display: block;
	float: left;
}
.product2 a.img img {
	max-width: 560px;
	border: none;
}
.product2 .area {
	width: 570px;
	float: left;
	margin-top:20px;
}
.product2 .area a.text {
	color: #048AFF;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
}
.product2 .area span {
	margin: 20px 0 0 0;
	font-size: 14px;
	display: inline-block;
}
.product2 .more {
	width: 100%;
	padding: 30px 0 40px 0;
	border-bottom: 1px solid #cacaca;
	text-align: center;
}
.product2 .more a {
	color: #048AFF;
	text-decoration: none;
}
.product2 .more a:hover {
	text-decoration: underline;
}

.product3 {width: 1200px; margin: 50px auto; padding:0px;}
.product3 h2 { height:48px; line-height:48px; margin:0 0 20px 0; padding:0; color:#1c1c1c; font-size:48px; font-weight:400; text-align:center; }
.product3 .left { width:570px; float:left; }
.product3 .left ul {margin:0; padding:0;}
.product3 .left ul li { list-style:none; border-bottom:1px #CCC dotted; padding-top:10px;}
.product3 .left ul li h3{ padding:0px; margin:0px;}
.product3 .left ul li h3 a{ color: #048AFF;font-size: 18px;font-weight: 700;text-decoration: none; display: inline-block; }
.product3 .left ul li p{ margin:0px; padding:5px 0px; font-size:14px;}

.product3 .left img { max-width:350px; }
.product3 .right { width:570px; float:right; }
.product3 .right ul { margin:0; padding:0; }
.product3 .right ul li { list-style:none; border-bottom:1px #CCC dotted; padding-top:10px;}
.product3 .right ul li h3{ padding:0px; margin:0px;}
.product3 .right ul li h3 a{ color: #048AFF;font-size: 18px;font-weight: 700;text-decoration: none; display: inline-block; }
.product3 .right ul li p{ margin:0px; padding:5px 0px; font-size:14px;}

.product4 {
	margin: 50px 0;
}
.product4 h2 {
	height: 48px;
	line-height: 48px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #1c1c1c;
	font-size: 48px;
	font-weight: 400;
	text-align: center;
}
.product4 .area {
	width: 1200px;
	margin: 20px 0 0 0;
}
.product4 .area dl {
	width: 570px;
	margin: 0 30px 0 0;
	float: left;
}
.product4 .area dl dt {
	width: 270px;
	padding: 0 20px 0 0;
	float: left;
}
.product4 .area dl dt img {
	max-width: 270px;
	border: none;
}
.product4 .area dl dd {
	width: 280px;
	margin: 0;
	float: left;
	font-size: 14px;
}
.product4 .area dl dd a {
	margin: 0 0 10px 0;
	color: #048AFF;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
}
.product4 .more {
	width: 100%;
	padding: 30px 0 40px 0;
	border-bottom: 1px solid #cacaca;
	text-align: center;
}
.product4 .more a {
	color: #048AFF;
	text-decoration: none;
}
.product4 .more a:hover {
	text-decoration: underline;
}
/*
.product4 { margin:50px 0; }
.product4 h2 { height:48px; line-height:48px; margin:0 0 20px 0; padding:0; color:#1c1c1c; font-size:48px; font-weight:400; text-align:center; }
.product4 p { text-align:center; }
.product4 ul { width:1200px; margin:20px 0 0 0; padding:0; }
.product4 ul li { width:540px; padding:15px; margin:0 30px 0 0; background:#e9e9e9; list-style:none; float:left; }
.product4 ul li a.img { width:540px; display:block; display:block; }
.product4 ul li a.img img { max-width:540px; border:none; }
.product4 ul li a.text { margin-top:10px; color:#1c1c1c; font-size:18px; font-weight:700; text-decoration:none; text-align:center; display:block; }
.product4 ul li span { margin-top:10px; display:block; }
.product4 ul::after { clear:both; }
*/
.product5 {
	margin: 50px 0;
}
.product5 h2 {
	height: 48px;
	line-height: 48px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #1c1c1c;
	font-size: 48px;
	font-weight: 400;
	text-align: center;
}
.product5 p {
	text-align: center;
}
.product5 ul {
	width: 1200px;
	margin: 20px 0 0 0;
	padding: 0;
}
.product5 ul li {
	width: 240px;
	padding: 15px;
	margin: 0 30px 0 0;
	background: #e9e9e9;
	list-style: none;
	float: left;
}
.product5 ul li a.img {
	width: 240px;
	display: block;
	display: block;
}
.product5 ul li a.img img {
	max-width: 240px;
	border: none;
}
.product5 ul li a.text {
	margin-top: 10px;
	color: #1c1c1c;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	display: block;
}
.product5 ul::after {
	clear: both;
}