.page-banner img{width: 100%;}
.page-intro{
  padding: 30px 0;
  background-color: #f3f5f5;
  border-bottom: 1px solid #d0d0d0;
}
.bg-tit{
  font-size: 24px;
  color: #000;
  font-weight: normal;
}
.bg-tit h2{font-weight: normal;}
.intro-content p{
  line-height: 30px;
  font-size: 16px;
  color: #666;
  margin-top: 15px;
  text-indent: 20px;
}
.special-content{
  padding: 30px 0;
}
.special-content .intro-head{text-align: center;}
.special-content .intro-head img{
  border-radius: 50%;
  box-shadow: 0 0 2px #999;
}
.special-content .intro-name{text-align: center;}
.special-content .intro-name span{
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
  line-height: 38px;
  color: #9c9c9c;
  background-color: #e4e4e4;
}
.special-content p{
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #9c9c9c;
}
.tab-1 .tab-nav{margin-bottom: 20px;}
.tab-1 li.tab-trigger{
  position: relative;
  font-size: 18px;
  color: #060606;
  padding: 0 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
}
.tab-1 li.tab-trigger-active::after{
  content: "";
  border-width: 8px;
  border-style: solid;
  border-color: #167dc8 transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
}
.tab-1 li.tab-trigger-active{
  color: #fff;
  background-color: #167dc8;
}
.module-wrapper{margin-bottom: 30px;}
.media-side:before, .media-side:after { content: " "; display: table; }
.media-side:after { clear: both; overflow: hidden; }
.media-side { *zoom: 1; }
.media-side{margin-bottom: 35px;}
.media-side .object {
  position: relative;
  float: left;
  width: 500px;
}
.media-side .object img{
  width: 100%;
}
.media-side .caption{
  height: 296px;
  overflow: hidden;
  padding-left: 35px;
  padding-right: 20px;
  border-top: 3px solid #167dc8;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.media-side .caption .headline{
  line-height: 54px;
  font-size: 24px;
  margin-top: 10px;
}
.media-side .caption .headline a{
  font-size: 24px;
  color: #3a89ca;
  font-weight: normal;
}
.media-side .caption p{
  margin-bottom: 8px;
  font-size: 18px;
  color: #000;
}
.media-side .caption p span{
  color: #666;
}
.media-side .abstract{
   padding-top: 25px;
   border-top: 1px solid #d0d0d0;
}
.u-btn{
    width: 100%;
    height: 56px;
    *line-height: 56px;
    font-size: 16px;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 0;
    color: #5994ce;
    border: 1px solid #5c9dd3;
    background-color: #f7f8f8;
}
.u-btn:hover{
    border-color: #f04040;
    color: #f04040;
}
.jia{
  margin-right: 3px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../images/more.png) -1px 0px;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.u-btn:hover i{
   background: url(../images/more.png) -1px -22px;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   transform: rotate(90deg);
}
@media screen and (max-width: 1366px){ /*页面宽度 <= 1366*/
    .section-wrapper{width:1200px;}
}
@media screen and (max-width: 1280px) {
    .section-wrapper{width:1100px;}
}
