﻿#index-main {
	background: #FFFFFF;
}

.index-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	height: 30px;
}

.index-tit > a {
	font-size: 16px;
	color: #F1404B;
	text-transform: uppercase;
}


/**********************************************************************************************/


/* index-1 */

#index-1 {
	*zoom: 1;
}

#index-1:after {
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	visibility: hidden;
}

.index-1-BG {
	width: 100%;
	height: 35px;
}

.index-1-BG > div:nth-of-type(1) {
	float: left;
	width: 50%;
	height: inherit;
	background: #FFFFFF;
}

.index-1-BG > div:nth-of-type(2) {
	float: right;
	width: 50%;
	height: inherit;
	background: #F1404B;
}

.about-img {
	padding: 4rem 6rem 4rem 0;
	width: 50%;
	height: 36rem;
	background: #9D9D9D;
	box-sizing: border-box;
}

.about-img > div {
	max-width: 50rem;
	max-height: 35rem;
}

.about-img img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	vertical-align: middle;
}

.about-txt {
	padding: 4rem;
	width: 50%;
	height: 36rem;
	background: #CECECE;
	box-sizing: border-box;
}

.about-txt .p1 {
	line-height: 55px;
	font-size: 35px;
	font-weight: bold;
	color: #333333;
}

.about-txt .p2 {
	line-height: 28px;
	font-size: 18px;
	text-transform: uppercase;
}

.about-txt .about-con {
	max-height: 288px;
	line-height: 36px;
	font-size: 14px;
	overflow: hidden;
}

.about-txt a.more {
	display: block;
	float: right;
	margin-top: 15px;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
	background: #F1404B;
	transition: .3s;
}

.about-txt a.more:hover {
	color: #D9D9D9;
}


/**********************************************************************************************/


/* index-2 */

#index-2 {
	padding: 25px 0;
}

.product-nav {
	display: flex;
	justify-content: center;
	padding: 20px 0 20px;
	width: 100%;
}

.product-nav > a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	width: 125px;
	height: 125px;
	font-size: 17px;
	color: #4C4C4C;
	background: #F2F2F2;
	border-radius: 50%;
	transition: .3s;
}

.product-nav > a:hover {
	color: #FFFFFF;
	background: #F1404B;
}

.product-list {
	width: 100%;
}

.product-list > li:nth-of-type(3n) {
	margin-right: 0;
}

.product-list > li {
	margin: 0 11px 12px 0;
}

.product-list > li .img-box {
	width: 355px;
	height: 275px;
	border: 2px solid #DCDCDC;
}


/**********************************************************************************************/


/* index-3 */

#index-3 {
	padding: 10px 0;
}

.in-case {
	padding: 30px 30px 0px 30px;
	width: 100%;
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
}

.case-list {
	width: 100%;
}

.case-list li:nth-of-type(3n) {
	margin-right: 0;
}

.case-list li {
	float: left;
	margin: 0 31px 30px 0;
	width: 325px;
	height: 180px;
}

.case-list li .case-con {
	padding: 30px 0;
	border-bottom: 2px solid #CCCCCC;
}

.case-list li .case-con a {
	display: block;
	margin-bottom: 20px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .3s;
}

.case-list li .case-con a:hover {
	color: #F1404B;
}

.case-list li .case-con p {
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #919191;
}


/**********************************************************************************************/