@charset "UTF-8";
body {
  font-size: 16px;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: #cd1111;
}

img {
  max-width: 100%;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.top {
  line-height: 30px;
  font-size: 14px;
  color: gray;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 10px;
}

header {
  padding-top: 1em;
}

header .tel {
  font-size: 36px;
  color: #cd1111;
}

header span.mm {
  margin-top: 30px;
  display: block;
}

.logo-box {
  display: flex;
  align-items: center;
}

.logo-box h1 {
  margin: 0 auto 6px;
  font-size: 24px;
  font-weight: bold;
}

.logo-box h2 {
  margin: 0;
  font-size: 20px;
  color: gray;
}

.logo-box img {
  width: 120px;
  margin-right: 10px;
}

.nav-box {
  background: #cd1111;
}

.nav-box nav {
  display: flex;
  justify-content: space-between;
}

.nav-box nav div {
  line-height: 40px;
  flex: auto;
}

.nav-box nav div a {
  display: block;
  text-align: center;
  color: white;
}

.nav-box nav div a:hover {
  background-color: #eeeeee;
  color: #2584c3;
}

.nav-box nav div.active a {
  background-color: #eeeeee;
  color: #2584c3;
}

.about-box {
  display: flex;
  justify-content: space-between;
}

.about-text {
  width: 60%;
  margin-right: 30px;
  line-height: 2;
  color: #565656;
  padding: 30px;
  overflow: hidden;
}

.about-text h2 {
  margin-bottom: 20px;
  margin-top: 0;
  color: #333;
  font-weight: bold;
  font-size: 36px;
}
.about-text p {
  color: gray;
  text-indent: 2em;
}

.about-text a {
  display: inline-block;
  padding: 8px 50px;
  color: white;
  margin-top: 30px;
  background: #cd1111;
  border-radius: 50px;
  text-align: center;
  text-indent: 0;
}

.about-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-items div {
  width: 50%;
  display: flex;
  align-items: center;
}
.about-items img {
  width: 16px;
  margin-right: 10px;
}

.why-choose-us {
  background: url("../images/truck1111.jpg") center no-repeat;
  background-size: cover;
  padding-top: 4em;
  padding-bottom: 4em;
  margin-top: 4em;
  margin-bottom: 4em;
  color: white;
}
.why-choose-us h3 {
  margin-bottom: 2em;
}

.ys-items {
  display: flex;
}
.ys-items > div {
  width: 50%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ys-item {
  background-color: #cd1111;
  text-align: center;
  padding: 3em 1em;
}
.ys-item + .ys-item {
  margin-top: 20px;
}

.ys-item b {
  display: block;
}

.sub-foot {
  background: #f1f1f1;
  padding: 3em 0;
  margin-top: 50px;
}

.av-list {
  display: flex;
  justify-content: space-between;
}

.av-list div {
  overflow: hidden;
  width: 100%;
}

.av-list div img {
  float: left;
  margin-right: 1em;
}

.av-list div h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.av-list div p {
  font-size: 15px;
  margin-bottom: 0;
}

footer {
  padding-top: 50px;
  background: #f1f2f3;
  margin-top: 50px;
}

footer nav {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}

footer nav div {
  padding: 0 1em;
  color: white;
}

footer .foot {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
  margin-top: 20px;
  text-align: center;
  color: gray;
}
.foot-logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  color: #cd1111;
  margin-bottom: 20px;
}
.foot-logo img {
  width: 48px;
  height: 48px;
  flex: none;
  margin-right: 10px;
}
.mps {
  padding-left: 50px;
  background: url("../images/icp.png") left center no-repeat;
  background-size: contain;
}
.foot-contact {
  line-height: 2;
}

.index-banner img {
  width: 100%;
}

.title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.title h2 {
  font-family: "Microsoft YaHei";
  font-size: 36px;
  color: #444444;
  margin: 0;
  font-weight: bold;
  background: url(../images/title.png) center bottom no-repeat;
  padding-bottom: 30px;
  margin-bottom: 10px;
  position: relative;
  top: 0;
  transition: all 0.55s;
}

.title h2:hover {
  top: -10px;
}

.title p {
  color: gray;
  margin-bottom: 10px;
}

.bg-box {
  background: url(../images/mm_bg.jpg) center top no-repeat;
  padding-top: 1px;
  margin-top: 50px;
  padding-bottom: 50px;
}

.bg-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  height: 350px;
}

