
@charset "UTF-8";
/*去除浏览器默认间距等*/
body,html{
  margin:0;
  padding: 0;

}


body, button, input, select, textarea {
  font-family:"PingFang",Microsoft Yahei,"微软雅黑","宋体";
  outline:0px;
}
ul{ margin:0px;list-style: none; padding:0px;zoom:1;/*用于IE6*/ }
div {zoom:1;/*用于IE6,要是IE6错位,修复这个.*/}
a {text-decoration:none;}
a:hover,a:focus {text-decoration:none;}
a img{border:none;border:0;}
p,h1,h2,h3,h4,h5 {margin:0;padding:0;}
input,select {padding:0;margin:0;}

/*常用工具*/
.clear {
  clear:both;
  overflow:hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.text-l {
  text-align: left;
}
.text-c {
  text-align: center;
}
.text-r {
  text-align: right;
}
.r-position {
  position: relative;
}
.a-position {
  position: absolute;
}
.img {
  transition: all .5s;
}
.img img {
  width: 100%;
}
.z9 {
  z-index: 9;
}
/*常用间距调整*/

.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt70 {
  margin-top: 70px;
}

.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml50 {
  margin-left: 50px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}

.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb50 {
  padding-bottom: 50px;
}
.pf20 {
  padding-left: 20px;
}

.of {
  overflow: hidden;
}
.mf20 {
  margin-left: 20px;
}
.img img {
  width: 100%;
}
/*宽度*/
.w100 {width:100%;overflow: hidden;}
.mw100 {max-width:100%;}
.w50 {width:50%;}
.w70 {width: 70%;}
.imghov {
  overflow: hidden;
  transition: all .5s;
}
.max-img img {
  max-width: 1140px;
}
.swiper-container1,.swiper-container2,.swiper-container3 {
  position: relative;
  overflow: hidden;
}
/*add*/
.box {
  display: flex;
  justify-content: space-between;
}
.swiper-container .swiper-slide {
  overflow: hidden;
}
.newheader {
  display: none;
}

.topright a{ font-size:14px;color: rgb( 77, 77, 77 ); line-height:26px;} 
.topright a:hover{ color:#337ab7;}
/*header*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  transition: all .5s; 
}
.header.on {
    margin-top: 48px;
}
header .ser-box input {
    border: none;
    outline: none;
    background: transparent;
    margin-left: 5px;
    width: 80%;
    height:28px;
}
header .ser-box {
    padding: 10px 0;
    color: #fff;
    background: #222;
    margin-top: -48px;
    
}
header .ser-box .container{
  padding-left: 30px;
}
header .dh>li {
  margin-top: 14px;
  transition: all .5s;
  position: relative;
}
header .dh>li a {
  font-size: 16px;
  color: rgb( 77, 77, 77 );
  line-height: 1.5;
  text-align: center;
  padding: 0 10px;

}
header .dh>li:hover a {
  color: #0cb2f2;
}
.dh li .navlist {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  z-index: 10;
  width: 150%;
  display: none;
  padding-top: 30px;
  
}
.dh li .navlist li {
  text-align: center;
  padding: 10px 0;
  position: relative;
  margin-top: 0;
}
.dh li .navlist li::before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #0cb2f2;
  transition: all .3s;

}
.dh li .navlist li a {
   font-size: 14px;
    color: rgb( 77, 77, 77 );
    line-height: 1.5;
    text-align: center;
    padding: 0 5px;
    position: relative;
}

.dh li .navlist li:hover::before {
  left: 0;
  width: 100%;
}
.dh li .navlist li:hover a {
   color: #fff;
   z-index: 15;
}
.newnav {
  padding: 15px 0 20px;
}
.topright {
  margin-top: 14px;
}
.topright img{ padding-left:5px;}
.topright .iconfont {
  font-size: 16px;
  color: rgb( 107, 106, 106 );
  line-height: 1.714;
  margin-right: 7px;
  cursor: pointer;
  float: left;
}
.btn {
  background-color: #fff;
  padding: 0;
}
.dropdown-menu {
  min-width: 70px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none; 
    box-shadow: none; 
}
.inbanner {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
}
.inbanner .tit {
  font-size: 42px;
  color: rgb( 255, 255, 255 );
  line-height: 1.875;

}
.inbanner .con {
  font-size: 12.801px;
  color: rgb( 255, 255, 255 );
  line-height: 1.875;
  padding-left: 6%;

}
.dropdown-menu>li>a {
  padding: 3px 8px;
  text-align: center;
}
/*banner*/
.banner {
  padding-top: 83px;
}

/*index*/
.inpd {
  margin-top: 25px;
  cursor: pointer;
}
.pic-caption .more {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 40%;
  cursor: pointer;
  width: 100%;
}
.pic-caption .more .iconfont {
  font-size: 24px;
}
.pic .down {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2%;
  background-color: #eeeeee;
  z-index: 10;
  font-size: 16px;
  color: rgb( 77, 77, 77 );
  line-height: 1.5;
  text-align: center;

}

/*content*/
.inlist {
  border-bottom: 1px solid #dedede;
}
.inlist .innav li {
  float: left;
  display: inline-block;
}
.inlist .innav li a {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  padding: 15px 20px;
}
.inlist .innav li.active {
  background-color: #0cb2f2;
}
.inlist .innav li.active a {
  color: #fff;
}
.inlist .innav li:hover {
  background-color: #0cb2f2;
}
.inlist .innav li:hover a {
  color:#fff;
}
.inlist .location {
  font-size: 14px;
  color: rgb( 144, 142, 142 );
  line-height: 1.714;
  margin-top: 20px;
  margin-bottom: 10px;
}
.inlist .location a {
  color: rgb( 144, 142, 142 );
}
.inlist .location a:hover {
  color: #0cb2f2;
}
.inlist .location a:last-child {
  color: #4d4d4d;
}
.incon {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  color: rgb( 77, 77, 77 );
  line-height: 1.875;

}

/*内容*/
.yj {
  background-color: #f2f2f2;
}
.yj .pd {
  padding: 40px 0;
}
.yj .pd1 {
  padding-top: 40px;
}
.yj .cir {
  width: 86px;
  height: 86px;
  line-height: 86px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 50%;
}
.yj .cir .iconfont {
  font-size: 40px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  color: #8a8a8a;
}
.yj .pd .tit {
  font-size: 18px;
  color: rgb( 77, 77, 77 );
  line-height: 2.667;

}
.yj .pd1 .tit1 {
  font-size: 18px;
  color: rgb( 77, 77, 77 );
  line-height: 2.667;
  padding-top: 30px;
}

.yj .con {
  font-size: 16px;
  color: rgb( 77, 77, 77 );
  line-height: 1.875;
  padding: 0 20px 20px;
  min-height: 120px;
  overflow: hidden;
}
.yj .con1 {
  font-size: 15px;
  color: rgb( 77, 77, 77 );
  line-height: 1.875;
  padding: 0 20px 20px;
  min-height: 220px;
  overflow: hidden;
}
#myTab {
  text-align: center;
  padding-bottom: 30px;
}
.nav-tabs {
  border-bottom: none;
}
.nav>li>a {
  padding: 8px 15px;
}
.nav-tabs>li {
  float: none;
  display: inline-block;
  min-width: 100px;
  margin-top: 3px;
}
.nav-tabs>li>a:hover {
  border-color:none;
  background-color: #0cb2f2;
  border:2px solid #0cb2f2;
  color: #fff;
}
.nav-tabs>li>a {
  border-radius: 0;
  border:2px solid #e9e9e9;
  color: #4d4d4d;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
   border-radius: 0;
  border:2px solid #0cb2f2;
  color: #fff;
  background-color: #0cb2f2;
}
.honor {
  border:3px solid #f2f2f2;
}
.honor img {
  width: 100%;
  padding: 5px;
}
.honor .name {
  background-color: #f2f2f2;
  font-size: 16px;
  color: rgb( 77, 77, 77 );
  line-height: 1.5;
  padding: 13px 5px;
  margin-top: 5px;
}

.map {
  position: relative;
}
.dian {
  position: absolute;
  font-size: 14px;
  color: rgb( 0, 0, 0 );
  line-height: 1.714;

}
.dian:hover {
  color: #0cb2f2;
}
.address {
  background-color: rgba(12,178,242,0.8);
  color: #fff;
  padding: 20px;
  z-index: 5;
  border-radius: 5px;
  position: absolute;
  bottom: 100%;
  left: -100%;
  min-width: 290px;
  display: none;
}

.dian1 {
  top: 49%;
  left: 60%;
}
.dian2 {
  top: 48%;
  left: 71%;
}
.dian3 {
  top: 52%;
  left: 72%;
}
.dian4 {
  top: 72%;
  left: 65%;
}
.dian5 {
  top: 75%;
  left: 64%;
}
.dian6 {
  top: 69%;
  left: 75%;
}
.dian7 {
  top: 88%;
  left: 54%;
}
.dian8 {
  top: 95%;
  left: 56%;
}


.newtitle {
  font-size: 24px;
  color: rgb( 77, 77, 77 );
  line-height: 1;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #dedede;
}

.job {
  border:1px solid #f2f2f2;
  margin-top: 20px;
}
.job .tit {
  background-color: #f2f2f2;
  font-size: 16px;
  color: rgb( 77, 77, 77 );
  line-height: 1.5;
  padding: 15px  25px;
}
.job .con {
  font-size: 14px;
  color: rgb( 77, 77, 77 );
  line-height: 1.714;
  padding: 30px 25px;
}
.lianxi {
  background-color: #0cb2f2;
  font-size: 16px;
  color: rgb( 255, 255, 255 );
  line-height: 1.875;
  padding: 12px 25px;
  margin-top: 20px;
}
.pp {
  padding: 20px 25px;
  background-color: #eeeeee;
}
.pp .tit {
  font-size: 16px;
  color: rgb( 77, 77, 77 );
  line-height: 1.5;

}
.pp .name {
  font-size: 14px;
  color: rgb( 77, 77, 77 );
  line-height: 1.714;

}
.warn {
  margin: 50px auto;
}
.warn .warnname {
  font-size: 16px;
  color: rgb( 77, 77, 77 );
  line-height: 1.875;
  padding: 20px 10px;
}
.contact {
  margin: 20px 0;
  min-height: 190px;
}
.contact .title {
  font-size: 16px;
  color: rgb( 105, 106, 106 );
  line-height: 1.875;
    position: relative;
    display: inline-block;
}
.contact p {
   font-size: 14px;
  color: rgb( 105, 106, 106 );
  line-height: 1.875;
}
.contact .mappic {
  position: absolute;
  z-index:999;
  left: 110%;
  top: 0;
  margin-top: -115px;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  box-shadow: 0 0 10px #999;
  display: none;
}
.contact .mappic:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -6px;
  width: 0;
  height: 0;
  border-top:6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right:6px solid #666;
}
.contact .mappic img {
  overflow: hidden;
  border-radius: 50%;
}
.contact:hover .title {
  color: #0cb2f2;
}

