
header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  position: fixed;
  background: #1D253E; }
  header .header-normal {
    height: 100px;
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative; }
    header .header-normal .nav-hand {
      display: none;
      position: absolute;
      top: 50%;
      right: 0;
      width: 20px;
      height: 18px;
      margin-top: -9px; }
      header .header-normal .nav-hand span {
        position: relative;
        display: block;
        background: #fff;
        height: 2px;
        top: 0;
        transition: background 400ms ease,transform 300ms ease,top 300ms ease;
        transform-origin: center center;
        width: 20px; }
        header .header-normal .nav-hand span:nth-child(2) {
          margin: 6px 0; }
  header .logo {
    width: 400px;
    height: 100px;
    float: left;
    display: block;
    background: url("../img/logo.png") no-repeat left center;
    background-size: 100% auto; }
    header .logo img {
      width: 100%;
      display: block; }
  header .nav {
    float: right; }
    header .nav li {
      margin-left: 20px;
      float: left;
      height: 100px; }
      header .nav li a.link {
        color: #a7abb4;
        font-size: 18px;
        line-height: 1;
        letter-spacing: 1px;
        display: block;
        height: 100px;
        line-height: 100px; }
        header .nav li a.link.active, header .nav li a.link:hover {
          color: #5282c2; }

.active {
  overflow: hidden; }
  .active .header-normal .nav-hand span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .active .header-normal .nav-hand span:nth-child(2) {
    opacity: 0; }
  .active .header-normal .nav-hand span:nth-child(3) {
    top: -8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

@media (max-width: 1000px) {
  header .nav {
    display: none;
    margin: 0;
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    background: #1D253E; }
    header .nav ul li {
      height: 60px;
      opacity: 0;
      -webkit-transform: translate(0, 10px);
      transform: translate(0, 10px); }
      header .nav ul li:nth-child(1) {
        -webkit-transition: all .5s .2s;
        transition: all .5s .2s; }
      header .nav ul li:nth-child(2) {
        -webkit-transition: all .5s .4s;
        transition: all .5s .4s; }
      header .nav ul li:nth-child(3) {
        -webkit-transition: all .5s .6s;
        transition: all .5s .6s; }
      header .nav ul li:nth-child(4) {
        -webkit-transition: all .5s .8s;
        transition: all .5s .8s; }
      header .nav ul li:nth-child(5) {
        -webkit-transition: all .5s 1s;
        transition: all .5s 1s; }
      header .nav ul li:nth-child(6) {
        -webkit-transition: all .5s 1.2s;
        transition: all .5s 1.2s; }
      header .nav ul li a.link {
        height: 60px;
        line-height: 60px;
        display: block; }
  header .logo {
    width: 100%;
    height: 60px;
    margin: 0;
    background-size: 200px auto; }
  header .header-normal {
    height: auto; }
    header .header-normal .nav-hand {
      z-index: 999;
      margin-right: 20px;
      display: block; }
  .active header .header-normal .nav {
    display: block;
    z-index: 99; }
  .active.active-nav header .header-normal .nav li {
    opacity: 1;
    transform: translate(0, 0); } }


.edst-start{
  background: #22243b;
  color: #fff;
  padding-top: 60px;
}
.edst-start li{
  overflow: hidden;
  margin-bottom: 50px;
}
.edst-start li h3{
  margin-bottom: 20px;
}
.edst-start .cover{
  width: 20%;
  float: left;
  margin-right: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.edst-start .cover img{
  width: 100%;
}
.edst-start .content{
  padding-top: 50px;
}
.edst-start .content p{
  opacity: .5;
  font-size: 16px;
  line-height: 1.7;
}

.edst-media-list{
  background: #292c42;
  color: #fff;
  font-size: 18px;
}
.edst-media-list ul{
  display: table;
  margin: 0 auto;
}
.edst-media-list ul li{
  margin-bottom: 20px;
  width: 50%;
  font-size: 16px;
  float: left;
  height: 20px;
  overflow: hidden;
}
/*.edst-media-list ul li::before{
  display: block;
  content: '';
  border-radius: 50%;
  width: 10px;
  height: 10px;
  float: left;
  background: #fff;
  margin-top: 9px;
  margin-right: 10px;
}*/
.edst-media-list a{
  color: #2a9dd9;
}

.edst-db {
  padding-top: 100px; }

.edst-items {
  padding-bottom: 100px; }
  .edst-items .container {
    position: relative;
    z-index: 1; }
  .edst-items .title {
    padding: 115px 0 50px 0;
    color: #fff;
    text-align: center; }
    
  .edst-safe .title-info{
  	color: #fff;
  }
  .edst-items .title-info {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .edst-items .title-info:after {
      content: '';
      height: 2px;
      width: 80px;
      position: absolute;
      left: 50%;
      margin-left: -40px;
      bottom: 0;
      background: rgba(255, 255, 255, 0.5); }
  .edst-items .title-border {
    margin: 70px auto;
    width: 200px;
    background: #92959e;
    height: 2px;
    position: relative; }
    .edst-items .title-border span {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 120px;
      margin: -12px auto 0 -60px;
      height: 24px;
      line-height: 24px;
      color: #fff;
      background: #292b42; }
		.edst-safe{
	background: #1f243a;
	}
	.edst-look-back{
		background: #1f243a;
	}
	.edst-look-back .tabs-btn{text-align: center;margin-bottom: 50px;}
	.edst-look-back .tabs-btn a{
		width: 90px;
		height: 40px;
		line-height: 40px;
		display: inline-block;
		text-align: center;
		font-size: 18px;
		color: #2a9dd9;
		background: #e0f0f8;
		margin: 0 20px;
	}
	.edst-look-back .tabs-btn .current{
		color: #fff;
		background: #2a9dd9;
	}
	.edst-look-back .tabs-item{
		width:100%;
    position:relative;
    height:166px;
    overflow: hidden;
	}
	.edst-look-back ul{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:4212px;
    transition: margin-left 0.5s;
  }
	.edst-look-back li{
    float:left;
    height:100%;
    width:234px;
    list-style:none;
  }
.scroll-up {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("../img/icon-pull-top.png");
  background-repeat: no-repeat;
  background-position: center;
  bottom: 5px;
  opacity: .5;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 999;
  display: none; }
  .scroll-up:hover {
    opacity: .8; }

.canvas {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0; }

.edst-cover {
  position: relative;
  background: #011222 url("../img/banner_bg.jpg") no-repeat center;
  height: 580px; }
  .edst-cover .img{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-110px, -50%);
    transform: translate(-110px, -50%);
    width: 700px;
    color: #fff;
  }
  .edst-cover .img img{
    width: 100%;
    max-width: 661px;
  }
  .edst-cover .text{
    margin-top: 20px;
    line-height: 1.5;
    font-size: 18px;
    opacity: .8;
  }
  .edst-cover .text p{
    margin-bottom: 5px;
  }

.edst-video {
  background: #292b42;
  color: #fff;
  position: relative; }
  .switch-ctrl{
    display: none;
    position: absolute;
    left: 0;
    top: 350px;
    width: 100%;
    z-index: 1;
  }
  .switch-ctrl .next, .switch-ctrl .prev {
    font-size: 30px;
    font-weight: bold;
    height: 67px;
    width: 67px;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    opacity: 0.3;
    transition: opacity .2s;
  }
  .switch-ctrl .next:hover, .switch-ctrl .prev:hover{
    opacity: .6;
  }
  .switch-ctrl .prev{
    float: left;
    background-image: url(../img/arrow_prev.png);
  }
  .switch-ctrl .next{
    float: right;
    background-image: url(../img/arrow_next.png);
  }
  .edst-video .edst-video-item{
    display: none;
  }
  .edst-video .items-tips {
    display: block;
    max-width: 1000px;
    margin: 40px auto 0 auto; }
  .edst-video .content-video {
    max-width: 1000px;
    margin: 0 auto; }
  .prism-player{
    width: 100%; }

.edst-back {
  background: #22243b;
  color: #fefeff; }
  .edst-back .content-text {
    border: 1px solid #658abf;
    padding: 40px; }
    .edst-back .content-text p {
      line-height: 2;
      font-size: 16px;
      text-indent: 2em; }

.edst-meeting {
  color: #fff;
  background: #292b42; }
  .edst-meeting .list .details_link{
    color: #3389b8;
    padding-left: 4px;
    background: url('../img/icon-link@2x.png') no-repeat right center;
    background-size: auto 100%;
    padding-right: 18px;
  }
  .edst-meeting .list {
    border: 2px solid #7c7ea4;
    margin-bottom: 20px;
    padding: 40px;
    min-height: 526px; }
    .edst-meeting .list tr {
      height: 35px; }
    .edst-meeting .list h4 {
      position: relative;
      padding-bottom: 10px;
      margin-bottom: 20px;
      color: #3389b8;
      line-height: 1.5; }
      .edst-meeting .list td{
        padding-top: 10px;
      }
    .edst-meeting .list th {
      border-bottom: 1px solid rgba(255,255,255,0.5); }
/*      .edst-meeting .list h4:after {
        content: '';
        height: 2px;
        width: 34px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.5); }*/
    .edst-meeting .list-3{
      text-align: center;
      min-height: 0; }
      .edst-meeting .list-3 .label-title{
        color: #fff; }

.edst-char {
  background: #22243b;
  color: #fff; }
  .edst-char .title-info {
    margin-bottom: 60px; }
  .edst-char .col-bg {
    height: 345px;
    padding: 0 30px;
    overflow: hidden;
    margin-bottom: 20px; }
    .edst-char .col-bg span {
      margin-top: 30px;
      display: block;
      margin-bottom: 15px; }
    .edst-char .col-bg p {
      margin-bottom: 25px; }
  .edst-char .col-bg1 {
    background: linear-gradient(-45deg, #3c76da 0, #009656 100%); }
  .edst-char .col-bg2 {
    background: linear-gradient(-45deg, #c26dd4 0, #2263b3 100%); }
  .edst-char .col-bg3 {
    background: linear-gradient(-45deg, #e79444 0, #a4285c 100%); }

.edst-personnel {
  background: #292c42;
  color: #fff;
  text-align: center; }
  .edst-personnel .title {
    padding-bottom: 0; }
  .edst-personnel img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 170px; }
  .edst-personnel h4 {
    margin: 32px 0 10px 0; }
  .edst-personnel .col-md-3 {
    margin-bottom: 50px; }

.edst-union {
  background: #1f243a;
  color: #fff; }
  .edst-union img {
    width: 50px;
    margin: 15px auto 15px auto; }
  .edst-union h4 {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .edst-union h4:after {
      content: '';
      height: 2px;
      width: 40px;
      position: absolute;
      left: 50%;
      margin-left: -20px;
      bottom: 0;
      background: rgba(255, 255, 255, 0.5); }
  .edst-union .col-bg {
    overflow: hidden;
    height: 330px;
    padding: 0 20px;
    margin-bottom: 20px; }
  .edst-union .col-bg1 {
    background: linear-gradient(-45deg, #9d58ab 0, #2670af 100%); }
  .edst-union .col-bg2 {
    background: linear-gradient(-45deg, #5aa3ac 0, #2670af 100%); }
  .edst-union .col-bg3 {
    background: linear-gradient(-45deg, #2670af 0, #5aa3ac 100%); }

.edst-pay {
  background: #292c42;
  text-align: center; }
  .edst-pay img {
    max-width: 230px;
    display: block;
    margin: 0 auto 20px auto; }
  .edst-pay .btn-pay {
    font-size: 16px;
    color: #339adc;
    text-decoration: underline; }

.edst-address {
  background: #1f243a; }
  .edst-safe img,
  .edst-address img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }

.edst-hot {
  background: #292b42; }
  .edst-hot .col-md-4 {
    padding-bottom: 50px; }
  .edst-hot img {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    display: block; }


.body-fixed{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 999;
}
.body-fixed .fixed-content{
  background: #fff;
  width: 1000px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.content-title{
  width: 100%;
  text-align: right;
  overflow: hidden;
  padding: 20px;
}
.body-fixed .fixed-content .colse{
  display: block;
  width: 52px;
  height: 52px;
  background: url('../img/icon-colse.png') no-repeat center center;
  background-size: 100%;
  float: right;
}
.body-fixed .content-main{
  text-align: center;
}
.body-fixed .content-main .main-text{
  display: none;
  font-size: 16px;
  padding: 0 40px;
}
.body-fixed .content-main .main-text span{
  font-size: 22px;
  padding-right: 10px;
}
.body-fixed .content-main .main-text ul li{
  float: left;
  width: 33.3%;
  text-align: left;
}
.body-fixed .content-main .main-text .col2{
  width: 80%;
  margin: 0 auto;
}
.body-fixed .content-main .main-text .col2 li{
  width: 50%;
  text-align: center;
}
.body-fixed .content-main .fixed_7 .J_title{
  margin-top: -55px;
}
.body-fixed .content-main .fixed_7 li{
  padding: 0 10px;
  height: 140px;
}
.body-fixed .content-main .fixed_7 h3{
  font-size: 20px;
  margin-bottom: 5px;
  height: 44px;
  line-height: 1.4em;
}
.body-fixed .content-main .fixed_7 span{
  font-size: 17px;
}
.body-fixed .content-main .fixed_7 .down-box{
  margin-top: 20px;
}
.body-fixed .content-main h2{
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin: 30px auto 20px auto;
}
.down{
  color: #3389b8;
  border: 1px solid #3389b8;
  padding: 3px 5px;
}
.down:hover{
  color: #fff;
  background: #3389b8;
}
.body-fixed .fixed-content .down-box{
  margin-top: 40px;
}






@media (max-width: 1000px) {
  .scroll-up{
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  .edst-cover {
    height: 520px;
    background-size: auto 100%;
    background-position: 40% 0;
  }
  .edst-cover .img{
    width: 80%;
  }
  .edst-cover .img .text{
    font-size: 14px;
  }
  .edst-start .cover{
    margin-right: 20px;
  }
  .edst-start .content{
    padding-top: 10px;
  }
  .edst-items .title{
    padding-top: 45px;
  }
  .edst-items{
    padding-bottom: 40px;
  }
  .switch-ctrl .next, .switch-ctrl .prev{
    width: 40px;
    height: 40px;
  }
  .body-fixed .fixed-content{
    width: 90%;
    height: 90%;
  }
  .body-fixed .content-main .main-text ul li{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .body-fixed .content-main .main-text .col2 li{
    padding: 0 2%;
  }
  .body-fixed .content-main .fixed_7 p{
    display: none;
  }
  .body-fixed .content-main .fixed_7 h3{
    font-size: 16px;
    height: auto;
  }
  .body-fixed .content-main .fixed_7 .down-box{
    margin-top: 6px;
  }
  .body-fixed .fixed-content .colse{
    width: 40px;
    height: 40px;
    margin: 0 -10px 0 0;
  }
  .edst-db {
    padding-top: 60px; }
    .edst-meeting .list{
      padding: 20px;
      min-height: auto;
    }
    .edst-meeting .list td{
      padding-top: 10px;
      vertical-align: top;
    }
    .edst-db .edst-char .col-bg,
    .edst-db .edst-union .col-bg {
      height: auto;
      padding: 30px 30px 50px 30px;
      text-align: center; }
    .edst-db .edst-personnel span {
      font-size: 12px; } }

@media (max-width: 1200px) {
  .edst-cover .img{
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .edst-cover::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
  }
}