.bg-box ul li {
  border-radius: 100%;
  width: 116px;
  height: 116px;
  position: absolute;
  background: #666666;
  color: white;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s;
}

.bg-box ul li.larger {
  width: 157px;
  height: 157px;
  font-size: 30px;
}

.bg-box ul li:nth-of-type(1) {
  top: 52px;
}

.bg-box ul li:nth-of-type(2) {
  left: 219px;
}

.bg-box ul li:nth-of-type(3) {
  top: 164px;
  left: 250px;
}

.bg-box ul li:nth-of-type(4) {
  top: 38px;
  left: 450px;
}

.bg-box ul li:nth-of-type(5) {
  left: 747px;
}

.bg-box ul li:nth-of-type(6) {
  top: 165px;
  left: 628px;
}

.bg-box ul li:nth-of-type(7) {
  top: 123px;
  right: 210px;
}

.bg-box ul li:nth-of-type(8) {
  top: 30px;
  right: 0;
}

.bg-box ul li.active {
  background: #cd1111;
}

.search-box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 50px;
}

.search-box b {
  display: inline-block;
  line-height: 34px;
  padding-left: 25px;
  background: url(../images/hot.jpg) left 40% no-repeat;
}

.search-box a {
  display: inline-block;
  line-height: 34px;
}

.search-box form {
  display: inline-flex;
  width: 100%;
}

.search-box form input {
  width: 100%;
}

.search-box input {
  border: 1px solid #dddddd;
  line-height: 32px;
  padding: 0 5px;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
}

.search-box input:focus {
  outline: none;
  border-color: #cd1111;
}

.search-box button {
  background: #cd1111;
  display: inline-block;
  border: 0;
  height: 34px;
  width: 50px;
  background: url(../images/search.jpg) center no-repeat;
  border-radius: 0 4px 4px 0;
}

.ys-list {
  display: flex;
  justify-content: space-between;
}

.ys-list div {
  width: 100%;
  margin: 15px 0 15px 15px;
  border: 1px solid red;
  padding: 15px;
  background-color: #edaa67;
  transition: all 0.35s;
}

.ys-list div:first-of-type {
  margin-left: 0;
}

.ys-list div:hover {
  background-color: #cd1111;
}

.ys-list div:hover h3 {
  color: white;
}

.ys-list div:hover p {
  color: white;
}

.ys-list h3 {
  font-size: 18px;
  font-weight: bold;
  color: #cd1111;
  transition: all 0.35s;
}

.ys-list p {
  color: gray;
  transition: all 0.35s;
}

.ys-list img {
  border: 1px solid red;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
  background-color: white;
}

.product-head {
  display: flex;
  justify-content: center;
}

.product-head a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0 6px 0 6px;
  background: #cd1111;
  color: white;
  margin: 0 10px;
}

.product-head a.on {
  background: #333333;
}

.product-body {
  margin-top: 50px;
}

.slide-item {
  display: flex;
  flex-wrap: wrap;
}

.pro-item {
  display: block;
  padding: 15px;
  width: 33.33%;
}

.pro-item:hover {
  color: white;
}

.pro-item:hover .title-bg {
  right: 0;
}

.pro-item:hover img {
  transform: scale(1.2);
}

.pro-item:hover .img-box span i {
  border: 15px solid rgba(247, 147, 30, 0.5);
  width: 80px;
  height: 80px;
  opacity: 1;
}

.pro-item:hover .img-box span i::after {
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  opacity: 1;
}

.pro-item .img-box {
  border: 1px solid #eeeeee;
  overflow: hidden;
  position: relative;
}

.pro-item .img-box img {
  width: 100%;
  transition: all 0.25s;
}

.pro-item .img-box span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro-item .img-box span i {
  border: 30px solid rgba(247, 147, 30, 0);
  width: 160px;
  height: 160px;
  border-radius: 100%;
  transition: all 0.25s;
  opacity: 0;
}

