*{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
}
.zdl-content {
  width: 100%;
  min-width: 1200px;
  font-size: 14px;
  background: #fff;
  overflow: hidden;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a:visited {
  text-decoration: none !important;
}
.layui-carousel-ind, .layui-carousel-arrow {
  z-index: 3;
}
.dropdown-menu {
    margin-top: 0px !important;
    min-width: 100%;
    /* background: url('bg.jpg') center 80% no-repeat !important;
    background-size: 100% 100%; */
    background-color: rgb(255,255,255) !important;
    /* background-color: rgba(255,255,255,.9) !important; */
}
.zdl-top {
    overflow: hidden;
    background: url("http://data.cec.org.cn:8080/zcimg/toparea.png") 50% no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    width: 100%;
    height: 121px;
    position: relative;
    z-index: 100;
    min-width: 1200px;
}
.zdl-logo {
    width: 1200px;
    margin: auto;
    padding: 23px 0px;
}
.zdl-logo-text {
    padding-top: 12px;
    font-size: 28px; 
    float:left;
    line-height: 30px;
    padding-left: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #333;
    text-shadow: 0 0 10px rgba(0,0,0,.1);
}
.zdl-logo-text span{
    font-size: 16px;
    letter-spacing: 1.1px;
    font-weight: lighter;
    color: #ad9044;
}
.zdl-ops-group {
    float: right;
    margin-top: 24px;
    line-height: 34px;
}
.loginspan {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0px 15px;
    cursor: pointer;
    color: rgb(84,84,84);
}
.loginspan:hover {
    color: rgb(10,84,146);
}
.zdl-menu-bar {
    width: 100%;
    height: 49px;
    /* background: linear-gradient(90deg,#32569e,#517fd0,#32569e); */
    background: rgb(10,84,146);
    background: url('./bar.png') repeat-x;
    background-size: auto 49px;
    color: #fff;
    font-size: 17px;
    line-height: 49px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    min-width: 1200px;
    position: relative;
    z-index: 100;
}
.zdl-menu-bar-group {
    width: 1320px;
    height: 100%;
    margin: auto;
}
.zdl-menu-bar-group-item {
    float: left;
    width: 132px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    letter-spacing: 2px;
}
.zdl-menu-bar-group-item:hover {
    background: url('./select.png') center center no-repeat;
    background-size: 100% 49px;
}
.zdl-menu-bar-active {
  background: url('./select.png') center center no-repeat;
  background-size: 100% 49px;
}
.zdl-menu-bar-group-item:hover .dropdown-menu {display: block;}
.abetter {
  width: 150px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-decoration: none;
  float: left;
  padding: 3px 20px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 2px;
}
.abetter:hover {
  background: #f0faff;
  color: rgb(10,84,146);
}
.m3header {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 400;
  color: rgb(10,84,146);
  border-left: 3px solid rgb(10,84,146);
  padding: 0px 5px;
  margin: 13px;
  font-weight: bold;
}
#m31 {
  width: 450px;
  float: left;
}
#m32 {
  width: 220px;
  float: left;
}
#m32 .abetter {
  width: 220px;
}
#m33 {
  width: 470px;
  float: left;
}
#m33 .abetter {
  width: 235px;
}
.m3line {
  width: 1px;
  height: 100%;
  background: #d3d3d3;
  float: left;
  position: absolute;
  top: 0;
}
#dropdownlist3 {
  width: 1200px;
  left: -455px;
  padding-bottom: 10px;
  background: url('../img/dl.png') right bottom no-repeat;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background: #f0faff;
  color: rgb(10,84,146);
  text-decoration: none;
}
/* .loader--glisteningWindow {
    z-index: 100001;
    width: 0.25em;
    height: 0.25em;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -0.125em;
    margin-top: -0.125em;
    box-shadow: 0.70711em 0.70711em 0 0em #2ecc71, -0.70711em 0.70711em 0 0.17678em #9b59b6, -0.70711em -0.70711em 0 0.25em #3498db, 0.70711em -0.70711em 0 0.17678em #f1c40f;
    animation: gw 1s ease-in-out infinite, rot 2.8s linear infinite;
    display: none;
  } */
  .loader--glisteningWindow {
    z-index: 100001;
    width: 300px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    background: url(./loading.gif) center center no-repeat;
    background-size: contain;
    display: block;
  }
  @keyframes rot {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  }
  @keyframes gw {
  0% {
    box-shadow: 0.70711em 0.70711em 0 0.125em #2ecc71, -0.70711em 0.70711em 0 0.39017em #9b59b6, -0.70711em -0.70711em 0 0.5em #3498db, 0.70711em -0.70711em 0 0.39017em #f1c40f;
  }
  25% {
    box-shadow: 0.70711em 0.70711em 0 0.39017em #2ecc71, -0.70711em 0.70711em 0 0.5em #9b59b6, -0.70711em -0.70711em 0 0.39017em #3498db, 0.70711em -0.70711em 0 0.125em #f1c40f;
  }
  50% {
    box-shadow: 0.70711em 0.70711em 0 0.5em #2ecc71, -0.70711em 0.70711em 0 0.39017em #9b59b6, -0.70711em -0.70711em 0 0.125em #3498db, 0.70711em -0.70711em 0 0.39017em #f1c40f;
  }
  75% {
    box-shadow: 0.70711em 0.70711em 0 0.39017em #2ecc71, -0.70711em 0.70711em 0 0.125em #9b59b6, -0.70711em -0.70711em 0 0.39017em #3498db, 0.70711em -0.70711em 0 0.5em #f1c40f;
  }
  100% {
    box-shadow: 0.70711em 0.70711em 0 0.125em #2ecc71, -0.70711em 0.70711em 0 0.39017em #9b59b6, -0.70711em -0.70711em 0 0.5em #3498db, 0.70711em -0.70711em 0 0.39017em #f1c40f;
  }
  }
  .totop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 10px rgb(101, 168, 223);
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 60px;
    color: rgb(10,84,146);
    font-size: 25px;
    font-weight: lighter;
    cursor: pointer;
    display: none;
    z-index: 20000;
  }
  .playbtn {
    width: 28px;
    height: 40px;
    background: #f0faff;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    position: absolute;
    top: -5px;
    right: 100px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0,0,0,.1);
    border: 2px solid rgb(16, 114, 194)
  }
  .playbtn::after {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2d8cf0;
    box-shadow: 0 0 1px rgba(10,84,146, .1);
    content: '';
    position: absolute;
    bottom: 2px;
    left: 2px;
  }
  .playimg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url('bb.jpg') center center no-repeat;
    background-size: cover;
    z-index: 30000;
    display: none;
  }
  .playimg-close {
    width: 80px;
    height: 80px;
    color: #fff;
    background: rgba(0,0,0,.6);
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    font-size: 40px;
    position: absolute;
    right: 50px;
    top: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    cursor: pointer;
  }