#index-large{position:relative;overflow:hidden;z-index:1;}
h2.boxTitle {
    font-size: 30px;
    line-height: 110%;
    color: #1f1f1f;
    margin-bottom: 40px;
    margin-top: 50px;
}
#freebox{
    padding-bottom: 40px;
    border-bottom: 1px solid #dedede;
}
#freebox .four h2{margin-bottom:20px;color:#c5af81;font-size:20px;letter-spacing:0.1em;text-align:center;}
#freebox .four{
    position: relative;
    margin-bottom: 30px;
}
#freebox .four .photo{

position: absolute;

width: 45%;

top: 50px;

display: block;

background-repeat: no-repeat;

background-position: 50% 50%;

background-size: cover;
}
#freebox .four:nth-child(2n) .photo{
    right: 0;
}
#freebox .four:nth-child(2n) .intro{
    padding: 100px 31% 100px 70px;
    margin: 0 20% 0 0;
}
#freebox .four .photo img{width:100%;height: 350px;}
#freebox .four .intro{
    margin-left: 20%;
    padding: 100px 70px 100px 31%;
    background: #ffc107;
}
#freebox .four .intro h3 a{
    display: block;
    font-size: 36px;
    line-height: 120%;
    color: #191919;
    margin-bottom: 20px;
    overflow: hidden;
    height: 86px;
}
#freebox .four .intro p a{
    display: inline-block;
    color: #313131;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}
#freebox .four .intro p a i{margin-left:10px;}
#freebox .four ul{text-align:center;}
#freebox .four li{display:inline-block;width:calc(25% - 4px);}
#freebox .four li .border{border:2px solid #c5af81;background-image:url(/images/05/footer-bg.png);text-align:center;margin:10px 20px;padding:40px 20px 30px;}
#freebox .four li .border p{color:#fff;text-align:center;height:46px;overflow:hidden;margin-top:25px;font-size:8pt;}
#freebox .four li .border img { display: inline-block; }
#freebox article{color: #1d1d1d;font-size:15px;line-height: 180%;overflow: hidden;height: 80px;margin-bottom: 30px;text-align: justify;}
#freebox .four .youtube { position: relative; margin: 30px auto; width: 55%; }
.full .content-main{
	overflow:hidden;
	width:100%;
}
.side-title h1{
	color:#4e4e4e;
	font-size:16px;
	margin: 10px 0;
	position:relative;
	z-index:1;
	border: none;
    padding: 0;
}
.side-title h1:after{
	background:#c0c0c0;
	content:'';
	width:200px;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-3;
}
.side-title h1 strong{
	color:#4e4e4e;
	font-size:16px;
	position:relative;
	z-index: 1;
}
.side-title h1 strong:after{
	content:'';
	background:#fff;
	position:absolute;
	width:100%;
	height:100%;
	left: 0;
    bottom: -10px;
    padding-right: 10px;
    z-index: -1;
}
.content-main .contact-img{
	float:right;
	max-width: 65%;
}
.content-main h2{
	color:#c5af81;
	font-size:20px;
	letter-spacing:0.1em;
	margin-top:30px;
}
.content-main article{
	float:left;
	color:#282828;
	font-size:14px;
	margin-top: 30px;
}
.content-main article p{
	color:#c1a250;
    margin: 5px 0;
}
.content-main article p a{
	color:#282828;
}
.contact-info{
	overflow:hidden;
	margin-top: 15px;
}
.contact-info article{
	color:#4e4e4e;
	font-size:12px;
}
.contact-info .leftinfo{
	float:left;
	width:25%;
}
.contact-info .four{
	width:70%;
	float:right;
}
.contact-info .four li{
    float: right;
    width: 25%;
}
.contact-info .four li .border{
	border:2px solid #c5af81;
	text-align: center;
    margin: 0 10px;
    padding: 40px 0 30px;
}
.contact-info .four li .border p{
	color: #4e4e4e;
    text-align: center;
    height: 46px;
    overflow: hidden;
    margin-top: 25px;
	font-size:12px;
}
.contact-center span,
.contact-form span{
	display:inline-block;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#e17b60;
	margin-right: 5px;
}
.contact-form{
	margin: 60px auto 30px;
	position:relative;
	z-index:2;
}
.contact-form fieldset{
	padding:0;
	margin:0;
	border: 0;
	overflow:hidden;
}
.contact-form fieldset .left,
.contact-form fieldset .right,
.contact-form fieldset .forcode{
	float:left;
	width:48%;
}
.contact-form fieldset .right{
	float:right;
}

