section {
    padding: 30px 0;
}
li {
    list-style-type: none;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, table, img {
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}
body, html {
    font-family: 'PingFangSC-Light','Hiragino Sans GB','Microsoft YaHei','OpenSans','Myriad Pro','Verdana';
}
.mt10{margin-top: 10px}
.mt30{margin-top: 30px}
.mt50{margin-top: 50px}
.mb10{margin-bottom: 10px}
.mb20{margin-bottom: 20px!important}
.mb30{margin-bottom: 30px!important}
.mb50{margin-bottom: 50px}
.bg-gray {
    background-color: #f5f5f5;
}
.header{
    width: 100%;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.navbar {

    min-height: 62px;

}
section.slide{padding: 0px}
.carousel {
    height: 635px;
    margin-bottom: 60px;
}
.carousel .item{height: 700px;background: transparent;}
.carousel-indicators {
    bottom: 60px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {

    margin-top: -15px;

}
.carousel-indicators li {
    display: inline-block;
    width: 50px;
    height: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff\9;
    background-color: #fff;
   border: 1px solid transparent;
    border-radius: 1px;
}
.carousel-indicators .active {
    width: 50px;
    height: 8px;
    margin: 0;
    background-color: #15275d;
    border-radius: 1px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #092650;
}
.navbar-inverse .navbar-toggle {
    border-color: #2b4e88;
}
.short.header .navbar-inverse{
	 background-image: url(../img/bg-hd.jpg)!important;
   background-position:  center center;
   background-size: 100%;
   border-radius: 0px;
}
.navbar-inverse{
    /*background: url(../img/bg-hd.jpg) center center no-repeat;*/
	background-color: transparent;
	    border-color: #454545;
}
.navbar-toggle{margin-top: 25px}
.header .navbar{border: none; border-radius: 0px;}
.navbar-brand{
    height: 60px;
    line-height: 50px;
    padding: 8px 15px;
}
.navbar-nav>li>a{
	padding: 15px
}
.news-wrapper section{padding:10px 0px}
.header .navbar-nav{margin-top: 10px}
.brand-word{color:#c2c2c2;margin-top: 15px;}
.brand-word strong{letter-spacing: 5px;}
.header .split{
	float: left;
    line-height: 70px;
    color: #c2c2c2;
    padding: 0px 15px 0px 5px;
}
.navbar-inverse  .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	  color: #5ef8ff;
     background-color: transparent;
}


.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover
{
    color: #5ef8ff;
     background-color: transparent;
}
.header .navbar-inverse .navbar-nav>li>a {
    color: #e9e5e5;
}
.header .nav>li>a {

    font-size: 15px;
	font-weight: bolder;
}
.navbar-nav>li>a.homeact{
	border: 1px solid #e2e2e2;
	    border-radius: 3px;
	    color: #e2e2e2;
	    padding: 10px 18px;
	    font-size: 15px;
	    font-weight: bolder;
	    line-height: 16px;
	    width: 105px;
	    margin-top: 5px;
	    margin-left: 15px;
}

.navbar-nav>li>.dropdown-menu{
	    margin-top: 10px;
	border-radius: 4px;
	    padding: 0;
	    border: 0;
	    box-shadow: 0 8px 8px rgba(0,40,80,0.20);
	    background-color: #fafdff;
}
.logo-hd{height:50px;max-width: 100% }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #5ef8ff;

}
.dropdown-menu>li:hover {
    transform: scale(1.05);
    transition: all .15s linear;
    border-color: rgba(3,27,78,.1);
    box-shadow: 0 2px 4px rgba(3,27,78,.06);
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #5ef8ff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {

    text-decoration: none;
    background-color: #052e81;
    color: #5ef8ff
}
.dropdown-menu>li>a {
    font-size: 15px;
    color: #666;
    padding: 16px 20px;
    line-height: 16px;
    display: inline-block;
    min-width: 210px;
    border-radius: 4px;
}
/* .fixed .navbar-header{
    background-image: url(../img/bg-hd.jpg);
    background-position: center center;
    background-size: cover;
  } */
.news-wrapper{padding-top: 70px}
.point-dot {
  z-index: 1;
  background-color: #fa0228;
  border: 1px solid rgba(253, 2, 39, 0.86);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  box-sizing: border-box;
}
.point {
  width: 100%;
  height: 100%;
}
.point:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #e31b3c9e;
  opacity: 0;
}
.point-10:after {
  -webkit-animation: ripple 4500ms ease-out 225ms infinite;
  -moz-animation: ripple 4500ms ease-out 225ms infinite;
  -o-animation: ripple 4500ms ease-out 225ms infinite;
  animation: ripple 4500ms ease-out 225ms infinite;
}
.point-20:after {
  -webkit-animation: ripple 4500ms ease-out 450ms infinite;
  -moz-animation: ripple 4500ms ease-out 450ms infinite;
  -o-animation: ripple 4500ms ease-out 450ms infinite;
  animation: ripple 4500ms ease-out 450ms infinite;
}
.point-30:after {
  -webkit-animation: ripple 4500ms ease-out 225ms infinite;
  -moz-animation: ripple 4500ms ease-out 225ms infinite;
  -o-animation: ripple 4500ms ease-out 225ms infinite;
  animation: ripple 4500ms ease-out 225ms infinite;
}
.point-40:after {
  -webkit-animation: ripple 4500ms ease-out 900ms infinite;
  -moz-animation: ripple 4500ms ease-out 900ms infinite;
  -o-animation: ripple 4500ms ease-out 900ms infinite;
  animation: ripple 4500ms ease-out 900ms infinite;
}
.point-50:after {
  -webkit-animation: ripple 4500ms ease-out 1125ms infinite;
  -moz-animation: ripple 4500ms ease-out 1125ms infinite;
  -o-animation: ripple 4500ms ease-out 1125ms infinite;
  animation: ripple 4500ms ease-out 1125ms infinite;
}
.point-60:after {
  -webkit-animation: ripple 4500ms ease-out 1350ms infinite;
  -moz-animation: ripple 4500ms ease-out 1350ms infinite;
  -o-animation: ripple 4500ms ease-out 1350ms infinite;
  animation: ripple 4500ms ease-out 1350ms infinite;
}
.point-70:after {
  -webkit-animation: ripple 4500ms ease-out 1575ms infinite;
  -moz-animation: ripple 4500ms ease-out 1575ms infinite;
  -o-animation: ripple 4500ms ease-out 1575ms infinite;
  animation: ripple 4500ms ease-out 1575ms infinite;
}
.point-80:after {
  -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
  -moz-animation: ripple 4500ms ease-out 1800ms infinite;
  -o-animation: ripple 4500ms ease-out 1800ms infinite;
  animation: ripple 4500ms ease-out 1800ms infinite;
}
.point-90:after {
  -webkit-animation: ripple 4500ms ease-out 2025ms infinite;
  -moz-animation: ripple 4500ms ease-out 2025ms infinite;
  -o-animation: ripple 4500ms ease-out 2025ms infinite;
  animation: ripple 4500ms ease-out 2025ms infinite;
}
.point-100:after {
  -webkit-animation: ripple 4500ms ease-out 2250ms infinite;
  -moz-animation: ripple 4500ms ease-out 2250ms infinite;
  -o-animation: ripple 4500ms ease-out 2250ms infinite;
  animation: ripple 4500ms ease-out 2250ms infinite;
}
.hidePoint {
  display: none;
}
.point-area {
  top: 505px;
  right: 145px;
  text-align: center;
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.map.img{
  background-image: url(../img/map.png);
      background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
        margin: auto;
        height: 768px;
        max-width: 100%;
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*banner*/
.main-wrapper.about_us{
  padding-top: 60px
}
.main-wrapper.about_us{
  /*background: url(../img/bg2.png) 60px 350px no-repeat;*/
  background-size: 100%;
}
.job .banner{
  background: url(../img/zhaoxianns.jpg) center center no-repeat;
  background-size: 100%;
  padding-bottom: 0px;
  margin-top: 55px;
    height: 450px;

}
.job .banner .slogan-tit{
  margin-top: 100px
}
.job .banner .slogan-p1{
  letter-spacing: 5px;
}
.main-wrapper .content-wrapper.job .title{
  margin-bottom: 30px
}
section.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
        margin-top: -70px;
}
.sec-tit{
	color: #5ef8ff;
	padding:0px 50px;
  display: inline-block;
      position: relative;
    bottom: 6px;
    padding-bottom: 50px;
}
.sec-l{background: url(../img/tabl.png) center center no-repeat;background-size:100%;height: 30px;width:200px;display: inline-block;}
.sec-r{background: url(../img/tabr.png) center center no-repeat;background-size:100%;height: 30px;width:200px;display: inline-block;}
.home.main-wrapper{
	 background:url(../img/bg.jpg) top center no-repeat;
	 background-size: cover;
}
.banner {
    height: 700px;
    background-size: cover;
    background-image: url(../images/banner.jpg);
}
.banner2 {
    height: 700px;
    background-image: url(../images/banner2.jpg);
     background-size: cover;
     background-repeat: no-repeat;
    background-position: center;
    margin-top: -70px;
}
.colum-bg{
	height: 430px;
    background: url(../img/su-bg.jpg) top center no-repeat;
    background-size: 100%;
}
.colum-bg .slogan-tit {
    color: #b3b3b3;
    font-size: 56px;
    line-height: 80px;
    margin-bottom: 10px;

    margin-top: 60px;
}
.colum-bg .slogan-tit small{
  color: #b3b3b3;
  font-size: 56px;
  line-height: 80px;
  margin-bottom: 10px;
  margin-top: 120px;
}
.colum-bg .slogan-p1 {
    color: #b3b3b3;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
    letter-spacing: 3px;
    text-indent: 10px;
    margin-top: 0;
}
.banner .slogan-tit,.banner2 .slogan-tit{

    color: #fff;
    font-size: 56px;
        font-style: italic;
    line-height: 80px;
    margin-bottom: 30px;
    letter-spacing: 10px;
   text-shadow: 0 3px 6px rgba(3,27,78,0.5);
    margin-top: 250px;
}

.banner .slogan-p1 ,.banner2 .slogan-p1{
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 70px;
    letter-spacing: 10px;
    margin-top: 0;
        text-shadow: 0 2px 4px rgba(3,27,78,0.5);
}
.frbtn-wht:hover {
    background-color: rgba(255,255,255,.2);
    color: #fff;
}


.btn {
    border-radius: 3px;
    width: 160px;
    background-color: rgba(255,255,255,0);
    height: 40px;
    font-size: 16px;
    line-height: 26px;
}
.frbtn-wht {
    color: #fff;
    background-color: none;
    border: 1px solid #fff;
    border-radius: 20px;
    letter-spacing: 2px;
}

.pp-wrapper{
  /* background: url(../img/ppp.png) center center no-repeat;background-size: 100%; */
  height: 680px
}
.pp-inner{
  /* background: url(../img/word.png) center center no-repeat;background-size: 100%; */
  height: 680px
}
.pp-center{width: auto;position: relative;  padding: 100px 0px; margin: 0 auto;}


.p-center{position: relative;}
#news .thumbnail{
	padding: 0px;
      border-radius: 0px;
    border: none;
    cursor: pointer;
   text-decoration: none
}
#news .thumbnail p{
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}
.article p{
 font-size: 16px;
 text-indent: 30px
}
#news .thumbnail img{ border-radius: 0px;}
#news a.thumbnail:hover .caption h3,#news a.thumbnail:hover .caption p,#news a.thumbnail:hover{
	text-decoration: none
}
#news .caption h3{
	margin-bottom: 20px;
	line-height: 25px;
    font-size: 20px;
	height: 50px;
    overflow: hidden;

}
#news .caption p.lead{font-size: 16px;}
.news a{text-decoration: none;color:#333;}
.news h2{font-size: 18px;line-height: 25px;}
.news p.lead{
  color: #b3b3b3;font-size: 14px;
  line-height: 22px;    
  margin-top: 10px;
    margin-bottom: 5px;
        margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-align:left
  }
.news .news-image{height: 180px}
.news .more{
      font-size: 16px;
    color: #817f7f;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.news-meta{font-size: 18px;}
.news  span.date{font-size: 16px;color: #817f7f}
.news  span.date span{font-size: 22px;}
.news-title{font-size: 26px;line-height: 30px}
.article h3{margin-bottom: 20px;}
.article p{margin-bottom: 20px;text-align: left;    line-height: 25px;font-size: 16px;}
.article p img{margin-bottom: 20px;text-align: center;margin:0 auto}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0b142a;
    border-color: #0b142a;
}
#case .thumbnail{


    height: 390px;
    text-decoration: none;
    border-radius: 0px;
    border: none;
    cursor: pointer;
}
#case .thumbnail .caption{
  height: 390px;
  text-align: center;
      padding: 120px 0px;
}
#case .thumbnail .caption p{color:#fff;font-size: 25px;    line-height: 50px;}
.thumbnail.education{background: url(../img/edu.jpg) no-repeat;height: 390px;background-size: 100%;}
 .thumbnail.ocean{background: url(../img/ocean.jpg) no-repeat;height: 390px;background-size: 100%;}
 .thumbnail.financial{background: url(../img/financical.jpg) no-repeat;height: 390px;background-size: 100%;}
 #case .thumbnail .caption .entry_arrow{background: url(../img/arrow.png);width: 24px; height: 24px; background-size: 100%;    margin: 0 auto;margin-top: 20px;}


