
h5{color:white;}
.left{float: left;}
.right{float: right;}

.padtop{padding-top: 25px;}
.bottom{
	width: 100%;
	height:auto;
	background: #1F2428;
}
.bottom_center{
	display: flex;
	justify-content: center;
	flex-direction: row;
	border-bottom: 1px solid grey;
}
.ltbox{
	padding: 20px 20px 0px 20px;
	width: 300px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	margin:0px;
}



.phone_{
	border-bottom: 1px solid gray;
}
.phone_ p{
	margin:0px;
}
.phone_font{color: white; font-size: 16px;}
.phone_phone{
	color: #0062b8; font-size: 25px;font-weight: bold;
}



.address{}
.address p{color: white;font-size:12px;padding:5px 0px;}

.code{
	text-align: center;

	border-right: 1px solid gray;
	padding-top: 15px;
	margin: 0px;
}
.code_1{margin:30px;}
.code_1 p{
	font-size: 16px;
	
}
.code_img{
	border:4px gray solid;
	margin: 20px;
}
.brief{
	border-right: 1px solid gray;
	margin: 0px;
	
}
.brief ul{
	list-style: none;
	float: left;
	padding: 30px 15px 0px 15px;
	text-align: center;
}
.brief ul h5 a{
	color: white;
	font-weight: bold;
	font-size:16px;
}
.brief ul li{
	font-size: 14px;
	line-height: 20px;
	color: white;
	padding: 3px 0px;
}
.brief ul li a{
	color: white;
	
}
.brief ul li a:hover{
	text-decoration: none;
}
.btm-left{
	text-align: center;
	line-height: 60px;
	float: left;
}
.btm-right{
	text-align: center;
	float: right;
}
.btm-right a{
color:gray;
}
.text_sty{
	 width: 150px;
	 height: 25px;	
	
	 border:none;
}
.container-btm{
	width:1250px;
	margin: auto;
}
@media screen and (max-width: 980px){
.brief{display: none;}
.address p{padding-left: 0px;}
.phone_phone{font-size: 14px;}
.container-btm{width: 100%;}
.btm-left,.btm-right{float:none ;}
}
