.container {
	padding: 30px 0;
}

.product{
	width: 1200px;
	margin: 0 auto;
}
.news{
	width: 1200px !important;
}
.pro-img, .pro-cate {
	width: 100%;
}

.pro-img-list {
	width: 100%;
	overflow: hidden;
}

.pro-img-li {
	width: 25%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.pro-img-li img {
	width: 100%;
}

.pro-cate {
	overflow: hidden;
	text-align: center;
	margin: 10px 0;
}

.pro-img {
	margin: 20px 0;
}

.pro-c-box {
	display: inline-block;
	width: 200px;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
}

.pro-c-box a {
	font-size: 15px;
}

.pro-c-box:last-child {
	margin-right: 0;
}

.pro-c-box img {
	width: 100%;
}

.pro-c-con {
	position: absolute;
	bottom: 0;
}

.pro-c-box:hover .pro-c-con {
	display: none;
}

.pro-img .carousel-index {
	display: none;
}

.pro-img .carousel-prev, .pro-img .carousel-next {
	width: 60px;
	height: 60px;
}

.pro-img .carousel-prev {
	left: -30px;
}

.pro-img .carousel-next {
	left: 1170px;
}

.more {
	width: 100%;
	text-align: center;
	background: url(../img/bg1.jpg) no-repeat center center;
}

.more>a {
	display: inline-block;
	width: 168px;
	font-size: 14px;
	line-height: 38px;
	border-radius: 19px;
}

/*风格二*/
.product-list {
	width: 100%;
	overflow: hidden;
}

.pro-cate-l {
	width: 240px;
	height: 360px;
	float: left;
}

.pro-cate-l .pro-c-box {
	margin: 5px;
}

.pro-img-r {
	width: 960px;
	height: auto;
	float: left;
	overflow: hidden;
}

.pro-img-r .pro-img-li {
	width: 320px;
}

.container-center {
	width: 1200px;
	margin: 20px auto;
}

.cta-top, .cta-bottom {
	width: 100%;
}

.cta-left, .cta-right {
	display: inline-block;
	height: 280px;
	overflow: hidden;
	margin-bottom: 15px;
	float: left;
}

.cta-left {
	width: 480px;
	margin-right: 15px;
}

.cta-right {
	width: 705px;
}

.cta-left img, .cta-right img, .cta-bottom img {
	width: 100%;
}

.news {
	width: 1200px;
	margin: 0 auto;
}

.news-box {
	width: 100%;
	padding: 20px 0;
}

.new-box {
	width: 400px;
	float: left;
}

.new-boxs {
	width: 400px;
	padding: 20px;
	box-sizing: border-box;
}

.new-boxs img {
	width: 100%;
}

.new-title {
	font-size: 18px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.new-time {
	font-size: 15px;
	margin-top: 15px;
}

/*简介*/
.aboutUs {
	width: 100%;
}

.aboutUs-con {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}

.aboutUs-left {
	width: 300px;
	height: 300px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.aboutUs-left img {
	width: 300px;
	height: 300px;
}

.aboutUs-right {
	width: 870px;
	height: 300px;
	float: left;
	overflow: hidden;
}

.aboutUs-right h1 {
	font-size: 20px;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	padding: 10px;
}

.aboutUs-info {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.lookmore {
	display: inline-block;
	width: 100%;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: right;
}

.form {
	padding: 20px 0;
}

.form-div {
	height: 60px;
}

.form-input {
	width: 75%;
	height: 40px;
	margin: 0 auto;
	opacity: 0.2;
}

.form-info {
	width: 75%;
	height: 40px;
	box-sizing: border-box;
	padding: 10px 15px;
	position: relative;
	top: -40px;
	z-index: 12;
	background: transparent;
}

.form-div1 {
	height: 120px;
}

.form-div1 .form-input {
	height: 120px;
}

.form-div1 .form-info {
	height: 120px;
	top: -120px;
}

.btn {
	padding: 10px 50px;
	margin: 20px 0 10px;
}