/*footer*/
.footer{
  background: url(../img/bg-ft.jpg) no-repeat;
  background-size: 100%;
}

.footer .footer-body {
    background: rgba(9, 14, 28, 0.75);
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
}
.footer .ft-title{
	color: #fff;
	font-size: 16px;
	margin-bottom: 48px;
  margin-top: 8px;
  text-align: left;
}
.footer .hottel{
	color:#faf4f4;
	margin-bottom: 10px;
  text-align: left;
}
.footer .icon-qq {
    display: block;
    position: absolute;
    top: -2px;
    left: 145px;
    width: 18px;
    height: 22px;
    background: url(../img/icon-qq.png) 0 0 no-repeat;
    background-size: 100%;
}
.footer p a{color:#faf4f4}
.footer p{
  text-align: left;
	position: relative;
    font-size: 14px;
    color: #faf4f4;
    line-height: 22px;
}
.copy-right{
      color: #fff;
    width: 200px;
    margin: 15px auto;
}
.copy-right p{
  margin-bottom: 5px
}
.ft-logo img{margin:0 auto;}
.footer .footer-ewm {
    margin-bottom: 7px;
    width: 101px;
    height: 101px;
    overflow: hidden;
}
/*视频弹出*/
.popup{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1100;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
  opacity: 1;
  background-color: rgba(0,20,40,0.9);
}
#shipin{
  position: absolute;
  top: 20%;
  z-index:999;
  padding: 50px;
}
#shipin .col-md-6{margin:auto;float: none;}
#shipin a.closeshipin{
  font-size: 26px;
  line-height: .5;
  position: absolute;
  top: 25px;
  right: 20%;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0,0,0,.6);
  font-weight: bold;
  cursor: pointer;
}
/*返回顶部*/
p#back-to-top{
  position:fixed;
  display:none;
  bottom:50px;
  right:40px;
}
p#back-to-top a{
  text-align:center;
  text-decoration:none;
  color:#d1d1d1;
  display:block;
  width:64px;
  /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
  -moz-transition:color 0.5s;
  -webkit-transition:color 0.5s;
  -o-transition:color 0.5s;
}
p#back-to-top a:hover{
  color:#979797;
}
p#back-to-top a span{
  background:transparent url(https://www.finebi.com/images/top.png) no-repeat;
  border-radius:6px;
  display:block;
  height:60px;
  width:60px;
  margin:auto;
  margin-bottom:5px;
  /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
  -moz-transition:background 0.5s;
  -webkit-transition:background 0.5s;
  -o-transition:background 0.5s;
}
#back-to-top a:hover span{
  background:transparent url(../img/top.png) no-repeat;
}

