.contact-message{
	padding: 170px 0 0px;
	background: #f2ebe7;
}
.contact-message .container{
    max-width: 1560px;
    padding: 0 6.25%;
}
.contact-message .page-title{
	margin: 0 0 70px;
}
.contact-message .message-box{
	background: #ffffff;
	padding: 50px;
}
.contact-message .message-box .form-box{
	border: 1px solid #c2afa5;
	padding: 110px 100px;
}
.contact-message .message-box .form-box .form-item{
	margin: 0 -40px;
}
.contact-message .message-box .form-box .input-box{
	margin: 0 0 20px;
	padding: 0 40px;
}
.contact-message .message-box .form-box .input-box:last-child{
	margin: 60px 0 0;
}
.contact-message .message-box .form-box label{
	display: block;
	color: #c5afa6;
	font-size: 20px;
	line-height: 20px;
	
}
.contact-message .message-box .form-box input{
	display: block;
	width: 100%;
	height: 50px;
	outline: none;
	padding: 0 10px;
	color: #c5afa6;
	font-size: 20px;
	border: 1px solid #c5afa6;
}
.contact-message .message-box .form-box textarea{
	width: 100%;
	height: 200px;
	border: 1px solid #c5afa6;
	resize: none;
	padding: 5px 8px;
	color: #c5afa6;
	font-size: 20px;
	outline: none;
}
.contact-message .message-box .form-box button{
	width: 170px;
	height: 50px;
	border: 1px solid #c5afa6;
	background: transparent;
	color: #c5afa6;
	font-size: 20px;
	margin: 0 auto;
	font-family: 'SourceHanSans-Bold';
	display: block;
	transition: all 0.3s ease;
}
.contact-message .message-box .form-box button:hover{
	background: #c5afa6;
	color: #ffffff;
}
@media screen and (max-width:767px) {
	.contact-message{
		padding: 40px 0 0;
	}
	.contact-message .page-title{
		margin: 0 0 30px;
	}
	.contact-message .container{
		padding: 0 15px;
	}
	.contact-message .message-box{
		padding: 15px;
	}
	.contact-message .message-box .form-box{
		padding: 30px 15px;
	}
	.contact-message .message-box .form-box .form-item{
		margin: 0;
	}
	.contact-message .message-box .form-box .input-box{
		padding: 0;
	}
	.contact-message .message-box .form-box input{
		height: 36px;
		font-size: 16px;
	}
	.contact-message .message-box .form-box textarea{
		height: 100px;
		font-size: 16px;
	}
	.contact-message .message-box .form-box button{
		font-size: 16px;
	}
	.contact-message .message-box .form-box label{
		font-size: 16px;
	}
	.contact-message .message-box .form-box .input-box:last-child{
		margin: 0;
	}
}


.contact-tel{
	padding: 80px 0 0;
	background: #f2ebe7;
}
.contact-tel .page-title{
	margin: 0 0 40px;
}
@media screen and (min-width:768px) {
    .contact-message .message-box{
        padding: 30px;
    }
    .contact-message .message-box .form-box{
        padding: 50px 50px;
    }
    .contact-message .message-box .form-box .input-box{
        padding: 0 20px;
    }
    .contact-message .message-box .form-box .form-item{
        margin: 0 -20px;
    }
}
@media screen and (min-width:992px) {
    
	.contact-tel{
		padding: 270px 0 0;
		background: #f2ebe7;
	}
	.contact-tel .page-title{
		margin: 0 0 120px;
	}
}
@media screen and (min-width:1200px) {
    .contact-message .message-box .form-box{
    	border: 1px solid #c2afa5;
    	padding: 90px 80px;
    }
    .contact-message .message-box{
        padding: 50px;
    }
    .contact-message .message-box .form-box .input-box{
        padding: 0 40px;
    }
}


