/*通用样式*/
body {
	font-family: "Microsoft YaHei","Microsoft JhengHei","\5B8B\4F53",sans-serif,tahoma,arial;
    background-color: #EEEEEE;
}
li {
    list-style-type: none;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #B20000;
    text-decoration: underline;
}

.container {padding: 0;width:1200px;}

.block {height:auto;background-color: #FFF;box-shadow: 0 3px 10px 0 rgba(0,0,0, .08);}

header {display: block;} 
/*头部样式*/
header {
    width: 100%;
	height:auto !important;
	background-color: #FFF;
	position: relative;
	text-align: center;
}

header #top {
	width:1200px;
	height: 100px;
	margin: 0 auto;
}

header #top #logo{
	width:295px;
	height: 100px;
	float: left;
	margin-right: 5px;
}

header #top #language{
	width:90px;
	height: 100px;
	line-height: 100px;
	float: left;
	margin-right: 5px;
}

header #top #menu{
	width:805px;
	height: 100px;
	float: left;
	background-color: #0168B7;
}

header #top #menu ul{
	width:100%;
	height: 100px;
}
header #top #menu ul li{
	width:134px;
	height: 100px;
	line-height: 100px;
	float: left;
}

header #top #menu ul li a{
	display: block;
	width: 100%;
	height: 100px;
	font-size:16px;
	color:#FFF;
	text-decoration: none;
}

header #top #menu ul li a:hover,a.active{
	background-color: #F9B552;
}

header #top #menu ul li a.active{
	background-color: #F9B552;
}

header .innner_banner {width:100%; height: 320px; text-align: center;overflow: hidden;}

#nav {width: 100%; height:auto; margin: 10px 0;}
/*尾部样式*/
footer {
    width: 100%;
    height:auto !important;
    background-color: #1b1b1b;
    padding: 0;
	color:#EEE;
}

footer a{color:#EEE;}
footer #copyright{line-height:3rem;font-size:1rem;height: 3rem;}
@media (max-width: 767px)
{
footer #copyright{font-size:0.75rem;height: 3rem;}
}
footer #contact{line-height: 28px;font-size:0.875rem;background-image: url(../../images/contact_bg.jpg);background-position: center center;text-align: left;}
footer .contact_bd{padding: 20px 0;}
footer .contact_logo{padding: 40px 0;}

.main-page {width:100%;height: auto;line-height: 3rem;padding: 10px 30px 30px 30px;}
.main-page ul{width:100%;height: 3rem;line-height: 3rem;}
.main-page ul li{margin-right: 1.25rem;}
.main-page ul li a{display: block;padding:0 1.25rem;border: 1px solid #1565D8;background-color: #FFF;}