/*关于我们*/
.product-wrapper .title {
    font-size: 36px;
    color: #333;
    text-align: center;
    margin: 1.18rem 0 0.96rem 0;

}
.product-wrapper p {
   margin-bottom: 15px;
    font-size: 15px;
    line-height: 26px;

}
.productAdvantage .col-md-6{
  min-height: 135px
}
.main-wrapper .title {
   font-size: 36px;
    color: #333;
    text-align: center;
    margin: 1.18rem 0 0.96rem 0;


}
.main-wrapper .case .title {
    font-size: 22px;
    color: #333;
    text-align: left;

    padding-left: 10px;
    border-left: 5px solid #142458;
    padding: 0px 10px;
}
.develop-hd {
    width: 232px;
    height: 105px;
    margin: 13px auto 25px;
    background: url(../img/develop-hd.png) no-repeat center;
    background-size: 100%;

}
.develop-ft{
    width: 232px;
    height: 105px;
    margin: 13px auto 25px;
    background: url(../img/develop-ft.png) no-repeat center;
    background-size: 100%;

}


.boxall{   height: 610px}
.companyContain,.eventContain,.honorContainer,.contactContain{
	    padding-bottom: 60px;

    padding-top: 60px;
}
.companyContain p{
  font-size: 16px;
      line-height: 30px;
      text-indent: 30px;
      word-break: break-all;
}
.honorContainer .carousel-control{color: #081c3d;}
.honorContainer .carousel-control.left,.honorContainer .carousel-control.right{background-image:none;}
.honorContainer .carousel-control.left{    left: -15%;}
.honorContainer .carousel-control.right{   right: -15%;}

.eventContain .main-timeline .timeline:nth-child(even) {
    margin-bottom: 80px;
}
.eventContain .main-timeline .timeline:nth-child(odd) {
    margin: -355px 0 0 0;
}
.eventContain .main-timeline .timeline:nth-child(2) {
    margin-top: 180px;
}
.eventContain .main-timeline .timeline:nth-child(2n) .icon {
    right: auto;
    left: -14px;
}
.eventContain .main-timeline .timeline:nth-child(2n) .icon span:before {
    border-radius: 0 0 0 21px;
}
.eventContain .main-timeline .timeline:last-child:before {
    top: auto;
    bottom: 0;
}

.eventContain .main-timeline .timeline:nth-child(2n) .icon span:after {
    border-radius: 21px 0 0 0;
}
.eventContain .main-timeline .timeline:nth-child(2n) .icon:before, .eventContain .main-timeline .timeline:nth-child(2n) .icon span:before, .eventContain .main-timeline .timeline:nth-child(2n) .icon span:after {
    left: auto;
    right: -15px;
}

.eventContain .main-timeline:before {
    content: "";
    width: 4px;
    height: 85%;
    background: #6a78ea;
    position: absolute;
    top: 145px;
    left: 50%;
}
.eventContain .main-timeline .description{text-align: left}
.eventContain .main-timeline .timeline:first-child, .eventContain .main-timeline .timeline:last-child:nth-child(even) {
    margin: 0;
}
.eventContain .main-timeline .timeline:first-child:before, .eventContain .main-timeline .timeline:last-child:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #5ef8ff;
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
}
.eventContain .main-timeline .timeline:before, .eventContain .main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.eventContain .main-timeline .timeline-content {
    text-align: center;
    margin-top: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    min-height: 350px;
}
.eventContain .main-timeline .timeline-content:before {
    content: "";
    width: 100%;
    height: 5px;
    background: #5ef8ff;
    position: absolute;
    top: 88px;
    left: 0;
    z-index: -1;
}

