html,
body {
  margin: 0;
  padding: 0;
}

.header-box {
  background: #fff;
}

body {
  position: relative;
}

.kong {
  font-size: 18px;
  color: #999;
  text-align: center;
  padding-top: 100px;

}

.navBg {
  background: #f4f4f4;
}

.nav-box {
  width: 1200px;
  /* height: 80px; */
  margin: 0 auto;
}

.line {
  width: 2px;
  height: 73px;
  background: #c40e10;
  float: left;
  margin: 12px 30px 12px 0;
}

.logo-box {
  /* height: 97px; */
}

.logobox-fl {
  float: left;
  min-width: 176px;
  height: 58px;
  margin-top: 24px;
}

.logobox-fl a {
  width: 100%;
  height: 100%;
}

.logobox-fl img {
  height: 90%;
}

.main-box {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}

.main-box li {
  float: left;
  margin-right: 5px;

}

.main-box li:last-child {
  margin-right: 0;
}

.main-box li:last-child {
  padding-right: 0;
}

.main-box li:hover,
.nav-active {
  border-bottom: 2px solid #c40e10;
}

.main-box li a:hover,
.nav-active a {
  color: #c40e10;
}

.nav-a {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 20px 20px 17px 20px;
  display: block;
}

.search-box {
  width: 560px;
  float: right;
  position: relative;
  right: 10px;
  margin-top: 25px;
}

#notice {
  width: 100%;
  height: 32px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  text-indent: 11px;
}

#searchgs-img {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}

/*头部完成*/
footer {
  width: 100%;
  background: #282828;
  height: 58px;
}

.footer-title {
  font-size: 18px !important;
}

.footer-ul {
  width: 98%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 58px;
  margin: 0 auto;
}

.footer-ul li {
  font-size: 12px;
  color: #fff;
}

/*尾部完成*/










.register {
  text-decoration: none;
  font-size: 15px;
  color: #d6363b;
  float: right;
}

.change-register:hover {
  text-decoration: underline;
}

.overflowinherit {
  overflow: inherit;
}

/* 公共样式 */

.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  word-wrap: normal;
}

.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.ml40 {
  margin-left: 40px;
}

.mr30 {
  margin-right: 30px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.bgfff {
  background: #fff !important;
}

.bgf4f4f4 {
  background: #f4f4f4;
}


.fl {
  float: left;
}

.fr {
  float: right;
}

.w696 {
  width: 696px !important;
}

.w600 {
  width: 600px !important;
}

.w580 {
  width: 580px !important;
}

.w460 {
  width: 460px !important;
}

.w100 {
  width: 100px !important;
}

.w86 {
  width: 86px !important;
}

.minHeight407 {
  min-height: 407px
}

.minHeight171 {
  min-height: 171px
}

/* 搜索 */

#searzt {
  width: 417px;
  padding: 16px 122px 16px 19px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  border-radius: 56px;
}

.search-box {
  position: relative;
}

.search-box::after {
  content: "";
  position: absolute;
  border-left: 1px solid #DDDDDD;
  height: 28px;
  display: block;
  top: 11px;
  right: 104px;
}

.search-box1 {
  width: 560px;
  float: right;
  position: relative;
}

#searzut-img {
  position: absolute;
  right: 42px;
  top: 11px;
  cursor: pointer;
}

/* 日期 */
.layui-laydate-header i:hover,
.layui-laydate-header span:hover,
.layui-laydate-footer span:hover {
  color: #c40e10 !important;
}

.layui-laydate-content td:hover,
.layui-laydate-list li:hover {
  background-color: #eee !important;
  color: #333 !important;
  cursor: pointer;
}