
#header{
	width: 100%;
	height:249px; 
}
#body{
	margin-bottom: 20px;
	overflow:hidden;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1ecfd), color-stop(100%,#ffffff)); 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1ecfd), to(#ffffff));
	background: -webkit-linear-gradient(top, #000000 0%,#d1ecfd 100%); 
	background: -o-linear-gradient(top, #d1ecfd 0%,#ffffff 100%); 
	background: -ms-linear-gradient(top, #d1ecfd 0%,#ffffff 100%); 
	background: linear-gradient(to bottom, #d1ecfd 0%,#ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( enabled=true,startColorstr='#d1ecfd', endColorstr='#ffffff',GradientType=0 );   
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #d1ecfd, endColorstr = #ffffff);
	/* background:-webkit-linear-gradient(270deg, rgba(194, 231, 254, 1) 0%, rgba(194, 231, 254, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
    background:-moz-linear-gradient(180deg, rgba(194, 231, 254, 1) 0%, rgba(194, 231, 254, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
    background:linear-gradient(180deg, rgba(194, 231, 254, 1) 0%, rgba(194, 231, 254, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%); */
}
/* #fotter{
	width: 1200px;
	height:130px;
	padding:5px 20px;
	margin:0 auto;
	position: relative;
} */
#fotter{
	width: 100%;
	height: 130px;
	background:url(../../images/fotter.png) no-repeat center center;
}
#fotter .fotter-cont{
	width: 1200px;
	height:100%;
	padding:5px 20px;
	margin:0 auto;
	position: relative;
}
#header .top-bg{
	width: 100%;
	height: 199px;
	background:url(../../images/web/bg.png) no-repeat center center;
}
#header .nav-dv{
	height: 50px;
	background:url(../../images/web/line.png) repeat;
   -moz-box-shadow:0px 1px 5px rgba(0, 0, 0, 0.349019607843137);
   -webkit-box-shadow:0px 1px 5px rgba(0, 0, 0, 0.349019607843137);
   box-shadow:0px 1px 5px rgba(0, 0, 0, 0.349019607843137);
   position: relative;
}
#header  .top-bg .middle-top{
	width: 1200px;
	height: 100%;
	margin:0 auto;
}
#header .top-bg .middle-top img{
	margin-top: 60px;
	margin-left: 8px;
}
#header .nav-dv .middle-nav-ul{
	width: 1200px;
	height: 100%;
	margin:0 auto;
}
#header .nav-dv .middle-nav-ul li{
	text-align: center;
	width:150px;
	float: left;
	height: 50px;
	line-height: 50px;
}
#header .nav-dv .middle-nav-ul li a{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
}
#header .nav-dv .middle-nav-ul li:hover{
	background-color: #003cec;
}
#header .nav-dv .middle-nav-ul li a .img-nav-ul{
	position: relative;
	top: 13px;
	left: 35px;
}
.haveBG{
	background-color: #0030bf;
}
#fotter .left-fotter-text{
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
	color: #333;
}
#fotter .left-fotter-text .left-ma{
	width: 65px;
	height: 65px;
	float: left;
}
#fotter .left-fotter-text .left-ma:hover img{
	opacity:.9;
}
#fotter .left-fotter-text .right-p{
	float: left;
	margin-left: 20px;
}
#fotter .left-fotter-text .right-p p span{
	text-decoration: none;
	font-size: 11px;
}
#fotter .left-fotter-text .right-p p{
	margin-bottom: 5px;
}
#fotter  .tu01{
	position: absolute;
	right: 40px;
	top: 10px;
}
#fotter  .tu02{
	position: absolute;
	right: 180px;
	top: 0px;
}
#fotter  .tu01:hover img{
	opacity: .9;
}
#fotter  .tu02:hover img{
	opacity: .9;
}
/*弹框*/
#wyzx-box{
	background-color: rgba(47, 79, 79 ,.6);
	width: 100%;
	height: 100%;
	position: fixed;
	left:0;
	top: 0;
	display: none;
	z-index: 999;
}
#wyzx-box .content{
	position: fixed;
	left: 50%;
	margin-left:-407px; 
	width: 814px;
	top: 50px;
	height: 600px;
	background-color: #fff;
	-moz-box-shadow:3px 5px 8px #666;
	-webkit-box-shadow:3px 5px 8px #666;
	box-shadow:3px 5px 8px #666;
}
#wyzx-box .content .top-nav{
	width: 100%;
	height: 40px;
	background-color: #3d59cb;
	color: #fff;
	line-height: 40px;
	padding:0px 20px;
}
#wyzx-box .content .top-nav span{
	font-size: 16px;
	font-weight: 700;
}
#wyzx-box .content .top-nav img{
	float: right;
	margin-top: 13px;
	cursor: pointer;
}
#wyzx-box  .container{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
#wyzx-box  p{
	padding:15px 0px;
	font-size: 11px;
	text-align: center;
	color: #999;
}
#wyzx-box  .xn{
	font-size: 11px;
	color: red;
}
#wyzx-box form{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding:0px 20px;
}
#wyzx-box form label{
	width: 120px;
	text-align: right;
	height: 32px;
	line-height: 32px;
	float: left;
	display: block;
}
#wyzx-box form label,form input{
	margin-bottom: 20px;
}
#wyzx-box form input{
	padding-left: 5px;
}
#wyzx-box form label span{
	color: red;
}
#wyzx-box .input01{
	width: 213px;
	height: 32px;
	border-radius: 2px;
	border:1px solid #d7d7d7;
}
#wyzx-box .input02{
	width: 272px;
	height: 32px;
	border-radius: 2px;
	border:1px solid #d7d7d7;
}
#wyzx-box .input03{
	width: 612px;
	height: 32px;
	border-radius: 2px;
	border:1px solid #d7d7d7;
}
 
#wyzx-box textarea{
	width: 612px;
	height: 183px;
	border-radius: 2px;
	border:1px solid #d7d7d7; 
	padding:5px;
}
#wyzx-box .btn-item{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding-left: 120px;
}
#wyzx-box .btn-item .btn01{
  width:140px;
  height:35px;
  background-color:#3d59cb;
  border:none;
  border-radius:5px;
  color: #fff;
  margin-right: 5px;
}
#wyzx-box .btn-item .btn01:hover{
	opacity: .9;
}
#wyzx-box .btn-item .btn02{
    width: 74px;
    height: 35px;
    background: inherit;
    background-color: #fff;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #797979;
    border-radius: 5px;
}
#wyzx-box .btn-item .btn02:hover{
	background-color: #f2f2f2;
}