.contact-tel-box{
	display: flex;
	position: relative;
}
.contact-tel .item:nth-child(1){
	width: 46.5%;
}
.contact-tel .item:nth-child(2){
    width: 23.5%;
	min-width: 465px;
	height: 100%;
	display: flex;
	flex-flow: column;
	background: #eeedec;
	position: absolute;
	right: 25%;
	top: 0;
	z-index: 999;
}
@media screen and (min-width:1600px) {
    .contact-tel .item:nth-child(2){
        right: 30%;
    }
}
.contact-tel .item:nth-child(3){
	width: 30%;
	margin: 0 0 0 auto;
}
.contact-tel .item img{
	display: block;
	width: 100%;
}
.contact-tel .item .contact-tel-text{
	flex-grow: 1;
	padding: 0 20px;
	position: relative;
}
.contact-tel .item .contact-tel-text .contact-tel-text-box{
	justify-content: center;
	display: flex;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	left: 20px;
	right: 20px;
	position: absolute;
	flex-flow: column;
	-webkit-box-pack: end;
    -webkit-box-align: end; 
}
.contact-tel .item .contact-tel-text p{
	font-size: 18px;
	color: #b1968a;
	line-height: 30px;
	padding: 5px 0;
	font-family: 'SourceHanSans-Regular';
}
.contact-tel .item .contact-tel-text p span{
	font-size: 30px;
}

.contact-tel .item .contact-tel-text .contact-tel-text-box img{
	width: 75%;
	max-width: 356px;
	margin: 0 0 150px;
}
@media screen and (max-width:1399px) {
	.contact-tel .item:nth-child(1){
		width: 61.5%;
	}
	.contact-tel .item:nth-child(2){
		width: 38.5%;
		right: 0;
	}
	.contact-tel .item:nth-child(3){
		display: none;
	}
	.contact-tel .item .contact-tel-text .contact-tel-text-box img{
		width: 75%;
		max-width: 356px;
		margin: 0 0 75px;
	}
}
@media screen and (max-width:991px) {
	.contact-tel .item .contact-tel-text p{
		font-size: 16px;
	}
	.contact-tel .item .contact-tel-text p span{
		font-size: 24px;
	}
}
@media screen and (max-width:767px) {
	.contact-tel .item:nth-child(1){
		width: 61.5%;
		display: none;
	}
	.contact-tel .item:nth-child(2){
		width: 100%;
		position: static;
	}
	.contact-tel .item .contact-tel-text p{
		font-size: 14px;
	}
	.contact-tel .item .contact-tel-text p span{
		font-size: 20px;
	}
	.contact-tel .item .contact-tel-text .contact-tel-text-box{
		padding: 60px 0;
		position: static;
	}
	.contact-tel .item .contact-tel-text .contact-tel-text-box img{
		margin: 0 0 50px;
	}
}

