@charset "utf-8";
.green {
  color: #43a570;
}
.green a {
  color: #43a570;
}
.pdf-nav ul,
.pdf-nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pdf-nav li {
  display: inline-block;
  margin-left: 30px;
  line-height: 40px;
  font-size: 18px;
}
.pdf-nav li a {
  color: #fff;
}
.pdf-nav li a:hover {
  color: #fffc00;
}
.bd-header {
  background: url(../images/head.jpg) center center no-repeat;
  background-size: cover;
  height: 640px;
  width: 100%;
}
.bd-about {
  margin-top: -60px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 50px;
}
.bd-tit {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.bd-qianzhan {
  border: 1px solid #ddd;
  padding: 30px 30px;
  text-align: center;
}
.bd-qianzhan span {
  display: inline-block;
  width: 92px;
  height: 92px;
  background-color: #F4FAF7;
  -webkit-border-radius: 92px;
  -moz-border-radius: 92px;
  border-radius: 92px;
  line-height: 92px;
}
.bd-qianzhan b {
  display: block;
  font-size: 22px;
}
.bd-qianzhan p {
  color: #666;
  font-size: 14px;
}
.bd-list li.l {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.bd-list li.l .green {
  color: #48a38c;
  font-weight: bold;
}
.bd-list li.l .green:hover {
  text-decoration: underline;
}
.bd-list li.l .t {
  border-bottom: 0px solid #ddd;
  line-height: 66px;
  height: 66px;
  overflow: hidden;
  cursor: pointer;
}
.bd-list li.l .t b {
  font-size: 22px;
  margin-left: 30px;
}
.bd-list li.l .t span {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  background-color: #43a570;
  color: #fff;
  height: 66px;
  width: 66px;
  line-height: 66px;
  text-align: center;
  float: left;
}
.bd-list li.l .t em {
  float: right;
  font-size: 20px;
  color: #ddd;
  margin-right: 20px;
  cursor: pointer;
}
.bd-list li.l .bd-cbox {
  display: none;
}
.bd-list li.l .current {
  background-color: #43a570;
  color: #fff;
}
.bd-list li.l .c {
  padding: 50px 30px 30px 30px;
}
.bd-list li.l .c h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.bd-list li.l:hover .t {
  background-color: #43a570;
  color: #fff;
}
.db-table {
  width: 100%;
}
.db-table td {
  border: 1px solid #eee;
  padding: 15px;
  font-size: 14px;
}
.db-table thead td {
  background-color: #c6e3d3;
  border: 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.db-table tr.odd td {
  background-color: #f6f6f6;
}
.db-paihang td {
  text-align: left;
  border: 0;
  border-bottom: 1px solid #eee;
}
.db-paihang thead td {
  text-align: left;
}
.db-paihang tbody tr td:first-child {
  width: 32px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #43a570;
}
.db-paihang tbody tr:nth-child(2n) {
  background-color: #FAFBFD;
}
.db-paihang .num {
  font-size: 18px;
  font-weight: bold;
  color: #43a570;
  display: inline-block;
  background: url(../images/tips.png) no-repeat;
  width: 32px;
  height: 41px;
  text-align: center;
  line-height: 34px;
  color: #fff;
}
.db-foot {
  background: url(../images/f-bg.png) no-repeat;
  height: 221px;
  padding: 50px;
}
.bd-down {
  margin-bottom: 100px;
}
.bd-down a {
  background-color: #43a570;
  color: #fff;
  border-radius: 2px;
  padding: 15px 200px;
}
.bd-footbg {
  background: url(../images/footbg.png) center top no-repeat;
  height: 310px;
  position: relative;
}
.bd-footbg p {
  position: absolute;
  bottom: 25px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #fff;
}
.bd-reportlist div {
  margin-top: 15px;
  margin-bottom: 15px;
}
.bd-reportlist div img {
  width: 100%;
  border: 1px solid #eee;
}
.bd-reportlist div p {
  margin-top: 10px;
}
.bd-reportlist div span {
  color: #43a570;
}
.bd-fuwu p {
  border: 1px solid #ddd;
  text-align: center;
  padding: 30px 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.bd-fuwu p:hover {
  background-color: #43a570;
  color: #fff;
  border-color: #43a570;
}
.wedo {
  position: relative;
  background: #fff;
  z-index: 0;
  float: left;
  display: inline-block;
  height: 380px;
  margin-bottom: 10px;
  border: 1px solid #D7D8D9;
  margin-left: -1px;
  margin-top: 10px;
  overflow: hidden;
  border-color: #D7D8D9;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wedo b {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #f4f4f3;
  font-weight: normal;
  font-size: 18px;
  width: 100%;
}
.wedo p {
  margin-top: 70px;
  font-size: 15px;
  line-height: 26px;
  color: #707070;
}
.wedoxm {
  padding: 1em 0.5em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 50px;
}
.wedoxm li {
  background: url(../zt-yqgh/images/y.jpg) no-repeat left 5px;
  margin-bottom: 1em;
  text-indent: 25px;
}
.wecur {
  z-index: 4;
  height: 400px;
  border-color: #43a570;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.wecur b {
  background: #43a570;
  color: #fff;
}
.contact-info {
  text-align: center;
  font-size: 20px;
}
.contact-info p {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}
.contact-info .contact-phone {
  font-size: 60px;
  color: #e3462d;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5em;
}
.contactBox .contact-msn {
  text-align: center;
}
.contactBox .contact-msn li {
  display: inline-block;
  position: relative;
}
.contactBox .contact-msn li i {
  box-shadow: none;
  background: none;
  display: inline-block;
  margin-left: 40px;
  margin-right: 40px;
}
.contactBox .contact-msn li i.icon-weixin {
  color: #3eb135;
}
.contactBox .contact-msn li i.icon-kefu {
  color: #4dafea;
}
.contactBox .contact-msn li i.icon-sina {
  color: #df4d69;
}
.contactBox .contact-msn li p.contact-msn-qr {
  position: absolute;
  bottom: 80px;
  padding: 10px;
  background: #fff;
  font-size: 13px;
}
.contactBox .contact-msn li p.contact-msn-qr img {
  width: 150px;
  margin-bottom: 5px;
}
.contactBox .contact-msn li:hover i {
  box-shadow: none;
  background: none;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.contactBox .contact-msn li:hover p.contact-msn-qr {
  display: block;
}
.contactBox .contact-msn li a,
.contactBox .contact-msn li i {
  transition: all .5s;
  display: inline-block;
}