.pro-item .img-box span i::after {
  content: "+";
  display: block;
  background: #cd1111;
  text-align: center;
  line-height: 100px;
  font-size: 48px;
  opacity: 0;
  color: white;
  border-radius: 100%;
  transition: all 0.25s;
}

.pro-item .title-box {
  position: relative;
  background: #eeeeee;
  height: 60px;
}

.pro-item .title-box p {
  padding: 15px;
  line-height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.pro-item .title-box p span {
  float: right;
  font-family: "宋体";
  font-size: 24px;
}

.pro-item .title-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #cd1111;
  transition: all 0.25s;
}

.ys {
  height: 720px;
}

.ys_m dl dt {
  width: 711px;
  height: 452px;
  float: left;
  line-height: 0;
  overflow: hidden;
}

.ys_m dl dt img {
  width: 711px;
  height: 452px;
}

.ys_m dl dd {
  width: 415px;
  float: left;
  padding: 35px 0 0 60px;
}

.ys_m dl dd h5 {
  display: inline-block;
  width: 415px;
  font-weight: normal;
  overflow: hidden;
  padding: 80px 0 0;
  margin-bottom: 25px;
}

.ys_m dl dd h5 em {
  display: block;
  float: left;
  width: 55px;
  height: 55px;
  line-height: 0;
  padding: 2px 15px 0 0;
}

.ys_m dl dd h5 em img {
  width: 55px;
  height: 55px;
}

.ys_m dl dd h5 span {
  font-size: 36px;
  color: #333;
  display: block;
  float: left;
  width: 320px;
  line-height: 34px;
}

.ys_m dl dd h5 i {
  display: block;
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

.ys_m dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding: 10px 0 0;
}

.ys_bot {
  margin-top: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ys_bot .prev,
.ys_bot .next {
  display: block;
  flex: none;
  width: 19px;
  height: 33px;
  cursor: pointer;
}

.ys_bot .prev {
  background: url(../images/left.png) no-repeat;
  left: 0;
}

.ys_bot .next {
  background: url(../images/right.png) no-repeat;
  right: 0;
}

.ys_bot ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.ys_bot ul li {
  width: 25%;
  padding: 0 15px;
  cursor: pointer;
}

.ys_bot ul li img {
  width: 100%;
}

.ys_bot ul li div {
  border: 2px solid transparent;
  position: relative;
}

.ys_bot ul li div i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.4);
}

.ys_bot ul li div span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: white;
}

.ys_bot ul li div em {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  margin-bottom: -25px;
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  background: #cd1111;
  border-radius: 100%;
  font-size: 24px;
  font-style: normal;
}

.ys_bot ul li.on div {
  border-color: #cd1111;
}

.ys_bot ul li.on div i,
.ys_bot ul li.on div span {
  display: none;
}

.ys_bot ul li.on div em {
  display: block;
}

.case-slide .owl-controls .owl-nav [class*="owl-"] {
  color: #bbb !important;
  background: transparent !important;
  border-radius: 100% !important;
  border: 2px solid #ccc !important;
  width: 50px !important;
  line-height: 46px !important;
  text-align: center;
  padding: 0 !important;
  font-size: 36px !important;
  font-weight: bold !important;
}

.case-slide .owl-controls .owl-nav .owl-prev {
  left: -82px !important;
}

.case-slide .owl-controls .owl-nav .owl-next {
  right: -82px !important;
}

.case-item > a {
  display: block;
  border: 1px solid #eeeeee;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.case-item div {
  background: #eeeeee;
  padding: 1em 2em;
  border-radius: 0 0 6px 6px;
}

.case-item div h4 {
  text-align: center;
  font-weight: bold;
}

.case-item div p {
  font-size: 14px;
  color: gray;
  line-height: 1.8;
  overflow: hidden;
}

.case-item div p a {
  display: block;
  float: right;
  width: 29px;
  height: 11px;
  background: url(../images/jiantou.png);
}

.case-item img {
  width: 100%;
}

.case-item:hover div {
  background: #cd1111;
  color: white;
}

.case-item:hover div p {
  color: white;
}

.case-item:hover div p a {
  background: url(../images/jiantou2.png);
}

