.c-banner {
  height: 354px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.c-title .c-line {
  width: 31px;
  height: 2px;
  background-color: #666;
}
/***************************
	关于我们
*************************/
.team li {
  width: 30%;
  float: left;
  margin: 20px 1.665%;
  background: #fff;
}
.team li .t-img {
  height: 360px;
}
.team li .t-text {
  border-bottom: 3px solid #e8e8e8;
}
.team li .t-pop {
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 1s;
}
.team li .t-pop .p-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.team li .t-pop .p-img img {
  border-radius: 50%;
}
.team li .t-pop .t-line {
  height: 4px;
  width: 0;
  background-color: #4384d9;
  transition: width 0.8s;
}
.team li .t-pop .p-t-text {
  bottom: 0;
}
.team li:hover .t-pop,
.team li.act .t-pop {
  opacity: 1;
  transition: opacity 1s;
}
.team li:hover .t-line,
.team li.act .t-line {
  width: 100%;
  transition: width 0.8s;
}
.map {
  background: url(../testing/map.jpg) no-repeat center center;
  height: 481px;
}
.map .m-bg {
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.map .m-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  line-height: 60px;
  left: 50%;
  margin-left: -30px;
  top: 135px;
}
.map .m-box {
  padding: 32px 42px;
  background: #fff;
  width: 340px;
  left: 50%;
  margin-left: -212px;
  top: 227px;
  border-radius: 10px;
}
.map .m-ico {
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}
/***************************
	帮助
*************************/
.h-title a {
  min-width: 126px;
  height: 46px;
  border: 1px solid #cccccc;
  line-height: 46px;
  color: #999;
  font-size: 14px;
  margin: 0 5px 5px;
  padding: 0 5px;
}
.h-title a.act,
.h-title a:hover {
  background-color: #4284d9;
  border-color: #4284d9;
  color: #fff;
}
.help {
  border-bottom: 1px solid #e9e9e9;
}
.question {
  border-top: 2px solid #4080d3;
}
.question li {
  border-bottom: 1px solid #cdcdcd;
}
.question li .q,
.question li .a {
  padding: 25px 22px 25px 40px;
}
.question li .q-q {
  padding-top: 7px;
  padding-bottom: 7px;
  background: url(../images/question.png) no-repeat left top;
  width: 78%;
  padding-left: 7%;
}
.question li .q-ico {
  width: 12%;
  height: 42px;
  background: url(../images/close.png) no-repeat right center;
}
.question li .a {
  border-top: 1px solid #cdcdcd;
  background-color: #f4f4f4;
  display: none;
  padding-bottom: 12px;
}
.question li .q-a {
  background: url(../images/anser.png) no-repeat left top;
  width: 78%;
  padding-left: 7%;
  padding-bottom: 25px;
}
.question li.act .q-ico {
  background-image: url(../images/open.png);
}
.question li.act .a {
  display: block;
}
/***************************
	邮洽标志
*************************/
.pro_ico li {
  width: 463px;
  display: inline-block;
  margin: 0 35px 20px;
}
.down-s {
  width: 328px;
  padding: 15px;
  line-height: 28px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
}
.down {
  padding-top: 52px;
  width: 70px;
  background: url(../images/download.png) no-repeat center top;
}
/***************************
	新闻
*************************/
.news li {
  padding: 40px 0;
  border-bottom: 1px solid #e8e8e8;
}
.news li .news-img {
  width: 16.67%;
  margin-right: 3%;
  height: 142px;
  position: relative;
  overflow: hidden;
}
.news li .news-img img {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 0;
}
.news li .news-text {
  width: 80%;
}
.n-title {
  border-bottom: 1px solid #e8e8e8;
}
.pager-ico {
  background-color: #f0f0f0;
  border-bottom: 1px solid #e9e9e9;
}
.pager-ico .p-ico {
  width: 30px;
  height: 30px;
  background: url(../images/pager.png) no-repeat center center;
}

.news_info img{
   max-width: 100%;
}