html {
  font-size: 14px;
}
body {
  font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
/* 头部 */
.head-menu {
  height: 60px;
  display: flex;
  justify-content: space-around;
  width: 100%;
  background: #fff;
}
.middle-content {
  width: 1400px;
  margin: 0 auto;
}
.logo {
  float: left;
  box-sizing: border-box;
  max-width: 400px;
  text-align: left;
  height: 60px;
  margin-top: 2px;
  line-height: 60px;
}
.logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.menu {
  /* width: 570px !important; */
  /* margin-top: 10px;
  height: 40px;
  line-height: 40px;
  margin-left: 90px;
  overflow: hidden; */
}

/* .menu img {
  width:30px;
  vertical-align: middle;
}
.menu .text {
  font-size: 15px;
} */
/* .menu li a {
  font-family: "微软雅黑";
  color: #666;
  font-size: 15px;
  display: block;
}
.dh_o a {
  background: url(../images/index1.png) no-repeat left 7px;
}
.dh_o.active {
  border-bottom: 2px solid #efb017!important;
  
}
.dh_o.active a,.dh_o:hover a {
  background: url(../images/index2.png) no-repeat left 7px;
  color: #f0a423 !important;
}
.dh_t {
  width: 88px !important;
}
.dh_t a{
  background: url(../images/tzgg1.png) no-repeat 3px 7px;
 
}
.dh_t.active {
  border-bottom: 2px solid #efb017!important;
}
.dh_t.active a ,.dh_t:hover a{
  background: url(../images/tzgg2.png) no-repeat left 7px;
  color: #f0a423 !important;
}
.dh_fi a{
  background: url(../images/ptzy1.png) no-repeat left 9px;
  width: 90px !important;
}
.dh_fi.active {
  border-bottom: 2px solid #efb017!important;
  width: 93px !important;
}
.dh_fi.active a,.dh_fi:hover a {
  background: url(../images/ptzy2.png) no-repeat left 9px;
  color: #f0a423 !important;
}
.menu li {
  float: left;
  height: 34px;
  line-height: 40px;
  text-indent: 2em;
  width: 62px;
  margin-right: 40px;
} */

.banner {
  position: relative;
  width: 100%;
  height: 510px;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-container .middle-content {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner .swiper-container .swiper-slide  {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide img.lbbj {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide .dwtp {
  position: absolute;
  z-index: 99;
  top: 10%;
  width: 70%;
}
.banner .swiper-container .swiper-slide:nth-child(3) .dwtp {
  position: absolute;
  z-index: 99;
  top: -9%;
  width: 65%;
}
.banner .swiper-container .swiper-slide .slide1 {
  background: url(../images/1.jpg) center top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  /* float: left; */
  /* margin-right: -100%;
  position: relative;
  opacity: 0; */
  /* display: block;
  z-index: 1; */
}
.banner .swiper-container .swiper-slide .slide2 {
  background: url(../images/2.jpg) center top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide .slide3 {
  background: url(../images/3.jpg) center top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #efb017;
  border: 2px solid #efb017;
}
/* 登录 */
.banner .login-middle-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 360px;
  margin-top: -220px;
}
.login-box {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 440px;
  background-color: rgba(0, 0, 0, 0.35);
  /* background-color: #fff; */
}
.login-box2 {
  z-index: 5;
  position: absolute;
  border-radius: 5px;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 20px);
  padding: 10px 0 0 0;
}

/* 登录 */

.login-iframe {
  width: 100%;

  height: 100%;

  border-radius: 5px;
}

/* 主要内容 */
.main-content {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.mc-left {
  width: 40%;
}
.mc-right {
  width: 58%;
}
.notice-title {
  padding: 10px 4px;
  border-bottom: 1px solid #e6e6e6;
}
.notice-title .zh-text {
  position: relative;
  margin-right: 10px;
  font-size: 20px;
  color: #303030;
  font-weight: 600;
  font-size: 18px;
}
.notice-title .zh-text::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #28aff4;
  bottom: -12px;
  left: 50%;
  margin-left: -20px;
}
.notice-title .en-text {
  text-transform: capitalize;
  color: #a6a6a6;
  font-size: 16px;
}

.notice-title .more {
  margin-top: 10px;
  color: #28aff4;
}
.notice-list {
  padding-top: 10px;
}
.notice-list li {
  width: 100%;
}
.notice-list li > a {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.notice-list li .ncontent {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 16px;
}
.notice-list li:hover .ncontent,
.notice-list li:hover .ntime {
  font-weight: 600;
}
.notice-list li .ncontent::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: #28aff4;
  vertical-align: middle;
}
.notice-list li .ntime {
  color: #666;
  font-size: 16px;
}
.sjlist-wrap {
  width: 100%;
  padding-top: 10px;
}
.sjlist-wrap li {
  position: relative;
  float: left;
  width: 32%;
  margin-right: 1.5%;
  height: 290px;
  margin-bottom: 10px;
}
.sjlist-wrap li:nth-child(3n) {
  margin-right: 0;
}
.sjlist-wrap li .yl {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px 10px 20px;
  border: 1px dashed #e1e1e1;
  border-radius: 10px;
  text-align: center;
  /* cursor: pointer; */
  box-sizing: border-box;
}
.sjlist-wrap li .yl .icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-top: 22px;
  vertical-align: middle;
}

.sjlist-wrap li .yl .icon > img {
  width: 100%;
}
.sjlist-wrap li .yl .text {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  color: #3a3a3a;
  font-weight: 600;
  letter-spacing: 2px;
  vertical-align: middle;
}
.sjlist-wrap li .yl .text::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -20px;
  display: inline-block;
  content: "";
  width: 40px;
  height: 2px;
}
.sjlist-wrap li .yl .textbg1::after {
  background: #C394FC;
}
.sjlist-wrap li .yl .textbg2::after {
  background: #66D1ED;
}
.sjlist-wrap li .yl .textbg3::after {
  background: #FD7575;
}
.sjlist-wrap li .yl .brief {
  margin-bottom: 15px;
  color: #666;
  text-align: left;
}
.sjlist-wrap li .yl .btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -48px;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 20px;
  box-shadow: 0 0 20px #e3dfdf;
  color: #28aff4;
}
.sjlist-wrap li:hover .hl {
  display: inline-block;
}
.sjlist-wrap li .hl {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 10px;
  /* border:1px dashed #E1E1E1; */
  border-radius: 10px;
  /* text-align: center;
  cursor: pointer; */
  color: #fff;
  box-sizing: border-box;
  background: rgba(51, 179, 244, 0.85);
}
.sjlist-wrap li .hl .hl-title {
  /* font-size: 17px; */
  font-weight: 600;
  padding: 0 10px 4px 0;
  border-bottom: 1px solid #fff;
}
.sjlist-wrap li .hl .return {
  float: right;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  background: #fff;
  color: #28aff4;
  cursor: pointer;
}
.sjlist-wrap li .hl .hl-brief {
  padding: 5px;
  font-size: 13px;
}
/* pdf页面 */
.ppPdfContainer {
  width: 1200px;
  margin: 0 auto;
}
.ppPdfContainer object {
  width: 82%;
  height:1000px;
}

/* 足部样式。 */

/* .footer {
   height: 55px; 
  position: fixed;
  bottom:0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  display: flex;
justify-content: space-between; 
  justify-content: center;
  color: #999999;
  font-size: 12px;
}
.footer a {
  color: #999999;
} */
/* diaog */
.hide {
	display: none;
  background-color: #edf2f8;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
}
.dialog {
  position: relative;
  top: 50%;
  width: 500px;
  min-height: 100px;
  margin: 0 auto;
  padding: 10px;
  transform: translateY(-100%);
  border-radius: 5px;
  display: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.mask .dialog .title {
  padding: 0 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.mask .dialog .title .close {
  /* display: block; */
  position: absolute;
  top: 5px;
  right: 10px;
  line-height: 30px;
  font-size: 36px;
  font-weight: 100;
  color: #333;
  cursor: pointer;
  opacity: 0.7;
  z-index: 999;
}
.mask .dialog .title .close:hover {
  opacity: 1;
}
.mask,
.mask .dialog {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.mask.on .dialog {
  transform: translateY(-50%);
}
.mask.on,
.mask.on .dialog {
  opacity: 1;
}

.sd-enter-tap {
  position: fixed;
  left: 0;
  top: 50%;
  height: 80px;
  width: 400px;
  margin-top: -40px;
  background-color: rgba(255,255,255,0.8);
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 1000;
  background-image: url(../images/logo-sd.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 280px;
}
.sd-enter-tap > a {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background-image: linear-gradient(to right, #4D83FF,#5853FF);
  border-radius: 6px;
}

/* 温馨提示 */
.tip {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  z-index: 99;
  width: 150px;
  height: 300px;
  padding: 60px 10px 0;
  background: url(../images/wxts.png);
  background-size: 100% 100%;
}
.tip .tip-content {
  height: 150px;
  overflow-y: auto;
  line-height: 24px;
  color: #fff;
  font-size: 13px;
  
}
.tip >span {
  position: absolute;
  right: 1px;
  top: -1px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}


@media screen and (max-width: 1682px) {
  .banner .swiper-container .swiper-slide .dwtp {
    position: absolute;
    z-index: 99;
    /* top: 4%; */
    width: 70%;
  }
  .banner .swiper-container .swiper-slide:nth-child(3) .dwtp {
    position: absolute;
    z-index: 99;
    top: -12%;
    width: 65%;
  }
}
@media screen and (max-width: 1440px) {
  /* .banner {
    height:400px;
  } */
  .middle-content {
    width: 1200px!important;
  }
  /* .banner .login-middle-content { */
    /* height: 360px!important;
    margin-top: -180px!important; */
  /* } */
  /* .login-box {
    height: 358px!important;
  } */
  .notice-title .zh-text {
    font-size: 16px;
  }
  .notice-title .en-text {
    font-size: 14px;
  }
  .notice-list li .ncontent,
  .notice-list li .ntime {
    font-size: 15px;
  }
  /* .notice-list li > a {
    padding: 5px 0;
  } */
  /* .sjlist-wrap li {
    height: 114px;
  } */
  .sjlist-wrap li .yl {
    padding-top: 0;
  }
  .sjlist-wrap li .yl .icon {
    margin-top: 8px;
  }
  .sjlist-wrap li .hl {
    padding: 10px 0 10px 10px;
  }
  .sjlist-wrap li .hl .hl-title {
    font-size: 14px;
    padding: 0 10px 4px 0;
  }
  .sjlist-wrap li .hl .hl-brief {
    font-size: 12px;
  }
  .footer {
    /* height: 55px; */
    position: relative;
  }

  
}
@media screen and (max-width: 1281px){
  .middle-content {
    width: 100%!important;
  }
  .main-content {
    padding: 0 10px;
    box-sizing: border-box;
  }
  /* .banner .login-middle-content {
    height: 340px!important;
    margin-top: -170px!important;
} */
  /* .login-box {
    height: 336px!important;
  } */
}
@media screen and (max-width: 1025px) {
  .middle-content {
    width: 100%!important;
    padding: 0 20px;
    box-sizing: border-box;
  }
  /* .banner {
    height: 360px;
  } */
  /* .banner .login-middle-content {
    height: 360px!important;
    margin-top: -180px!important;
  } */
  .banner .swiper-container .swiper-slide img.lbbj {
    height: 100%;
  }
  /* .login-box {
    height: 360px!important;
  } */
  .banner .swiper-container .swiper-slide .dwtp {
    top: 20%;
    width: 58%;
  }
  .banner .swiper-container .swiper-slide:nth-child(3) .dwtp {
    top: 1%;
    width: 59%;
  }
  .sjlist-wrap li .yl .text {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .sjlist-wrap li .yl .brief {
    font-size: 12px;
  }
  .ppPdfContainer {
    width: 80%;
  }
  .ppPdfContainer object  {
    width: 100%;
    height: 700px;
  }
}
@media screen and (max-width: 770px){
  .banner {
    height: auto;
  }
 
  .banner .swiper-container .swiper-slide .dwtp {
    top: 2%;
    width: 60%;
  }
  .banner .swiper-container .swiper-slide:nth-child(3) .dwtp {
    top: 1%;
    width: 59%;
  }
  .menu li a {
    font-size:13px;
  }
  .banner {
    height: auto !important;
  }
  .banner .login-middle-content {
    display: none;
  }
  
  .main-content .middle-content {
    padding: 10px;
  }
  .notice-title .zh-text {
    font-size: 14px;
  }
  .notice-title .more {
    font-size: 12px;
  }
  .notice-list li .ncontent, .notice-list li .ntime {
    font-size: 13px;
  }
  .sjlist-wrap li {
    width: 100%;
    height: auto;
  }
  .sjlist-wrap li .yl {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sjlist-wrap li .yl .icon {
    width: 70px;
    height: 70px;
  }
  .sjlist-wrap li .yl .text {
    font-size: 14px;
  }
  .mc-left ,.mc-right{
    width: 100%;
  }

  .icon-wrap {
    float: left;
    margin-right: 10px;
  }
  .sjlist-wrap li .yl .brief {
    float: left;
    width: calc(100% - 160px);
    margin-top: 15px;
    margin-bottom: 0;
  }
  .sjlist-wrap li .yl .btn {
    left: auto;
    right: 5px;
    margin-left: 0;
    height: 24px;
    line-height: 24px;
    top: 20px;
    padding: 0 10px;
    font-size: 12px;
  }
  .banner .swiper-container .swiper-slide:nth-child(3) .dwtp {
    top: -15%;
  }
  .dialog {
    /* width: 100%!important; */
    box-sizing: border-box;
  }
  
}
@media screen and (max-width: 401px) {
  .dialog {
    width: 100%!important;
    box-sizing: border-box;
  }
}