*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: none; */
}
button, img, a{
  border: none;
}
body {
	font-family: "microsoft yahei";
	overflow-x: hidden;
  /* 避免换行标签带来间隙 */
  font-size:0; 
}
ul,ol,li {
	list-style: none;
}
a {
	color: initial;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: initial;
	cursor: pointer;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}

input,
textarea {
  outline: none;
  border: none;
  &::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
  }
  &:focus::-webkit-contacts-auto-fill-button{
    opacity: 0;
  }
}

textarea {
  resize: none;
  overflow: auto;
}
::-webkit-input-placeholder {
  -webkit-transition: opacity .15s;
  color: #a2a9b6;
  line-height: inherit;
  font-size: 14px
}

:focus::-webkit-input-placeholder {
  opacity: .38
}

::-moz-placeholder {
  transition: opacity .15s;
  color: #a2a9b6;
  font-size: 14px
}

:focus::-moz-placeholder {
  opacity: .38
}

:-ms-input-placeholder {
  transition: opacity .15s;
  color: #a2a9b6 !important;
  font-size: 14px
}

:focus:-ms-input-placeholder {
  opacity: .38
}
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.bold {
  font-weight: bold;
}

.fl {
  float: left
}

.fr {
  float: right
}

.tl {
  text-align: left;
}

.tc {
  text-align: center
}

