@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03 {
	width: 100%;
	float: left;
}

.mainImg .pic01 img,
.mainImg .pic02 img,
.mainImg .pic03 img {
	width: 100%;
}

.mainImg .prev {
	margin-top: -20px;
	padding: 20px 5px 20px 0;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 20;
	background: rgba(0,0,0,.6);
}

.mainImg .next {
	margin-top: -20px;
	padding: 20px 0 20px 5px;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 20;
	cursor: pointer;
	background: rgba(0,0,0,.6);
}

.mainImg .prev img,
.mainImg .next img {
	width: 30px;
}

.slick-dots {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 15px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #d40000;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #d40000;
}

.hotBox {
	margin-bottom: 50px;
	background: #EDEDED;
}
	
.hotBox .sub {
	margin: 0 auto;
	padding: 10px 0;
	width: 80%;
	min-width: 1200px;
}

.hotBox .left {
	padding: 10px 0;
	float: left;
}

.hotBox .left p {
	width: 100px;
	float: left;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: #d40000;
}

.hotBox .left ul {
	float: left;
}

.hotBox .left ul li {
	float: left;
	color: #000;
	font-size: 17px;
}

.hotBox .left ul li a {
	padding: 0 10px;
	display: inline-block;
	color: #000;
}

.hotBox .search {
	float: right;
}

.hotBox .search input {
	float: left;
	width: 320px;
	height: 45px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #ccc;
}

.hotBox .search button {
	width: 80px;
	height: 49px;
	color: #fff;
	font-size: 17px;
	background: #d40000;
	border: 1px solid #d40000;
}

.product {
	padding-bottom: 70px;
}

.comPro li {
	margin: 0 1% 26px;
	width: 31.33%;
	float: left;
}

.comPro li .photo {
	overflow: hidden;
}

.comPro li img {
	width: 100%;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comPro li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.comPro li a {
	display: block;
}

.comPro li .textBox {
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
}

.comPro li .textBox p {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
}

.comPro li .textBox p span {
	display: inline-block;
}

.comPro li .textBox .tel {
	padding: 5px 0 5px 40px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	background: url(../images/icon01.png) no-repeat left 5px;
	background-size: 30px 30px;
}

.comPro li .textBox .tel:before {
	position: absolute;
	right: 0;
	top: 10px;
	content: "";
	width: 30px;
	height: 25px;
	background: url(../images/arrow.png) no-repeat left top;
	background-size: 100% auto;
}

.about {
	padding: 80px 0;
	background: url(../images/about_bg.jpg) no-repeat center top;
	background-size: cover;
}

.about .textBox {
	width: 53%;
	float: left;	
}

.about .textBox h2 {
	margin-bottom: 30px;
	color: #333;
	font-size: 32px;
	font-weight: normal;
}

.about .textBox h2 span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #000;
	font-size: 38px;
	font-weight: bold;
	position: relative;
}

.about .textBox h2 span:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 60px;
	height: 3px;
	background: #d40000;
}

.about .textBox .text {
	margin-bottom: 15px;
	color: #666;
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
}

.about .textBox li {
	width: 33.33%;
	float: left;
	color: #333;
	font-size: 16px;
	text-align: left;
}

.about .textBox li span {
	color: #d40000;
	font-size: 40px;
	font-weight: bold;
}

.about .textBox .link {
	margin-top: 30px;
}
	
.about .textBox .link a {
	padding: 10px 0;
	width: 120px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #d40000;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.about .textBox .link a:hover {
	width: 180px;
}

.about .photo {
	width: 43%;
	float: right;
}

.about .photo img {
	width: 100%;
}

.feature {
	margin-top: 60px;
}

.feature li {
	margin: 0 1%;
	padding: 15px 10px 15px 15px;
	width: 23%;
	float: left;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	box-sizing: border-box;
}

.feature li .icon {
	float: left;
}

.feature li .icon img {
	width: 60px;
}

.feature li p {
	padding-left: 75px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

.feature li p span {
	display: block;
	color: #666;
	font-size: 15px;
	font-weight: normal;
}

.case {
	padding: 70px 0;
}

.case li {
	margin: 0 0.5% 20px;
	width: 24%;
	float: left;
	overflow: hidden;
}

.case li a {
	display: block;
	overflow: hidden;
}

.case li .photo {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.case li .photo:before {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background-image: url(../images/link.png);
	background-position: center 60%;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.case li a:hover .photo:before {
	height: 100%;
}

.case li img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.case li a:hover .photo {
	margin-top: -70px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.case li .title {
	margin-bottom: -70px;
	padding: 10px 15px;
	font-size: 18px;
	background: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.case li a:hover .title {
	margin-bottom: 0;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.case li .title span {
	display: block;
	color: #666;
	font-size: 15px;
}

.news {
	padding: 80px 0;
	background: #F2F2F2;
}

.news li {
	margin: 0 1%;
	width: 31.33%;
	float: left;
}

.news li a {
	display: block;
	position: relative;
	background: #fff;
}

.news li a:before {
	width: 0;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #d40000;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.news li a:hover:before {
	width: 100%;
}

.news li a .photo {
	overflow: hidden;
}
	
.news li a .photo img {
	width: 100%;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.news li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.news li a .textBox {
	padding: 30px 20px;
}

.news li a .textBox .date {
	color: #666;
	font-size: 16px;
}

.news li a .textBox .title {
	margin-bottom: 10px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

.news li a .textBox .txt {
	margin-bottom: 20px;
	color: #666;
	font-size: 17px;
}

.news li a .textBox .more {
	color: #666;
	font-size: 13px;
}

.contact {
	padding: 70px 0;
	background: url(../images/contact_bg.jpg) no-repeat center center;
	background-size: cover;
}

.contact .headLine01 {
	color: #fff;
}

.contact .headLine01 span {
	color: #fff;
}

.contact .section {
	padding: 50px 0;
	background: #fff;
}

.contact .dizhi {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.contact .tel {
	color: #d40000;
	font-size: 40px;
	font-family: Impact;
	text-align: center;
}

.contact .link {
	margin-top: 10px;
}

.contact .link a {
	margin: 0 auto;
	padding: 8px 0;
	display: block;
	width: 150px;
	display: block;
	color: #d40000;
	font-size: 17px;
	text-align: center;
	border: 1px solid #d40000;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.contact .link a:hover {
	color: #fff;
	background: #d40000;
}