.liucheng-box {
  margin-top: 80px;
  background: #cd1111;
  color: white;
  padding: 50px 0;
}

.liucheng {
  display: flex;
  justify-content: space-between;
}

.liucheng div {
  margin-right: 50px;
  text-align: center;
}

.liucheng div h6 {
  margin-top: 0;
  font-size: 16px;
}

.liucheng div p {
  font-size: 14px;
  color: gray;
}

.liucheng div img {
  width: 100px;
}

.liucheng ul {
  display: flex;
  flex: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.liucheng ul .jiantou {
  width: 7px;
  background: url(../images/jiantou3.png) center no-repeat;
}

.liucheng ul .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 126px;
  background: white;
  border-radius: 100%;
  text-align: center;
  color: #333;
  position: relative;
  transition: all 0.25s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.liucheng ul .item img {
  flex: none;
  width: 38px;
  height: 38px;
  background: white;
  border: 4px solid red;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.liucheng ul .item p {
  line-height: 30px;
  margin: 0;
  padding-top: 20px;
}

.liucheng ul .item span {
  font-weight: bold;
}

.liucheng ul .item:hover {
  background: #c66f18;
}

.youshi div {
  margin: 15px 0;
}

.index-newslist {
  padding: 10px 0;
}

.index-newslist h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 2;
  margin-top: 0;
  font-size: 20px;
}

.index-newslist p {
  color: gray;
  margin-bottom: 2em;
}

.index-newslist .date {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-news-item {
  background: #f5f6f7;
  padding: 1em;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.index-news-item img {
  width: 200px;
  height: 150px;
  float: left;
  margin-right: 10px;
}

.baoxian {
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.baoxian div {
  margin: 15px;
  background: #f1f1f1;
  padding: 30px;
}

.baoxian h4 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.about-bg {
  padding-top: 1px;
  padding-bottom: 50px;
}

.about-box {
  display: flex;
  justify-content: space-between;
}

.about-box .about-left {
  width: 560px;
}

.about-box .about-left h2 {
  color: black;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 50px;
  margin-top: 0;
  position: relative;
}

.about-box .about-left h2::after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 2px solid red;
  position: absolute;
  bottom: 0;
}

.about-box .about-left p {
  color: gray;
  line-height: 2.4;
}

.about-box .about-left a {
  display: inline-block;
  padding: 10px 30px;
  background: gray;
  border-radius: 12px 0 12px 0;
  color: white;
  margin-top: 50px;
}

.about-box .about-left a + a {
  margin-left: 20px;
  background: #cd1111;
}

.about-box .about-right {
  padding: 16px 9px 0 0;
}

.about-box .about-right img {
  border-radius: 4px;
}

.zhanshi {
  margin-top: 50px;
}

.zhanshi-item {
  text-align: center;
  font-size: 14px;
  color: gray;
}

.zhanshi-item img {
  width: 100%;
  margin-bottom: 10px;
}

.news-slide-item {
  display: flex;
  margin-top: 50px;
}

.news-slide-item .pic-news {
  margin-right: 30px;
  width: 40%;
}

.news-slide-item .pic-news img {
  border: 1px solid #eeeeee;
  width: 100%;
}

.news-slide-item .pic-news h4 {
  margin: 1em auto;
}

.news-slide-item .pic-news p {
  font-size: 14px;
  color: gray;
  line-height: 1.8;
}

.news-slide-item .pic-news p span {
  float: right;
  font-family: "宋体";
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 100%;
}

.news-slide-item .text-news-list {
  width: 50%;
}

.news-slide-item .text-news {
  border: 1px solid #eeeeee;
  border-bottom: 0;
  display: flex;
  align-items: center;
  padding: 1em;
}

.news-slide-item .text-news .news-date {
  text-align: center;
  border-right: 1px solid #eeeeee;
  margin-right: 10px;
  padding-right: 10px;
  flex: none;
  font-size: 14px;
}

.news-slide-item .text-news .news-date b {
  font-size: 36px;
  display: block;
}

.news-slide-item .text-news p {
  font-size: 14px;
  color: gray;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.news-slide-item .text-news:last-child {
  border-bottom: 1px solid #eeeeee;
}

.banner {
  height: 350px;
  overflow: hidden;
}

.banner img {
  width: 100%;
  display: block;
}

.nav-title {
  background: #cd1111;
  color: white;
  padding: 20px 30px;
}

.nav-title h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-title p {
  color: #cccccc;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}

.left-nav {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  background: #eeeeee;
  margin-bottom: 50px;
}

.left-nav a {
  display: block;
  line-height: 60px;
  border-left: 3px solid #dddddd;
  padding: 0 20px;
  margin-bottom: 2px;
  background: url(../images/xia.png) 90% center no-repeat white;
}

.left-nav a:hover {
  border-left-color: #cd1111;
}

.left-news {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
}

.left-news div {
  padding: 10px 0;
}

.location {
  background: #eeeeee;
  line-height: 60px;
  border-radius: 10px 0 10px 0;
  padding: 0 1em;
}

.location i {
  color: #bbbbbb;
}

.location a:hover {
  color: #cd1111;
}

.location a.no-link {
  color: #909399;
}

.pro-box div {
  margin-top: 30px;
}

.pro-box a {
  display: block;
  text-align: center;
  transition: all 0.25s;
}

.pro-box a img {
  border: 1px solid #eeeeee;
}

.pro-box a p {
  background: #eeeeee;
  padding: 10px;
}

.pro-box a:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page .pagination {
  margin-left: 10px;
}

.page .pagination > .active > span {
  background: #cd1111;
  border-color: #cd1111;
}

.page .pagination > li > a {
  color: #cd1111;
}

.pro-content h1 {
  text-align: center;
}

.about-box1 {
  border: 1px solid #eeeeee;
  padding: 30px;
}

.about-box1 p {
  line-height: 2;
  color: gray;
}

.wh-box {
  display: flex;
  background: #eeeeee;
}

.wh-box .txt {
  padding: 2em;
}

.wh-box h2 {
  color: #cd1111;
  margin-bottom: 30px;
}

.wh-box p {
  margin-bottom: 20px;
}

.sub-nav {
  text-align: center;
  margin: 50px auto;
}

.sub-nav a {
  display: inline-block;
  padding: 1em 2em;
  background: #eeeeee;
  border-radius: 10px 0 10px 0;
  margin: 0 20px;
}

.sub-nav a:hover {
  background: #cd1111;
  color: white;
}

.news-list a {
  display: flex;
  border: 1px solid #f4f4f4;
  padding: 2em 3em;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  top: 0;
  transition: all 0.45s;
}

.news-list a img {
  width: 200px;
  margin: 0 50px;
}

.news-list a:hover {
  top: -5px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  border-color: #cd1111;
}

.news-list .news-date {
  text-align: center;
  width: 100px;
}

.news-list .news-date b {
  display: block;
  font-size: 36px;
}

.news-list .news-date span {
  color: gray;
}

.news-list h3 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
}

.news-list p {
  font-size: 15px;
  color: gray;
}

.news-content {
  border: 1px solid #eeeeee;
  padding: 2em;
}

.news-content h1 {
  text-align: center;
}

.news-content h1 + div {
  line-height: 40px;
  border-bottom: 1px solid #eeeeee;
}

.contact-title {
  margin: 50px auto;
  height: 36px;
  border-left: 6px solid red;
  padding: 0 20px;
}

.contact-title b {
  font-size: 36px;
  line-height: 1;
  margin-right: 20px;
}

.contact-title span {
  color: gray;
}

.contact-box {
  background: #eeeeee;
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
}

.contact-box > div {
  width: 50%;
  display: flex;
  padding: 1em;
  align-items: center;
}

.contact-box > div img {
  margin-right: 20px;
}

.nothing {
  text-align: center;
  margin: 50px auto;
  color: #ccc;
  font-size: 24px;
  font-weight: bold;
}

.m-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #2584c3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 1em;
}

.m-header img {
  width: 120px;
}

#menu {
  width: 24px;
  height: 23px;
  position: relative;
  cursor: pointer;
}

#menu span {
  display: block;
  width: 24px;
  border-bottom: 3px solid white;
  position: absolute;
  top: 10px;
}

#menu::before {
  content: "";
  display: block;
  width: 24px;
  border-bottom: 3px solid white;
  position: absolute;
  top: 0;
}