.tr {
  text-align: right;
}
.content{
  width: 1120px;
  margin: 0 auto;
}
body>.banner {
  width: 100%;
  max-width: 1440px;
    margin: 0 auto;
    display: block;
}
/* 头部 */
.header * {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #86909C;
}
.header a:hover{
  color: #86909C;
}
.header-tools{
  height: 40px;
  background: #F2F3F5;
}
.header-tools .content{
  height: 100%;
  padding: 8px 0;
}
.header-tools .content span{
  display: inline-block;
  width: 49%;
}
.header-tools span *{
  color: #86909C;
  cursor: pointer;
  font-size: 14px;
}
.header-tools span>* + * {
  margin-left: 20px;
}
.header-icon{
  width: 15px;
}
.header-logo{
  padding: 24px 0 16px 0;
}
.header-logo>a{
  display: inline-block;
}
.header-logo>div{
  display: inline-block;
  width: 49%;
}
.header-logo-img img{
  height: 48px;
  margin-right: 8px;
}
.header-logo-right{
  font-size: 14px;
  margin-top: 15px;
}
.header-logo-right>*{
  margin-left: 12px;
  color: #86909C;
}
.header-logo-search{
  padding: 4px 10px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #E5E6EB;
}
.header-logo-search input{
  color: #1D2128;
  width: 157px;
  font-size: 12px;
  line-height: 18px;
  height: 20px;
}
.header-logo-search img{
  cursor: pointer;
  width: 13px;
}
.header-nav{
  position: relative;
  background: #C03A3A;
  z-index: 2;
}
.header-nav>.content{
  height: 40px;
  font-size: 0;
}
.header-nav>.content .nLi{
  font-size: 14px;
  display: inline-block;
  width: 11.1%;
  height: 40px;
  text-align: center;
}
.header-nav>.content .nLi>a{
  display: block;
  color: #FFFFFF;
  line-height: 40px;
  font-weight: 700;
}
.header-nav>.content .nLi>a::before{
  content: '';
  height: 16px;
  width: 1px;
  background: #9C2B2B;
  display: inline-block;
  float: left;
  position: relative;
  top: 12px;
}
.header-nav>.content .nLi:last-child>a::after{
  content: '';
  height: 16px;
  width: 1px;
  background: #9C2B2B;
  display: inline-block;
  position: absolute;
  float: right;
  position: relative;
  top: 12px;
}
.header-nav>.content>a:hover, .header-nav .on>a{
  background: #A20E0E;
}
.header-nav .second-sub{
  display: none;
  width: 100%;
  left: 0;
  top: 40px;
  position: absolute;
  background: #FFFFFF;
  color: #505968;
  line-height: 22px;
  z-index: 1;
  box-shadow: 0px 4px 10px 0px #BDBDBD40;
}
.second-sub .content{
  padding: 24px 0 40px;
  text-align: center;
}
.space32>div>div + div{
  margin-left: 12px;
}
.space46>div>div + div, .space46 .sub-card{
  margin-left: 42.5px;
}
.space72>div>div + div{
  margin-left: 47px;
}
.space40>div>div + div{
  margin-left: 38px;
}
.sub-card{
  display: inline-block;
  min-width: 60px;
  cursor: pointer;
}
.sub-card+.sub-card{
  margin-left: 38px;
}
.sub-card span{
	display:block;
}
.sub-card img{
  width: 56px;
  margin-bottom: 12px;
}
.sub-card img.img-s{
  width: 48px;
}
.sub-list{
  display: inline-block;
  text-align: left;
  width: 144px;
  vertical-align: top;
}
.sub-list p + .sub-title{
  margin-top: 62px;
}
.sub-list p, .sub-card p{
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 8px;
  display: block;
}
.sub-list p a:hover{
  color: #C03A3A;
}
.sub-list .sub-title{
  padding-bottom: 8px;
  border-bottom: 1px solid #E5E6EBB2;
}
.sub-list .sub-title a{
  color: #C03A3A;
  font-size: 14px;
  font-weight: 700;
}
/* 头部结束 */
/* 底部 */
.authorization{
  padding: 32px 160px;
  background: #484D64;
  color: #E5E6EB;
  font-size: 12px;
  line-height: 20px;
}
.authorization p + p{
  margin-top: 8px;
}
.authorization span + span{
  padding-left: 16px;
}
.authorization a{
  cursor: pointer;
  color: #E5E6EB;
  margin: 0 16px;
}
.authorization a:first-child::after{
  content: '|';
  color: #86909C;
  position: relative;
  right: -16px;
  z-index: 0;
}
.footer{
  background: #eaebef;
  padding: 48px 0;
}
.footer-logo{
  height: 30px;
  margin-bottom: 32px;
}
.footer .content>div{
  display: inline-block;
}
.footer-left{
  width: 700px;
}
.footer a{
  font-size: 14px;
  line-height: 22px;
  color: #505968;
}
.footer-group>div{
  display: inline-block;
  vertical-align: top;
  height: 194px;
}
.footer-group>div +div{
  margin-left: 48px;
}
.footer-group-title{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #505968;
}
.footer-group-title img{
  height: 24px;
  float: left;
  margin-right: 2px;
}
.footer-group ul {
  margin-left: 21px;
  display: inline-block;
  vertical-align: top;
}
.footer-group li{
  list-style: disc;
  margin-top: 12px;
  max-width: 190px;
}
.footer-group li::marker{
  font-size: 12px;
  color: #505968;
}
.footer-right{
  margin-top: 40px;
  width: 360px;
}
.footer-qrcode {
  display: inline-block;
  padding: 6px;
  text-align: center;
  width: 120px;
}
.footer-qrcode p{
  margin-top: 8px;
  font-size: 12px;
  color: #505968;
  word-break: keep-all;
}
.footer-qrcode img{
  width: 72px;
}
/* 底部结束 */
/* 通用标题 一级标题 */
.zzyh-title-01{
  padding: 48px 0 24px;
}
.zzyh-title-01 span{
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #1D2128;
}
.zzyh-title-01 a{
  float: right;
  font-size: 14px;
  line-height: 22px;
  color: #505968;
  margin-top: 5px;
}
/* 二级标题 */
.zzyh-title-02{
  padding-bottom: 24px;
}
.zzyh-title-02 span{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1D2128;
}
.zzyh-title-02 a{
  float: right;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 16px;
  background: #FFFFFF;
  border-radius: 60px;
  color: #1D2128;
}
/* 计数器 */
.counter{
  counter-reset: sectioncounter;
}
.counter>*:before {
  content: counter(sectioncounter) "";
  counter-increment: sectioncounter;
}
/* 面包屑导航 */
.content .breadcrumbs{
  margin-bottom: 16px;
  margin-top: 24px;
}
.breadcrumbs{
  font-size: 14px;
  line-height: 22px;
  color: #505968;
}
.breadcrumbs a{
  color: #505968;
}
/* 分页 */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0 8px;
	border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  color: #1D2128;
}

.pagination {
	display: inline;
	text-align: right;
	float: right;
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0 8px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #1D2128;
	text-decoration: none;
	background-color: #F7F8FA;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 3;
	color: #C03A3A;
	background-color: #d1d1d1;
}

.pagination>li:first-child>a {
	background: none;
}

.pagination>li:first-child>a span.forst {
	color: #D6D6D6;
}

.pagination>li:first-child>a span:hover.forst {
	color: #D6D6D6;
}

.pagination>li:last-child>a {
	background: none;
}

.pagination>li:last-child>a span.lasts {
	color: #D6D6D6;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #C03A3A;
	border-color: #C03A3A;
	color: white;
}
.page_time {
	float: right;
	font-size: 12px;
  margin: 20px 0 8px;
  line-height: 24px;
}

.yeshu {
	display: inline-block;
	color: #1D2128;
	margin: 0px 15px;
}

