* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  vertical-align: middle;
}
body {
  width: 100%;
  height: 100%;
}
.dongkou-zddt a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  text-decoration: none;
}
.dongkou-zddt {
  width: 100%;
}
.dongkou-zddt .border {
  border: 1px solid #E4E4E4;
}
.zddt-container {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
/*-------当前位置-----*/
.location {
  line-height: 56px;
  height: 56px;
  color: #999999;
  font-size: 16px;
  background-color: #F1F1F1;
  margin-bottom: 52px;
}
.location .szwz {
  color: #999999;
}
.location a {
  margin: 0 5px;
  font-size: 16px;
  color: #999999;
}
.location a:hover {
  color: #0D4C99;
}
/* 主要内容 */
.zddt-cont {
  width: 100%;
  background-color: #fff;
  margin-top: 30px;
}
.zddt-style {
  margin-top: 40px;
}
.zddt-style .title-style {
  width: 100%;
  height: 49px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zddt-style .title-style a {
  font-size: 20px;
  font-weight: bold;
  color: #006EAB;
  line-height: 49px;
  text-align: center;
  width: 111px;
  height: 100%;
  border-bottom: 2px solid #006EAB;
}
.zddt-style .cont-style {
  width: 100%;
  padding: 10px 0px;
}
.zddt-style .cont-style ul li {
  display: inline-block;
  position: relative;
}
.zddt-style .cont-style ul li a {
  padding-left: 30px;
  display: inline-block;
  line-height: 55px;
  text-align: left;
  width: 192px;
  height: 45px;
  font-size: 16px;
  color: #333333;
}
.zddt-style .cont-style ul li a:hover {
  color: #006EAB;
}
.zddt-style .cont-style ul li .li-marker {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  background: url("../images/home-three2.png") no-repeat center;
  top: 19px;
  left: 10px;
}
.zddt-style .cont-style ul li:hover .li-marker {
  background: url("../images/home-three-active.png") no-repeat center;
}
