body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, arial, \5b8b\4f53;
  *line-height: 1.5;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}
caption,
th {
  text-align: left;
}
fieldset,
img {
  width: 100%;
  border: none;
  vertical-align: middle;
}
ul,
ol,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
  *font-size: 100%;
  -moz-outline: none;
  outline: none;
}
:focus {
  outline: none;
}
address,
caption,
cite,
code,
dfn,
em,
i,
b,
strong,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}
small {
  font-size: 100%;
}
hr {
  color: #d1d7dc;
  background-color: #d1d7dc;
  border: none;
  height: 1px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
body {
  background-color: #fff;
  font-family: 'Noto Sans SC';
  font-weight: 100;
}

.container {
  width: 100%;
  min-width: 1200px;
}

.header {
  width: 100%;
  height: 90px;
  min-width: 1200px;
  box-sizing: border-box;
  background-color: #0b86dc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.menu {
  /* position: relative; */

  width: 100%;
  padding: 0px 10%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sub-menu {
  display: flex;
  /* justify-content: space-between; */
}
.logo {
  padding: 20px 0;
  height: 60px;
  width: 200px;
  vertical-align: middle;
  /* float: left; */
  box-sizing: border-box;
}
.logo img {
  float: left;
  display: inline-block;
  width: 90%;
  padding: 0 20px;
  box-sizing: border-box;
}

.topnav {
  width: 960px;
  height: 40px; 
  display: flex;
  justify-content: space-between;
}

.topnav li {
  width: 16%;
  display: inline-block;
  position: relative;
}
.child-menu {
  width: 100%;
  display: none;
}
.child-menu li {
  width: 100%;
}
.topnav a {
  z-index: 9999999;
  width: 100%;
  display: block;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  padding: 25px 0;
  position: relative;
  display: inline-block;
}
.row-menu {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 15%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  display: none;
}
.row-menu li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 18px;
}
.row-menu li a {
  color: #0b86dc;
  font-weight: 700;
}
.row-menu li a:hover {
  color: #0b63cd;
}

.topnav a:hover {
  opacity: 0.8;
}

.topnav a.active {
  background: url(../images/on.png) no-repeat bottom 20px center;
  background-size: 25% 2px;
}

.topnav .icon {
  display: none;
}
.header .mobileMenuBtn {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 98;
  display: none;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
}

.header .mobileMenuBtn span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  margin-bottom: 5px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.header .mobileMenuBtn span:last-child {
  margin: 0;
}
li.mobileShow {
  display: none;
}
li.pcShow {
  display: inline-block;
}
.header .mobileMenuBtn.active {
  right: 62%;
}
.header .mobileMenuBtn span:first-child,
.header .mobileMenuBtn span:last-child {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
.header .mobileMenuBtn.active span:first-child {
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
}
.header .mobileMenuBtn.active span:last-child {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
}
.header .mobileMenuBtn span:nth-child(2) {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.header .mobileMenuBtn.active span:nth-child(2) {
  transform: translateX(80px);
  -webkit-transform: translateX(80px);
  opacity: 0;
}
.mask {
  background: #000;
  opacity: 0.6;
  display: none;
  z-index: 88;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header .mobileMenuBtn_shad {
  width: 100%;
  height: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.header .mobileMenuBtn_shad.active {
  height: 100%;
}
.arrowhead {
  width: 30px;
  height: 30px;
  background: url(../images/arrow_01.png) no-repeat center right;
  background-size: 30px;
  position: absolute;
  right: 10px;
  top: 5px;
}

.main {
  width: 100%;
  padding-top: 90px;
}
.content {
  width: 80%;
  margin: 0 10%;
  background: #fff;
}
.top {
  width: 100%;
  padding: 0 10%;
  background: #fff;
  box-sizing: border-box;
}
.banner {
  width: 100%;
  position: relative;
}

.banner .txt {
  position: absolute;
  color: #387ddf;
  font-size: 36px;
  font-weight: 700;
  top: 15%;
  left: 5%;
}
.box {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
}
.box.text {
  padding: 0 50px;
}
.box .title {
  width: 100%;
  padding: 40px 0 25px 0;
  text-align: center;
  color: #387ddf;
  font-size: 42px;
  font-weight: 700;
}
.box .title p {
  color: #002979;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
}
.line {
  border-bottom: 1px solid #e6e6e6;
  /* border-bottom: 13px solid transparent;
  background: linear-gradient(white, white) padding-box,
    repeating-linear-gradient(
      -90deg,
      #c3eef6 0,
      #c3eef6 0.3em,
      white 0,
      white 0.9em
    ); */
}
.textBox {
  width: 100%;
  padding: 50px;
  margin: 10px 0;
  box-sizing: border-box;
  /* display: flex;
  flex-direction: row;
  justify-content: space-between; */
  /* float: left; */
  display: table;
}
.textBox:last-child {
  margin-bottom: 40px;
}
.textBox .imgBox {
  width: 20%;
  /* float: left; */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.imgBox img {
  margin: 0 auto;
}
.textBox.right .imgBox {
  width: 20%;
}
.textBox.right .imgBox:first-child {
  display: none;
}
.textBox.right .imgBox:last-child {
  display: table-cell;
}
.textBox .txt {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 5%;
  padding-top: 15px;
  font-size: 20px;
  word-wrap: break-word;
  word-break: normal;
  color: #6884ab;
  box-sizing: border-box;
}
.textBox.right .txt {
  padding-left: 0;
  padding-right: 5%;
}
.textBox .txt .tit {
  font-size: 30px;
  color: #387ddf;
  font-weight: 700;
  line-height: 70px;
}
.mySwiper {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.swiper1 {
  margin: 20px 0;
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%); */
}
.swiper1 .swiper-slide {
  text-align: center;
  color: #002979;
  font-size: 16px;
  font-weight: 700;
}
.swiper1 .swiper-slide .img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.swiper1 .swiper-slide:nth-child(1) .img {
  background: #fff url(../images/swiper_01.png) no-repeat center center;
  background-size: 90%;
}
.swiper1 .swiper-slide:nth-child(2) .img {
  background: #fff url(../images/swiper_02.png) no-repeat center center;
  background-size: 90%;
}
.swiper1 .swiper-slide:nth-child(3) .img {
  background: #fff url(../images/swiper_03.png) no-repeat center center;
  background-size: 90%;
}
.swiper1 .swiper-slide:nth-child(4) .img {
  background: #fff url(../images/swiper_04.png) no-repeat center center;
  background-size: 90%;
}
.swiper1 .swiper-slide:nth-child(5) .img {
  background: #fff url(../images/swiper_05.png) no-repeat center center;
  background-size: 90%;
}
.swiper1 .swiper-slide:nth-child(1).swiper-slide-thumb-active .img {
  background: #1295ea url(../images/swiper_01_hover.png) no-repeat center center;
  background-size: 90%;
}
.swiper1 .swiper-slide:nth-child(2).swiper-slide-thumb-active .img {
  background: #1295ea url(../images/swiper_02_hover.png) no-repeat center center;
  background-size: 90%;
}
.swiper1 .swiper-slide:nth-child(3).swiper-slide-thumb-active .img {
  background: #1295ea url(../images/swiper_03_hover.png) no-repeat center center;
  background-size: 90%;
}
.swiper1 .swiper-slide:nth-child(4).swiper-slide-thumb-active .img {
  background: #1295ea url(../images/swiper_04_hover.png) no-repeat center center;
  background-size: 90%;
}
.swiper1 .swiper-slide:nth-child(5).swiper-slide-thumb-active .img {
  background: #1295ea url(../images/swiper_05_hover.png) no-repeat center center;
  background-size: 90%;
}
.swiper2 .swiper-slide {
  position: relative;
}
.swiper2 .swiper-slide .txt {
  width: 50%;
  word-wrap: break-word;
  word-break: normal;
  color: #002979;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  position: absolute;
  top: 20%;
  left: 10%;
}
.swiper2 .swiper-slide .txt p:first-child {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  background: linear-gradient(to top, #1d67ce, #0e9cf8);
  -webkit-background-clip: text; /*将设置的背景颜色限制在文字中*/
  -webkit-text-fill-color: transparent; /*给文字设置成透明*/
}
.border {
  border-top: 1px solid #ccc;
}

.swiper3 {
  width: 100%;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.swiperBoxzz {
  width: 100%;
  padding: 0 80px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.swiperBoxzz .swiper-slide {
  width: 33%; /*根据内容调整宽度*/
  padding: 0 75px;
  box-sizing: border-box;
  height: auto;
}
.swiperBoxzz .swiper-slide .images {
  width: 100%;
  height: 300px;
  display: table-cell;
  vertical-align: middle;
}
.swiperBoxzz .swiper-slide img {
  width: 100%;
  max-height: 300px;
}
.zzSwiperT {
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  color: #7a8ba6;
  width: 100%;
  /* display: -webkit-box; */
  z-index: 3;
  display: block;
  vertical-align: top;
}
.qie1 {
  z-index: 11;
  position: absolute;
  left: 0px;
  top: 30%;
  width: 40px;
  height: 40px;
  background-image: url('../images/qie1.png');
  background-repeat: no-repeat;
  background-size: 80%;
  cursor: pointer;
  /*border: 1px solid;*/
}

.qie2 {
  z-index: 11;
  position: absolute;
  right: 0;
  top: 30%;
  width: 40px;
  height: 40px;
  background-image: url('../images/qie2.png');
  background-repeat: no-repeat;
  background-size: 80%;
  cursor: pointer;
  /*border: 1px solid;*/
}

.footer {
  background: #34343e;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 40px 0 10px 0;
}
.footer img {
  width: 400px;
  margin: 0 auto;
  display: block;
}
.footer .text {
  width: 500px;
  padding: 10px 0;
  margin: 10px auto;
  font-size: 12px;
  border-top: 1px solid #727171;
}
.footer .text a {
  color: #fff;
  padding-left: 80px;
}
.banner .txtMiddle {
  width: 95%;
  font-size: 27px;
  position: absolute;
  color: #1569d5;
  font-weight: 700;
  bottom: 5%;
  left: 5%;
  text-align: center;
  line-height: 48px;
}
.txtList {
  width: 100%;
  background: url(../images/credit_03.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 60px 0;
}
.txtList ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex; /* Safari */
}
.txtList li {
  width: 20%;
  flex: 1;
  list-style: disc;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  left: 10px;
}
.txtList li:first-child {
  list-style: none;
}
.txtList li::marker {
  color: #327de4;
  font-size: 20px;
}
.txtList li span {
  font-size: 18px;
  background: #327de4;
  color: #fff;
  padding: 5px 30px;
  font-weight: 700;
  border-radius: 12px;
  margin-left: -20px;
}
.pcShow {
  display: block;
}
.mobileShow {
  display: none;
}
.reportList {
  width: 100%;
  margin-bottom: 80px;
}
.reportList ul {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex; /* Safari */
}
.reportList li {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  font-size: 24px;
  color: #0b63cd;
  font-weight: 700;
}
.reportList li .icon {
  background: #327de4;
  padding: 40px 0;
  margin-bottom: 10px;
}
.reportList li .icon img {
  width: 30%;
}
.reportList li p {
  padding: 5px 0;
  width: 100%;
}
.reportList li .txt {
  border-top: 1px solid #327de4;
  color: #327de4;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
}
.dialog {
  background: url(../images/dialog_bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  position: absolute;
  top: 90px;
  left: 60px;
  width: 960px;
  height: 720px;
  padding: 30px 100px;
  box-sizing: border-box;
  display: none;
  z-index: 89;
}
.close {
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  cursor: pointer;
}
.dialog .tit {
  width: 100%;
  padding-bottom: 20px;
  font-size: 36px;
  color: #3563bf;
  text-align: center;
  font-weight: 700;
}
.dialog_main {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1350px) {
  .topnav {
    width: 630px;
  }
  .topnav a {
    font-size: 16px;
  }
  .row-menu li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1080px) {
  li.mobileShow {
    display: inline-block;
  }
  li.pcShow {
    display: none;
  }
  .dialog {
    width: 90%;
    left: 5%;
    top: 80px;
    padding: 30px 20px;
  }
  .dialog .tit {
    font-size: 20px;
  }
  body {
    font-weight: 300;
    background: #fff;
  }

  .footer {
    font-size: 10px;
    padding: 30px 0;
  }
  .footer img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .footer .text {
    width: 90%;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .container {
    width: 100%;
    min-width: 0;
  }
  .header {
    height: 70px;
    min-width: 100%;
  }
  .menu {
    width: 100%;
    padding: 0 10px;
    padding-top: 20px;
  }
  .logo {
    width: 300px;
    padding: 0;
    vertical-align: middle;
  }
  .logo img {
    padding: 0 5px;
  }
  .header .mobileMenuBtn {
    display: block;
  }
  .topnav {
    width: 70%;
    padding-top: 10px;
    box-sizing: border-box;
    z-index: 99;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -70%;
    transition: all 1s;
    background-color: #0b86dc;
  }
  .topnav li {
    width: 100%;
    padding: 1px 10px;
    box-sizing: border-box;
    height: auto;
    /* float: left;
    display: inline-block; */
  }
  .topnav a.active {
    background: #49a5e5;
    border-radius: 4px;
  }
  .topnav li a {
    font-weight: 600;
    font-size: 15px;
    line-height: 40px;
    margin: 6px 0;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
  }
  /* #child.active {
    background: #49a5e5;
  } */
  .active .arrowhead {
    background: url(../images/arrow_02.png) no-repeat center right;
    background-size: 30px;
  }
  .child-menu li {
    padding: 0;
  }
  .child-menu li a {
    padding-left: 40px;
  }
  .main {
    padding: 0;
    padding-top: 70px;
  }
  .top {
    padding: 0;
  }
  .content {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .box:first-child {
    padding: 0;
    margin: 10px 0;
  }
  .box.text {
    padding: 0 5px;
  }
  .box .title {
    width: 100%;
    padding: 20px 0 0px 0;
    text-align: center;
    color: #0b63cd;
    font-size: 24px;
  }
  .line {
    border-bottom: 0;
  }
  .textBox {
    padding: 10px 15px;
  }
  .textBox .txt {
    padding-left: 3%;
    padding-top: 0;
    font-size: 12px;
  }

  .textBox .txt .tit {
    font-size: 19px;
    line-height: 40px;
  }
  .textBox.right .txt {
    padding-left: 3%;
    padding-right: 0;
  }
  .textBox.right .imgBox:first-child {
    display: table-cell;
  }
  .textBox.right .imgBox:last-child {
    display: none;
  }
  .box .title p {
    font-size: 13px;
    line-height: 40px;
  }
  .swiper1 {
    margin: 10px 0;
  }
  .swiper1 .swiper-slide .img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .swiper1 .swiper-slide {
    font-size: 14px;
    font-weight: 400;
  }
  .swiper2 .swiper-slide .txt {
    font-size: 12px;
    top: 20px;
    width: 62%;
    line-height: 16px;
    left: 5%;
  }
  .swiper2 .swiper-slide .txt p:first-child {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .border {
    border: 0;
  }
  .textBox:last-child {
    margin-bottom: 30px;
  }
  .qie2,
  .qie1 {
    display: none;
  }
  .swiper3 {
    padding: 20px 0;
  }
  .swiperBoxzz .swiper-slide {
    width: 70%; /*根据内容调整宽度*/
    padding: 0 20px;
  }
  .swiperBoxzz .swiper-slide .images {
    height: 200px;
  }
  .swiperBoxzz .swiper-slide img {
    max-height: 200px;
  }
  .banner .txt {
    font-size: 18px;
    top: 20%;
  }
  .banner .txtMiddle {
    width: 100%;
    font-size: 14px;
    bottom: 5%;
    left: 0;
    line-height: 20px;
  }
  .txtList {
    padding: 20px 0;
    background: none;
  }
  .txtList ul {
    width: 100%;
    display: block;
  }
  .txtList li {
    left: 0;
    width: 100%;
    padding: 10px 10%;
    list-style: none;
    box-sizing: border-box;
    text-align: center;
  }

  .txtList li span {
    font-size: 18px;
    background: #327de4;
    color: #fff;
    width: 80%;
    padding: 10px 0;
    font-weight: 700;
    border-radius: 6px;
    text-align: center;
    margin-left: 0;
    box-sizing: border-box;
    display: inline-block;
  }
  .pcShow {
    display: none;
  }
  .mobileShow {
    display: block;
  }
  .reportList {
    width: 100%;
    margin-bottom: 30px;
  }
  .reportList ul {
    padding: 20px;
    display: block;
  }
  .reportList li {
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
    font-size: 20px;
  }

  .reportList li p {
    padding: 5px 0;
    width: 100%;
  }
  .reportList li .txt {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
  }
}
