 body,html{
	text-align: center; font-family: "微软雅黑",arial; font-size: 12px; background: #fff;
}
p{margin: 0px; margin: 0px;}
img{ margin: 0px auto;}
/*top样式*/

.i_navbar-default{background: #fff; border-bottom: 2px solid #008cd6; }
.i_navbar{ min-height: 60px; }
.i_navbar-header{ min-height: 60px;}
.i_navbar-brand{ padding-top: 5px;}
ul.i_ul{ min-height: 60px;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{ background: #008cd6; color: #FFFFFF;}
.navbar-nav>li>a{ padding-top: 20px; padding-bottom: 20px; font-weight: bold; font-size: 14px;}
.navbar-brand  img {
  width: 123px !important;
}
/*关于我们样式*/
  
   /*面包屑样式*/
.abtUs_banner{ margin:0px auto; background: #008cd6;}
.abtUs{background: #f0f0f0; width:100%; text-align: left;}
.nav_link{ border-bottom: 1px dashed #a0a0a0; line-height: 30px; margin: 10px 0px 30px; color:#008cd6;}
.nav_link span{ margin:0px 5px;}
.nav_link a{ color: #008cd6;}
   /*内容部分样式*/
.abtUs_con{ font-size:1.2rem; line-height: 2rem;  padding: 0px 30px;}
.abtUs_con p{ margin: 0px 0px 10px;text-indent: 2em;}
.abtUs_info:first-letter{font-size:2.0rem; font-weight: bold; color:#008cd6;}
p.abtUs_tit{ border-left:10px solid #008CD6; font-size: 1.2rem; font-weight: bold; color:#008cd6;  margin:30px 0px; text-indent: 0px; padding-left:20px;}
.abtUs_honor p:last-child { text-indent: 0px;}
.abtUs_honor p img{ margin:20px;}
.abtUs_contact{border-top:3px solid #008CD6; margin: 30px 0px 50px; }
p.abtUs_contact_tit{font-size: 1.5rem; font-weight: bold; color:#008cd6;  margin:30px 0px; text-indent:1.5em;}
p.gs_name{ font-weight: bold;}



 /*图片滚动开始*/
 #wrapper {
  width: 1020px;
  height: 330px;
  margin: 0 0 0 -510px;
  position: relative;
  left: 50%;
  top: 50%;
 }

 #carousel {
  width: 1020px;
  position:relative;
 }
 #carousel ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
 }
 #carousel li {
  font-size: 12px;
  color: #999;
  text-align:center;
  display: block;
  width: 240px;
  height: 330px;
  padding: 0px;
  margin: 6px;
  float: left;
  position: relative;
  overflow: hidden;
  list-style: none;
 }

 #carousel li a img {
  width: 210px;
  height: 280px;
  margin-top: 14px;
  text-indent: 0px;
 }


 .clearfix {
  float: none;
  clear: both;
 }
 #carousel .prev, #carousel .next {
  background: transparent url(../img/公司资质/carousel_control.png) no-repeat 0 0;
  text-indent: -999px;
  display: block;
  overflow: hidden;
  width: 15px;
  height: 21px;
  margin-left: 10px;
  position: absolute;
  top: 140px;
 }
 #carousel .prev {
  background-position: 0 0;
  left: -30px;
 }
 #carousel .prev:hover {
  left: -31px;
 }
 #carousel .next {
  background-position: -18px 0;
  right: -20px;
 }
 #carousel .next:hover {
  right: -21px;
 }


 #source {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
 }
 #source, #source a {
  font-size: 12px;
  color: #999;
 }

 #donate-spacer {
  height: 100%;
 }
 #donate {
  border-top: 1px solid #999;
  width: 750px;
  padding: 50px 75px;
  margin: 0 auto;
  overflow: hidden;
 }
 #donate p, #donate form {
  margin: 0;
  float: left;
 }
 #donate p {
  width: 650px;
 }
 #donate form {
  width: 100px;
 }


/*网站底部样式*/
.footer{ background: #000; padding-top:30px; padding-bottom: 30px; color:#676767;}
.footer p{ margin: 5px auto;}

