﻿/*mian begin*/
.main {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
.index-title {
	width: 50px;
	height: 180px;
	background: #df7884;
	padding-top: 50px;
	float: left;
}
.index-title p {
	width: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 auto;
	line-height: 30px;
}
.about,.pro {
	background: #d4d4d4;
	padding: 8px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.about {
	width: 394px;
	height: 230px;
	float: left;
}
.about-img {
	float: left;
	display: inline-block;
	width: 344px;
	height: 100%;
	background: url(../images/about.png) no-repeat;
	background-position: center;
	background-size: contain;
}
.pro {
	width: 750px;
	height: 230px;
	float: left;
	margin-left: 50px;
}
.rollBox {
	width: 700px;
	overflow:hidden;
	margin:0 auto;
	position: relative;
}
.rollBox .Cont {
	width: 700px;
	overflow: hidden;
	margin:0 auto;
}
.rollBox .ScrCont {
	width:10000000px;
}
.rollBox .Cont .pic {
	width: 300px;
	float:left;
	text-align:center;
	margin-left: 10px;
	overflow: hidden;
}
.rollBox .Cont .pic a {
	text-align:center;
}
*+html .rollBox .Cont .pic {
	width: 300px;
	float:left;
	text-align:center;
	padding-right:30px;
	margin-left: 10px;
	overflow: hidden;
}
.rollBox .Cont .pic img{
	background:#fff;
	border:1px solid #ccc;
	display:block;
	margin:0 auto;
	object-fit: contain;
}
.rollBox .Cont .pic p{line-height:26px;color:#505050;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466;text-decoration:none;}
.rollBox #List1,.rollBox #List2{float:left;}
/*main over*/