@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	border: none;
}

img { border: none }

h2, h3
{
	font-weight: normal;
	font-size: 18px;
	color: #fff
}

table, tr, th, td { font-weight: normal }

li { list-style: none; }

body
{
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #333
}/* CSS Document */

.container
{
	width: 100%;
	height: auto;
	max-width: 1920px;
		margin: 0 auto;
}
.conter
{
	width: 1100px;
	height: auto;
/*	display: table;
*/	margin: 0 auto;
}


.header
{
	display: block;
	width: 1100px;
	height: 130px;
	margin: 0 auto;
}

.logo
{
	float: left;
	margin-top:20px;
	}

.tel
{
	float: right;
	display: table;
	margin-top: 10px
}

.tel table tr td img
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.tel table tr td
{
	font-size: 22px;
	color: #941b24;
	font-weight: bold
}

.tel table tr td span
{
	font-size: 16px;
	color: #005ec2;
	font-weight: bold
}


/*.tel .ok{
	color: #FFFFFF;
	margin-top: 45px;
	font-weight: normal;
	float: right;
	width: 300px;
	text-align: right;
	margin-right: 15px;
	line-height: 24px;
}
*/.tel .ok ul {float: left;padding:0;margin: 0;list-style-type: none;clear: both;font-family: Arial, Helvetica, sans-serif;font-size: 12px;line-height: 24px;color: #333333;}
.tel .ok ul li{
	width: 70px;
	display:block;
	overflow:hidden;
	float: left;
	padding-right: 15px;
}
.tel .ok ul li span{
	width: 1px;
	display:block;
	overflow:hidden;
	float: left;
	background-color: #FFFFFF;
	height: 13px;
	margin-top: 6px;
}
.tel .ok ul li a{
	color:#FFFFFF;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	float: right;
}
#foot em {clear:both;DISPLAY: block;OVERFLOW: hidden;text-align: left;color: #990000;line-height: 26px;font-style: normal;float: left;margin-left: 110px;}




.nav
{
	width: 100%;
	height: 60px;
	background: #005ec2
}

.menu
{
	position: relative;
	width: 1100px;
	height: 60px;
	display: block;
	margin: 0 auto;
}

.menu ul
{
	float: left;
	height: 60px;
	display: block;
	width: 1100px;
}

.menu ul li
{
	float: left;
	width: 109px;
	overflow: hidden;
	position: relative;
	line-height: 60px;
	text-align: center;
}

.menu ul li.last { background: none }

.menu ul li a
{
	position: relative;
	display: block;
	width: 109px;
	height: 60px;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
}

.menu ul li .last { background: none }

.menu ul li a span
{
	position: absolute;
	left: 0;
	width: 122px;
}

.menu ul li a span.out { bottom: 0px; }

.menu ul li a span.over, .menu ul li a span.bg { bottom: -60px; }

#menu2 { /*background: #f4f4f4;*/ background-repeat: repeat; }

#menu2 ul li a { color: #fff }

#menu2 ul li a span.over
{
	color: #fff;
	height: 60px;
	width: 122px;
	background: #3575ce;
	background-repeat: repeat;
	text-decoration: underline;
}

.footer
{
	width: 100%;
	height: auto;
	display: table;
	/*	background-size:  
cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Assets/images/footer.jpg',  sizingMethod='scale');
*//* sizingMethod参数还可以是image,crop */
	
	font-size: 14px;
}

.footer a { color: #fff }

.top { margin-top: 10px; }
.title_adv {
	width: 100%;
	height: auto;
	display: table;
	text-align: center
}
.title_adv span {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	font-family: "Arial"
}
.title_adv p {
	font-size: 24px;
	color: #fff;
}

.contact{ width:100%; height:420px; background:url(../images/contact_bg.jpg) no-repeat center}
.contact_adv
{
	width: 100%;
	height: auto;
	display: table;
	padding-top:30px;
}
.contact_adv h2{ font-size:16px; color:#ffc039; font-weight:bold; margin-bottom:20px;}
.contact_adv ul{ width:1096px; height:207px;margin-top:50px;}
.contact_adv ul li{ float:left; width:363px;height:207px; }
.contact_adv ul li p{ font-size:16px; color:#fff; line-height:30px;}

.contact_adv ul li.last_li{width:366px; border-right:none}

.contact_adv ul li form input{ display:block; width:290px; height:36px;border: 0; margin-bottom:10px; padding-left:10px}
.contact_adv ul li form textarea
{
	display: block;
	width: 290px;
	height: 58px;
	resize: none;
	border: 0;
	font-size: 14px;padding-left:10px;
	color:#999
}
.contact_adv ul li form input[type="submit"]
{
	width: 100px;
	height: 30px;
	background: #ac0608;
	color: #fff;
	border: 0;
	margin-top:15px;
}



.footer .copy
{
	width: 100%;
	height: 90px;
	background: #003771;
	line-height: 90px;
	text-align:center;
	color:#fff
}