.conlx input,.conlx textarea {
  width: 100%;
  padding: 5px 0;
  margin: 10px 0;
  border: 1px solid #dedede;
}
.conlx .col-md-4 div {
  font-size: 14px;
  color: rgb( 77, 77, 77 );
  line-height: 1.714;

}
.fabtn{
  font-size: 14px;
  color: rgb( 255, 255, 255 );
  line-height: 1.714;
  text-align: center;
  color: #fff;
  background-color: #0cb2f2;
  padding: 12px 40px;
  border:none;
}
.fabtn a{
  font-size: 14px;
  color: #fff;
}
.mmap {
  display: none;
  margin-top: 15px;
}
/*footer*/
footer {
  background-color: #f2f2f2;
  margin-top: 20px;
}
footer .foot {
  font-size: 16px;
  line-height: 1.5;
  padding: 35px;
  color: rgb( 90, 89, 89 );
}
footer .foot a {
  color: rgb( 90, 89, 89 );
  padding: 0 5px;
}
footer .foot a:hover {
  color: #0cb2f2;
}
.news-rec{ height:71px;  background-color:#eee; overflow:hidden;}
.news-tit{ position:absolute; left:0; top:1px; width:147px; height:69px; z-index:999; line-height:69px; background:url(../img/news-tit.png) right center no-repeat; text-align:center; font-size:16px;}
#wrapper {width: 100%;position: absolute;left: 0;top: 25px; padding-left:160px;}
#wrapper > div {width: 100%;overflow: hidden;}
#wrapper dl {display: block;margin: 0;}
#wrapper dt, #wrapper dd {display: block;float: left;}
#wrapper dd {margin-right: 25px; }
#wrapper dd a{ color:#a2a1a1;}
#wrapper dd a:hover{ color:#337ab7;}

.index-news h3.tit{ font-size:18px; color:#222; padding:55px 0 22px; border-bottom: solid #eee 1px;}
.index-news h3.tit strong{ font-weight:normal; font-size:26px; position:relative; display:inline-block; padding-right:25px;}
.index-news h3.tit strong:before{ content:""; position:absolute; right:0; top:3px; width:16px; height:25px; background:url(../img/news-ico.png) no-repeat;}
.index-news h3.tit i{ font-style:normal; color:#979797; font-size:26px;}
.index-news h3.tit span{ float:right; display:inline-block; padding-top:5px;}
.index-news ul li{ height:48px; line-height:48px;border-bottom: solid #eee 1px; font-size:16px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index-news ul li span{ color:#a2a1a1; font-size:14px; display:inline-block; padding-right:35px;}
.index-news ul li a{ color:#222;}
.index-news ul li a:hover{ color:#337ab7;}

.news-list-top{ padding:10px 0 15px; line-height:24px;border-bottom: solid #eee 1px;}
.news-list-top img{ width:100%;}
.news-list-top .col-md-8{ padding-left:5px;}
.news-list-top h2{ font-size:16px; margin:5px 0; color:#4d4d4d; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-list-top .time{ color:#a2a1a1; margin:5px 0; font-size:14px;}
.news-list-top p{ color:#4d4d4d; font-size:14px; line-height:30px; height:60px; overflow:hidden; margin-bottom:0;}
.news-list-top .more{ font-size:14px; color:#0cb2f2; padding-top:15px;}

.content-wrap {width: 100%;float: left;}
.content { position: relative; min-height: 500px; margin-right: 332px;}
.sidebar {float: left; margin-left: -283px; width: 283px;position: relative;}
.news-hot{ background-color:#eee; padding:15px;}
.news-hot h3{ font-size:18px; color:#4d4d4d; padding-bottom:10px;}
.news-hot span{ display:block; color:#a2a1a1; font-size:14px;}

.news-hot a{ color:#4d4d4d;line-height:24px; max-height:48px;overflow:hidden; font-size:14px;}
.news-hot a:hover{ color:#1cb3f4;}
.news-hot ul li{ border-bottom:solid #e1e0e0 1px; margin-bottom:10px; padding-bottom:10px;}
.news-hot ul li:last-child{ border-bottom:none; padding-bottom:0; margin-bottom:0;}
h1.tit{ font-size:18px; color:#4d4d4d; margin:10px 0 5px; line-height:24px;}
h6.time{ font-size:14px; color:#a2a1a1; border-bottom:solid #eee 1px; padding-bottom:6px;}
.rq{ background-image:none!important; color:#4d4d4d!important; padding-left:0!important; padding-right:15px!important; cursor:default!important;}
.pn{ font-size:14px; padding:12px 0; line-height:28px; background-color:#eee; margin-top:30px; margin-bottom:15px;}
.pn a{ color:#4d4d4d;}
.pn a:hover{ color:#1cb3f4;}

@media screen and (max-width: 768px) {
.news-rec{ height:40px;  background-color:#eee; overflow:hidden;}
.news-tit{ width:100px;height:38px; z-index:999; line-height:38px; }
#wrapper {top: 10px; padding-left:113px;}
.index-news h3.tit{ font-size:16px;padding:25px 0 15px; }
.index-news h3.tit strong{font-size:18px; }
.index-news h3.tit strong:before{ height:18px; }
.index-news ul li{ height:38px; line-height:38px; font-size:14px; }
.index-news ul li span{ padding-right:10px;}	

.news-list-top{ padding:0px 0;}
.news-list-top img{ padding-bottom:15px;}

.news-list-top .row{ margin-left:-15px; margin-right:-15px;}
.news-list-top .col-md-8 {padding-left: 15px;}
.news-list-top .more{ padding-top:5px; padding-bottom:10px;}

.content-wrap{ float:none;}
.content { min-height:inherit; margin-right: 0;}
.sidebar {float:none; margin-left: 0; width: 100%;}

.pn .text-right{ text-align:left; }

}
@media screen and (max-width: 1070px) {
  header {
      display: none;
     }
  .newheader {
      display: block;
     }
}
@media screen and (max-width: 768px) {
     
     .banner {
      padding-top: 11px;
     }
     
     .pic-caption {
      display: none;
     }
     .yj .con {
      height: auto;
     }
     .map {
      display: none;
     }
     .mmap {
      display: block;
     }
     .inlist .innav li a {
      font-size: 14px;
      padding: 12px 15px;
     }

}

/*常用查询*/
@media screen and (max-width: 768px) {
  .max-img img {
    width: 100%;
    margin: 3px auto;
  }
  .mt {
    margin-top: 15px;
  }
}

/*手机顶部导航*/

/* header */
.newheader{position:relative;height:50px;background:#fff;}
.newheader .logo{display:block;width:130px;height:30px;padding:5px 0 5px 10px;}
.newheader .logo img{display:block;width:100%;}
.newheader .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.newheader .search:hover{background-color:#0067d2;}
.newheader .search span{display:none;}
.newheader .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.newheader .user-icon span{display:none;}
.newheader .user-icon:hover{background-color:#0067d2;}
.newheader .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}


/*手机底部导航*/
.mobile-foot {
    background: #0cb2f2;
    padding: 8px 0;
    position: fixed!important;
    bottom: 0!important;
    left: 0!important;
    width: 100%;
    z-index: 999999;
}

.moble-bottom{
    width:100%;
    height:51px;

}
.mobile-foot a {
  background: #0cb2f2;
    color: #fff;
    height: 35px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    padding: 0 15px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.mobile-foot a i {
    margin-right: 5px;
    color: #fff;
    font-size: 16px !important;
}
.mobile-foot a:hover {
    background: #fff;
    color: #1a3f73;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

/*发展历史*/

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */


#cd-timeline {
  position: relative;
  /*padding: 2em 0;*/
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 2px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 8em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 6em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 8em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #0cb2f2;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 110px;
}


@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 110px;
    height: 110px;
    left: 50%;
    margin-left: -55px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 120px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;

}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  font-size: 16px;
  color: rgb( 91, 90, 90 );
  line-height: 1.5;

}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 40%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@media only screen and (max-width: 768px) {
  .cd-timeline-img {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .cd-timeline-content {
    margin-left: 100px;
  }
  .cd-timeline-block {
    margin: 5em 0;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.bdshare-button-style0-16 {
  display: inline-block;
  float: left;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
  background-image: url(../img/fx.png) !important;


}
/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}




