header{
border-top: 1px solid #cbcbcb;
border-bottom: 1px solid #cbcbcb;
background-color: #ffffff;
}
header .container>.row{
height: 118px;
}
.headerLogo img{
width: 202px;
}
.headerMenu .col .name{
display: inline-block;
font-size: 16px;
color: #191919;
width: 100%;
text-align: center;
}
.headerMenu .col .eng{
color: #666666;
display: inline-block;
font-size: 10px;
width: 100%;
text-align: center;
}
.headerMenu .col.active .name{
font-weight: bold;
color: #196c94
}
.headerMenu .col.active .eng{
font-weight: bold;
color: #196c94
}
.search input{
width: 100%;
height: 34px;
line-height: 34px;
border: 1px solid #ccc;
}
.search img{
position: absolute;
right: 5px;
top: 7px;
}
footer{
background-color: #ededed;
margin-top: 150px;
height: 250px;
}
footer p{
	margin-top: 46px;
}
footer ul{
	list-style: none;
	text-align: center;
}
footer ul li{
	float: left;
	padding: 0 15px;

}
footer ul li a{
	color: #191919;
	font-size: 18px;
}
