body {
    margin: 0;
    padding: 0;
    background: #fff;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

form,
input,
button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

img {
    border: none;
    vertical-align: bottom;
}

a {
    text-decoration: none;
}


/*--commond--*/

.wrap {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.title_01 {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.title_01 h1 {
    float: left;
    display: inline-table;
    padding-bottom: 5px;
    border-bottom: 3px solid #004485;
    font: bold 18px "微软雅黑";
    color: #004485;
}

.title_01 a {
    float: right;
    padding-right: 15px;
    font: 14px/30px "微软雅黑";
    color: #999;
    background: url(../images/more.png) right no-repeat;
    background-size: 10px;
}

.title_01 a:hover {
    color: #004485;
}

.title_02 {
    width: 100%;
    overflow: hidden;
}

.title_02 h1 {
    float: left;
    display: inline-table;
    padding-left: 10px;
    border-left: 4px solid #004485;
    font: bold 16px "微软雅黑";
    color: #004485;
}

.title_02 a {
    float: right;
    padding-right: 15px;
    font: 14px/30px "微软雅黑";
    color: #999;
    background: url(../images/more.png) right no-repeat;
    background-size: 10px;
}

.title_02 a:hover {
    color: #004485;
}

#top {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #e7e7e7;
    background: #f5f5f5;
}

#top span {
    font: 12px/30px "微软雅黑";
    color: #666;
}

#header {
    width: 1170px;
    height: 120px;
    margin: 0 auto;
}

#logo {
    float: left;
}

#search {
    float: right;
    padding: 39px 0;
}

#search form {
    width: 350px;
    height: 40px;
    border: 1px solid #e6e6e6;
}

#search input {
    float: left;
    width: 280px;
    height: 40px;
    padding: 0 10px;
    outline: none;
}

#search button {
    float: right;
    width: 40px;
    height: 40px;
}

#nav {
    width: 100%;
    height: 60px;
    background: #004485;
    margin: 0 auto;
}

#nav ul {
    width: 1170px;
    margin: 0 auto;
}

#nav ul li {
    float: left;
    display: block;
    position: relative;
}

#nav ul li a {
    display: block;
    width: 130px;
    font: 16px/60px "微软雅黑";
    text-align: center;
    color: #fff;
}

#nav ul li a:hover {
    background: #005ea6;
}

#nav ul li ul {
    width: 130px;
}

#nav ul li ul li {
    float: none;
}


/*关键一：将二级菜单设置为display：none;*/

#nav ul li ul {
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    background: #005ea6;
}

#nav ul li ul li a {
    font: 14px/45px "微软雅黑";
}

#nav ul li ul li a:hover {
    background: #004485;
}


/*关键二：在划过二级菜单从属的一级菜单时，设置为display:block;*/

#nav ul li:hover ul {
    display: block;
}

#banner {
    width: 100%;
    height: 450px;
    background: url(../images/banner.jpg) top center no-repeat;
}

#flink {
    width: 100%;
    padding: 30px 0;
    background: #f5f5f5;
}

#flink h1 {
    width: 1170px;
    margin: 0 auto;
    font: bold 18px "微软雅黑";
    color: #004485;
}

#flink a {
    font: 14px "微软雅黑";
    color: #666;
    margin-right: 30px;
}

#footer {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #02396d;
    background: #004485;
}

#footer ul {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

#footer li {
    float: left;
    width: 130px;
}

#footer h3 {
    font: bold 18px "微软雅黑";
    color: #fff;
    margin-bottom: 15px;
}

#footer p {
    font: 14px/30px "微软雅黑";
    color: #fff;
}

#footer a {
    font: 14px/30px "微软雅黑";
    color: #a4b5c4;
}

#footer a:hover {
    font: 14px/30px "微软雅黑";
    color: #fff;
}

#footer li.contact {
    width: 390px;
}

#copy {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #1660a7;
    background: #004485;
    font: 12px "微软雅黑";
    text-align: center;
    color: #fff;
}

#copy a {
    font: 12px "微软雅黑";
    text-align: center;
    color: #fff;
}

#copy a:hover {
    text-decoration: underline;
}

#ma {
    position: fixed;
    bottom: 380px;
    right: 15px;
}

#ma img {
    width: 100px;
}


/*--home--*/

#hot {
    width: 1170px;
    height: 60px;
    background: #f5f5f5;
    margin: 30px auto;
}

#hot h1 {
    float: left;
    width: 120px;
    height: 60px;
    background: #c00;
    font: bold 18px/60px "微软雅黑";
    text-align: center;
    color: #fff;
}

#hot h5 {
    float: right;
    width: 1030px;
    padding-top: 10px;
    padding-left: 20px;
}

#hot h5 a {
    font: bold 14px "微软雅黑";
    color: #333;
}

#hot h5 p {
    font: 14px "微软雅黑";
    color: #999;
}

#hot h5 span {
    font: 12px "微软雅黑";
    color: #999;
}

#news {
    width: 1170px;
    overflow: hidden;
    margin: 0 auto 30px auto;
}