.contact-map{
	padding: 40px 0 0;
	background: #eeedec;
}
.contact-map .page-title{
	margin: 0 0 30px;
}
@media screen and (min-width:768px) {
	.contact-map{
		padding: 60px 0 0;
		background: #eeeded;
	}
	.contact-map .page-title{
		margin: 0 0 60px;
	}
}
@media screen and (min-width:992px) {
	.contact-map{
		padding: 170px 0 0;
		background: #eeeded;
	}
	.contact-map .page-title{
		margin: 0 0 150px;
	}
}
.about-map{
	width: 100%;
	height: 660px;
	/*background: url(../images/about-map.jpg) no-repeat center;*/
}
/*.about-map:hover{*/
/*    background: url(../images/about-map2.jpg) no-repeat center;*/
/*}*/
.about-map-wrap{
	width: 768px;
	height: 530px;
	margin: 0 auto;
	position: relative;
}
.about-map-wrap .item{
	width: 26px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	background: url(../images/map-icon.png);
}
.about-map-wrap .item:hover{
    background: url(../images/map-icon3.png);
}
.about-map-wrap .item:nth-child(1){
	left: 172px;
	top: 25px;
}
.about-map-wrap .item:nth-child(2){
	left: 498px;
	top: 180px;
}
.about-map-wrap .item:nth-child(3){
	left: 328px;
	top: 352px;
}
.about-map-wrap .item .item-box{
	display: inline-block;
	position: absolute;
	width: 250px;
	padding: 10px 0;
	left: 60px;
	top: 50%;
	margin-top: -27px;
	display: none;
	font-size: 16px;
	text-align: center;
	border: 1px solid #595757;
	border-left: 0;
	background: rgba(220,221,221,0.5);
}
.about-map-wrap .item .item-box::after{
    content: "";
    width: 1px;
    top: 0;
    height: calc(50% - 15px);
    position: absolute;
    left: 0;
    background: #595757;
}
.about-map-wrap .item .item-box::before{
    content: "";
    width: 1px;
    bottom: 0;
    height: calc(50% - 15px);
    position: absolute;
    left: 0;
    background: #595757;
}
.about-map-wrap .item:nth-child(2) .item-box::after{
    content: "";
    width: 1px;
    top: 0;
    height: calc(50% - 15px);
    position: absolute;
    right: 0;
    left: auto;
    background: #595757;
}
.about-map-wrap .item:nth-child(2) .item-box::before{
    content: "";
    width: 1px;
    bottom: 0;
    height: calc(50% - 15px);
    position: absolute;
    right: 0;
    left: auto;
    background: #595757;
}
.about-map-wrap .item .item-box p{
	font-size: 14px;
	line-height: 30px;
}
.about-map-wrap .item .item-box i{
    display: block;
	width: 23px;
	height: 34px;
	position: absolute;
	left: -23px;
	top: 50%;
	margin: -17px 0 0;
	background: url(../images/map-icon1.png);
}
.about-map-wrap .item:nth-child(2) .item-box{
	width: 440px;
	left: -473px;
	top: 50%;
	padding: 10px 20px;
	margin-top: -90px;
	text-align: center;
}
.about-map-wrap .item:nth-child(2) .item-box{
    border-right: 0;
    border-left: 1px solid #595757;
}
.about-map-wrap .item:nth-child(2) .item-box i{
	left: auto;	
	right: -23px;
	background: url(../images/map-icon2.png);
}
@media screen and (max-width:767px) {
	.about-map{
		width: 100%;
		height: 320px;
		background: url(../images/about-map1.jpg) no-repeat center;
	}
	.about-map:hover{
        background: url(../images/about-map1.jpg) no-repeat center;
    }
	.about-map-wrap{
		width: 300px;
		height: 320px;
	}
	.about-map-wrap .item:nth-child(1){
		left: 60px;
		top: 0px;
	}
	.about-map-wrap .item:nth-child(2){
		left: 255px;
		top: 95px;
	}
	.about-map-wrap .item:nth-child(3){
		left: 153px;
		top: 198px;
	}
	.about-map-wrap .item .item-box{
		width: 200px;
	}
	.about-map-wrap .item:nth-child(2) .item-box{
		width: 220px;
		left: -253px;
		top: 50%;
		padding: 10px 10px;
		z-index: 9999;
		margin-top: -146px;
		text-align: center;
	}
	.about-map-wrap .item:nth-child(3) .item-box{
		width: 150px;
		right: auto;
		padding: 0 10px;
		line-height: 20px;
		left: -170px;
	}
	.about-map-wrap .item:nth-child(3) .item-box p{
		line-height: 20px;
		padding: 10px 0;
	}
	.about-map-wrap .item:nth-child(3) .item-box i{
    	left: auto;	
    	right: -23px;
    	background: url(../images/map-icon2.png);
    }
    .about-map-wrap .item:nth-child(3) .item-box{
        border: 1px solid #595757;
        border-right: 0;
    }
    .about-map-wrap .item:nth-child(3) .item-box::after{
        content: "";
        width: 1px;
        top: 0;
        height: calc(50% - 15px);
        position: absolute;
        right: 0;
        left: auto;
        background: #595757;
    }
    .about-map-wrap .item:nth-child(3) .item-box::before{
        content: "";
        width: 1px;
        bottom: 0;
        height: calc(50% - 15px);
        position: absolute;
        right: 0;
        left: auto;
        background: #595757;
    }
}