#menu::after {
  content: "";
  display: block;
  width: 24px;
  border-bottom: 3px solid white;
  position: absolute;
  bottom: 0;
}

#m-nav {
  display: none;
  position: absolute;
  top: 100%;
  width: 50%;
  right: 0;
  background: white;
  padding: 0 1em;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2);
  line-height: 40px;
}

#m-nav div {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #eeeeee;
}

#m-nav div span {
  width: 40px;
  text-align: center;
  font-family: "宋体";
  transform: rotate(90deg);
  transition: all 0.25s;
}

#m-nav div.on span {
  transform: rotate(-90deg);
}

#m-nav div:first-child {
  border-top: 0;
}

#m-nav ul {
  list-style: none;
  padding-left: 2em;
  display: none;
}

.index-news {
  line-height: 1;
}

.index-news li {
  padding: 12px 0;
  border-bottom: 1px solid #eeeeee;
}

.index-news li span {
  float: right;
  color: gray;
}

.index-contact {
  list-style: none;
  line-height: 60px;
}

.index-contact img {
  width: 40px;
  height: 40px;
}

.sitemap {
  margin-top: 50px;
}

.sitemap a {
  margin: 8px;
}

.hot-cities {
  margin-bottom: 50px;
  line-height: 30px;
}

.hot-cities b {
  color: #cd1111;
  margin-right: 15px;
}

