/* ----全局定义---- */
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;

  -webkit-font-smoothing: antialiased;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}
h2 {
  font-size: 30px;
  font-weight: 400;
}
h3 {
  font-size: 28px;
  font-weight: 300;
}
p {
  font-size: 15px;
  line-height: 28px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
.section-title {
  margin-bottom: 30px;
}
.section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}
.section-title h3 {
  text-align: left;
  border-bottom: #999 1px solid;
  padding: 0 0 30px 30px;
  font-weight: 400;
  color: #302d3c;
}

/*----头部----*/
header {
  background: #fff;
  padding: 20px 0;
}
header .navbar {
  margin-bottom: 0px;
  border: 0px;
}
header .navbar-brand {
  padding-top: 5px;
}
header .navbar-brand img{
  max-width: 100%;
}
header .navbar-default {
  background: none;
  border: 0px;
}
/*header .navbar-default .navbar-nav {
  padding-top: 10px;
}
header .navbar-default .navbar-nav li a {
  color: #333333;
  padding: 5px 5px;
  font-size: 14px;
}
header .navbar-default .navbar-nav li a:hover {
  color: #69C;
}*/
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}


/*--主新闻列表--*/
#intro {
  padding: 30px 0;
  background: url("/caiwuchu/img/bg01.png"); 
}
#intro .block h2 {
  line-height: 27px;
  margin: 0;
  padding: 15px 0 15px 15px;
  /*  position: relative;*/
}
#intro .block span {
  line-height: 27px;
  margin-right: 0;
  float: right;
}
#intro .block ul {
  padding-left: 20px;
}
#intro .block li {
  border-bottom: 1px dotted #ccc;
  list-style-type: none;
  line-height: 30px;
  margin-bottom:10px;
  margin-right: 10px;  
  background:url("/caiwuchu/img/dot.gif") no-repeat left;
}
#intro .block p {
  color: #7B7B7B;
  padding-top: 20px;
}
#intro .block img {
  padding-left: 40px;
  width: 100%;
}
#intro .section-title {
  margin-bottom: 0px;
}
#intro .section-title p {
  padding-top: 20px;
}
#intro .block a {
  color:#666;
}
#intro .block a:hover {
  color:#69C;
}
.news-class {
  margin: 20px auto;
}
.news-class a {
  display: block;
  text-overflow:ellipsis; 
  white-space:nowrap; 
  overflow:hidden;
  margin-right: 90px;
  margin-left: 20px;
}
.news-class span {
  text-align: right;
  float: right;
}


/*----轮播图----*/
.banner {
  position: relative;
  width: 100%;
  overflow: auto;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: rgba(255,255,255,.6);
  text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
  background: #5b4d3d;
  box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.banner ul {
  list-style: none;
/*  width: 100%;*/
}
.banner ul li {
  display: block;
  float: left;
/*  width: 33%;*/
  min-height: 200px;
/*  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;*/
/*  background-size: 100% 100%;*/
  box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
}
.banner .inner {
  padding: 80px 0 60px;
}
.banner h1, .banner h2 {
  padding-top: 50px;
  font-size: 40px;
  line-height: 52px;
  color: #fff;
}
.banner .btn {
  display: inline-block;
  margin: 25px 0 0;
  padding: 9px 22px 7px;
  clear: both;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,.4);
  border-radius: 5px;
}
.banner .btn:hover {
  background: rgba(255,255,255,.05);
}
.banner .btn:active {
  -webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
  -moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
  -ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
  -o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
  filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}
.banner .btn, .banner .dot {
  -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
  -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
  -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
  -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
.banner .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 100%;
}
.banner .dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  *text-indent: 0;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}
.banner .dots li.active {
  background: #fff;
  opacity: 1;
}
.banner .arrows {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
}
.banner .arrow {
  display: inline;
  padding-left: 10px;
  cursor: pointer;
}


/*----常用链接----*/
#service {
  text-align: center;
  padding: 30px 0;
  background:url("/caiwuchu/img/bg.png");
}
#service .service-item {
  padding-bottom: 30px;
}
#service .service-item i {
  font-size: 60px;
  color: #4A4656;
}
#service .service-item h4 {
  padding-top: 5px;
  margin: 0;
  color: #666;
}
#service .service-item h4 a {
  color: #4A4656;
}
#service .service-item h4 a:hover {
  color: #69c;
}
#service .service-item p {
  color: #888;
  padding-top: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
