* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
input {
  outline: 0;
}
i,
em {
  font-style: normal;
}
.wapper {
  width: 1180px;
  margin: 0 auto;
}
.theme_color {
  color: #e70012;
}
.theme_bgColor {
  background-color: #0e4b9c;
}
.hover_bgColor {
  background-color: #33C9FB;
}
.f12 {
  font-size: 12px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f30 {
  font-size: 30px;
}
.f36 {
  font-size: 36px;
}
.fw {
  font-weight: 700;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb15 {
  margin-bottom: 15px;
}
.pt20 {
  padding-top: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px !important;
}
.border-animate {
  position: relative;
  transition: 0.5s;
}
.border-animate::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 20px;
  height: 10px;
  border-top: 2px solid #f00;
  border-left: 2px solid #f00;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.border-animate::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 20px;
  height: 10px;
  border-right: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.border-animate:hover::before,
.border-animate:hover::after {
  width: 100%;
  height: 100%;
  transition-delay: 0s;
}
.border-animate:hover {
  transition-delay: 0.3s;
}
.header_title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 35px;
  padding-left: 500px;
}
.header_title .title {
  position: relative;
  height: 50px;
  border-left: 8px solid #e70012;
  padding-left: 20px;
}
.header_title .title p {
  position: absolute;
  bottom: -3px;
  font-size: 30px;
}
.header_title .arrow a {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border: 1px solid #ccc;
  color: #ccc;
  margin-left: 10px;
}
.header_title .arrow a .layui-icon {
  font-size: 30px;
}
.banner {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 280px;
  padding-bottom: 10px;
}
.local {
  display: flex;
  align-items: center;
  height: 50px;
  margin: 40px auto;
  padding-left: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
}
.local img {
  margin-right: 10px;
}
.local em {
  margin: 0 5px;
}
.local:hover {
  box-shadow: 0 0 5px 2px #ccc;
}
.content_l_nav {
  width: 220px;
  background-color: #fff;
}
.content_l_nav .items {
  width: 100%;
  margin-bottom: 20px;
}
.content_l_nav .items h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  background-color: #e70012;
  padding: 0 15px;
  color: #fff;
  cursor: pointer;
}
.content_l_nav .items .foldmenu {
  display: none;
}
.content_l_nav .items:first-child .foldmenu {
  display: block;
}
.content_l_nav .items a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 15px 0 20px;
  border-bottom: 1px solid #fff;
  color: #000;
  background-color: #f4f4f4;
  transition: all 0.2s linear;
}
.content_l_nav .items a:hover {
  padding-left: 30px;
  font-weight: 700;
}
.content_l_nav .items a:last-child {
  border: 0;
}
.content_l_nav .company_des {
  width: 100%;
}
.content_l_nav .company_des .tel {
  display: flex;
  align-items: center;
  height: 92px;
  border-top: 3px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 20px 0 0;
  padding: 0 20px;
}
.content_l_nav .company_des .tel img {
  height: 100%;
  margin-right: 20px;
}
.content_l_nav .company_des .intro {
  padding: 28px;
}
.content_l_nav .company_des .intro p {
  margin-bottom: 10px;
}
.rotate1 {
  transform: rotate(90deg);
  transition: all 0.3s linear;
  -webkit-transform: rotate(90deg);
  -webkit-transtion: all 0.3s linear;
}
.rotate {
  transform: rotate(0);
  transition: all 0.3s linear;
  -webkit-transform: rotate(0);
  -webkit-transtion: all 0.3s linear;
}
.laypage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.laypage .total {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  border: 1px solid #e2e2e2;
  margin: 0 5px 5px 0;
}
.nodata {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  border: 1px solid #eee;
  color: #ccc;
}