.hot-cities a {
  margin-right: 15px;
}

.area-list table {
  border-collapse: collapse;
}

.area-list td {
  border: 1px solid #eeeeee;
  padding: 10px;
  line-height: 24px;
}

.area-list td a {
  display: inline-block;
  margin: 5px;
}

#side-bar {
  position: fixed;
  right: 5px;
  top: 50%;
  z-index: 9999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: white;
}
#top {
  cursor: pointer;
}
#top span {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
#side-bar dl {
  position: relative;
  margin: 0;
}

#side-bar dl:hover dd {
  display: block;
}

#side-bar dt {
  padding: 10px;
}

#side-bar dd {
  position: absolute;
  right: 56px;
  top: 0;
  width: 130px;
  height: auto;
  line-height: 38px;
  text-align: center;
  background: white;
  padding: 10px 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: none;
}
.region-ys img {
  width: 100%;
  transition: all 0.35s;
  border-radius: 10px;
}
.region-ys img:hover {
  transform: scale(1.2);
}
.ff-item {
  transition: all 0.35s;
}
.ff-item:hover {
  transform: scale(1.2);
}
.region-title {
  text-align: center;
  color: #cd1111;
  font-size: 60px;
}
.hs {
  text-align: center;
}
.hs h2,.hs h3 {
  color: #cd1111;
  font-size: 48px;
}
.hs h4 {
  color: #1c6ca1;
  font-size: 36px;
}
.hs + div {
  margin: 2em 0;
  font-size: 20px;
  line-height: 1.5;
}
.hs + div b {
  color: #cd1111;
  font-size: 24px;
}
.hs + div a {
  margin-left: 1em;
  text-wrap: nowrap;
}