.eventContain .main-timeline .content {
    display: table;
    padding-right: 40px;
    position: relative;
    padding-bottom: 60px
}

.eventContain .main-timeline .year {
    display: inherit;
    padding: 10px;
    margin: 10px 0 50px 10px;
    background: #6a78ea;
    border-radius: 7px;
    font-size: 25px;
    color: #fff;
}
.eventContain .main-timeline .title {
    font-size: 25px;
    font-weight: bold;
    color: #cca872;
    margin-top: 0;
}
.eventContain .main-timeline .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #5ef8ff;
    position: absolute;
    top: 76px;
    right: -14px;
}
.eventContain .main-timeline .icon:before {
    content: "";
    width: 15px;
    height: 25px;
    background: #5ef8ff;
    margin: auto;
    position: absolute;
    top: -1px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.eventContain .main-timeline .icon span:before, .eventContain .main-timeline .icon span:after {
    content: "";
    width: 21px;
    height: 25px;
    background: #fff;
    border-radius: 0 0 21px 0;
    margin: auto;
    position: absolute;
    top: -30px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.eventContain .main-timeline .timeline:last-child:before {
    top: auto;
    bottom: 0;

}
.eventContain .main-timeline .timeline:last-child{
  margin-bottom: 40px!important
}
.eventContain .main-timeline .icon span:after {
    border-radius: 0 21px 0 0;
    top: 0;
    left: -15px;
    bottom: -30px;
}
.eventContain .main-timeline .description p{
    font-size: 14px;
    color: #0579cb;
    text-align: justify;
    padding-left: 20px;
    line-height: 25px;
        display: inline-block;
    width: 100%;
}
.eventContain .main-timeline .timeline {
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
    min-height: 500px
}
.eventContain .main-timeline .timeline:last-child:nth-child(even):before {
    right: auto;
    left: -12px;
    bottom: -2px;
}
.eventContain ul:before{
  content: '';
    width: 18px;
    height: 18px;
    display: block;
    border: 1px solid #6a78ea;
    border-radius: 10px;

    background-color: #6a78ea;
    position: relative;
    top: -10px;
    margin-left: 66px;
}
.eventContain ul:after{
  content: '';
    width: 18px;
    height: 18px;
    display: block;
    border: 1px solid #6a78ea;
    border-radius: 10px;

    background-color: #6a78ea;
    position: relative;
    top: 10px;
    margin-left: 66px;
}
.eventContain ul{ padding-left:36%;padding-bottom: 0px;margin-top: -8px;position: relative;}
.eventContain ul .year{ 
	color: #fff;
    display: block;
    width: 120px;
    font-size: 25px;
    text-align: center;
    height: 35px;
    line-height: 16px;
    /* margin-left: -112px; */
    padding: 10px;
    background: #0579cb;
    border-radius: 7px;
    margin: 10px 0 30px 0;
}
.eventContain ul li p{ font-size:15px; line-height:32px; color:#404040; }
.eventContain ul li p em{
	color: #0579cb;
}
.eventContain ul{background:url(../img/dian_201508051710.png)  repeat-y #fff 50% 0;}
.eventContain ul li{ padding-left:30%;min-height: 280px;position: relative;}
.eventContain ul li .month{ width:50px;height:50px; line-height:50px; display:block; background: url(../img/month.png) no-repeat 0px 0px; margin-top:8px;color: #fff;
    text-align: center;padding-top: 30px;    background-size: 100%;}
.eventContain ul li p{color: #fff;line-height: 22px;position: relative;margin-bottom:10px}
.eventContain ul li:nth-child(odd) p.y:before{
  content: '';
  background: url(../img/linel.png) no-repeat;
  background-size: 65%;
  width: 164px;
  height: 18px;
  position: absolute;
  z-index: 122;
  top: 0px;
  right: 28px;
}
.eventContain ul li:nth-child(even) p.y:before{
  content: '';
  background: url(../img/linel.png) no-repeat;
  background-size: 65%;
  width: 164px;
  height: 18px;
  position: absolute;
  z-index: 122;
  top: -10px;
  right: 20px;
}
.eventContain ul li:nth-child(odd) p.m:after{
  content: '';
  background: url(../img/liner.png) no-repeat;
  background-size: 65%;
  width: 164px;
  height: 18px;
  position: absolute;
  z-index: 122;
  top: 10px;
  left: 90px;
}
.eventContain ul li .right{
  right: 75%;
    position: absolute;
}
.eventContain ul li .left{
      width: 200px;
    text-align: center;

    line-height: 30px;

    margin-top: 20px;
    font-size: 15px;
    left: -60%;
    position: absolute;
}
.eventContain ul li:nth-child(even) p.m:after{
  content: '';
  background: url(../img/liner.png) no-repeat;
  background-size: 65%;
  width: 164px;
  height: 18px;
  position: absolute;
  z-index: 122;
  top: 10px;
  left: 90px;
}
.eventContain ul li.first p.m:after{
 background: none
}
.eventContain ul li.first p.y:before{
  content: '';
  background: url(../img/liner.png) no-repeat;
  background-size: 65%;
  width: 164px;
  height: 18px;
  position: absolute;
  z-index: 122;
  top: 0px!important;
  left: 85px!important;
}
.eventContain ul li>p{padding-top: 50px;color: #0579cb;}
.honorContainer {padding-top: 0px}
.honorContainer .frswt1-a {
    font-size: 20px;
    color: #666;
    padding-bottom: 15px;
    text-decoration: none;
    padding-bottom: 15px;
    display: inline-block;
    margin-bottom: 24px;
}
.honorContainer .frswt1-a.active {
    color: #2c6df8;
    text-decoration: none;
    border-bottom: 2px solid #2c6df8;
}
.honorContainer .frswt1-a:hover {
    color: #2c6df8;
    text-decoration: none;
    border-bottom: 2px solid #2c6df8;
}
.contact h5 {
  line-height: 66px;
  margin-top: 25px;
  color: #333;
  font-size: 30px;
}
.contact h6 {
  line-height: 50px;
  font-size: 18px;
  color: #3c3d41;
}
.contact p {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
@media screen and (min-width: 800px){

	.navbar-inverse.fixed{
    background: url(../img/bg-hd.jpg) center center no-repeat;
	background-color: transparent;
	border-color: #454545;
}
}
@media screen and (max-width: 600px){
  .colum-bg .slogan-tit{margin-top: 80px}
  .colum-bg .slogan-p1{
    font-size: 20px
  }
  .job .banner .slogan-tit {
      margin-top: 50px;
  }
  .ft-logo img{margin:0px 0px}
  .copy-right {

    width: auto

}
.boxall{   height: 250px}
  .footer .ft-title{margin-bottom: 5px;text-align: left;}
.footer .footer-ewm{
  margin:10px auto;
}
  .text-center-m{text-align: center}
  .short.header .navbar-inverse{
    background: transparent;
  }
  .short.header .navbar-inverse .navbar-header{
    background-image: url(../img/bg-hd.jpg);
    background-position: center center;
    background-size: cover;
  }
  .point-area {
     top: 242px;
    right: 70px;
  text-align: center;
  position: absolute;
  width: 50px;
  height: 50px;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.point-dot{

  width: 5px;
  height: 5px;

}
.map.img {


    height: 368px;

}
.banner {
    height: 600px;
    background-image: url(../images/banner.jpg);
    background-size: cover!important;
    background-position: -800px 0px!important;
}
.banner2 {
    height: 600px;
    background-image: url(../images/banner2.jpg);
    background-size: cover!important;
    background-position: -350px 20px!important;
}
.navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 15px 10px 25px;
}
.navbar-toggle {
    margin-top: 15px;
}
.navbar .col-xs-12{
	padding:0px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {

    background: #031843;
}
.banner .slogan-tit,.banner2 .slogan-tit{
	font-size: 40px;
	    margin-top: 150px;
}
.banner .slogan-p1,.banner2 .slogan-p1{
	    font-size: 18px;
}
.news .news-image{height: 230px}
.pp-wrapper,.pp-inner{height: 300px}
.pp-center{width: auto;position: relative;  padding: 40px 0px; margin: 0 auto;}
.carousel {
 
    margin-bottom: 0px;
}
.sec-tit{
  font-size: 18px;
    bottom: 8px;
    padding: 0px 25px;
    padding-bottom: 50px;
}
.home.main-wrapper {

    background-size: cover;
}
.carousel-indicators {
    bottom: 180px;
}
#rec-info .rec-info-des{padding:10px;}
#rec-info p{line-height: 18px!important;padding: 5px 0;font-size: 14px!important;padding: 10px;}
#rec-info .rec-info-tit{line-height: 30px;}
#rec-info .rec-info-des p{padding-left: 10px;}
#rec-info .rec-info-des{padding: 10px;}
.rec-info-box .col-xs-3{padding-left: 1px;padding-right: 1px;}
#rec-info .rec-info-des p{margin-bottom: 10px;font-size: 14px;line-height: 21px;padding-left:0px;}
.colum-bg {

    background: url(../img/su-bg.jpg) -650px 0px no-repeat;
    background-size: cover;
}
.footer {
    background: url(../img/bg-mft.jpg) no-repeat;

}
.eventContain ul{background:url(../img/dian_201508051710.png)  repeat-y #fff 48% 0;}
.eventContain ul li .right{
  right: 50%;
    position: absolute;
}
#clients .col-md-12.text-center,#data-proces .col-md-12.text-center{padding-left:5px;padding-right: 5px}
.sec-l{height: 25px;width:100px;}
.sec-r{height: 25px;width:100px;}
.eventContain ul {
    padding-left: 20%;

}
.eventContain ul li:nth-child(odd) p.m:after {
    content: '';

    top: 15px;
    left: 70px;
}
.eventContain ul li.first p.y:before{

  left: 75px!important;
}
.eventContain ul:after{
      margin-left: 88px;
}
.eventContain ul li.first{
  padding-top: 60px;
}
.eventContain ul li:nth-child(odd) p.y:before {
    content: '';

    z-index: 122;
    top: -10px;
    right: 10px;
}
.eventContain ul li .month p{
  font-size: 12px;
  line-height: 18px;
}
.eventContain ul:before {
    content: '';
    width: 18px;
    height: 18px;

    margin-left: 88px;
}
.eventContain ul li>p{
  padding-top: 20px;
      position: absolute;
    top: 80px;
    margin-left: 50px
}
.eventContain ul li .month {
    width: 85px;
    height: 85px;
    background: url(../img/month.png) no-repeat 0px 0px;
    background-size: 100%;
    padding-top: 20px;
}
.eventContain ul li:nth-child(even) p.y:before {
    content: '';

    top: -10px;
    right: 5px;
}
.eventContain ul li:nth-child(even) p.m:after {
    content: '';

    top: 10px;
    left: 70px;
}
.eventContain ul li .left {
    width: 120px;
    font-size: 14px;
    left: -25%;
    position: absolute;
    top: 60px;
}
.eventContain ul li {
    padding-left: 30%;

    padding-top: 30px;

}
}