@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0
}

li {
  list-style: none
}

body {
  text-align: left;
  font-family: '微软雅黑';
  color: #333;
  background: #fff;
  height: 100%
}

html {
  height: 100%
}

a,
ins {
  text-decoration: none
}

a {
  color: #333
}

a:hover {
  color: #1492ff;
}

a:hover {
  text-decoration: none;
  transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s
}

a:visited,
a:active,
a:focus {
  text-decoration: none;
}

.hidden,
.hide {
  display: none;
}

.ndbb {
  background: url(ndbb_bg.png) no-repeat center;
  background-size: auto 100%;
}

.ndbbzt {
  background: url(ndbbzt_bg.png) no-repeat center;
  background-size: auto 100%;
}

.title_item {
  position: relative;
  z-index: 2;
  background-image: url(title_bg.png);
  background-size: auto 33px;
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: var(--spacing-bg);
  font-weight: bold;
}

.title_item.title_item1 {
  background-image: url(title_bg1.png);
  background-size: auto 33px;
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: var(--spacing-bg);
}

.title-box .flex1 {
  position: relative;
  z-index: 1;
}

.flex1::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  top: 4px;
  left: -4px;
  background: linear-gradient(270.00deg, #1492ff00 0%, #1492ffbf 100%);
}

.flex1::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: 3px;
  left: -4px;
  background: linear-gradient(270.00deg, #1492ff00 0%, #1492ffbf 100%);
}

.first {
  justify-content: space-between;
}

.first_item_baobiao {
  display: flex;
  width: calc((100% - 60px) / 3);
  height: auto;
  padding: 20px 28px 20px 40px;
  background: #f6fcff;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--spacing-md);
}

.old_type .first_item_baobiao {
  width: calc((100% - 30px) / 2);
  height: auto;
}

.first_item_baobiao span {
  line-height: 1.75;
}

.first_item_baobiao img {
  width: 65px;
  height: 65px;
  margin-left: var(--spacing-sm);
}

.old_type .first_item_baobiao img {
  width: 90px;
  height: 90px;
}

.first_box_ndbbzt {
  justify-content: space-between;
}

.first_item_ndbbzt {
  width: calc((100% - 30px) / 2);
  padding: calc(var(--spacing-md) + var(--spacing-xs) / 2) var(--spacing-md);
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--spacing-md);
}

.first_item_ndbbzt_title {
  font-weight: bold;
}

.ndbbzt_item_box {
  display: flex;
  align-items: center;
}

.ndbbzt_item_box a {
  display: flex;
  align-items: center;
  padding: 7px 27px;
  border-radius: var(--spacing-sm);
  background: #fff;
  border: 1px solid #1492ff;
  box-shadow: 0 7px 4px #f2f7ff;
}

.ndbbzt_item_box a.jd {
  margin-left: var(--spacing-sm);
  border: 1px solid #f5ae4e;
}

.ndbbzt_item_box a img {
  width: auto;
  height: 24px;
  margin-right: var(--spacing-xs);
}


.flex .item_box:nth-child(4n) {
  margin-right: 0px;
}

.item_box {
  position: relative;
  display: flex;
  width: calc((100% - 90px) / 4);
  padding: var(--spacing-xs) 0;
  min-height: calc(var(--spacing-lg) * 2);
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: var(--spacing-md);
  margin-bottom: var(--spacing-md);
  line-height: 1.8;
}

.old_type .flex .item_box:nth-child(4n) {
  margin-right: var(--spacing-md);
}

.old_type .flex .item_box:nth-child(3n) {
  margin-right: 0px;
}

.old_type .item_box {
  width: calc((100% - 60px) / 3);
}

.item_box.item_box1 {
  width: calc((100% - 60px) / 3);
}

.flex .item_box.item_box1:nth-child(4n) {
  margin-right: var(--spacing-md);
}

.flex .item_box.item_box1:nth-child(3n) {
  margin-right: 0px;
}

.old_type .item_box.item_box1 {
  width: calc((100% - 30px) / 2);
}

.old_type .flex .item_box.item_box1:nth-child(3n) {
  margin-right: var(--spacing-md);
}

.old_type .flex .item_box.item_box1:nth-child(2n) {
  margin-right: 0px;
}

.item_box.ts a {
  position: relative;
}

.item_box.ts>a:after {
  content: '';
  position: absolute;
  /* 向下三角形 */
  width: 0;
  height: 0;
  border-top: 5px solid #1492ff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 0px solid transparent;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.item_child_box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 70%;
  background: #fff;
  /* 阴影 */
  box-shadow: 0 0 10px #1492ff1a;
  z-index: 10;
  padding: 25px 20px 20px 30px;
}

.item_box.ts:hover .item_child_box {
  display: block;
}

.item_box.ts:hover>a:after {
  transform: rotate(180deg);
}

.old_type .item_box.ts>a:after {
  border-top: 7px solid #1492ff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0px solid transparent;
}

.item_child_box div {
  position: relative;
  padding-left: 25px;
  line-height: 35px;
  text-align: left;
}

.old_type .item_child_box div {
  padding-left: 25px;
  line-height: 50px;
}

.item_child_box div::after {
  position: absolute;
  top: 17px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF8619;
}

.flex .sjdw_box:nth-child(6n),
.flex .sjdw_box_ndbbzt:nth-child(6n) {
  margin-right: 0px;
}

.sjdw_box {
  width: calc((100% - 100px) / 6);
  background: #fff;
  box-shadow: 0 0 16px #1492ff29;
  text-align: center;
  margin-right: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.sjdw_box_ndbbzt {
  position: relative;
  width: calc((100% - 100px) / 6);
  margin-right: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.sjdw_box img,
.sjdw_box_ndbbzt img {
  width: 100%;
  height: auto;
}

.sjdw_box span {
  line-height: var(--spacing-lg);
}

.old_type .sjdw_box span {
  line-height: 55px;
}

.sjdw_box_ndbbzt span {
  position: absolute;
  top: 0;
  left: 0;
  min-height: var(--spacing-lg);
  padding: var(--spacing-xs) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  border-radius: 0 0 40px 0;
  background: rgba(255, 255, 255, 0.6);
}

.old_type .sjdw_box_ndbbzt span {
  border-radius: 0 0 55px 0;
}

.old_type .sjdw_box,
.old_type .sjdw_box_ndbbzt {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}

.old_type .sjdw_box:nth-child(3n),
.old_type .sjdw_box_ndbbzt:nth-child(3n) {
  margin-right: 0;
}

.mobile_type .first_item_baobiao,
.mobile_type .first_item_ndbbzt {
  width: 100%;
  height: auto;
  padding: 4vw;
}

.mobile_type .item_box {
  width: 100%;
  height: auto;
  margin-right: 0;
}

.mobile_type .sjdw_box,
.mobile_type .sjdw_box_ndbbzt {
  width: calc((100% - 4vw) / 2);
  margin-right: 4vw;
}

.mobile_type .sjdw_box:nth-child(2n),
.mobile_type .sjdw_box_ndbbzt:nth-child(2n) {
  margin-right: 0;
}

.mobile_type .ndbbzt_item_box {
  margin-top: 4vw;
  width: 100%;
  justify-content: flex-end;
}