/* 重置样式 */
html,
body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
  font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", "PingFang SC",
    "Hiragino Sans GB", "Noto Sans CJK SC", "Noto Sans CJK", "Source Han Sans",
    "WenQuanYi Micro Hei", sans-serif;
  cursor: pointer;
}
ul,
ol,
li {
  list-style: none;
}
b,
strong {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: black;
}
i,
em {
  font-style: normal;
}
input,
fieldset {
  outline: none;
  border: 0;
}
s {
  text-decoration: none;
}
/* 头部轮播*/

.headerWrap {
  width: 1200px;
  margin: 20px auto 5px;
  cursor: pointer;
}

.headerWrap .hd_swiper {
  width: 1200px;
  height: 85px;
}

.headerWrap .hd_swiper img {
  width: 100%;
  height: 100%;
}
/*  头部快捷方式 */

.headerWrap .sc_wrap {
/*  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 148px;
  margin: 12px 0 0;*/
}
.headerWrap .industryBox .industry{
    margin: 5px auto;
}
.headerWrap .sc_wrap .shortcuts {
  width: 1200px;
  /*height: 135px;*/
  box-sizing: border-box;
}

.headerWrap .industryBox,
.headerWrap .areaBox {
  /*display: flex;
  justify-content: space-between;
  margin-bottom: 1px;*/
}

.headerWrap .sc_wrap .shortcuts .separator {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 0.5px dashed #c3bebe;
}

.headerWrap .sc_wrap .shortcuts p {
  font-size: 13px;
  display: inline;
}
.headerWrap .sc_wrap .shortcuts .industry p:hover,
.headerWrap .sc_wrap .shortcuts .area p:hover {
  color: #3363ff;
  text-decoration: underline;
}

.headerWrap .sc_wrap .shortcuts .blod {
  color: #000000;
  margin-right: 3px;
  font-weight: 600;
}

.headerWrap .sc_wrap .shortcuts .nor {
  color: #808080;
  margin-left: 2.5px;
}

