@charset "utf-8";
*{box-sizing: border-box;}
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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
address,cite,dfn,em,var{font-style:normal}
small{font-size:12px}
ul,ol{list-style:none}
fieldset,img{border:0}
button,input,select,textarea{font-size:100%; outline:none}
h1, h2, h3, h4, h5, h6,code{font-size: 100%;font-variant: normal;}
h5, h6,code{ font-size: 12px;}
ul, li{list-style: none}
body{
  display:none;
  background-color:#fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x:hidden;
  overflow-y:auto;
  font-size: 14px;
  line-height: 1.5em;
  color: #51587B;
  font-family: 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}
a, a:hover, a:active, a:visited, a:link, a:focus {outline: none;background: none;text-decoration: none;color: inherit;}

table, th, td {
  border: 1px solid black;
}

.clear{margin:0px auto; clear:both; height:0px; font-size:0px; overflow:hidden;}
.clean:after,.clean:before{content:''; display:table;}
.clean:after{clear:both;}

.clearfix:after{content:''; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
.d_flex{display: flex;}
.flex_wrap{flex-wrap: wrap;}
.justify_between{justify-content: space-between;}
.justify_evenly{justify-content: space-evenly;}
.position_relative {position: relative;}
.absolute-l0-t0 {position: absolute;left: 0;bottom: 0;width: 100%;}
.absolute-l0-b0 {position: absolute;left: 0;bottom: 0;width: 100%;}
.f_l{float:left}
.f_r{float:right}
.o-h{overflow: hidden;}
.w-1200{width: 1200px;}
.m-auto{margin: auto;}
.m_t-10{margin-top:10px}
.m_t-20{margin-top:20px}
.m_t-50{margin-top:50px}
.m_b-20{margin-bottom: 20px;}
.m_b-30{margin-bottom: 30px;}
.m_l-20{margin-left: 20px;}
.m_b-50{margin-bottom: 50px;}
.m_r-5{margin-right:5px}
.p_t-60{padding-top:60px}
.p_t-20{padding-top:20px}
.p_t-50{padding-top:50px}
.p_b-10{padding-bottom: 10px;}
.p_b-20{padding-bottom: 20px;}
.txt-center{text-align: center;}
.t-180 {transform:rotate(180deg);}
.fontWeight {font-weight: bold;}
.triangle {
  display: inline-block;
  width:0;
  height:0;
  border-width:5px;
  border-style: dashed dashed solid dashed;
  border-color:  transparent transparent #fff transparent;
  transition: transform 0.2s;
}

.tab {
  text-indent: 2em;;
}
footer {
  width: 100%;
  height: 72px;
  line-height: 72px;
  background-color: #1f2229;
  text-align: center;
  color: #fff;
}
.foot {
  width: 100%;
  padding: 40px 0;
  color: #fff;
  background-color:#283046;
}
.foot a {
  color: #fff;
  font-size: 14px;
}
.foot img {
  vertical-align: top;
}
.foot p, .foot li {
  padding-top: 15px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.foot li li  {
  text-align: left;
  padding-top: 5px;
  text-indent: 1.5em;
}
.foot li li a{
  font-size: 12px;
  opacity: 0.7;
}
.foot .sub-links {
  padding-top: 0;
}
.line{
    width:1px;
    background:linear-gradient(244deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
}
.links {
  margin: 0 40px;
}
.opacity-7 {
  opacity: 0.7;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: #1f2229;
  color: #fff;
  z-index: 5;
}
.head_con {
  position: relative;
  width: 1200px;
  height: 72px;
  margin: 0px auto;
  display: flex;
}
.head_con .logo {
  display: block;
  height: 40px;
  width: 127px;
  position: absolute;
  left: 0px;
  top: 16px;
}
.head_con .logo p {
  height: 40px;
  width: 127px;
  background: url(/static/img/common/logo.webp) no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background-size: 100% 100%;
}
.menu_list {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 72px;
  cursor: pointer;
}
.menu_list .menu_item {
  display: inline-block;
  height: 72px;
  position: relative;
}
.menu_list .menu_item .txt{
  position: relative;
  display: block;
  height: 72px;
  line-height: 72px;
  font-size: 18px;
  color: #fff;
}
.menu_list .menu_item .txt::after {
  display: block;
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0px;
  background: #fff;
  opacity: 0;
  transition: transform 0.2s ease-out,opacity 0.2s ease-out;
  -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out;
  transform-origin: 50% 0%;
  transform: scale(0.01,1);
}
.menu_list .item-active .txt:after{ transform:scale(0.3,1); opacity: 1;}
.menu_list .menu_item:hover .txt:after{ transform:scale(1,1); opacity: 1;}
.sub_list {
  display: none;
  position: absolute;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  text-align: center;
  z-index: 2;
}
#case {
  width: 200px;
  text-align: left;
}
.sub_list li a {
  display: block;
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  padding: 10px 15px;
}
.sub_list li a:hover {
  opacity: 1;
}
.sub_list li li a {
  font-size: 12px;
  padding: 5px 0 5px 20px;
}
.submenu_show .bg_hover { 
  width: 100%; 
  height: 260px; 
  background:#1f2229; 
  z-index: 1; 
  position: absolute; 
  top: 72px; 
  left: 0; 
}
.submenu_hide,.sublist_hide{ pointer-events:none;}
.submenu_show .sub_list {
  display: block;
}

.banner {
  width: 100%;
  height: 705px;
  margin-top: 72px;
  overflow: hidden;
  background-size: auto 705px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.backdrop {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 75px 0;
}
.sub-title {
  text-align: center;
  margin: 20px auto 40px auto;
  font-size: 16px;
  line-height: 32px;
}
.more {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 270px;
  color: #fff;
  text-align: center;
  background-image: url(/static/img/datamanage/more.webp);
}
.more-text {
  font-size: 26px;
}
.more-btn {
  margin-top: 40px;
  padding: 10px 15px 10px 30px;
  color: #2556C8;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
}
.more-btn img {
  margin-left: 10px;
  vertical-align: middle;
}
.text-shadow {
  width: max-content;
  line-height: 60px;
  text-shadow: 15px 15px 20px rgba(255,255,255,0.7);
  background: linear-gradient(to right,#00defa,#fff, #00defa) 0 0 no-repeat;
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
}
.field {
  position: relative;
  border: 1px solid #8E9CB9;
  border-radius: 3px;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.field input {
  border: none;
  outline: none;
  background: none;
  width: 100%;
  line-height: 30px;
}
.field textarea {
  width: 100%;
  border: none;
  outline: none;
  background: none;
  resize: none;
  font-family: 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}
.field select {
  width: 100%;
  border: none;
  outline: none;
  background: none;
  padding: 10px 0;
  cursor: pointer;
}
#apply {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}
.apply-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
.apply {
  position: relative;
  width: 450px;
  background: #fff;
  padding: 15px 30px;
  border-radius: 5px;
}
.apply-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}
.apply .field {
  margin-bottom: 15px;
}
.apply .field input {
  line-height: 24px;
}
.apply a {
  text-decoration: underline;
}
.apply button {
  border: none;
  outline: none;
  color: #fff;
  background: #2556C8;
  border-radius: 3px;
  cursor: pointer;
}
.apply .submit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 15px;
}
.code {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 36px;
  line-height: 36px;
}
#applyError {
  color: #ff0000;
}
/* #cookieBox {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f7faff;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
#cookieBox a {
  text-decoration: underline;
}
.cookie-btn {
  border: none;
  outline: none;
  color: #fff;
  background: #2556C8;
  padding: 5px 20px;
  margin-left: 20px;
  cursor: pointer;
} */
.loading {
  opacity: 0.7;
}
.loading::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 3px white solid;
  border-right-color: #0c80fe;
  border-radius: 100%;
  animation: loading1 1s infinite linear;
}
@keyframes loading1{
  from{transform: rotate(0deg)}to{transform: rotate(360deg)}
}
#tip {
  position: fixed;
  display: none;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px 50px;
  border-radius: 3px;
  z-index: 9;
}
.source-wrap{
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 12px;
  color: #51587B;
  font-weight: normal;
}
.flex-space-between{
  display: flex;
  justify-content: space-between;
}
.news-loading{
  width: 100%;
  text-align: center;
  display: none;
}
.source,
.sourceUrl{
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sourceUrl{
  text-align: left;
}
.introduction{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
  word-break: break-all;
}
