@charset "UTF-8";
@import '../webfont/font.css';
:root {
  --primary:#af090b;
  --primary-Pale:rgb(175, 9, 11, 0.4);
  --primary-white:#ffffff;
  --primary-text-attach: #898989;
  --primary-shadow:rgb(32, 98, 165, 0.1);
  --primary-shadow-attach:rgb(32, 98, 165, 0.2);
  --glossy-red:#af090b;
  --dark-color: rgb(0, 0, 0);
  --glossy-blue: rgb(0, 98, 168, 1);
  --light-blue: rgba(0, 98, 168, .5);
  --very-light-blue: rgba(0, 98, 168, .25);
  --planets-theme: var(--light-blue) var(--light-blue) var(--light-blue) var(--glossy-blue);
  --paths-theme: var(--very-light-blue) var(--glossy-blue);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Microsoft YaHei";
  font-size: 16px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

.scrollbarY::-webkit-scrollbar {
  width: 4px;
  height: 0;
}

::-webkit-scrollbar-track-piece {
  background-color: #D8D8D8;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #E3EEF7;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #E3EEF7;
  -webkit-border-radius: 6px;
}

html,
body {
  width: 100%;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pointer {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-none {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-center {
  justify-content: center;
}

.flex-row {
  flex-direction: row;
}

.justify-end {
  justify-content: end;
}

.direction-row {
  flex-direction: row;
}

.text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-all {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.bottom_but {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.gengduo_btn {
  display: block;
  width: 190px;
  height: 48px;
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 6px 6px 10px 0px rgba(200, 166, 118, 0.16);
  border-radius: 4px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  border: none;
  outline: none;
}

.gengduo_btn:hover {
  transition: all 0.1s ease;
  transform: scale(1.01);
}

.bg-color1 {
  background: #00307c; /* 针对不支持渐变的浏览器 */
  /*  Safari 5.1 到 6.0 */
  /*  Opera 11.6 到 12.0 */
  /*  Fx 3.6 到 15 */
  background: linear-gradient(to bottom right, #FDE5C0, rgba(248, 189, 125, 0.8), #0A3785, #00307C);
}

.drop-shadow {
  filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.2));
}

.hexagon {
  position: relative;
  width: 50px;
  height: 86.6px;
  margin: auto;
}

.hexagon:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.hexagon:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent red;
  top: 0;
}

.carousel-box-text {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 1200px;
  transform: translateX(-50%);
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.carousel-box-text h2 {
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 500;
  color: #fdddb0;
  letter-spacing: 1px;
}
.carousel-box-text p {
  width: 100%;
  padding-top: 30px;
  font-size: 14px;
  font-family: ARUDJingXiHeiPE1XG30;
  font-weight: normal;
  color: #f3f3f4;
  line-height: 20px;
  letter-spacing: 1px;
  line-height: 30px;
}

.carousel-box-text2 {
  position: absolute;
  top: 40%;
  left: 26%;
}
.carousel-box-text2 h2 {
  font-size: 36px;
  font-family: ARUDJingXiHeiPE1XG30;
  font-weight: normal;
  color: #0A3886;
  margin-bottom: 20px;
}
.carousel-box-text2 p {
  font-size: 13px;
  font-family: ARUDJingXiHeiPE1XG30;
  font-weight: normal;
  color: #0A3886;
  line-height: 28px;
}





.app-main-container {
  width: 100%;
  min-height: calc(100% - 60px - 197px);
  box-sizing: border-box;
  /* background-color: rgba(30, 112, 255, 0.1); */
  background: #F4F8FB url('../images/bg/contentbg.png') 0 bottom / 100% no-repeat;
  position: relative;
}

.breadcrumb {
  height: 62px;
  box-shadow: inset 0px 0px 20px 20px rgb(0 0 0 / 5%);
}
.breadcrumb .breadcrumb-box{
  width: 1200px;
  margin: auto;
  padding: 20px 0 10px 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.breadcrumb .breadcrumb-box-color span{
  color: #4A4A4A;
  font-size: 16px;
}
.service-container {
  width: 100%;
}
.service-container .rongzidanbao-box {
  position: relative;
}
.service-container .carousel-box-text {
  height: 100%;
}
.service-container .carousel-box-text h2 {
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 500;
  color: #fdddb0;
  letter-spacing: 1px;
}
.service-container .carousel-box-text p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.service-container .pro-bg-box {
  background: #ffffff;
}
.service-container .pro-bg-box2 {
  width: 100%;
  background: #f3f3f3;
  height: 558px;
}
.service-container .pro-bg-box2 .reportTypes-box {
  position: absolute;
  bottom: 18px;
  right: 0;
  font-size: 19px;
  font-family: ARVFJXHeiG30Wr;
  font-weight: normal;
  color: #fff;
}
.service-container .pro-bg-box2 .reportTypes-box .el-button {
  color: #fff;
  padding: 0 15px;
  font-size: 15px;
  font-family: ARVFJXHeiG30Wr;
  font-weight: normal;
  color: #ffffff;
}
.service-container .pro-bg-box3 {
  background: #8ab8dd;
  height: 600px;
}


.pageBoxBg{
  background-size: 100% 100%;
}

/* 轮播swiper */
.carouse {
  width: 100%;
  position: relative;
}
.carouse .swiper {
  width: 100%;
  height: 100%;
}
.carouse .swiper-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CenterBox */
.center-box{
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

/* titleBox */
.title-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  line-height: 60px;
  box-sizing: border-box;
}
.title-box .title-box-left {
  height: 100%;
  display: flex;
  align-items: center;
}
.title-box .title-box-left .input-box {
  margin-left: 60px;
}
.title-box .title-box-left .left-icon {
  width: 6px;
  height: 20px;
  border-radius: 5px;
}
.title-box .title-box-left .box-left-content {
  display: flex;
  height: 100%;
  align-items: baseline;
}
.title-box .title-box-left .box-left-content .box-title {
  display: flex;
  flex-direction: column;
}
.title-box .title-box-left .box-left-content .box-title h3 {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #163F7B;
  height: 54px;
}
.title-box .title-box-left .box-left-content .box-title .line {
  width: 40px;
  height: 8px;
  border-radius: 4px;
}
.title-box .title-box-left .box-left-content .box-left-text {
  color: #9B9B9B;
  font-size: 16px;
  margin-left: 10px;
}
.title-box .title-box-right {
  display: flex;
  justify-content: flex-end;
}
.title-box .title-box-right .rightbut-box {
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 6px;
  transition: all 0.6s;
  font-size: 14px;
  white-space: nowrap;
}
.title-box .title-box-right .rightbut-box:hover {
  transform: scale(0.97);
}
.title-box .title-box-right .title-box-right-text {
  display: flex;
  align-items: center;
}
.title-box .title-box-right .title-box-right-text .left-icon {
  width: 6px;
  height: 20px;
  border-radius: 5px;
}
.title-box .title-box-right .title-box-right-text h3 {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.title-box .title-box-right .title-box-right-but {
  display: flex;
  align-items: center;
  font-size: 18px;
}

/* secTitle */
.secTitle-box {
  width: 100%;
}
.secTitle-box .box-title {
  display: flex;
  align-items: center;
}
.secTitle-box .box-title h3 {
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
}
.secTitle-box .box-title .line {
  width: 6px;
  height: 20px;
  background: #2062A5;
  border-radius: 2px;
}

/* pagination */
.pagination-container {
  display: flex;
  justify-content: flex-end;
}
.pagination-container ::v-deep(.--el-pagination-bg-color) {
  background: transparent;
}

.el-pagination button:disabled, .el-pagination .btn-prev, .el-pagination .btn-next {
  background-color: initial;
}
.el-pagination .el-pager li {
  background-color: initial;
}

.pagination-container.hidden {
  display: none;
}

/* shenqingchanpin */
.dialog-class3 .el-dialog__body {
  padding: 0;
}
.dialog-class3 .el-form-item {
  display: flex;
}
.dialog-class3 .el-form-item__content {
  flex: 1;
}

/* secTitle */
.secTitle-box {
  width: 100%;
  padding: 40px 0;
}
.secTitle-box .box-title {
  display: flex;
  align-items: center;
}
.secTitle-box .box-title h3 {
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
}
.secTitle-box .box-title .line {
  width: 6px;
  height: 20px;
  background: #2062A5;
  border-radius: 2px;
  margin-right: 9px;
}