*{
  outline:0 none !important; blr:expression(this.onFocus=this.blur());
}

a{
  text-decoration: none;
}

html.act{overflow: hidden;height: 100vh;}
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*{ margin:0; padding:0;outline: none;list-style: none;}
.ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body {
  position: relative; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin:0 auto;overflow-x:hidden;position: relative;padding: 0 ;color: #1f1f1f;
  font-family: "siyuanheiti";
  font-size:14px;  line-height:1;background: #ECF2FE;;
}
.w1440{
  width: 1440px;
  margin: 0 auto;
}



.header {
  height: 162px;
  /* width: 100%; */
  /* background-image: linear-gradient(to left, #00C2FF, #006CFF); */
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(to left, #00C2FF, #006CFF);
  min-width: 1440px;
  max-width: 100%;
}

.header_top {
  flex: 1;
  background: url(/public/static/images/header_bg.png) no-repeat center top;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
}

.logo .txt {
  margin-left: 10px;
}

.logo .txt h1,
.logo .txt h2 {
  color: #ffffff;
}

.logo .txt h1 {
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 4px;
  letter-spacing: 0.25em;
}

.logo .txt h2 {
  font-size: 13px;
  font-weight: normal;
}

.header_nav {
  height: 56px;
  background-color: rgba(255, 255, 255, 0.17);
  width: 100%;
}

.nav_first {
  display: flex;
  justify-content: space-between;
}

.header_nav .f_li {
  float: left;
  line-height: 56px;
  font-size: 17px;
  width: calc(100% / 10);
}

.header_nav .f_li a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}

.header_nav .f_li ul {
  display: none;
  line-height: 40px;
  font-size: 14px;
  background-color: #fff;
  border-top: 0px;
  position: relative;
  z-index: 2;
}

.header_nav .f_li ul a {
  color: #000000;
  display: block;
  text-align: center;
  font-size: 15px;
}

.header_nav .f_li ul a:hover {
  background-color: #006fff;
  color: #ffffff;
}

.header_nav .f_li:hover ul {
  display: block;
}

.header_fr,
.header_fr a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.header_fr .ety {
  margin-bottom: 10px;
  text-align: right;
}

.header_fr .search {
  background-color: #ffffff;
  padding: 3px;
  border-radius: 3px;
  padding-left: 10px;
}

.header_fr .search input {
  height: 26px;
  padding: 2px 4px;
  border: 0px;
  color: rgba(0, 0, 0, 0.4);
}

.header_fr .search button {
  height: 26px;
  width: 85px;
  border-radius: 3px;
  background-color: #175DFF;
  color: #fff;
  cursor: pointer;
  border: 0px;
}


.footer{
  /* height: 426px; */
  background: linear-gradient( 288deg, #00C2FF 0%, #006CFF 100%);
  min-width: 1440px;
  max-width: 100%;
}

.f_bottom_t{
  padding: 38px 0;
}
.f_bottom_t{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f_bottom_b{
  border-top: 1px solid rgba(211, 217, 226, 0.21);
  padding: 28px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

.f_bottom_b a,.f_bottom_b{
  color: #fff;
  text-decoration: none;
}

.f_bottom_t dl dd{
  width: 50%;
  float: left;
  font-size: 15px;
}

.f_bottom_t dl dt{
  font-size: 16px;
  margin-bottom: 20px;
}

.f_bottom_t dl dd a,.f_bottom_t dl dt{
  color: #ffffff;
  text-decoration: none;
}

.f_bottom_t dl dd{
  line-height: 1.6;
}


.footer_code p{
  margin-bottom: 20px;
}

.footer_code .tle{
  font-size: 16px;color: #ffffff;
}

.footer_code_r{
  display: flex;
  align-items: center;
}

.footer_code_a{
  margin-left: 10px;
  width: 160px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border:1px solid #fff;
}

.footer_code_a:hover{
  background-color: #fff;
  color: #000000;
}


/* 分页 */
.pagenation{
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.pagenation a{
  display: inline-block;
  text-decoration: none;
}

.pagenation .pageOptions{
  width: 41px;
  height: 41px;
  line-height: 41px;
  margin:0 10px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
}

.pagenation .pageOptions:hover,.pagenation .pageOptions.active_bg{
  background: #0063EE;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #0063EE;
}

.pagenation .pageNext,.pagenation .pagePrev {
  line-height: 41px;
}


.g_web{
  min-width: 1440px;
  width: 100%;
  margin: 0 auto;
}