* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-all;
}
.xcConfirm * {
  box-sizing: content-box;
}
ul,li,ol {
  list-style: none;
}
table tr td, table{
  border-collapse: collapse;
}
body {
  font-size: 0;
  margin: 0 auto;
  min-width: 1400px;
  font-family: MicrosoftYaHei;
  color: #333333;
  /*min-height: 100vh;*/
  max-width: 1920px;
}
#ariaTipText{
  display: none;
}
.disNo{
  display: none;
}
.ml0{
  margin-left: 0;
}
a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}
a img {
  border: none;
}
a.hover-blue:hover,
.hover-blue a:hover {
  color: #0f2869;
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.flex-1{
  flex: 1;
}
.flex-center{
  display: flex;
  justify-content: center;
}
.flex-btw{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-col-center{
  display: flex;
  align-items: center;
}
.flex-col-bt{
  display: flex;
  align-items: flex-end;
}
input,
textarea {
  outline: none;
  background: 0 0;
}
input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
  color: #333333;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #333 !important;
}
input::placeholder {
  color: #666666;
}
input::-webkit-input-placeholder{ /*WebKit browsers*/
  color: #666666;
}
input::-moz-input-placeholder{ /*Mozilla Firefox*/
  color: #666666;
}
input::-ms-input-placeholder{ /*Internet Explorer*/
  color: #666666;
}
input.place-999::placeholder{
  color: #999999;
}
input.place-999::-webkit-input-placeholder{ /*WebKit browsers*/
  color: #999999;
}
input.place-999::-moz-input-placeholder{ /*Mozilla Firefox*/
  color: #999999;
}
input.place-999::-ms-input-placeholder{ /*Internet Explorer*/
  color: #999999;
}
.w1400{
  width: 1400px;
  margin: 0 auto;
}
.pos-rel{
  position: relative;
}
/*单行省略*/
.e1 {
  overflow: hidden; /*超出的部分隐藏起来。*/
  white-space: nowrap; /*不显示的地方用省略号...代替*/
  text-overflow: ellipsis; /* 支持 IE */
}
/*多行省略*/
.e2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.e3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.icon{
  vertical-align: middle;
  margin-top: -2px;
}
.dis-block{
  display: block;
}
.text-center{
  text-align: center;
}
.text-lf{
  text-align: left;
}
.text-rt{
  text-align: right;
}
/*头部样式 start*/
.header{
  height: 170px;
  font-size: 0;
  background: url(2024topbg.png) bottom center no-repeat;
}
.header-top{
  padding: 16px 0;
}
.header-top a,.header-top span{
  color: #000000;
  font-size: 14px;
}
.header-top .line{
  margin: 0 17px;
}
.header-top .rt a,.header-top .rt span{
  margin-left: 12px;
}
/*.header-top .rt .ghb{
  margin-right: 30px;
}*/
.header-con{
  margin-top: 8px;
}
.header-search-box{
  width: 700px;
  margin-top: 12px;
}
.header-search{
  width: 100%;
  height: 53px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px rgba(70, 122, 192, 0.98);
  margin: auto;
  display: flex;
}
.header-search-input{
  height: 51px;
  width: 580px;
  font-size: 18px;
  padding: 0 20px 0 0;
  margin-left: 20px;
}
.header-search-btn{
  width: 120px;
  height: 53px;
  line-height: 53px;
  background-color: #cb0000;
  border-radius: 0 10px 10px 0;
  position: relative;
  margin-top: -1px;
  margin-right: -1px;
  font-size: 24px;
  margin-bottom: -1px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.header-hot-search{
  display: none;
  line-height: 34px;
  margin-top: 10px;
  padding-left: 21px;
  /*background-color: rgba(7, 7, 7, 0.51);*/
  background: url("./sy_search_hot_bg.png") left top no-repeat;
  /*background-color: rgba(255, 255, 255, 0.5);*/
}
.header-hot-search .label{
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 20px;
}
.header-hot-search a{
  font-size: 16px;
  color: #ffffff;
}
.header-hot-search a:not(:last-of-type){
  margin-right: 40px;
}
.header-navs{
  height: 72px;
  background: #2478CF;
}
.header-nav{
  color: #ffffff;
  font-size: 24px;
  width: 230px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  line-height: 72px;
}
.header-nav.cur,.header-nav:hover{
  font-size: 26px;
  font-weight: bold;
  position: relative;
  background: #2F4C87;
}
.header-nav.cur:after,.header-nav:hover:after{
  content: "";
  width: 100%;
  height: 7px;
  background-color: #cb0000;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*头部样式 end*/
/*底部样式 start*/
.footer{
  background-color: #0f2869;
  border-top: 3px solid #467ac0;
  padding-top: 25px;
  padding-bottom: 40px;
  font-size: 0;
}
.drop-groups{
  position: relative;
}
.drop-down{
  width: 178px;
  float: left;
  margin-right: 127px;
}
.drop-groups .drop-down:last-child{
  margin-right: 0;
}
.drop-down .tag{
  font-size: 16px;
  color: #666666;
  padding: 0 22px 0 12px;
  background: url(2024f-ic1.png) 158px center no-repeat #F7F7F7;
  cursor: pointer;
  transition: all .3s;
  border: 1px solid #0f2869;
  line-height: 36px;
}
.drop-lists {
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 38px;
  left: 0;
  display: none;
  z-index: 99;
  border: 1px solid #0662b1;
}
.drop-lists li {
  width: 14.28%;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  height: 36px;
}
.drop-lists li a {
  display: inline-block;
  font-size: 14px;
  padding: 0 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.drop-lists li a:hover{
  font-weight: bold;
}
.f-link{
  margin-top: 26px;
}
.f-link a,.f-link span{
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  vertical-align: middle;
}
.f-link a{
  letter-spacing: 1px;
}
.f-link span{
  margin: 0 24px;
}
.f-text{
  line-height: 36px;
  margin-top: 8px;
}
.f-text span,.f-text a{
  display: inline-block;
  margin-right: 28px;
  color: #fff;
  font-size: 16px;
}
.f-img{
  margin-top: 48px;
}
.f-img a{
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}
/*底部样式 end*/
/*当前位置*/
.local{
  background: #F5F5F5;
  padding: 18px 0;
  line-height: 26px;
  position: relative;
}
.local>div{
  padding: 0 8px;
}
.local img{
  vertical-align: middle;
  margin-right: 16px;
}
.local span,.local a{
  display: inline;
  font-size: 16px;
  color: #333333;
  vertical-align: middle;
}
.local .arrow{
  margin: 0 4px;
}
#guidangCon{
  display: none;
  position: absolute;
  width: 148px;
  height: 148px;
  background: url(/images/guidang.png) no-repeat;
  background-size:100% 100%;
  right: 10px;
  top: -14px;
  z-index:999;
}
#guidangCon p{
  display: block;
  font-size: 16px;
  color: #DA5857;
  margin-top: 100px;
  font-weight: bold;
  text-align:center;
}
/*当前位置 end*/
/*翻页*/
.pagination{
  text-align: center;
  margin-top: 40px;
}
.pagination a{
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #4E4E4E;
  border: 1px solid #DFDFDF;
  line-height: 32px;
  min-width: 32px;
  padding: 0 12px;
  margin: 0 1px;
}
.pagination .active{
  background: #2478CF;
  border-color: #2478CF;
  color: #fff;
}
/*翻页 end*/

.h5show{
  display: none;
}

@media screen and (max-width: 768px){
  .pcshow{
    display: none;
  }
  .h5show{
    display: block;
  }
  .list-more{
    display: block;
    line-height: .6rem;
    font-size: 0.3rem;
    color: #00458b;
    text-align: center;
  }
  .list-more.mt-20{
    margin-top: .2rem;
  }
  body{
    min-width: auto;
  }
  .w1400{
    width: 100%;
  }
  .header{
    height: auto;
    padding-bottom: .4rem;
    background-size: auto 100%;
  }
  .header-top{
    padding: .1rem .2rem;
  }
  .header-top .lf{
    display: none;
  }
  .header-top .rt a, .header-top .rt span{
    margin-left: .1rem;
  }
  .header-top .rt .ghb{
    margin-right: .2rem;
  }
  .header-con{
    margin-top: .4rem;
  }
  .header-con .logo{
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .header-con .logo img{
    width: 100%;
  }
  .header-search-box{
    float: none;
    margin: .3rem auto 0;
    width: 80%;
  }
  .header-search{
    /* line-height: .8rem; */
    height: auto;
  }
  .header-search-input{
    height: .8rem;
    font-size: .32rem;
    padding: 0 .2rem 0 0;
    margin-left: .2rem;
  }
  .header-search-btn{
    white-space: nowrap;
    font-size: .32rem;
    line-height: .8rem;
    height: auto;
  }
  .header-navs{
    height: auto;
  }
  .header-navs>div{
    flex-wrap: wrap;
  }
  .header-nav{
    width: 30%;
    font-size: .36rem;
    line-height: .8rem;
    border-radius: .1rem .1rem 0 0;
  }
  .header-nav.cur, .header-nav:hover{
    font-size: .36rem;
  }
  .header-nav.cur:after, .header-nav:hover:after{
    height: .04rem;
  }
  .local{
    padding: .2rem 0;
  }
  .local img{
    margin-right: .2rem;
    height: .3rem;
  }
  .local span, .local a{
    font-size: .32rem;
  }
  .pagination{
    margin-top: .3rem;
  }
  .pagination a{
    font-size: .3rem;
    padding: 0 .1rem;
    line-height: .5rem;
    min-width: .5rem;
  }
  .footer{
    padding: .3rem 0;
  }
  .drop-groups{
    display: none;
  }
  .f-link{
    margin-top: 0;
    text-align: center;
  }
  .f-link a,.f-link span{
    font-size: .32rem;
  }
  .f-link span{
    margin: 0 .2rem;
  }
  .f-text{
    width: 100%;
    text-align: center;
    line-height: .4rem;
  }
  .f-text a,
  .f-text span{
    font-size: .28rem;
    margin: 0 .2rem;
  }
  .f-img{
    width: 100%;
    margin-top: .3rem;
    text-align: center;
  }
  .f-img img{
    height: .86rem;
  }
}

