@charset "UTF-8";
/* CSS Document */

#main_image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 100%;
}
#main_image img {
	display: block;
	width: 100%;
}

#section1 {
	background: #ccf3f2;
	height: 500px;
	width: 100%;
	position: relative;
	padding-top: 60px;
}
.sect_title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700px;
	font-size: 24px;
	float: left;
}
.sect_title::after {
	height: 3px;
	background: #000;
	content: '';
	display: block;
	margin-top: 12px;
	width: 100px;
}
#section1 h2,
#section3 h2 {
	float: right;
	font-size: 24px;
}
#section1 a.btn-more {
	position: relative;
	z-index: 3;
	margin-top: 30px;
}
.total_flow {
	display: block;
	position: absolute;
	bottom: 140px;
	left: 50%;
	margin-left: -451px;
}
.top_machine {
	position: absolute;
	bottom: 0;
	right: 10%;
	display: block;
	width: 740px;
}


#section2 {
	padding: 80px 0;
	text-align: center;
}
#section2 .topBox {
	width: 445px;
	float: left;
	position: relative;
}
#section2 .topBox:first-child {
	margin-right: 44px;
}
.topBoxInner {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.topBox .topBoxInner img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.topBox:hover .topBoxInner img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.topBoxTitle {
	width: 270px;
	height: 72px;
	background: rgba(0,71,157,.7);
	color: #FFF;
	position: absolute;
	top: 0;
	left: 20px;
}
.topBoxTitle.yellow {
	background: rgba(129,158,0,.7);
}
.topBoxTitle p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700px;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 3px;
}
.topBoxTitle h3 {
	font-size: 20px;
}
.topBox .caps {
	font-size: 14px;
	margin-top: 8px;
}
.topBox .ref_over {
	z-index: 3;
}


#section3 {
	background: url(../images/top/bg_img1.jpg) no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 40px;
	position: relative;
}
#section3 .wrap {
	position: relative;
	z-index: 2;
}
#section3 .blue-overlay {
	background: rgba(158,224,255,.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.case_code {
	font-size: 14px;
	font-weight: bold;
}
.cases {
	width: 764px;
	margin: 30px auto 0;
}
.cases li {
	float: left;
	width: 361px;
	height: 270px;
	position: relative;
	margin-bottom: 36px;
}
.cases li:nth-child(odd) {
	margin-right: 42px;
}

.case_img {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}
.cases li .case_img img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.cases li:hover .case_img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.case_blue {
	position: absolute;
	width: 100%;
	background: rgba(0,71,157,.7);
	color: #FFF;
	z-index: 2;
	padding: 15px 0;
	bottom: 0;
	text-align: center;
}
.case_blue .inner {
	border: 2px #FFF solid;
	width: 310px;
	height: 37px;
	margin: 0 auto;
	display: table;
}
.case_blue .inner p {
	display: table-cell;
	vertical-align: middle;
	width: 114px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700px;
	font-size: 18px;
	border-right: 1px #FFF solid;
}
.case_blue .inner h3 {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
}
.ref_over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	outline: none;
}
.cases li .ref_over {
	z-index: 3;
}
#section3 .btn-more {
	margin: 0 auto;
}


#section4 {
	background: #f3f3f3;
	padding: 70px 0;
}
.link_box li {
	float: left;
	width: 300px;
	margin-right: 17px;
	position: relative;
}
.link_box li:last-child {
	margin-right: 0;
}
.link_box li .link_img {
	width: 300px;
	height: 185px;
	overflow: hidden;
}
.link_box li .link_img img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.link_box li:hover .link_img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.link_box li h3 {
	padding: 8px 15px 5px;
	font-size: 16px;
}
.link_box li h3 i {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #0F9EE3;
	margin-right: 3px;
	padding-top: 4px;
}
.link_box li p {
	padding: 0 15px;
}


