body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0;padding:0;border: 0;}
ol,li,ul,dl,dt,dd{list-style:none;padding-inline-start: unset;}
table{border-collapse:collapse;border-spacing:0}
img {display: block;border: none;width: 100%;}
i {font: inherit;}
a {color: #333;text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); background-color:transparent;}

a:hover {text-decoration: none; outline: none;}

select::-ms-expand { display: none; }

a:active,a:hover{outline:0}
a:visited{color: #333333;}
a:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.clearfix::before,
.clearfix::after{
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;

}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input,select,option{vertical-align:middle;border-radius:0px;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;}

input[type="text"],input[type="button"],input[type="submit"],input[type="reset"]{-webkit-appearance: none;appearance: none;border-radius: 0;outline: none;}

.overflow {overflow:hidden; }
@media screen and (max-width: 1920px) {
  html {
	font-size: 100px !important;
        width:100%;
        min-width:1200px;
  }
}
@media screen and (min-width: 1921px) {
  html {
	font-size: 110px !important;
        width:100%;
        min-width:1200px;
  }
}
.box {
  width: 12rem;/*  width: 1200px; */
  margin: 0 auto;
}
.hide{
  display: none !important;
}
/* 要删除的部分 */
#header{
  height: 330px;
  width:100%;
  display: block;
}
#footer{
  height: 524px;
  width:100%;
  display: block;
}
/*单行文本超出省略*/
.text_overflow_one{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*超出多行隐藏*/
.text_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text_overflow_three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text_overflow_four {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* 两端对齐 多行排布 */
.flex_wrap_between{
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content:space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
/* 两端对齐 单行排布 */
.flex_between{
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content:space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
/* 两端对齐 单行排布 垂直方向不居中 */
.flex_start_between{
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content:space-between;
}
/* 横向排列，左对齐, 多行 */
.flex_start_wrap{
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
/* 水平居中 */
  .flex_center {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  /* 主轴垂直 水平居中 */
  .flex_col_center_middle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  /* 主轴水平 垂直居中 */
  .flex_center_middle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

/****************************** header 头部 ****************************/
.header-main{
  width: 100%;
  background-color: rgb(255, 255, 255);
}
.header-main .top{
  width: 100%;
  height: 0.4rem;
  background: rgb(248, 248, 248);
}
.header-main .topCont{
  height: 100%;
  font-size: 0.14rem;
  color: rgb(35, 35, 35);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-main .topCont .right span{
  cursor: pointer;
}
.header-main .topCont .right img {
  display: inline-block;
  width: auto;
  height: 0.2rem;
  position: relative;
  top: 0.03rem;
  margin-right: 0.08rem;
}
.header-main .topCont .right em.line{
  display: inline-block;
  width: 0.01rem;
  height: 0.14rem;
  background: rgb(205, 205, 205);
  position: relative;
  top: 0.02rem;
  margin: 0px 0.1rem;
}
.header-main .topCont .right .douYinCode,.header-main .topCont .right .wxPublic,.header-main .topCont .right .miniProgram{
  width: 1.4rem;
  height: 1.4rem;
  border: 0.1rem solid rgb(247, 247, 247);
  position: absolute;
  top:0.34rem;
  z-index: 99;
  display: none;
}
.header-main .topCont .right .douYinCode{right: 0.6rem;}
.header-main .topCont .right .wxPublic{right: 0.2rem;}
.header-main .topCont .right .miniProgram{right: 0rem;}
.header-main .topCont .right .douYin:hover .douYinCode,.header-main .topCont .right .wxPub:hover .wxPublic,.header-main .topCont .right .mnPro:hover .miniProgram{
  display: block;
}
.header-main .topImgs{
  padding: 0.2rem 0px;
}
.header-main .topImgs .logo{
  width: 2.72rem;
}
.header-main .topImgs .banner{
  width: 9.0rem;
  margin: 0px 0px 0px 0.20rem;
  border-radius: 0.1rem;
}
.header-main .topImgs .countDown{
  width: 2.7rem;
  height: 1.9rem;
  font-size: 0.16rem;
  color: rgb(35, 35, 35);
  text-align: center;
  background: url(../img/countDownBg.png) center center / cover no-repeat;
  padding-top: 0.2rem;
}
.header-main .nav-main{
  width: 100%;
  height: 0.6rem;
  background: rgb(28, 79, 156);
}
.header-main .nav-main .navCont{
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.header-main .nav-main .navCont ul{
  flex: 1 1 0%;
}
.header-main .navCont ul a.active {
  position: relative;
}
.header-main  .navCont ul a.last{
  margin: 0px;
}
.header-main .navCont ul a{
  font-size: 0.16rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin-right: 0.1rem;
  display: inline-block;
}
.header-main .nav-main .navCont ul a.active::after {
  content: "";
  display: block;
  width: 60%;
  height: 0.03rem;
  background: rgb(255, 255, 255);
  border-radius: 0.01rem;
  position: absolute;
  left: 50%;
  bottom: -0.08rem;
  transform: translateX(-50%);
}
.header-main .navCont .search {
  width: 2.2rem;
  height: 0.34rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 0.5rem;
  overflow: hidden;
  position: relative;
}
.header-main .navCont .search  form{ height:100%;width:100%;}
.nav-main .navCont .search input {
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  border: 0.01rem solid rgb(255, 255, 255);
  border-radius: 0.17rem;
  background: transparent;
  padding: 0px 0.4rem 0px 0.1rem;
  box-sizing: border-box;
}
.nav-main .navCont .search input::placeholder{
  color: rgb(255, 255, 255);
}
.nav-main .navCont .search .searchBtn {
  width: 0.4rem;
  height: 100%;
  background: rgb(255, 255, 255);
  border-radius: 0.16rem;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}
.nav-main .navCont .search .searchBtn button{
   border:0;width:100%;height:100%;
   border-radius: 0.16rem;
   position: absolute;
   top: 0;
   background: transparent;
}
.nav-main .navCont .search .searchBtn img{
  width: 0.18rem;
  height: 0.2rem;
  margin: 0.06rem auto;
}
/****************************** footer 尾部 ****************************/
.footer{
  width: 100%;
  height: 3.6rem;
  background: rgb(88, 88, 88);
  color: rgb(255, 254, 254);
  margin-top: 0.5rem;
}
.footer .part1 {
  font-size: 0.18rem;
  text-align: center;
  padding: 0.3rem 0px 0.4rem;
}
.footer .part1 a {
  color: rgb(255, 254, 254);
  padding: 0px 0.16rem;
}
.footer .part2 {
  font-size: 0.14rem;
}
.footer .part2 .left {
  line-height: 0.26rem;
}
.footer .part2 .left img {
  width: 1.3rem;
  margin-bottom: 0.14rem;
}
.footer .part2 .left .bei-an img {
  width: 0.2rem;
  margin: 0px 6px 0px 14px;
}
.footer .part2 .left .bei-an a {
  color: rgb(255, 254, 254);
}
.footer .part2 .right {
  width: 3.59rem;
  line-height: 0.24rem;
}
.footer .part2 .right .scanCode {
  text-align: center;
  padding-bottom: 0.2rem;
}
.footer .part2 .right .scanCode img {
  width: 0.88rem;
  height: 0.88rem;
  background: rgb(255, 255, 255);
  object-fit: contain;
  margin-bottom: 0.1rem;
}


/****************************** 链接 ******************************/
.linksMain{
  width: 12rem;
  height: auto;
  margin: 0px auto;
}
.outLinks{
  width: 100%;
  margin: 0px auto;
}
.outLinks .itms {
  height: 0.5rem;
  text-align: center;
  background: rgb(242, 242, 242);
  border-radius: 0.03rem;
  margin-right: 0.1rem;
  padding: 0px 0.24rem;
  position: relative;
}
.outLinks .itms p {
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: rgb(35, 35, 35);
  cursor: pointer;
} 
.itms img {
  display: inline-block;
  width: 0.12rem;
}
.outLinks .itms ul {
  width: 8rem;
  max-height: 3rem;
  background: rgb(255, 255, 255);
  box-shadow: rgba(224, 211, 194, 0.75) 0px 0px 0.06rem 0px;
  border-radius: 0.03rem;
  padding: 0.1rem 0px;
  position: absolute;
  top: 0.5rem;
  left: 0px;
  display: none;
}
.outLinks .itms ul li {
  width: auto;
  font-size: 0.14rem;
  line-height: 0.36rem;
  padding: 0px 0.2rem;
}
.outLinks .itms ul li a {
  color: rgb(88, 88, 88);
}
.outLinks .itms ul li:hover a {
  color: rgb(28, 79, 156);
}
.outLinks .itms:hover ul {
  display: flex;
}