@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
	overflow: hidden;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03 {
	width: 100%;
	height: 700px;
	float: left;
}

.mainImg .pic01 {
	background: url(../images/mainimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../images/mainimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../images/mainimg03.jpg) no-repeat center center;
}

.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;
}

#top_scroll {
	height: 800px;
	overflow: hidden;
}

.product {
	padding-bottom: 60px;
}

.comList li {
	margin: 0 1% 25px;
	width: 31.33%;
	float: left;
}

.comList li .photo {
	overflow: hidden;
}

.comList li .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;
}

.comList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.comList li a {
	padding: 0;
	display: block;
	background: #F0F0F0;
}

.comList li a .text {
	padding: 15px;
}

.comList li a p {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.comList li a .tel {
	margin-top: 5px;
	padding-left: 25px;
	font-size: 17px;
	background: url(../images/icon03.png) no-repeat left center;
	background-size: 16px 16px;
}

.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: #333;
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
}

.about .textBox ul {
	padding: 20px 0;	
}
	
.about .textBox li {
	margin: 0 1%;
	width: 31.33%;
	float: left;
	color: #333;
	font-size: 16px;
	text-align: left;
	text-align: center;
}

.about .textBox li a {
	padding: 20px 0;
	display: block;
	background: rgba(204,204,204,.2);
}

.about .textBox li img {
	width: 40px;
}

.about .textBox li span {
	margin-top: 10px;
	display: block;
	color: #333;
	font-size: 16px;
}

.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%;
}

.case {
	padding: 60px 0;
}

.case li {
	margin: 0 10px 25px;
	width: 380px;
	float: left;
}

.case li .photo {
	overflow: hidden;
}

.case li .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;
}

.case li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.case li a {
	padding: 0;
	display: block;
	background: #F0F0F0;
}

.news {
	padding: 60px 0 0;
}

.news li {
	margin: 0 1%;
	width: 31.33%;
	float: left;
}

.news li .photo {
	margin-bottom: 15px;
	overflow: hidden;
}

.news li .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 .textBox {
	padding: 0 0 0 100px;
	position: relative;
}

.news li .textBox .date {
	padding-bottom: 5px;
	width: 90px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 1px solid #ccc;
	position: absolute;
	left: 0;
	top: 0;
	background: #0088FF;
}

.news li .textBox .date span {
	margin-bottom: 5px;
	padding: 5px 0;
	display: block;
	color: #000;
	font-size: 26px;
	font-weight: bold;
	background: #f1f1f1;
}

.news li .title {
	margin-bottom: 5px;
	color: #333;
	font-size: 22px;
	font-weight: bold;
}

.news li .txt {
	margin-bottom: 20px;
	color: #666;
	font-size: 15px;
}

.pageAbout {
	padding: 0;
	-moz-animation: loop 25s linear infinite;
	animation: loop 25s linear infinite;
}

.pageAbout .photo img {
	width: 100%;
}

.pageAbout h2 {
	margin-bottom: 20px;
	color: #333;
	font-size: 46px;
	text-align: center;
}

.pageAbout h2 span {
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
}

.pageAbout p {
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	text-indent: 2em;
}

.pageAbout .textBox {
	padding: 0;
}

.contactUl {
	margin-bottom: 60px;
}

.contactUl li {
	margin: 0 1%;
	padding: 50px 0;
	width: 31.33%;
	float: left;
	color: #666;
	font-size: 18px;
	text-align: center;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.contactUl li .icon {
	margin: 0 auto;
	padding-top: 15px;
	width: 80px;
	height: 80px;
	text-align: center;
	background: rgba(204,204,204,.2);
	border-radius: 50%;
	box-sizing: border-box;
}

.contactUl li .icon img {
	width: 50px;
}

.contactUl li .title {
	margin: 15px 0;
	color: #333;
	font-size: 28px;
}

.map {
	width: 100%;
	height: 500px;
}

.advantage {
	padding: 80px 0 120px;
	background: url(../images/ad_bg.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .title {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}

.advantage .ttlImg {
	text-align: center;
}

.advantage .ttlImg img {
	width: 500px;
}

.advantage .adList {
	margin: -50px 0 0;
	text-align: center;
}
	
.advantage .adList li {
	margin: 0 1%;
	padding: 47px 20px 0;
	width: 270px;
	height: 270px;
	display: inline-block;
	background: #d40000;
	border: 3px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	vertical-align: top;
}

.advantage .adList .ad01 {
	background: #d40000;
}

.advantage .adList .ad02 {
	background: #0088FF;
}

.advantage .adList .ad03 {
	background: #d40000;
}

.advantage .adList .ad04 {
	background: #0088FF;
}

.advantage .adList li p {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.advantage .adList li .lead {
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: bold;
}



	