@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.navigation-bread {
  margin-top: 20px;
  overflow: hidden;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #004fc0;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
body a:hover {
  cursor: pointer;
  color: #004fc0 !important;
}
.headbar {
  position: relative;
  z-index: 5;
  background-color: #004FC0;
  min-width: 1200px;
}
.headbar .headbar-left {
  float: left;
}
.headbar .headbar-left img {
  width: 428px;
  vertical-align: middle;
}
.headbar .headbar-left a:hover {
  color: white !important;
}
.headbar .headbar-left p a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 60px;
}
.headbar .headbar-right {
  float: right;
}
.headbar .headbar-right .headbar-sing {
  display: inline-block;
}
.headbar .headbar-right .headbar-sing a:hover {
  color: white !important;
}
.headbar .headbar-right .headbar-sing a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 60px;
  margin-right: 15px;
}
.headbar .headbar-right .headbar-sing i {
  font-style: normal;
  margin: 0 12px;
}
.headbar .headbar-right .czzn-btn {
  display: inline-block;
  margin-left: 25px;
}
.headbar .headbar-right .czzn-btn a {
  width: 120px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  height: 30px;
  background: #FFCA04;
  border-radius: 15px;
  text-align: center;
  margin-top: 15px;
}
.headbar .headbar-right .czzn-btn a:hover {
  color: white !important;
}
.headbar .headbar-right .headbar-phone {
  margin-left: 40px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.footer {
  width: 100%;
  height: 500px;
  min-width: 1200px;
  background: url(../image/footerbck.png) no-repeat center top;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-top: 86px;
}
.footer .layout {
  width: 1300px !important;
}
.footer .line {
  width: 1px;
  height: 339px;
  background-color: #CFCFCF;
  float: left;
  margin: 0 90px;
  margin-top: 78px;
}
.footer .footer_left {
  float: left;
  margin-top: 99px;
}
.footer .footer_left h3 {
  font-size: 36px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 54px;
  padding-bottom: 31px;
}
.footer .footer_left span {
  font-size: 20px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  display: inline-block;
  padding-bottom: 11px;
}
.footer .footer_left .address {
  width: 437px;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 31px;
}
.footer .footer_right {
  width: 680px;
  margin-top: 162px;
  float: left;
}
.footer .footer_right h3 {
  font-size: 24px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
}
.footer .footer_right a {
  font-size: 14px;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 33px;
  display: inline-block;
  margin-right: 15px;
}
.footer .footer_right a:hover {
  color: white !important;
}
.footer .footer_right .footer_notice {
  margin-top: 32px;
}
.footer .footer_right .footer_notice .footer_link a,
.footer .footer_right .footer_notice .footer_link span {
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
}
.footer .footer_right .footer_notice .footer_link a {
  margin-right: 0;
}
.footer .footer_right .footer_notice .footer_link span {
  display: inline-block;
  margin-right: 10px;
}