.focusBox {
	 float: left;
  position: relative;
  width: 500px;
  height: 360px;
  overflow: hidden;
  font: 12px/1.5 Verdana, Geneva, sans-serif;
  text-align: left;
  background: white;
}
.focusBox .pic img {
  width: 500px;
  height: 360px;
  display: block;
}
.focusBox .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 40px;
  width: 100%;
  background: #000000;
  filter: alpha(opacity=60);
  opacity: 0.6;
  overflow: hidden;
}
.focusBox .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 36px;
  width: 100%;
  overflow: hidden;
}
.focusBox .txt li {
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: -36px;
}
.focusBox .txt li a {
  display: block;
  color: #ffffff;
  padding: 0 0 0 10px;
  font-size: 17px;
  text-decoration: none;
}
.focusBox .num {
  position: absolute;
  z-index: 3;
  bottom: 12px;
  right: 8px;
}
.focusBox .num li {
  float: left;
  position: relative;
  width: 21px;
  height: 10px;
  line-height: 15px;
  overflow: hidden;
  text-align: center;
  margin-right: 1px;
  cursor: pointer;
}
.focusBox .num li a,
.focusBox .num li span {
  position: absolute;
  z-index: 2;
  display: block;
  color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}
.focusBox .num li a {
  background: url(../images/sf_bg_45.png) no-repeat center center;
}
.focusBox .num li span {
  z-index: 1;
}
.focusBox .num li.on a {
  background: url(../images/sf_bg_46.png) no-repeat center center;
}





#news .news_focus {
    float: left;
    width: 500px;
    height: 300px;
    border-radius: 3px;
    background: #004485;
    overflow: hidden;
}

#news .news_focus img {
    width: 500px;
    height: 300px;
}

#news .news_list {
    float: right;
    width: 630px;
    border-radius: 5px;
    overflow: hidden;
}

#news .news_list ul {
    padding-top: 5px;
}

#news .news_list li {
    overflow: hidden;
    padding-left: 15px;
    background: url(../images/list.png) left no-repeat;
}

#news .news_list li a {
    float: left;
    font: 16px/38px "微软雅黑";
    color: #666;
}

#news .news_list li a:hover {
    float: left;
    font: 16px/38px "微软雅黑";
    color: #004485;
}

#news .news_list li span {
    float: right;
    font: 12px/38px "微软雅黑";
    color: #999;
}

#danwei {
    width: 1170px;
    margin: 0 auto 40px auto;
}

.danwei {
    width: 300px;
    height: 60px;
    padding: 10px 0 10px 90px;
}

.danwei strong {
    display: block;
    width: 300px;
    font: bold 16px/60px "微软雅黑";
    color: #666;
    text-align: center;
}

.danwei ul {
    width: 300px;
    height: 60px;
    overflow: hidden;
}

.danwei li {
    height: 20px;
    font: 14px/20px "微软雅黑";
    color: #666;
}

.scroll-box {
    width: 300px;
    height: 60px;
    padding: 10px 0 10px 90px;
    overflow: hidden;
}

.scroll-box ul {
    width: 300px;
    height: 60px;
}

.scroll-box ul li {
    width: 100%;
    height: 20px;
    box-sizing: border-box;
    line-height: 20px;
}

#service {
    width: 100%;
    padding: 40px 0;
    background: #f5f5f5;
}

#service table {
    width: 1170px;
    margin: 0 auto;
}

.box {
    height: 200px;
    padding: 30px;
    background: #fff;
}

.box li a {
    padding-left: 15px;
    background: url(../images/list.png) left no-repeat;
    font: 14px/30px "微软雅黑";
    color: #666;
}

.box li a:hover {
    color: #004485;
}

.box_img {
    padding: 30px;
    background: #fff;
}

.box_img ul {
    overflow: hidden;
}

.box_img li {
    float: left;
    width: 170px;
    margin-right: 15px;
}

.box_img li img {
    width: 170px;
    height: 170px;
}

.box_img li a {
    font: 14px/30px "微软雅黑";
    color: #666;
    text-align: center;
}

.box_img li a:hover {
    color: #004485;
}

#shop {
    width: 1170px;
    margin: 40px auto 0 auto;
}

#user {
    width: 1110px;
    padding: 25px 29px;
    border: 1px solid #e5e5e5;
    margin: 0 auto 40px auto;
}

#user ul {
    overflow: hidden;
}

#user li {
    float: left;
    width: 265px;
    margin-right: 12px;
    margin-top: 15px;
}

#user li a {
    display: block;
    padding: 10px 0;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    font: 14px "微软雅黑";
    color: #004485;
    text-align: center;
}

#user li a:hover {
    color: #c00;
}

#fengcai_wrap {
    width: 1110px;
    padding: 25px 29px;
    border: 1px solid #e5e5e5;
    margin: 0 auto 40px auto;
}

#fengcai {
    width: 1110px;
    height: 252px;
    overflow: hidden;
    position: relative;
}

#fengcai ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 252px;
}

#fengcai ul li {
    float: left;
    width: 212px;
    margin: 5px;
}

#fengcai ul li img {
    width: 212px;
    height: 212px;
}

#fengcai ul li a p {
    font: 14px/30px "微软雅黑";
    color: #666;
    text-align: center;
}