.region-bz img {
  width: 100%;
}
.anquan-list {
  display: flex;
  flex-wrap: wrap;
}
.anquan-list img {
  width: calc(100% / 6 - 20px);
  margin: 10px;
}
.region-lc {
  display: flex;
  justify-content: space-between;
}
.region-lc div {
  width: calc(100% / 6 - 50px);
  text-align: center;
}
.region-lc img {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .m-logo {
    display: flex;
    align-items: center;
    line-height: 32px;
    color: white;
  }
  .m-logo img{
    width: 32px!important;
    height: 32px;
    margin-right: 10px;
  }
  .region-lc div {
    width: calc(100% / 6 - 10px);
    text-align: center;
  }
  #side-bar {
    display: none;
  }
  .baoxian,
  .youshi {
    flex-wrap: wrap;
  }
  .news-content {
    padding: 0;
    border: none;
  }
  .pro-content h1 {
    font-size: 20px;
  }
  .av-list {
    flex-wrap: wrap;
  }
  .av-list div {
    margin-bottom: 1em;
  }
  .about-text {
    width: 100%;
    margin: 0;
  }
  .ys-list {
    flex-wrap: wrap;
  }
  .ys-list div {
    width: 50%;
    margin: 0 !important;
  }
  .index-banner {
    margin-top: 50px;
  }
  [class^="banner"] {
    margin-top: 50px;
    height: 150px;
    background-size: cover;
  }
  #tel {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 47px;
    height: 47px;
    z-index: 9999;
  }
  .product-head {
    margin-bottom: 10px;
  }
  .title h2 {
    font-size: 24px;
  }
  .pro-item {
    padding: 1px;
    width: 50%;
  }
  .pro-item .img-box span {
    display: none;
  }
  .pro-item .title-bg {
    display: none;
  }
  .pro-item .title-box {
    height: 40px;
  }
  .pro-item .title-box p {
    padding: 0 10px;
    line-height: 40px;
    font-size: 12px;
  }
  .pro-item .title-box p span {
    font-size: 16px;
  }
  .bg-box img {
    width: 100%;
  }
  .bg-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .bg-box ul li {
    width: 100px;
    height: 100px;
    position: unset;
    font-size: 24px;
  }
  .bg-box ul li.larger {
    width: 100px;
    height: 100px;
    font-size: 24px;
  }
  .ys {
    height: auto;
  }
  .ys_m dl dt {
    width: 100%;
    height: auto;
  }
  .ys_m dl dt img {
    width: 100%;
    height: auto;
  }
  .ys_m dl dd {
    width: 100%;
    padding: 1em 0 0;
  }
  .ys_m dl dd img {
    width: 100%;
    height: auto;
  }
  .ys_m dl dd h5 {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 20px auto 10px;
  }
  .ys_m dl dd h5 span {
    width: auto;
  }
  .ys_m dl dd p {
    padding-top: 0;
  }
  .ys_bot {
    margin-top: 20px;
  }
  .ys_bot ul {
    margin-bottom: 0;
  }
  .ys_bot ul li {
    padding: 0 5px;
  }
  .ys_bot ul li div span {
    font-size: 16px;
  }
  .ys_bot ul li.on div em {
    display: none;
  }
  .liucheng {
    flex-wrap: wrap;
  }
  .liucheng div {
    margin: 0 auto 20px;
    text-align: center;
  }
  .liucheng ul {
    flex-wrap: wrap;
  }
  .liucheng ul li.jiantou {
    display: none;
  }
  .liucheng ul .item {
    width: 100px;
    height: 100px;
    margin-top: 10px;
  }
  .about-bg {
    background: url(../images/about-bg.jpg) left top no-repeat;
  }
  .about-box .about-right {
    display: none;
  }
  .product-head.index-news-head a {
    padding: 10px;
  }
  .news-slide-item {
    flex-wrap: wrap;
  }
  .news-slide-item .pic-news {
    width: 100%;
    margin: 0 auto 10px;
  }
  .news-slide-item .pic-news img {
    width: 100px;
    float: left;
    margin-right: 10px;
  }
  .news-slide-item .pic-news h4 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .news-slide-item .pic-news h4 + p {
    display: none;
  }
  .news-slide-item .text-news-list {
    width: 100%;
  }
  footer .contact {
    flex-direction: column;
  }
  footer .contact div {
    width: 100%;
    display: flex;
    align-items: center;
  }
  footer .contact div img {
    margin-right: 10px;
  }
  .sub-nav {
    margin: 20px auto;
    display: flex;
  }
  .sub-nav a {
    margin: 0 5px;
    padding: 10px 20px;
  }
  .contact-box > div {
    width: 100%;
  }
  .contact-box > div div:first-child {
    margin-right: 10px;
    flex: none;
    width: 50px;
  }
  .news-list .news-date {
    margin-right: 10px;
  }
  .news-list a {
    padding: 10px 15px;
    margin-bottom: 20px;
  }
  .news-list a img {
    display: none;
  }
  .news-list h3 {
    font-size: 16px;
  }
  .news-content h1 {
    font-size: 20px;
    margin-top: 0;
  }
  .news-content h1 + div {
    font-size: 14px;
    margin-bottom: 1em;
  }
}