#service .service-list {
  padding-bottom: 20px;
  min-height: 500px;
}
#service .service-list ul {
  padding-top: 20px;
}
#service .service-list li {
  color: #000;
  list-style-type: none;
  line-height: 24px;
  margin: 0 30px 20px 40px;
  text-align: left;
  background:url("/caiwuchu/img/dot.gif") no-repeat left;
}
#service .service-list a {
  color:#666;
  font-size: 16px;
  display: block;
  text-overflow:ellipsis; 
  white-space:nowrap; 
  overflow:hidden;
  margin-right: 90px;
  margin-left: 20px;
}
#service .service-list a:hover {
  color:#69C;
}
#service .service-list span {
  font-size: 16px;
  line-height: 27px;
  margin-right: 0;
  float: right;
  color: #666;
  text-align: right;
}
#service .paging {
  color:#666;
  font-size: 16px;
  margin-top: 50px;
}
#service .paging a {
  color:#666;
  font-size: 16px;
}
#service .paging a:hover {
  color:#69C;
}
#service .service-content {
  width: 90%;
  margin: 0 auto;
  min-height: 500px;
}
#service .service-content h3{
  font-weight: 600px;
  margin:10px 0 20px 0; 
}
#service .service-content h5{
  font-size: 12px;
  color: #666;
  padding-bottom: 30px;
  display: block;
}
#service .service-content p {
  text-align: left;
  line-height: 28px;
  margin-bottom: 10px;
}
/*#service .service-content img {
  margin: 10px auto;
  border: 1px #ccc solid;
  padding: 8px;
  max-width: 100%;
  display: block;
  text-align: center;
}*/
#service .service-content .titlespan {
  float: right;
  text-align: center;
  margin-top: 50px;
  width: 240px;
  line-height: 28px;
  font-size: 15px;
}
#service .service-content table {
  border-collapse: collapse;
  margin: 20px auto;
}
#service .service-content th {
  font-weight: 600;
  background: #DDD;
  text-align: center;
  font-size: 16px;
}
#service .service-content table, td, th {
  border: 1px solid #999;
  padding:10px;
}


/*----办事指南----*/
#guide-to-affairs {
  background: url("/caiwuchu/img/call-to-action-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}
#guide-to-affairs:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
#guide-to-affairs h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
}
#guide-to-affairs .btn-call-to-action {
  padding: 15px 35px;
  border: none;
  background-color: #fff;
  font-size: 15px;
  color: #333333;
  margin-top: 30px;
}
#guide-to-affairs .block {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 2.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
#guide-to-affairs .block h2 {
  text-align: center;
  margin-bottom: 20px;
}
#guide-to-affairs a {
  color: #FFF;
  margin:10px 0;
}
#guide-to-affairs a:hover {
  color: #FF0;
}
#banner-content {
  background: url("/caiwuchu/img/featue-bg.jpg") no-repeat center ;
  background-size: 100%;
/*  background-attachment: fixed;
  position: relative;
  text-align: center;
  color: #fff;*/
}
/*#banner-content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.2;
}*/
#banner-content .block {
  font-size: 14px;
  line-height: 2.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
#banner-content img {
  max-width: 100%;
  float: right;
  padding: 50px 0;
}
#banner-content h3 {
  font-size: 30px;
  margin: 100px 0 0 20px;
}


/*----版权信息----*/
footer {
  background: #F5F5F5;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer p {
  font-size: 13px;
  line-height: 25px;
  color: #919191;
}
footer a {
  color: #595959;
}
footer .footer-manu {
  padding-bottom: 25px;
}
footer .footer-manu ul {
  margin: 0px;
  padding: 0px;
}
footer .footer-manu ul li {
  display: inline-block;
  padding: 0px 20px;
}
footer .footer-manu ul li a {
  display: inline-block;
  color: #494949;
}
footer .footer-manu ul li a:hover {
  color: #000;
}
#guide {
  margin-top: 25px;
  margin-left: 25px;
}