@charset "utf-8";
/*----------------------------------------
  面包屑导航 apply confirm
----------------------------------------*/
.crumber:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.crumber span {
  float: right;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-family: "Microsoft Yahei", 微软雅黑, simsun, sans-serif;
}
.crumber span a {
  color: #333333;
}
/*----------------------------------------
  最新动态
----------------------------------------*/
.news {
  width: 100%;
  padding-bottom: 50px;
}
.news:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.news-body {
  width: 100%;
  padding: 10px 0;
  background: #f1f1f1;
}
.news-content {
  width: 96%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px #e8e8e8 solid;
}
.news-content .news-list {
  margin-top: 10px;
  margin-bottom: 30px;
}
.news-content .news-list ul {
  width: 96%;
  margin: 0 auto;
}
.news-content .news-list ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.news-content .news-list li {
  height: 50px;
  line-height: 25px;
  border-bottom: 1px dotted #5d93c9;
}
.news-content .news-list li :after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.news-content .news-list li .time {
  float: left;
  width: 100%;
  height: 20px;
}
.news-content .news-list li .time a {
  color: #757575;
  font-size: 12px;
}
.news-content .news-list li .title {
  float: left;
  width: 100%
}
.news-content .news-list li .title a {
  color: #353535;
  font-size: 12px;
}


/*----------------------------------------
  动态详细
----------------------------------------*/
.show-title {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  color: #353535;
  text-align: center;
}
.show-time {
  width: 90%;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  color: #757575;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px dashed #5d93c9;
}
.show-content {
  width: 80%;
  margin: 0 auto;
  color: #303030;
  font-size: 12px;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 50px;
}
.show-content .show-img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.show-content .show-img img {
  width: 100%;
}

/*----------------------------------------
  成功案例
----------------------------------------*/
.case {
  width: 100%;
  padding-bottom: 50px;
}
.case:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.case-body {
  width: 100%;
  padding: 10px 0;
  background: #f1f1f1;
}
.case-content {
  width: 98%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px #e8e8e8 solid;
}
.case-content .case-list ul {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px
}
.case-content .case-list ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.case-content .case-list ul li {
  float: left;
  width: 50%;
  margin: 20px 0; 
  text-align: center;
}
.case-img {
  width: 80%;
  border: 1px #d8d8d8 solid;
  margin: 0 auto;
}
.case-img img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.case-info {
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
}
/*----------------------------------------
  分页
----------------------------------------*/
.dw_page{position:relative;height:30px;line-height:30px;font-size:12px;color:#666;overflow:hidden; padding: 1px 0 20px;}
.dw_page .p_box{position:absolute;width:200%;left:-50%}
.dw_page .p_wp{position:absolute;margin-left:50%}
.dw_page .p_in{position:relative;float:left;left:-50%}
.dw_page ul,.dw_page .td,.dw_page .mytxt,.dw_page .og_but{float:left;font-size:14px}
.dw_page ul{height:30px}
.dw_page li{float:left;width:25px;height:25px;line-height:25px;text-align:center;margin-right:5px;background-color:#FFF}
.dw_page li a{display:block;width:25px;font-size:12px;color:#666;border:1px solid #DDD}
.dw_page li a:hover{color:#FF6000;border-color:#FF6000}
.dw_page li.on{color:#FF6000;border-color:transparent}
.dw_page li.bk,.dw_page li.bk a{width:50px}
.dw_page li.bk span{display:block;color:#BBB;font-size:16px;border:1px solid #DDD}
.dw_page .mytxt{width:28px;height:28px;line-height:28px;font-size:12px;color:#333;text-align:center;margin:0 5px;border:1px solid #DDD}
.dw_page .og_but{width:45px;height:30px;line-height:30px;margin-left:10px}
/*----------------------------------------
  关于我们
----------------------------------------*/
.about {
  width: 100%;
  padding-bottom: 50px;
}
.about:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.about-body {
  width: 100%;
  padding: 10px 0;
  background: #f1f1f1;
}
.about-content {
  width: 98%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px #e8e8e8 solid;
}
.about-content .about-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-show-content {
  width: 80%;
  margin: 0 auto;
  color: #303030;
  font-size: 14px;
  text-align: left;
  padding-bottom: 50px;
  line-height: 28px;
}
.about-show-content:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.about-show-content .about-img {
  margin: 30px auto;
  text-align: center;
}
.about-show-content .about-us {
  margin: 30px auto;
  text-align: left;
  font-size: 14px;
  color: #303030;
  line-height: 32px;
}
/*----------------------------------------
  联系我们
----------------------------------------*/
.contact {
  width: 100%;
  padding-bottom: 50px;
}
.contact:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.contact-body {
  width: 100%;
  padding: 10px 0;
  background: #f1f1f1;
}
.contact-content {
  width: 98%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px #e8e8e8 solid;
}
.contact-content .contact-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-show-content {
  width: 98%;
  margin: 0 auto;
  color: #303030;
  font-size: 12px;
  text-align: left;
  /*padding-top: 30px;
  padding-bottom: 50px;*/
  line-height: 24px;
}
.contact-show-content:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.contact-show-content .contact-img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.contact-show-content .contact-img img {
  /*width: 100%;*/
}
.contact-show-content .contact-table {
  /*float: right;
  width: 70%;*/
  padding:15px;
}
.contact_width{width:30%;}
.contact-show-content .contact-table table {
  width: 100%;
}
.contact-show-content .contact-table table a {
  color: blue;
}
.contact-show-content .contact-table table a:hover{
  text-decoration:underline;
}
.contact-show-content .contact-map {
  float: left;
  margin-top: 30px;
  width: 100%;
}
.contact-show-content .contact-map img {
  width: 100%;
}
