@charset "UTF-8";

/*bigger than 640-----------------------------*/
@media screen and (min-width:640px) {
	
/*=======================
#header
=======================*/
#header_img{
	width: 100%;
	max-width:100%;
	background: url("../img/interior/header_img.jpg") no-repeat;
	background-position: center top;
	background-size: cover;
	margin: 0 auto 0 auto;
	text-align: center;
}
#header_img h2 img{
	margin: 0 auto 0 auto;
	padding-top: 48px;
	padding-bottom: 48px;
}

/*=======================
#content1
=======================*/
#content1{
	color:#666;
}
#content1 h3{
	text-align: center;
	color: #127480;
	margin-bottom: 30px;
	font-size: 18px;
}
#ct1_txt{
	text-align: center;
	color: #000;
}
.ct1_inner{
	height: 400px;
	margin-top: 80px;
}
.inner_txt1{
	width: 580px;
	height: 390px;
	float: left;
}
.inner_txt2{
	width: 580px;
	margin-left: 670px;
}
.ct1_inner h4{
	padding-top: 40px;
	padding-bottom: 20px;
}
.ct1_inner ul li{
	font-weight: normal;
}

/*=======================
#content1_1
=======================*/
#ct1_1{
	background: url("../img/interior/img1.png") no-repeat;
}
#inner_txt1 h4{
	padding-left: 65px;
}
.ct_list_top{
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.8;
}
.ct_list{
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 2.2;
}
.ct_list_s{
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 2.2;
}

/*=======================
#content1_2
=======================*/
#ct1_2{
	background: url("../img/interior/img2.png") no-repeat;
}
#inner_txt2 h4{
	padding-left: 468px;
}
#inner_txt2 p{
	padding: 20px 0px 20px 0px;
}

/*=======================
#content1_3
=======================*/
#ct1_3{
	background: url("../img/interior/img3.png") no-repeat;
}
#inner_txt3 h4{
	padding-left: 65px;
}
#inner_txt3 p{
	padding: 40px 0px 0px 0px;
}

/*=======================
#content1_4
=======================*/
#ct1_4{
	background: url("../img/interior/img4.png") no-repeat;
}
#inner_txt4 h4{
	padding-left: 468px;
}
#inner_txt4 p{
	padding: 40px 0px 0px 0px;
}

/*=======================
#content1_5
=======================*/
#ct1_5{
	background: url("../img/interior/img5.png") no-repeat;
}
#inner_txt5 h4{
	padding-left: 65px;
}
#inner_txt5 p{
	padding: 20px 0px 20px 0px;
}

/*=======================
#content1_6
=======================*/
#ct1_6{
	background: url("../img/interior/img6.png") no-repeat;
}
#inner_txt6 h4{
	padding-left: 468px;
}
#inner_txt6 p{
	padding: 45px 0px 0px 0px;
}

/*=======================
#content1_7
=======================*/
#ct1_7{
	background: url("../img/interior/img7.png") no-repeat;
}
#inner_txt7 h4{
	padding-left: 65px;
}
#inner_txt7 p{
	padding: 30px 0px 0px 0px;
}

/*=======================
#content1_8
=======================*/
#ct1_8{
	background: url("../img/interior/img8.png") no-repeat;
}
#inner_txt8 h4{
	padding-left: 468px;
}
#inner_txt8 p{
	padding: 80px 0px 0px 0px;
}

/*=======================
#content1_9
=======================*/
#ct1_9{
	background: url("../img/interior/img9.png") no-repeat;
}
#inner_txt9 h4{
	padding-left: 65px;
}
#inner_txt9 p{
	padding: 30px 0px 0px 0px;
}

/*=======================
#content2
=======================*/
#content2{
	color:#666;
	background: #f9f9f9;
	padding-bottom: 200px;
}
#ct2_inner ul{
	width: 313px;
	float: left;
	padding-top: 40px;
	padding-left: 20px;
	line-height: 2;
}
}