h2.title {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 28px;
	color: #d82028;
	text-align: center;
	overflow: hidden;
}

h2.title span {
	position: relative;
	display: inline-block;
}

h2.title span:before,
h2.title span:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 78px;
	height: 2px;
	overflow: hidden;
	background-color: #d82028;
}

h2.title span:before {
	left: -100px;
}

h2.title span:after {
	right: -100px;
}

h2.title small {
	display: block;
	padding-top: 5px;
	font-size: 22px;
	color: #d82028;
}


/*BannerCSS*/

#myCarousel {
	margin-top: 50px;
	width: 100%;
	overflow: hidden;
}

@media (min-width: 1224px) {
	#myCarousel {
		margin-top: 96px;
	}
}

.carousel-indicators {
	font-size: 0;
}

.carousel-indicators li {
	width: 16px;
	height: 10px;
	margin: 0 3px;
	border-color: #d92129;
	background-color: #ffffff;
}

.carousel-indicators .active {
	width: 16px;
	height: 10px;
	margin: 0 3px;
	background-color: #d92129;
}

@media (min-width: 768px) {
	.carousel-indicators li {
		width: 25px;
		height: 15px;
	}
	.carousel-indicators .active {
		width: 25px;
		height: 15px;
	}
}

@media (min-width: 1224px) {
	#myCarousel .carousel-control {
		display: none;
	}
	#myCarousel:hover .carousel-control {
		display: block;
	}
}


/*关于我们CSS*/

.about-us {
	padding-top: 30px;
	padding-bottom: 30px;
}

.au-main li {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}

.au-main li a {
	position: relative;
	display: block;
	color: #ddd;
	background-color: #0f0f0f;
	overflow: hidden;
}

.au-main li.au-main-li2 a {
	background-color: #5d0c08;
}

.au-main li img {
	width: 100%;
}

.au-main-text {
	margin: 15px;
	overflow: hidden;
}

.au-main-text h3 {
	margin-top: 0;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
}

.au-main-text p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 20px;
}

@media (min-width: 640px) {
	.au-main li {
		float: left;
		width: 50%;
	}
	.au-main-text {
		height: 110px;
	}
}

@media (min-width: 1224px) {
	.about-us {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.au-main li {
		width: 25%;
	}
	.au-main-text {
		height: 150px;
	}
}


/*产品说明CSS*/

.goods-show {
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #181a1c;
}

@media (min-width: 1224px) {
	.goods-show {
		padding-top: 100px;
	}
}

.goods-show .explain {
	color: #ddd;
	font-weight: normal;
	line-height: 25px;
	text-indent: 32px;
	letter-spacing: 2px;
}

.goods-show .gs-title {
	text-align: center;
	margin-top: 30px;
}

.goods-show .gs-title a {
	display: inline-block;
	margin: 5px;
	padding: 8px 25px;
	color: #d12028;
	background-color: #fcfaf1;
}

.goods-show .gs-title a.active,
.goods-show .gs-title a:hover {
	background-color: #d12028;
	color: #fcfaf1;
}


/*产品列表CSS*/

.goods-main {
	padding-bottom: 50px;
}

ul.gm-main {
	display: none;
}

ul.gm-main li {
	position: relative;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 20px;
	width: 100%;
}

ul.goodsid1 {
	display: block;
}

ul.gm-main li a {
	display: block;
	text-align: center;
	border: 1px solid #eee;
	border-bottom-width: 3px;
	overflow: hidden;
}

ul.gm-main li:hover a {
	border-bottom-color: #d82028;
}

.gm-main-pic {
	position: relative;
	overflow: hidden;
}

ul.gm-main li a img {
	width: 100%;
}

ul.gm-main li a img.bg {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	display: none;
}

ul.gm-main li a h3 {
	margin: 15px;
	line-height: 20px;
	font-size: 18px;
}

@media (min-width: 640px) {
	ul.gm-main li {
		width: 50%;
	}
	ul.gm-main li a h3 {
		height: 20px;
		overflow: hidden;
	}
}

@media (min-width: 1224px) {
	.goods-main {
		padding-bottom: 100px;
	}
	ul.gm-main li {
		width: 33.33333333%;
	}
}


/*合作流程CSS*/

.coo-proce {
	padding-top: 50px;
	padding-bottom: 30px;
	background: url(../images/cp_bg.jpg) bottom no-repeat;
	background-attachment: fixed;
}

ul.cp-main {
	font-size: 0;
}

ul.cp-main li {
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
	width: 100%;
}

ul.cp-main li a {
	display: block;
	color: #999;
	overflow: hidden;
}

ul.cp-main li a:hover {
	color: #fff;
}

ul.cp-main li a img {
	float: left;
	margin-right: 10px;
	width: 100px;
}

.cp-main-txt {
	overflow: hidden;
}

.cp-main-txt h3 {
	margin-top: 10px;
	font-size: 20px;
}

.cp-main-txt p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 25px;
}

@media (min-width: 640px) {
	ul.cp-main li {
		width: 50%;
	}
}

@media (min-width: 1224px) {
	.coo-proce {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	ul.cp-main {
		padding-top: 30px;
	}
	ul.cp-main li {
		width: 16.66666667%;
	}
	ul.cp-main li a {
		text-align: center;
	}
	ul.cp-main li a img {
		float: none;
		margin-right: 0;
	}
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(360deg);
		transform: perspective(400px) rotateY(360deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(360deg);
		-ms-transform: perspective(400px) rotateY(360deg);
		transform: perspective(400px) rotateY(360deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}


/*文档下载CSS*/

.docu-down {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 1224px) {
	.docu-down {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.docu-down p {
	line-height: 25px;
	letter-spacing: 3px;
}

.docu-down span {
	display: block;
	text-align: center;
}

.docu-down span a {
	display: inline-block;
	margin: 5px;
	padding: 8px 25px;
	text-align: center;
	color: #d12028;
	background-color: #fcfaf1;
	border: 1px solid #ddd;
}

.docu-down span a:hover {
	background-color: #d12028;
	color: #fcfaf1;
}


/*联系我们CSS*/

.contcat-us {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../images/cu_bg.jpg) bottom no-repeat;
	background-attachment: fixed;
}

@media (min-width: 1224px) {
	.contcat-us {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.cu-input {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.cu-input label {
	position: relative;
	display: block;
	font-weight: normal;
	margin-bottom: 15px;
}

.cu-input label span {
	position: absolute;
	top: 0;
	line-height: 40px;
	color: #999;
}

.cu-input .form-box {
	width: 100%;
	line-height: 26px;
	padding: 6px 12px;
	color: #ddd;
	border-radius: 5px;
	border: 1px solid #ddd;
	background-color: transparent;
}

.cu-input input {
	height: 40px;
}

.cu-input .remarks {
	display: block;
	height: 100px;
	min-height: 100px;
	resize: vertical;
}

.cu-input .form-box:focus {
	outline: none;
	border: 1px solid #fff;
}

.cu-input .button {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.cu-input .button:hover {
	background-color: #fff;
	color: #000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
}