/* 通用 */
body {
  font-family: 'PingFang SC', Microsoft Yahei, Arial;
  background: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
div {
  box-sizing: border-box;
}
p {
  text-align: justify;
}
.inner {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-md-l {
    width: 100% !important;
  }
  .col-md-m {
    width: 100% !important;
    margin-top: 30px;
  }
  .col-md-r {
    width: 100% !important;
    margin-top: 30px;
  }
}
/* 头部header 开始 */
.zt_header {
  height: 4.57rem;
  position: relative;
  background: url(../images/banner.png) no-repeat top center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.zt_header .zt_logo {
  padding-top: 0.56rem;
  text-align: left;
}
.zt_header .zt_logo img {
  width: 2.17rem;
}
@media (max-width: 1200px) {
  .zt_header {
    height: 3.6rem;
  }
}
@media (max-width: 992px) {
  .zt_header {
    height: 2.6rem;
  }
  .zt_header .zt_logo {
    padding-top: 0.3rem;
  }
  .zt_header .zt_logo img {
    width: 1.7rem;
  }
}
/* 头部header 结束 */
.content {
  background-color: #f2f6ff;
  padding-bottom: 0.4rem;
}
.bot_bg1 {
  margin-top: 0;
}
.dy {
  margin-top: -0.6rem;
  margin-bottom: 0.3rem;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(137, 166, 197, 0.21);
  border-radius: 20px;
  border: solid 4px rgba(99, 192, 254, 0.3);
  position: relative;
  padding: 33px 60px 33px 80px;
}
@media (max-width: 992px) {
  .dy {
    margin-top: 0.2rem;
  }
}
.dy span {
  display: inline-block;
  position: absolute;
  left: -22px;
  top: -17px;
  width: 143px;
  height: 138px;
  font-size: 0;
  background: url(../images/dy_icon.png) no-repeat center;
}
.dy p {
  font-size: 17px;
  font-weight: normal;
  line-height: 2;
  color: #333333;
  text-align: justify;
}
.tab_pane1 .item_box_ver {
  margin-left: 0px;
  margin-right: 0px;
}
.tab_pane1 .item_box_ver::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tab_pane1 .item_box_ver > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.tab_pane1 .item_box_ver > li:nth-child(n) {
  margin-top: 0;
}
.tab_pane1 .item_box_ver > li:nth-child(n + 3) {
  margin-top: 0px;
}
.tab_pane1 .item_box_ver > li:nth-child(3) {
  margin-top: 0;
}
.tab_pane1 .item_box_ver a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tab_pane1 .item_box_ver li {
  position: relative;
  padding-top: 44px;
}
.tab_pane1 .item_box_ver li a {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  background-color: #3f77f9;
  box-shadow: 0px -4px 0px 0px #1257db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  align-items: center;
  padding: 22px 10px;
}
.tab_pane1 .item_box_ver li i {
  transition: all 0.3s;
  display: none;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tab_pane1 .item_box_ver li i.s1 {
  background-image: url(../images/fwcj_img1.png);
}
.tab_pane1 .item_box_ver li i.s2 {
  background-image: url(../images/fwcj_img2.png);
}
.tab_pane1 .item_box_ver li i.s3 {
  background-image: url(../images/fwcj_img3.png);
}
.tab_pane1 .item_box_ver li h6 {
  transition: all 0.3s;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  width: 100%;
}
@media (max-width: 600px) {
  .tab_pane1 .item_box_ver li h6 {
    font-size: 16px;
  }
}
.tab_pane1 .item_box_ver li.cur,
.tab_pane1 .item_box_ver li:hover {
  padding-top: 0;
}
.tab_pane1 .item_box_ver li.cur a,
.tab_pane1 .item_box_ver li:hover a {
  height: 124px;
}
.tab_pane1 .item_box_ver li.cur a i,
.tab_pane1 .item_box_ver li:hover a i {
  display: block;
}
.paper {
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(137, 166, 197, 0.21);
  border-radius: 8px;
  padding: 40px 0.3rem;
}
.paper1 {
  height: 100%;
}
.paper2 {
  height: 370px;
  margin-bottom: 30px;
}
.paper3 {
  height: calc(100% - 400px);
}
@media (max-width: 992px) {
  .paper3 {
    height: auto;
  }
}
.title_bg1 {
  height: 46px;
  margin-bottom: 0.15rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 0;
}
.title_bg1.title_bg1_1 {
  background-image: url(../images/title_bg1.png);
}
.title_bg1.title_bg1_2 {
  background-image: url(../images/title_bg2.png);
}
.title_bg1.title_bg1_3 {
  background-image: url(../images/title_bg3.png);
}
.title_bg1.title_bg1_4 {
  background-image: url(../images/title_bg4.png);
}
.title_bg1.title_bg1_5 {
  background-image: url(../images/title_bg5.png);
}
.title_bg1.title_bg1_6 {
  background-image: url(../images/title_bg6.png);
  background-position: top center;
  margin-top: -50px;
  height: 54px;
}
.title_bg1.title_bg1_7 {
  background-image: url(../images/title_bg7.png);
  background-position: top center;
  margin-top: -50px;
  height: 54px;
}
.icon_p,
.p,
.p2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 0px;
  color: #50565f;
}
.icon_p a,
.p a,
.p2 a {
  word-break: break-all;
}
.icon_p {
  padding-left: 30px;
  background: url(../images/icon_t.png) no-repeat 0px 7px;
}
.icon_p em {
  color: #7ea7cf;
}
.p2 {
  margin-left: 25px;
}
.cl_ul1::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cl_ul1 li {
  float: left;
}
h3.title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.15rem;
}
h6.title {
  font-size: 16px;
  font-weight: normal;
  color: #222222;
  padding-left: 25px;
  line-height: 2;
  background: url(../images/icon_t2.png) no-repeat left 10px;
}
.tips {
  margin: 15px 0;
  height: 38px;
  line-height: 38px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #f4faff;
  border-radius: 19px;
  border: dashed 1px #97c2f4;
  font-size: 16px;
  font-weight: normal;
  color: #50575f;
}
.tips b {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #2a83ec;
}
@media (max-width: 1200px) {
  .tips {
    height: auto;
  }
}
.list_t li {
  line-height: 2;
  position: relative;
  padding: 5px 0px 5px 10px;
}
.list_t li::before {
  content: '';
  position: absolute;
  top: 19px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #116bca;
  border-radius: 50%;
}
.list_t li a {
  transition: all 0.3s;
  display: block;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #50565f;
}
.list_t li a:hover {
  color: #116bca;
}
.item_box_qa {
  margin-left: -10px;
  margin-right: -10px;
}
.item_box_qa::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_qa > 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;
}
.item_box_qa > li:nth-child(n) {
  margin-top: 0;
}
.item_box_qa > li:nth-child(n + 1) {
  margin-top: 10px;
}
.item_box_qa > li:nth-child(1) {
  margin-top: 0;
}
.item_box_qa a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item_box_qa li a,
.item_box_qa li p {
  line-height: 2;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 5px;
}
.item_box_qa li a {
  margin-bottom: 10px;
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-image: url(../images/icon_q.png);
}
.item_box_qa li p {
  font-size: 16px;
  font-weight: normal;
  color: #999999;
  text-align: justify;
  background-image: url(../images/icon_a.png);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item_box_qa li:hover a {
  color: #3f77f9;
}
.tab_pane2 .tab22 {
  margin-bottom: 20px;
}
.tab_pane2 .tab22::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tab_pane2 .tab22 a:not(.more) {
  float: left;
  display: block;
  width: 190px;
  height: 39px;
  background-color: #ddf1ff;
  border-radius: 5px;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #599ff0;
}
.tab_pane2 .tab22 a:not(.more).cur,
.tab_pane2 .tab22 a:not(.more):hover {
  position: relative;
  background-color: #2a83ec;
  color: #ffffff;
}
.tab_pane2 .tab22 a:not(.more).cur::after,
.tab_pane2 .tab22 a:not(.more):hover::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -14px;
  width: 0;
  height: 0;
  border-top: 8px solid #2a83ec;
  border-bottom: 8px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.tab_pane2 .tab22 a + a {
  margin-left: 25px;
}
.tips_box {
  margin-top: 0.24rem;
  padding: 0.15rem 0.24rem;
  background-color: #fffaef;
  border-radius: 8px;
  border: solid 1px #ffbe81;
}
.tips_box b {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #ffa443;
}
.tips_box p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  color: #ffa443;
}
@media (max-width: 992px) {
  .dy {
    height: auto;
  }
}
@media (max-width: 600px) {
  .dy {
    padding: 0.3rem 0.2rem;
  }
  .dy span {
    position: static;
    display: block;
    margin: 0 auto 20px;
    width: auto;
    height: auto;
    font-size: 22px;
    font-weight: bold;
    color: #599ff0;
    background: none;
    text-align: center;
  }
  .dy img {
    display: none;
  }
  .tab_pane2 .tab,
  .icon_p {
    margin-left: 0;
  }
  .tab_pane2 .tab22 a:not(.more):nth-child(1),
  .tab_pane2 .tab22 a:not(.more):nth-child(2) {
    width: 40%;
  }
  .cl_ul1 li {
    float: none;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .title_bg1 span {
    margin-top: 26px;
    font-size: 16px;
  }
}