.queren a {
	display: inline-block;
	border: 1px solid #F7F8FA;;
	line-height: 22px;
	width: 55px;
	text-align: center;
	color: #1D2128;
	border-radius: 4px;
  margin-left: 8px;
}

.times input {
	width: 34px;
	height: 24px;
	border: 1px solid #F7F8FA;;
  line-height: 22px;
	margin: 0px 5px;
	color: #1D2128;
	text-align: center;
}

.pagination>li:first-child>a trffhg.first {
	width: 64px;
}

.pagination>li>a.first {
	width: 64px;
}

.pagination>li>a.forst {
	width: 64px;
}
.show-pad{
  display: none;
}
.show-mini{
  display: none;
}
.ui-tips{
  cursor: pointer;
}
.icon_tip {
  width: 20px;
  margin-bottom: -5px;
}
.reverse.ui-tips[data-title]::before{
  top: 30px !important;
  bottom: auto !important;
  /* max-width: 400px; */
  width: 250px;
  white-space: normal;
  z-index: 1001;
}
.second-sub.space32{
  max-height: 382px;
  overflow: hidden;
}
.space40 .content{
  display: flex;
  justify-content: space-around;
}
.space40 .sub-card{
  margin: 0 15px;
}
/* 移动端 */
@media (max-width: 1120px) {
  .header+.banner{
    display: none;
  }
  .header-logo{
    background: #ffffff;
    padding: 12px 0 8px 0;
  }
  .content {
    width: 100%;
  }
  .login_enter{
    display: none;
  }
  .footer{
    display: none;
  }
  .authorization{
    padding: 32px 15px;
  }
  .header-logo>.header-logo-right{
    display: none;
  }
  .hidden-pad{
    display: none;
  }
  .show-pad{
    display: block;
  }
  /* 二级导航 */
  /* .second-sub.space32{
    max-height: 356px;
    overflow: hidden;
  } */
  .second-sub.space32 .sub-list{
    width: 136px;
  }
  .space46>div>div + div, .space46 .sub-card {
    margin-left: 10px !important;
  }
  .second-sub.space46 .sub-list{
    width: 110px;
  }
  .space40 .sub-card+.sub-card{
    margin: 0;
  }
  /* .space40 .content{
    display: flex;
    justify-content: space-around;
  } */
  .space72>div>div{
    width: 120px;
  }
  .space72>div>div + div {
    margin-left: 32px;
  }
}

@media (max-width: 767px) {
  .hidden-mini{
    display: none;
  }
  .show-mini{
    display: block;
    padding: 5px 10px;
  }
  .header-logo>a{
    margin-left: 10px;
  }
  .show-mini img{
    height: 18px;
  }
  .header-tools{
    display: none;
  }
  .header-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-logo-img img+img{
    display: none;
  }
  #nav{
    display: none;
  }
  .header-logo-img img{
    height: 36px;
  }
  .mini-nav{
    z-index: 2;
    width: 100%;
    height: calc(100vh - 62px);
    background: #7d7b7bcf;
    position: absolute;
  }
  .mini-nav .menu{
    background: #ffffff;
    padding-bottom: 20px;
    box-shadow: 0px 0px 10px 0px #0000000D;
    min-height: 400px;
    max-height: 70vh;
    overflow: auto;
  }
  .mini-nav .menu-title{
    display: block;
    padding: 8px 24px;
    border-bottom: 1px dashed #E5E6EB;
    color: #1D2128;
    cursor: pointer;
    padding-right: 0;
  }
  .mini-nav .menu-title a{
    /* display: block; */
    color: #000000;
    display: inline-block;
    width: 75%;
    padding: 0 !important;
  }
  .mini-nav .menu-title span{
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 20px;
  }
  .mini-nav .child-menu{
    display: none;
  }
  .mini-nav .child-menu>.menu-title{
    color: #505968;
    padding-left: 12px;
  }
  .mini-nav .child-menu>.menu-title::before{
    content: '';
    display: inline-block;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #1D2128;
    margin-bottom: 2px;
    float: left;
    margin-top: 9px;
  }
  .mini-nav .menu-title:hover{
    background: #E5E6EB;
  }
  .mini-nav .menu>.menu-title.active{
    background: #f9ebeb;
    background-color: #C03A3A1A;
    color: #C03A3A;
    font-weight: bold;
  }
  .mini-nav .menu .menu-title.active a{
    color: #C03A3A;
  }
  .mini-nav .child-menu>.menu-title.active{
    color: #C03A3A;
  }
  .mini-nav .child-menu>.menu-title.active::before{
    background: #C03A3A;;
  }

}

body #toolbar_Div>.banner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: block;
}