﻿*,*:before,*:after {margin: 0; padding: 0; border: none; font-family: "微软雅黑";}
ul,ol {list-style: none;}
a {color: inherit; text-decoration: none;}
a:hover {text-decoration: underline;}
button {cursor: pointer;}

.g-doc {width: 1200px; margin: 0 auto;}
.f-cb:after {content: '';display: block;clear: both;}
.f-fl {float: left;}
.f-fr {float: right;}


/*banner*/
.banner img {
  display: block;
  width: 100%;
}
/*nav*/
.nav {
  background: #d11128;
}
.nav-list {
  font-size: 0px;
  text-align: justify;
}
.nav-list:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.nav-list li {
  display: inline-block;
  color: #fff;
}
.nav-list a {
  display: block;
  padding: 0 42px;
  font-size: 18px;
  line-height: 50px;
}
.nav-list li:hover {
  background: #f9d626;
  color: #333;
}










#slides {
  position: relative;
  width: 100%;
  height: 100%;
}
#slides > li {
  position: absolute;
  /* display: none; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#slides > li .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font: 14px/28px "微软雅黑";
  color: #fff;
  background: rgba(0,0,0,0.5);
  text-indent: 14px;
}


#slides li a, #slides li img {
    display: block;
    width: 100%;
    height: 100%;
}

#pagination {
  position: absolute;
  z-index: 1000;
  bottom: 9px;
  right: 15px;
  font-size: 0;
}
#pagination li {
  display: inline-block;
  margin-left: 5px;
  text-indent: -9999px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4d574f;
}
#pagination li.current {
  background: #fff;
}





.list-container ul {
  line-height: 34px;
  font-size: 13px;
  color: #333;
}
.list-container ul li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 6px solid #064b98;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  margin-right: 7px;
}






.section {
  margin-top: 30px;
  width: 550px;
}
.section h2 {
  margin-left: 20px;
  width: 108px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: url('../img/tab.png') center no-repeat;
}
.section .news {
  margin-top: 12px;
  line-height: 34px;
  font-size: 13px;
  color: #333;
}
.section li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  /*margin-top: 14px;*/
  margin-right: 7px;
  background: #767676;
  vertical-align: middle;
}
.section:nth-child(odd) {
  float: left;
}
.section:nth-child(even) {
  float: right;
}





/* 链接 */
.link {
  margin-top: 7px;
  margin-bottom: 30px;
}
.link .head {
  font: bold 18px/54px "微软雅黑";
  color: #333;
  padding-left: 38px;
  background-image: url('../img/links (2).png');
  background-repeat: no-repeat;
  background-position: 0 center;
}
.link-list {
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
}
.link-list li {
  display: inline-block;
  width: 280px;
  height: 80px;
  margin-right: 26px;
}
/*.link-list li+li {
  margin-left: 26px;
}*/
/* 页脚 */
.footer {
  border-top: 3px solid #f40002;
  background-color: #ededed;
  height: 144px;
  padding-top: 33px;
  text-align: center;
  margin-top: 30px;
}
.footer .image {
  vertical-align: top;
  display: inline-block;
}
.footer .info {
  display: inline-block;
  text-align: left;
  margin-left: 90px;
  font: 12px/25px "微软雅黑";
  color: #666;
}


.section .more {
  font-size: 12px;
  line-height: 30px;
}






	#page {width:100%;padding:5px 0;}
	#page ul{margin:0 auto; display:table;text-align:center;}
	#page li{float:left !important; float:none;margin-right: 2px; height:22px;line-height:22px;display:inline; zoom:1; font-size:14px;}
	#page span{display: block; padding: 5px 13px; background: #990000; border: 1px solid #CCC; color: #fff; }
	#page a{font-size:14px;display: block; text-decoration: none; margin:0px; color: #333;padding:5px 13px;background:#f7f7f7;}
	#page a:link,#page a:visited {border: 1px solid #CCCCCC; }
	#page a:hover {background:#e70012;color:#fff;}
	#page #span1 {background:#fff;display: block;}
	

