/* 通用 */
body {
  background: none;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #f1fbff;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.w-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .w-row {
    flex-wrap: wrap;
  }
  .w-row > .w-col {
    width: 100% !important;
  }
  .w-row > .w-col + .w-col {
    margin-top: 0.3rem;
  }
}
/* 头部header 开始 */
.zt_header {
  position: relative;
  height: 7.28rem;
  background: url(../images/zt_banner.png) no-repeat top center;
  background-size: auto 100%;
}
.zt_header .logo {
  padding-top: 0.56rem;
  text-align: left;
}
.zt_header .logo img {
  width: 2.52rem;
}
@media (max-width: 1200px) {
  .zt_header {
    height: 6.3rem;
    background-size: 150% auto;
  }
}
@media (max-width: 992px) {
  .zt_header {
    height: 5rem;
  }
  .zt_header .logo {
    padding-top: 0.3rem;
  }
  .zt_header .logo img {
    width: 2.09rem;
  }
}
/* 头部header 结束 */
.zt_content {
  margin-top: -2.6rem;
}
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.zt_title {
  height: 0.89rem;
  margin-bottom: 0.3rem;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.zt_title.zt_title1 {
  background-image: url(../images/zt_title_bg1.png);
}
.zt_title.zt_title2 {
  background-image: url(../images/zt_title_bg2.png);
}
.zt_title.zt_title3 {
  background-image: url(../images/zt_title_bg3.png);
}
.p {
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
  color: #333;
  text-align: justify;
}
.p a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.p a:hover {
  color: #0079e6;
}
.p .p_img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
}
.p_icon1 {
  padding-left: 30px;
  background: url(../images/icon_a.png) no-repeat left 5px;
}
.theme_color {
  color: #0079e6;
}
.theme_color2 {
  color: #ff8309;
}
.theme_bg_box {
  background-color: #eefaff;
  border-radius: 5px;
  padding: 20px 40px;
}
a.under_link {
  text-decoration: underline;
  color: #0967a2;
}
.link_box a,
.link_box img {
  display: block;
  width: 100%;
}
.folder_container {
  position: relative;
  z-index: 1;
}
.folder_container .folder_title {
  height: 47px;
  opacity: 0.68;
}
.folder_container .folder_title .folder_title_skew {
  display: inline-block;
  width: 274px;
  height: 100%;
  border-radius: 12px 12px 0px 0px;
  background-color: #67b6ff;
  position: relative;
}
.folder_container .folder_title .folder_title_skew::after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -25px;
  width: 80px;
  border-radius: 0px 10px 0px 0px;
  background-color: #67b6ff;
  transform: skewX(40deg);
}
.folder_container .folder_content {
  padding: 24px;
  border-radius: 0px 30px 50px 50px;
  background-image: linear-gradient(180deg, rgba(103, 182, 255, 0.68) 0%, rgba(255, 255, 255, 0.68) 100%);
  box-shadow: 3px 3px 16px 0px rgba(29, 134, 231, 0.47);
}
.folder_container .white_box {
  padding: 0.3rem;
  background-color: #ffffff;
  border-radius: 20px;
}
.ztyq_title {
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 0;
  width: 162px;
  height: 36px;
  background: url(../images/ztyq_title.png) no-repeat center;
  background-size: contain;
}
.ztyq_btn_box {
  margin-top: 10px;
  text-align: center;
}
.ztyq_btn_box .ztyq_btn {
  display: inline-block;
  width: 200px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
}
@media (max-width: 600px) {
  .ztyq_btn_box .ztyq_btn {
    width: 45%;
  }
}
.ztyq_btn_box .ztyq_btn.ztyq_btn1 {
  box-shadow: inset 0px 0px 8px 2px #c8e6ff;
  color: #0079e6;
}
.ztyq_btn_box .ztyq_btn.ztyq_btn2 {
  margin-left: 50px;
  box-shadow: inset 0px 0px 8px 2px #ffca9f;
  color: #ff850c;
}
@media (max-width: 600px) {
  .ztyq_btn_box .ztyq_btn.ztyq_btn2 {
    margin-left: 0;
  }
}
.yqmb_ul {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}
.yqmb_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.yqmb_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.yqmb_ul > li:nth-child(n) {
  margin-top: 0;
}
.yqmb_ul > li:nth-child(n + 5) {
  margin-top: 40px;
}
.yqmb_ul > li:nth-child(5) {
  margin-top: 0;
}
.yqmb_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .yqmb_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .yqmb_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .yqmb_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .yqmb_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .yqmb_ul > li:nth-child(n + 3) {
    margin-top: 40px;
  }
  .yqmb_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .yqmb_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .yqmb_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .yqmb_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .yqmb_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .yqmb_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .yqmb_ul > li:nth-child(n + 2) {
    margin-top: 40px;
  }
  .yqmb_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .yqmb_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.yqmb_ul li {
  transition: all 0.3s;
}
.yqmb_ul li a {
  height: 222px;
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}
.yqmb_ul li img {
  height: 143px;
}
.yqmb_ul li .text1 {
  margin: 12px 0;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #0079e6;
  text-align: center;
  position: relative;
}
.yqmb_ul li .text1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  width: 100%;
  height: 11px;
  background-color: #309af9;
  border-radius: 5px;
  opacity: 0.2;
}
.yqmb_ul li .text2 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.yqmb_ul li .text2 b {
  color: #ff8309;
}
.yqmb_ul li:hover {
  transform: translateY(-10px);
}
@media (max-width: 600px) {
  .yqmb_ul li a {
    height: 152px;
  }
  .yqmb_ul li img {
    height: 70px;
  }
  .yqmb_ul li .text1 {
    font-size: 15px;
  }
  .yqmb_ul li .text2 {
    font-size: 13px;
  }
}
.fz24 {
  font-size: 24px;
}
.fz36 {
  font-size: 36px;
}
.rdsx_ul {
  box-sizing: border-box;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.rdsx_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rdsx_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
}
.rdsx_ul > li:nth-child(n) {
  margin-top: 0;
}
.rdsx_ul > li:nth-child(n + 5) {
  margin-top: 15px;
}
.rdsx_ul > li:nth-child(5) {
  margin-top: 0;
}
.rdsx_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .rdsx_ul {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .rdsx_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .rdsx_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    float: left;
  }
  .rdsx_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .rdsx_ul > li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .rdsx_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .rdsx_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .rdsx_ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .rdsx_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .rdsx_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .rdsx_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .rdsx_ul > li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .rdsx_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .rdsx_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.rdsx_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 234px;
  background-color: #d6ebfe;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 50px 5px 0;
}
.rdsx_ul li i {
  transition: all 0.3s;
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #0079e6;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
.rdsx_ul li i.s1 {
  background-image: url(../images/rdsx_icon1.png);
}
.rdsx_ul li i.s2 {
  background-image: url(../images/rdsx_icon2.png);
}
.rdsx_ul li i.s3 {
  background-image: url(../images/rdsx_icon3.png);
}
.rdsx_ul li i.s4 {
  background-image: url(../images/rdsx_icon4.png);
}
.rdsx_ul li i.s5 {
  background-image: url(../images/rdsx_icon5.png);
}
.rdsx_ul li i.s6 {
  background-image: url(../images/rdsx_icon6.png);
}
.rdsx_ul li i.s7 {
  background-image: url(../images/rdsx_icon7.png);
}
.rdsx_ul li i.s8 {
  background-image: url(../images/rdsx_icon8.png);
}
.rdsx_ul li i.s9 {
  background-image: url(../images/rdsx_icon9.png);
}
.rdsx_ul li i.s10 {
  background-image: url(../images/rdsx_icon10.png);
}
.rdsx_ul li h6 {
  transition: all 0.3s;
  font-size: 22px;
  font-weight: normal;
  color: #0079e6;
  text-align: center;
}
.rdsx_ul li:hover a {
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(7, 68, 170, 0.16);
}
.rdsx_ul li:hover i {
  transform: rotateY(360deg);
  background-color: #ff8309;
}
.rdsx_ul li:hover h6 {
  font-weight: bold;
  color: #ff8309;
}
@media (max-width: 600px) {
  .rdsx_ul li a {
    height: 144px;
    padding: 20px 5px 0;
  }
  .rdsx_ul li i {
    width: 68px;
    height: 68px;
  }
}
.zdgz_ul {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}
.zdgz_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zdgz_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.zdgz_ul > li:nth-child(n) {
  margin-top: 0;
}
.zdgz_ul > li:nth-child(n + 3) {
  margin-top: 20px;
}
.zdgz_ul > li:nth-child(3) {
  margin-top: 0;
}
.zdgz_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .zdgz_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .zdgz_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .zdgz_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .zdgz_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .zdgz_ul > li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .zdgz_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .zdgz_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .zdgz_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .zdgz_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .zdgz_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .zdgz_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .zdgz_ul > li:nth-child(n + 1) {
    margin-top: 20px;
  }
  .zdgz_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .zdgz_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.zdgz_ul li a {
  display: block;
  box-sizing: border-box;
}
.zdgz_ul li a .img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .zdgz_ul li a .img {
    height: auto;
  }
}
.zdgz_ul li a img {
  transition: all 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.zdgz_ul li:hover img {
  transform: scale(1.03);
}