#fengcai ul li a:hover p {
    color: #004485;
}

#bianmin {
    width: 1170px;
    margin: 40px auto;
}

#bianmin ul {
    overflow: hidden;
    padding-top: 15px;
}

#bianmin li {
    float: left;
}


/*--list+article--*/

#place {
    width: 1170px;
    margin: 40px auto 20px auto;
    font: 14px "微软雅黑";
    color: #666;
}

#place a {
    font: 14px "微软雅黑";
    color: #666;
}

#place a:hover {
    color: #004485;
}

#main {
    width: 1170px;
    margin: 0 auto 30px auto;
    overflow: hidden;
}

#sider {
    float: left;
    width: 260px;
}

#sider .title {
    width: 170px;
    padding: 20px 45px;
    background: #004485;
}

#sider .title h1 {
    font: bold 18px "微软雅黑";
    color: #fff;
}

#sider .title p {
    font: 14px "微软雅黑";
    color: #748daf;
}

#sider .menu {
    width: 258px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background: #fff;
}

#sider .menu li {
    padding: 15px 44px;
    border-bottom: 1px solid #e5e5e5;
}

#sider .menu li a {
    font: 16px "微软雅黑";
    color: #666;
}

#sider .menu li a:hover {
    color: #004485;
}

#list {
    float: right;
    width: 880px;
}

#list li {
    width: 880px;
    margin-bottom: 25px;
    position: relative;
    -moz-box-shadow: 0 5px 3px #eeeeee;
    /* 老的 Firefox */
    box-shadow: 0 5px 3px #eeeeee;
}

#list li a {
    display: block;
    padding: 20px 40px;
    border: 1px solid #e5e5e5;
}

#list li a:hover {
    border: 1px solid #004485;
}

#list li a h3 {
    font: bold 18px "微软雅黑";
    color: #333;
    margin-bottom: 10px;
}

#list li a p {
    font: 14px/24px "微软雅黑";
    color: #999;
    margin-bottom: 10px;
}

#list li a:hover p {
    color: #666;
}

#list li a h5 {
    font: 14px/24px "微软雅黑";
    color: #999;
}

#list li span {
    position: absolute;
    bottom: 20px;
    right: 40px;
    font: 14px "微软雅黑";
    color: #999;
}

#list li a:hover span {
    color: #004485;
}

#content {
    float: right;
    width: 780px;
    padding: 30px 49px;
    border: 1px solid #e5e5e5;
}

#content h1 {
    font: bold 24px"微软雅黑";
    color: #004485;
    text-align: center;
    margin-bottom: 15px;
}

#content h5 {
    font: 14px"微软雅黑";
    color: #999;
    text-align: center;
    margin-bottom: 20px;
}

#content_main {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    font: 14px/30px"微软雅黑";
    color: #555;
}

#content_main img {
    max-width: 780px;
}




.apage{
	font-size: 0px;
	margin-right: -5px;
	padding-top: 25px;
	padding-bottom:25px;
	margin:0 auto;
	margin-bottom:20px;
	text-align:center;
	 
	
 }

.apage ul{display:inline-block; width:880px;}
.apage li{display:inline-block; float:none;}
.apage a{
	font-size: 13px;
	color: #888;
	display: inline-block;
	_display:inline;
	padding: 0 7px;
	border: 1px solid #ddd;
	margin-right: 5px;
	line-height: 26px;

 }
.apage a.prev,.apage a.next{
	padding: 0 15px;
}
.apage a:hover,
.apage a.cur,
.apage a.active,
.apage li.active a,
.apage li.active a:hover {
	background: #0066a5;
	font-weight: bold;
	color: #fff;
	border: 1px solid #0066a5;
}



.products-list {
	position: relative;
	overflow: hidden;
}
.products-list ul{
	width: 880px;
	*padding-bottom: 18px;
}
.products-list li{
     list-style: none;
    float: left;
 	width: 207px;
	min-height: 247px;
	border: 1px solid #e6e6e6;
	margin: 0 0px 18px 10px;
	display: inline;
	overflow:hidden;
}
.products-list li:hover{
	width: 207px;
	min-height: 247px; 
	border: 1px solid #0857b0;
	margin: 0 0px 18px 10px;
	display: inline;
	overflow:hidden;
}
.products-list li .int{
	padding: 0px;
	height:32px;
	line-height: 32px;
	text-align:center;
}
.products-list li:hover a.tit{
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 42px;
	color: #0857b0;
	transition: all 500ms ease-in 0ms;
	border-top: 1px solid #0857b0;
}
.products-list li a.tit{
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 42px;
	color: #333;
	transition: all 500ms ease-in 0ms;
	border-top: 1px solid #e6e6e6;
}
.products-list li a.tit:hover{
	color: #0857b0;
	border-top: 1px solid #0857b0;
}
.products-list li p.price{
	font-weight: bold;
	font-size: 14px;
	line-height: 50px;
	color: #333;
}
.products-list li p span{
	font-size: 24px;
	font-family: Arial;
	color: #c00725;
}
.products-list .page{
	margin: 0px;
	padding:0px;
}
