.layout {
	overflow:hidden;
}
.wrap{
	width: 1200px;margin: 0 auto;
}

.uwconfts{
	padding: 90px 0 120px;
}
.tit{
	text-align: center;
}
.tit h2{
	font-size: 36px;
	line-height: 1.6;
	color: #000000;position: relative;padding-bottom: 16px;
}
.tit h2:before{
	content: "";
	position: absolute;
	left: 0;right: 0;
	bottom: 0;z-index: 1;width: 36px;height: 3px;background: #000000;margin: 0 auto;
}
.tit.whit h2:before{
	background: #fff;
}
.tit.whit h2{
	color: #fff;
}
.uwconfts p{
	font-size: 18px;
	line-height: 1.6;
	color: #fff;text-align: center;margin: 30px 0 60px;
}
.uwconfts .btn{
	width: 200px;line-height: 50px;
	text-align: center;display: block;background: #c00000;
	font-size: 20px;color: #fff;border-radius: 30px;margin: 0 auto;
}

.contact .map img{
	width: 100%;display: block;border-radius: 10px;
}
.contact{
	padding: 50px 0 60px;
}

.contact .bds{
	margin-top: 50px;display: flex;justify-content: space-between;
}
.contact .bds ul{
	display: flex;justify-content: space-between;width: calc(100% - 305px);
}
.contact .bds li{
	background: #fff;border-radius: 20px;box-shadow: 0 0 16px 0 rgba(80,80,80,0.1);
	width: calc((100% - 52px)/3);-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;padding: 25px 20px 0;
}
.contact .bds .ico{
	width: 40px;
}
.contact .bds h3{
	font-size: 18px;
	line-height: 1.6;
	color: #000000;margin: 12px 0;
}
.contact .bds p{
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}
.contact .bds .rts{
	background: #fff;border-radius: 20px;box-shadow: 0 0 16px 0 rgba(80,80,80,0.1);
	width: 280px;display: flex;justify-content: space-between;align-items: center;
	padding: 20px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contact .bds .ls .ico{
	width: 32px;display: block;margin-bottom: 7px;
}
.contact .bds .ls h4{
	font-size: 18px;
	line-height: 2;letter-spacing: 1px;
	color: #000000;writing-mode: vertical-rl;  
}
.contact .bds .wx{
	width: 160px;
}
.contact .bds .wx img{
	width: 100%;display: block;
}
.contact .fms{
	margin: 50px 0;
}
.contact .fms ul{
	display: flex;justify-content: space-between;
	flex-wrap: wrap;
} 
.contact .fms li{
	width: calc((100% - 26px)/2);margin-bottom: 20px;
	display: flex;justify-content: space-between;
}
.contact .fms li h3{
	font-size: 18px;
	line-height: 38px;
	color: #000;width: 96px;
}
.contact .fms li .t1{
	border: 1px solid #d2d2d2;border-radius: 6px;
	padding: 0 15px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;height: 38px;
	box-sizing: border-box;background: #f8f7f7;
	font-size: 18px;color: #000;width: calc(100% - 96px);
}
.contact .fms li.on{
	width: 100%;
}
.contact .fms li .t2{
	height: 120px;resize: none;
	line-height: 1.7;padding: 14px;
}
.contact .fms li .ls{
	display: flex;align-items: center;
}
.contact .fms .bns{
	display: flex;align-items: center;
}
.contact .fms .b1{
	width: 122px;line-height: 40px;
	display: block;text-align: center;border-radius: 6px;background: #e0e0e0;
	font-size: 18px;color: #212121;margin-left: 10px;
}
.contact .fms .b1.on{
	background: #cd3333;color: #fff;
}
.contact .fms li .t3{
	width: 242px;
}
.contact .fms li .yzm{
	width: 144px;margin-left: 12px;
}
.contact .fms li .yzm img{
	width: 100%;display: block;
}

.contact .fms li .t1:focus{
	border-color: #000;
}
.uwconfts .btn:hover{
	background: #a30808;
}
.contact .fms .b1.on:hover{
	background: #b92a2a;
}
.whban{
	margin-top:21px;
}
.whban img{
	width: 100%;display: block;
}