@charset "utf-8";

body{
	margin:0;
	padding:0;
	font-family:"微软雅黑",Verdana, Arial;
	font-size:15px;
	color:#656565;
}
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	outline:none;
	font-family: "微软雅黑";
}
ul,li{
	list-style:none;
}
a{
	color:#333;
	text-decoration:none;
}
ul,ol,li{
	margin:0;
	padding:0;
	list-style: none;
}
/*修改input输入框提示文字颜色*/
input::-webkit-input-placeholder {  /* WebKit browsers */ 
	color:#999;
} 
input:-moz-placeholder {  /* Mozilla Firefox 4 to 18 */ 
	color:#999;
} 
input::-moz-placeholder {  /* Mozilla Firefox 19+ */ 
	color:#999;
}
input:-ms-input-placeholder {  /* Internet Explorer 10+ */ 
	color:#999;
}

/*顶部栏*/
.header{
	width: 100%;
	height: 300px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-position: center;
}
.header .container{
	margin: 0 auto;
	width: 1400px;
	height: 300px;
}
.header .container .logo{
	width: 100%;
	height: 100px;
	padding-top: 30px;
	position: relative;
}
.header .container .logo img{
	width: 66px;
	height: auto;
	position: absolute;
	top: 25px;
	left: 0;
}
.header .container .logo .zwname{
	margin-left: 80px;
	width: 255px;
	height: 42px;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 42px;
	letter-spacing: 4px;
	text-shadow: 0px 2px 2px #095AA7;
	text-align: left;
	font-style: normal;
}
.header .container .logo .ywname{
	margin-left: 113px;
	width: 200px;
	height: 20px;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	letter-spacing: 2px;
	text-shadow: 0px 1px 2px #095AA7;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
}

.header .container .sczrimg{
	width: 100%;
	height: 200px;
	padding-top: 35px;
}
.header .container .sczrimg img{
	display: block;
  	height: 100px;
	margin: 0 auto;
}

/*导航栏*/
.menu{
	width: 100%;
	height: 65px;
	background: #0c64fd;  /*蓝*/
}
.menu ul.nav{
	margin: 0 auto;
	width: 1000px;
}
.menu ul.nav li{
	float: left;
	padding: 21px 35px; 
}
.menu ul.nav li a{
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	padding: 12px 22px;
	border-radius: 10px;
  	font-weight: bold;
	font-size: 19px;
	color: #fff;
}
.menu ul.nav li a.active{
	color: #0c64fd;  /*蓝*/
	background: #fff;
}
.menu ul.nav li a:hover{
	color: #0c64fd;  /*蓝*/
	background: #fff;
}

/*底部栏*/
.footer{
    /*clear: both;*/
    width: 100%;
    height: 150px;
    background: #0c64fd;  /*蓝*/
}
.footer .container{
    margin: 0 auto;
    width: 1100px;
    height: 150px;
    position: relative;
}
.footer .container ul{
	margin-left: 300px;
	padding-top: 32px;
	width: 800px;
}
.footer .container ul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
}
.footer .container ul li a{
	color: #fff;
}
.footer .container ul li a:hover{
	text-decoration: underline;
}
/*底部图标*/
.footer .container .jcimg{
	position: absolute;
	top: 50px;
	left: 0;
}
.footer .container .jgimg{
	position: absolute;
	top: 45px;
	left: 170px;
}
