.test {
  background-color: rgba(7, 206, 140, 0.5);
}
.test2 {
  background-color: rgba(206, 115, 0, 0.5);
}
.fc1 {
  color: #E50B1C;
}
.fc2 {
  color: #7F7F7F;
}
.fc3 {
  color: #000;
}
a {
  color: #000;
}
a:hover {
  color: #E50B1C;
}
p {
  font-size: 16px;
  line-height: 32px;
  color: #000;
}
.clb {
  clear: both;
}
.bg1 {
  background-color: #E50B1C;
}
.bg2 {
  background-color: #7F7F7F;
}
.btn {
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #E50B1C;
  border: 1px solid #E50B1C;
  font-size: 18px;
}
.btn a {
  display: block;
  color: #E50B1C;
}
.btn a:hover {
  color: #fff;
  background-color: #E50B1C;
}
.p-d-t-30 {
  padding-top: 30px;
}
.p-d-b-30 {
  padding-bottom: 30px;
}
.tit {
  font-size: 24px;
}
.sub_tit {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}
.sub_line {
  width: 30px;
  height: 1px;
  background-color: #7F7F7F;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
#wrap {
  min-width: 1024px;
}
.topbar {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: #333;
  color: #fff;
  box-sizing: border-box;
}
.topbar .top_con {
  width: 96%;
  padding: 0 2%;
  margin: 0 auto;
}
.topbar .top_con .top_left {
  display: block;
  float: left;
}
.topbar .top_con .top_right {
  display: block;
  float: right;
}
.topbar a {
  color: #fff;
  text-decoration: none;
}
.footer_bar {
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 96px;
  box-sizing: border-box;
  background-color: #333;
  color: #fff;
  text-align: center;
  position: relative;
}
.footer_bar a {
  color: #fff;
  text-decoration: none;
}
.logo {
  max-width: 356px;
  height: 76px;
  line-height: 76px;
}
.logo img {
  width: 140px;
}
.menu {
  height: 76px;
  background-color: #fff;
}
.menu .layui-container {
  display: flex;
  justify-content: space-between;
}
.menu .layui-nav {
  background-color: #fff;
  color: #333;
}
.menu .layui-nav .layui-nav-item {
  line-height: 76px;
  width: 20%;
}
.menu .layui-nav .layui-nav-item a {
  width: 100%;
  box-sizing: border-box;
  padding: 0 36px;
  font-size: 16px;
  font-weight: bold;
}
.menu .layui-nav .layui-nav-item a,
.menu .layui-nav .layui-nav-item a:hover,
.menu .layui-nav .layui-this a {
  color: #333 !important;
}
.menu .layui-nav .layui-this:after,
.menu .layui-nav-bar {
  background-color: #D31328 !important;
}
.banner {
  height: 550px;
  background-color: #f2f2f2;
}
.banner img {
  width: 100%;
  height: auto;
}
.about {
  min-height: 556px;
  background-color: #fff;
  display: flex;
}
.about .about_left {
  padding: 60px 50px 0 0;
}
.about .about_left .about_con {
  font-size: 16px;
  line-height: 32px;
  padding: 45px 0 35px 0;
}
.about .about_left .about_con .about_con_img {
  display: none;
}
.about .about_left .about_con .about_con_img img {
  width: 100%;
}
.about .about_right {
  padding: 188px 0 0 0;
  text-align: right;
}
.about .about_right img {
  width: 100%;
}
.about .about_header {
  padding: 30px 0;
}
.about .about_header .sub_line {
  margin: 0 auto;
}
.about .about_body {
  padding: 25px;
  border-radius: 8px;
  min-height: 600px;
  background-color: #fff;
  margin: 30px auto;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  text-align-last: left;
  border: 2px solid #f2f2f2;
}
.news {
  background-color: #f2f2f2;
}
.news .news_header {
  padding: 30px 0;
}
.news .news_header .sub_line {
  margin: 0 auto;
}
.news .news_list {
  padding: 30px 0;
}
.news .news_list .news_item {
  display: flex;
  padding-bottom: 22px;
  border-bottom: 1px dotted #999;
  margin-bottom: 22px;
}
.news .news_list .news_item .news_date {
  width: 5%;
  min-width: 60px;
  padding: 0 10px;
  height: 76px;
  color: #fff;
  text-align: center;
  background-color: #E50B1C;
}
.news .news_list .news_item .news_date .day {
  font-size: 36px;
  font-weight: bold;
  display: block;
  height: 52px;
  line-height: 52px;
}
.news .news_list .news_item .news_date .ym {
  font-size: 13px;
}
.news .news_list .news_item .news_lcon {
  width: 90%;
  padding: 0 0 0 40px;
}
.news .news_list .news_item .news_lcon .news_tit {
  font-size: 22px;
  color: #5a5a5a;
}
.news .news_list .news_item .news_lcon .news_tit a {
  color: #5a5a5a;
}
.news .news_list .news_item .news_lcon .news_tit a:hover {
  color: #E50B1C;
}
.news .news_list .news_item .news_lcon .news_desc {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  padding: 10px 0 0 0;
}
.news .news_bottom {
  padding: 0 0 50px 0;
}
.news .news_bottom .btn {
  margin: 0 auto;
}
.product {
  background: url("../img/product_bg.jpg") repeat-y;
  padding-bottom: 50px;
}
.product .product_header {
  padding: 30px 0;
}
.product .product_header .sub_line {
  margin: 0 auto;
}
.product .product_list {
  background: #fff;
  padding: 30px;
  line-height: 32px;
  font-size: 18px;
}
.product .product_list img {
  padding-bottom: 30px;
}
.product .product_bottom {
  padding: 30px 0 40px 0;
}
.product .product_bottom .btn {
  margin: 0 auto;
}
.contact {
  background-color: #fff;
}
.contact .contact_header {
  padding: 30px 0;
}
.contact .contact_header .sub_line {
  margin: 0 auto;
}
.contact .contact_con {
  background-color: #f2f2f2;
  margin-bottom: 50px;
}
.contact .contact_con .contact_top {
  height: 160px;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.contact .contact_con .contact_top .contact_item {
  width: 33.3%;
  height: 130px;
  text-align: center;
  padding: 30px 0 0 0;
}
.contact .contact_con .contact_top .contact_item div:nth-child(2) {
  padding: 10px 0;
}
.contact .contact_con .contact_bot .contact_map {
  width: 100%;
  height: 500px;
  margin: 10px 10px 0 0 ;
  background-color: #ccc;
}
/*map*/
#allmap {
  height: 500px;
  width: 100%;
}
#r-result {
  width: 100%;
  font-size: 14px;
}
.amap-marker-label {
  border: 0;
  background-color: transparent;
}
.info {
  position: relative;
  top: -10px;
  right: 0;
  min-width: 0;
  font-weight: bold;
  font-size: 1.2em;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #1e9fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/**新闻详情**/
/* 详情页 style start*/
.detail-cont {
  padding: 25px;
  border-radius: 8px;
  min-height: 600px;
  background-color: #fff;
  margin: 30px auto;
  color: #333;
  text-align-last: left;
  border: 2px solid #f2f2f2;
}
.detail-cont h3 {
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 26px;
  color: #333;
}
.detail-cont .suplyment {
  display: flex;
  justify-content: space-between;
  color: #999;
}
.detail-cont .cont {
  margin-top: 20px;
  width: 100%;
}
.detail-cont .cont p {
  margin-bottom: 20px;
}
.detail-cont .cont img {
  margin-bottom: 40px;
}
.detail-cont p a {
  color: #589bf6;
}
.detail-cont p a:hover {
  color: #E50B1C;
}
.detail-cont .other p:nth-child(1) {
  padding: 30px 0;
}
.wximg {
  position: fixed;
  z-index: 99999;
  width: 200px;
  height: 200px;
  background: #fff;
  padding: 8px;
  top: -99999px;
  border: 5px solid #E50B1C;
  border-radius: 8px;
}
.wximg img {
  width: 198px;
  height: auto;
}
.wximg2 {
  position: absolute;
  z-index: 99999;
  width: 200px;
  height: 0px;
  background: #fff;
  padding: 8px;
  top: 0px;
  left: 0px;
  border: 5px solid #E50B1C;
  border-radius: 8px;
  opacity: 0;
  overflow: hidden;
}
.wximg2 img {
  width: 198px;
  height: auto;
}
#wxtop,
#wxbot {
  cursor: pointer;
}
#wxtop img,
#wxbot img {
  width: 16px;
  height: auto;
}
/* 手机样式 */
@media screen and (max-width: 992px) {
  body {
    -webkit-text-size-adjust: 100% !important;
  }
  #wrap {
    width: 100%;
  }
  p {
    font-size: 18px;
    line-height: 42px;
    color: #000;
  }
  .banner {
    height: 336px;
  }
  .layui-container {
    width: 98%;
    padding: 0 1%;
  }
  .about {
    min-height: 650px;
  }
  .about .btn {
    margin: 0 0 36px 405px;
  }
  .about .about_left {
    padding: 60px 0px 0 0;
  }
  .about .about_left .about_con .about_con_img {
    display: block;
    margin-bottom: 20px;
  }
  .about_right {
    display: none;
  }
}