.headerWrap .sc_wrap .report {
  width: 75px;
  height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.headerWrap .sc_wrap .report .report_item {
  width: 75px;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerWrap .sc_wrap .report .report_item p {
  margin: 0;
  margin-right: 4px;
}

.headerWrap .sc_wrap .report .report_item img {
  height: 9px;
}

.headerWrap .sc_wrap .report .day {
  color: #1f62ff;
  background: linear-gradient(to bottom, #f2f5ff, #d3deff);
}

.headerWrap .sc_wrap .report .month {
  color: #1086e0;
  background: linear-gradient(to bottom, #ecf6ff, #bbe0fc);
}

.headerWrap .sc_wrap .report .year {
  color: #ff481f;
  background: linear-gradient(to bottom, #fff8f2, #ffc9c9);
}

.headerWrap .sc_wrap .report .day:hover {
  background: linear-gradient(to bottom, #ebeffc, #a8bcf8);
}

.headerWrap .sc_wrap .report .month:hover {
  background: linear-gradient(to bottom, #e0eefc, #99d2fa);
}

.headerWrap .sc_wrap .report .year:hover {
  background: linear-gradient(to bottom, #fdf0e4, #f78484);
}

.navWrap {
  width: 100%;
  background: #3363ff;
  height: 68px;
  cursor: pointer;
}

.navWrap .navgation {
  width: 1200px;
  margin: 0 auto;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #3363ff;
}

.navWrap .navgation .logo {
  width: 145px;
  height: 40px;
}

.navWrap .navgation .nav {
  width: 592px;
  height: 68px;
  display: flex;
  align-items: center;
  margin-left: 24px;
}
.navWrap .navgation .nav a {
  height: 68px;
  line-height: 68px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  padding: 0 17px;
  transition: all 0.5s ease-out 0s;
}

.navWrap .navgation .nav a:hover {
  background: #2552e7;
}

.navWrap .navgation .nav .yellow {
  color: #ffeb3b;
  font-weight: 700;
}

.navWrap .navgation .nav .active {
  background: #204ad4;
}

.navWrap .navgation .phone {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  height: 18px;
}

.navWrap .navgation .phone img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.navWrap .navgation .ld {
  font-size: 15px;
  color: #fff;
}
.navWrap .navgation a {
  font-size: 15px;
  color: #fff;
}
/* 退出按钮样式 */
.navWrap .navgation .ld .logout-btn {
  /* 保持行内元素，不破坏原有布局 */
  display: inline-block;
  /* 调整间距（根据需求设置） */
  margin-left: 10px;
  /* 样式与原布局一致 */
  font-size: 15px;
  color:#fff;
  text-decoration: underline; /* 增加交互提示 */
  cursor: pointer; /* 显示手型指针 */
  /* 可选：添加悬停效果 */
  transition: color 0.3s ease;
}
.navWrap .navgation .ld .shu {
  display: inline-block;
  margin: 0 6px;
}

.navWrap .navgation .search {
  width: 170px;
  height: 29px;
  position: relative;
}
.navWrap .navgation .search .inp {
  width: 100%;
  height: 29px;
  line-height: 29px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  outline: none;
  color: #fff;
  box-sizing: border-box;
  padding: 0 25px 0 10px;
  font-size: 14px;
}

.navWrap .navgation .search img {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}

.navWrap .navgation .search ul {
  position: absolute;
  left: 10px;
  top: 30px;
  list-style: none;
  width: 120px;
  padding: 0 10px;
  z-index: 50;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0px rgb(202, 197, 197);
  border-radius: 5px;
}

.navWrap .navgation .search ul li {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #918b8b;;
  height: 30px;
  line-height: 30px;
}

/* 底部 */

.footer {
  cursor: pointer;
}

.toRegister {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 270px;
  background: url(../images/f_banner.png) no-repeat;
  background-size: 100% 270px;
  color: #fff;
}

.toRegister:hover .to {
  transform: scale(1.2);
}

.toRegister h3 {
  font-size: 36px;
  font-weight: 400;
  margin: 45px 0 20px;
}

.toRegister p {
  font-size: 20px;
  margin: 0 0 48px 0;
}

.toRegister .to {
  line-height: 50px;
  font-size: 20px;
  width: 170px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid rgb(255, 255, 255);
  text-align: center;
  transition: 0.5s;
}

.brief_wrap {
  width: 100%;
  height: 305px;
  background: #1d2233;
}

.brief_wrap .brief {
  width: 1200px;
  height: 250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #323746;
}

.brief_wrap .brief h3 {
  font-size: 16px;
  color: #fff;
  margin: 16px 0;
}

.brief_wrap .brief .logo {
  width: 183px;
  height: 50px;
}

.brief_wrap .brief ul {
  width: 183px;
  height: 148px;
  padding: 0;
  margin: 0;
}

.brief_wrap .brief ul li {
  width: 56px;
  height: 17px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 12px;
  color: #d9dadf;
}

.brief_wrap .brief ul li:nth-child(even) {
  width: 100px;
}

.brief_wrap .brief ul li:hover {
  color: #8e919b;
}

.brief_wrap .brief .address {
  height: 148px;
  font-size: 12px;
  color: #d9dadf;
}

.brief_wrap .brief .address h3 {
  margin-bottom: 25px;
}


.brief_wrap .brief .address .name {
  margin: 3px 0 3px;
}

.brief_wrap .brief .address p:hover {
  color: #8e919b;
}

.brief_wrap .brief .phone {
  width: 204px;
}

.brief_wrap .brief .phone p {
  color: #d9dadf;
  font-size: 14px;
  margin: 0;
}

.brief_wrap .brief .phone span {
  font-size: 28px;
  color: #fff;
}

.brief_wrap .brief .ercode {
  width: 105px;
  height: 127px;
  font-size: 12px;
  color: #d9dadf;
}

.brief_wrap .brief .ercode img {
  width: 105px;
  height: 105px;
}

.brief_wrap .brief .ercode p {
  width: 105px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  margin: 0;
}

.brief_wrap .brief .ercode p:hover {
  color: #8e919b;
}

.brief_wrap .company {
  width: fit-content;
  margin: 0 auto;
  height: 54px;
  line-height: 54px;
  color: #d9dadf;
  text-align: center;
  font-size: 12px;
}

.brief_wrap .company a{
  color: #d9dadf;
}

.brief_wrap .company a:hover {
  color: #929396;
}




/* 数据轮播 */
.dataWrap{
  cursor: default;
  height: 105px;
  height: 194px;
  background: linear-gradient(180deg, #EBF4FF 0%, #FFFFFF 100%), #CCCCCC;
}
.dataWrap .dataBox{
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.dataWrap .dataBox .swiper{
  width: 165px;
  height: 120px;
}
.dataWrap .dataBox .swiper .swiper-slide {
  display: flex;
  align-items: center;
}

.dataWrap .s_item{
  width: 159px;
  height: 64px;
  background: #fefeff;
  border-radius: 4px;
  box-shadow: 0px 2px 12px 2px #e7ebf7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #fdfeff;
  border-left: 1px solid #fdfeff;
  border-right: 1px solid #fdfeff;
  padding-left: 20px;
  box-sizing: border-box;
}

.dataWrap .s_item .namebox{
  color: #737373;
  font-size: 12px;
  height: 17px;
}

.dataWrap .s_item .namebox img{
  width: 9px;
  height: 6px;
}

.dataWrap .s_item .numbox{
  width: 122px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  height: 22px;
  justify-content: space-between;
}
.dataWrap .s_item .numbox .goj{
  font-style: normal;
  color: #A6A6A6;
}

.dataWrap .s_item .numbox p{
  font-size: 13px;
  font-weight: 700;
}

.dataWrap .s_item .numbox span{
  font-size: 12px;
  font-weight: 400;
}
.dataWrap .cent{
  align-items: center;
  padding-left: 0;
}
.dataWrap .cent .numbox{
  width: 108px;
}
.dataWrap .cent span{
  font-style: normal;
  font-size: 13px !important;
  font-weight: 700 !important;
}
.dataWrap .s_item .ping{
  color: #1F62FF;
}
.dataWrap .s_item .up{
  color: #FC1C1C;
}
.dataWrap .s_item .down{
  color: #14991D;
}


/* 提示 弹窗 */
.tips_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(139, 138, 138, 0.5);
  z-index: 1000;
  display: none;
}
.show_tips_box{
  display: block;
}
.tips_box .tips {
  width: 350px;
  height: 365px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.tips_box .tips h3 {
  height: 134px;

  box-sizing: border-box;
  background: linear-gradient(
    255deg,
    rgb(179 195 247) 0%,
    rgb(17, 68, 236) 100%
  );
  margin: 0;
  border-radius: 24px 24px 0 0;
  font-weight: 400;
  color: #fff;
}

.tips_box .tips h3 p {
  margin: 0;
  font-size: 26px;

  padding-left: 53px;
  line-height: 93px;
  display: block;
  height: 135px;
  background: url(../images/tip_bg.png) no-repeat center bottom;
  background-size: 100% 80px;
}

.tips_box .tips h3 img {
  width: 100%;
  height: 70px;
}
.tips_box .tips .bot {
  height: 218px;
  background: #fff;
  border-radius: 0 0 24px 24px;
  box-sizing: border-box;
}
.tips_box .tips .bot p {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  padding: 14px 37px 0;
}
.tips_box .tips .bot span {
  color: #3363ff;
}
.tips_box .tips .bot .btn {
  margin-top: 33px;
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}
.tips_box .tips .bot button {
  width: 143px;
  height: 56px;
  line-height: 50px;
  text-align: center;
  border-radius: 12px;
  background: #eff1f3;
  font-size: 17px;
  border: none;
  color: #606976;
}
.tips_box .tips .bot .act {
  background-color: #698cff;
  color: #fff;
}