.contact-form div div{
	font-size:14px;
	color:#4c4c4c;
	margin-bottom:30px;
	position:relative;
}
.contact-form div div label{
	display:block;
	margin-bottom: 10px;
}
.contact-form div div label .light{
	font-weight:normal;
	color: #a1a1a1;
}
.contact-form div div input[type="text"],
.contact-form div div textarea,
.contact-form div div select,
.ckeList{
	display: block;
    border: 1px solid #d2d2d2;
    background: #fcfcfc;
    width: 97%;
    border-radius: 8px;
    height: 36px;
	outline: none;
	padding-left:2%;
}
.contact-form div div select{
	width: 99%;
	color: #4c4c4c;
}
.contact-form div div textarea{
    height: 100px;
	padding: 10px 0 10px 2%;
}
.contact-form div div p.sex{
	position: absolute;
    right: 1%;
    top: 0;
}
.contact-form .code input[type="text"]{
	display:inline-block;
	width:200px;
	margin-right:10px;
}
.contact-form .send{
	text-align:center;
}
.contact-form .send p{
	text-align:center;
	display:inline-block;
	line-height: 14px;
    font-size: 14px;
}
.contact-form .send p.sendp{
    padding: 10px 15px;
	color:#000;
}
.contact-form .send p.sendp:hover{
	background:#b9b9c8;
	color:#fff;
	cursor:pointer;
}
.contact-form .send p.sendp i{
	margin: 0 10px;
}
.contact-form .send p input{
	background: none;
	line-height: 14px;
    font-size: 14px;
	color: #000;
}

.contact-form .send p.sendp:hover input{
	color:#fff;
}
@media screen and (max-width: 1366px) {
	.contact-info .leftinfo{
		width: 20%;	
	}
	.contact-info .four{
		width:79%;
	}
}
@media screen and (max-width: 1280px) {
	.contact-info .leftinfo{
		width: 100%;
		margin-bottom: 20px;	
	}
	.contact-info .four{
		width:100%;
	}
	#freebox .four li{width:calc(50% - 4px);margin-bottom:20px;}
	#freebox .four .youtube { width: 100%; }
}
@media screen and (max-width: 980px) {
	.contact-info .four li{
		width:50%;
		margin-bottom: 20px;
	}
	
}
@media screen and (max-width: 768px) {
	#freebox .four li .border p{height:70px;}
	#freebox .four li .border{margin:10px 10px;}
	.contact-form fieldset .left,
	.contact-form fieldset .right,
	.contact-form fieldset .forcode{
		width:100%;
	}
	.notice p:before,
	.notice p:after{
		width:30%;
	}
	.contact-form .forcode .code input[type="text"]{
		width:100px;
	}
}
@media screen and (max-width: 640px) {
	.contact-info .four li{
		width:70%;
		margin:0 15% 20px;
	}
	#freebox .four{width:100%;}
}
@media screen and (max-width: 480px) {
	.contact-info .four li{
		width:80%;
		margin:0 10% 20px;
	}
    #freebox .four .photo, #freebox .four:nth-child(2n) .photo{
    position: relative;
    width: 100%;
    top: 0;
}
    #freebox .four .intro, #freebox .four:nth-child(2n) .intro{
    margin: 0;
    padding: 35px;
}
    #freebox .four .photo img{height:auto;}
	#freebox .four li{width:80%;margin:0 10% 20px;}
	#freebox .four li .border p{height:auto;}
}