@charset "utf-8";

*{	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	list-style-type: none;
	font-family: 微软雅黑;}
body{background-color: #fff; font-family: "微软雅黑";}
a{text-decoration: none; color: #000;}
ul,li{list-style: none;}
.w{width: 1200px; margin: 0 auto;}
.clearfix{content: ""; display: table; clear: both;}

/*清除浮动*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
/*顶部导航*/
.top-nav{
	width: 100%;
	background-color: #ededed;
}
.top-nav .menu{
	height: 40px;
	line-height: 40px;
	padding-right: 50px;
	font-size: 13px;
	color: #333;
}
.top-nav .menu span{
	float: right;
}

/*banner*/
.banner{
	width: 100%;
	min-height: 150px;
	background: url(logo.png) no-repeat;
}

/*主导航*/
.main-nav{
	width: 100%;
	
	background-color: #427fda;
}
.main-nav .main-nav-menu{
	font-size: 17px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

/*当前位置*/
.position{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #ededed;
}
.position .position-txt{
	padding-left: 25px;
	font-size: 13px;
	color: #454545;
}

/***************头部********************/
.head{
	width: 100%;
	background-color: #ffffff;
}
.head1{
	width: 1200px;
	height: 150px;
	margin: 0 auto;
}
.logo{
	margin-top: 25px;
}
/**************搜索****************/
.search{
	width: 285px;
	height: 45px;
	border:1px solid #bb2335;
	margin-top: 55px;
	
}
.search input{
	outline: none;
}
.ipt_text{
	width: 238px;
	height: 43px;
	line-height: 43px;
	padding-left:10px;
}
.ipt_sbt{
	width: 40px;
	height: 22px;
	background: url(js_swdx_17.png) center center no-repeat;
	border-left: 1px solid #bb2335;
	cursor: pointer;
	vertical-align: middle;
}

.nav{
	width: 100%;
	height: 60px;
	background-color: #bb2335;
}
.nav1{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.nav1 li{
	width: 171px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.nav1 li a{
	display: inline-block;
	width: 171px;
	height: 60px;
	font-size: 19px;
	color: white;
}



/*内容*/
.con{
	margin-top: 30px;
	margin-bottom: 30px;
}
/*左侧*/
.con .con-left{
	float: left;
	width: 300px;
	/*height: 820px;*/
	margin-right: 30px;
	background-color: #efefef;
}
.con-left .con-left-title{
	width: 300px;
	height: 50px;
	line-height: 50px;
	padding-left: 45px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #bc2335;
}


/*右侧*/
.con .con-right{
	float: left;
	width: 870px;
	min-height: 770px;
	font-size: 17px;
	color: #333;
	padding: 10px 0 0 25px;
	background-color: #f9f9f9;
}



/***********************footer*********************************/
.footer{
	width: 100%;
	height: 110px;
	background-color: #bb2335;
}
.foot{
	width: 1200px;
	height: 110px;
	padding-top:25px;
	margin: 0 auto;
}
.sydw{
	margin-left: 73px;
}
.bqsy{
	width: 475px;
	height: 64px;
	margin-left: 172px;
}
.bqsy p{
	width: 475px;
	height: 32px;
	line-height:32px;
	text-align: center;
	font-size: 13px;
	color: white;
}
.gywm{
	width: 270px;
	height: 64px;
	margin-left: 140px;
}
.gywm ul li{
	width: 90px;
	height: 64px;
	text-align: center;
}
.gywm ul li img{
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 auto;
}
.gywm ul li a{
	display: block;
	margin-top: 10px;
	color: white;
}